.csssize {
  height:7336px
}
.t-body {
  margin:0
}
#allrecords {
  -webkit-font-smoothing:antialiased;
  background-color:none
}
#allrecords a {
  color:#315efb;
  text-decoration:none
}
#allrecords a,
#allrecords button {
  outline:none
}
#allrecords a:focus-visible,
#allrecords button:focus-visible,
#allrecords .t-focusable {
  outline-style:solid;
  outline-color:rgba(0,150,255,1);
  outline-width:3px;
  outline-offset:3px
}
#allrecords a[href^=tel] {
  color:inherit;
  text-decoration:none
}
#allrecords ol {
  padding-left:22px
}
#allrecords ul {
  padding-left:20px
}
#allrecords b,
#allrecords strong {
  font-weight:700
}
@media print {
  body,
  html {
    min-width:1200px;
    max-width:1200px;
    padding:0;
    margin:0 auto;
    border:none
  }
}

body {
  font-size: 2.5rem;
}


.space-1 {
  height: 1rem;
}

.space-2 {
  height: 2rem;
}

.space-3 {
  height: 3rem;
}

.space-4 {
  height: 4rem;
}

.space-5 {
  height: 5rem;
}

.h2 {
  color: #373f41;
  font-size: 6rem;
  font-family: 'Roboto',Arial,sans-serif;
  line-height: 6rem;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.h3 {
  color: #373f41;
  font-size: 4rem;
  font-family: 'Roboto',Arial,sans-serif;
  line-height: 5rem;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
} 

.h4 {
  color: #325c92;
  font-size: 2.8rem;
  font-family: 'Roboto',Arial,sans-serif;
  line-height: 3rem;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;    
} 

.rounded-xl {
  border-radius: 1rem !important;
}

.mb-10 {
  margin-bottom: 6rem!important;
}
.mt-10 {
  margin-top: 6rem!important;
}
.pb-10 {
  padding-bottom: 6rem!important;
}
.pt-10 {
  padding-top: 6rem!important;
}

.jumbotron {
  background: unset !important;
}

.bg-light-gray {
  background: #f2f3f8;
}

.circle {
  width: 100px;
  height: 100px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.card {
  padding: 5rem;
}

.fs-3 {
  color: #325c92;
  font-size: 3rem;
  font-family: 'Roboto',Arial,sans-serif;
  line-height: 4rem;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;    
}

.fs-4 {
  color: #325c92;
  font-size: 3rem;
  font-family: 'Roboto',Arial,sans-serif;
  line-height: 4rem;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;    
}

.fs-5 {
  color: #325c92;
  font-size: 2.5rem;
  font-family: 'Roboto',Arial,sans-serif;
  line-height: 4rem;
  font-weight: 500;
  background-position: center center;
  border-color: transparent;
  border-style: solid;    
  text-align: center;
}

.fs-6 {
  color: #9fa1a4;
  font-size: 2.5rem;
  font-weight: 800;
}

.fs-7 {
  color: #9fa1a4;
  font-size: 2rem;
  font-weight: 700;
}

.btn-danger {
  background: #ff1717 !important;
}

.btn {
  font-size: 2.5rem;
}

.mw-900px {
  max-width: 900px;
}

.h-560px {
  height: 560px;
}

.h-300px {
  height: 300px;
}

.bg-black {
  background: #2f3238;
}

.black-gradient {
  background-image: -moz-linear-gradient(top, rgba(47,50,56,0.80), rgba(47,50,56,1));
  background-image: -webkit-linear-gradient(top, rgba(47,50,56,0.80), rgba(47,50,56,1));
  background-image: -o-linear-gradient(top, rgba(47,50,56,0.80), rgba(47,50,56,1));
  background-image: -ms-linear-gradient(top, rgba(47,50,56,0.80), rgba(47,50,56,1));
  background-image: linear-gradient(top, rgba(47,50,56,0.80), rgba(47,50,56,1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#332f3238', endColorstr='#002f3238');
}

.navbar {
  height: 120px;
}

.navbar-toggler {
  font-size: 3rem;
}

.bg-ocean {
  background: #325c92 !important;
}

.navbar-light .navbar-toggler {
  border-color: white;
  color: white;
  background: white;
}

.form-control {
  height: 6rem;
  font-size: 2.5rem;
}

.form-group {
  margin-bottom: 3rem;
}

input[type=checkbox] {
  height: 3rem;
  width: 3rem;
  position: relative;
  top: 0.6rem;
  margin-right: 1rem;
}


@media (min-width:992px) {
  body {
    font-size: 1rem !important;
  }
  
  .space-1 {
    height: 1rem;
  }
  
  .space-2 {
    height: 2rem;
  }
  
  .space-3 {
    height: 3rem;
  }
  
  .space-4 {
    height: 4rem;
  }
  
  .space-5 {
    height: 5rem;
  }

  .h2 {
    color: #373f41;
    font-size: 44px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.05;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;  
  }

  .h3 {
    color: #373f41;
    font-size: 2rem;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.05;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;  
  } 

  .h4 {
    color: #325c92;
    font-size: 1rem;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 2rem;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;    
  }

  .fs-5 {
    color: #325c92;
    font-size: 1.5rem;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 2rem;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;    
    text-align: center;
  }  

  .fs-4 {
    font-size: 1.5rem;
  }

  .btn {
    font-size: 1rem;
  }

  .fs-6 {
    color: #9fa1a4;
    font-size: 1rem;
    font-weight: 800;
  }
  
  .fs-7 {
    color: #9fa1a4;
    font-size: 0.8rem;
    font-weight: 700;
  }

  .form-control {
    font-size: .9375rem;
    height: 2.375rem;
  }

  .form-group {
    margin-bottom: 1rem;
  }  

  input[type=checkbox] {
    height: unset;
    width: unset;
    position: unset;
    margin-right: unset;
  }

  .circle {
    width: 50px;
    height: 50px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
  }  

  .card {
    padding: 1rem;
  }  
    
}

.bg-gray {
  background: #41454b !important;
}
