﻿/*----------------------RESET----------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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%;
	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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}
table td {
    white-space: normal !important;
}
/* GENERAL */
body {
    font-size: 18px;
    line-height: 21px;
}
.container, .rowwrap {
    max-width: 1200px !important;
}
.rowwrap {
    margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: #00B2EF;
}
a:hover {
    color: inherit;
}
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;
}
.rowGray {
    background: #F8F8F8;
}
a.back2Top:before {
    content: '\f077';
    display: inline-block;
    font-family: "Font Awesome";
    font-weight: 900;
}
/*----------------------HEADER----------------------*/
.headAd {
    text-align: center;
    background: #F2F2F2;
}
.headAd span {
    text-transform: uppercase;
    color: #999;
    font-size: 10px;
}
.headAd {
    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: 15.6px;
    background: url(images/bgLogo.png);
}
.headerRight {
    text-align: right;
}
.subnav {
    font-family: 'Proxima Nova W01 Medium', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    padding: 14.3px 0;
}
.subnav li {
    display: inline-block;
    margin-right: 20px;
}
.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: 244px;
    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%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px !important;
    border: none !important;
}
.search input[type="text"]:focus {
    outline: none;
    background: #f4f4f4;
}
.login {
    font-family: 'Proxima Nova W01 Medium', sans-serif;
    font-size: 13px;
    display: inline-block;
    margin-top: 8px;
}
.myLogin a, a.myLogout, a.btnCert {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 16.8px;
    color: #00b2ef;
    border: 3px solid #e1e1e1;
    padding: 4.9px 28px;
}
a.myLogout {
    display: inline-block;
    padding-left: -13px;
}
.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;
    padding-left: 25px;
    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;
}
.SSO a:hover {
    text-decoration: none;
}
.SSO .dropdown div.dropdown-item:hover {
    background-color: transparent;
}
.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%;
}
@media screen and (max-width: 800px) {
    .hdrLearn {
        display: none;
    }
}
nav {
    font-family:'Proxima Nova S W01 Extrabold', sans-serif;
    background: #00b2ef;
    min-height: 53px;
}

@media screen and (max-width: 1099px) {
    nav {
        background: #fff;
    }
}
  /*nav li {
   float: left; 
}
nav a, nav a:active, nav a:visited {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    display: block;
}
nav a:hover {
    color: #FFF;
    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: 17.990px 35.420px;
}
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: 17.990px 38.178px;
}
nav .k-menu .k-menu-group .k-item>.k-link:hover {
    color: #FFF;
    background: #639234;
}
nav .k-icon {
    line-height: normal;
    overflow: auto;
}
nav .k-menu .k-item>.k-link>.k-i-arrow-60-right:before {
    content: '\f054';
    color: #FFF;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
}*/
a.btnRwd {
    display: none;
}
.directories a.btnRwd {
    display: block;
}
a.btnRwd:before {
    content: "\f0c9";
    color: #FFF;
    font-family: "Font Awesome 5 Free";
    font-size: 49px;
    display: inline-block;
    font-weight: 900;
    margin: 15px 15px 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
a.btnRwd:hover {
    background: none;
}
/* HOME */
.home h2, .becoming h2 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 40px;
}
.home h3 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
}
.home a {
    color: #000;
    font-style: italic;
    text-decoration: underline;
}
.homeIntro h3 {
    color: #00467F;
}
.spotlight img {
    border-radius: 50%;
    margin-bottom: 20px;
}
.becoming h1 {
    font-size: 3.25rem;
    line-height: 1;
    color: #00467F;
    margin-bottom: 2rem;
}
.becoming h1:after {
    content: '';
    display: block;
    margin: 2rem auto;
    width: 200px;
    height: 2px;
    background: #CCC;
}
.becoming h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
/* home calendar*/
.homeCalendar .sf_pagerNumeric{
	margin-top:12px;
}
.homeCalendar .sf_pagerNumeric a{
	text-align: center;
	display: inline-block;
    width: 24px;
    height: 24px;
	line-height: 22px;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid #C4C4C4 !important;
	font-size: 16px;
	text-decoration: none;
	color:  #C4C4C4;
}

.homeCalendar .sf_pagerNumeric a.sf_PagerCurrent{
    color: #00467F;	
}


.homeCalendar .sf_pagerNumeric a:hover {
    background: #00467F !important;
	color: #fff;
}
.spotlight {
    text-align: initial;
}
/* FOOTER */
footer {
    color: #FFF;
    margin: 20px 0 0;
    padding: 24px 0;
    background: #00467F;
}
/* 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;
}
a.footLogo {
    display: inline-block;
    width: 187px;
    height: 100px;
    background: url(images/bgFootLogo.png);
    background-position: -15px 0;
}
/* BACKEND */
.sfPageWrapper header {
    height: auto;
}
.sfPageWrapper .sidr.left, .sfPageWrapper .sidr {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
}
@media only screen and (max-width: 1220px) {
    .rowwrap {
        padding: 0 1em;
    }
    nav {
        text-align: right;
    }
    nav .sfNavHorizontalDropDown  {
        display: none;
    }
    a.btnRwd {
        display: inline-block;
    }
    .subnav, .search {
        display: none;
    }
    .subnav li:first-child a {
        font-weight: normal;
        color: #FFF;
    }
    .sidr .subnav, .sidr .search {
        display: block;
    }
}
/* JOURNEY */
@media only screen and (max-width: 950px) {
    .journey-desktop {
        display: none;
    }
    #journey-accordion {
        display: block !important;
    }
}
@media only screen and (max-width: 800px) {
    .login {
        margin-top: 1.5em;
    }
    .loggedIn {
        display: block;
        margin-bottom: 1.5em;
        line-height: normal;
    }
}
@media only screen and (max-width: 768px) {
    .border-left, .border-right {
        border: none !important
    }
}
@media only screen and (max-width: 680px) {
    .sf_2cols_1_25, .sf_2cols_2_75,
    .sf_2cols_1_33, .sf_2cols_2_67,
    .sf_2cols_1_67, .sf_2cols_2_33,
    .sf_2cols_1_75, .sf_2cols_2_25,
    .sf_2cols_1_50, .sf_2cols_2_50,
    .sf_3cols_1_25, .sf_3cols_2_50, .sf_3cols_3_25,
    .sf_5cols_1_20, .sf_5cols_2_20, .sf_5cols_3_20, .sf_5cols_4_20, .sf_5cols_5_20,
    .sf_4cols_1_25, .sf_4cols_2_25, .sf_4cols_3_25, .sf_4cols_4_25,
    .sf_3cols_1_33, .sf_3cols_2_34, .sf_3cols_3_33 {
        width: auto !important;
        float: none !important;
    }
    .sf_colsIn  {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .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: 0;
    }
    .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: 0;
        border-left: none;
    }
    .lines .sf_3cols_1_33 .sf_3cols_1in_33, .lines .sf_3cols_1_25 .sf_3cols_1in_25 {
        padding-right: 0;
    }
    .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;
        border-left: none;
        border-right: none;
    }
    .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: 0;
    }
    .lines .sf_4cols_1_25 .sf_4cols_1in_25 {
        padding-right: 0;
        border-right: none;
    }
    .lines .sf_4cols_2_25 .sf_4cols_2in_25, .lines .sf_4cols_3_25 .sf_4cols_3in_25 {
        padding: 0 0;
        border-right: none;
    }
    .lines .sf_4cols_4_25 .sf_4cols_4in_25 {
        padding-left: 0;
    }
    .lines .sf_5cols_3_20 .sf_5cols_3in_20 {
        padding: 0;
    }
    .lines .sf_colsIn {
        height: auto !important;
    }
    .lines > .sf_colsOut .sfContentBlock:last-child p:last-child, .lines > .sf_colsOut .sfContentBlock:last-child ul:last-child {
        margin-bottom: 1.538em;
    }
    .infoliner {
        margin-right: 0 !important;
    }
    .l2 img, .l3 img {
        display: block;
        margin: 0 auto;
    }
    table {
        table-layout: auto;
    }
    .tableWrap {
        overflow-x: scroll;
    }
}
@media only screen and (max-width: 460px) {
    a.logo {
        width: 95px;
        height: 90px;
        background: url(images/bgLogo.png) no-repeat 0 -98px;
    }
    .login {
        position: absolute;
        right: 1em;
    }
    .loggedIn a {
        display: block;
        margin: 0;
    }
}

footer .container {
  max-width: 1600px !important;
}

.footer-actions__section {
	margin-bottom: 24px
}
.footer-actions__title, h3.footer-actions__title {
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 6px;
  color: #fff;
  font-weight: 500;
}
.footer-actions__list {
	list-style: none;
	margin: 0 0 0 -12px
}

footer ul.footer-utility__list {
    margin-top: 7px !important;
    margin-left: 0 !important;
}
.footer-actions__item {
	display: inline-block;
	vertical-align: middle
}
.footer-actions__link {
	display: block;
	padding: 6px 0 !important;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}

.footer-actions {
    margin-top: 48px;
}

@media(max-width: 479.97px) {
	.footer-actions__item {
		display: block
	}
}
@media(min-width: 480px) {
	.footer-actions__link {
		padding: 6px 0 !important;
	}
}

@media(max-width: 959px) {
    .footer-bottom {
        margin-top: 24px;
    }
    
    .footer-bottom-two {
        margin-top: 24px;
    }
}
@media(min-width: 960px) {

	.footer-actions__list {
		margin-left: 0
	}
	.footer-actions__item {
		display: block
	}

    .footer-bottom {
        margin-top: 146px;
    }
    
    .footer-bottom-two {
        margin-top: 215px;
    }
    
}

@media(min-width: 1200px) {

.footer-actions {
    display: flex;
    flex-flow: row wrap;
    margin-top: 72px;
}
.footer-actions__section {
    flex-grow: 1;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top
}
}

@media(min-width: 1696px) {
	.footer-actions__section {
		flex: 1 1
	}
}


.footer-bottom, .footer-bottom-two  {
   font-size: 20px !important;
}

.footer-bottom-two a {
    margin-right: 12px;
}

.footer-bottom img {
    padding-left: 0 !important;
    margin-left: -15px;
}

.scout-page-margin {
    margin-top: 150px;
}

.interior-layout__nav, .interior-layout__main {
	margin-bottom: 24px
}
@media(min-width: 1100px) {
	.interior-layout__nav {
		margin-bottom: 0
	}
	.interior-layout__nav>*:last-child {
		margin-bottom: 48px
	}
	.interior-layout__title {
		margin-bottom: 24px
	}
	.interior-layout__main {
		/* margin-bottom: 48px */
	}
	.interior-layout__nav, .interior-layout__aside {
		width: 25%;
		float: right;
		clear: right;
		overflow: hidden;
		position: relative;
		z-index: 2
	}
	.interior-layout__main {
		width: 75%;
		padding-right: 48px;
		float: left
	}
}