@font-face{font-family:"Avenir Next";font-weight:500;font-style:normal;src:url("avenirnext_n5.972a96b7a049f12c89d6d1cd0e1b6c9211f7ba14.woff2") format("woff2")}
@font-face{font-family:"Avenir Next";font-weight:400;font-style:normal;src:url("avenirnext_n4.7fd0287595be20cd5a683102bf49d073b6abf144.woff2") format("woff2")}
@font-face{font-family:"Avenir Next";font-weight:700;font-style:normal;src:url("avenirnext_n7.8cfc646eab1e39e2d81a26284624600ccae49d55.woff2") format("woff2")}

body{
    font-family: "Avenir Next",sans-serif;
}
header img{
    width:90px;
}
header{
    padding:12px 55px;
    border-bottom: 1px solid #ededed;
}
@media only screen and (max-width:400px){
    header{
        padding:12px 15px;
    }
}
header .row button{
    border:0px;
    font-size:30px;
    background:none;
    float:right;
    color:#002938;
    display: none;
}
@media only screen and (max-width:767px){
    header .row button{
        display: block;
    }
}
header .row div:nth-child(2) ul{
    list-style:none;
    padding:0px;
    display:flex;
    justify-content: center;
    margin-top:25px;
}
header .row div:nth-child(2) ul li{
    list-style:none;
    padding-right:25px;
}
header .row div:nth-child(2) ul li:nth-child(4){
    padding-right:0px;
}
header .row div:nth-child(2) ul li a{
    color:#002938;
    font-size:16px;
}
header .row div:nth-child(2) ul li a.active{
    text-decoration:underline;
}
header .row div:nth-child(2) ul li a:hover{
    color:#087096;
}

@media only screen and (max-width:767px){
    header .row .col-xl-8{
        text-align:left !important;
    }
    #menu{
        display:none;
    }
    header .row div:nth-child(2) ul li{
        border-bottom:1px solid #cececea3;
        padding:10px 0px;
    }
    header .row div:nth-child(2) ul li:nth-child(4){
         border-bottom:none;
    }
}

.content .container .row h1{
    font-size:35px;
    color:#002938;
    font-weight: 500;
    line-height: 1.5;
    margin:30px 0px;
    text-align:center;
}
.content .container .row .a1 .featured-img{
    position:relative;
}
.content .container .row .a1:hover .featured-img::after{
    content:'';
    position:absolute;
    width:100%; height:100%;    
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.content .container .row .title{
    font-size:26px;
    font-weight: 500;
    line-height: 1.2;
    word-wrap: break-word;
    text-align:left;
    margin:20px 0px;
    color:#002938;
}
.content .container .row .a1{
    text-decoration:none;
}
.content .container .row .a1:hover .title{
    color:#138ab6;
}

.content .container .row .excerpt{
    text-align:left;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color:#002938;
}
.content .container .row a.btnRM{
    display:block;
    border:1px solid #3d4246;
    padding: 8px 10px;
    font-size: 0.75em;
    line-height: 1;
    color:#002938;
    text-decoration:none;
    text-transform:uppercase;
    cursor: pointer;
    border-radius: 2px;
    font-weight: 500;
    white-space: normal;
    margin:15px 0px;
    width:100px;
    text-align:center;
}
.content .container .row a.btnRM:hover{
    color:#0476a0;
    border:1px solid #0476a0;
}

section .container .row .psmall {
    font-size:13px;
    color:#999999;
    text-align:center;
    margin:20px 0px;
}
section .container .row h1{
    font-size:35px;
    text-align:center;
    color:#002938;
}
section .container .row h3{
    margin:20px 0px;
    color:#000;
}
section .container .row p a{
    color:#138ab6;
    text-decoration:none;
    font-weight:700;
}
section .container .row .text-center img{
    margin:20px 0px;
}
section .container .row .box1{
    background:#f4f4f4;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 15px solid #ffffff;
    margin-bottom:40px;
}
section .container .row .box1 .heading{
    font-size:20px;
    background:#0091cd;
    color:#fff;
    font-weight:bolder;
    padding: 20px 10px;
}
section .container .row .box1 ul li{
    margin:20px 0px;
}
section .container .row .box1 ul li a{
    font-weight:bold;
    color:#3D85C6;
    text-decoration:none;
}
section .container .row .box2{
    background:#f4f4f4;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 15px solid #ffffff;
    margin-bottom:40px;
    text-align:center;
}
section .container .row .box2 .heading{
    font-size:20px;
    background:#195E1E;
    color:#fff;
    font-weight:bolder;
    padding: 20px 10px;
    text-align:center;
}
section .container .row .box2 p{
    padding:10px 20px;
    margin-top:15px;
}
section .container .row a.ba{
    text-decoration:none;
    display:block;
    background:#0085AD;
    color:#fff;
    text-align:center;
    font-size:24px;
    font-weight:700;
    padding:20px 0px;
    text-shadow: 0px 1px 0px #444444;
    border-radius: 3px !important;
    border: 1px solid #0085ad !important;
}
section .container .row a.ba:hover{
    background:#026684;
    border: 1px solid #026684 !important;
}
@media only screen and (max-width:436px){
    section .container .row a.ba{
        padding:20px;
    }
}

section .container .row .social-link{
    margin-top:40px;
}
section .container .row p.left-img-p img{
    float:left; 
    padding-right:20px;   
}
section .container .row div{
    margin-bottom:20px;
}
section .container .row p.text18{
    font-size:18px;
    text-align:center;
    font-weight:700;
    margin:28px 0px;;
}
.font18{
    font-size: 18px !important;
}
section .container .row ol li{
    font-size:17px !important;
    margin-bottom: 30px;
    font-weight: 500;
}
.spacing{
    margin-top:260px;
}
@media only screen and (max-width:767px){
    section .container .row .text-center img{
        width:100%;
    }
    .spacing{
        margin-top:0px;
    }
}
footer{
    border-top: 1px solid #e6e6e6;
    margin-top:120px;
    padding:20px 0px;
}
footer .container .row .social-icons a{
    text-decoration:none;
    padding-right:25px;
}
footer .container .row .copy{
    font-size:13px;
    color:#222222;
    margin:10px 0px 8px;
}
footer .container .row .fa{
    margin-bottom:10px;
}
footer .container .row .fa a{
    text-decoration:none;
    font-size:13px;
    font-weight:500;
    color:#222222;
    font-family: "Avenir Next",sans-serif;
}
footer .container .row p.small{
    font-size:11px;
    color:#000;
}






