﻿/*----------------------RESET----------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
    box-sizing: border-box;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
ol {
    margin-left: 1em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.sfContentBlock table {
    width: 100%;
    border: 1px solid #CCC;
    margin-bottom: 20px;
}
.sfContentBlock table td {
    white-space: normal !important;
    padding: 10px;
    border: 1px solid #CCC;
}
.sfContentBlock table tr:nth-child(odd) td {
    background: #F1F1F1;
}
.sfContentBlock table tr:first-of-type td {
    color: #FFF;
    background: #00b2ef;
}
.center {
    text-align: center;
}
em {
    font-style: italic;
}
a.back2Top:before {
    content: '\f077';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #f7941e;
    margin-right: 6px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
/*----------------------GENERAL----------------------*/
body {
    font-family: 'Verdana';
    font-size: 13px;
    line-height: 1.5em;
}
div {
    box-sizing: border-box;
}
section.L2 {
    padding: 2em 0;
}
section.home {
    padding: 0;
}
.row {
    margin-left: 0;
    margin-right: 0;
    padding: 3.4615384615384617em 0 !important /*important to override .sf_cols*/;
}
.row > div {
    flex-grow: 1;
}
.rowwrap {
    max-width: 1200px;
    margin: 0 auto !important /*important to override .sf_cols*/;
}
.cols {
    float: left;
}
h1 {
    font-family:'FranklinGothicW01-Cond';
    font-size: 3em;
    line-height: normal;
    color: #00467f;
    margin-bottom: .5em;
}
.directories .headerarea h1 {
    font-family:'Proxima Nova Condensed W01 Md';
    font-size: 36px;
    line-height: 50px;
    color: #00b2ef;
    margin: .8em 0 .4em 0;
	background: url(images/directoriesHeadBG.png) left center no-repeat;
	padding-left: 60px;
	font-weight: 200;
}
h2 {
    font-family:'FranklinGothicW01-Cond';
    font-size: 2.462em;
    line-height: normal;
    color: #85c446;
    margin-bottom: .5em;
}
    .darkblue h2 {
        color: #00467f;
    }
    .lightblue h2 {
        color: #00b2ef;
    }
    .orange h2 {
        color: #f7941d;
    }
h3 {
    font-family:'FranklinGothicW01-Cond';
    font-size: 1.538em;
    line-height: normal;
    color: #00b3ef;
    margin-bottom: .5em;
}
h4 {
    font-family:'FranklinGothicW01-Cond';
    font-size: 1.2em;
    line-height: normal;
    color: #f7941e;
}
h5 {
    font-family:'FranklinGothicW01-Cond';
    font-size: 1.1em;
    line-height: normal;
    color: #666;
}
p {
    margin-bottom: 1.538em;
}
hr {
    border-style: none;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #e1e1e1;
}
img {
    max-width: 100%;
    height: auto;
}
.box1, .box2, .box3 {
    padding: 2em;
    margin: 1em 0;
}
    .box1 p:last-child, .box2 p:last-child, .box3 p:last-child,
    .box1 ul:last-child, .box2 ul:last-child, .box3 ul:last-child {
        margin-bottom: 0;
    }
.box1 {
    background: #f4f4f4;
}
.box2 {
    background: #e7f4fd;
}
.box3 {
    border: 2px solid #f4f4f4;
}
a, a:active, a.visited {
    color: #047efc;
    text-decoration: underline;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
a.button, a.button2, .sflistExpandAllLnkWrp a {
    display: inline-block;
    font-family: 'Proxima Nova W01 Medium', sans-serif;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #00467f;
    padding: .5em 1.538em;
    background: #FFF;
    border: 3px solid #e1e1e1;
}
    a.button2 {
        font-size: 1.2em;
            padding: 1em 2em;
    }
    a.button:hover, a.button2:hover, .sflistExpandAllLnkWrp a:hover {
        background: #e1e1e1;
        border-color: #00467f;
    }
    .sflistExpandAllLnkWrp {
        margin-bottom: 1em;
    }
    .vert a.button {
        display: block;
    }
strong {
    font-weight: 600;
}
.clearfix:after {
    content:" ";
    display:table;
    clear:both;
}
.lines {
    border-top: 1px solid #cfe9fb;
    border-bottom: 1px solid #cfe9fb;
    margin: 1em 0 !important;
    padding: 1em 0 !important;
}
    .lines > .sf_colsOut .sfContentBlock:last-child p:last-child,
    .lines > .sf_colsOut .sfContentBlock:last-child ul:last-child {
        margin-bottom: 0;
    }
    .lines .sf_2cols_1_50 .sf_2cols_1in_50, .lines .sf_2cols_2_50 .sf_2cols_2in_50,
    .lines .sf_2cols_1_33 .sf_2cols_1in_33, .lines .sf_2cols_2_67 .sf_2cols_2in_67,
    .lines .sf_2cols_1_67 .sf_2cols_1in_67, .lines .sf_2cols_2_33 .sf_2cols_2in_33,
    .lines .sf_2cols_1_75 .sf_2cols_1in_75, .lines .sf_2cols_2_25 .sf_2cols_2in_25,
    .lines .sf_2cols_1_25 .sf_2cols_1in_25, .lines .sf_2cols_2_75 .sf_2cols_2in_75,
    .lines .sf_3cols_1_33 .sf_3cols_1in_33, .lines .sf_3cols_2_34 .sf_3cols_2in_34, .lines .sf_3cols_3_33 .sf_3cols_3in_33,
    .lines .sf_4cols_1_25 .sf_4cols_1in_25, .lines .sf_4cols_2_25 .sf_4cols_2in_25, .lines .sf_4cols_3_25 .sf_4cols_3in_25, .lines .sf_4cols_4_25 .sf_4cols_4in_25,
    .lines .sf_5cols_1_20 .sf_5cols_1in_20, .lines .sf_5cols_2_20 .sf_5cols_2in_20, .lines .sf_5cols_3_20 .sf_5cols_3in_20, .lines .sf_5cols_4_20 .sf_5cols_4in_20, .lines .sf_5cols_5_20 .sf_5cols_5in_20 {
        margin: 0;
    }
    .lines .sf_2cols_1in_50, .lines .sf_2cols_1in_33, .lines .sf_2cols_1in_67, .lines .sf_2cols_1in_25, .lines .sf_2cols_1in_75, .lines .sf_5cols_1_20 .sf_5cols_1in_20  {
        padding-right: 2em;
    }
    .lines .sf_2cols_2in_50, .lines .sf_2cols_2in_67, .lines .sf_2cols_2in_33, .lines .sf_2cols_2in_25, .lines .sf_2cols_2in_75  {
        padding-left: 2em;
        border-left: 1px solid #cfe9fb;
    }
    .lines .sf_3cols_1_33 .sf_3cols_1in_33, .lines .sf_3cols_1_25 .sf_3cols_1in_25 {
        padding-right: 2em;
    }
    .lines .sf_3cols_2_34 .sf_3cols_2in_34, .lines .sf_3cols_2_50 .sf_3cols_2in_50, .lines .sf_5cols_2_20 .sf_5cols_2in_20, .lines .sf_5cols_4_20 .sf_5cols_4in_20 {
        padding: 0 2em;
        border-left: 1px solid #cfe9fb;
        border-right: 1px solid #cfe9fb;
    }
    .lines .sf_3cols_3_33 .sf_3cols_3in_33, .lines .sf_3cols_3_25 .sf_3cols_3in_25, .lines .sf_5cols_5_20 .sf_5cols_5in_20 {
        padding-left: 2em;
    }
    .lines .sf_4cols_1_25 .sf_4cols_1in_25 {
        padding-right: 2em;
        border-right: 1px solid #cfe9fb;
    }
    .lines .sf_4cols_2_25 .sf_4cols_2in_25, .lines .sf_4cols_3_25 .sf_4cols_3in_25 {
        padding: 0 2em;
        border-right: 1px solid #cfe9fb;
    }
    .lines .sf_4cols_4_25 .sf_4cols_4in_25 {
        padding-left: 2em;
    }
    .lines .sf_5cols_3_20 .sf_5cols_3in_20 {
        padding: 0 2em;
    }
    .lines .sf_colsIn .sf_colsIn {
        padding: 0;
        border: 0;
    }
    .lines .sf_colsOut > .sf_colsIn .sf_colsOut .sf_colsIn {
        height: auto !important;
    }
.breadSocial {
    margin: 1.1em 0;
}
    .breadSocial .col1 {
        width: 75%;
    }
    .breadSocial .col2 {
        width: 25%;
        text-align: right;
    }
    .breadSocial .col2 .sfContentBlock {
        margin-top: -20px;
    }
/*----------------------HEADER----------------------*/
.headAd {
    text-align: center;
    background: #F2F2F2;
}
.headAd span {
    text-transform: uppercase;
    color: #999;
    font-size: 10px;
}
.headAd .rowwrap {
    padding: 15px 0;
}
header {
    height: 134px;
}
    header .sf_cols:before, header .sf_cols:after {
        display: inline;
    }
a.logo {
    float: left;
    display: block;
    width: 187px;
    height: 100px;
    margin-top: 1.2em;
    background: url(images/bgLogo.png);
}
.headerRight {
    text-align: right;
}
.subnav {
    font-family: 'Proxima Nova W01 Medium', sans-serif;
    text-transform: uppercase;
    padding: 1.1em 0;
}
    .subnav li {
        display: inline-block;
        margin-right: 2em;
    }
    .subnav li:last-child {
        margin-right: 0;
    }
    .subnav a {
        color: #3f3f3f;
        text-decoration: none;
    }
    .subnav a:hover {
        text-decoration: underline;
    }
    .subnav li:first-child a {
        font-weight: 600;
        color: #00B2EF;
    }
.search > div {
    display: inline-block;
}
    .search .sfsearchBox {
        border: 3px solid #e1e1e1;
        width: 19.23076923076923em;
        height: 2.75em;
        position: relative;
    }
    .search input[type="submit"] {
        font-size: 0;
        width: 22px;
        height: 22px;
        background: url(images/bgSearch.png) no-repeat;
        border: none;
        position: absolute;
        top: 4px;
        right: 5px;
    }
    .search .sfsearchTxt {
        width: 100% !important;
        height: 100% !important;
        padding-right: 30px !important;
        border: none !important;
    }
        .search input[type="text"]:focus {
            outline: none;
            background: #f4f4f4;
        }
.login {
    font-family: 'Proxima Nova W01 Medium', sans-serif;
    display: inline-block;
    margin-top: 0.6153846153846154em;
}
    .myLogin a, a.myLogout, a.btnCert {
        display: block;
        font-size: 1.0769230769230769em;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 1.2em;
        color: #00b2ef;
        border: 3px solid #e1e1e1;
        padding: .35em 2em;
    }
        a.myLogout {
            display: inline-block;
        }
        .myLogin a:before, a.myLogout:before {
            content: '';
            display: inline-block;
            width: 13px;
            height: 16px;
            padding-left: 25px;
            background: url(images/bgLogin.png) no-repeat;
        }
    a.btnCert:before {
        content:'';
        display: inline-block;
        width: 14px;
        height: 16px;
        margin-right: 1em;
        background: url(images/bgCert.png) no-repeat;
    }
        a.myLogout:before {
            background: none;
            width: 1px;
            padding-left: 0;
        }
    .login a:hover, a.myLogout:hover, a.btnCert:hover {
        color: #FFF;
        background: #00b2ef;
    }
.loggedIn {
    line-height: 2.8em;
}
.loggedIn, .loggedIn a {
    color: #00b2ef;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}
    .loggedIn a {
        text-decoration: none;
        margin: 0 .5em;
    }
    .loggedIn a:hover {
        color: inherit;
        background: none;
        text-decoration: underline;
    }
.hdrLearn {
    font-family: 'Proxima Nova W01 Medium', sans-serif;
    display: inline-block;
    margin-top: 8px;
}
.search .sfsearchBox {
    width: 353px;
}
a.btnCert {
    width: 220px
}
a.myLogout {
    width: 127.94px;
}
.sidr .search {
    padding: 15px
}
.rwdhdrLearn {
    background: #FFF;
    text-align: center;
    padding: 15px;
}
.rwdhdrLearn a.btnCert {
    width: 100%;
    padding: 8px 25px;
}
@media screen and (max-width: 800px) {
    .hdrLearn {
        display: none;
    }
}
nav {
    display: none;
    font-family:'Proxima Nova S W01 Extrabold', sans-serif;
    background: #00b2ef;
    min-height: 53px;
}

.directories nav {
	font-family:'FranklinGothicW01-Cond';
    display: block;
	text-align: right;
}
    nav li {
        float: left;
    }
    nav a, nav a:active, nav a:visited {
        font-size: 1.0769230769230769em;
        text-transform: uppercase;
        text-decoration: none;
        color: #FFF !important;
        display: block;
    }
    nav .k-menu .k-link.k-state-active {
        background-color: transparent !important;
    }
    nav a:hover {
        background: #85c446;
    }
nav .k-menu .k-item, nav .k-widget.k-menu-horizontal>.k-item {
    border: none;
}
nav .k-menu .k-item>.k-link {
    padding: 1.285em 2.53em;
}
nav .sfNavWrp .sfSel {
    font-weight: normal;
}
nav .k-menu .k-item>.k-link>.k-i-arrow-60-down {
    display: none;
}
nav .k-menu .k-menu-group {
    border: none;
}
nav .k-group {
    background: #85c446 !important;
}
nav .k-menu .k-menu-group .k-item {
    display: block !important;
    background: none;
}
nav .k-menu .k-menu-group a {
    text-transform: none;
}
nav .k-menu .k-menu-group .k-item>.k-link {
    color: #FFF;
    text-align: left;
    padding: 1.285em 2.727em;
}
nav .k-menu .k-menu-group .k-item>.k-link:hover {
    color: #FFF;
    background: #639234;
}
nav .k-menu .k-item>.k-link>.k-i-arrow-60-right:before {
    content: '\f054';
    color: #FFF;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
a.btnRwd {
    display: none;
}

.directories a.btnRwd {
    display: block;
}
a.btnRwd:before {
    content: "\f0c9";
    color: #FFF;
    font: normal normal normal 3.5em/1 FontAwesome;
    margin-right: .25em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
a.btnRwd:hover {
    background: none;
}
/*----------------------HOME----------------------*/
.home .row1 {
    background: #00467f;
}
    .home .row1.row {
        padding: 0 !important;
    }
    .home .row1 img {
        float: left;
    }
    .flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;}
    .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}
.home .row2 .col1 {
    float: left;
    width: 210px;
    text-align: center;
    position: relative;
    z-index: 999;
}
    .home .row2 .col1 a {
        color: #47cefc;
    }
.home .row2 .col2 {
/*    float: left;*/
    width: 100%;
/*    margin-left: -210px;*/
    position: relative;
    z-index: 998;
}
    .home .row2 .col2 .colliner {
        font-family: 'Proxima Nova A Condensed W01Md', sans-serif;
        font-size: 1.3em;
        line-height: 2em;
/*        margin-left: 210px;*/
    }
.home .row3.row {
    padding-top: 0 !important;
}
.home .row3 .cols {
    width: 20%;
    text-align: center;
    padding: 0 2em;
    border-right: 1px solid #cfe9fb;
}
    .home .row3 .cols:last-child {
    border-right: 0;
    }
    .home .row3 h3 {
        color: #00467f;
        text-transform: uppercase;
    }
        .home .row3 h3 a {
            color: #00467f;
            text-decoration: none;
        }
    .home .row3 p {
        color: #3f3f3f;
        font-weight: 600;
    }
    .home .row3 a {
        text-transform: uppercase;
        color: #00b2ef;
    }
        .home .row3 a:hover {
            text-decoration: none;
        }
.home .row4.row {
    padding-top: 0 !important;
}
.home .row4 .col1, .home .row4 .col2 {
    padding: 3.8461538461538463em 3.076923076923077em
}
.home .row4 .col1 {
    width: 59%;
    margin-right: 1%;
    background: #f4f4f4;
}
.home .row4 .col2 {
    width: 39%;
    margin-left: 1%;
    background: #e7f4fd;
}
    .home .row4 .col2 h2 {
        color: #00467f;
    }
.home .row4 h2 {
    margin-bottom: 1em;
}
.home .row5 .cols {
    width: 25%;
    text-align: center;
    padding: 0 2em;
    border-right: 1px solid #cfe9fb;
}
    .home .row5 .cols:last-child {
        border-right: 0;
    }
    .home .row5 h3 {
        color: #00467f;
        text-transform: uppercase;
    }
        .home .row5 h3 a {
            color: #00467f;
            text-decoration:none;
        }
.home .row6 .cols {
    width: 50%;
}
    .home .row6 .col1 {
        padding-right: 4em;
        border-right: 1px solid #cfe9fb;
    }
        .home .row6 .col1 h2 {
            color: #00467f;
        }
    .home .row6 .col2 {
        padding-left: 4em;
        border-left: 1px solid #cfe9fb;
    }
    .home .row6 .col2 h2 {
            color: #00b2ef;
        }
    .home .row6 h3, .home .row6 a {
        color: #00467f;
    }
.home .socialFeed.row {
    display: none;
    background: #f4f4f4;
}
    .home .socialFeed .col1, .home .socialFeed .col2 {
        text-align: center;
        width: 50%;
    }
        .home .socialFeed .cols {
            height: auto !important;
        }
.home .row7 {
    background: #e7f4fd;
}
    .home .row7 .col1 {
        margin-right: -300px;
        width: 100%;
    }
        .home .row7 .colliner {
            margin-right: 300px;
            padding-right: 5em;
        }
        .home .row7 .col1 h2 {
            color: #00b2ef;
        }
    .home .row7 .col2 {
        width: 300px;
    }
        .home .row7 .col2 h2 {
            color: #00467f;
        }
    .blogList {
        padding-left: 3.5em;
        background: url(images/bgBlog.png) no-repeat;
    }
        .blogList h3 {
            color: #00467f;
        }
    .homeSocial {
        margin-top: 1.5em;
        line-height: 36px;
    }
.home .row8.row {
    padding-bottom: 0;
}
    .home .row8 h2 {
        text-align: center;
        color: #f7941d;
        margin-bottom: 1.5em;
    }
            .home .row7 .col1 .homeSocial h2 {
                font-size: 1.7em;
                color: #00467f;
                margin-right: 1.5em;
                display: inline-block;
                vertical-align: top;
            }
.advert, .advert2 {
    padding: 2em 0 !important;
}
.advert .cols, .advert2  .cols {
    width: 33.333333333%;
    text-align: center;
    padding: 0 1em;
}
.advert2 .rowwrap {
/*    padding-left: 290px;*/
}
.ctaFloat {
    width: 200px;
    height: auto;
    background: #FFF;
    position: absolute;
    z-index: 99;
    margin-top: 3em;
    margin-left: 2em;
    box-shadow: 1px 1px 10px #000;
}
    .ctaFloat h3 {
        font-size: 1.1em;
        color: #FFF;
        text-transform: uppercase;
        margin: 0;
        padding: .5em .5em .5em 2em;
        background: url(images/bgInfo.png) .5em center no-repeat #00467f;
    }
    .ctaFloat li {
        padding: .5em 1em;
        border-bottom: 1px solid #d7d7d7;
    }
    .ctaFloat a {
        color: #3043a4;
        text-decoration: none;
    }
    .ctaFloat a:hover {
        text-decoration: underline;
    }
    .ctaFloat .ctaClose {
        font-weight: 600;
        text-align: right;
        text-transform: uppercase;
        padding: .5em;
        background: #ebebeb;
    }
        .ctaFloat .ctaClose a:after {
            content: '';
            display: inline-block;
            width: 12px;
            height: 12px;
            margin-left: .5em;
            background: url(images/bgClose.png) no-repeat;
        }
/*---------------------L2----------------------*/
.grey {
    background: #f4f4f4;
}
.blue {
    background: #e7f4fd;
}
.l2 .lines {
    border-top: 0;
    border-bottom: 0;
}
.banner {
    position: relative;
}
.bannerTitle {
    position: absolute;
    width: 40%;
    bottom: 1em;
    left: 1em;
    right: 1em;
}
    .bannerTitle h1 {
        color: #FFF;
        text-shadow: 2px 2px 5px #000;
        margin-bottom:0
    }
    .bannerTitle p {
        font-size: 1.5em;
        line-height: normal;
        color: #FFF;
        text-shadow: 2px 2px 5px #000;
    }
.row.intro {
    padding: 0 !important;
}
    .intro h2 {
        font-size: 2em;
        color: #00467f;
    }
.types h2, .types h3 {
    text-align: center;
}
.info h2, .info h3 {
    text-align: center;
}
.info .sflist h2, .info .sflist h3 {
    text-align: left;
}
    .infoWrap {
        float: left !important;
        width: 100% !important;
        margin-right: -300px !important;
        position: relative;
        z-index: 998;
    }
    .infoliner {
        width: auto !important;
        margin-right: 300px !important;
        position: relative;
        z-index: 998;
    }
    .infoBox {
        width: 275px !important;
        padding: 1em;
        border: 3px solid #e1e1e1;
        position: relative;
        z-index: 999;
    }
        .infoBox h3 {
            color: #00467f;
            padding: 13px;
            margin: -13px -13px 13px -23px;
            background: #e1e1e1;
        }
        .infoBox p:last-child {
            margin-bottom: 0;
        }
.cta h2 {
    text-align: center;
    color: #00b2ef;
}
.max300 {
    max-width: 300px;
    margin: 0 auto !important;
}
/*---------------------L3----------------------*/
.leftcol {
    float: left;
    width: 260px;
}
.rightcol {
    float: right;
    width: 100%;
    margin-left: -290px;
}
    .rightcolliner {
        margin-left: 290px;
    }
    .rightcol .sfContentBlock ul li, .l2 .sfContentBlock ul li, .sflistitem ul li {
        background: url(images/bgList.png) no-repeat 0 3px;
        padding-left: 1em;
        margin-bottom: 1em;
    }
    .rightcol .sfContentBlock ol li, .l2 .sfContentBlock ol li, .sflistitem ol li {
        margin-bottom: 1em;
    }  
.leftcol h2 {
    font-size: 1.75em;
    color: #00b3ef;
}
/*Main Navigation*/
.leftcol .k-treeview {
    white-space: normal;
}
.leftcol .k-treeview .k-item {
    padding: 0;
    position: relative;
}
.leftcol .k-treeview .k-in {
    display: block;
    padding: .5em 1em .5em 2em;
    margin: 0;
    border: none;
}
.leftcol .k-treeview .k-icon{
	position: absolute;
    width: 16px;
    height: 16px;
    top: 8px;
    left: 8px;
	margin: 0 !important;
}
    .leftcol .k-treeview .k-i-expand:before {
        content:'\f054';
        color: #00467f;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
    }
    .leftcol .k-treeview .k-i-collapse:before {
        content:'\f078';
        color: #00467f;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
    }
/*Level 1*/
.leftcol .k-treeview a.k-in {
    color: #00467f;
    background: #f4f4f4;
}
    .leftcol .k-treeview a.k-in:hover {
        color: #00467f;
        text-decoration: underline;
    }
.leftcol a.k-in.sfSel {
    color: #00467f;
    font-weight: 600;
	text-decoration:underline;
}
.leftcol .k-treeview .k-top, 
.leftcol .k-treeview .k-mid {
	  border-bottom: 1px solid #9d9d9d;
	  position: relative;
}
/*Level 2*/
.leftcol .k-group .k-group a.k-in {
    color: #000;
	padding-left: 3em;
    background: #e7f4fd;
}
.leftcol .k-treeview .k-group .k-group .k-top, 
.leftcol .k-treeview .k-group .k-group .k-mid, 
.leftcol .k-treeview .k-group .k-group .k-bot {
	border-bottom: 1px solid #CCC;
	position: relative;
}
.leftcol .k-treeview .k-group .k-group .k-icon {
	    left: 22px;
}
    .leftcol .k-treeview .k-group .k-group .k-i-expand:before, 
    .leftcol .k-treeview .k-group .k-group .k-i-collapse:before {
        color: #f7941e;
    } 
/*Level 3*/
.leftcol .k-group .k-group .k-group .k-in {
    color: #000;
    padding-left: 5em;
    background: #FFF;
}
/* FOOTER NEW */
footer {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 18px;
    line-height: 21px;
    color: #FFF;
    margin: 20px 0 0;
    padding: 24px 0;
    background: #00467F;
}
footer .container {
    max-width: 1200px !important;
}
footer .row {
    padding: 0 !important;
    margin-left: -15px;
    margin-right: -15px;
}
footer ul {
    list-style: none;
    margin: 50px 0 15px;
    padding: 0;
}
footer ul li {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
}
footer a {
    color: #FFF;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
a.footLogo {
    display: inline-block;
    width: 187px;
    height: 100px;
    background: url(images/bgFootLogo.png);
    background-position: -15px 0;
}
/*---------------------FOOTER----------------------
footer {
    font-family: 'Proxima Nova W01 Medium', sans-serif;
    color: #FFF;
    padding: 1em 2em;
    background: #00467f;
}
    footer a {
        color: #FFF;
    }
    footer h3 {
        font-family: 'Proxima Nova W01 Medium', sans-serif;
        font-weight: 600;
        font-size: 1.2em;
        color: #FFF;
        text-transform: uppercase;
        margin: 1em 0;
    }
.footLeft {
    float: left;
    width: 400px;
    padding-top: 120px;
    background: url(images/bgFootLogo.png) -15px 0 no-repeat;
    position: relative;
    z-index: 11;
}
    .footConnect {
        margin-top: 5em;
    }
    .footConnect strong {
        display: block;
        font-family: 'Proxima Nova W01 Medium', sans-serif;
        font-weight: 600;
        font-size: 1.2em;
        margin-bottom: 1em;
    }
    .footConnect li  {
        display: inline-block;  
        margin-right: 1em;
    }
        .footConnect li:last-child {
            margin-right: 0;
        }
    .footConnect li a {
        font-size: 0;
    }
    .footConnect li a {
        float: left;
        display: block;
        width: 36px;
        height: 35px;
        margin-right: 1em;
        background: url(images/bgSocial.png) no-repeat;
    }
        .footConnect li a.tw {
            background-position: -53px 0;
        }
        .footConnect li a.in {
            background-position: -106px 0;
        }
        .footConnect li a.yt {
            background-position: -159px 0;
        }
        .footConnect li a.pin {
            background-position: -213px 0;
        }
        .footConnect li a:hover {
            background-position-y: -35px;
        }
    .footSub {
        font-family: 'Proxima Nova W01 Medium', sans-serif;
        font-weight: 600;
        font-size: 1.2em;
        margin-top: 1em;
    }
        .footSub span {
            display: inline-block;
            font-size: 1.5em;
            margin: 0 .75em;
        }
.footRight .cols {
    width: 33.333333333%;
    padding: 0 1em;
}
.footRight, .footBot .col2 {
    margin-left: -400px;
    float: right;
    width: 100%;
    padding-top: 1.2em;
    position: relative;
    z-index: 10
}
    .footRightInner, .footBot .col2Inner {
        margin-left: 400px;
    }
    .footRight li {
        margin-bottom: .5em;
    }
.footBot {
    font-size: 1.2em;
    font-weight: 600;
    clear: both;
    padding-top: 3em;
}
    .footBot .col2 {
        padding-top: 0;
    }
    .footBot li {
        display: inline-block;
        border-right: 1px solid #FFF;
        padding: 0 1em;
    }
        .footBot li:last-child {
            border-right: 0;
            padding-right: 0;
        }
/*---------------33/34/33 Overwrite (to help make images same size)---------------*/
.sf_3cols_1_33, .sf_3cols_2_34, .sf_3cols_3_33 {
    width: 33.333333% !important;
}
/*---------------------BACKEND----------------------*/
.sfPageWrapper header {
    height: auto;
}
.sfPageWrapper .cols, .sfPageWrapper .lines > .sf_colsOut .sf_colsIn {
    height: auto !important;
}
.sfPageWrapper .ctaFloat {
    position: relative;
    width: auto;
    box-shadow: none;
}
.sfPageWrapper .sidr.left, .sfPageWrapper .sidr {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
}
.sfPageWrapper .bannerTitle {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
}
    .sfPageWrapper .bannerTitle h1, .sfPageWrapper .bannerTitle p {
        color: initial;
        text-shadow: none;
    }