<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*   Meads CSS v1.0 - thatweb.co - Dec 2019  */

.device-identifier{
    display:none!important;
}


/* FONTS */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6  {
    font-weight: 400;
}
h1 span, .h1 span, h2 span, .h2 span, h3 span, .h3 span, h4 span, .h4 span, h5 span, .h5 span, h6 span, .h6 span, .display-1 span, .display-2 span, .display-3 span, .display-4 span  {
	color:inherit;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, .display-1 small, .display-2 small, .display-3 small, .display-4 small  {
	display:block;
	font-size: 80%;
	color: #666!important;
}
.btn{
    font-weight: 700;
}




/* STYLES */

html {
	font-size:16px;
}
body {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
    color: rgba(34,34,34,1);
    background:rgba(255,255,255,1);
    overflow-x: hidden;
    padding-top:70px;
}
main{
}
.sticky-top {
    position: inherit;
}
.list-2col li, .list-3col li, .list-4col li{
    width:100%;
    margin-bottom: 20px;
}


/* COLOURS */
.brandcolor1{
    color:rgba(136,206,245,1)!important;
}
.brandcolor2{
    color:rgba(32,160,232,1)!important;
}
.brandcolor3{
    color:rgba(18,115,170,1)!important;
}
.brandcolor4{
    color:rgba(13,77,113,1)!important;
}
.brandcolor-bg1{
    background-color:rgba(136,206,245,1)!important;
}
.brandcolor-bg2{
    background-color:rgba(32,160,232,1)!important;
}
.brandcolor-bg3{
    background-color:rgba(18,115,170,1)!important;
}
.brandcolor-bg4{
    background-color:rgba(13,77,113,1)!important;
}
.brandcolor-bg-grad1{
    background-color:rgba(136,206,245,1)!important;
    background: linear-gradient(to right,  rgba(176,219,242,1) 0%,rgba(136,206,245,1) 100%);

}
.brandcolor-bg-grad2{
    background-color:rgba(32,160,232,1)!important;
    background: linear-gradient(to right,  rgba(79,177,226,1) 0%,rgba(32,160,232,1) 100%);
}
.brandcolor-bg-grad3{
    background-color:rgba(18,115,170,1)!important;
    background: linear-gradient(to right,  rgba(54,128,165,1) 1%,rgba(18,115,170,1) 100%);

}
.brandcolor-bg-grad4{
    background-color:rgba(13,77,113,1)!important;
    background: linear-gradient(to right,  rgba(17,110,173,1) 0%,rgba(13,77,133,1) 100%);

}

.bg-dark-grad-bt{
    background: linear-gradient(to bottom,  rgba(136,206,245,.5) 10%, rgba(13,77,113,.9) 100%);
}
.bg-dark-grad-tb{
    background: linear-gradient(to top,  rgba(136,206,245,.5) 10%, rgba(13,77,113,.9) 100%);
}
.bg-light-grad-tb{
    background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(136,206,245,.9) 100%);
}
.bg-light-grad-bt{
    background: linear-gradient(to top,  rgba(255,255,255,0.5) 0%,rgba(136,206,245,.9) 100%);
}
.bg-dark-trans{
    background-color: rgba(13,77,113,.8);
}



.text-primary{
	color: rgba(0,123,255,1)!important;
}
.text-light {
    color: rgb(191,190,190,1)!important
}
.bg-primary{
	background-color: rgba(32,160,232,1)!important;
}

a{
	color:rgba(32,160,232,1);
}
a:hover, a:focus, a:active{
	color:rgba(18,115,170,1);
	outline: none;
	text-decoration: none;
}
p a, p a:hover{
	text-decoration: underline;
}



.img-bg-r{
    padding:20px 30px 20px 0px;
    background: linear-gradient(100deg, transparent 0%, transparent calc(70% - 2px), #20a0e8 calc(70% - 1px), #20a0e8 100%);
}
.img-bg-r img{
    border:3px solid #fff;
    transform: rotate(1deg);
}
.img-bg-l{
    padding:20px 0px 20px 30px;
    background: linear-gradient(80deg, #20a0e8 0%, #20a0e8 calc(30% - 2px), transparent calc(30% - 1px), transparent 100%);
}
.img-bg-l img{
    border:3px solid #fff;
    transform: rotate(-1deg);
}
.img-bg-r .caption{
    color:rgba(150,150,150,1);
    margin:10px 35% 0 10px;
    font-size: 70%;
}
.img-bg-l .caption{
    color:rgba(150,150,150,1);
    margin:10px 0 0 35%;
    font-size: 70%;
}



/*  GROW  */
.grow{
    overflow:hidden;
    
}
.grow, .grow img{
    transition: all .3s ease-in-out;
}
.grow:hover img{
    transform: scale(1.05);
}



/*  CARD LINKS  */
.card-link{
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: hidden;
}
.card-link .title, .card-link .desc{
    color:rgba(255,255,255,1);
    transition: all .3s ease-in-out;
}
.card-link .desc{

}
.card-link:hover .title{
    color:rgba(18,115,170,1);
}
.card-link.brandcolor-bg-grad3:hover .title, .card-link.brandcolor-bg-grad4:hover .title{
    color:rgba(32,160,232,1);
}


/*  STAFF  */
.staff-list .card-link .title{
    font-size: 1.2rem;
}
.staff-list .card-link .desc{
}
.staff-list .card-link img.profile{
    border-radius: 50%;
    padding: 5px;
    background: rgba(255,255,255,1);
    filter: blur(0px);
    width: 130px;
    height: 130px;
    margin: -160px 0 -60px 0;
}
.staff-list .card-link img.profile-bg{
    width: 110%;
    position: relative;
    top: -10px;
    left: -5%;
    filter: blur(5px);
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 80%);
    margin-bottom: -20px;
    opacity: .75;
}




/*  NAVBAR  */
#nav-container {
    margin-left: auto;
    position: relative;
    z-index:-1;
}
#nav-toggle {
    display: block;
    width: 25px;
    height: 25px;
    margin-left: auto;
    cursor: pointer;
    margin:0px 10px 0px auto;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
.navbar-fat #nav-toggle span {
    background-color: black;
}
.navbar-thin #nav-toggle span {
    background-color: rgba(255,255,255,1);
}
.topnav.open #nav-toggle span {
    background-color: black;
}
#nav-toggle span {
    width: 100%;
    height: 3px;
    border-radius: 1px;
    display: block;
    position: absolute;
    left: 0;
    content: '';
    transition: .35s ease-in-out;
    background-color: rgba(255,255,255,1);
}
.topnav.open .tel-link a {
    color: rgba(255,255,255,1);
}
#nav-toggle span:nth-child(1) {
    top: 3px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
}
#nav-toggle span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
}
#nav-toggle span:nth-child(3) {
    top: 17px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
}
#nav-toggle.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 3px;
    left: 3px;
}
#nav-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
#nav-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 20px;
    left: 3px;
}
#nav-overlay {
    position: fixed;
    top: 0px;
    left: 100%;
    z-index: -1;
    background: linear-gradient(to right,  rgba(136,206,245,.95) 10%, rgba(13,77,113,1) 100%);
    border-radius: 50%;
    transition: .5s;
    -webkit-transform: scale3d(0, 0, 0);
            transform: scale3d(0, 0, 0);
}

#nav-overlay.open {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
}

#nav-fullscreen {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transition: ease-in-out 0.25s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: rgba(255,255,255,1);
    font-size: 3.5vh;
    margin-top:-20px;
}
#nav-fullscreen.open {
    visibility: visible;
    opacity: 1;
    transition: ease-in-out 0.5s;
    transition-delay: 0.25s;
    margin-top:0px;
}
#nav-fullscreen ul {
    list-style: none;
    padding-inline-start:0;
    width: 80%;
}
#nav-fullscreen li {
    padding:0 20px;
    margin-bottom:10px;
}
#nav-fullscreen ul li a {
    color: rgba(255,255,255,1);
    display: block;
    -webkit-transform: translateZ(0);
    transition: all 0.3s ease-in-out;
}
#nav-fullscreen ul:hover li a {
    opacity: 0.5;
}
#nav-fullscreen ul li:hover a {
    opacity: 1;
}
#nav-fullscreen ul li a:hover {
    background-color: rgba(255,255,255,.05);
}


.menu-footer{
    position: absolute;
    bottom: 30px;
}
.menu-footer a{
    font-size:1.2rem;
    margin-right:15px;
    color:rgba(255,255,255,1);
}
.menu-footer a:last-child{
    margin-right:0;
}

.topnav.open .navbar-brand img {
    -webkit-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.topnav .tel-link{
    font-size:1.2rem;
    min-width:60px;
    text-align:center;
}
.topnav .tel-link a{
    color: inherit;
}













/*  NAVBAR  */
.navbar {
	z-index: 1019;
}
.topnav{
}
.topnav-main{

}
.navbar-fat {
    padding:20px 0 20px 20px;
    margin:0;
    color:black;
}
.navbar-thin {
    background-color:rgba(13,77,133,1);
    padding:20px 0 20px 20px;
    margin:0;
    color:white;
}
.navbar-brand{
	margin:0;
	padding:0;
    font-size:1rem;
}
.navbar-fat .navbar-brand img {
    max-width:80%;
}
.navbar-thin .navbar-brand img {
    max-width:80%;
    -webkit-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.navbar-nav{
    border-top:1px solid rgba(0,0,0,.1);
    margin-top:10px;
    padding-top:10px;
}
.navbar-nav .nav-item {
	margin-bottom:5px;
}
.navbar-nav .nav-link {
	color: rgba(34,34,34,1);
	font-size:0.85rem;
	padding: .7rem .6rem;
}
.navbar-nav .nav-link:hover{
	color: rgba(34,34,34,1);
	background-color: rgba(255,255,255,1);
}
.navbar-nav li.active .nav-link, .navbar-nav li.active .nav-link:hover {
	color: rgba(34,34,34,1);
	background-color: rgba(255,255,255,1);
}
.navbar-nav .nav-link.tel{
    font-size:1.4rem;
    padding: 0 0.4rem 0 0;
    margin: 0 0 0 0;
}
.navbar-nav .nav-link.tel:hover{
    background-color:rgba(255,255,255,0);
}




.subnav{
	
}
.subnav.navbar-expand-lg .subnav-current-mob{
	display:flex!important;
}
.subnav-toggle{
	color: rgba(34,34,34,1);
}
.subnav-toggle:hover, .subnav-toggle.nav-link:hover{
	color: rgba(32,160,232,1)!important;
	background-color: rgba(255,255,255,1)!important;
}
.subnav .nav-link{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: .5rem .1rem .5rem 1rem;
}
.subnav ul{
    margin-left:1rem;
}
.subnav ul:first-child{
    margin-left:0;
    margin-bottom:1rem;
}
.subnav ul li .nav-link:before{
}
.subnav ul li .nav-link.active:before{/* active subnav item */
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
	content:"\f0da"!important;
    margin-right:.5rem;
    color:rgba(230,230,230,1);
}
.subnav-related li .nav-link:before{ /* related link */
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
	content:"\f105";
    margin-right:.5rem;
    font-size: .8rem;
    color:rgba(225,225,225,1);
}
.subnav .nav-link{
	color: rgba(34,34,34,1);
	font-size:1.2rem;
}
.subnav .nav-link:hover{
	background-color: rgba(32,160,232,1);
	color: rgba(255,255,255,1);
}
.subnav li .nav-link.active, .subnav li .nav-link.active:hover{
	font-weight: 700;
}
.subnav ul:nth-child(2) {
	border-left: 2px solid rgba(245,245,245,1);
}

.nav-item:before{
	content: ""!important;
	margin:0!important;
}



/* ----- BUTTONS ----- */
.btn{
	box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0);
  	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	border-radius: 30px;
	white-space:normal!important;
	text-shadow:none!important;
    border:0;
    padding: .5rem 1.5rem;
    text-transform: uppercase;
}
.btn:hover, .btn:focus, .btn:active{
	box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.15);
    outline: none;
    border:0;
}
.btn-primary{
    background-color: rgba(32,160,232,1);
    border-color: rgba(32,160,232,1);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: rgba(1,88,175,1);
	color:#fff;
}
.btn-default{
	background-color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show&gt;.btn-primary.dropdown-toggle {
	background-color: rgba(32,160,232,1);
	color:#fff;
	outline:none;
	box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.15);
}
.btn-outline, .btn-outline:hover{
    border:1px solid rgba(230,230,230,1);
    text-decoration: none;
    color: rgba(32,160,232,1);
    font-weight: 600;
}
.btn-outline-white{
    border:1px solid rgba(255,255,255,1);
    text-decoration: none;
    color: rgba(255,255,255,1);
    font-weight: 600;
}
.btn-outline-white:hover{
    border:1px solid rgba(255,255,255,1);
    text-decoration: none;
    background-color: rgba(255,255,255,1);
    font-weight: 600;
}






/* ----- MODAL ----- */
body.modal-open, body.modal-open .topnav {
	padding-right:0!important;
}
.modal.modal-left .modal-dialog {
	position: fixed;
	margin: auto;
	width: 80%;
	max-width: 80%;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
.modal.modal-left .modal-content {
	height: 100%;
	overflow-y: auto;
}
.modal.modal-left .modal-body {
	padding: 15px 15px 80px;
}
.modal.modal-left.fade .modal-dialog {
	left: -80%;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.modal-left.fade.show .modal-dialog {
	left: 0;
}
.modal-content {
	border-radius: 0;
	border: none;
}
.modal-header {
	border-bottom-color: #eeeeee;
	background-color: #fafafa;
	background-color: rgba(32,160,232,1);
	color:#fff;
}



/* SWIPER SLIDER */
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-container-coverflow{
    padding-top: 30px;
    padding-bottom: 60px;
}
.swiper-container-coverflow .swiper-slide {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.swiper-slide {
    display: flex;
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat;
}
.swiper-slide-content, .swiper-slide-content-left, .swiper-slide-content-right{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
    height:100%;
    padding:0;
}
.swiper-slide-content {
    text-align:center;
}
.swiper-slide-content-left {
    text-align:left;
}
.swiper-slide-content-right {
    text-align:right;
}
.swiper-slide .title {
    font-size:2.4rem;
    margin:0;
    line-height: 80%;
    font-weight: 600;
    color:inherit;
}
.swiper-slide .subtitle {
    font-size:1.5rem;
    font-weight: 300;
    margin:0 0 0.5rem 0;
    color:inherit;
}
.swiper-slide .text {
    font-size:1rem;
    color:inherit;
}
.swiper-container .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
  }
.swiper-container.banner-small {
    height: 250px;
}
.swiper-container.banner-medium {
    height: 400px;
}
.swiper-container.banner-large {
    height: 400px;
}
.swiper-container.banner-xlarge {
    height: 100vh;
}

.swiper-pagination {
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: rgba(32,160,232,1);
}
.swiper-button-next, .swiper-button-prev{
    -webkit-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    display: none;
}
.down-arrow-bounce{
    position: absolute;
    bottom:0;
    left: calc(50% - 40px);
    max-width:75px;
    z-index:10;
}
.down-arrow-bounce:hover{
    cursor: pointer;
}

.swiper-slide-prev .AOS-item,
.swiper-slide-duplicate-prev .AOS-item,
.swiper-slide-next .AOS-item
.swiper-slide-duplicate-next .AOS-item{
    opacity: 0 !important;
}
.swiper-slide-active .AOS-item{
    opacity: inherit;
}

.reviews-slider .swiper-fade-edge{
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 91%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 10%,rgba(255,255,255,0) 91%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 10%,rgba(255,255,255,0) 91%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.reviews-slider{
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: right bottom;
}
.reviews-slider .swiper-slide-content i{
    font-size:1.5rem;
}
.reviews-slider .review-text{
    font-style: italic;
    font-size: 1.3rem;
    line-height: 1.8rem;
    color:rgba(225,225,225,1);
}


/* FOOTER */
footer{
}
footer .footer-links{
	font-size:0.9rem;
}
a.icon{
	color:rgba(150,150,150,1);
	text-decoration:none;
}
a.icon:hover, a.icon:focus{
	color:rgba(150,150,150,0.8);
}
footer a.nav-link{
	background-color: none;
	color:rgba(34,34,34,1);
}
footer a.nav-link:hover{
	background-color: rgba(32,160,232,1);
	color:#fff;
}
footer .recaptcha img{
    max-width:60px;
}
footer .recaptcha a{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #6c757d;
}
footer .recaptcha a:hover, footer .recaptcha a:focus{
    color: #ddd;
}


.grecaptcha-badge{
    display:none;
}


/* SOCIAL */
.btn.social-facebook{
    color:#3b5998;
}
.btn.social-twitter{
    color:#55acee;
}
.btn.social-linkedin{
    color:#007bb6;
}
.btn.social-instagram{
    color:#3f729b;
}





.ezsearch-search{

}
.ezsearch-summary{

}
.ezsearch-result-count{

}
.ezsearch-results{

}
.ezsearch-result{
	padding:10px;
	margin-bottom:10px;
	border-bottom: 1px solid #f7f7f7;
}
.ezsearch-result:hover {
	background:#f7f7f7;
}
.ezsearch-result h2{
	font-size: 1.5rem;
}
.ezsearch-result p{
	color: #6c757d;
}
.ezsearch-pager{

}
.ezsearch-pager .prev{
	margin-right:15px;
}
.ezsearch-pager .next{
	margin-left:15px;
}
.ezsearch-pager .page, .ezsearch-pager .next, .ezsearch-pager .prev{
	padding: 8px 10px;
    border: 1px solid #ddd;
    margin: 0 2px;
}
.ezsearch-pager .page:hover, .ezsearch-pager .next:hover, .ezsearch-pager .prev:hover{
	background:rgba(32,160,232,1);
	color:#fff;
	text-decoration: none;
}
.ezsearch-pager span.page{
	font-size: 1.2em;
	font-weight: 600;
	padding: 12px 16px!important;
}
.ezsearch-pager span.page:hover{
	background: #fff;
	color: rgba(34,34,34,1);
}




.ui-autocomplete-loading {
    background: white url("/css/base/images/ui-anim_basic_16x16.gif") right center no-repeat;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 9999 !important;
} 


.twcCookieDiv{
    position: fixed;
    bottom:0;
    left:15px;
    color:rgba(230,230,230,1);
    background:rgba(0,0,0,0.95);
    z-index: 9999;
    width:350px;
    padding:10px 10px 20px 10px;
    font-size:.8rem;
}


.form-group.required label:after{
    content:" *";
    color:red;
}
.form-group .error-msg{
    display: none;
}
.form-group.has-error .error-msg{
    display: block;
}
.form-group .error-msg, .field-validation-error{
    color:red;
    font-size:.8rem;
}
.form-group.has-error label, .form-check.has-error label, .input-validation-error{
    color:red;
}
.form-check input{
    width:20px;
    height:20px;
    margin: 4px 0 0 -30px;
}
.form-check.has-error input{
    background-color: red;
    outline: 2px solid red
}
.form-group.has-error input, .form-group.has-error textarea, .input-validation-error{
    border-color: red!important;
    background-color:rgb(255, 253, 253);
}
.form-group input[type=radio]:nth-child(even){
    margin-left:12px;
}



.grid-item{
    width:33%;
    padding:5px;
}





/* - - - -  R E S P O N S I V E  - - - - - */



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {    
    .staff-list .card-link img.profile{
        width: 185px;
        height: 185px;
        margin: -240px 0 -60px 0;
    }
    .staff-list .card-link img.profile-bg{
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .navbar-fat .navbar-brand img {
        max-width:40%;
    }
    .navbar-thin .navbar-brand img {
        max-width:30%;
    }
    #nav-fullscreen {
        font-size: 5vh;
    }
    .topnav .tel-link{
        font-size:1rem;
        min-width:210px;
        text-align:right;
    }
	.modal.modal-left .modal-dialog {
		width: 40%;
		max-width: 40%;
	}
	.modal.modal-left.fade .modal-dialog {
		left: -40%;
	}
    .grecaptcha-badge{
        display:block;
    }
    .swiper-slide-content, .swiper-slide-content-left, .swiper-slide-content-right{
        padding:0 30px;
    }
    .swiper-button-next, .swiper-button-prev{
        display: initial;
    }
    .swiper-slide-content-right .text {
        padding-left:20%;
    }
    .swiper-slide-content-left .text {
        padding-right:20%;
    }
    .swiper-slide .title {
        font-size:5.5rem;
        margin:0;
        line-height: 80%;
        color:inherit;
    }
    .swiper-slide .subtitle {
        font-size:3rem;
        margin:0 0 0.5rem 0;
        color:inherit;
    }
    .swiper-slide .text {
        font-size:1rem;
        color:inherit;
    }
    .reviews-slider{
        background-size: auto 60%;
        min-height:350px;
    }
    .staff-list .card-link .title{
        font-size: 1.25rem;
    }
    .staff-list .card-link img.profile{
        width: 165px;
        height: 165px;
        margin: -200px 0 -60px 0;
    }
    .staff-list .card-link img.profile-bg{
    }
    .swiper-container.banner-small {
        height: 350px;
    }
    .swiper-container.banner-medium {
        height: 600px;
    }
    .swiper-container.banner-large {
        height: 800px;
    }
    .swiper-container.banner-xlarge {
        height: 100vh;
    }
    .down-arrow-bounce{
        bottom:0;
        left: calc(50% - 80px);
        max-width:150px;
    }
    .img-bg-r{
        padding:40px 30px 50px 0px;
    }
    .img-bg-l{
        padding:40px 0px 50px 30px;
    }
    .img-bg-r .caption{
        font-size: 80%;
    }
    .img-bg-l .caption{
        font-size: 80%;
    }
    .list-2col li{
        width:50%;
        display: inline-block;
        float:left;
        margin-bottom: 20px;
    }
    .list-3col li{
        width:33.33%;
        display: inline-block;
        float:left;
        margin-bottom: 20px;
    }
    .list-4col li{
        width:25%;
        display: inline-block;
        float:left;
        margin-bottom: 20px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {	
    .sticky-top {
        position: sticky;
        top: 80px;
    }
	.navbar-nav{
		margin-top:0;
		padding-top:0;
		border:0
	}
	.navbar-nav .nav-item {
		margin-bottom:0;
	}
	.navbar-nav .nav-link {
        padding: .3rem .7rem;
        color: rgba(34,34,34,1);
	}
	.navbar-thin .navbar-nav .nav-link {
		color: rgba(255,255,255,1);
	}
	.navbar-thin .navbar-nav .nav-link:hover {
		color: rgba(18,115,170,1);
		background-color: rgba(255,255,255,0.2);
	}
	.navbar-thin .navbar-nav li.active .nav-link, .navbar-thin .navbar-nav li.active .nav-link:hover {
		background-color: rgba(255,255,255,1);
		color: rgba(32,160,232,1);
    }
    .navbar-fat {
    }
	.navbar-thin {
	}
	.subnav.navbar-expand-lg .subnav-current-mob{
		display:none!important;
	}
	.modal.modal-left .modal-dialog {
		width: 30%;
		max-width: 30%;
	}
	.modal.modal-left.fade .modal-dialog {
		left: -30%;
    }
    .swiper-slide-content-right .text {
        padding-left:40%;
    }
    .swiper-slide-content-left .text {
        padding-right:40%;
    }
    .reviews-slider{
        background-size: auto 90%;
    }
    .staff-list .card-link img.profile{
        width: 150px;
        height: 150px;
    }
    .staff-list .card-link img.profile-bg{
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .swiper-slide-content-right .text {
        padding-left:50%;
    }
    .swiper-slide-content-left .text {
        padding-right:50%;
    }
    .staff-list .card-link img.profile{
        width: 200px;
        height: 200px;
        margin: -350px 0 -140px 0
    }
    .staff-list .card-link img.profile-bg{
    }
}

/*Extra Extra large devices (large desktops, 1920px and up)*/
@media (min-width: 1920px) {
	.mx-50{
		margin-left:25%!important;
		margin-right:25%!important;
	}
	.mx-60{
		margin-left:20%!important;
		margin-right:20%!important;
	}
	.mx-70{
		margin-left:15%!important;
		margin-right:15%!important;
	}
	.mx-80{
		margin-left:10%!important;
		margin-right:10%!important;
	}
	.mx-90{
		margin-left:5%!important;
		margin-right:5%!important;
    }
    .reviews-slider{
        background-size: auto 100%;
        background-position: 95% bottom;
        min-height:350px;
    }
    .staff-list .card-link img.profile{
        width: 250px;
        height: 250px;
    }
    .staff-list .card-link img.profile-bg{
    }
    .staff-list .card-link img.profile-bg{
    }
    .swiper-container.banner-small {
        height: 450px;
    }
    .swiper-container.banner-medium {
        height: 700px;
    }
    .swiper-container.banner-large {
    }
}</pre></body></html>