html,
body,
*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    background-size:cover;
    background-position:50% 50%;
    font-family:"Source Serif Pro";
    color:black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body{
    background-color: white;
}
section {
    position: relative;
}
p, address{
    font-style:normal;
    font-size: calc(15px + (23 - 15) * ((100vw - 480px) / (1600 - 480)));
    line-height: 1.5;
} 
span{
    color:inherit;
    font-family:inherit;
    font-size:inherit;
}
ul.dashes {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.dashes li {
    margin: 0 0 10px;
    padding: 0 0 0 24px;
    font-family: "DM Sans";
    position: relative;
}
ul.dashes li::before {
    content: "";
    width: 18px;
    height: 1px;
    background: black;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
}

a{
    text-decoration:none;
    font-family:inherit;
    font-size:inherit;
    color:inherit;
}
p > a {
    position: relative;
    display: inline-block;
    color: #1b4e7d;
    text-decoration: underline;
}
h1,
.serif-title,
.service-2col h3{
    line-height: 1.35;
    margin:0 0 20px;
    font-weight:400;
    font-size: calc(40px + (85 - 40) * ((100vw - 650px) / (1600 - 650)));
}
.serif-title,
.service-2col h3{
    font-size: calc(26px + (40 - 26) * ((100vw - 650px) / (1600 - 650)));
} 
.sans-title{
    font-family:"DM Sans";
    font-weight:300;
    font-size: calc(30px + (45 - 30) * ((100vw - 650px) / (1600 - 650)));
    margin:0 0 15px;
}
.bold-title,
.service-2col h2{
    font-family:"DM Sans";
    font-weight:800;
    font-size: calc(32px + (60 - 32) * ((100vw - 650px) / (1600 - 650)));
    margin:0 0 20px;
    letter-spacing:0;
}
.bold-title.small,
.service-2col h2 {
    font-size: calc(26px + (40 - 26) * ((100vw - 650px) / (1600 - 650)));
}
h3 {
    font-size: calc(20px + (28 - 20) * ((100vw - 480px) / (1600 - 480)));
}
.service-2col h3{
    color:#598fcd;
}
.service-2col h2{
    color:#1b4e7d;
}
.service-2col p + h3 {
    margin-top: 30px;
}


h4,
h4.bold-title {
    font-size: calc(24px + (38 - 24) * ((100vw - 650px) / (1600 - 650)));
}
figure {
    margin: 0;
    padding: 0;
}

img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: none;
    height: auto;
}

.relative{
    position: relative;
    z-index:1;
}
.alt{
    display:block;
    text-indent: -999999px;
    width: 1px;
    height:1px;
    overflow: hidden;
}
.bg-img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bg-img.dark::before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0;
    background-color:rgba(0, 0, 0, 0.3);
}
.parallax{
    overflow: hidden;
    position:relative;
}
/*
.is-parallax,
.bg-img.is-parallax{
    height: 200%;
    will-change: transform;
    top: -100%;
    z-index: 0;
}*/
.image-slider.is-parallax{
    height:auto;
    top:initial;
    width:100%;
}


[class^="icon-"]:before,
[class*=" icon-"]:before {
    color: inherit;
    margin: 0;
    width: auto;
    line-height: 1.0;
}
.demo-icon {
    color: inherit;
}
.max-850{
    max-width:850px;
    margin:0 auto;
}
.bg-blue{
    background-color: #598fcd; 
    color:white;  
}
.bg-blue > *{
     color:white; 
}
.bg-tan{
    background:#f0e5d5;
    color:#1b4e7d;
}
.bg-grey{
    background-color:#f4f4f6;
}
.color-blue{
    color:#1b4e7d;
}
.color-blue2{
    color: #598fcd;
}
.color-white{
    color:white;
}
.color-lblue{
    color:#a5bdc7;
}
.center{
    text-align:center;
}
header nav ul a.btn,
.btn{
    display:inline-block;
    text-transform:uppercase;
    font-family:"Muli";
    letter-spacing: 1px;
    font-weight: 800;
    font-size:13px;
    padding: 12px 30px;
    border-radius: 20px;
    border:1px solid white;
    color:white;
    position: relative;
    z-index: 2;
    transition: color 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
header nav ul a.btn:hover::after,
.btn:hover::after,
header nav ul a.btn:focus::after,
.btn:focus::after {
    background: #588fcd;
}

header nav ul a.btn:hover,
.btn:hover,
header nav ul a.btn:focus,
.btn:focus {
    border-color: #588fcd;
}

header nav ul a.btn:hover, 
header nav ul a.btn:focus {
    border-color: #1b4e7d;
}

header nav ul a.btn::after, 
header nav ul a.btn:hover::after {
    background: #1b4e7d;
}







.btn.blue{
    color:#1b4e7d;
    border-color:#1b4e7d;
}
.btn.black{
    color:black;
    border-color:black;
}
.btn.black:hover,
.btn.black:focus{
    color:white;
    border-color:#598fcd;
}
.btn.solid-white{
    color:#1b4e7d;
    background:white;
}
.btn.solid-blue{
    background:#598fcd;
    color:white;
    border-color:#598fcd;
}
.btn.solid-grey {
    background: #f4f4f4;
    color: #1b4e7d;
}
.btn::after {
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    display: block;
    position: absolute;
    opacity: 0;
    transform-origin: bottom;
    border-radius: 20px;
    z-index: -1;
    transition: opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.btn.solid-white:hover::after ,
.btn.solid-white:focus::after,
.bg-blue .btn:hover::after ,
.bg-blue .btn:focus::after {
    background: #1b4e7d;
} 
.btn.solid-white:hover,
.btn.solid-white:focus {
    color: white;
    border-color: #1b4e7d;
}
.btn.solid-grey::after{

}
.btn.blue::after {
    background: #1b4e7d;
}
.btn.black::after{
    background:#598fcd;
}
.btn:hover::after ,
.btn:focus::after {
    opacity: 1;
}
.btn.blue:hover,
.btn.blue:focus {
    color: white;
}

.btn.solid-white:hover {
    color: white;
}

.btn.solid-white::after {
    background: #1b4e7d;
}
.center .btn-box .btn,
.hero .btn-box .btn {
    margin: 0 8px 16px;
}
.btn.solid-grey:hover {
    color: white;
}
.btn-box .btn {
    margin: 0 10px 20px;
}



/*-- header --*/

header {
    position: absolute;
    z-index: 9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: white;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    
    justify-content:-webkit-space-between;
    justify-content:-moz-space-between;
     -ms-flex-pack: space-between;
    justify-content:-ms-space-between;
    justify-content:space-between;
    padding: 20px 3.125vw;
}
header .logo {
    width: 250px;
}
header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content:-webkit-right;
    justify-content:-moz-right;
     -ms-flex-pack: right;
    justify-content:-ms-right;
    justify-content:right;
     align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
header a.tel.mob,
header nav ul a{
    display:block;
    margin: 0 20px 0;
    color: white;
    font-family: "DM Sans";
    font-weight: 700;
    position:relative;
}
header nav ul li:last-of-type a {
    margin-right: 0;
}
#menu nav ul a{
    position:relative;
}  

header nav ul a::after,
#menu nav ul a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #588fcd;
    transform-origin: left;
    opacity: 0;
    transform: scaleX(0);
    transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1) ;
}
header nav ul a::after{
    background:#1b4e7d;
}
header nav ul a:hover::after,
header nav ul a:focus::after,
header nav ul li.selected a::after,
#menu nav ul a:hover::after,
#menu nav ul a:focus::after,
#menu nav ul li.selected a::after {
    opacity: 1;
    transform: scaleX(1);
    transition: opacity 0.2s cubic-bezier(0.37, 0, 0.63, 1),transform 0.4s cubic-bezier(0.37, 0, 0.63, 1) ;
}
header nav ul a.btn:hover::after{
    transition: opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}


/*-- menu --*/
#menu nav ul li {
    margin: 0 0 15px 0;
}

#menu nav ul a {
    font-size: 32px;
    font-weight: 300;
    color:white;
    letter-spacing: 1px;
    margin:0;
    font-family:"DM Sans";
}
#menu{
    text-align:center;
    top:0;
    right:0;
    width:400px;
    height:100vh;
    position:fixed;
    transform:translateX(100%);
    z-index:7;
    background-color:white;
    background-color:#1b4e7d;
    background-color:#2b2e30; 
    transition:transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transform-origin:right center;
}
#menu .inner{
    height:100vh;
} 
#menu .inner nav ul li,
#menu .btn{
    opacity:0;
}
.nav-active #menu .inner nav ul li,
.nav-active #menu .btn{
    opacity:1;
}
.nav-active #menu .btn:nth-of-type(1){
    transition: opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.3s;
}
.nav-active #menu .btn:nth-of-type(2){
    transition: opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.35s;
}


.nav-active #menu .inner nav ul li:nth-child(1){
    transition: opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.4s;
}
.nav-active #menu .inner nav ul li:nth-child(2){
    transition: opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.45s;
}
.nav-active #menu .inner nav ul li:nth-child(3){
    transition: opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.5s;
}
.nav-active #menu .inner nav ul li:nth-child(4){
    transition: opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.55s;
}
.nav-active #menu .inner nav ul li:nth-child(5){
    transition: opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.6s;
}
.nav-active #menu .inner nav ul li:nth-child(6){
    transition: opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.65s;
}
.nav-active #menu .inner nav ul li:nth-child(7){
    transition: opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.7s;
}
.nav-active #menu .inner nav ul li:nth-child(8){
    transition: opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.75s;
}
#menu nav ul{
    display:block;
    list-style:none;
    margin:0;
    padding:0;
}
#menu .logo {
    display: block;
    width: 280px;
    margin:0 auto 35px;
} 
.nav-active #menu {
    transform: translateX(0);
    overflow-y: scroll;
}
/*.main-wrapper{
     position:relative;
     transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.nav-active .main-wrapper{
    transform: translateX(-400px);
    overflow-y:hidden;
}*/
#menu .btn{
  /*  font-size:12px;
    padding: 8px 20px;
    font-weight:800;
    margin:0 5px 0 0; */
    margin:0 0 20px;
}
#menu .btn:nth-child(2) {
    margin: 0 0 0px 5px;
}
#menu .btn-box {
    margin: 0 0 20px 0;
}
main::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 4;
    background: rgba(44, 46, 48, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity:0;
    transform:scaleX(0);
}
.nav-active main::after{
    opacity:1;
    transform:scaleX(1);
}
#skip-btn{
    position:absolute;
    top:0;
    left:0;
    z-index: 9;
    transform:translateX(-100%);
}

 #skip-btn:focus{
    transform:translateX(0%);
 }

/*-- forecast banner --*/

.forecast{
    padding: 20px 3.125vw;
    z-index: 7;
    position: relative;
    background:white;
}
.forecast.flex-wrap,
.forecast.flex-wrap .flex-wrap {
    flex-wrap: -webkit-nowrap;
    flex-wrap: -moz-nowrap;
    flex-wrap: -ms-nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
     align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.forecast .location strong {
    display: block;
    text-transform: uppercase;
    font-family: "DM Sans";
    font-weight: 700;
    color: #1b4e7d;
}

.forecast .location p {
    margin: 0;
    font-size: calc(14px + (18 - 14) * ((100vw - 480px) / (1600 - 480)));
}
 
.forecast .quality time,
.forecast .quality span {
    text-transform: uppercase;
    font-family: "DM Sans";
    color: white;
    padding: 10px 15px;
    background: #598fcd;
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
}

.forecast .quality span {
    background: #1b4e7d;
    font-weight: 700;
}


.forecast .count {
    text-transform: uppercase;
    font-family: "DM Sans";
    font-size: 11px;
    letter-spacing: 1px;
}

.forecast .count .num {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 0 4px;
    color: #598fcd;
}

.forecast.flex-wrap {
    justify-content:-webkit-space-between;
    justify-content:-moz-space-between;
     -ms-flex-pack: space-between;
    justify-content:-ms-space-between;
    justify-content:space-between;
}

.forecast.flex-wrap .flex-wrap.count, 
.forecast.flex-wrap .flex-wrap.quality,
.forecast.flex-wrap .flex-wrap.two-thirds{

    justify-content:-webkit-flex-end;
    justify-content:-moz-flex-end;
     -ms-flex-pack: flex-end;
    justify-content:-ms-flex-end;
    justify-content:flex-end;
}

.forecast.flex-wrap .quality.flex-wrap, 
.forecast.flex-wrap .count.flex-wrap {
    padding: 0 3vw 0 0;
}

.forecast.flex-wrap .count.flex-wrap:last-of-type {
    padding: 0;
}
.forecast .flex-wrap.two-thirds {
    flex-grow: 1;
}

#burger{
    position:relative;
    width: 30px;
    height: 22px;
    display: block;
    cursor: pointer;
    background: #588fcd;
    border: none;
    outline: none;
    display:none;
    background:transparent;
    margin:0;
    padding:0;
} 
#burger span {
    height: 2px;
    background: white;
    width: 30px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    /*-webkit-transition:0.15s ease, opacity 0s ease;
    -moz-transition:0.15s ease, opacity 0s ease;
    -ms-transition:0.15s ease, opacity 0s ease;
    transition:0.15s ease, opacity 0s ease;*/
}
#burger span:nth-child(1) {
    top:0px;
}

#burger span:nth-child(2) {
    top: 10px;
}

#burger span:nth-child(3) {
    top: 20px;
}



/*--- burger button --*/

@-webkit-keyframes burger1x {
    from {
        top:0px;
    }
    
    to {
        top: 10px;
    }
}

@keyframes burger1x {
    from {
        top:0px;
    }
    
    to {
        top: 10px;
    }
}
@-webkit-keyframes rotate1 {
    from {
        transform: rotate(0deg);
    }
    
    to {
        transform: rotate(-45deg);
    }
}

@keyframes rotate1 {
    from {
        transform: rotate(0deg);
    }
    
    to {
        transform: rotate(-45deg);
    }
}
@-webkit-keyframes fadeOut2 {
    from {
        opacity:1;
    }
    
    to {
        opacity:0;
    }
}

@keyframes fadeOut2 {
    from {
        opacity:1;
    }
    
    to {
        opacity:0;
    }
}

@-webkit-keyframes burger3x {
    from {
        top:20px;
    }
    
    to {
        top: 10px;
    }
}

@keyframes burger3x {
    from {
        top:20px;
    }
    
    to {
        top:10px;
    }
}
@-webkit-keyframes rotate3 {
    from {
        transform: rotate(0deg);
    }
    
    to {
        transform: rotate(45deg);
    }
}

@keyframes rotate3 {
    from {
        transform: rotate(0deg);
    }
    
    to {
        transform: rotate(45deg);
    }
}

.nav-active #burger span:nth-child(1){
    -webkit-animation: burger1x 0.25s both, rotate1 0.25s both;
    animation: burger1x  0.25s both, rotate1 0.25s both;
    -webkit-animation-delay: 0s, 0.25s; 
    animation-delay: 0s, 0.25s; 
}
.nav-active #burger span:nth-child(2){
    -webkit-animation: fadeOut2 0.25s both;
    animation: fadeOut2 0.25s both;
}
.nav-active #burger span:nth-child(3){
    -webkit-animation: burger3x 0.25s both, rotate3 0.25s both;
    animation: burger3x 0.25s both, rotate3 0.25s both;
    -webkit-animation-delay: 0s, 0.25s; 
    animation-delay: 0s, 0.25s; 
}


@-webkit-keyframes burger1o {
    from {
        top:10px;
    }
    
    to {
        top: 0px;
    }
}

@keyframes burger1o {
    from {
        top:10px;
    }
    
    to {
        top: 0px;
    }
}
@-webkit-keyframes rotateBack1 {
    from {
        transform: rotate(-45deg);
    }
    
    to {
        transform: rotate(0deg);
    }
}

@keyframes rotateBack1 {
    from {
        transform: rotate(-45deg);
    }
    
    to {
        transform: rotate(0deg);
    }
}
@-webkit-keyframes fadeIn2 {
    from {
        opacity:0;
    }
    
    to {
        opacity:1;
    }
}

@keyframes fadeIn2 {
    from {
        opacity:0;
    }
    
    to {
        opacity:1;
    }
}

@-webkit-keyframes burger3o {
    from {
        top:10px;
    }
    
    to {
        top: 20px;
    }
}

@keyframes burger3o {
    from {
        top:10px;
    }
    
    to {
        top:20px;
    }
}
@-webkit-keyframes rotateBack3 {
    from {
        transform: rotate(45deg);
    }
    
    to {
        transform: rotate(0deg);
    }
}

@keyframes rotateBack3 {
    from {
        transform: rotate(45deg);
    }
    
    to {
        transform: rotate(0deg);
    }
}

#burger span:nth-child(1){
    -webkit-animation: rotateBack1 0.25s both, burger1o 0.25s both;
    animation: rotateBack1 0.25s both, burger1o 0.25s both;
    -webkit-animation-delay: 0s, 0.25s; 
    animation-delay: 0s, 0.25s; 
}
#burger span:nth-child(2){
    -webkit-animation: fadeIn2 0.25s both;
    animation: fadeIn2 0.25s both;
}
#burger span:nth-child(3){
    -webkit-animation: rotateBack3 0.25s both, burger3o  0.25s both;
    animation: rotateBack3 0.25s both, burger3o 0.25s both;
    -webkit-animation-delay: 0s, 0.25s; 
    animation-delay: 0s, 0.25s; 
}

















/*-- footer --*/
footer {
    background: #2b2e30;
}
footer ul{
    list-style:none;
    margin:0;
    padding:0;
}
footer a{
    color:white;
}
footer .legal {
    background: #242627;
    
}
footer .legal p,
footer .legal a{
    color: #d2d2d2;
    font-size: 13px;
    margin: 0;
}
footer .legal .flex-wrap li{
    margin:0 0 0 30px;
}
footer a.logo {
    display: block;
    margin: 0 auto 30px;
    width: 140px;
}

footer .tel{
    display:block;
    margin:0 0 40px;
    font-family:"DM Sans";
    font-size: calc(18px + (36 - 18) * ((100vw - 480px) / (1600 - 480)));
}
footer .social{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content:-webkit-center;
    justify-content:-moz-center;
     -ms-flex-pack: center;
    justify-content:-ms-center;
    justify-content:center;
}
footer .social a{
    color:#a5bdc7;
    font-size: 30px;
    display:block;
    margin:0 15px;
    font-family:'DM Sans';
}
footer h4{
     color:#a5bdc7;
     text-transform:uppercase;
     font-family:'DM Sans';
     font-weight:900;
     font-size: calc(11px + (14 - 11) * ((100vw - 480px) / (1600 - 480)));
     margin:0 0 20px;
}
footer .two-thirds{
    flex-wrap: -webkit-nowrap;
    flex-wrap: -moz-nowrap;
    flex-wrap: -ms-nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    flex-grow: 1;
    padding: 0 0 0 6.25vw;
}
footer .two-thirds li{
    margin:0 0 8px;
}
footer .two-thirds a{
    font-family:"DM Sans";
    text-transform: uppercase;
     font-size: calc(11px + (14 - 11) * ((100vw - 480px) / (1600 - 480)));
     font-weight: 700;
     display:block;
}
footer .newsletter p{
    color:#e4e4e4;
    margin:0 0 20px;
}
footer .navigation{
    padding:0 1.5625vw 0 0;
}
footer .helpful-links{
    padding: 0 0 0 1.5625vw;
}
footer .newsletter{
    padding:0 0 0 3.125vw;
}
footer > .flex-wrap {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content:-webkit-space-between;
    justify-content:-moz-space-between;
     -ms-flex-pack: space-between;
    justify-content:-ms-space-between;
    justify-content:space-between;

}
footer .legal{
    justify-content:-webkit-space-between;
    justify-content:-moz-space-between;
     -ms-flex-pack: space-between;
    justify-content:-ms-space-between;
    justify-content:space-between;

}
footer input[type="email"] {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #525252;
    outline: none;
    margin: 0 0 15px 0;
    transition:0.35s ease;
}
footer input[type="email"]:focus {
    border-color: #588fcd;
}

footer button {
    background: transparent;
    float: right;
}
footer .social a,
footer .navigation a,
footer .helpful-links a,
footer .legal a{
    transition:opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
footer .social a:hover, 
footer .navigation a:hover,
footer .helpful-links a:hover,
footer .legal a:hover {
    opacity: 0.5;
}
 

footer .legal.pad-more{
    padding: 3.125vw 6.25vw;
}
/*-- hero --*/

.hero {
    height: 100vh;
}
.hero .text {
    position: relative;
    z-index: 5;
    text-align: center;
}
.nav-active .hero .text{
    z-index:4;
}
.hero h1 {
    color: white;
}
.sub.hero {
    height:auto;
    min-height: 400px;
    min-height:none;
}
.sub.hero {
    height: auto;
    min-height: 0;
    padding-top: 0;
    max-height: 400px;
    max-height:none;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-content: flex-end;
}
.sub.hero .text {
    position:absolute;
}
.hero.sub img.is-parallax {
    height: auto;
    top: initial;
}
.hero.sub .bg-img::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 82%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 82%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 82%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    }

/* -- gird --*/
.pad{
    padding: 3.125vw;
}
.pad-lr{
    /*padding:0 3.75vw;*/
    padding: 0 2.5vw;
}
.pad-more{
    padding:6.25vw;
}
.pad-lr-more{
    padding:3.125vw 6.25vw;
}
.pb-0,
.pb-0.pad-more,
.pb-0.pad,
.pb-0.pad-lr,
.pb-0.pad-lr-more{
    padding-bottom:0;
}
.pt-0,
.pt-0.pad-more,
.pt-0.pad,
.pt-0.pad-lr,
.pt-0.pad-lr-more{
    padding-top:0;
}
.mb-s {
    margin-bottom: 30px;
}

.mb-m {
    margin-bottom: 50px;
}

.mb-l {
    margin-bottom: 90px;
}
.flex-wrap{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction:row;
    flex-wrap: -webkit-wrap;
    flex-wrap: -moz-wrap;
    flex-wrap: -ms-wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-wrap.reverse,
.flex.reverse{
    flex-direction:-webkit-row-reverse;
    flex-direction:-moz-row-reverse;
     -ms-flex-direction: row-reverse;
    flex-direction:-ms-row-reverse;
    flex-direction:row-reverse;
}
.flex-col,
.flex-wrap a.flex-col{
   display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction:-webkit-column;
    flex-direction:-moz-column;
    flex-direction:-ms-column;
    -ms-flex-direction: column;
    flex-direction:column;
    justify-content:-webkit-center;
    justify-content:-moz-center;
     -ms-flex-pack: center;
    justify-content:-ms-center;
    justify-content:center;
}
.flex-col.align-bottom,
.flex-wrap a.flex-col.align-bottom,
.flex-wrap.align-right{
    justify-content:-webkit-flex-end;
    justify-content:-moz-flex-end;
    justify-content:-ms-flex-end;
    -ms-flex-pack: end;
    justify-content:flex-end;
}

.space-between {
    justify-content:-webkit-space-between;
    justify-content:-moz-space-between;
     -ms-flex-pack: space-between;
    justify-content:-ms-space-between;
    justify-content:space-between;

    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-wrap.gutter {
   /* margin: 0 -24px; */
}
.flex-wrap .flex-wrap.gutter {
    margin: 0 -24px;
}
.flex-wrap.gutter.pad{
    padding: 3.125vw 26px;
}
.half,
.halfs > *{
    width:50%;
}
.gutter > .half,
.gutter.halfs > * {
    width: calc(50% - 48px);
    margin: 0 24px 48px;
}
.third,
.thirds > *,
.one-third{
    width:33.333%;
}
.gutter > .third,
.gutter > .one-third,
.gutter.thirds > * {
    width: calc(33.333% - 48px);
    margin: 0 24px 48px;
}
.two-thirds{
    width:66.666%;
}
.gutter > .two-thirds{
    width: calc(66.666% - 48px);
    margin: 0 24px 48px;
}
.fourth,
.fourths > *{
    width:25%;
}
.gutter > .fourth,
.fourths.gutter > * { 
    width: calc(25% - 48px);
    margin: 0 24px 48px;
}

.sixth,
.sixths > *{
    width:16.666%;
}
.gutter > .sixth,
.sixths.gutter > * { 
    width: calc(16.666% - 24px);
    margin: 0 12px 60px;
}
.text-center{
    text-align:center;
}
.m-100{
    margin-top:100px;
    margin-bottom:100px;
}
.mt-100{
    margin-top:100px;
}
.mb-100{
    margin-bottom:100px;
}
.m-50{
    margin-top:50px;
    margin-bottom:50px;
}
.mt-50{
    margin-top:50px;
}
.mb-50{
    margin-bottom:50px;
}



/*-- home --*/
.conditions {
    list-style: none;
    margin: 0;
    padding: 0;
}
.conditions li,
.todays-count .flex-col{
    padding:0 10px 20px;
} 
.todays-count .flex-col{
    position:relative;
}
.conditions .demo-icon {
    display: block;
    font-size: calc(80px + (180 - 90) * ((100vw - 480px) / (1600 - 480)));
    color: #598fcd;
    text-align:center;
    margin:0 auto;
}
.conditions .text,
.todays-count .half h2,
.color-chart h2 {
    font-family: "DM Sans";
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:700;
    font-size: calc(20px + (26 - 20) * ((100vw - 1024px) / (1600 - 1024)));
}

.conditions a.flex-col,
.todays-count .flex-col{
    background-color:white;
    padding: 3.75vw 5.25vw;
    border-radius:20px;
    height:100%;
    position: relative;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}
.conditions a.flex-col::after,
.todays-count a.flex-col::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    border: 8px solid #a5bdc7;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}

.conditions a.flex-col:hover::after,
.todays-count a.flex-col:hover::after {
    opacity: 1;
}
.conditions .btn,
.todays-count .btn {
     font-size:10px;
    padding:10px 20px;
    max-width: 150px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(-30px);
    transition:  0.4s cubic-bezier(0.37, 0, 0.63, 1);
} 
.quote-slider blockquote p,
.quote-slider blockquote footer{
    max-width:1024px;
    margin: 0 auto;
    font-family:"DM Sans";
    background:transparent;
}
.quote-slider blockquote p{
    font-size: calc(18px + (22 - 18) * ((100vw - 480px) / (1600 - 480)));
}
.quote-slider blockquote footer{
    font-weight:700;
    margin:40px auto 0;
    font-size: calc(15px + (18 - 15) * ((100vw - 480px) / (1600 - 480)));
}
.quote-slider .slick-slide p, 
.quote-slider .slick-slide footer,
.quote-slider .slick-slide .demo-icon.icon-stars {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.1s, transform 0.6s cubic-bezier(0.37, 0, 0.63, 1) 0s;
}
.quote-slider .slick-slide.slick-active p, 
.quote-slider .slick-slide.slick-active footer,
.quote-slider .slick-slide.slick-active .demo-icon.icon-stars{
    opacity: 1;
    transform: translateX(0px);
    transition: opacity 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.6s, transform 0s cubic-bezier(0.37, 0, 0.63, 1) 0s;
}

.quote-slider .slick-slide.slick-active footer{
    transition: opacity 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.8s;
}

.demo-icon.icon-quote.color-lblue,
.demo-icon.icon-quality.color-lblue {
    margin:0 auto 30px;
    font-size: calc(50px + (80 - 50) * ((100vw - 480px) / (1600 - 480)));
}
.demo-icon.icon-quality.color-lblue {
    display: block;
}
.why-choose{
    list-style:none;
    margin:0 0 60px;
    padding:0;
}
.why-choose p {
    margin: 10px 0 0;
}
.why-choose .demo-icon{
    color:#598fcd;
    font-size: calc(50px + (80 - 50) * ((100vw - 480px) / (1600 - 480)));
}
.bg-blue .why-choose .demo-icon {
    color: white;
}

.conditions .text,
.todays-count .text {
    margin: 0 0 20px 0;
    transform: translateY(20px);
    transition: transform 0.4s cubic-bezier(0.37, 0, 0.63, 1);
    text-align:center;
}


.conditions a.flex-col:hover .text,
.todays-count a:hover .text {
    transform: translateY(0px);
}

.conditions a.flex-col:hover .btn,
.todays-count a:hover .btn {
    opacity: 1;
    transform: translateY(0);
}
ul.logos {
    list-style: none;
}

.logos figure {
    max-width: 220px;
    margin:0 auto;
}
.logos.gutter.thirds > * {
    margin: 0 24px 0;
}

.logos li figure img[src="/assets/images/logos/aaaai.svg"] {
    max-width: 195px;
}
ul.hours {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.hours li {
    margin: 0 0 0 0;
    padding: 8px;
}
.hours li.flex-wrap {
    justify-content: space-between;
}
ul.hours li:nth-of-type(odd) {
    background: #f4f4f6;
    font-family: inherit;
}
/*
.location-block:nth-of-type(odd) {
    background: #f4f4f6;
}

.location-block:nth-of-type(odd) ul.hours li:nth-of-type(odd){
    background:white;
}*/
.doctors h2.bold-title {
    font-size: calc(22px + (32 - 22) * ((100vw - 650px) / (1600 - 650)));
    margin: 0 0 5px 0;
}

.doctors .cards p {
    font-size: calc(16px + (20 - 16) * ((100vw - 1024px) / (1600 - 1024)));
}
.hero h1.small {
    font-size: calc(30px + (52 - 30) * ((100vw - 650px) / (1600 - 650)));
    line-height: 1.25;
}

.breadcrumb {
    display: inline-block;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: "Muli";
    letter-spacing: 1px;
    font-size: 10px;
    color: white;
    border: 2px solid #598fcd;
    padding: 6px 20px;
    border-radius: 20px;
}

.hero time {
    text-transform: uppercase;
    font-size: calc(16px + (20 - 16) * ((100vw - 480px) / (1600 - 480)));
    font-family:
    'DM Sans';
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #a5bdc7;
}

.bg-blue ul.hours li:nth-of-type(odd) {
    background: #ffffff36;
}

.bg-blue ul.hours li {
    color: white;
}

.bg-blue .locations-list .bold-title {
    margin: 0 0 10px;
}

.bg-blue .locations-list address {
    margin: 0 0 0px;
}
.bg-blue .locations-list .half.pad {
    border-right: 1px solid #1b4e7d;
    border-top: 1px solid #1b4e7d;
}

.bg-blue .locations-list .half.pad:nth-of-type(even) {
    border-right: none;
}



/*-- cards --*/
.cards {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cards a.flex-col {
    position:relative;
    height:100%;
    justify-content:-webkit-flex-start;
    justify-content:-moz-flex-start;
     -ms-flex-pack: flex-start;
    justify-content:-ms-flex-start;
    justify-content:flex-start;
       -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.cards a.flex-col > .flex-col {
    justify-content:-webkit-space-between;
    justify-content:-moz-space-between;
     -ms-flex-pack: space-between;
    justify-content:-ms-space-between;
    justify-content:space-between;
     -webkit-align-items: space-between;
    -moz-align-items: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    flex-grow: 1;
}
.cards .text{
    padding: 20px 20px;
}
.cards figure{
    position:relative;
}
.cards figure .bg-img{
    display:none;
}
.cards time{
    font-family:'DM Sans';
    text-transform:uppercase;
    color: #598fcd;
    margin:0 0 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
    display:block;
    font-size: calc(12px + (16 - 12) * ((100vw - 480px) / (1600 - 480)));
}
.cards p{
    line-height: 1.35;
    margin:0 0 0;
    font-size: calc(20px + (30 - 20) * ((100vw - 1024px) / (1600 - 1024))); 
}
.cards .btn-wrap{
    padding: 0 20px 20px;
}
.cards .btn-wrap .btn{
    opacity:0;
    transition:opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.cards a:hover .btn-wrap .btn{
    opacity:1;
}

.cards a::after{
    content:'';
    display:block;
    width:100%;
    height:100%;
    top:0;
    left:0;
    position:absolute;
    z-index:0;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.35);
    opacity:0;
    transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1);

}
.cards a:hover::after{
    opacity:1;
}

 

/*-- forms --*/

.freeform-row .freeform-column .freeform-label {
    text-align: left;
    font-family: "DM Sans";
    font-weight: 400;
    /* font-weight: 300; */
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 5px;
}
.freeform-row .freeform-column .freeform-label.freeform-required:after{
    color: #598fcd !important;
}
.freeform-row .freeform-column .freeform-input{
     padding: 12px 15px;
     border: 1px solid #e4e4e4;
     outline:none;
     transition:0.35s ease;
     background-color:inherit;
     font-size: calc(15px + (23 - 15) * ((100vw - 480px) / (1600 - 480)));
    line-height: 1.5;
    border-radius:0;
}
.freeform-row .freeform-column .freeform-input:focus {
    border-color: #598fcd;
}
.freeform-row .freeform-column select.freeform-input {
    -webkit-appearance: none;
    padding: 12px 45px 12px 15px;
    border-radius:0;
    background-image: url(/assets/images/down-arrow.png);
    background-position: right center;
    background-size: 35px;
    background-repeat: no-repeat;
}
 






/*-- slideshow --*/
/* Slider */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}

.slick-arrow.slick-hidden {
    display: none;
}
/* Dots */
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    margin: 0 13px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    border: 2px solid #d7d7d7;
    color: transparent;
    outline: none;
    background: transparent;
    border-radius: 50%;
    transition: border-color 0.35s ease;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover{
    border-color: #598fcd;
}
.slick-dots li button:hover{
    border-color: #b1b1b1;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}


.image-slider.slick-slider.slick-dotted {
    margin-bottom: 0;
    height: 100%;
    width:100%;
    position: relative;
    top: 0;
    left: 0;
    display:block;
}

.image-slider .slick-list, 
.image-slider .slick-track {
    height: 100%;
}
.image-slider.slick-slider.slick-dotted .bg-img::before{
    content:"";
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 81%, rgba(0,0,0,0.35) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 81%,rgba(0,0,0,0.35) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 81%,rgba(0,0,0,0.35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );
}
.image-slider ul.slick-dots,
.hero ul.slick-dots {
    bottom: 50px;
}




/* -- news article --*/
.article-body{
    text-align: center;
}
.article-body ul,
.article-body ol,
ul.bulleted,
ul.lined,
.service-2col ul{
    text-align: left;
    list-style: none;
    margin: 0 6.125vw;
    padding: 0;
}
ul.bulleted,
ul.lined,
.service-2col ul {
    margin:0;
}
.article-body ul li,
ul.bulleted li,
ul.lined li, 
.service-2col ul li{
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    font-size: calc(14px + (18 - 14) * ((100vw - 480px) / (1600 - 480)));
    line-height: 1.5;
}
ul.lined li,
.service-2col ul li {
    border-bottom: 1px solid #e4e4e4;
    margin: 0 0 15px;
    padding: 0 9px 15px;
}
.article-body ul li::before,
ul.bulleted li::before{
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 7px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    padding: 0 0 0 0px;
    border: 2px solid #a5bdc7;
}

.article-body h3 {
    font-family: "DM Sans";
    font-weight: 300;
    font-size: calc(26px + (40 - 26) * ((100vw - 650px) / (1600 - 650)));
    margin: 0 0 15px;
    color: #1b4e7d;
}

.article-body h2{
    font-family: "DM Sans";
    font-weight: 800;
    font-size: calc(32px + (45 - 32) * ((100vw - 650px) / (1600 - 650)));
    margin: 0 0 20px;
    letter-spacing: 0;
    line-height: 1.35;
    color: #1b4e7d;
}
.article-body ol,
ol {
    list-style: none;
    counter-reset: my-counter;
    margin:0;
    padding:0;
}

.article-body ol li,
ol li {
    counter-increment: my-counter;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 20px;
    font-size: calc(14px + (18 - 14) * ((100vw - 480px) / (1600 - 480)));
    line-height: 1.5;
}
.list-title {
    font-family: "Muli";
    text-transform: uppercase;
    font-size: calc(18px + (26 - 18) * ((100vw - 480px) / (1600 - 480)));
    font-weight: 800;
    letter-spacing: 1px;
    font-family: "DM Sans";
    margin: 0 0 24px 0;
}
.article-body ol li::before,
ol li::before {
    display: block;
    position: absolute;
    left: 0;
    font-family: "DM Sans";
    font-weight: 800;
    border: none;
    color: #a5bdc7;
    content: counter(my-counter) ". ";
    font-size: 94%;
}
ul.no-style {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
p.m-0 {
    margin: 0;
}
p > b {
    font-family: "DM Sans";
}


.pag.flex-wrap {
    justify-content: center;
    align-items:center;
}

.pag.flex-wrap a, .pag.flex-wrap .current {
    margin: 0 18px;
    font-size: calc(15px + (23 - 15) * ((100vw - 480px) / (1600 - 480)));
    line-height: 1.5;
}




.pag.flex-wrap a.pag-arrow {color: #598fcd;font-size: calc(20px + (32 - 20) * ((100vw - 480px) / (1600 - 480)));line-height: 1.5;}

.pag.flex-wrap .current {
    background: #f4f4f6;
    padding: 5px 8px;
}

i.demo-icon.icon-stars {
       color: #1b4e7d;
    font-size: 25px;
    line-height: 25px;
    margin: 25px 0 20px 0;
    display: block;
}




/*-- reveals --*/


/*


[data-anim="fade-children"][data-reveal] > *{
    opacity:0;
    transition:opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.3s;
}
[data-anim="fade-children"] > *{
    opacity:1;
    transition:opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.3s;
}
[data-anim="fade-children"] > *:nth-child(2){
    transition:opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.35s;
}
[data-anim="fade-children"] > *:nth-child(3){
    transition:opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.4s;
}
[data-anim="fade-children"] > *:nth-child(4){
    transition:opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.45s;
}
[data-anim="fade-children"] > *:nth-child(5){
    transition:opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.5s;
}
[data-anim="fade-children"] > *:nth-child(6){
    transition:opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.55s;
}
[data-anim="fade-children"] > *:nth-child(7){
    transition:opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.6s;
}
[data-anim="fade-children"] > *:nth-child(8){
    transition:opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.65s;
}


*/



.btn.hours-toggle {
    padding: 12px 52px 12px 30px;
    position: relative;
}

.hours-toggle i.demo-icon.icon-plus {
    font-size: 160%;
    position: absolute;
    top: 10px;
    right: 30px;
 
}

.hours-toggle{
        display:none;
    }
      .hours-toggle i.demo-icon.icon-plus::before{
           transition: 0.35s ease;
      }
   .hours-toggle.show i.demo-icon.icon-plus::before{
        transform: rotate(135deg);
         transition: 0.35s ease;
   }  


header a.tel.mob{
        display:none;
    }
header > .flex-wrap.gutter.tel-wrap{
        display:none;
    } 
/*-- responsive --*/
@media only screen and (max-width:1500px){
    header nav ul a {
        font-size: 14px;
    }

    header nav ul a.btn {
        font-size: 10px;
        margin: 0 10px;
    }
}

@media only screen and (max-width:1350px){
    header nav ul a {
        font-size: 12px;
        margin: 0 15px 0;
    }
}

@media only screen and (max-width:1200px){
    header nav ul a {
        margin: 0 12px;
    }
    header nav ul a.btn {
        font-size: 9px;
        padding: 9px 22px;
        margin:0 8px;
    }
    .forecast.flex-wrap .quality.flex-wrap, 
    .forecast.flex-wrap .count.flex-wrap {
        padding: 0 20px 0 0;
    }
    .forecast .count {
        font-size: 9px;
    }
    .forecast .quality time {
        font-size: 10px;
    }
    .forecast .quality time, 
    .forecast .quality span {
        font-size: 9px;
    }
    .forecast .count .num {
        font-size: 18px;
    }
}
@media only screen and (max-width:1450px){
    #burger{
        display:block;
    }
    header nav{
        display:none;
    }
    .nav-active .main-wrapper,
    .nav-active {
        height:100%;
        overflow: hidden;
        position:fixed;
        width:100%;
           
    }
    header > .flex-wrap.gutter.tel-wrap{
        display:flex;
        align-items:center;
    }
    header a.tel.mob{
        display:block;
        margin:0px 3.125vw 0 0;
    }
}
@media only screen and (max-width:1024px){
    .fourth,
    .fourths > *{
        width:50%;
    }
    .conditions li {
        padding: 0 10px 20px;
    }
    .gutter > .third, 
    .gutter > .one-third, 
    .gutter.thirds > * {
        width: calc(33.333% - 28px);
        margin: 0 14px 28px;
    }
   .gutter > .fourth, 
   .fourths.gutter > * {
        width: calc(50% - 28px);
        margin: 0 14px 28px;
    }
}
@media only screen and (max-width:980px){
    /*
    .count.flex-wrap {
        max-width: 100px;
    }

    .forecast .count .num {
        display: block;
        margin:0;
    }
    .forecast.flex-wrap .flex-wrap.count {
        display: block;
        text-align: center;
    }
    .forecast.flex-wrap .flex-wrap.two-thirds {
      
        justify-content:-webkit-flex-end;
        justify-content:-moz-flex-end;
         -ms-flex-pack: flex-end;
        justify-content:-ms-flex-end;
        justify-content:flex-end;
         -webkit-align-items:center;
        -moz-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

*/

}
@media only screen and (max-width:880px){
    .flex-wrap.forecast .location {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 5px 0;
        justify-content:-webkit-space-between;
        justify-content:-moz-space-between;
         -ms-flex-pack: space-between;
        justify-content:-ms-space-between;
        justify-content:space-between;
        position: relative;
    }

    .flex-wrap.forecast {
        flex-wrap: wrap;
    }

    .forecast.flex-wrap .flex-wrap.two-thirds {
        justify-content:-webkit-space-between;
        justify-content:-moz-space-between;
         -ms-flex-pack: space-between;
        justify-content:-ms-space-between;
        justify-content:space-between;
    
    }

    .count.flex-wrap {
        max-width: none;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .forecast .count .num {
        display: initial;
        font-size: 15px;
    }

    .forecast.flex-wrap .flex-wrap.count {
       -webkit-align-items: center;
        -moz-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        flex-wrap: -webkit-nowrap;
        flex-wrap: -moz-nowrap;
        flex-wrap: -ms-nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
    }

    .forecast .location strong {
        font-size: 12px;
        margin: 0 10px 0 0;
        background: white;
        position: relative;
        z-index: 1;
        padding: 0 8px 0 0;
    }

    .forecast .location p {
        font-size: 11px;
        background: white;
        position: relative;
        z-index: 1;
        padding: 0 0 0 9px;
    }

    .forecast.flex-wrap {
        padding: 10px 15px 10px;
    }
    .flex-wrap.forecast .location::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        top: 7px;
        background: #e0e0e0;
    }
    .forecast.flex-wrap .quality.flex-wrap, 
    .forecast.flex-wrap .count.flex-wrap {
        padding: 0;
    }
}
@media only screen and (max-width:850px){
    

    footer > .flex-wrap > div:first-of-type {
        width: 100%;
        text-align: center;
        margin: 0 0 30px;
    }

    footer .two-thirds {
       width: 100%;
       padding: 0;
       flex-wrap: wrap;
       display: block;
    }

    footer .navigation,
    footer .helpful-links {
        width: 100%;
        text-align:center;
        padding:0;
        margin: 0 0 19px 0;
    }

    footer .navigation ul,
    footer .helpful-links ul{
        display:flex;
        flex-direction:row;
       -webkit-align-items: center;
        -moz-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content:-webkit-center;
        justify-content:-moz-center;
         -ms-flex-pack: center;
        justify-content:-ms-center;
        justify-content:center;
        flex-wrap:wrap;

    }

    footer .navigation ul li,
    footer .helpful-links ul li{
        margin: 0 15px 15px;
    }

    footer h4 {
        display: none;
    }

    footer .two-thirds .helpful-links a {
        color: #a5a5a5;
    }

    footer > .flex-wrap.pad-more {
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-flex-align:flex-end;
        align-items: flex-end;
    }

    footer .newsletter h4 {
        display: block;
    }
    footer .helpful-links {
        margin: 0 0 50px 0;
    }

}
@media only screen and (max-width:768px){

    .gutter > .half, 
    .gutter.halfs > * ,
    .gutter > .third, 
    .gutter > .one-third, 
    .gutter.thirds > * {
        width: 100%;
        margin: 0 0px 28px;
    }
    .third,
    .thirds > *,
    .one-third{
        width:100%;
    }
    .flex-wrap.gutter.halfs.pad-lr.service-2col {
        padding: 0;
    }

    .cards a.flex-col {
        flex-direction: row;
    }
    .cards a.flex-col figure {
        width: 33.333%;
        position: relative;
        overflow: hidden;
        height:100%;
    }
    .cards a.flex-col > .flex-col {
        flex-grow: unset;
        width: 66.666%;
    }
    .cards p {
        font-size: calc(20px + (28 - 20) * ((100vw - 600px) / (1024 - 600)));
    }
    .cards figure .bg-img{
        display:block;
    }
    .careds figure img{
        display:none;
    }


    .bg-blue .locations-list .pad.half {
        width: 100%;
        border: none;
        margin: 0 0 60px 0;
        padding: 0;
    }
    .bg-blue .locations-list .gutter > .half {
        margin-bottom: 20px;
    }
 
}
@media only screen and (max-width:700px){
    #menu{
        width:100%;
    }
}
@media only screen and (max-width:680px){
    .forecast .count .num {
        display: block;
    }

    footer .legal ul.flex-wrap {
        /* justify-content: center; */
        width: 50%;
        display: block;
        text-align: right;
    }

    footer .legal .flex-wrap li {
        /* margin: 0 20px; */
        margin: 0 0 4px 10px;
    }

    footer .legal p {
        margin: 0;
        width: 50%;
    }

    footer > .flex-wrap.pad-more {
       -webkit-align-items: center;
        -moz-align-items: center;
        -ms-flex-align:center;
        align-items: center;
    }


    .hours-toggle{
        display:inline-block;
    }
    .hours-content{
        display:none;
    }
    header .logo{
        width:180px;
    }
    header a.tel.mob{
        font-size:14px;
    }

}
@media only screen and (max-width:590px){
    .forecast.flex-wrap .quality.flex-wrap:nth-child(2) {
        display: none;
    }
    .cards a.flex-col figure {
        height:initial;
    }
    .cards a.flex-col{
        display:block;
    }
    .cards a.flex-col figure,
    .cards a.flex-col > .flex-col{
        width:100%;
    }
     .cards figure .bg-img{
        display:none;
    }
    .careds figure img{
        display:block;
    }
    .gutter.locations-list > .fourth, 
    .fourths.gutter.locations-list > * {
        width: 100%;
        margin: 0 0 60px;
        text-align: center;
    }
    .fourths.gutter.why-choose > * {
        width: 100%;
        margin: 0 0 20px;
    }

}






header {
        position: relative;
        top: 0;
        background: #598fcd;
    }




.todays-count datetime {
    font-family: "DM Sans";
    text-transform: uppercase;
    color: #868686;
    font-size: 14px;
    letter-spacing: 1px;
 }
 .todays-count .text p {
    font-size: 40px;
    margin: 0;
}

 .color-chart {
    text-align: center;
    margin: 0px 0 0;
    background-color:white;
    border-radius: 8px;
    overflow:hidden;
}

.color-chart ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.color-chart ul li p {
    margin: 0;
    font-size: 16px;
    width:50%;
}

.color-chart ul li.flex-wrap.gutter {
    justify-content: center;
    align-items: center;
    margin: 0 0 0px;
}

.color-chart h2+p {
    margin: 0 0 20px;
    font-family: "DM Sans";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.color-chart ul li p.color {
    font-size:14px;
    padding: 10px 10px;
    text-align: center;
    color: white;
    margin: 0;
    border-bottom: 1px solid white;
    font-weight: 700;
    text-shadow: 1px 1px rgb(0 0 0 / 25%);
}
.color-chart ul li p.color.white {
    background-color: white;
    color:black;
    border-left: 1px solid #c7c7c7;
    text-shadow:none;
    padding: 10px 10px;
}
.color-chart ul li:first-of-type p.color.white{
    border-top: 1px solid #c7c7c7;
    padding: 10px 10px;
}
.color-chart ul li p.color.red {
    background-color: #BC5B54;
}
.color-chart ul li p.color.orange {
    background-color: #E0AE60;
}
.color-chart ul li p.color.yellow {
    background-color: #EADC7E;
    color: white;
}
.color-chart ul li p.color.green {
    background-color: #76C792;
}

.color-chart h2 {
    margin: 0;
}

.color-chart ul li p.label {
    border-top: 1px solid #c7c7c7;
    padding: 9px 10px;
    
}
p[data-scale]{
    color: white;
    border-radius: 8px;
    line-height: 1.0;
    padding: 10px;
    display: inline-block;
    text-shadow:1px 1px rgb(0 0 0 / 25%);
}
p[data-scale="Very High"] {
    background-color: #BC5B54;
}
p[data-scale="High"] {
    background-color: #E0AE60;
}
p[data-scale="Moderate"]{
    background-color: #EADC7E;
} 
p[data-scale="Low"]{
    background-color: #76C792;
}
p[data-scale] strong {
    color: white;
    display: block;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    float: none;
    text-shadow:1px 1px rgb(0 0 0 / 25%);
}
.todays-count .half a h2 {
    margin: 5px 0 20px;
}




