/*----------FEATURE SLIDER----------*/
.slideWrap {
    position: relative;
}
.slideBG {
    min-height: 450px;
    background-size: cover !important;
}
.slideTxt {
    width: 100%;
    max-width: 520px;
    padding: 15px;
    background: rgba(255,255,255,.7);
    position: absolute;
    left: 14px;
    bottom: 14px;
}
.slideTxt h2 {
    font-family: 'Poppins', sans-serif;
    color: #004086;
    margin: 0 0 10px;
}
.slideTxt p {
    font-size: 24px;
    font-weight: 600;
    color: #004086;
    margin: 0;
}
.slideTxt a {
    float: right;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    padding: 16px 22px;
    background: #f07a3e;
}
.slideTxt a:hover {
    background: #d66d38;
}
.slideTxt a[href=''] {
    display: none;
}
/*----------PARTNER CAROUSEL----------*/
.partners.flexslider {
    max-width: 902px;
    margin: 0 auto 34px auto;
    background: none;
}
.partners .slide {
    margin-right: 34px;
}
.flexslider.partners .flex-direction-nav .flex-prev {
    left: -50px !important;
    opacity: 1;
}
.flexslider.partners .flex-direction-nav .flex-next {
    right: -50px !important;
    opacity: 1;
}
.flexslider.partners:hover .flex-prev {
    opacity: 1;
    left: inherit;
}
.flexslider.partners:hover .flex-next {
    opacity: 1;
    right: inherit;
}
/*----------MEMBER OTM----------*/
.memMonthL {
    float: left;
    margin: 0 10px 10px;
}
.memMonthR {
    margin: 10px 10px 10px 155px;
}
.memMonthR h3 {
    font-size: 18px;
    color: #1aa495;
    margin: 0 0 10px;
}
.memMonthTitle {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    color: #004086;
    margin: 0 0 5px;
}
.memMonthSchool {
    line-height: 1.5em;
    font-style: italic;
    color: #383838;
}
.memMonthR a {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    color: #005596;
    text-decoration: none;
    padding: 12px 15px;
    background: #e5eef4;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.memMonth a:hover {
    background: #ced6db;
}
/*----------SAMPLE LETTERS----------*/
table.recentLetters {
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #ebe8e8;
}
.listLetters .cols {
    width: 33.333333%;
    padding: 0 15px;
}
.listLetters select {
    width: 100%;
    max-width: 98%;
}
/*********************** L2 QUOTES ***********************/
.quoteWrap {
    min-height: 330px;
    padding: 30px 30px 20px;
    background: #FFF;
    border: 7px solid #a0c9c5;
}
.quoteL {
    font-size: 21px;
    font-style: italic;
    font-weight: 600;
    width: 100%;
    margin-right: -150px;
    float: left;
}
.quoteL .colliner {
    margin-right: 150px;
}
.quoteL p {
    margin: 0;
    padding: 0 45px;
}
.quoteL p:before {
    content: '';
    display: inline-block;
    width: 45px;
    margin-left: -45px;
    height: 20px;
    background: url(images/bgQuote.jpg) no-repeat;
}
.quoteL p:after {
    content: '';
    float: right;
    display: inline-block;
    width: 45px;
    margin: 10px 0 0 45px;
    height: 20px;
    background: url(images/bgQuote.jpg) no-repeat;
}
.quoteR {
    width: 150px;
    float: right;
}
.quoteSource {
    font-size: 26px;
    text-align: right;
    color: #004086;
    padding-right: 205px;
    margin-top: 15px;
}
.quoteSource:before {
    content: '-';
    font-weight: 600;
}
.quoteSubSource {
    text-align: right;
    color: #383838;
    padding-right: 205px;
}
/*********************** Search ***********************/
.search {
    float: right;
    border: 1px solid #b7b7b7;
    width: 187px;
    height: 34px;
}
.rwdSearch {
    border: 1px solid #b7b7b7;
}
.mobSearch fieldset{
	border:none;
	margin-bottom: 21px;
}
.search .sfsearchBox, .rwdSearch .sfsearchBox {
    text-align: left;
    border: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.search .sfsearchTxt, .rwdSearch .sfsearchTxt {
    width: 83% !important;
    height: 28px;
    border: none;
    outline: none;
}

 .mobSearch .sfsearchTxt {
    width: calc(100% - 36px);
    height: 28px;
    border: none;
    outline: none;
}
.search .k-input, .rwdSearch .k-input {
    width: 100% !important;
    padding: 0;
}
.search input[type="submit"], .rwdSearch input[type="submit"]{
    display: inline-block;
    font-size: 0px;
    width: 23px;
    height: 23px;
    border: none;
    position: absolute;
    top: 4px;
    right: 4px;
    background: url(images/bgSearch.png);
}

 .mobSearch input[type="submit"]{
    display: inline-block;
    font-size: 0px;
    width: 33px;
    height: 33px;
    border: none;
    position: absolute;
    top: 6px;
    right: 8px;
    background: #51726D url(images/bgSearch.png) center center no-repeat;
}
.filter {
    padding: 1em;
    background: #f6f6f6;
    border: 1px solid #ebe8e8;
}
.fs-result {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #CCC;
}
.searchresults {
    margin-top: 15px;
}
.fsr-link {
    color: #999;
    margin-bottom: 15px;
}
.facetWrap span, .facetWrap a {
    display: inline-block;
    margin-right: 10px;
}
.facetWrap span {
    color: #FFF;
    background: #f07a3e;
    text-align: center;
    padding: 5px;
}
.fs-result .fa {
    margin-left: 5px;
}
/*********************** Main Nav ***********************/
nav .k-menu .k-item, .k-widget.k-menu-horizontal>.k-item {
    border: none !important;
    margin-right: 30px;
}
nav .k-menu .k-item.k-last, .k-widget.k-menu-horizontal>.k-item.k-last {
    margin-right: 0;
}
nav .k-menu .k-item>.k-link {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #004086;
    padding: 0;
}
nav .k-menu .k-item.k-state-hover>.k-link {
    color: #1aa495;
}
nav .sfNavWrp .sfSel {
    font-weight: normal;
}
nav .k-menu .k-animation-container .k-menu-group {
    text-align: left;
    background: #f6f6f6;
    border: 0;
    top: 14px;
}
nav .k-menu .k-animation-container .k-menu-group .k-menu-group {
    top: 0;
}
nav .k-menu .k-animation-container .k-menu-group li {
    margin-right: 0;
}
nav .k-context-menu.k-menu-vertical>.k-item>.k-link, .k-menu .k-menu-group .k-item>.k-link {
    font-size: 16px;
    color: #58595b;
    padding: 14px;
    transition: background-color 0.5s ease;
}
nav .k-context-menu.k-menu-vertical>.k-item>.k-link, .k-menu .k-menu-group .k-item.k-state-hover>.k-link {
    color: #FFF;
    background: #004086;
}
nav .k-menu .k-item>.k-link>.k-i-arrow-s {
    display: none;
}
/*********************** Mobile Nav ***********************/
a.btnRwd {
    display: none;
    text-decoration: none;
}
a.btnRwd:before {
    content: '\f0c9';
    color: #f07a3e;
    font: normal normal normal 30px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
a.btnLogout {
    display: none;
    text-decoration: none;
}
a.btnLogout:before {
    content: '';
    display: inline-block;
    float: right;
    width: 28px;
    height: 24px;
    padding: 5px;
    background: url(images/bgLogin.png) no-repeat center center #1aa495;
}
a.btnLogout.active:before {
    content: '\f00d';
    color: #f07a3e;
    font: normal normal normal 30px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-top: -6px;
    background: none;
}
.rwdSearch {
    text-align: center;
    padding: 14px;
}
.sidr.left {
    left:-260px;
    right:auto
}
.sidr {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #DEDEDE;
}
.close {
    text-align: center;
    padding: 14px;
}
.close a {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 15px 30px;
    text-decoration: none;
    background: #1aa495;
}
.close a:hover {
    background: #168a7c;
}
.rwdSearch {
    padding: 14px;
    background: #CCC;
}
.rwdNav .k-treeview {
	white-space: normal;
}
.rwdNav .k-treeview .k-item {
	padding: 0;
}
.rwdNav .k-treeview a.k-in {
    font-size: 20px;
	color: #58595b;
	display: block;
	margin: 0;
	padding: 10px 10px 10px 35px;
	border: none;
	border-bottom: 1px solid #58595b;
}
.rwdNav .k-treeview .k-item>.k-group a.k-in {
	background: #CCC;
	padding: 10px 10px 10px 45px;
    border-bottom: none;
}
.rwdNav .k-treeview .k-item>.k-group .k-group a.k-in {
	background: #CCC;
	padding: 10px 10px 10px 65px;
    border-bottom: none;
}
.rwdNav .k-plus, .rwdNav .k-minus {
	position: absolute;
    width: 40px;
    height: 40px;
	padding: 0;
	margin: 0 !important;
}
.rwdNav .k-plus:before {
    content: '\f054';
    color: #00356e;
    text-align: left;
    margin: 12px 0 0 0;
    display: inline-block;
    font: normal normal normal 24px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.rwdNav .k-minus:before {
    content: '\f078';
    color: #00356e;
    text-align: left;
    margin: 8px 0 0 0;
    display: inline-block;
    font: normal normal normal 24px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
/*----------Leftnav----------*/
.leftNav .k-treeview {
    white-space: normal;
    background: #f6f6f6;
    border: 1px solid #ebe8e8;
}
.leftNav .k-treeview .k-item {
    position: relative;
    padding: 0;
}
.leftNav .k-treeview .k-in {
    display: block;
    padding: .5em 1em .5em 2em;
    margin: 0;
    border: none;
}
.leftNav .k-treeview a.k-in {
    font-size: 14px;
    color: #000;
}
.leftNav .k-treeview .k-top, .leftNav .k-treeview .k-mid, .leftnav .k-treeview .k-bot {
	  border-bottom: 1px solid #ebe8e8;
	  position: relative;
}
.leftNav .k-treeview .k-group .k-group .k-top, .leftNav .k-treeview .k-group .k-group .k-mid, .leftnav .k-treeview .k-group .k-group .k-bot {
    background: #FFF;
    border-bottom: 0;
}
.leftNav .k-treeview a.k-in:hover {
    color: #000;
    text-decoration: underline;
}
.leftNav a.k-in.sfSel {
    color: #f07a3e;
    background: #EDEDED;
    font-weight: 600;
}
.leftNav .k-treeview .k-icon{
	position: absolute;
    width: 16px;
    height: 16px;
    top: 6px;
    left: 8px;
	margin: 0 !important;
}
.leftNav .k-treeview .k-group .k-group .k-icon {
	left: 24px;
}
.leftNav .k-treeview .k-plus{
    background: url(images/navToggleBg.png) 0px 0px no-repeat;
}
.leftNav .k-treeview .k-minus{
	background: url(images/navToggleBg.png) 0px -16px no-repeat;
}
.leftNav .k-group .k-group {
    background: #f3f9fc;
}
.leftNav .k-group .k-group a.k-in {
	padding-left: 3em;
}
.leftNav .k-group .k-group .k-group .k-in {
    font-size: .9em;
    padding-left: 4em;
    background: #FFF;
}
/*********************** Subscription Control ***********************/
.subscribe-container {
    border: 1px solid #CCC !important;
    max-width: 800px !important;
    margin: 20px auto;
}
.subscribe-container .row {
    padding: 10px 0;
}
.subscribe-container .checkboxes {
    border-top: 1px solid #CCC !important;
}
span.taxon-title label {
    padding-left: 10px;
}
/*********************** Home Blogs / Events / News ***********************/
ul.sflist, ul.sfdownloadList {
    margin: 0;
    padding: 0;
    list-style: none;
}
li.sflistitem, li.sfdownloadFile {
    text-align: left;
    padding: 0;
    margin: 0 0 30px;
}
li.sflistitem h4 {
    font-size: 18px;
    margin: 0 0 5px;
}
.sfmetainfo, .sfMetaInfo {
    color: #606060;
    font-style: italic;
    font-size: 14px;
}
#single, #double {
    display: inline-block;
}
.sfsummary {
    margin-top: 5px;
}
ul.sfeventDatesLocationContacts {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.sfeventDatesLocationContacts li {
    margin: 0;
    padding: 0 0 5px 0;
}
.sfexpandableListWrp li.sflistListItem.sflistitem {
    border: 1px solid #d4dfeb;
    padding: 20px;
    margin: 0 0 15px;
}
.main.L2 .sfexpandableListWrp h3.sflistItemTitle, .main.L3 .sfexpandableListWrp h3.sflistItemTitle  {
    font-size: 21px;
    margin: -20px;
}
a.sflistItemToggleLnk {
    color: #FFF;
    background: #032f5f;
    text-decoration: none;
    display: block;
    padding: 15px;
}
a.sflistListItemExpanded {
    color: #FFF !important;
    background-color: #1aa495;
}
a.sflistItemToggleLnk:before {
    content: '\f067';
    display: inline-block;
    margin-right: 10px;
    color: #FFF;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
a.sflistItemToggleLnk.sflistListItemExpanded:before {
    content: '\f068';
    display: inline-block;
    margin-right: 10px;
    color: #FFF;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.author {
    display: inline-block;
    line-height: 16px;
    padding-right: 6px;
    border-right: 1px solid #606060;
}
.author:empty {
    display: none;
}
.sfexpandableListWrp .sflistItemContentExp {
    padding-top: 40px;
}
.eventL {
    float: left;
    width: 80px;
    text-align: center;
    border-right: 1px solid #FFF;
}
.main.L2 .eventL, .main.L3 .eventL {
    color: #1aa495;
    border-right: 1px solid #d4dfeb;
}
.eventR {
    margin-left: 95px;
}
.eventR h4 {
    font-size: 16px !important;
 }
.main.L2 .eventR h3 {
    color: #004086;
}
.eventR p {
    margin: 0;
}
.eventMonth {
    font-size: 15px;
}
.eventDay {
    font-size: 19px;
    font-weight: 600;
}
.eventYear {
    font-size: 12px;
}
.home h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 200;
}
.eventSummary {
    margin-top: 24px;
}
.sfeventTitle {
    position: relative;
}
a.extLink {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
a.extLink:hover + a:link {
    text-decoration: none;
}
a.extLink[href=''] {
    display: none;
}
.sfdownloadFileWrp {
    margin: 0 0 30px;
}
.RadGrid_Default .rgHeader, .RadGrid_Default th.rgResizeCol, .RadGrid_Default .rgHeaderWrapper {
    padding: 15px !important;
    color: #FFF !important;
    background: #032f5f !important;
}
.lock {
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
    color: #FFF;
    width: 22px;
    height: 22px;
    margin-right: 7px;
    border-radius: 50%;
    background: #f07a3e;
}
.lock:before {
    content: '\f023';
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.videoDetail {
    max-width: 800px;
    margin: 0 auto;
    padding: 1em;
    background: #f6f6f6;
    border: 1px solid #ebe8e8;
}
.videoDetail h1 {
    margin-top: 0;
}
.video {
    margin-bottom: 15px;
}
ul.sfTagsList, ul.sfCategoriesList {
    padding: 0;
    list-style: none;
}
ul.sfTagsList:before {
    content: 'Tags:';
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}
ul.sfCategoriesList:before {
    content: 'Categories:';
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}
ul.sfTagsList li, ul.sfCategoriesList li {
    display: inline-block;
    padding: 0;
    margin: 0 0 3px;
}
ul.sfTagsList li a, ul.sfCategoriesList li a {
    color: #FFF;
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    background: #004086;
    transition: all ease-in-out .2s;
}
ul.sfTagsList  li a:hover {
    background: #1aa495;
}
ul.sfCategoriesList li a {
     background: #1aa495;
}
ul.sfCategoriesList li a:hover {
    background: #004086;
}
/*----------Forms----------*/
.sfFormBox, .sf-fieldWrp, .sfFormRadiolist, .sfFormBlock, .sfFormDropdown {
        margin: 0 0 30px 0;
}
.sfError {
    color: #FF0000;
}
.sf-RadioButtons div, .sf-Checkboxes div {
    margin: 15px 0;
}
.sfRadioList input {
    margin: 10px 0;
}
.sfCheckListBox input {
    margin: 10px 0;
}
label, .sfTxtLbl {
    color: #004086;
    font-weight: bold;
}

.sf-fieldWrp label {
    display: inline-block;
    min-width: 65px;
    margin-right: 1em;
	    vertical-align: top;
}
.sfCheckListBox label, .sf-Checkboxes label, .sfFormRadiolist label, .sf-RadioButtons label {
    color: #000;
    font-weight: normal;
}

.sf-fieldWrp p {
	padding: 1em 0;


}


/*********************** Resources Section ***********************/
.anchor, .sf_cols.anchor {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #CCC;
    background: #EEE;
}
a.back2Top, a.sflistTopLnk {
    display: inline-block;
    margin: 15px 0;
}
a.back2Top:before, a.sflistTopLnk:before {
    content: '\f102';
    display: inline-block;
    margin-right: 10px;
    color: #f07a3e;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);

}
/*********************** lines ***********************/
.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 #CCC;
}
.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 #CCC;
    border-right: 1px solid #CCC;
}
.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 #CCC;
}
.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 #CCC;
}
.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;
}
/* COMMENTS */
a.sfLeaveCommentLnk {
    display: inline-block;
    margin-bottom: 15px;
}
a.sfLeaveCommentLnk:before {
    display: inline-block;
    content: '\f086';
    color: #004086;
    margin-right: 5px;
    font: normal normal normal 1em/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
ol.sfcommentsList, ol.sfcommentsFieldsList {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
ol.sfcommentsFieldsList input {
    margin-bottom: 15px;
}
.sfcommentsForm {
    padding: 15px;
    border: none;
    background: #EEE;
    border: 1px solid #999;
}
.editbox textarea {
    width: 100%;
    min-height: 5em;
    margin-bottom: 15px;
}
li.sfcommentDetails {
    margin: 0 0 15px 0;
    padding: 15px;
    border: 1px solid #CCC;
    box-sizing: border-box;
}
img.sfcommentAuthorAvatar {
    float: left;
    margin-right: 15px;
}
.commentInfo {
    margin-bottom: 15px;
}
/*********************** Global Pagination ***********************/
.sf_pagerNumeric a {
    text-align: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}
a.sf_PagerCurrent {
    text-decoration: none;
    color: #FFF;
    background: #f07a3e;
}
/*********************** Responsive Video ***********************/
.videoWrap, .homeBox.bot .sfContentBlock {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrap iframe, .homeBox.bot .sfContentBlock iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.homeBox.bot .sfContentBlock iframe {
    height: 194px;
}
/* Hide nav until load */
.sfNavWrp {
	display: none
}
/*********************** Backend Reset ***********************/
.sfPageWrapper .homeBox.bot {
    max-height: none;
}
.sfPageWrapper .search {
    float: none;
    width: auto;
    height: auto;
    margin-top: 0;
}
.sfPageWrapper .sidr {
    position: relative;
    left: auto;
    width: auto;
}
.sfPageWrapper .colorBars .colorHeader {
    position: relative;
}