@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

/* latin-ext */
@font-face {
  font-family: 'Lato700';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato700';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'LatoNormal';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh7USSwaPGQ3q5d0N7w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'LatoNormal';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Lato900';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh50XSwaPGQ3q5d0N7w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato900';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh50XSwiPGQ3q5d0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.container {
    font-family: LatoNormal;

}

h4 {
    font-family: LatoNormal;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.05em;
    color: #10ABA6;
}

@media (max-width: 767px) {
    .footer-links {
        text-align: center;
    }
}

.sub-header-container {
	  
	  padding: 20px 0px;
}

h1 {
    text-align:left;
    font-family: 'Plus-Jakarta-Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    color: #0F2648;
}

.cta_button {
    background: #10ABA6 !important;
    font-family: Lato900 !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 30px !important;
    color: #FFFFFF !important;
}

.sub-header-container .row {
	  margin-bottom: 5px;
}

.team-container {
    background-color:#F3F2F2;
	padding: 00px 0px;
}


.team-container .green h4 {
	
	color: #1ea99a;	
}

.team-container .blue h4 {
	/*padding-top: 30px;*/
	color: #0586c6;
}

.team-container .green, .blue {
	
	padding-top: 10px;	
}


.dottedLine {
	padding-top: 20px;	
	margin-bottom: 15px;
}

/* .header .navbar-default .navbar-nav > li > .team {
  border-bottom: 3px solid #06AB71;
  padding: 0 0 6px 0;
  margin: 11px 15px;
} */

.team-container h4 {
	padding-bottom: 7px;
	width: 100%;
}

p {
  margin: 0 0 0px;
}

label {
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .maps-div {
      padding-bottom: 40px !important;
    }

   /* .row-spacing {
        padding-top:0px;
    }*/

    h4 { font-size:17px}
   
}

@media (max-width: 766px) {

    h4 {
        font-family: ''Plus-Jakarta-Regular'',sans-serif;
        font-size: 15px;
        line-height: 20px;
        font-weight: 300;
        margin: 0;
        color: #0586c6;
        float: left;
    }

    label { font-weight: 400;}

}
.email-link {
    font-weight: 600;
    font-size: 14px;
    
}

/* .dottedLine{padding-top:20px;border-bottom:1px dotted #d3d3d3}*/

.form-control-text {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #0B3C5D;
    border-radius: 0;
    padding-left: 0;
    color: #0B3C5D;
    width: 100%;
    font-size: 14px;
}

.form-control-textarea {
    background-color: transparent;
    border: 0px;    
    border-bottom: 1px solid #0B3C5D;
    border-radius: 0;
    padding-left: 0;
    color: #0B3C5D;
    width: 100%;
    border-top: 1px solid #0B3C5D;
    height: 90px;
    font-size: 14px;
}

.form-control {
    background-color: transparent;
    border: 0px;    
    border-bottom: 1px solid #0B3C5D;
    width: 100%;
    border-radius: 0;    
    height: 30px;
    font-size: 14px;
    color: #0B3C5D;
    -webkit-box-shadow:none;
    padding:0
}

.form-control:focus {
    -webkit-box-shadow:none;
    border-bottom: 1px solid #0B3C5D;
}

.form-control-selectxxx {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #0B3C5D;
    color: grey;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    height: 30px;
    font-size: 14px;
    color: #0B3C5D;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0B3C5D;
  opacity: 1; /* Firefox */
}

.rs-privacy-policy {
  
}

.rs-privacy-policy h3{
  font-family: 'Plus-Jakarta-Medium';
    color: #232A5C;
    font-size: 21px;
    margin-top:20px;
    font-weight: 600;
}

.rs-privacy-policy p{
  font-family: 'Plus-Jakarta-Regular';
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 30px;
  padding-bottom: 20px;
  color: #232A5C;
}

.rs-privacy-policy-title{
  font-family: 'Plus-Jakarta-Medium';
  color:#06AB71; 
  font-weight:400;
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 40px;
}

.rs-privacy-policy-header{
font-family: 'Plus-Jakarta-Bold';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 30px;
color: #06AB71;
/* identical to box height, or 125% */
}

.font-weight-bold {
  font-weight: 600;
}

::marker {
  font-size: .7em;
}

ul {
  margin-bottom: 20px;
}

.table-privacy thead tr {
  border-bottom: 3px solid #a5b5b7; 
  border-top: 0.5px solid #a5b5b7;
}

.table-privacy thead tr th {
  font-family: 'Plus-Jakarta-Regular';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #182829;
  width: 33%;
  padding-left: 0;
}

.table-privacy tbody tr {
  border-bottom: 0.5px solid #A5B5B7;
}
.table>tbody>tr>td {
  padding: 20px 10px 20px 0;
  font-family: 'Plus-Jakarta-Regular';
  color: #232A5C
}

.rs-contact-information .row .font-weight-bold {
  padding-right: 0px!important;
  width: 16%!important;
  font-family: 'Plus-Jakarta-Regular';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #232A5C;
}

.rs-contact-information .row .col-lg-9 {
  padding-left: 0px!important;
  font-family: 'Plus-Jakarta-Regular';
  color:#232A5C;
}

@media only screen and (max-width: 1200px) {
  .rs-contact-information .row .font-weight-bold {
    padding-right: 15px!important;
    width: 50%!important;

  }
  
  .rs-contact-information .row .col-lg-9 {
    padding-left: 15px!important;
  }
}

.rs-ol-style {
  list-style-type: upper-alpha;
  padding-left: 20px;
}

.rs-ol-style li::marker {
  font-family: LatoNormal;
  font-size: 21px;
}

li, li a, p {
  color: #232A5C;
  font-family: 'Plus-Jakarta-Regular';
}