html{
    box-sizing:border-box
}
*,:after,:before{
    box-sizing:inherit
}
.fig-btn,button,input[type=button],input[type=reset],input[type=submit]{
    display:inline-block;
    background-color:#253a7d;
    color:#fff;
    border-radius:4px;
    text-align:center;
    padding:14px 2em;
    font-family: Libre Franklin, sans-serif;
    font-weight:500;
    border:none;
    cursor:pointer
}
@media screen and (min-width:0px){
    .fig-btn,button,input[type=button],input[type=reset],input[type=submit]{
        font-size:.875rem;
        line-height:1.325rem;
        letter-spacing:.02187rem
    }
}
@media screen and (min-width:400px){
    .fig-btn,button,input[type=button],input[type=reset],input[type=submit]{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:.02625rem
    }
}
@media screen and (min-width:750px){
    .fig-btn,button,input[type=button],input[type=reset],input[type=submit]{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:.03369rem
    }
}
@media screen and (min-width:1280px){
    .fig-btn,button,input[type=button],input[type=reset],input[type=submit]{
        font-size:1rem;
        line-height:1.3125rem;
        letter-spacing:.04375rem
    }
}
.fig-btn:active,.fig-btn:focus,.fig-btn:hover,button:active,button:focus,button:hover,input[type=button]:active,input[type=button]:focus,input[type=button]:hover,input[type=reset]:active,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover{
    background-color:#1e2e64;
    color:#e9ebf2
}
fieldset{
    background-color:#f7f7f7;
    border:1px solid #ddd;
    margin:0 0 .75em;
    padding:1.5em
}
input,label,select{
    display:block;
    font-family:Libre Franklin, sans-serif;
    font-size:1em
}
label{
    font-weight:600;
    margin-bottom:.375em
}
label.required:after{
    content:"*"
}
label abbr{
    display:none
}
input:not([type]),input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select[multiple=multiple],textarea{
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:3px;
    box-shadow:inset 0 1px 3px rgba(0,0,0,.06);
    box-sizing:border-box;
    font-family:Libre Franklin, sans-serif;
    font-size:1em;
    margin-bottom:.75em;
    padding:.5em;
    transition:border-color .15s ease;
    width:100%
}
input:not([type]):hover,input[type=color]:hover,input[type=date]:hover,input[type=datetime-local]:hover,input[type=datetime]:hover,input[type=email]:hover,input[type=month]:hover,input[type=number]:hover,input[type=password]:hover,input[type=search]:hover,input[type=tel]:hover,input[type=text]:hover,input[type=time]:hover,input[type=url]:hover,input[type=week]:hover,select[multiple=multiple]:hover,textarea:hover{
    border-color:#b1b1b1
}
input:not([type]):focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,select[multiple=multiple]:focus,textarea:focus{
    border-color:#477dca;
    box-shadow:inset 0 1px 3px rgba(0,0,0,.06),0 0 5px rgba(55,112,192,.7);
    outline:none
}
input:not([type]):disabled,input[type=color]:disabled,input[type=date]:disabled,input[type=datetime-local]:disabled,input[type=datetime]:disabled,input[type=email]:disabled,input[type=month]:disabled,input[type=number]:disabled,input[type=password]:disabled,input[type=search]:disabled,input[type=tel]:disabled,input[type=text]:disabled,input[type=time]:disabled,input[type=url]:disabled,input[type=week]:disabled,select[multiple=multiple]:disabled,textarea:disabled{
    background-color:#f2f2f2;
    cursor:not-allowed
}
input:not([type]):disabled:hover,input[type=color]:disabled:hover,input[type=date]:disabled:hover,input[type=datetime-local]:disabled:hover,input[type=datetime]:disabled:hover,input[type=email]:disabled:hover,input[type=month]:disabled:hover,input[type=number]:disabled:hover,input[type=password]:disabled:hover,input[type=search]:disabled:hover,input[type=tel]:disabled:hover,input[type=text]:disabled:hover,input[type=time]:disabled:hover,input[type=url]:disabled:hover,input[type=week]:disabled:hover,select[multiple=multiple]:disabled:hover,textarea:disabled:hover{
    border:1px solid #ddd
}
textarea{
    resize:vertical
}
input[type=search]{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
input[type=checkbox],input[type=radio]{
    display:inline;
    margin-right:.375em
}
input[type=checkbox]+label,input[type=radio]+label{
    display:inline-block
}
input[type=file]{
    margin-bottom:.75em;
    width:100%
}
select{
    margin-bottom:.5em;
    max-width:100%;
    width:auto
}

}
dl{
    margin-bottom:.75em
}
dl dt{
    font-weight:700;
    margin-top:.75em
}
dl dd{
    margin:0
}
table{
    border-collapse:collapse;
    font-feature-settings:"kern","liga","tnum";
    margin:.75em 0;
    table-layout:fixed;
    width:100%
}
th{
    border-bottom:1px solid #a6a6a6;
    font-weight:600;
    text-align:left
}
td,th{
    padding:.75em 0
}
td{
    border-bottom:1px solid #ddd
}
td,th,tr{
    vertical-align:middle
}
body{
    color:#979797;
    font-feature-settings:"kern","liga","pnum";
    font-size:1em;
    line-height:1.5
}
h1{
    font-family: Libre Franklin, sans-serif;	
    font-weight:500;
    color:#363435
}
@media screen and (min-width:0px){
    h1{
        font-size:2.25rem;
        line-height:2.46875rem;
        letter-spacing:.0125rem
    }
}
@media screen and (min-width:400px){
    h1{
        font-size:2.7rem;
        line-height:2.9625rem;
        letter-spacing:.015rem
    }
}
@media screen and (min-width:750px){
    h1{
        font-size:3.465rem;
        line-height:3.80187rem;
        letter-spacing:.01925rem
    }
}
@media screen and (min-width:1280px){
    h1{
        font-size:4.5rem;
        line-height:4.9375rem;
        letter-spacing:.025rem
    }
}
h2{
    font-family:Libre Franklin, sans-serif;
    font-weight:500
}
@media screen and (min-width:0px){
    h2{
        line-height: 1.5;
         letter-spacing:.00937rem
    }
}
@media screen and (min-width:400px){
    h2{
        line-height: 1.5;
         letter-spacing:.01125rem
    }
}
@media screen and (min-width:750px){
    h2{
        line-height: 1.5;
         letter-spacing:.01444rem
    }
}
@media screen and (min-width:1280px){
    h2{
        line-height: 1.5;
         letter-spacing:.01875rem
    }
}
h3{
}
@media screen and (min-width:0px){
    h3{
        line-height: 1.5;
         letter-spacing:0
    }
}
@media screen and (min-width:400px){
    h3{
        line-height: 1.5;
         letter-spacing:0
    }
}
@media screen and (min-width:750px){
    h3{
        line-height: 1.5;
         letter-spacing:0
    }
}
@media screen and (min-width:1280px){
    h3{
        line-height: 1.5;
         letter-spacing:0
    }
}
h1,h2,h3,h4,h5,h6{
    font-family:Libre Franklin, sans-serif;
	font-weight:500;
    margin:0 0 .75em
}
p{
    color:#000
}
@media screen and (min-width:0px){
    p{
        letter-spacing:0
    }
}
@media screen and (min-width:400px){
    p{
        letter-spacing:0
    }
}
@media screen and (min-width:750px){
    p{
        letter-spacing:0
    }
}
@media screen and (min-width:1280px){
    p{
        letter-spacing:0
    }
}
a{
    color:#477dca;
    text-decoration:none;
    transition:color .15s ease
}
a:active,a:focus,a:hover{
    color:#355e98
}
hr{
    border-bottom:1px solid #ddd;
    border-left:0;
    border-right:0;
    border-top:0;
    margin:1.5em 0
}
img,picture{
    margin:0;
    max-width:100%
}
.video-wrapper{
    height:0;
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative
}
.video-wrapper embed,.video-wrapper iframe,.video-wrapper object{
    position:absolute;
    top:0;
    left:0;
    height:auto;
    max-width:100%
}
.fig-hero-callout-wrap{
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
	max-width: 100%;
	height: auto;
}
.fig-hero-callout{
    position:relative;
	max-width: 100%;
	height: auto;
}
@media screen and (min-width:0px){
    .fig-hero-callout{
        max-width:100%;
		height: 150px;
        margin-left:auto;
        margin-right:auto;
        padding-left:1em;
        padding-right:1em
    }
    .fig-hero-callout:after{
        clear:both;
        content:"";
		display:table;
    }
}
@media screen and (min-width:750px){
    .fig-hero-callout{
        max-width:100%;
		height: 240px;
        margin-left:auto;
        margin-right:auto;
        padding-left:2em;
        padding-right:2em
    }
    .fig-hero-callout:after{
        clear:both;
        content:"";
		display:table;
    }
}
@media screen and (min-width:1280px){
    .fig-hero-callout{
        max-width:100%;
	 	height: 423px;
        margin-left:auto;
        margin-right:auto;
        padding-left:3em;
        padding-right:3em
    }
    .fig-hero-callout:after{
        clear:both;
        content:"";
		display:table;
    }
}
.fig-hero{
	float: left;
    display:block;
    margin-right:2.35765%;
    width:48.82117%
}
@media screen and (min-width:0px) and (max-width:750px){
    .fig-hero{
		width:100%;
		height: 150px;
        display:block;
        margin-left:auto;
        margin-right:auto;
		float:none
    }
    .fig-hero:last-child{
        margin-right:auto!important
    }
}
.fig-hero:last-child{
    margin-right:0
}
.fig-hero h1,.fig-hero h2,.fig-hero h3,.fig-hero h4,.fig-hero h5,.fig-hero h6{
    position:relative;
    padding-bottom:20px
}
.fig-hero h1:after,.fig-hero h2:after,.fig-hero h3:after,.fig-hero h4:after,.fig-hero h5:after,.fig-hero h6:after{
    content:"";
    height:.8px;
    width:50%;
    background:#fff;
    position:absolute;
    bottom:0;
    left:0
}
.fig-hero h1,.fig-hero h2,.fig-hero h3,.fig-hero h4,.fig-hero h5,.fig-hero h6,.fig-hero p,.fig-hero span{
    color:#fff
}
.fig-icon-nav-wrap{
    width:100%;
    float:left;
    display:block
}
@media screen and (min-width:0px){
    .fig-icon-nav-wrap .fig-icon-nav{
        max-width:82em;
        margin-left:auto;
        margin-right:auto;
        padding-left:1em;
        padding-right:1em
    }
    .fig-icon-nav-wrap .fig-icon-nav:after{
        clear:both;
        content:"";
        display:table
    }
}
@media screen and (min-width:750px){
    .fig-icon-nav-wrap .fig-icon-nav{
        max-width:84em;
        margin-left:auto;
        margin-right:auto;
        padding-left:2em;
        padding-right:2em
    }
    .fig-icon-nav-wrap .fig-icon-nav:after{
        clear:both;
        content:"";
        display:table
    }
}
@media screen and (min-width:1280px){
    .fig-icon-nav-wrap .fig-icon-nav{
        max-width:86em;
        margin-left:auto;
        margin-right:auto;
        padding-left:3em;
        padding-right:3em
    }
    .fig-icon-nav-wrap .fig-icon-nav:after{
        clear:both;
        content:"";
        display:table
    }
}
.fig-icon-nav-wrap .fig-icon-nav .section-title{
    color:#295a97;
    font-family: 'Libre Franklin', sans-serif;
    font-weight:500;
    margin-top:50px;
    margin-bottom:34px;
    text-transform:uppercase
}
@media screen and (min-width:0px){
    .fig-icon-nav-wrap .fig-icon-nav .section-title{
        font-size:1rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:400px){
    .fig-icon-nav-wrap .fig-icon-nav .section-title{
        font-size:1.2rem;
        line-height:1.575rem;
        letter-spacing:0
    }
}
@media screen and (min-width:750px){
    .fig-icon-nav-wrap .fig-icon-nav .section-title{
        font-size:1.54rem;
        line-height:2.02125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:1280px){
    .fig-icon-nav-wrap .fig-icon-nav .section-title{
        font-size:2rem;
        line-height:2.625rem;
        letter-spacing:0
    }
}
.fig-icon-nav-wrap .fig-icon-nav ul{
    width:100%;
    display:block;
    float:left
}
@media screen and (min-width:0px) and (max-width:750px){
    .fig-icon-nav-wrap .fig-icon-nav ul{
        width:80%;
        float:none;
        margin-left:auto;
        margin-right:auto
    }
}
.fig-icon-nav-wrap .fig-icon-nav li{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:31.76157%;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-align:center;
    align-items:center;
    padding-top:158px;
    padding-bottom:158px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:50%;
    position:relative;
    text-align:center;
    margin-bottom:20px
}
@media screen and (min-width:0px) and (max-width:750px){
    .fig-icon-nav-wrap .fig-icon-nav li{
        float:left;
        display:block;
        margin-right:7.42297%;
        width:100%;
        display:-ms-flexbox;
        display:flex
    }
    .fig-icon-nav-wrap .fig-icon-nav li:last-child{
        margin-right:0
    }
}
.fig-icon-nav-wrap .fig-icon-nav li:last-child{
    margin-right:0
}
.fig-icon-nav-wrap .fig-icon-nav li:hover.light_blue:after{
    background:rgba(25,158,174,.9)
}
.fig-icon-nav-wrap .fig-icon-nav li:hover.dark_blue:after{
    background:rgba(41,90,151,.9)
}
.fig-icon-nav-wrap .fig-icon-nav li:hover.green:after{
    background:rgba(94,186,70,.9)
}
.fig-icon-nav-wrap .fig-icon-nav li.dark_blue:after,.fig-icon-nav-wrap .fig-icon-nav li.green:after,.fig-icon-nav-wrap .fig-icon-nav li.light_blue:after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    right:0;
    bottom:0;
    left:0
}
.fig-icon-nav-wrap .fig-icon-nav li.light_blue:after{
    background:rgba(25,158,174,.7)
}
.fig-icon-nav-wrap .fig-icon-nav li.dark_blue:after{
    background:rgba(41,90,151,.7)
}
.fig-icon-nav-wrap .fig-icon-nav li.green:after{
    background:rgba(94,186,70,.7)
}
.fig-icon-nav-wrap .fig-icon-nav a{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    z-index:1
}
.fig-icon-nav-wrap .fig-icon-nav span{
    color:#fff;
    border-bottom:.8px solid #fff;
    display:inline-block;
    text-shadow:0 2px 3px rgba(0,0,0,.25);
    position:relative;
    z-index:1;
    pointer-events:none
}
@media screen and (min-width:0px){
    .fig-icon-nav-wrap .fig-icon-nav span{
        font-size:1.5625rem;
        line-height:2.8125rem;
        letter-spacing:.00937rem
    }
}
@media screen and (min-width:400px){
    .fig-icon-nav-wrap .fig-icon-nav span{
        font-size:1.875rem;
        line-height:3.375rem;
        letter-spacing:.01125rem
    }
}
@media screen and (min-width:750px){
    .fig-icon-nav-wrap .fig-icon-nav span{
        font-size:2.40625rem;
        line-height:4.33125rem;
        letter-spacing:.01444rem
    }
}
@media screen and (min-width:1280px){
    .fig-icon-nav-wrap .fig-icon-nav span{
        font-size:3.125rem;
        line-height:5.625rem;
        letter-spacing:.01875rem
    }
}
.fig-map,.fig-map-wrap{
    width:100%;
    float:left;
    display:block;
    height:675px;
    position:relative
}
.map-content-con{
    position:absolute;
    top:50%;
    left:10%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    background:rgba(94,186,70,.9);
    color:#fff;
    text-align:center;
    padding:50px;
    z-index:999
}
.map-content-con a,.map-content-con h1,.map-content-con h2,.map-content-con h3,.map-content-con h4,.map-content-con h5,.map-content-con h6,.map-content-con p{
    color:#fff
}
.map-content-con h1,.map-content-con h2,.map-content-con h3,.map-content-con h4,.map-content-con h5,.map-content-con h6{
    text-shadow:0 2px 3px rgba(0,0,0,.25);
    border-bottom:.8px solid #fff;
    padding-bottom:5px
}
.fig-post-object-wrap{
    display:block;
    clear:both;
    width:100%;
    float:left;
    box-shadow:0 0 2px rgba(0,0,0,.12)
}
.fig-post-object-wrap .fig-post-object{
    padding-top:63px;
    padding-bottom:63px
}
@media screen and (min-width:0px){
    .fig-post-object-wrap .fig-post-object{
        max-width:82em;
        margin-left:auto;
        margin-right:auto;
        padding-left:1em;
        padding-right:1em
    }
    .fig-post-object-wrap .fig-post-object:after{
        clear:both;
        content:"";
        display:table
    }
}
@media screen and (min-width:750px){
    .fig-post-object-wrap .fig-post-object{
        max-width:84em;
        margin-left:auto;
        margin-right:auto;
        padding-left:2em;
        padding-right:2em
    }
    .fig-post-object-wrap .fig-post-object:after{
        clear:both;
        content:"";
        display:table
    }
}
@media screen and (min-width:1280px){
    .fig-post-object-wrap .fig-post-object{
        max-width:86em;
        margin-left:auto;
        margin-right:auto;
        padding-left:3em;
        padding-right:3em
    }
    .fig-post-object-wrap .fig-post-object:after{
        clear:both;
        content:"";
        display:table
    }
}
.fig-post-object-wrap .fig-post-object article{
    padding:30px 2%;
    transition:-webkit-transform .5s ease;
    transition:transform .5s ease;
    transition:transform .5s ease,-webkit-transform .5s ease
}
.fig-post-object-wrap .fig-post-object article:hover{
    background:#199eae;
    box-shadow:0 0 2px rgba(0,0,0,.12)
}
@media screen and (min-width:750px){
    .fig-post-object-wrap .fig-post-object article:hover{
        -webkit-transform:scale(1.1);
        transform:scale(1.1)
    }
}
.fig-post-object-wrap .fig-post-object article:hover h4,.fig-post-object-wrap .fig-post-object article:hover p{
    color:#fff
}
.fig-post-object-wrap .fig-post-object article:hover .fig-btn{
    opacity:1;
    visibility:visible
}
.fig-post-object-wrap .fig-post-object h4{
    color:#363435;
    margin-bottom:5px
}
@media screen and (min-width:0px){
    .fig-post-object-wrap .fig-post-object h4{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:400px){
    .fig-post-object-wrap .fig-post-object h4{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:750px){
    .fig-post-object-wrap .fig-post-object h4{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:1280px){
    .fig-post-object-wrap .fig-post-object h4{
        font-size:1.125rem;
        line-height:1.5rem;
        letter-spacing:0
    }
}
.fig-post-object-wrap .fig-post-object p{
    font-family:Montserrat,sans-serif;
    color:#616161
}
@media screen and (min-width:0px){
    .fig-post-object-wrap .fig-post-object p{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:400px){
    .fig-post-object-wrap .fig-post-object p{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:750px){
    .fig-post-object-wrap .fig-post-object p{
        font-size:1.01063rem;
        line-height:1.44375rem;
        letter-spacing:0
    }
}
@media screen and (min-width:1280px){
    .fig-post-object-wrap .fig-post-object p{
        font-size:1.3125rem;
        line-height:1.875rem;
        letter-spacing:0
    }
}
.fig-post-object-wrap .fig-post-object .btn-con{
    display:block;
    text-align:center;
    margin-top:8px
}
.fig-post-object-wrap .fig-post-object .fig-btn{
    transition:all .5s ease
}
@media screen and (min-width:750px){
    .fig-post-object-wrap .fig-post-object .fig-btn{
        opacity:0;
        visibility:hidden
    }
}
@media screen and (min-width:750px) and (max-width:1280px){
    .fig-post-object-wrap .content-feed{
        width:80%;
        margin-left:auto;
        margin-right:auto
    }
}
.fig-post-object-wrap .archive-link{
    color:#253a7d;
    font-family: 'Libre Franklin', sans-serif;
}
@media screen and (min-width:0px){
    .fig-post-object-wrap .archive-link{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:400px){
    .fig-post-object-wrap .archive-link{
        font-size:.875rem;
        line-height:1.425rem;
        letter-spacing:0
    }
}
@media screen and (min-width:750px){
    .fig-post-object-wrap .archive-link{
        font-size:.875rem;
        line-height:1.82875rem;
        letter-spacing:0
    }
}
@media screen and (min-width:1280px){
    .fig-post-object-wrap .archive-link{
        font-size:1.125rem;
        line-height:2.375rem;
        letter-spacing:0
    }
}
.fig-post-object-wrap .list{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:100%;
    margin-right:0
}
.fig-post-object-wrap .list:last-child{
    margin-right:0
}
.fig-post-object-wrap .two-col{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:48.82117%
}
.fig-post-object-wrap .two-col:last-child,.fig-post-object-wrap .two-col:nth-of-type(2){
    margin-right:0
}
.fig-post-object-wrap .three-col{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:31.76157%
}
.fig-post-object-wrap .three-col:last-child,.fig-post-object-wrap .three-col:nth-of-type(3){
    margin-right:0
}
.fig-post-object-wrap .four-col{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:23.23176%
}
@media screen and (min-width:0px) and (max-width:750px){
    .fig-post-object-wrap .four-col{
        display:block;
        width:80%;
        margin-left:auto;
        margin-right:auto;
        float:none;
        position:relative!important;
        top:inherit!important
    }
    .fig-post-object-wrap .four-col:nth-of-type(4){
        margin-right:auto!important
    }
}
@media screen and (min-width:750px) and (max-width:1280px){
    .fig-post-object-wrap .four-col{
        float:left;
        display:block;
        margin-right:2.35765%;
        width:48.82117%
    }
    .fig-post-object-wrap .four-col:last-child,.fig-post-object-wrap .four-col:nth-child(2n+2){
        margin-right:0
    }
}
.fig-post-object-wrap .four-col:last-child,.fig-post-object-wrap .four-col:nth-of-type(4){
    margin-right:0
}
body{
    margin:0;
    font-family: 'Libre Franklin', sans-serif;
}
.wrapper{
    width:100%;
    float:left;
    display:block
}
.aligncenter{
    display:block;
    margin-left:auto;
    margin-right:auto
}
.alignright{
    float:right;
    margin-left:2%
}
.alignleft,.alignright{
    display:block;
    margin-bottom:10px
}
.alignleft{
    float:left;
    margin-right:2%
}
@media screen and (min-width:0px){
    .boxed-outer-container{
        max-width:82em;
        margin-left:auto;
        margin-right:auto;
        padding-left:1em;
        padding-right:1em
    }
    .boxed-outer-container:after{
        clear:both;
        content:"";
        display:table
    }
}
@media screen and (min-width:750px){
    .boxed-outer-container{
        max-width:84em;
        margin-left:auto;
        margin-right:auto;
        padding-left:2em;
        padding-right:2em
    }
    .boxed-outer-container:after{
        clear:both;
        content:"";
        display:table
    }
}
@media screen and (min-width:1280px){
    .boxed-outer-container{
        max-width:86em;
        margin-left:auto;
        margin-right:auto;
        padding-left:3em;
        padding-right:3em
    }
    .boxed-outer-container:after{
        clear:both;
        content:"";
        display:table
    }
}
header.navigation{
    position:relative;
    box-shadow:0 2px 2px rgba(0,0,0,.24);
    z-index:999
}
header.navigation .navigation-wrapper,header.navigation .secondary-wrapper{
    width:100%;
    display:block
}
@media screen and (min-width:0px){
    header.navigation .navigation-inner,header.navigation .secondary-inner{
        max-width:82em;
        margin-left:auto;
        margin-right:auto;
        padding-left:1em;
        padding-right:1em
    }
    header.navigation .navigation-inner:after,header.navigation .secondary-inner:after{
        clear:both;
        content:"";
        display:table
    }
}
@media screen and (min-width:750px){
    header.navigation .navigation-inner,header.navigation .secondary-inner{
        max-width:84em;
        margin-left:auto;
        margin-right:auto;
        padding-left:2em;
        padding-right:2em
    }
    header.navigation .navigation-inner:after,header.navigation .secondary-inner:after{
        clear:both;
        content:"";
        display:table
    }
}
@media screen and (min-width:1280px){
    header.navigation .navigation-inner,header.navigation .secondary-inner{
        max-width:86em;
        margin-left:auto;
        margin-right:auto;
        padding-left:3em;
        padding-right:3em
    }
    header.navigation .navigation-inner:after,header.navigation .secondary-inner:after{
        clear:both;
        content:"";
        display:table
    }
}
header.navigation .secondary-wrapper{
    background:#199eae;
    padding-top:13px;
    padding-bottom:13px
}
header.navigation .navigation-wrapper{
    background:#253a7d;
    position:relative
}
header.navigation .top-header-con{
    margin-left:25.58941%;
    display:-ms-flexbox;
    display:flex
}flex
header.navigation .fig-social-links{
    display:block;
    overflow:hidden
}
header.navigation .fig-social-links ul{
    display:block
}
header.navigation .fig-social-links .gtranslate li{
    float:left;
    margin-right:13px
}
header.navigation .fig-social-links .fa{
    font-size:24px;
    color:#fff;
    width:24px
}
header.navigation .fig-social-links .fa:hover{
    color:#213471
}
header.navigation .navigation-tools,header.navigation nav.main-nav{
    -ms-flex:1;
    flex:1;
    display:-ms-flexbox;
    display:block;
    -ms-flex-align:center;
    align-items:center
}
@media screen and (min-width:0px) and (max-width:750px){
    header.navigation .navigation-tools,header.navigation nav.main-nav{
        display:none
    }
}
header.navigation .search-bar{
    display:block
}
@media screen and (min-width:0px) and (max-width:750px){
    header.navigation .search-bar{
        margin-left:auto
    }
}
header.navigation .search-bar label{
    display:none;
    margin:0
}
header.navigation .search-bar input#searchsubmit{
    display:none
}
header.navigation .search-bar input#s{
    width:210px;
    float:right;
    position:relative;
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxwYXRoIGZpbGw9IiMyNTNBN0QiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjUwMiAxMWgtLjc5NGwtLjI3Ni0uMjc0QTYuNDcgNi40NyAwIDAgMCAxMyA2LjUgNi41IDYuNSAwIDEgMCA2LjUgMTNhNi40NyA2LjQ3IDAgMCAwIDQuMjI1LTEuNTY2bC4yNzYuMjc0di43OTJsNC45OTggNC45OTFMMTcuNDkgMTZsLTQuOTg4LTV6TTYuNSAxMWE0LjUgNC41IDAgMSAxIDAtOSA0LjUgNC41IDAgMCAxIDAgOXoiLz4KPC9zdmc+Cg==);
    background-repeat:no-repeat;
    background-position:190px;
    margin:0
}
header.navigation nav.main-nav ul{
    display:-ms-flexbox;
    display:flex;
    width:100%
}
header.navigation nav.main-nav li{
    -ms-flex:1;
    flex:1;
    position:relative
}
header.navigation nav.main-nav li:hover{
    background:#295a97
}
header.navigation nav.main-nav a{
    color:#fff;
    font-weight:500
}
@media screen and (min-width:0px){
    header.navigation nav.main-nav a{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:.0625rem
    }
}
@media screen and (min-width:400px){
    header.navigation nav.main-nav a{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:.075rem
    }
}
@media screen and (min-width:750px){
    header.navigation nav.main-nav a{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:.09625rem
    }
}
@media screen and (min-width:1280px){
    header.navigation nav.main-nav a{
        font-size:1.125rem;
        line-height:1.375rem;
        letter-spacing:.125rem
    }
}
header.navigation .navigation-inner{
    display:-ms-flexbox;
    display:flex
}
header.navigation .navigation-inner .logo{
    position:relative;
    margin-top:-67px
}
@media screen and (min-width:0px) and (max-width:750px){
    header.navigation .navigation-inner .logo{
        float:left;
        display:block;
        margin-right:2.35765%;
        width:31.76157%
    }
    header.navigation .navigation-inner .logo:last-child{
        margin-right:0
    }
}
@media screen and (min-width:750px){
    header.navigation .navigation-inner .logo{
        -ms-flex:1;
        flex:1
    }
}
header.navigation .navigation-inner .logo img{
/*     background:#fff; */

    object-fit:contain;
    width:100%;
    height:100%;
    position:absolute;
    bottom:0;
   top: 31px;
	/* border:red solid 1px; */
}
header.navigation .navigation-inner .main-nav{
    -ms-flex:4;
    flex:4;
    text-align:center
}
header.navigation .navigation-inner .main-nav li:hover .sub-menu{
    display:block
}
header.navigation .navigation-inner .main-nav li a{
    color:#fff;
    text-transform:uppercase;
    font-family: 'Libre Franklin', sans-serif;
    padding:55px 5%;
    display:-ms-flexbox;
    display:flex;
    height:100%;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-align:center;
    align-items:center;
    position:relative
}
@media screen and (min-width:0px){
    header.navigation .navigation-inner .main-nav li a{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:.04375rem
    }
}
@media screen and (min-width:400px){
    header.navigation .navigation-inner .main-nav li a{
        font-size:1.05rem;
        line-height:1.3125rem;
        letter-spacing:.0525rem
    }
}
@media screen and (min-width:750px){
    header.navigation .navigation-inner .main-nav li a{
        font-size:1.3475rem;
        line-height:1.63625rem;
        letter-spacing:.06737rem
    }
}
@media screen and (min-width:1280px){
    header.navigation .navigation-inner .main-nav li a{
        font-size:1.75rem;
        line-height:2.125rem;
        letter-spacing:.0875rem
    }
}
header.navigation .navigation-inner .main-nav .sub-menu{
    display:none;
    background:#295a97;
    position:absolute;
    left:0;
    width:100%;
    height:auto;
    transition:bottom .5s ease;
    z-index:-1;
    -ms-flex-direction:column;
    flex-direction:column
}
header.navigation .navigation-inner .main-nav .sub-menu a{
    padding:11px;
    color:#fff;
    text-transform:none
}
@media screen and (min-width:0px){
    header.navigation .navigation-inner .main-nav .sub-menu a{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:.04375rem
    }
}
@media screen and (min-width:400px){
    header.navigation .navigation-inner .main-nav .sub-menu a{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:.0525rem
    }
}
@media screen and (min-width:750px){
    header.navigation .navigation-inner .main-nav .sub-menu a{
        font-size:.9625rem;
        line-height:1.3475rem;
        letter-spacing:.06737rem
    }
}
@media screen and (min-width:1280px){
    header.navigation .navigation-inner .main-nav .sub-menu a{
        font-size:1.25rem;
        line-height:1.75rem;
        letter-spacing:.0875rem
    }
}
header.navigation .navigation-inner .main-nav .sub-menu li {
    background: #b8dde2 !important;
}
header.navigation .navigation-inner .main-nav .sub-menu li:hover{
    background:#253a7d
}
header.navigation .burg-con{
    margin-left:auto;
    padding-top:20px;
    padding-bottom:20px
}
@media screen and (min-width:750px){
    header.navigation .burg-con{
        display:none
    }
}
header.navigation .burger{
    width:32px;
    height:30px;
    cursor:pointer;
    position:relative
}
header.navigation .burger.active .burg1,header.navigation .burger.active .burg3{
    margin-top:15px
}
header.navigation .burger.active .burg2{
    opacity:0
}
header.navigation .burger.active .burg1{
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
header.navigation .burger.active .burg3{
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
header.navigation .burg1,header.navigation .burg2,header.navigation .burg3{
    width:100%;
    background:#fff;
    height:3px;
    margin-bottom:5px;
    position:absolute;
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
    transition:margin .4s ease,-webkit-transform .4s ease;
    transition:margin .4s ease,transform .4s ease;
    transition:margin .4s ease,transform .4s ease,-webkit-transform .4s ease
}
header.navigation .burg1{
    margin-top:25px
}
header.navigation .burg2{
    margin-top:15px
}
header.navigation .burg3{
    margin-top:5px;
    -webkit-transform:rotate(-180deg);
    transform:rotate(-180deg)
}
header.navigation .mobile-nav{
    top:-1000px;
    transition:top 1s ease;
    position:absolute;
    width:100%;
    z-index:-1;
    background:#fbfbfc;
    box-shadow:0 2px 2px rgba(0,0,0,.24);
    text-align:center
}
@media screen and (min-width:750px){
    header.navigation .mobile-nav{
        display:none
    }
}
header.navigation .mobile-nav.active{
    top:70px
}
header.navigation .mobile-nav li{
    margin-top:10px
}
header.navigation .mobile-nav a{
    color:#757575;
    font-weight:700
}
@media screen and (min-width:0px){
    header.navigation .mobile-nav a{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:.04375rem
    }
}
@media screen and (min-width:400px){
    header.navigation .mobile-nav a{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:.0525rem
    }
}
@media screen and (min-width:750px){
    header.navigation .mobile-nav a{
        font-size:.9625rem;
        line-height:1.3475rem;
        letter-spacing:.06737rem
    }
}
@media screen and (min-width:1280px){
    header.navigation .mobile-nav a{
        font-size:1.25rem;
        line-height:1.75rem;
        letter-spacing:.0875rem
    }
}
header.navigation .mobile-nav a:active,header.navigation .mobile-nav a:hover{
    color:#253a7d
}
header.navigation .mobile-nav .sub-menu{
    padding-left:5%
}
header.navigation .mobile-nav .sub-menu a{
    font-weight:400
}
header.navigation .mobile-nav .men}u-main-menu-container{
    padding-top:20px;
    padding-bottom:20px
}
@media screen and (min-width:0px){
    header.navigation .mobile-nav .menu-main-menu-container{
        max-width:82em;
        margin-left:auto;
        margin-right:auto;
        padding-left:1em;
        padding-right:1em
    }
    header.navigation .mobile-nav .menu-main-menu-container:after{
        clear:both;
        content:"";
        display:table
    }
}
@media screen and (min-width:750px){
    header.navigation .mobile-nav .menu-main-menu-container{
        max-width:84em;
        margin-left:auto;
        margin-right:auto;
        padding-left:2em;
        padding-right:2em
    }
    header.navigation .mobile-nav .menu-main-menu-container:after{
        clear:both;
        content:"";
        display:table
    }
}
@media screen and (min-width:1280px){
    header.navigation .mobile-nav .menu-main-menu-container{
        max-width:86em;
        margin-left:auto;
        margin-right:auto;
        padding-left:3em;
        padding-right:3em
    }
    header.navigation .mobile-nav .menu-main-menu-container:after{
        clear:both;
        content:"";
        display:table
    }
}
footer{
    clear:both;
    display:block;
    padding-top:70px;
    overflow:hidden
}
footer .widget{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:31.76157%
}
@media screen and (min-width:0px) and (max-width:750px){
    footer .widget{
        width:100%;
        float:none;
        margin:0 0 30px
    }
}
footer .widget:last-child{
    margin-right:0
}
footer .left-widget{
    text-align:center
}
@media screen and (min-width:0px) and (max-width:750px){
    footer .middle-widget{
        text-align:left;
    }
}
@media screen and (min-width:750px){
    footer .middle-widget{
        /* padding-left:5% */
    }
}
footer .phone-icon,footer .right-widget h2{
    color:#253a7d;
    text-align:left;
    position:relative;
    margin-bottom:22px
}
@media screen and (min-width:0px){
    footer .phone-icon,footer .right-widget h2{
        font-size:1rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:400px){
    footer .phone-icon,footer .right-widget h2{
        font-size:1.2rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:750px){
    footer .phone-icon,footer .right-widget h2{
        font-size:1.54rem;
        line-height:1.54rem;
        letter-spacing:0
    }
}
@media screen and (min-width:1280px){
    footer .phone-icon,footer .right-widget h2{
        font-size:2rem;
        line-height:2rem;
        letter-spacing:0
    }
}
@media screen and (min-width:0px) and (max-width:750px){
    footer .phone-icon,footer .right-widget h2{
        display:inline-block
    }
}
footer .phone-icon:before,footer .right-widget h2:before{
    content:"";
    height:32px;
    width:32px;
    background-size:cover;
    background-position:50%;
    position:absolute;
    left:-56px;
    background-repeat:no-repeat
}
footer .phone-icon:before{
    background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMyIgdmlld0JveD0iMCAwIDMyIDMzIj4KICAgIDxwYXRoIGZpbGw9IiNDNzIwMjYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTYuMzkyIDEzLjk1NmMyLjY1NiA1LjIxMiA2LjU1NyA5LjE2MyAxMS43MDQgMTEuODUzbDMuOTAxLTMuOTUxYy41NTMtLjU2IDEuMTYyLS43IDEuODI2LS40MiAxLjk5Mi42NzIgNC4wOTUgMS4wMDkgNi4zMDkgMS4wMDkuNDk4IDAgLjkxMy4xNjggMS4yNDUuNTA0LjMzMi4zMzYuNDk4Ljc1Ny40OTggMS4yNjF2Ni4zMDVjMCAuNTA1LS4xNjYuOTI1LS40OTggMS4yNjEtLjMzMi4zMzYtLjc0Ny41MDUtMS4yNDUuNTA1LTguMyAwLTE1LjM5OC0yLjk4NS0yMS4yOTItOC45NTRDMi45NDcgMTcuMzYgMCAxMC4xNzIgMCAxLjc2NSAwIDEuMjYxLjE2Ni44NDEuNDk4LjUwNS44My4xNjcgMS4yNDUgMCAxLjc0MyAwSDcuOTdjLjQ5OCAwIC45MTMuMTY4IDEuMjQ1LjUwNC4zMzIuMzM3LjQ5OC43NTcuNDk4IDEuMjYxIDAgMi4yNDIuMzMyIDQuMzcyLjk5NiA2LjM5LjIyMS43MjguMDgzIDEuMzQ1LS40MTUgMS44NWwtMy45MDEgMy45NXoiLz4KPC9zdmc+Cg==)
}
@media screen and (min-width:0px) and (max-width:750px){
    footer .right-widget{
        width:70%;
        margin:auto
    }
}
@media screen and (min-width:0px) and (max-width:750px) and (min-width:0px) and (max-width:750px){
    footer .right-widget:last-child{
        margin-right:auto
    }
}
footer .right-widget h2{
    margin-left:56px;
    margin-bottom:38px
}
footer .right-widget h2:before{
    background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDQwIDMyIj4KICAgIDxwYXRoIGZpbGw9IiM1RUJBNDYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTM2IDBINEMxLjc5IDAgLjAyIDEuNzkuMDIgNEwwIDI4YzAgMi4yMSAxLjc5IDQgNCA0aDMyYzIuMjEgMCA0LTEuNzkgNC00VjRjMC0yLjIxLTEuNzktNC00LTR6bTAgOEwyMCAxOCA0IDhWNGwxNiAxMEwzNiA0djR6Ii8+Cjwvc3ZnPgo=);
    background-size:contain;
    background-repeat:no-repeat
}
footer .phone-titles{
    color:#9e9e9e;
    width:100%;
    display:block;
    margin-bottom:8px;
    font-family: 'Libre Franklin', sans-serif;
}
@media screen and (min-width:0px){
    footer .phone-titles{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:400px){
    footer .phone-titles{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:750px){
    footer .phone-titles{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:1280px){
    footer .phone-titles{
        font-size:1rem;
        line-height:1.375rem;
        letter-spacing:0
    }
}
footer .phone-number{
    color:#295a97;
    font-weight:500;
    font-family: 'Libre Franklin', sans-serif;
    margin:0 0 24px;
    display:block
}
@media screen and (min-width:0px){
    footer .phone-number{
        font-size:1rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:400px){
    footer .phone-number{
        font-size:1.2rem;
        line-height:1.575rem;
        letter-spacing:0
    }
}
@media screen and (min-width:750px){
    footer .phone-number{
        font-size:1.54rem;
        line-height:2.02125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:1280px){
    footer .phone-number{
        font-size:2rem;
        line-height:2.625rem;
        letter-spacing:0
    }
}
footer form li{
    margin:0!important;
    padding:0!important
}
footer form input,footer form textarea{
    line-height:22px!important;
    width:100%!important;
    margin:0 0 13px!important;
    padding:13px 20px!important
}
footer form label{
    display:none!important
}
footer form .gform_footer.top_label{
    padding:0;
    margin:0
}
footer form input[type=submit]{
    float:right;
    width:auto!important
}
footer .cta-footer{
    width:100%
}
footer .cta-footer ul.menu{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-align:center;
    align-items:center;
    background:#5eba46
}
@media screen and (min-width:0px) and (max-width:750px){
    footer .cta-footer ul.menu{
        -ms-flex-direction:column;
        flex-direction:column
    }
}
footer .cta-footer li{
    -ms-flex:1;
    flex:1;
    text-align:center;
    padding-top:53px;
    padding-bottom:53px
}
footer .cta-footer li:last-child{
    position:relative
}
@media screen and (min-width:0px) and (max-width:750px){
    footer .cta-footer li:last-child{
        width:100%
    }
}
footer .cta-footer li:last-child:after{
    content:"";
    position:absolute;
    width:150%;
    height:100%;
    background:#199eae;
    left:0;
    right:0;
    top:0;
    bottom:0
}
@media screen and (min-width:750px){
    footer .cta-footer li:last-child:after{
        -webkit-transform:skew(-45deg);
        transform:skew(-45deg)
    }
}
footer .cta-footer a{
    color:#fff;
    font-family: 'Libre Franklin', sans-serif;
    font-weight:500;
    border-bottom:.8px solid #fff;
    position:relative;
    z-index:1
}
@media screen and (min-width:0px){
    footer .cta-footer a{
        font-size:1.5625rem;
        line-height:2.8125rem;
        letter-spacing:.00937rem
    }
}
@media screen and (min-width:400px){
    footer .cta-footer a{
        font-size:1.875rem;
        line-height:3.375rem;
        letter-spacing:.01125rem
    }
}
@media screen and (min-width:750px){
    footer .cta-footer a{
        font-size:2.40625rem;
        line-height:4.33125rem;
        letter-spacing:.01444rem
    }
}
@media screen and (min-width:1280px){
    footer .cta-footer a{
        font-size:3.125rem;
        line-height:5.625rem;
        letter-spacing:.01875rem
    }
}
footer .footer-bottom{
    padding-top:14px;
    padding-bottom:24px
}
footer .footer-bottom .boxed-outer-container{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center
}
@media screen and (min-width:0px) and (max-width:750px){
    footer .footer-bottom .boxed-outer-container{
        -ms-flex-direction:column;
        flex-direction:column
    }
}
footer .footer-bottom .footer-menu-address{
    -ms-flex:3;
    flex:3
}
@media screen and (min-width:0px) and (max-width:750px){
    footer .footer-bottom .footer-menu-address{
        margin-bottom:20px
    }
}
footer .footer-bottom .footer-menu-address p{
    color:#363435;
    font-family: 'Libre Franklin', sans-serif;
    font-weight:500
}
@media screen and (min-width:0px){
    footer .footer-bottom .footer-menu-address p{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:400px){
    footer .footer-bottom .footer-menu-address p{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:750px){
    footer .footer-bottom .footer-menu-address p{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:1280px){
    footer .footer-bottom .footer-menu-address p{
        font-size:1rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
footer .footer-bottom .logo,footer .footer-bottom .navigation-tools{
    -ms-flex:1;
    flex:1
}
footer .footer-bottom .logo img{
    max-width:132px
}
footer .footer-bottom .menu-footer-bottom-container{
    margin-bottom:32px
}
footer .footer-bottom .menu-footer-bottom-container ul.menu{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-align:center;
    align-items:center
}
footer .footer-bottom .menu-footer-bottom-container li{
    -ms-flex:1;
    flex:1
}
footer .footer-bottom .menu-footer-bottom-container a{
    color:#363435;
    font-family:Montserrat,sans-serif;
    font-weight:500
}
@media screen and (min-width:0px){
    footer .footer-bottom .menu-footer-bottom-container a{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:400px){
    footer .footer-bottom .menu-footer-bottom-container a{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:750px){
    footer .footer-bottom .menu-footer-bottom-container a{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:1280px){
    footer .footer-bottom .menu-footer-bottom-container a{
        font-size:1rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
footer .footer-bottom .fig-social-links{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-align:center;
    align-items:center
}
footer .footer-bottom .fig-social-links li{
    -ms-flex:1;
    flex:1
}
footer .footer-bottom .fig-social-links i{
    color:#199eae;
    font-size:40px;
    line-height:40px
}
footer .footer-bottom .fig-social-links i:hover{
    color:#25747e
}
.catchall-content{
    width:80%;
    float:none;
    display:block;
    margin:140px auto
}
@media screen and (min-width:0px) and (max-width:750px){
    .catchall-content{
        margin-top:45px;
        margin-bottom:45px
    }
}
@media screen and (min-width:750px) and (max-width:1280px){
    .catchall-content{
        margin-top:75px;
        margin-bottom:75px
    }
}
.blog-content{
    margin-bottom:40px
}
.archive-page{
    margin-top:90px
}
.archive-page .left-col{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:65.88078%
}
.archive-page .left-col:last-child{
    margin-right:0
}
.archive-page aside{
    float:left;
    display:block;
    margin-right:2.35765%;
    width:23.23176%;
    margin-left:8.5298%
}
.archive-page aside:last-child{
    margin-right:0
}
@media screen and (min-width:0px) and (max-width:750px){
    .archive-page .left-col,.archive-page aside{
        width:90%;
        float:none;
        display:block;
        margin-left:auto;
        margin-right:auto
    }
}
.archive-page .blog-section h1,.archive-page .news-section h3{
    font-family: 'Libre Franklin', sans-serif;
    font-weight:500
}
@media screen and (min-width:0px){
    .archive-page .blog-section h1,.archive-page .news-section h3{
        font-size:1rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:400px){
    .archive-page .blog-section h1,.archive-page .news-section h1{
        font-size:1.2rem;
        line-height:1.575rem;
        letter-spacing:0
    }
}
@media screen and (min-width:750px){
    .archive-page .blog-section h1,.archive-page .news-section h1{
        font-size:1.54rem;
        line-height:2.02125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:1280px){
    .archive-page .blog-section h1,.archive-page .news-section h1{
        font-size:2rem;
        line-height:2.625rem;
        letter-spacing:0
    }
}
.archive-page .news-section{
    margin-bottom:60px
}
.archive-page .news-section ul{
    padding-bottom:40px;
    border-bottom:1px solid #9e9e9e
}
.archive-page .news-section a{
    display:-ms-flexbox;
    display:flex
}
.archive-page .news-section .blog-date{
    -ms-flex:1;
    flex:1
}
.archive-page .news-section .blog-title{
    -ms-flex:6;
    flex:6
}
.archive-page .indiv-blog-item{
    border-bottom:1px solid #9e9e9e;
    padding-bottom:70px;
    margin-bottom:45px
}
.archive-page .indiv-blog-item:last-child{
    border:none
}
.archive-page .indiv-blog-item h3{
    margin-bottom:13px
}
@media screen and (min-width:0px){
    .archive-page .indiv-blog-item h3{
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:400px){
    .archive-page .indiv-blog-item h3{
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:750px){
    .archive-page .indiv-blog-item h3{
        line-height:1.39563rem;
        letter-spacing:0
    }
}
@media screen and (min-width:1280px){
    .archive-page .indiv-blog-item h3{
        line-height:1.8125rem;
        letter-spacing:0
    }
}
.archive-page .indiv-blog-item .blog-info{
    color:#616161;
    margin-bottom:30px
}
@media screen and (min-width:0px){
    .archive-page .indiv-blog-item .blog-info{
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:400px){
    .archive-page .indiv-blog-item .blog-info{
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:750px){
    .archive-page .indiv-blog-item .blog-info{
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:1280px){
    .archive-page .indiv-blog-item .blog-info{
        line-height:1.5625rem;
        letter-spacing:0
    }
}
.archive-page .indiv-blog-item .bg-image{
    height:238px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:50%;
    margin-bottom:27px
}
.archive-page aside .widget{
    margin-bottom:85px
}
.archive-page aside .section-title h3{
    color:#000;
    font-family: 'Libre Franklin', sans-serif;
    margin-bottom:25px
}
@media screen and (min-width:0px){
    .archive-page aside .section-title{
        font-size:1rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:400px){
    .archive-page aside .section-title{
        font-size:1.2rem;
        line-height:1.575rem;
        letter-spacing:0
    }
}
@media screen and (min-width:750px){
    .archive-page aside .section-title{
        font-size:1.54rem;
        line-height:2.02125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:1280px){
    .archive-page aside .section-title{
        font-size:2rem;
        line-height:2.625rem;
        letter-spacing:0
    }
}
.archive-page aside article h3{
    color:#199eae;
    font-family: 'Libre Franklin', sans-serif;
    font-weight:700
}
@media screen and (min-width:0px){
    .archive-page aside article h3{
        font-size:.875rem;
        line-height:1.1125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:400px){
    .archive-page aside article h3{
        font-size:1.375rem;
        line-height:1.1125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:750px){
    .archive-page aside article h3{
        font-size:.875rem;
        line-height:1.0813rem;
        letter-spacing:0
    }
}
@media screen and (min-width:1280px){
    .archive-page aside article h3{
        font-size:1rem;
        line-height:1.3625rem;
        letter-spacing:0
    }
}
.archive-page aside label{
    display:none!important
}
.archive-page aside input:not([type=submit]){
    width:100%!important;
}
.archive-page aside input[type=submit]{
    padding:5px 1em;
    margin-bottom:0!important
}
.archive-page aside .ginput_container.ginput_container_email{
    margin:0!important
}
.archive-page aside .gform_footer.top_label{
    margin:0!important;
    padding:0!important
}
.archive-page aside .gform_body,.archive-page aside .gform_footer.top_label{
    float:left!important;
    clear:none!important
}
.archive-page aside .gform_footer.top_label{
    width:50%!important
}
.archive-page aside .gform_body{
    width:100%!important
}
.archive-page aside .gform_body li{
    margin:0!important
}
.archive-page aside form{
    display:-ms-flexbox!important;
    display:block!important;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-align:center;
    align-items:center
}
.archive-page aside .testimonial-img{
    border-radius:50%;
    width:200px;
    height:200px;
    display:inline-block;
    margin-bottom:25px
}
.archive-page aside .textwidget{
    text-align:center;
    display:block
}
.archive-page aside .textwidget p{
    color:#616161;
    font-family: 'Libre Franklin', sans-serif;
}
@media screen and (min-width:0px){
    .archive-page aside .textwidget p{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:400px){
    .archive-page aside .textwidget p{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:750px){
    .archive-page aside .textwidget p{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:1280px){
    .archive-page aside .textwidget p{
        font-size:1rem;
        line-height:1.5625rem;
        letter-spacing:0
    }
}
.search-page .search-title{
    font-family: 'Libre Franklin', sans-serif;
    font-weight:500;
    margin-bottom:31px;
    text-transform:uppercase
}
@media screen and (min-width:0px){
    .search-page .search-title{
        font-size:1rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:400px){
    .search-page .search-title{
        font-size:1.2rem;
        line-height:1.575rem;
        letter-spacing:0
    }
}
@media screen and (min-width:750px){
    .search-page .search-title{
        font-size:1.54rem;
        line-height:2.02125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:1280px){
    .search-page .search-title{
        font-size:2rem;
        line-height:2.625rem;
        letter-spacing:0
    }
}
.search-page .search-page-form-con{
    position:relative;
    margin-bottom:45px
}
.search-page .search-page-form-con:before{
    content:"";
    position:absolute;
    left:3%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    height:25px;
    width:25px;
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxwYXRoIGZpbGw9IiMyNTNBN0QiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjUwMiAxMWgtLjc5NGwtLjI3Ni0uMjc0QTYuNDcgNi40NyAwIDAgMCAxMyA2LjUgNi41IDYuNSAwIDEgMCA2LjUgMTNhNi40NyA2LjQ3IDAgMCAwIDQuMjI1LTEuNTY2bC4yNzYuMjc0di43OTJsNC45OTggNC45OTFMMTcuNDkgMTZsLTQuOTg4LTV6TTYuNSAxMWE0LjUgNC41IDAgMSAxIDAtOSA0LjUgNC41IDAgMCAxIDAgOXoiLz4KPC9zdmc+Cg==);
    background-repeat:no-repeat;
    background-position:50%
}
.search-page .search-page-form-con input{
    box-shadow:0 0 2px rgba(0,0,0,.12);
    background:#fafafa;
    padding-left:5%;
    width:25%;
    padding-top:15px;
    padding-bottom:15px
}
@media screen and (min-width:0px) and (max-width:750px){
    .search-page .search-page-form-con input{
        width:75%
    }
}
@media screen and (min-width:750px) and (max-width:1280px){
    .search-page .search-page-form-con input{
        width:50%
    }
}
.search-page .search-page-form-con input[type=submit]{
    display:none
}
.search-page h1,.search-page p{
    color:#363435;
    font-family:Montserrat,sans-serif
}
@media screen and (min-width:0px){
    .search-page h1,.search-page p{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:.01562rem
    }
}
@media screen and (min-width:400px){
    .search-page h1,.search-page p{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:.01875rem
    }
}
@media screen and (min-width:750px){
    .search-page h1,.search-page p{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:.02406rem
    }
}
@media screen and (min-width:1280px){
    .search-page h1,.search-page p{
        font-size:1rem;
        line-height:1.5rem;
        letter-spacing:.03125rem
    }
}
.search-page h1{
    margin-bottom:0;
    font-weight:700
}
.search-page p{
    margin-bottom:25px
}
.services-content,.staff-con{
    padding-bottom:28px;
    margin-bottom:40px;
    border-bottom:2px solid #d8d8d8;
    width:100%;
    float:left;
    display:block
}
.indiv-staff{
    position:relative
}

@media screen and (min-width:0px){
    .indiv-staff{
        float:left;
        display:block;
        margin-right:2.35765%;
        width:48.82117%
    }
    .indiv-staff:last-child,.indiv-staff:nth-child(2n+2){
        margin-right:0
    }
}
@media screen and (min-width:1280px){
    .indiv-staff{
        float:left;
        display:block;
        margin-right:2.35765%;
        width:31.76157%
    }
    .indiv-staff:last-child{
        margin-right:0
    }
    .indiv-staff:nth-child(2n+2){
        margin-right:2.35765%
    }
    .indiv-staff:nth-child(3n+3){
        margin-right:0
    }
}
.indiv-staff img{
    width:200px;
    height:200px;
    border-radius:50%;
    border:1px solid #979797;
    margin-bottom:20px;
    display:block;
    margin-left:auto;
    margin-right:auto
}
.indiv-staff .staff-name{
    color:#000000;
    font-family:Tahoma,sans-serif;
    font-size: 16px;
    text-align:center;
}
@media screen and (min-width:0px){
    .indiv-staff .staff-name{
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:400px){
    .indiv-staff .staff-name{
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:750px){
    .indiv-staff .staff-name{
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:1280px){
    .indiv-staff .staff-name{
        line-height:1.5rem;
        letter-spacing:0
    }
}
.indiv-staff .need-help-con{
    clear:both;
    float:left;
    width:100%;
    display:block;
    margin-bottom:43px
}

.staff-content{
  position:absolute;left:50%;top:50%;z-index:1;opacity:0;visibility:true;
  background:#fff;
  color:#000;
  padding:50px 40px;
  border:.5px solid hsla(0,0%,100%,.8);
  box-shadow:0 0 2px rgba(0,0,0,.12);
  width:0
  }
  @media screen and (min-width:0px) and (max-width:750px){
    .indiv-staff .staff-content{left:0;top:0}
    }
    .indiv-staff .staff-content.active{
      transition:visibility .5s ease-in,opacity .5s ease-in;opacity:1;
      width:400px}
      @media screen and (min-width:0px) and (max-width:750px){
        .indiv-staff .staff-content.active{width:200px}
        }
        @media screen and (min-width:750px) and (max-width:1280px){
          .indiv-staff .staff-content.active{width:300px}
          }
          .indiv-staff .icon.exit{
            position:absolute;right:20px;top:20px;
            width:15px;height:15px;
            background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOSIgaGVpZ2h0PSIyOSIgdmlld0JveD0iMCAwIDI5IDI5Ij4KICAgIDxnIGZpbGw9IiM3NTc1NzUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHJlY3Qgd2lkdGg9IjM1IiBoZWlnaHQ9IjQiIHg9Ii0zIiB5PSIxMi41IiByeD0iMiIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMTQuNSAxNC41KSIvPgogICAgICAgIDxyZWN0IHdpZHRoPSIzNSIgaGVpZ2h0PSI0IiB4PSItMyIgeT0iMTIuNSIgcng9IjIiIHRyYW5zZm9ybT0icm90YXRlKC00NSAxNC41IDE0LjUpIi8+CiAgICA8L2c+Cjwvc3ZnPgo=);
            background-size:100%;
            background-repeat:no-repeat;
            cursor:pointer;
            }
            .display-staff{cursor:pointer}

.need-help-con .need-help-title{
    float:left;
    width:25%;
    white-space:nowrap;
    margin-bottom:0
}
.need-help-con form{
    float:left;
    width:65%;
    margin-left:10%
}
.need-help-con select{
    background:#fafafa;
    text-indent:5%;
    border:1px solid rgba(0,0,0,.04);
    height:48px;
    color:#9e9e9e;
    margin-bottom:0;
    width:100%
}
@media screen and (min-width:0px){
    .need-help-con select{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:400px){
    .need-help-con select{
        font-size:.875rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:750px){
    .need-help-con select{
        font-size:1.05875rem;
        line-height:1.3125rem;
        letter-spacing:0
    }
}
@media screen and (min-width:1280px){
    .need-help-con select{
        font-size:1.375rem;
        line-height:1.375rem;
        letter-spacing:0
    }
}
.four-oh-four-content{
    width:89%;
    float:none;
    margin-left:auto;
    margin-right:auto;
    border:1px solid #979797;
    padding:57px 5% 31px
}
@media screen and (min-width:0px) and (max-width:750px){
    .four-oh-four-content{
        width:100%
    }
}
.four-oh-four-content h1,.four-oh-four-content h2{
    font-family:Montserrat,sans-serif;
    font-weight:500;
    margin-bottom:0
}
@media screen and (min-width:0px){
    .four-oh-four-content h1,.four-oh-four-content h2{
        font-size:2.65625rem;
        line-height:2.65625rem;
        letter-spacing:0
    }
}
@media screen and (min-width:400px){
    .four-oh-four-content h1,.four-oh-four-content h2{
        font-size:3.1875rem;
        line-height:3.1875rem;
        letter-spacing:0
    }
}
@media screen and (min-width:750px){
    .four-oh-four-content h1,.four-oh-four-content h2{
        font-size:4.09063rem;
        line-height:4.09063rem;
        letter-spacing:0
    }
}
@media screen and (min-width:1280px){
    .four-oh-four-content h1,.four-oh-four-content h2{
        font-size:5.3125rem;
        line-height:5.3125rem;
        letter-spacing:0
    }
}
.four-oh-four-content h1{
    color:#295a97
}
.four-oh-four-content h2{
    color:#afafaf
}
.four-oh-four-content h2 span{
    color:#1b8d9e
}
.four-oh-four-content p{
    color:#616161;
    font-weight:300;
    margin-bottom:38px
}
@media screen and (min-width:0px){
    .four-oh-four-content p{
        font-size:.875rem;
        line-height:1.9375rem;
        letter-spacing:0
    }
}
@media screen and (min-width:400px){
    .four-oh-four-content p{
        font-size:.9rem;
        line-height:2.325rem;
        letter-spacing:0
    }
}
@media screen and (min-width:750px){
    .four-oh-four-content p{
        font-size:1.155rem;
        line-height:2.98375rem;
        letter-spacing:0
    }
}
@media screen and (min-width:1280px){
    .four-oh-four-content p{
        font-size:1.5rem;
        line-height:3.875rem;
        letter-spacing:0
    }
}
/*# sourceMappingURL=app.css.map*/



header.navigation nav.main-nav li:hover {
    background: #B7DDE2 !important;
    /* border: red solid 1px !important; */
}


