body {
    color: #8E8E8E;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    font-family: "AktivGrotesk", sans-serif;
    text-wrap: pretty;
}
a{
    color: #5F98E2;
    text-decoration: underline;
}
:focus {
    outline: none;
}
::placeholder{
    color: inherit;
}
ul, ol{
	margin: 0 0 15px 15px;
    padding: 0;
    line-height: 1.6;
}
li::marker{
    color: inherit;
}
.li-marg-btm li{
    margin-bottom: 15px;
}
h1{
    color: #131319;
    font-size: 55px;
    font-family: "AktivGrotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 1px;
    line-height:1.5;
}
.banner-box h1 {
    font-size: 40px;
    color: inherit;
}
h2, .entry-title{
    color: #131319;
    font-size: 30px;
    line-height: inherit;
    font-weight: 500;
    font-family: "AktivGrotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
h3{
    color: #131319;
    font-weight: normal;
    font-size: 25px;
    margin-bottom: 15px;
}

h3 em, .block-inner h3 em{
    color: #5F98E2;
    font-size: 20px;
}
@media(max-width:767px){
    h1, .entry-title, .banner-box h1{
        font-size: 40px;
    }
}
.padtop {
    padding-top: 30px;
}
.paddaround{
    padding: 60px 0;
}
.padbtm{
    padding-bottom: 60px;
}
.margbtm{
    margin-bottom: 30px;
}
.margtop{
    margin-top: 30px;
}
.sectiontop{
    margin-top: 60px;
}
.nopad{
    padding: 0;
}
.grey-bg{
    background-color: #F2F4F8;
}
.black-bg {
    background-color: #131319;
    color: #F5F5F4;
}
.black-bg h3{
    color: inherit;
}
/* Stick footer to the bottom for short pages */
html, body {
	height: 100%;
}
.search .site-container, .error404 .site-container {
	height: 100%;
}
.search .site-inner, .error404 .content-sidebar-wrap {
	min-height: calc(100% - 198px);
	/* margin-bottom: -80px;  */
}
.search .site-footer, .search .site-inner:after, .error404 .site-footer, .error404 .content-sidebar-wrap:after {
	height: auto; 
}
/* End footer to the bottom stle */

div.container-fluid{
	padding-left: 20px;
	padding-right: 20px;
}
div.container {
    padding-right: 20px;
    padding-left: 20px;
}
@media (min-width: 768px){
	div.container {
    	max-width: none;
    	width: 100%;
    }
}
@media (min-width: 992px){
	div.container {
    	max-width: none;
    }
}
@media (min-width: 1320px){
	div.container {
    	width: 100%;
    	max-width: 1320px;
    	padding: 0 20px;
    }
}
@media (max-width: 979px){
	div.container {
    	width: 100%;
    	max-width: none;
    }
}

/*404 Page starts here */
.bigtxt404{
	font-size: 300px;
	font-weight: bold;
}
.txt404{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	font-weight: normal;
}
.error404 .content{
	max-width: 100%;
}
@media (max-width: 767px){
	.bigtxt404{
		font-size: 150px;
	}
}
/*end 404 Page */
.btn, input[type="submit"], .banner-caption-inner a, .uneven-blocks .one-color-block:first-child a{
	background-color: #5F98E2;
	padding: 10px 20px;
	color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
	border-radius: 30px;
	display: inline-block;
    text-align: center;
	min-width: 130px;
	cursor: pointer;
	border: 1px solid #5F98E2;
}
.btn:hover, input[type="submit"]:hover, .uneven-blocks .one-color-block:first-child a:hover{
	background-color: #041C54;
	border: 1px #041C54 solid;
	color: #fff;
}
.btn:focus {
    box-shadow: none;
    color: #fff;
}
.btn-wrap .btn {
    margin-right: 20px;
}
.big-btn .btn{
    padding: 20px;
    min-width: 290px;
    text-align: center;
    text-transform: uppercase;
}
.mobile-d{
	display: none;
}
@media(max-width:991px){
	.mobile-d{
		display: inline-block;
	}
	.desktop-d{
		display: none;
	}
    .btn-wrap .btn {
        margin-bottom: 20px;
    }
    .mobile-reverse{
        flex-direction: row-reverse;
    }
}
.site-header {
    padding: 0;
    z-index: 1;
    position: sticky;
    top: -1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.site-header .wrap {
    width: 100%;
    max-width: 1320px;
    padding: 0 20px;
}
@media(max-width:1199px){
    .site-header {
        position: relative;
    }
}
.site-inner{
    max-width: 1320px;
}
.top-tag-txt{ 
    background-color: #5F98E2;
}
.top-widget {
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.top-widget a{
    color: inherit;
}
.top-widget .textwidget{
    margin-bottom: 0;
}
.top-widget .widget{
    margin-bottom: 0;
}
.top-widget .textwidget p{
    margin: 5px 10px;
    display: inline-block;
}
@media(max-width:1199px){
    #text-3{
        display: none;
    }
    #text-2{
        margin: auto;
        text-align: center;
    }
}

.banner-box {
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
}
.banner-img img.banner-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.banner-caption{
    top: 0;
    flex-direction: column;
    display: flex;
    background: transparent;
    padding: 30px;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.banner-caption-inner{
    height: auto;
    max-width: 600px;
    padding: 50px;
    border-radius: 12px;
    background: rgba(19, 19, 25, 0.75) ;
    line-height: 1.9;
    color: #F2F4F8;
    font-size: 18px;
    font-weight: lighter;
}
.banner-caption-inner h2{
    margin-bottom: 30px;
}
.banner-caption-inner p{
    margin-bottom: 30px;
}
.banner-caption-inner p:last-child{
    margin-bottom: 0;
}
@media(max-width:1199px){
    .banner-caption-inner {
        padding: 30px;
    }
}
@media(max-width:991px){
    .banner-caption {
        position: relative;
        padding: 0;
    }
    .banner-caption-inner {
        padding: 20px;
        max-width: none;
        border-radius: 0;
        background-color: #131319;
    }
}

.intro {
	margin-top: 30px;
}
.small-div  h2{
    max-width: 1095px;
    margin: 0 auto 20px;
}
.block-inner {
    height: 100%;
    border-radius: 12px;
    padding: 20px;
    background-color: #F2F4F8;
}
.block-inner h3{
    margin-bottom: 20px;
    color: #131319;
}
.header-only .block-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
  }
.one-color-block{
    opacity: 0;
}
.fadein-now{
    opacity: 1;
    transition: opacity 0.5s ease-in;
}
  
.fadein-now:nth-child(2) {
    transition-delay: .4s;
}
  
.fadein-now:nth-child(3)  {
    transition-delay: .6s;
}
.fadein-now:nth-child(4)  {
    transition-delay: .8s;
}
.fadein-now:nth-child(5)  {
    transition-delay: 1s;
}
.fadein-now:nth-child(6)  {
    transition-delay: 1.2s;
}
.fadein-now:nth-child(7)  {
    transition-delay: 1.4s;
}
.fadein-now:nth-child(n+8)  {
    transition-delay: 1.6s;
}
.coloured-blocks .one-color-block:nth-child(2) .block-inner h3 em{
    color: inherit;
}
.coloured-blocks .block-inner{
    background-color: #5F98E2;
    color: #F5F5F4;
}
.coloured-blocks .block-inner h3{
    color: inherit;
}
.coloured-blocks .one-color-block:first-child .block-inner{
    background-color: #F5F5F4;
    color: inherit;
}
.coloured-blocks .one-color-block:first-child .block-inner h3{
    color: #131319;
}
.coloured-blocks .one-color-block:nth-child(3) .block-inner{
    background-color: #041C54;
}
.coloured-blocks .one-color-block:nth-child(4) .block-inner{
    background-color: #131319;
}
.coloured-blocks .one-color-block:nth-child(5) .block-inner {
    background-color: transparent;
    border: 1px solid #041c54;
    color: inherit;
}
.coloured-blocks .one-color-block:nth-child(5) .block-inner h3 {
    color: #041C54;
}
.blue-header h2{
    color: #5F98E2;
}
.block-inner strong{
    color: #5F98E2;
    font-weight: normal;
    font-size: 16px;
}
.with-bold .block-inner strong{
    font-weight: 600;
    color: inherit;
}
.small-col-5 {
    width: 28%;
    font-size: 12px;
}
.uneven-blocks .one-color-block:first-child .block-inner {
    background-color: #fff;
}
.uneven-blocks .one-color-block:nth-child(3n + 4){
    font-size: 12px;
}
.last-block-big .one-color-block:last-child{
    width: 100%;
}
.icon-label{
    color: #041C54;
    margin-top: 15px;
    font-weight: 500;
    font-size: 15px;
}
@media(max-width:1199px){
    .uneven-blocks{
        justify-content: center;
    }
    .small-col-5 {
        width: 33.33333333%;
    }
}
@media(max-width:991px){
    .small-col-5 {
        width: 50%;
    }
}
@media(max-width:570px){
    .small-col-5 {
        width: 100%;
    }
}
.grey-bg  .coloured-blocks .one-color-block:first-child .block-inner{
    background-color: #fff;
    border: 1px solid #8E8E8E73;;
}
.tr, tr{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-right: 1px solid #F2F4F8;
}
.th, th{
    background-color: #434242;
    color: #fff;
    font-weight: 500;
    border-left: 1px solid #ffffff2f;
    min-width: 72px;
    padding: 10px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.td, td{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 10px;
    border-bottom: 1px solid #F2F4F8;
    border-left: 1px solid #F2F4F8;
    font-size: 12px;
    font-weight: 600;
    color: #717171;
}
td:first-child, th:first-child{
    padding: 10px;
}
.td-label{
    display:none;
    font-weight:bold;
    min-width: 200px;
}
.data-label{
    font-weight: normal;
}
@media(max-width:991px){
    .td-label{
        display:inline-block;
        margin-right:5px
    }
    .th, th, .table-header{
        display:none;
    }
    .td, td, td:first-child{
        display:block;
        padding:5px 0;
        flex: 0 0 100%;
        border: none;
    }
    .tr, tr {
        margin-bottom: 15px;
        border-bottom:1px solid #F2F4F8;
        padding-bottom:15px;
        border-right: none;
    }
    .tr:first-child, tr:first-child{
        border: none;
    }
    tbody{
        border:none;
    }
    .tr .data-label:first-child .td-label, .tr .td-data:first-child .td-label{
        display: none;
    }
    .tr .data-label:first-child, .tr .td-data:first-child{
        font-size: 14px;
        font-weight: bold;
    }
    .tr .data-label:first-child::after, .tr .td-data:first-child::after {
        content: "\f347";
        font-family: dashicons;
        display: inline-block;
        font-size: 14px;
        top: 2px;
        position: relative;
        text-align: center;
        transition: color .1s ease-in;
    }
    .act-data{
        display: inline-block;
        font-weight: normal;
    }
    /* Accordion table */
    .mobile-accordion .td {
        height: 0;
        padding: 0;
        opacity: 0;
        transition: all 1s;
    }
    .mobile-accordion .tr .td:first-child {
        height: auto;
        padding: 5px 0 0;
        opacity: 1;
    }
    .mobile-accordion .tr:hover .td, .mobile-accordion .tr:active .td{
        height: auto;
        padding: 5px 0;
        opacity: 1;
    }
    .mobile-accordion .tr-sub-header .td:first-child .td-label{
        display: none;
    }
    .mobile-accordion .tr-sub-header .td:first-child{
        padding-left: 10px;
    }
    .why-houghton .tr .data-label .td-label{
        display: none;
    }
    .tr .data-label td{
        padding-left: 10px;
    }
}
.table>:not(caption)>*>*{
    color: inherit;
    padding: 0;
}
.table-header .th:first-child{
    background-color: transparent;
}
.tr-sub-header{
    background-color: #71A4E5;
}
.tr-sub-header .td{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.why-houghton .table-header .th:nth-child(2){
    background-color: #71A4E5;
}
.txt-green{
    color: #37C49F !important;
}
.txt-red{
    color: #C45837 !important;
}
@media(min-width:992px){
    .why-houghton .tr :first-child{
        min-width: 40%;
    }
}
.review-title{
    background-color: #F5F5F4;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: #131319;
}
.review-title h2{
    font-size: 35px;
}
.the-reviews{
    background-color: #fff;
    padding: 30px 20px;
}
.ti-footer{
    display: none;
}
@media(max-width:767px){
    .review-title h2{
        font-size: 25px;
    }
    .google-reviews{
        padding-top: 0;
    }
}
.footer-banner-title h2{
    font-size: 55px;
}
.footer-banner h2{
    color: inherit;
}
@media(max-width:767px){
    .footer-banner-title h2{
        font-size: 35px;
    }
}
.top-text {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 300;
    height: 100%;
    justify-content: center;
}
.top-text strong{
    color: #5F98E2;
    font-weight: 600;
}
.top-text h3{
    font-weight: 600;
    margin-bottom: 20px;
}
.top-text .btn-wrap span{
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin-top: 15px;
}
.banner-img{
    text-align: right;
}
@media(max-width:991px){
    .banner-img{
        text-align: center;
    }
}
.gal-img {
    width: 20%;
    flex: 0 0 auto;
    padding: 0 5px;
    margin-bottom: 10px;
    cursor: pointer;
}
.show-img{
    position: relative;
}
.show-img .feat-img{
    display: none;
}
.placeholderimg{
    position:absolute;
    opacity: 0;
    top: 0;
}
.leader-archive .one-color-block.fadein-now, .leader-archive .one-color-block{
    opacity: 1;
    animation:none;
    animation-delay: 0s;
}
.oneleader {
    color: inherit;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.oneleader:hover, .oneleader:focus{
    background-color: #F2F4F8;
    color: inherit;
}
.oneleader  p strong{
    font-size: 14px;
    color: inherit;
    font-weight: 600;
}
.oneleader  figure {
    border-radius: 50%;
    overflow: hidden;
    max-width: 150px;
    margin: 0 auto 20px;
}
.oneleader h3{
    font-size: 18px;
}
.oneleader .position {
    flex-grow: 1;
}
.leader-img{
    text-align: center;
    padding: 0 20px;
}
.leader-img figure{
    border-radius: 50%;
    overflow: hidden;
    max-width: 300px;
}
.close{
    color: #000;
    background: transparent;
    font-size: 35px;
    padding: 0;
    line-height: 1;
}
.close:hover{
    color: #000;
    background-color: transparent;
}
.modal-header {
    text-align: right;
    display: block;
    padding: 0 20px;
    padding: 10px 20px 0;
    border: none;
}
.modal.show .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
}
.modal-dialog{
	max-width: 1200px;
    width: 100%;
    padding: 30px;
}
.modal-body{
    padding: 0 40px 30px 30px;
}
.dd-table{
    max-width: 1000px;
}
.dd-table .table-header{
    border-bottom: 1px solid #F2F4F8;
}
.dd-table .table-header .th:nth-child(2){
    background-color: #71A4E5;
}
.dd-table .tr .td:nth-child(2){
    font-weight: 500;
}
@media(max-width:991px){
    .dd-table .tr .data-label span{
        display: block;
    }
}
.white-blocks .block-inner{
    background-color: #fff;
    border: 1px solid #8E8E8E73;
}
.big-txt-boxes .block-inner {
    color: #131319;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dd-boxes .one-color-block:last-child .block-inner{
    border: none;
    font-size: 25px;
    text-align: left;
    font-weight: 500;
    display: block;
}
.header-only h3{
    margin-bottom: 0;
    text-align: center;
}
.green-list ul {
    margin: 0;
}
.green-list li::before {
    content: url(../images/green-check.svg);
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
	-webkit-transition: all 0.35s,-webkit-transform 0.35s;
    transition: all 0.35s,transform 0.35s;
}
.green-list li ul li {
    padding-left: 20px;
}
.green-list li ul li::before {
    content: "";
    background-color: #8e8e8e;
    width: 6px;
    height: 5px;
    top: 8px;
    border-radius: 50%;
    display: block;
}
.green-list li:hover::before{
	margin-left: -10px;
}
.green-list li li:hover::before{
	margin-left: 0;
}
.green-list li{
    color: inherit;
    text-decoration: none;
    padding-left: 30px;
    margin-bottom: 6px;
    display: block;
	list-style: none;
	position: relative;
}
.width-650{
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.width-650.coloured-blocks .one-color-block:first-child .block-inner{
    background-color: #041C54;
    color: #F2F4F8;
}
.width-650.coloured-blocks .one-color-block:nth-child(2) .block-inner{
    background-color: #F2F4F8;
    color: inherit;
}
.width-800{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.width-900{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.width-1088{
    max-width: 1088px;
    margin-left: auto;
    margin-right: auto;
}
.block-inner a{
    color: inherit;
}
.block-inner em{
    font-size: 14px;
}
.blue-box .block-inner{
    background-color: #041C54;
    color: #F2F4F8;
}
.logo {
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #2c2c3440;
    padding: 0;
}
.stats h2{
    text-align: center;
}
.stats{
    font-size:20px;
    font-weight: normal;
}
.stats-source{
    font-size: 14px;
    font-weight: 300;
}
.stats-col{
    text-align: center;
}
.stat-number{
	font-size: 120px;
    font-weight: lighter;
    color: #5F98E2;
}
@media(max-width:567px){
    .stats-col {
        text-align: center;
    }
    .stat-number {
        margin: auto auto 15px;
    }
}
.faqs .container{
    max-width: 1088px;
}
.acc-link {
    background-color: transparent;
    color: inherit;
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 25px;
    font-weight: 300;
    padding: 0;
}
.card-wrap:has(.show) .acc-link {
    font-weight: normal;
}
.acc-link:hover, .acc-link:focus{
	background-color: transparent;
    color: inherit;
}
.acc-item.card {
	border: none;
}
.acc-item .card-wrap {
    border: 1px solid #A9B4CC;
    border-radius: 6px;
    display: flex;
    padding: 20px 0;
}
.acc-item .card-wrap .card-body-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.acc-item .card-header{
	background-color: transparent;
	padding: 0;
    border: none;
}
.accordion>.card .card-header {
    margin-bottom: 0;
}
.acc-item .card-body{
	padding: 20px 0 0;
}
.acc-link  h3{
    margin-bottom: 0;
    margin-right: 30px;
    font-size: 20px;
    color: #5F98E2;
}
.acc-link i {
    position: absolute;
    right: 10px;
    top: 0;
    color: #5F98E2;
}
@media(max-width:991px){
    .acc-item .card-wrap .card-number {
        width: 45px;
        height: 45px;
        padding: 13px 18px;
        font-size: 15px;
    }
    .acc-link{
        font-size: 18px;
    }
}
@media(max-width:767px){
    .accord-img {
        display: none;
    }
    .smu-accordion .acc-item:first-child .card-wrap{
        padding-top: 0;
    }
}
.grey-first .zig-block{
    background-color: #F2F4F8;
}
.grey-first .zig-block:nth-child(even) {
    background-color: transparent;
}
.row-center{
    justify-content: center;
}
.small-block.block-inner{
    text-align: center;
    color: #041C54;
    border: 1px solid #041c54;
    background-color: transparent;
}
.bottom-text{
    font-weight: 600;
}
.video-modal iframe {
    width: 100%;
    height: 600px;
}
.show-modal{
    cursor: pointer;
}
.map iframe{
    height: 300px;
    margin-bottom: -7px;
}
.blue-bg .block-inner{
    color: #fff;
    background-color: #041C54;
}
.blue-bg .block-inner h3{
    color: inherit;
}
.contact-form .blue-bg .block-inner{
    font-weight: lighter;
}
.contact-form .one-color-block.fadein-now, .contact-form .one-color-block {
    opacity: 1;
    animation: none;
    animation-delay: 0s;
}
.contact-form .block-inner a{
    text-decoration: none;
}
.contact-form .with-bold .block-inner strong{
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
}
.directions-link{
    font-weight: 500;
}
.directions-link a i{
    margin-right: 5px;
}
/* form p {
    margin-bottom: 0;
} */
input.wpcf7-submit{
    margin-bottom: 0;
}
input, select, textarea{
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    margin-bottom: 20px;
    color: inherit;
}
textarea{
    height: 200px;
}
.contact-form .main-content{
    margin-right: 20px;
}
.form-wrap .wpcf7-form-control-wrap{
    /* display: inline-block;
    width: 45%; */
    min-width: 200px;
    /* margin-right: 20px; */
    margin-bottom: 20px;
}
.form-wrap input, .form-wrap select, .form-wrap textarea{
    margin-bottom: 0;
}
.form-wrap .wpcf7-form-control-wrap.zig-block:nth-child(even){
    margin-right: 0;
}
.form-wrap .wpcf7-form-control-wrap[data-name="your-message"]{
    width: 94%;
    margin-right: 0;
}
.form-wrap input[type="submit"]{
    min-width: 160px;
}
.form-wrap .wpcf7-not-valid-tip{
    position: relative;
}
span.wpcf7-list-item {
    margin: 10px 20px 0 0;
}
input[type="radio"]{
    margin-right: 5px;
}
.form-wrap span[data-name="paymentmethod"]{
    width: 100%;
}
.form-wrap span[data-name="medical-aid-name"]{
    /* display: none; */
    width: auto;
}
.form-wrap span[data-name="medical-aid-name"] input{
    margin-bottom: 20px;
    width: 94%;
}
.private-pay span.first{
    display: none;
}
.hh-group .block-inner{
    display: flex;
    flex-direction: column;
}
.hh-group .block-inner p{
    flex-grow: 1;
}
.hh-group .block-inner h3{
    font-size: 19px;
}
.hh-group .block-inner a{
    text-decoration: none;
}
.support-groups {
    background-color: #F7F7F7;
}
.group-item {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.group-item .blurb{
    flex-grow: 1;
    font-size: 12px;
}
.group-item .blurb h3{
    font-size: 20px;
    margin-bottom: 20px;
}
.group-item .group-link a{
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}
.article  a{
    color: inherit;
    text-decoration: none;
}
.small-one{
    font-size: 14px;
}
.small-one h3{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.small-one .date{
    margin-bottom: 5px;
}
.all-articles .article:nth-child(n+1):nth-child(-n+5){
    display: none;
}
.single-content h1{
    font-size: 40px;
}
.category .footer-widgets, .page-template-contact-us .footer-widgets, .single .footer-widgets {
    padding-top: 60px;
}
.footer-widgets {
    background-color: #131319;
    border-top: none;
    color: #F5F5F4;
    font-weight: lighter;
    font-size: 14px;
    padding: 0;
}
.footer-widgets .wrap {
    max-width: 1320px;
    padding: 0 20px;
}
.footer-widgets p{
	margin-bottom: 20px;
    line-height: 1.5;
}
.widget-area.footer-widgets-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}
.widget-area.footer-widgets-1 section {
    min-width: 150px;
    padding-right: 30px;
}
.widget-area.footer-widgets-1 img{
	margin-bottom: 20px;
}
.footer-widgets a{
	text-decoration: none;
    color: inherit;
}
.footer-widgets a:hover{
	color: inherit;
}
@media(max-width:767px){
    .footer-widgets{
        padding-top: 0;
    }
}

.widget-title{
	color: inherit;
	margin-bottom: 10px;
    font-size: 20px;
}
.site-footer {
    background-color: #131319;
    color: #F5F5F4;
    font-weight: lighter;
    padding: 0 20px 30px;
    border: none;
}
.site-footer  a{
    color: inherit;
    text-decoration: none;
}
.social-links{
    margin-bottom: 30px;
}
.social-links i {
    width: 40px;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    color: #131319;
    background-color: #F5F5F4;
    font-size: 20px;
    margin: 0 15px;
}
.social-links svg {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 50%;
    color: #131319;
    background-color: #F5F5F4;
    font-size: 20px;
    margin: 0 15px;
    vertical-align: middle;
    text-align: center;
}
.foot-text .smudge{
    display: inline-block;
}
.feat-img{
    overflow: hidden;
}
.feat-img img{
    border-radius: 12px;
}
.txt-in {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}
@media(max-width:991px){
    .txt-in{
        padding: 0;
    }
}
.zig-block{
    padding: 60px 0;
}
.zig-block:nth-child(even) {
    background-color: #F2F4F8;
}
.zig-block:nth-child(even) .zig-row {
    flex-direction: row-reverse;
}
.zig-block .txt-in{
    margin-left: 0;
    padding: 0 20px;
}
.zig-block:nth-child(even) .txt-in{
    margin-left: auto;
    margin-right: 0;
}
.zig-block .feat-img{
    text-align: right;
}
.zig-block:nth-child(even) .feat-img{
    text-align: left;
}
@media(max-width:991px){
    .zig-zag {
        margin-bottom: 0;
    }
    .zig-block .txt-in{
        max-width: none;
    }
    .zig-block .feat-img{
        text-align: left;
    }
}
.top-content  h1{
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.block-section{
    position: relative;
    margin-bottom: 30px;
}
.banner-txt-wrap{
    position: absolute;
    top: 0;
}
.banner-txt{
    background-color: #fff;
    max-width: 600px;
    padding: 30px;
    margin: 40px;
}
.banner-txt ul{
    margin-bottom: 0;
}
@media(max-width:1199px){
    .big-bg-img .banner-txt-wrap{
        position: relative;
    }
    .big-bg-img.block-section{
        margin-top: 0;
    }
    .big-bg-img .banner-txt{
        padding: 20px;
        max-width: none;
        margin: 0;
    }
}
.page-title{
    border-bottom: 1px solid #B2B2B240;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.new-descr p{
    padding: 0 10px;
}
.wp-custom-logo .title-area{
    max-width: 250px;
    padding-bottom: 0;
    padding-top: 0;
}
@media(max-width:1199px){
    .wp-custom-logo .title-area{
        display: inline-block;
    }
}
.genesis-nav-menu{
    margin: 0;
}
.nav-primary {
    clear: none;
    display: block;
    padding-top: 0;
    margin: 0;
    padding-bottom: 0;
    float: right;
}
.nav-primary .genesis-nav-menu a {
    color: #041C54;
    font-size: 13px;
    font-weight: 500;
    padding: 15px 10px 20px;
}
.nav-primary .genesis-nav-menu li:last-child a{
    padding-right: 0;
}
.site-header .wrap .wrap{
    padding-right: 10px;
}
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a{
    color: #5F98E2;
}
.genesis-nav-menu .sub-menu a {
    padding: 15px;
    color: #041C54;
}
.genesis-nav-menu .sub-menu .sub-menu a {
    padding: 5px 15px;
}
.genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    background-color: #5F98E2;
    color: #fff;
}
@media(min-width:1200px){
    .site-header .menu .menu-item:hover .sub-menu{
        display: block;
        opacity: 1;
        left: 0;
    }
    .genesis-nav-menu .menu-item-1280{
        display: none;
    }
    
    .site-header .menu .menu-item:hover .sub-menu .sub-menu {
        opacity: 0;
        visibility: hidden
    }

    .site-header .menu .sub-menu .menu-item:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        top: -58px;
    }

    .genesis-nav-menu .sub-menu .sub-menu {
        top: 45px;
        margin: -46px 0 0 -180px;
    }
}
@media(max-width:1199px){
    .nav-primary {
        position: absolute;
        padding: 15px 0;
        width: 100%;
        max-width: 400px;
        display: none;
        background-color: #fff;
        right: 0;
    }
    .genesis-nav-menu .menu-item{
        display: block;
    }
    .genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:hover{
        color: #5F98E2;
        background-color: transparent;
    }
    .sub-menu-toggle {
        width: 100%;
        position: absolute;
        top: 13px;
        display: block;
        visibility: visible;
        text-align: right;
        padding: 0 10px 0 0;
        color: #063E76;
    }
    .nav-primary .genesis-nav-menu .sub-menu a {
        padding: 5px 10px;
        border: none;
    }
    .genesis-nav-menu .sub-menu{
        border: none;
    }
    .site-header .menu-toggle::before {
        font-size: 40px;
        width: 40px;
        height: 30px;
        top: -7px;
    }
    .menu-toggle {
        margin: 0;
        display: block;
        visibility: visible;
    }
    .sub-menu .sub-menu-toggle {
        top: -7px;
    }
}
.news-posts img{
    margin: 0 auto;
}
.news-posts{
    padding: 0 30px;
}
.news-posts h3 {
    color: #2C2C34;
    font-size: 18px;
    text-align: center;
    margin: 5px 0 0;
}
.news-posts .new-descr {
    margin-bottom: 5px;
    max-height: 63px;
    overflow: hidden;
}
.news-posts{
    justify-content: space-between;
}
.news-page .item{
    margin-bottom: 40px;
}
.map iframe{
	width: 100%;
}
.cont-details {
    margin: 40px 0 0;
}
.cont-details .cont-info{
	padding:0 20px 20px;
	margin-bottom: 30px;
}
.cont-details h2{
	font-size: 26px;
	color: inherit;
	font-weight: 600;
	margin-bottom: 15px;
    color: #6383A9;
}
.cont-details a{
	color: inherit;
	text-decoration: none;
} 
.cont-info i {
    color: #6383A9;
    border: #6383A9 solid 1px;
    margin-right:10px;
    font-size: 20px;
    padding: 7px;
    border-radius: 5px;
	height: 36px;
}
.phone-num{
	margin-bottom: 20px;
}
@media(max-width:1199px){
	.cont-details .cont-info{
		min-width: 300px;
	}
	.addresses{
		margin-top: 0;
	}
}
@media(max-width:991px){
	.cont-details .cont-info{
		min-width: 200px;
	}
}
@media(max-width:676px){
	.cont-details .cont-info{
		width: 100%;
	}
}
.single-post .entry-meta{
    display: none;
}
.page-template-default .content{
    margin-top: 30px;
	padding: 0 20px;
}
.page-template-default .footer-widgets{
	padding-top:30px;
}
.wpcf7-not-valid-tip {
    position: absolute;
}

.single-post .site-inner{
    padding: 0 20px;
}
.entry-content ol, .entry-content ul {
    padding-left: 0;
}
.one-blue-box .block-inner{
    background-color: #5F98E2;
    color: #fff;
    font-weight: 300;
}
#wpcf7-f1922-o1 input, select, textarea{
    margin-bottom: 0;
}
#wpcf7-f1922-o1 form p{
    margin-bottom: 30px;
}
#wpcf7-f1922-o1 .wpcf7-not-valid-tip{
    font-size: 12px;
}
.wpcf7-not-valid{
    border-color: #dc3232;
}
.entry-author{
    display: none;
}
.rehab-child-zig .zig-block:first-child{
    padding-top: 0;
}

/* Visually hidden text for screen readers */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Ensure hero image has stable dimensions and paints early */


img[sizes="auto"] {
    contain-intrinsic-size: auto !important;
}
header[data-wpr-lazyrender]{
    content-visibility: visible;
}