* { -webkit-tap-highlight-color: rgba(0,0,0,0); }
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    outline: none;
    box-sizing:border-box;
}

.clear {
    clear:both;
    }

.pull-left {
    float:left;
    }

.pull-right {
    float:right;
    }

.center {
    text-align:center;
    }


a {
    -webkit-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    }

.d_table {
    display:table;
    }

.d_row {
    display:table-row;
    }

.d_cell {
    display:table-cell;
    }


/**/

body {
background-color: #FFFFFF;
font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

.clearfix{
    clear:both;
}

.footer .site-width,
.site-width{
    position: relative;
    width: 100%;
    max-width: 1225px !important;
    margin: 0 auto;
    padding: 0 15px;
}
.site-width:after{
    content: '';
    width: 100%;
    clear: both;
    display: table;
}
.page-template-page-growing .site-width,
.page-template-page-small-business .site-width{
    max-width: 1012px;
}

.header-site{
    width: 100%;
    z-index: 100;
    position: relative;
    padding: 14px 0 10px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.inner-page .header-site {
    padding: 24px 0;
}

.header-site .logo{
    float: left;
    position:relative;
    width:160px;
    display: block;
}
.header-site .logo img{
    max-width: 100%;
}
.header-btn{

}

.header-search-ico{
    float: right;
    margin: 13px 24px 0 0;
}

.header-contacts{
    float: right;
    color: #5e757e;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    margin: 16px 26px 0 0;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.header-right{
    float: right;
    padding: 14px 44px 0 0;
    position: relative;
    width: calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    width: -webkit-calc(100% - 170px);
}
.header-right:after{
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.header-right .socials{
    float: right;
    width: auto;
    padding-right: 11px;
}

.header-right  #searchform{
    float: right;
    position: relative;
}
.header-right  #searchform form{
    width: 218px;
    position: relative;
}

.home #searchform{
    display: block;
    position: absolute;
    right: 50%;
    width: 445px;
    margin-right: -415px;
    background: #fff;
    top: -80px;
    opacity: 0;
    padding: 20px 10px 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.home #searchform.open{
    opacity: 1;
    top: -14px;
}
.home #searchform .s-input{
    padding: 7px 10px 7px 40px;
    border: 1px solid #979797;
}
.home .searchform{
    position: relative;
    padding-right: 30px;
}
.home #searchform .s-btn{
    padding: 0;
    width: 15px;
    height: 15px;
    left: 15px;
    top: 7px;
}
.home #searchform .s-btn svg{
    width: 100%;
}
.home .s-btn-reset{
    position: absolute;
    right: 9px;
    top: 50%;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-top: -2px;
    background: transparent;
    border: 0;
}
.home .s-btn-reset:after,
.home .s-btn-reset:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    bottom: 0;
    background: #979797;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.home .s-btn-reset:before{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#news-searchform{
width:265px;
margin-bottom:20px;
position: relative;
}

#searchform .s-input, #news-searchform .s-input {
    width:100%;
    border-radius: 15px;
    border-color: #51A2FF;
    border: 2px solid #51A2FF;
    font: normal 13px 'Montserrat', Helvetica, Arial, sans-serif;
    color:#5E757D;
    padding:3px 12px;
 }

#searchform .s-btn, #news-searchform .s-btn {
    position:absolute;
    right:0;
    top:0px;
    border: none;
    background: none;
    font: bold 18px 'Montserrat', Helvetica, Arial, sans-serif;
    color:#5E757D;
    cursor:pointer;
}



/* MENU */
.mainmenu{
    clear: both;
    position:relative;
    width:100%;
    z-index: 9;
}

#menu {
    font: 700 12px/1.1 'Montserrat', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    display: block;
    z-index: 9;
    position: relative;
    float: right;
    padding: 13px 0 0;
}
#menu:after{
    content: '';
    display: table;
    width: 100%;

}
.menu > li {
    position: relative;
    float: left;
    margin-left: 24px;
    text-align: left;
}
.menu > li:first-child{
    margin-left: 0;
}

.menu > li > a {
    text-transform: uppercase;
    padding: 0 !important;
}
.menu li a {
    display: block;
    padding: 8px 23px;
    color:#5e757e !important;
    text-decoration: none;
}

.menu li a:hover {color: #0F97D3 !important;}
@media screen and (min-width: 920px)  {
    .inner-page .menu >li:hover:before {
        float: left;
        content: "";
        width: 70%;
        height: 7px;
        background-color: #a3c5ec;
        position: absolute;
        top: 36px;
        left: 15%;
        border-radius: 5px;
        z-index: 9;
    }
    .inner-page .menu li:hover >.sub-menu {display: block;z-index: 9;}
}
.sub-menu {
    display: none; position: absolute; width: 225px;padding-top:10px;
    background: #fff;
}
.sub-menu li {display: block; position: relative;font-size:15px; text-align: center;}
.sub-menu li + li {border-top: 1px solid #efefef;}
.sub-menu .sub-menu {left: 225px; top: 0; padding-top:0px;margin-top: 0px;}

.sub-menu .sub-menu:before{
/*content:"»";*/
width:10px;
height: 7px;
font-size:17px !important;
color: #0F97D3 !important;
position: absolute;
top:1px;
left:-15px;
}

.mobile-menu-btn{
    cursor: pointer;
    position: relative;
    padding: 0;
    border: 0;
    color: #5e757e;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    float: right;
    margin-right: 17px;
    margin-top: 17px;
    padding-right: 7px;
    background: transparent;
    text-transform: uppercase;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.mobile-menu-btn i{
    top: 50%;
    left: 100%;
    width: 30px;
    height: 2px;
    display: block;
    margin-top: -1px;
    position: absolute;
    background: #5e757e;
}
.mobile-menu-btn i:after,
.mobile-menu-btn i:before{
    top: -5px;
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    background: #5e757e;
}
.mobile-menu-btn i:before{
    top: auto;
    bottom: -5px;
}
.inner-page .mobile-menu-btn{
    display: none;
}


.mobile-menu-close{
    cursor: pointer;
    position: relative;
    border: 0;
    padding: 0;
    background: transparent;
    color: #5e757e;
    margin-right: 9px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding-right: 18px;
    text-transform: uppercase;
}
.mobile-menu-close i{
    top: 50%;
    left: 100%;
    margin-left: -5px;
    position: absolute;
}
.mobile-menu-close i:after,
.mobile-menu-close i:before{
    top: -2px;
    content: '';
    left: -2px;
    width: 15px;
    height: 2px;
    position: absolute;
    background: #5e757e;
    transform: rotate(-45deg);
    transform-origin: center center;
}
.mobile-menu-close i:before{
    top: auto;
    bottom: 0px;
    transform: rotate(45deg);
}
.header-home-menu{
    text-align: right;
    position: fixed;
    right: 0;
    width: 278px;
    top: 0;
    bottom: 0;
    z-index: 9999;
    margin-right: -482px;
    padding: 30px 3px 30px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    transition: all .5s;
}
.header-home-menu.open{
    right: 50%;
}
.header-home-menu:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 300%;
    left: 99%;
    background: #fff;
}
.header-home-menu-wrap{}
.header-home-menu .menu {
    width: auto;
    max-height: calc(100vh - 100px);
}
.header-home-menu .menu > li {
    float: none;
    display: block;
    text-align: right;
    margin: 13px 0;
    position: relative;
}
.header-home-menu .menu > li:first-child:after{
    content: none;
}
.header-home-menu .menu > li:after{
    content: '';
    position: absolute;
    top: -9px;
    left: 29%;
    right: 0;
    height: 1px;
    background: #ececec;
}
.header-home-menu .menu > li:before{
    content: none;
}
.header-home-menu .menu li a {
    padding: 0;
}
.header-home-menu .menu > li > .sub-menu {
    margin-right: -20px;
}
.header-home-menu .sub-menu {
    position: relative;
    margin-top: 0 !important;
    width: auto;
    padding-top: 0;
    overflow: hidden;
    left: auto !important;
}
.header-home-menu .sub-menu li{
    text-align: right;
}
.header-home-menu .sub-menu li + li {
    border: 0 none;
}
.header-home-menu .sub-menu .sub-menu {
    left: auto;
    top: auto;
}
.header-home-menu .menu > li > a{
    color: #5e757e;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
}

.header-home-menu .menu > li > ul > li a{
    color: #5e757e;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.header-home-menu .menu > li > ul li,
.header-home-menu .menu > li > ul li{
    margin: 13px 0;
    position: relative;
}
.header-home-menu .menu > li > ul li:last-child{
    margin-bottom: 4px;
}
.header-home-menu .menu > li > ul li:before{
    content: '';
    position: absolute;
    right: 0;
    top: -7px;
    left: 29%;
    height: 1px;
    display: block;
    background: #ececec;
}
.header-home-menu .menu-top-menu-container{
    position: relative;
    margin: 10px 0 0;
    overflow: auto;
}
.header-home-menu .menu-top-menu-container:before{
    content: '';
    top: 0;
    right: 0;
    left: 29%;
    height: 1px;
    display: block;
    position: absolute;
    background: #979797;
}

.header-home-menu .menu > .menu-item-has-children{
    position: relative;
    padding-right: 20px !important;
}
.header-home-menu .menu > .menu-item-has-children:before{
    content: '';
    position: absolute;
    right: 2px;
    top: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #d8d8d8;
    float: none;
    background-color: transparent;
    left: auto;
    border-radius: 0;
}
.header-home-menu .menu > .menu-item-has-children.open:before{
    border-bottom: 6px solid #d8d8d8;
    border-top: 0 none;
}

.header-menu-soc{
    float: right;
    width: 100%;
    max-width: 70%;
    border-top: 1px solid #979797;
    padding: 18px 0 0;
}
.header-menu-soc a{
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 0;
    text-decoration: none;
}


.header-inner-menu .mobile-menu-close,
.header-inner-menu .header-menu-soc{ display: none; }


/*Коррекция для первого выпадающего меню, чтоб выводился по центру родителя*/
/*.menu li:nth-child(1) .sub-menu {left:-50px;}*/
/*.menu li:nth-child(2) .sub-menu {left:10px;}*/



/*Header Image block*/
/*.header-image{
 position: relative;
 width:100%;
 min-height:268px;
 text-align:right;
 background: url('images/training_header_img.jpg') no-repeat top center/cover;
 }*/

.header-image {
    position: relative;
    top: 0px;
    width: 100%;
    min-height: 221px;
    text-align: center;
    background: #5E757D none repeat scroll 0% 0%;
}

/*.header-image img {
    display:block;
    width:100%;
    height:auto;
    }*/

.header-image > img {
    width: 100%;
    min-width: 1170px;
    min-height: 200px;
    max-height: 100%;
    vertical-align: middle;
    height:auto;
}
.header-image{
    border-bottom: 5px solid #1e7a96;
}
.header-image .site-width {
    width: 100%;
    height: 100%;
    text-align: right;
}

 .header-image .site-width .header-image-caption{
    font-size: 19px;
    color:#fff;
    text-shadow: 0px 3px 2px rgba(48, 48, 48, 1);
    position:absolute;
    right:0px;
    top:220px;
 }

 .header-image.bxslider{
    max-height:270px;
    overflow:hidden;
}

 .header-image.bxslider .header-image-caption{
    right:0px;
    top:0;
    top:220px !important;
 }

 h1 {
    font-size: 31px;
    text-transform: uppercase;
    color: #fff;
    line-height: 48px;
}

/*h1:before {
    content: "";
    width: 150px;
    height: 7px;
    background-color: #a3c5ec;
    position: absolute;
    top: -11px;
    border-radius: 5px;
}*/

/*Header Title block*/
.header-title-block{
 height:90px;
 background-color: #5E757D;
 padding-top:35px;
 box-sizing: border-box;
 z-index: 1;
 position:relative;
}

.title-container{
display:inline-block;
position:relative;
}
.title-container h1{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
}

.single-post .header-title-block{
 height:0;
 min-height:100px;
}

.single-post .title-container h1{
    line-height: 30px;
}

h2{font-size: 23px;}
h3{font-size: 19px;color:#000000;margin-top:15px;}

.title-container h1:before,
.home-bxslider .caption h2:before{
    content:"";
    width:150px;
    height: 7px;
    background-color: #a3c5ec;
    position: absolute;
    top:-11px;
    border-radius: 5px;
}
.header-image .title-container h1:before,
.header-image .home-bxslider .caption h2:before{
    content: none;
}


.main-content{
 position:relative;
 width:790px;
 min-height:100px;
 float:left;
 margin:49px 0 100px 0px;
 box-sizing: border-box;
}

.page-template-page-thank-you .main-content{
	min-height: 400px;
}

.aside{
 position:relative;
 width:325px;
 min-height:100px;
 float:right;
 margin:67px 0px 60px;
 box-sizing: border-box;
}

.aside-menu{
    position:relative;
}


.aside-menu .rightmenu li#menu-item-8873 .sub-menu{
    display: block;
    position: relative;
    width: auto;
    margin: 0;
    padding: 0;
}
.aside-menu .rightmenu li#menu-item-8873 .sub-menu li{
	border: 0;
}
.aside-menu .rightmenu li#menu-item-8873 .sub-menu li a{
	font-size: 15px;
    line-height: 31px;
    text-transform: uppercase;
    text-decoration: none;
    margin-botton: 20px;
    margin-left: 20px;
    background-color: #FCB634;
    color: #fff !important;
    line-height: 1.1;
    text-align: left;
}
.aside-menu .rightmenu li#menu-item-8873 .sub-menu li a:hover {
    background: #A3C5EB !important;
}


.aside-menu .rightmenu li{
    margin-bottom:15px;
}

.aside-menu a{
    position:relative;
    display:block;
    padding:15px;
    margin-bottom:20px;
    background-color: #A3C5EB;
    font-size: 30px;
    line-height: 31px;
    text-transform: uppercase;
    text-decoration: none;
    color:#fff;
    box-sizing: border-box;
    letter-spacing: 0.5px;
}

.aside-menu a:last-child,
.aside-menu .rightmenu li:last-child {
    margin-bottom:0;
    }

.aside-menu a > span{color:#0A9DD1;}

.aside-menu .rightmenu li a:after{
    content:"»";
    color:#0A9DD1;
    padding-left:15px;
}

.aside-menu a:hover,
.aside-menu a.active,
.aside-menu a[href="/ndc-map/"],
.aside-menu .rightmenu li a[href*=ndc-map] {
background-color:#FCB634;
color:#fff !important;
}

.aside-menu a.slim{
    position:relative;
    display:block;
    padding:10px;
    margin-bottom:10px;
    background-color: #5E757D;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    color:#fff !important;
    box-sizing: border-box;
    letter-spacing: 0.5px;
}

.aside-menu a.slim:last-child {
    margin-bottom:0;
    }

.aside-menu a.slim:after{
    content:"";
    width:15px;
    height:21px;
    background: url(images/arrow-left-1.png) no-repeat;
    position:absolute;
    right:10px;
}

.aside-menu a.slim:hover,
.aside-menu a.slim.active{
background-color:#A3C5EB;
color:#111 !important;
}


.article .backlink{
    display:inline-block;
    margin-bottom:27px;
    font-size: 15px;
    text-decoration: none;
    color: #16A0C7;
}

.article .backlink:hover{
    color:#8FCEED !important;
}

.article h2{
    font-size: 21px;
    text-decoration: none;
    color: #16A0C7;
}

.article .content{
    padding: 14px 0px 44px;
    font-size: 19px;
    color:#7D7D7D;
    line-height: 1.5;
}

.main-content a.backlink{
    display:inline-block;
    margin-bottom:27px;
    font-size: 15px;
    text-decoration: none;
    /*color:#8FCEED;*/
    color:#059BD8 !important;
    text-transform: capitalize;
}

.main-content .backlink:hover{
    color:#8FCEED;
}

.main-content h2,
.ppp .main-content h2 {
    font-size: 21px;
    text-decoration: none;
    color:#059BD8;
}

.ppp .main-content h2{
    margin-bottom:10px;
}

.main-content .content, .main-content p{
    padding: 14px 0px 14px;
    font-size: 19px;
    color:#7D7D7D;
    line-height: 1.5;
}

.main-content a {
    text-decoration: none;
    color: #16A0C7;
}

.main-content li{
    margin-bottom:5px;
    font-size: 19px;
    line-height: 28px;
}

.line{
width:97%;
height: 7px;
background-color: #a3c5ec;
position: absolute;
border-radius: 5px;
margin:15px 0px;
}

.main-content .block-news{
position:relative;
width:280px;
float:left;
margin-right:25px;
margin-top:25px;
margin-left: 5px;
}

.main-content .block-downloads{
position:relative;
width:190px;
float:left;
margin-right:15px;
margin-top:25px;
}

.block-downloads.abs{
float:right;
width:240px;
margin-right:0px;
margin-top:-13px!important;
}

.main-content .block-stories{
position:relative;
width:250px;
float:left;
margin-right:0px;
margin-top:25px;
}

/*.main-content h3{
    font-size:15px;
    color:#16A0C7;
}*/

.main-content h3{
    color: #000;
    text-transform: uppercase;
    font-size: 19px;
}

.block-news h3,
.block-downloads h3,
.block-stories h3{
    font-size:15px;
    color:#16A0C7;
}

.link-more{
    display:block;
    font-size:13px;
    color:#000000;
    text-decoration: underline;
}

.link-more:hover{
    font-size:13px;
    color:#000000 !important;
    text-decoration: underline;
}

.block-news .small-news{
 margin:5px 0px 10px 0px;
 margin: 10px 0px 18px;
}

.block-news .date{
    font-size:14px;
    color:#16A0C7;
}

.block-news .title{
    font-size:17px;
    color:#4C636B;
}

.block-downloads a.title,
.block-stories  a.title{
display:block;
padding:4px 0px;
font-size:15px;
color:#4C636B !important;
text-decoration:none;
}

.block-stories .story{
   margin:5px 0px;
}

.story img{
width:250px;
margin-bottom:7px;
}




.footer{
    min-height:262px;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding: 0 0 50px 0;
}

.footer .logo{
    font-size:10px;
    color:#fff;
    text-decoration: none !important;
}
.footer .logo:hover{
    color:#fff !important;
    text-decoration: none !important;
}

.footer .logo img {
    display:block;
    }
.footer .join{
    height: 60px;
    background-color: #1E7A96;
    line-height: 55px;
    text-align: center;
    /*font-family: "Open Sans";*/
    font-weight: bold;
}
.footer .join a{
    color: #fff;
    padding-right: 20px;
    position: relative;
    text-decoration: none;
}
.footer .join a:after{
    content: '';
    right: 0;
    top: 50%;
    margin-top: -6px;
    position: absolute;
    border-left: 9px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.footer-info{
    /*font-family: 'Montserrat', Helvetica, Arial, sans-serif, Arial;*/
    position:relative;
    margin-top: 32px;
}
.footer-info .logo{
    display: block;
}
.footer-info .logo img{
    max-width: 100%;
}
.footer-info:after{
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.footer-info .block {
    /*font-family: 'Montserrat', Helvetica, Arial, sans-serif, Arial;*/
    float:left;
    font-size:10px;
    color:#4A4A4A;
    width: 16.66%;
    padding-left:32px;
    line-height: 18px;
}
.footer-info .block:first-child {
    padding-left: 0;
}

.footer-info .block h5{
    font-size:10px;
    color:#8693AA;
    padding-bottom: 12px;
}

.footer-info .block a{
    font-size:10px;
    color:#fff;
}

/*.footer-info .block a:hover{
    font-size:12px;
    color:#A3C5EB !important;
}*/

.footer-menu{
font-family: 'Montserrat', sans-serif;
margin: 58px 0px 0px;
display:block;
width:100%;
text-align:center;
font-size: 10px;
color:#657980;
}

.footer-menu a{
    padding:0px 5px;
    color:#fff;
    text-decoration: none;
}

.footer-menu a.social{
    padding: 0px 1px;
}

.footer-menu a:hover{
    color:#A3C5EB !important;
    text-decoration: none;
}

.footer-menu img{
    vertical-align: middle;
}

.footer-main-menu {
    margin-left: 0;
}
.footer-main-menu a{
    text-decoration: none;
    color: #4A4A4A!important;
}

/*-------STAFF DIRECTORY---------*/

.site-width.staffdir{
    margin-top:18px;
}
.site-width.staffdir .main-content a,
.aboutus a {
    text-decoration: none;
    color:#0F96DA !important;
}
.site-width.staffdir .main-content a:hover,
.aboutus a:hover{
    text-decoration: none;
    color:#0F96DA !important;
}

.staffdir .main-content h2,
.aboutus .main-content h2{
    font-size: 23px;
    text-decoration: none;
    color:#040404;
}
.staffdir .main-content h2 > a,
.aboutus  .main-content h2 > a{
    font-size: 15px;
    text-decoration: none;
    color:#0F96DA;
    padding-left:17px;
}

.staffdir .main-content .content,
.aboutus .main-content .content{
    padding: 14px 0px 44px;
    font-size: 19px;
    color:#777777;
}

.staffdir .main-content ul,
.article.stuff .main-content ul{
    padding:12px 0px 30px 0px;
    margin-top:0;
}
.staffdir .main-content li,
.article.stuff li{
  padding:5px 0px 10px;
}
.staffdir .main-content li .title,
.article.stuff li .title {
    font-size: 19px;
    color:#1098D4;
    text-transform: uppercase;
    padding-right:5px;
}

.staffdir .main-content li .phone,
.staffdir .main-content li .city,
.article.stuff li .phone,
.article.stuff li .city{
    font-size: 15px;
    color:#444444;
    padding-right:5px;
}
.staffdir .main-content li .city,
.article.stuff li .city{
    text-transform: uppercase;
}

.staffdir .main-content li .email,
.article.stuff li .email{
    font-size: 15px;
    color:#1098D4;
    padding-right:5px;
}

/*-------STAFF DIRECTORY END---------*/


/*-------ABOUT US---------*/

.aboutus .header-image .site-width{
    margin-bottom:5px;
    text-align: left;
}

.header-image .site-width h1 {
    text-align:left;
    }

.aboutus .header-image .site-width .rblock{
    position:absolute;
    right:0px;
    width:160px;
    min-height:221px;
    height:100%;
    background-color: #5E757D;
}

/*
.aboutus h1{
    position:absolute;
    top:145px;
}
*/

.aboutus .header-image img{
 position:absolute;
 min-width:1048px;
 min-height:221px;
 width:87%;
 /*width:1048px;*/
 right:13%;
}

.aboutus .main-content{
    top:25px;
}

.aboutus .main-content .content{
    padding: 10px 0px 20px 0px;
}

.aboutus .main-content ul,
.smallbiz .main-content ul{
list-style-position: outside;
list-style: disc;
color:#000;
padding-left:20px;
margin-top: 5px;
}

.aboutus .main-content ul li,
.smallbiz .main-content ul li{
text-indent: -5px;
padding:5px 0px;
list-style: disc;
font-size:19px;
color:#000;
line-height:1.4;
}

.smallbiz .main-content ul{
color:#7A7A7A;
margin-top: -5px;
}

.smallbiz .main-content ul li{
padding:3px 0px;
color:#7A7A7A;
line-height:1.4;
}

.videoblock{
 margin:40px 0px 20px 0px;
 width:490px;
 height:275px;
}

.videoblock-uni.margin: {
 margin:10px 0px 10px 0px;
}

/*-------ABOUT US END---------*/



/*-------CAREERS---------*/
.careers .main-content{
    float:none;
    width:1000px;
}

.careers .job{
    margin-top:20px;
}

.job-block{
    width:100%;
    padding:20px 20px 90px 20px;
    margin:20px 0px;
    background-color: #EBEBEB;
}

.job-block h3{
    color:#099BD7;
    text-transform: uppercase;
}
.job-block .postdate{
    color:#000;
    font-size: 15px;
}
.job-block .text{
margin:30px 0px 10px 0px;
color:#7F7F7F;
font-size:19px;
line-height:1.5;
}

a.job-btn{
position:absolute;
margin:20px 0px;
padding:7px 0px;
right:20px;
width:130px;
background-color: #099BD7;
color:#fff !important;
text-align: center;
}
a.job-btn:hover{text-decoration: none;color:#fff !important;}

/*-------CAREERS END---------*/

/*-------BOARD ---------*/
.board .main-content{
    margin-top:30px;
}

.board .main-content{
    float:none;
    width:100%;
    margin-top:30px;
}

.board .toplink{
    font-size: 19px;
    color:#7E7E7E;
    margin-bottom:25px;
}

.board .toplink a{
    color:#0A99D3;
    text-decoration: none;
}

.board .infoblock{
    margin:15px 0px 45px;
}
.board .infoblock:after {
    content:' ';
    display:block;
    clear:both;
    width:100%;
}

.board .infoblock .leftblock{
    display: block;
    float:left;
    width:215px;
    height:100%;
    margin-right:20px;
}
.board .infoblock .rightblock{
    display:block;
    float:left;
    width:920px;
    text-align: left;
}

.board .infoblock h3.title{
    font-size: 19px;
    color:#0497DA;
    text-transform: uppercase;
}

.board .infoblock .doljnost,
.board .infoblock .city{
    font-size: 15px;
    color:#393B3A;
    text-transform: uppercase;
    margin-top:3px;
}

.board .infoblock .city,
.board .infoblock .email,
.board .infoblock .phone,
.board .infoblock .location{
    display: block;
    font-size: 13px;
    margin-top:8px;
    color:#393B3A;
}

.board .infoblock .email{
margin-top:4px;
color:#0A99D3;
text-decoration: none;
}

.board .infoblock .location{
    font-size: 13px;
    margin-top:15px;
    text-transform: uppercase;
}

.board .infoblock .content{
    margin-top:5px;
    padding-bottom:0;
}

/*-------BOARD END---------*/

/*-------ASIDE MENU ---------*/
.aside{
 position:relative;
 width:325px;
 min-height:100px;
 float:right;
 margin:67px 0px 60px;
 box-sizing: border-box;
}

.aside-menu{
    position:relative;
}

.aside-menu a{
    position:relative;
    display:block;
    padding:15px;
    margin-bottom:20px;
    background-color: #A3C5EB;
    font-size: 30px;
    line-height: 31px;
    text-transform: uppercase;
    text-decoration: none;
    color:#fff !important;
    box-sizing: border-box;
    letter-spacing: 0.5px;
}

.aside-menu a:last-child {
    margin-bottom:0;
    }

.aside-menu a > span{color:#0A9DD1;}

.aside-menu a:hover,
.aside-menu a.active{
background-color:#FCB634;
color:#fff !important;
}

.imglink{
    width:465px;
    display: block;
    position: relative;
}
.imglink .aside-menu img{
    display: block;
    float:left;
    z-index: 1;
    width:230px;
    height:144px;
}
.imglink .aside-menu a{
    float:left;
    width:230px;
    height:144px;
    padding:10px;
    margin-bottom:0px;
    background-color: #FCB634;
    font-size: 30px;
    line-height: 1.0;
}
.imglink .aside-menu a:hover{
background-color: #A3C5EB;
}

.aside .contacts{
    margin:40px 0px;
    font-size: 16px;
    line-height: 1.3;
}

.aside .contacts h3{
    color:#5D757F;
    font-size: 21px;
    margin-bottom:15px;
}
.aside .contacts .title{
    color:#000;
    margin-bottom: 3px;
}
.aside .contacts .adress{
    color:#7B7B7B;
}
.aside .contacts a{
    color:#019DD8;
    text-decoration: underline;
}


/*PROGRAMMS*/
.programms .main-content{
 position:relative;
 width:570px;
 min-height:100px;
 float:right;
 margin:16px 20px 0px 0px;
 box-sizing: border-box;
}

.programms .aside{
 position:relative;
 width:505px;
 min-height:100px;
 float:left;
 margin:60px 40px 0px 0px;
 box-sizing: border-box;
}

.programms .aside .aside-menu{
    position:relative;
}

.programms .aside .aside-menu a{
    position:relative;
    display:block;
    padding:10px;
    margin-bottom:10px;
    background-color: #5E757D;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    color:#fff !important;
    box-sizing: border-box;
    letter-spacing: 0.5px;
}

.programms .aside .aside-menu a:last-child {
    margin-bottom:0;
    }

.programms .aside .aside-menu a:after{
    content:"";
    width:15px;
    height:21px;
    background: url(images/arrow-left-1.png) no-repeat;
    position:absolute;
    right:10px;
}

.programms .aside .aside-menu a:hover,
.programms .aside .aside-menu a.active{
background-color:#A3C5EB;
color:#111 !important;
}

.programms .imglink{
    margin-top:25px;
    width:550px !important;
    height:130px;
    display: block;
    padding:10px;
    background-color: #FCB634 !important;
    position: relative;
}

.programms .imglink > .textblock{
    display:block;
    float:left;
    width:330px;

}
.programms .imglink > .textblock > .text1{
    display:block;
    font-size:35px;
    color:#fff;
    white-space: nowrap;
}
.programms .imglink > .textblock > .text2{
    display:block;
    text-transform: uppercase;
    margin-top:5px;
    font-size:17px;
    color:#111;
}
.programms .imglink > .textblock > .text1:after{
content:"»";
margin-left:10px;
color:#0697D8;
}

.programms .imglink > .img{
    float:right;
}

.programms .imglink a{
    float:none;
    width:260px;
    height:144px;
    margin-bottom:0px;
    background-color: #FCB634;
    font-size: 23px;
    line-height: 1.2;
}

.programms .imglink:hover{
background-color: #A3C5EB;
}

/* downloads */
.downloads-list {
    margin-top:14px;
    margin-bottom:70px;
    }

.downloads-list li {
    margin-bottom:7px;
    }

.downloads-list li a {
    color: #8FCEED;
    text-decoration:none;
    font-size:19px;
    }

/* instructor */
.instructor-img {
    display:block;
    float:left;
    width:185px;
    margin-right:30px;
    }
.instructor-img:before {
    display:block;
    content:' ';
    clear:both;
    }

.instructor {
    margin-bottom:75px;
    }

.instructor h3 {
    font-size: 19px;
    line-height:28px;
    color: #000;
    text-transform: none;
}

.instructor:after {
    display:block;
    content:' ';
    clear:both;
    }


/* recertification */
h3.recertification {
    font-size: 21px;
    line-height:28px;
    color: #000;
}

.content ul {
    margin-top:30px;
    }

.content ul li {
    margin-bottom:5px;
    }

.content ul li a {
    text-decoration:none;
    color:#16A0C7;
    }

.content ul.bulleted li {
    list-style: inside;
    list-style-type:disc;
    }
.content ul.bulleted li {
    margin-bottom:15px;
    }


/* stuff */
.stuff h3 {
    color:#000;
    font-size:21px;
    line-height:28px;
    margin-bottom:20px;
    }

.staffdir.smallbiz .stuff h3,
.ppp .stuff h3{
    margin-bottom:0px !important;
}

.stuff p {
    padding: 5px 0px 20px;
    font-size: 19px;
    color: #7D7D7D;
    line-height: 1.5;
    }

.stuff p a {
    text-decoration:none;
    color:#099ad7;
    }

.contact {
    background:#ebedec;
    padding:10px;
    width:47%;
    margin-right:3%;
    float:left;
    margin-bottom:25px;
    }

.contact:after {
    display:block;
    content:' ';
    clear:both;
    }

.contact img {
    float:left;
    margin-right:15px;
    }

.contact .text h4 {
    color: #099ad7;
    font-size:17px;
    margin-bottom:3px;
    text-transform:uppercase;
    }

.contact .text p {
    font-size:13px;
    line-height:14px
    margin:0;
    padding:0;
    color:#404343;
    text-transform:uppercase;
    }

.contact .text p.sm {
    font-size:11px;
    margin:23px 0 12px;
    padding:0;
    text-transform:none;
    line-height:13px;
    }

.contact .text p.sm a {
    font-size:10px;
    color:#099ad7;
    }

/* certification */
.certification {
    padding-bottom:5px;
    }
.certification h3 {
    color:#000;
    text-transform:uppercase;
    font-size:19px;
    }

.certification a {
    text-decoration:none;
    color: #16A0C7;
    }

/* dev-training */
.dev-training {
    padding-bottom:5px;
    }
.dev-training h3 {
    color:#000;
    font-size:22px;
    padding-bottom:20px;
    padding-top:15px;
    }

.dev-training p {
    padding-bottom:20px;
    }

.dev-training a {
    text-decoration:none;
    color: #16A0C7;
    }

/* sponsored */
.sponsored {
    padding-bottom:5px;
    }
.sponsored h3 {
    color:#000;
    font-size:22px;
    padding-bottom:0;
    padding-top:15px;
    }

.sponsored p {
    padding-bottom:20px;
    }

.sponsored a {
    text-decoration:none;
    color: #16A0C7;
    }

.sponsored ul {
    margin-top:0;
    }



/* contact */
.contact-page {
    padding-top:25px;
    }
.contact-page h3 {
    color:#000;
    font-size:19px;
    padding-bottom:25px;
    }

.contact-page h2 {
    color:#5f757d;
    font-size:20px;
    padding-bottom:7px;
    }

.contact-page p {
    font-size:18px;
    color:#000;
    padding-bottom:25px;
    }

.contact-page a {
    text-decoration:none;
    color: #16A0C7;
    }


.offices {
    margin:35px 0 0 5px;
    }

.offices h4 {
    font-size:21px;
    line-height:23px;
    color:#5f757d;
    margin-bottom:15px;
    }

.offices p {
    font-size:16px;
    line-height:22px;
    color:#7b7c7c;
    margin-bottom:25px;
    }

.offices p strong {
    display:block;
    color:#000;
    font-weight:normal;
    }

.offices p a {
    text-decoration:none;
    color: #099ad7;
    }


/* news */
article.news {
    margin-top:25px;
    margin-bottom:65px;
    }

article.news:after {
    display:block;
    content:' ';
    clear:both;
    }

.news img {
    display:block;
    float:left;
    margin-right:20px;
    }

.news-text h3 {
    font-size:19px;
    line-height:21px;
    color:#099ad7;
    margin-bottom:5px;
    }

.news-text .date {
    display:block;
    font-size:15px;
    line-height:17px;
    color:#404343;
    margin-bottom:5px;
    }

.news-text p {
    font-size:19px;
    line-height:26px;
    color:#7b7c7c;
    }

.news-aside h3 {
    font-size:21px;
    line-height:23px;
    color:#5f757d;
    margin-bottom:15px;
    }

.news-aside h2 {
    font-size:25px;
    line-height:27px;
    color:#099ad7;
    margin-bottom:15px;
    }

.news-aside ul {
    margin-bottom:40px;
    }

.news-aside ul li {
    margin-bottom:8px;
    }

.news-aside ul li ul {
    margin:10px 0 0 17px;
    }

.news-aside ul li a {
    font-size:16px;
    line-height:18px;
    color:#099ad7;
    text-decoration:none;
    }

.news-aside .twitter-box, .home-site-width .twitter-box {
    border:2px solid #a3c5ec;
    padding:10px;
    min-height:195px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    }

.older-posts {
    display:block;
    float:right;
    font-size:15px;
    line-height:17px;
    color:#099ad7;
    text-decoration:none;
    }

/* news-post */
.news-post {
    margin-top:18px;
    }

.news-post h2 {
    font-size:19px;
    line-height:21px;
    color:#099ad7;
    margin-bottom:15px;
    }

.news-post p {
    font-size:18px;
    line-height:24px;
    color:#7b7c7c;
    margin-bottom:23px;
    }

.news-post p.blue {
    color:#87b1e2;
    font-family: 'asapbold_italic';
    }


.header-image.advocacy  {
    background: url('images/advocacy_header_img.jpg') no-repeat scroll center top / cover;
    }


/* advocacy */
.person {
    margin-bottom:60px;
    }

.person img {
    float:left;
    margin-right:25px;
    }

.person .text {
    overflow:hidden;
    }

.person .text h4 {
    color: #000;
    font-size:19px;
    margin-bottom:15px;
    }

.person .text p {
    font-size:19px;
    line-height:28px;
    margin:0 0 8px;
    padding:0;
    color:#7b7c7c;
    }

.person .text .phone {
    font-size:15px;
    line-height:17px;
    color:#404343;
    text-transform: uppercase;
    display:block;
    margin-bottom:3px;
    }

.person .text a {
    font-size:13px;
    line-height:15px;
    color:#099ad7;
    text-decoration:none;
    display:block;
    margin-bottom:3px;
    }

.person .text .location {
    font-size:15px;
    line-height:17px;
    color:#404343;
    text-transform: uppercase;
    display:block;
    }

/* advocacy */

.aside-stories-head {
    color:#099ad7;
    font-size:21px;
    line-height:23px;
    margin-bottom:25px;
    }

.aside-stories-head a {
    display:inline-block;
    margin-left:5px;
    color:#4d6770;
    font-size:13px;
    line-height:15px;
    }

.aside-story {
    margin-bottom:25px;
    }

.aside-story img {
    display:block;
    width:100%;
    height:auto;
    border-bottom:10px solid #fcb634;
    margin-bottom:7px;
    }

.aside-story h3 {
    color:#4d6770;
    font-size:16px;
    line-height:18px;
    margin-bottom:5px;
    }

.aside-story p {
    color:#000 !important;
    font-size:13px !important;
    line-height:15px;
    }

.aside-menu.mt-45 {
    margin-top:45px;
    }

.aside.mt-50 {
    margin-top:50px;
    }
.aside.mt-30 {
    margin-top:30px;
    }

.block-downloads.mr-45 {
    margin-right:45px;
    }

.main-content .aside-menu-button, .content-menu-button {
    position: relative;
    display: inline-block;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #A3C5EB;
    font-size: 30px;
    line-height: 31px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    box-sizing: border-box;
    letter-spacing: 0.5px;
    float:right;
    max-width:325px;
    margin-right:25px;
    margin-top:28px;
    }

.main-content .aside-menu-button:hover,
.main-content .aside-menu-button.active, .content-menu-button:hover, .content-menu-button.active {
    background-color:#FCB634;
    color:#fff !important;
}

.main-content .aside-menu-button > span, .content-menu-button span {
    color: #0A9DD1;
}

.ppp .content-menu-button {
    position:relative;
    display:block;
    float:none;
    min-width:335px;
    margin-top:15px;
}

.advocacy-content p {
    font-size:19px;
    line-height:28px;
    color:#7b7c7c;
    margin-bottom:30px;
    }

.advocacy-content .article .backlink {
    margin-bottom:15px;
    }

.advocacy-content h1 {
    color:#292929;
    font-size:23px;
    line-height:25px;
    margin-bottom:7px;
    padding-top:45px;
    }

.advocacy-content h2 {
    color:#099ad7;
    font-size:19px;
    line-height:22px;
    margin-bottom:7px;
    padding-top:15px;
    }

.advocacy-content h2.orange {
    color:#db8f01;
    margin-bottom:23px;
    }

.advocacy-content img {
    margin-bottom:20px;
    }

.advocacy-content ul {
    margin:0 0 10px 18px;
    }

.advocacy-content ul li {
    list-style: outside disc;
    margin-bottom:15px;
    font-size:19px;
    line-height:26px;
    color:#7b7c7c;
    }

.advocacy-content .black {
    color:#000;
    }

.advocacy-content h3.news {
    color:#099ad7;
    font-size:15px;
    line-height:17px;
    margin-bottom:10px;
    padding-top:20px;
    }

.advocacy-content .news-previw {
    font-size:17px;
    line-height:18px;
    margin-bottom:-5px;
    color:#099AD7;
    }

.advocacy-content .news-previw span {
    font-size:14px;
    color:#099ad7;
    }

.advocacy-content .news-previw a {
    font-size:13px;
    color:#000;
    }

.act {

    background:#a3c5ec url(../../themes/ndc/images/act-bg.png) no-repeat scroll left 21px top 15px;
    padding:15px 15px 55px 95px;
    margin-bottom:20px;
    margin-top:40px;
    min-height:150px;
    position:relative;
    }

.act p {
    font-size:20px;
    line-height:26px;
    color:#000;
    margin-bottom:10px;
    }

.act a {
    font-size:29px;
    line-height:30px;
    color:#fff;
    text-transform:uppercase;
    display:block;
    text-align:right;
    text-decoration:none;
    position:absolute;
    right:15px;
    bottom:15px;
    }

.act a span {
    color:#099ad7;
    }

.line-header {
    font-size:21px !important;
    margin-bottom:-6px !important;
    padding-top:30px !important;
    }



/* technical assistance */
.block-downloads.tech-assist {
    width:220px;
    }

.block-stories.tech-assist {
    width:245px;
    }

.block-stories.tech-assist p {
    font-size:15px;
    line-height:21px;
    color:#4d6770;
    margin-bottom: 10px;
    margin-top: 3px;
    }

.block-stories.tech-assist p a {
    font-size:13px;
    color:#000;
    }

.technical-content h2 {
    color:#099ad7;
    font-size:21px;
    line-height:23px;
    margin-bottom:20px;
    }

.technical-content p {
    color:#7b7c7c;
    font-size:18px;
    line-height:28px;
    margin-bottom:20px;
    }

.technical-content p strong{
    color:#333;
    font-weight: bold;
}

.technical-content p a {
    color:#099ad7;
    text-decoration:none;
    }

.technical-content ul li {
    list-style:outside disc;
    font-size:18px;
    margin-bottom:7px;
    }

.technical-content ul {
    margin:10px 0 0 18px;
    }

.technical-content .content-menu-button {
    float:none;
    max-width: inherit;
    }

/* technical stuff */
.stuff h4 {
    font-size:18px;
    margin-bottom:15px;
    }

.tech-stuff .contact {
    margin-bottom:40px;
    }
h3.podtitle{font-size: 21px !important;color:#0796D2 !important;margin-top:-10px !important; margin-bottom:20px;}



/*NDC IMPACT MAP*/
.ndcmap .main-content{
    margin-top:40px;
    width:1176px;
}

.ndcmap h2.maintitle{
    text-align: center;
    text-transform: uppercase;
    font-size: 33px;
    color:#5B777B;
}

.ndcmap .statblock{
    width:900px;
    margin:10px auto;
}

.ndcmap .statinfo{
    float: left;
    margin-top: 10px auto;
    width:33%;
    text-align: center;
    text-transform: uppercase;
}

.statinfo h3.count{
    font-size:46px;
    color:#0698D1;
    margin:-5px 0px 2px 0px;
}

.statinfo h3.desc{
    font-size:20px;
    color:#0698D1;
    margin:-2px 0px 2px 0px;
}

.mapblock{
    background-color: #A3C5EB;
}

.mapblock .site-width{
    padding:25px 0px;
}

.mapblock h2 {
    margin-bottom:10px;
    text-align: center;
    color:#fff;
    font-size: 22px;
}

.mapblock .filterblock {
    display: none;
    background-color: #fff;
    width:100%;
    padding:20px 20px 7px;
    position: relative;
}

.filterblock .showall {
    text-transform: uppercase;
    text-decoration: underline;
    color: #216991;
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 20px;
}
/*.filterblock .showall {
    text-transform: uppercase;
    text-decoration: underline;
    color: #216991;
    font-size: 12px;
    right:0px;
    float:right;
}*/

.filterblock .text{
  margin-top:-5px;
 font-size: 12px;
}

.filterblock ul{
list-style: none;
padding:0;
margin-top: 10px;
}

.filterblock ul li{
float:left;
padding:0;
margin:0 15px 5px 0;
}

.filterblock ul li > a {
display:block;
font-size:12px;
text-transform: uppercase;
text-decoration: none !important;
}

.filterblock ul li > a span {
display: inline-block;
font-size: 28px;
line-height: 12px;
vertical-align: top;
}
.filterblock ul li > a i {
    font-family: arial;
    font-weight: normal !important;
    color: #999;
}

.filterblock li.filter1,
.filterblock li.filter1 a{
    color:#E23932 !important;
}

.filterblock li.filter1,
.filterblock li.filter1 a{
    color:#E23932 !important;
}
.filterblock li.filter2,
.filterblock li.filter2 a{
    color:#12A9B2 !important;
}
.filterblock li.filter3,
.filterblock li.filter3 a{
    color:#F4B603 !important;
}
.filterblock li.filter4,
.filterblock li.filter4 a{
    color:#6246F2 !important;
}
.filterblock li.filter5,
.filterblock li.filter5 a{
    color:#0397D5 !important;
}
.filterblock li.filter6,
.filterblock li.filter6 a{
    color:#A6C510 !important;
}
.filterblock li.filter7,
.filterblock li.filter7 a{
    color:#F28006 !important;
}
.filterblock li.filter8,
.filterblock li.filter8 a{
    color:#77421c !important;
}

/* NDC MAP */
.map-container {
  position: relative;
  overflow: hidden;
}
.map-container .loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(255,255,255,.7) url(images/loading.gif) center no-repeat;
}

.filterblock.has-active ul a {
  opacity: .3;
}
.filterblock.has-active ul a.active,
.filterblock.has-active ul a:hover {
  opacity: 1;
}

.blockformap{
    position:relative;
    width:1160px !important;
}

#gmap {
  width: 100%;
  height: 570px;
}

.infobox {
  min-width: 100px;
  padding: 7px;
  padding-top: 2px;
  position: absolute;
  left: -77px;
  bottom: 0;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  background: #fff;
  box-shadow: 0 0 7px rgba(0,0,0,.25);
}
.infobox::after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 70px;
  bottom: -7px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.infobox-inner {
  width: 230px;
  min-height: 60px;
  max-height: 200px;
  position: relative;
  z-index: 1;
}
.infobox-inner::after {
  display: block;
  content: "";
  height: 0;
  clear: both;
}
.infobox-photo {
  float: left;
  width: 90px;
}
.infobox-photo img {
  display: block;
  max-width: 100%;
  width: 90px;
}
.infobox-photo + .infobox-text {
  margin-left: 100px;
}
.infobox-text p {
  padding: 0;
  margin: 0 0 13px;
  font-size: 12px;
  line-height: 14px;
}
.infobox-text p:last-child {
  margin: 0;
}
.infobox-text b,
.infobox-text strong {
  display: inline-block;
  margin-top: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

/*SMALLBIZZ*/
.staffdir.smallbiz .main-content{
    margin-top:2px;
}
.staffdir.smallbiz .stuff h2{
    font-size:27px;
}
.staffdir.smallbiz .stuff h3.podtitle{
     margin-top:3px !important;
}

.staffdir.smallbiz .stuff p > strong{
    color:#111;
}

.staffdir.smallbiz .stuff p .accent{
    color:#56B9E3;
}

.staffdir.smallbiz .block-news .link-more{
    color:#111 !important;
}

.staffdir.smallbiz .block-downloads a,
.staffdir.smallbiz .block-stories a,
.staffdir.smallbiz .block-stories p{
    color:#4B676B !important;
    line-height:1.3 !important;
    font-size:15px;
}

.staffdir.smallbiz .block-downloads a:hover,
.staffdir.smallbiz .block-stories a:hover{
    color:#4B676B !important;
}

.staffdir.smallbiz .block-stories p a{
    font-size:13px !important;
    color:#000000 !important;
    text-decoration: underline !important;
}

.smallbiz .content-menu-button{
    float:none;
    left:0px;
    font-size: 26px !important;
    color:#FFFFFF !important;
    width:380px;
    line-height:1 !important;
}

.text-color-white{
    color:#FFFFFF !important;
}


/*HOMEPAGE*/
.mp .slider-image{
    background-color: #4C6770;
}

.mp .slider-image .site-width .rblock{
    position:absolute;
    right:0px;
    width:160px;
    min-height:221px;
    height:100%;
    background-color: #4C6770;
}

.mp h1{
    position:absolute;
    top:145px;
}

.mp .slider-image .slider{
 position:absolute;
 min-width:1048px;
 height:550px;
 width:87%;
right:13%;
}


.home-bxslider .caption h2{
    color:#fff;
    font-size:47px !important;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
    line-height: 47px;
}
.home-bxslider .caption h2:before{
top:37px;
}

.home-bxslider .caption p{
    margin-top: 15px;
    color:#fff;
    font-size:22px !important;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
    line-height: 1.4;
    margin-bottom:20px;
}

.home-bxslider .caption a{
    display:block;
    margin-bottom: 13px;
    color:#fff !important;
    font-size:17px !important;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
    text-decoration:underline;
}

.mp .main-content{
    width:1255px;
    margin-bottom: 0px;
}

.mp h2{
    color:#059CD1 !important;
    font-size:25px !important;
    text-align: center;
}


.mp h2.aside-stories-head{
    color:#4A4A4A !important;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0 !important;
}
.home .main-content{
    margin: 29px 0 6px 0;
}

.mp h2 a{
    color:#546672 !important;
}

.mp .content.podtitle{
    /*margin-top:-25px !important;*/
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #4A4A4A;
    text-align: center;
    width: 100%;
    max-width: 850px;
    padding-bottom: 26px;
}

.mp .aside-story{
    width:350px !important;
    float:left;
    margin-right:63px;
}

.mp .aside-story.last {
    margin-right:0;
    }

.mp .aside-story img{
    width:350px !important;
}

.mp .aside-story:last-child{
    margin-right:0px;
}

.mp .block-news{
    width:760px;
    margin-right: 25px;
    float:left;
}

.mp .small-news .date{
    display:block;
    float:left;
    width:135px;
    min-height:35px;
    margin-right:10px;
}

.mp .small-news .title{
    display:block;
    width:590px;
    min-height:35px;
}

.mp .small-news .title a{
    display:inline;
    color:#111 !important;
    text-decoration: underline;
}

.mp .tfeed{
    width:350px;
    float:right;
}

.mp .tfeed h2.title{
    margin:-20px 0px 20px 0px;
}


/*Succes Stories*/
.ss .main-content{
margin-top:30px;
}

.ss .main-content p,
.video .main-content p {
color:#7E7E7E;
font-size:19px;
font-family: 'Montserrat', Helvetica, Arial, sans-serif;
margin:20px 0px;
}

.ss .main-content .aside-story p{
    margin:5px 0px;
    display:block;
    height:60px;
}

.ss .main-content p.desc,
.video .main-content p.desc{
margin:10px 0px;
}

.ss .main-content .aside-story{
    width: 350px !important;
    height: 275px !important;
}

.ss .main-content .aside-story:nth-child(3n+1){
    margin-right:0px;
    border:1px solid white;
}

.ss-cat .main-content .aside-story{
    margin-right:58px !important;
    width: 350px !important;
    height: 275px !important;
}

.ss-cat .main-content .aside-story:nth-child(3n){
    margin-right:0px !important;
}


.ss .filtefblock {
font-size:18px;
font-family: 'Montserrat', Helvetica, Arial, sans-serif;
color:#59747B;
}

.ss .filtefblock .filterselect {
      margin-left:20px;
      width: 200px;
      height: 24px;
      border:2px solid #A0C8EC;
      border-radius: 5px;
      -webkit-appearance: none;
      font-size:12px !important;
      font-family: 'Montserrat', Helvetica, Arial, sans-serif;
      padding-left:8px;
      background: #fff url(../../themes/ndc/images/ss_select-arrow.png) no-repeat right center;
      line-height: 1em;
      text-transform: uppercase;
      /* for FF */
      -moz-appearance: none;
      text-indent: 0.01px;
      text-overflow: '';
      /* for IE */
      -ms-appearance: none;
      appearance: none!important;
}

.ss .filtefblock .filterselect::-ms-expand {
      display: none;
}

.ss a.nextlink,
.video a.nextlink {
    float:right;
    margin-right:40px;
    font-size:15px;
    color:#0B9AE0;
}

.ss .aside-stories-head{
color:#0693E5;
margin-bottom: 17px;
}

.ss .main-content p.quote{
margin:10px 0px;
color:#86B0EC;
font-size: 21px;
font-family: 'asapbold_italic';
}
.ss .main-content p > img{
float:left;
margin:0px 15px 15px 0px;
}

.ss .article h3{
font-size:19px;
color:#111;
}

.ss .article ul li{
padding-bottom:5px;
font-size:19px;
color:#89837E;
}

.ss strong{
    color:#111;
}

.ss .article h3{
font-size:19px;
color:#111;
}

.ss .article ul li{
padding-bottom:5px;
font-size:19px;
color:#89837E;
}

.ss strong{
    color:#111;
}

.video .aside-story img{
    width:355px !important;
    height:170px !important;
    cursor:pointer;
}
.video .aside-story a{
    text-decoration: none;
    cursor:pointer;
}



.design {
    display:none;
    position:absolute;
    width:1255px;
    height:auto;
    z-index:999999;
    opacity:0.5;
    top:0;
    left:50%;
    margin-left:-590px;
    }

.design img {
    display:block;
    width:100%;
    height:auto;
    }

.aside-menu a[href="/ndc-map/"]:hover {
    background:#A3C5EB !important;
    }

.site-width.programms {
    padding-bottom: 350px;
    }

.rblock {
    display:none;
    }

.header-image .bx-wrapper .site-width .header-image-caption {
    position: absolute;
    /*top: inherit;*/
    /*bottom: 60px;*/
}


.header-image {
    overflow:hidden;
    }

.header-image .bx-wrapper {
    max-height:270px;
    }

.header-image .bx-wrapper .product-services-bxslider li{
    position: relative;
}
.header-image .bx-wrapper .product-services-bxslider li:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0.5;
    background-color: #455961;
}

.header-image:after, .header-image .site-width:after {
    display:block;
    content:' ';
    clear:both;
    }

.header-image img {
    height:auto !important;
    max-height:inherit !important;
    position:relative !important;
    right:inherit !important;
    width:145% !important;
    display:block;
    float:right;
    }

.aboutus .header-image .site-width {
    margin-bottom:0;
    }

.title-container {
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 47px;
    left: 0;
}

.header-title-block .title-container {
    bottom: inherit;
    }


.home-bxslider img {
    float:right;
    padding-right:390px;
    width:135%;
    max-width:135%;
    }

.home-bxslider .caption {
    width:390px;
    display:block;
    position:absolute;
    right:0;
    top:0;
    padding: 55px 35px 20px 35px;
    height: auto;
    box-sizing:border-box;
    }

.home-slider-image {
    background:#4d6770;
    width: 1255px;
    margin: 0 auto;
    }

.home-slider-image .site-width {
    max-width: 1255px;
    }

.home-slider-image .bx-controls {
    display: block;
}

.home-slider-image .bx-wrapper .bx-pager {
    width: 1200px;
    margin: 0px auto 0px -580px;
    left: 50%;
    padding-right: 394px;
    text-align: right;
    bottom: 13px;
    right: 0px;
    }

.home-slider-image .bx-wrapper .bx-pager.bx-default-pager a {
    background:#ffffff;
    text-align:center;
    }

.home-slider-image .bx-wrapper .bx-pager.bx-default-pager a:hover, .home-slider-image .bx-wrapper .bx-pager.bx-default-pager a.active {
    background:#099ad7;
    }

.home-bxslider .caption a:hover {
    color:#a3c5ec !important;
    }

/*NEWS - addon*/
.news-post a{
    color:#099AD7;
    text-decoration: none;
}

.news-post strong{
    color:#111;
}

.news-post li{
    color:#7B7C7C;
}

.news-post .tlist{
width:100%;
margin-bottom:20px;
}

.news-post .tlist td{
width:33%;
color:#7B7C7C;
font-size: 15px;
}


.aside-story .story-thumb {
    width:100%;
    height:160px;
    overflow:hidden;
    display:block;
    border-bottom: 10px solid #FCB634;
    margin-bottom: 7px;
    }

.aside-story .story-thumb img {
    width:100%;
    height:auto;
    display:block;
    }

a.link-more.training   {
    font-size:14px !important;
}


.socials a {
    text-decoration:none;
    }

.main-content.contact-page h2 {
    padding-bottom: 0px;
    }

.main-content.contact-page p {
    padding-top:5px;
    }

.home-site-width {
    width:1255px;
    max-width:1255px;
    }
.board .infoblock .leftblock img {
    width:100%;
    height:auto;
    }


.archive-sub-menu {

display:none;

}

.color-blue{
    color:#099AD7;
}


.tax-story_cat .main-content {
    padding-bottom:200px;
}

.older-posts{
    font-size: 19px;
    display: inline-block;
    float:left;
}
.newer-posts{
    font-size: 19px;
    display: inline-block;
    float:right;
}

.sitemap {
    margin-top: 50px;
}

.sitemap ul {
    margin-left: 17px;
}

.sitemap > li {
    margin-bottom: 33px;
}

.sitemap li a {
    color: #7b7c7c;
    font-size: 18.75px;
}

#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }

.callouts{
    padding:30px 0 33px 0;
    background-color: #E1EBF2;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.page-template-page-small-business .callouts{
    background: #fff;
    padding: 44px 0 49px 0;
}
.page-template-page-small-business .callouts .site-width {
    max-width: 962px;
}
.page-template-page-small-business .callouts ul {
    padding: 18px 0 0 0;
}
.callouts .site-width{
    max-width: 935px;
}
.callouts h4{
    font-size: 25px;
    color:#4A4A4A;
    margin-bottom: 37px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.callouts .facts{
    font-weight:bold;
    font-size:20px;
    color:#4A4A4A;
    padding:0 27px;
    width: 50%;
}
.callouts .facts:first-child{
    border-right: 1px solid #ACBDCD;
}

.callouts ul{
    padding: 10px 0 0 0;
}

.callouts li{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 18px;
}

.callouts .ready{
    font-size: 15px;
}

.callouts .applynow img{
    padding: 10px 0 0 0;
}
.callouts .applynow{
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 4px;
    min-width: 210px;
    text-align: center;
    margin: 13px 0 0;
    border-radius: 24px;
    text-transform: uppercase;
    border: 1px solid #00ace3;
    background-color: #00ade1;
    box-shadow: 0 2px 5px #3c627a;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.callouts .applynow:focus{
    box-shadow: none;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}

.spot-wrap{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.spot-wrap-left{
    width: 66%;
    float: left;
    overflow: hidden;
}
.spot-wrap-right{
    float: right;
    width: 33%;
    position: relative;
}
.spot-item{
    width: 50%;
    float: left;
    padding: 0 0 20px 20px;
    position: relative;
}
.spot-item:first-child{
    padding-left: 0;
}
.spot-item-inner{
    overflow: hidden;
    position: relative;
    padding: 120px 40px 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.spot-item-inner img{
    width: 100%;
    display: block;
    z-index: 0;
}
.spot-item:hover .spot-item-inner:after{
    opacity: 1;
}
.spot-item-inner:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 10;
    transition: all .3s;
    background-color: rgba(69, 89, 97, 0.76);
}
.spot-item-inner > *{
    z-index: 50;
    position: relative;
}
.spot-item-title{
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: left;
}
.spot-item-btn{
    display: block !important;
    font-size: 15px !important;
    border: 1px solid #fff;
    padding: 14px;
    border-radius: 25px;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
.spot-item.item-3{
    width: 100%;
    padding-left: 0;
}
.spot-item.item-3 .spot-item-inner{
    padding: 83px 40px 56px;
}
.spot-item.item-3 .spot-item-title{
    float: left;
    max-width: 50%;
}
.spot-item.item-3 .spot-item-btn{
    float: right;
    min-width: 41%;
    margin-bottom: 25px;
}
.spot-item.item-4{
    width: 100%;
    padding-left: 10px;
}
.spot-item.item-4 .spot-item-inner{
    padding: 0;
}
.spot-item-inner-btm{
    padding: 42px 42px 20px;
    background: rgba(69, 89, 97, 0.79);
}
.spot-item.item-4 .spot-item-title{
    margin-bottom: 26px;
}
.spot-item.item-4 .spot-item-btn{
    margin-right: 5%;
    margin-bottom: 17px;
}

.home-hero .site-width{
    max-width: 905px;
}
.home-hero{
    padding: 60px 0 57px;
    border-bottom: 7px solid #1e7a96;
    background: #f3f7fa url('images/home-hero-bg.png') 76% 35% no-repeat;
}
.home-hero-title{
    color: #455961;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
    max-width: 550px;
    margin-bottom: 10px;
    text-transform: none;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.home-hero-text{
    color: #455961;
    font-size: 18px;
    font-weight: 400;
    max-width: 610px;
    margin-bottom: 20px;
    letter-spacing: 0.006em;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.home-hero .btn{
    min-width: 200px;
    text-align: center;
    margin-right: 12px;
    padding: 12px 12px 10px;
}

.main-nav-blue-btn{
    padding: 10px 30px;
    text-decoration: none;
    margin: 6px 22px 0 0;
    float: right;
    display: inline-block;
    vertical-align: middle;
}

.main-nav-white-btn{
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    float: right;
    margin: 7px 28px 0 0;
    padding: 8px 17px;
    text-align: center;
}

.btn{
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
    vertical-align: top;
    display: inline-block;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn-blue{
    background-color: #009CD9;
    border-radius: 22px;
    color: white;
    font-weight: 500;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.btn-white{
    background-color: white;
    border:1px solid #00ACE3;
    border-radius: 22px;
    color: #00ADE1;
}


/*
    GROWING PAGE
 */
.grow-hero{
    padding: 160px 0 47px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 5px solid #1e7a96;
    background-size: cover !important;
}
.grow-hero:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0.5;
    background-color: #455961;
}
.grow-hero .site-width{
    position: relative;
    z-index: 50;
    max-width: 910px;
}
.grow-hero h1{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.grow-content .site-width{
    max-width: 900px;
    padding: 46px 20px;
}
.grow-content h2{
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.grow-content p{
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.007em;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
}

.grow-articles{
    max-width: 916px;
    margin: 0 auto 66px;
    position: relative;
    overflow: hidden;
}
.grow-articles-item{
    float: left;
    width: 50%;
    position: relative;
    padding: 0 38px;
}
.grow-articles-inner{
    padding: 29px 53px 29px 40px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.grow-articles-inner:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    bottom: 0;
    opacity: 0.68;
    background-color: #455961;
}
.grow-articles-inner p{
    position: relative;
    z-index: 50;
}
.grow-articles-title{
    color: #ffffff;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 90px 0 16px;
    padding: 0 10px;
    max-width: 70%;
}
.grow-articles-item .btn{
    border-radius: 23px;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding: 13px 0;
    text-transform: uppercase;
}


@media screen and (max-width: 1255px)  {
    .header-home-menu{
        margin-right: -300px;
    }
    .header-home-menu.open{
        right: 0;
        margin-right: 10px;
    }

    .spot-item-title {
        font-size: 22px;
    }
    .spot-item-btn {
        font-size: 12px !important;
    }
    .spot-item-inner {
        padding: 100px 25px 20px;
    }
    .spot-item.item-3 .spot-item-inner {
        padding: 65px 30px 45px;
    }
    .spot-item-inner-btm {
        padding: 60px 30px 10px;
    }

    .header-right{
        padding: 14px 0 0 0;
    }

    .home #searchform{
        right: 210px;
        margin-right: 0;
    }
}
@media screen and (max-width: 920px)  {
    .inner-page .mobile-menu-btn{
        display: block;
    }
    .socials,
    #searchform{
        display: none;
    }

    .header-inner-menu.open {
        right: 0;
        margin-right: 10px;
    }
    .header-inner-menu:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 300%;
        left: 99%;
        background: #fff;
    }
    .header-inner-menu .mobile-menu-close{
        display: inline-block;
    }
    .header-inner-menu .header-menu-soc{ display: block; }
    .header-inner-menu {
        text-align: right;
        position: fixed;
        right: 0;
        width: 278px;
        top: 0;
        bottom: 0;
        z-index: 9999;
        margin-right: -300px;
        padding: 30px 3px 30px 20px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        background-color: #ffffff;
        transition: all .5s;
    }
    .header-inner-menu .mainmenu {
        position: relative;
        margin: 10px 0 0;
        overflow: auto;
        display: block;
    }
    .header-inner-menu .mainmenu:before {
        content: '';
        top: 0;
        right: 0;
        left: 29%;
        height: 1px;
        display: block;
        position: absolute;
        background: #979797;
    }
    .header-inner-menu .menu {
        width: auto;
        float: none !important;
        padding: 0 !important;
        max-height: calc(100vh - 100px);
    }
    .header-inner-menu .menu > li {
        float: none;
        display: block;
        text-align: right;
        margin: 13px 0;
        position: relative;
    }
    .header-inner-menu .menu > li:first-child:after {
        content: none;
    }
    .header-inner-menu .menu > .menu-item-has-children {
        position: relative;
        padding-right: 20px !important;
    }
    .header-inner-menu .menu > .menu-item-has-children:before {
        content: '';
        position: absolute;
        right: 2px;
        top: 5px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #d8d8d8;
        float: none;
        background-color: transparent;
        left: auto;
        border-radius: 0;
    }
    .header-inner-menu .menu > li:after {
        content: '';
        position: absolute;
        top: -9px;
        left: 29%;
        right: 0;
        height: 1px;
        background: #ececec;
    }
    .header-inner-menu .menu > li > .sub-menu {
        margin-right: -20px;
    }
    .header-inner-menu .sub-menu {
        position: relative;
        margin-top: 0 !important;
        width: auto;
        padding-top: 0;
        overflow: hidden;
        left: auto !important;
    }
    .header-inner-menu .sub-menu li{
        border-top: none !important;
        text-align: right;
    }
    .header-inner-menu .sub-menu li a{
        padding: 0;
    }
    .header-inner-menu .menu > li > ul li:before {
        content: '';
        position: absolute;
        right: 0;
        top: -7px;
        left: 29%;
        height: 1px;
        display: block;
        background: #ececec;
    }
    .header-inner-menu .menu > li > ul li, .header-inner-menu .menu > li > ul li {
        margin: 13px 0;
        position: relative;
    }
    .header-inner-menu .menu > li > ul > li a {
        color: #5e757e;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: Montserrat, Helvetica, Arial, sans-serif;
    }

    .home #searchform {
        width: -webkit-calc(100% - 220px);
        width: -moz-calc(100% - 220px);
        width: calc(100% - 220px);
    }
}
@media screen and (max-width: 890px)  {
    .header-btn{
        display: none;
    }
    .home .header-site .site-width {
        padding: 0 13px;
    }
    .home .header-site .site-width {
         height: auto;
    }
    .mobile-menu-btn {
        margin-right: 30px;
    }
    .spot-wrap-right,
    .spot-wrap-left {
        width: auto;
        float: none;
    }
    .spot-item.item-4 {
        padding-left: 0;
        margin: 0 auto;
        float: none;
        max-width: 300px;
    }
    .grow-articles-item{
        padding: 0 20px;
    }
}
@media screen and (max-width: 767px){
    .home .menu li a,
    .inner-page .menu li a{
        color: #5e757e !important;
    }
    .home .menu > li,
    .inner-page .menu > li,
    .home .sub-menu,
    .inner-page .sub-menu{
        background: transparent;
    }
    .grow-articles-inner {
        padding: 30px;
    }
    .grow-articles-title {
        font-size: 20px;
        max-width: 80%;
    }
}
@media screen and (max-width: 580px)  {
    .spot-item.item-3 .spot-item-title {
        float: none;
        max-width: none;
    }
    .spot-item.item-3 .spot-item-btn{
        float: none;
        min-width: 1px;
    }
    .grow-articles-item{
        float: none;
        width: 100%;
        margin: 0 auto 25px;
        max-width: 300px;
    }
    .grow-articles-inner {
        padding: 30px 20px;
    }
    .grow-articles {
        margin: 0;
    }
    .footer-info .block{
        width: 50% !important;
        padding-left: 20px !important;
    }
    .footer-info .block:nth-child(4) {
        padding-left: 20px !important;
    }
    .footer-info .block:nth-child(1),
    .footer-info .block:nth-child(3),
    .footer-info .block:nth-child(5){
        padding-left: 0 !important;
    }
    .footer-menu {
        margin: 0;
        line-height: 3;
    }
}
@media screen and (max-width: 550px)  {
    .spot-item {
        width: 100% !important;
        max-width: 300px;
        margin: 0 auto !important;
        float: none !important;
        padding-left: 0 !important;
    }
    .home-hero .btn{
        margin-bottom: 15px;
    }
    .spot-item.item-3 .spot-item-inner{
        padding: 15px 25px 5px;
    }
    .spot-item-inner {
        padding: 59px 25px 20px;
    }
    .callouts {
        padding: 30px 0 0 0;
    }
    .callouts .facts{
        padding: 0 10px;
        margin-bottom: 50px;
        width: auto !important;
        float: none !important;
        border: 0 none !important;
    }
    .spot-item.item-3 .spot-item-btn {
        margin-bottom: 15px;
    }
    .spot-item-inner-btm {
        padding: 33px 30px 10px;
    }
}
@media screen and (max-width: 460px)  {
    .header-contacts,
    .header-search-ico{
        display: none;
    }
    .home #searchform {
        display: none !important;
    }
}


/* COVID */

.covid-banner {
	padding: 11px 0 8px;
	position: relative;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	color: #fff;
	background: #f4cc38;
}

.covid-banner::before {
	display: block;
	content: '';
	width: 100%;
	height: 14px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: .05;
	pointer-events: none;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 );
}
	

.covid-banner a {
	text-decoration: underline;
	color: inherit;
	white-space: nowrap;
}

.covid-banner a:hover {
	text-decoration: none;
}


.callout-sb {
	padding: 30px 0 40px;
	font-size: 20px;
	text-align: center;
	color: #4a4a4a;
}

.callout-sb .ready {
	margin-top: 30px;
	font-size: 15px;
	font-weight: 600;
}

.callout-sb .applynow {
	margin-top: 15px;
}


.res-section {
	font-size: 14px;
	line-height: 1.21;
	font-weight: 500;
	color: #4a4a4a;
}

.res-section h3 {
	margin: 20px 0 9px;
	font-size: inherit;
	color: #199ed9;
}

.res-subsection {
	margin-bottom: 20px;
}

.res-subsection h4 {
	margin: 0 0 7px;
	font-size: inherit;
	color: #4d6771;
}

.res-subsection > div {
	margin-bottom: 5px;
}

.res-section a {
	color: #199ed9;
}
.res-section a:hover {
	text-decoration: underline;
}


.webinars {
	margin-bottom: 40px;
}

.webinars li {
	margin-bottom: 20px;
	font-weight: 500;
	color: #4a4a4a;
}

.webinars li a {
	font-size: 14px;
	text-decoration: none;
	color: #4d6771;
}
.webinars li a:hover {
	text-decoration: underline;
}

.webinars li div {
	font-size: 12px;
}

.about-page {
	font-size: 15px;
	line-height: 1.4;
	color: #4a4a4a;
}

.about-page .line {
	height: 5px;
	position: static;
}

.about-page .applynow {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 20px;
	text-align: center;
	margin: 18px 0 0;
	border-radius: 24px;
	text-transform: uppercase;
	border: 1px solid #00ace3;
	background-color: #00ade1;
	box-shadow: 0 2px 5px #3c627a;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 767px){
	
	.covid-banner {
		padding: 14px 0 12px;
	}
	
	.callout-sb {
		padding: 40px 20px 80px;
	}
	
	.callout-sb .ready {
		margin-top: 35px;
	}
	
	.res-section:last-child {
		margin-bottom: 80px;
	}
	
}



