/* Table of Content
==================================================
	#Site Styles
        Green - #7eb948
        Dark Blue - #002f56
        Gold - #dbb35b
        Light blue - #a8bbd5

	#Page Styles
	#Media Queries

	#Font-Face */

/* #Site Styles
================================================== */

#header {
	width: 100%;
}

.top_links {
    min-height: 25px;
    background-color: #7eb948;
    width: 100%;
    padding: 2px 0px;
}

ul.top_nav {
    text-align: right;
    display: inline-flex;
    margin-bottom: 0px;
}

ul.top_nav li {
    float: left;
    list-style: none;
    margin-bottom: 0px;
    margin-right: 10px;
}

ul.top_nav li:last-child {
    margin-right: 0px;
}

ul.top_nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
}

ul.top_nav li a:hover {
    font-weight: 500;
}

.header_btns {
    margin-top: 15px;
    margin-bottom: 35px !important;
}

a.join_button {
    border-radius: 0;
    font-size: 10px;
    margin-bottom: 0;
    margin-right: 7px;
}

a.join_button:hover {
    color: #000 !important;
    background-color: #7eb948;
    border-color: #7eb948;
}

a.login_button {
    border-radius: 0;
    font-size: 10px;
    background-color: #a8bbd5;
    border: 1px solid #a8bbd5;
    margin-bottom: 0;
    margin-right: 7px;
}

a.login_button:hover {
    color: #000 !important;
    background-color: #a8bbd5;
    border-color: #a8bbd5;
}

.logo {
    margin-bottom: 35px;
}

#navigation{
    z-index: 3000;
	width: 100%;
    background-color: #002f56;
    height: 52px;
}

#navigation_mobile {
    display: none;
}

.slicknav_menu {
	display:none;
}

.nav_left {
    margin-top:30px;
}

.nav_right {
    padding-left:60px;
    margin-top:30px;
}

.nav {
	margin: 0px auto;
    position: relative;
}

.menu_title {
    font-size: 20px;
    color: #a8bbd5;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.menu_text {
    font-style: italic;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .05em;
}

.menu_text p {
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #fff;
}

.search {
	text-align: right;
}

#dnn_dnnSearch_txtSearch {
	border-top:#a3a1a4 solid 1px;
	border-bottom:#a3a1a4 solid 1px;
	border-left:#a3a1a4 solid 1px;
	border-right:#1e9cd0 solid 1px;
	border-radius: 0px;
	padding: 5px;
}

.header_btn, .do_search {
	z-index: 1000;
	display: inline-block;
    padding: 5px 15px 2px;
    margin-left: -2px;
  	color: #ffffff !important;
  	text-align: center;
  	font-size: 12px;
  	font-weight: 600;
  	text-transform: uppercase;
  	text-decoration: none;
  	white-space: nowrap;
  	background-color: #1e9cd0;
  	border-top:#a3a1a4 solid 1px;
	border-bottom:#a3a1a4 solid 1px;
	border-left:#1e9cd0 solid 1px;
	border-right:#a3a1a4 solid 1px;
  	cursor: pointer;
  	box-sizing: border-box;
}

.header_btn:hover, .do_search:hover {
  	text-decoration: none;
}


a.login_link, a.login_link:link, a.login_link:visited, a.login_link:active, a.login_link:hover {
	font-size: 12px;
	color: #000000;
	font-weight: 400;
}

#home_banner {
    width: 100%;
    overflow: hidden;
}

/*
#hero_banner {
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 250px;
    margin-bottom: 52px;
    background-image: url(../images/pagephotos/about.jpg);
}
*/

#hero_banner {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    margin-bottom: 52px;
}

#hero_banner p {
    margin-bottom: 0;
}

#hero_banner img {
    width: 100%;
    box-sizing: border-box;
}

.slick-vertical .slick-slide {
    border: none;
    margin: 0;
}

#body_content {
	width:100%;
}

#home_body_content {
	width:100%;
}

.quote {
    text-align: center;
    margin: 35px 0px;
}

.quote i {
    color:#dbb35b;
}

.quote p {
    font-style: italic;
    font-size: 26px;
    line-height: 32px;
    padding: 25px 62px;
    margin-bottom: 0;
}


/* Colored Table with Divs */

.colored_table, .colored_table_alt {
    margin: 40px 0px;
}

.colored_table .row {
    margin-bottom: 0;
}

.colored_table .row:first-of-type div {
    background-color: #7eb948;
    color: #fff;
    text-align: center;
    padding: 10px 40px;
    border-bottom: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
}

.colored_table .row:first-of-type div:first-of-type {
    background-color: #dcddde;
    padding: 10px 40px;
    border-bottom: 1px solid #fff !important;
}

.colored_table .row div {
    text-align: center;
    padding: 10px 40px;
    border-bottom: 1px solid #afbeca;
    border-right: 1px solid #afbeca;
}

.colored_table .row div:first-of-type {
    background-color: #a6bad5;
    color: #fff;
    padding: 10px 40px;
    border-bottom: 1px solid #fff !important;
}

/* Colored Table */

.colored_table th {
    background-color: #7eb948;
    color: #fff;
    text-align: center;
    padding: 10px 40px;
    border-bottom: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
}

.colored_table th:first-of-type {
    background-color: #dcddde;
    padding: 10px 40px;
    border-bottom: 1px solid #fff !important;
}

.colored_table td {
    text-align: center;
    padding: 10px 40px;
    border-bottom: 1px solid #afbeca;
    border-right: 1px solid #afbeca;
}

.colored_table td:first-of-type {
    background-color: #a6bad5;
    color: #fff;
    padding: 10px 40px;
    border-bottom: 1px solid #fff !important;
}

/* Alternate Colored Table -  No left column */

.colored_table_alt th {
    background-color: #7eb948;
    color: #fff;
    text-align: center;
    padding: 10px 40px;
    border-bottom: 1px solid #fff !important;
    border-right: 1px solid #7eb948 !important;
}

.colored_table_alt th:last-of-type {
    border-right: 1px solid #7eb948 !important;
}

.colored_table_alt td {
    text-align: center;
    padding: 10px 40px;
    border-bottom: 1px solid #afbeca;
    border-left: 1px solid #afbeca;
    
}

.colored_table_alt td:last-of-type {
    border-right: 1px solid #afbeca;
}

.sticky_button {
    position: absolute;
    z-index: 200;
    left: -100px;
    top: 390px;
}

.padded_table td {
                padding: 8px !important;
}


/* Search Boost Styles
==================================================*/

.bstrap30 a, .bstrap30 a:link, .bstrap30 a:visited {
  	color: #002f56;
	font-weight: 500;
	text-decoration: none;
}

.bstrap30 a:hover {
  color: #002f56 !important;
    text-decoration: none;}

.bstrap30 .btn-primary {
    color: #002f56 !important;
    background-color: #ebebeb !important;
    border-color: #ebebeb !important;
    border: 1px solid #ebebeb !important;
    margin-top: 0px;
}

#body_content .bstrap30 ul li::before {
    content: none !important;
}

.bstrap30 .pagination>li>a, .bstrap30 .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #002f56 !important;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.bstrap30 .pagination>.active>a, .bstrap30 .pagination>.active>a:focus, 
.bstrap30 .pagination>.active>a:hover, .bstrap30 .pagination>.active>span, 
.bstrap30 .pagination>.active>span:focus, .bstrap30 .pagination>.active>span:hover {
    z-index: 3;
    color: #fff !important;
    background-color: #002f56 !important;
    border-color: #002f56 !important;
    cursor: default;
}

.bstrap30 .sb-default .input-group span.twitter-typeahead:first-child .form-control, .form-control.search-box.typeahead {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-color: #ebebeb !important;
    box-shadow: none !important;
    border: 1px solid #ebebeb !important;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgb(235 235 235) !important;
}

.bstrap30 .form-control {
    height: 30px !important;
    border-radius: 0px !important;
}

.bstrap30 .sb-default .input-group span.twitter-typeahead {
    display: block !important;
    height: auto !important;
}

.bstrap30 .btn {
    padding: 4px 9px !important;
}

.bstrap30 .sb-default .btn-group .btn:last-child {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.bstrap30 .btn-group>.btn:focus, .btn-group:focus {
    outline: none;
}

.bstrap30 .sb-default span.twitter-typeahead .tt-suggestion.tt-cursor, 
.bstrap30 .sb-default span.twitter-typeahead .tt-suggestion:hover, 
.bstrap30 .sb-default span.twitter-typeahead .tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #002f56;
}

.bstrap30 .sb-default .input-group span.twitter-typeahead .tt-menu {
    padding: 3px 0px !important;
    border-radius: 0px !important;
    min-width: 155px !important;
}

.bstrap30 .sb-default {
    padding: 0 !important;
}

.bstrap30 .row {
    margin-left: -15px;
    margin-right: -30px !important;
    margin-bottom: 0px;
}


/* Homepage Styles
---------------------------------------------------------*/
#arrow {
    position: relative;
    z-index: 4999;
    margin: 0 auto;
    text-align: center;
    bottom: 70px;
}

#arrow:hover {
    cursor: pointer;
}

.home_sticky_button {
    position: absolute;
    z-index: 200;
    left: -100px;
    top: 610px;
}

.bucket_row {
    margin-bottom: 75px !important;
}

.bucket .bucket-img {
    margin-right: 33px;
    display: inline-block;
    position: relative;
    float: left;
    padding-top: 20px;
}
    
.bucket:last-of-type .bucket-img {
    margin-right: 0;
}    
    
.bucket .bucket-img-hover {
    width: 300px;
    height:215px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: -35px;
    z-index: 1;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
.bucket .bucket-img:hover .bucket-img-hover {
    display:block;
    opacity: 1;
    z-index: 2;
}

.bucket-img-hover img {
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.15);
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.15);
}

.bucket img {
    display: block;
}

#dnn_LeftTopicPane {
    padding-right: 25px;
}

#dnn_RightTopicPane {
    padding-left: 25px;
}

.topic_title {
    color:#7eb948;
    text-transform: uppercase;
    font-size: 16px;
    line-height: auto;
    letter-spacing: .1em;
    font-weight: 500;
}

.green_underline a {
    color:#002f56;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: .1em;
    font-weight: 700;
}

.gold_underline a {
    color:#a8bbd5;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1em;
    font-weight: 700;
}

.green_underline img {
    opacity: 0;
    margin-top: -10px;
}

.gold_underline img {
    opacity: 0;
    margin-top: -12px;
}

a.learn_more {
    color:#002f56;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: .1em;
    padding-right: 25px;
    padding-bottom: 6px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
}


a.learn_more:hover::before, 
a.learn_more:focus::before, 
a.learn_more:active::before {
    right: 0;
}

a.learn_more::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #7eb948;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.topic_desc {
    letter-spacing: 0;
    margin-bottom: 10px;
}

.news_desc {
    letter-spacing: 0;
    margin-bottom: 5px;
}


.news_title, .news_title a {
    color: #dbb35b;
    text-transform: uppercase;
    font-size: 24px;
    font-style: italic;
    line-height: 24px;
    letter-spacing: .1em;
    margin-bottom: 15px;
    font-weight: 400;
}

.news_subtitle, .news_subtitle a {
    color: #002f56;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 10px;
}

.author {
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 500;
    font-style: italic;
    color: #4d4d4d;
    margin-bottom: 3px;
}

a.read_more {
    color:#a8bbd5;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1em;
    padding-right: 25px;
    padding-bottom: 6px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
}

a.read_more:hover::before, 
a.read_more:focus::before, 
a.read_more:active::before {
    right: 0;
}

a.read_more::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #dbb35b;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


/* Calendar Styles
---------------------------------------------------------*/

/* Footer Styles
---------------------------------------------------------*/

#footer {
	width:100%;
    border-top: 2px solid #dbb35b;
    padding-top: 24px;
    margin-top: 30px;
}

a.footer_email, a.footer_email:link, a.footer_email:visited, a.footer_email:active, a.footer_email:hover {
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 10px;
    line-height: 14px;
    font-weight: 400;
    color: #4d4d4d;
}

a.social_media, a.social_media:link, a.social_media:visited, a.social_media:active {
	color: #002f56;
    font-weight: normal;
    text-decoration: none !important;
    padding: 8px 4px 5px;
    display: inline-block;
   
}

a.social_media:hover {
	font-weight: normal;
	text-decoration: none;
	color:#7eb948;
}

.hidden_link, a.hidden_link:link, a.hidden_link:hover, a.hidden_link:visited {
	color:#fff !important;	
}

#footer p {
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 10px;
    line-height: 14px;
}

#footer .footer_title, #footer .footer_title a {
    font-size: 14px;
    font-weight: 500;
    color: #002f56;
    margin-bottom: 10px;
    line-height: 18px;
}

#footer .footer_title a:hover {
    font-weight: 700;
}

.footer_links {
    padding: 0 6px 0 0;
}

.footer_links a {
    color: #4d4d4d;
    text-decoration: none;
    font-weight: 400;
}

.footer_links a:hover {
    text-decoration: none;
    font-weight: 500;
}

/* Default Over-rides
-------------------------------------------------*/

.row {
	margin-bottom: 25px;
}

.no-margin {
	margin: 0;
}

h1 {
    font-size: 26px;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    color: #7eb948;
    letter-spacing: 0.05em;
	line-height: 30px;	
}
   
 h1.container_title {
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    font-size: 36px;
    line-height: 36px;
    color: #dbb35b;
    font-weight: 400;
    margin-bottom: 35px;
    letter-spacing: .15em;
}   
   
h1.container_title:before {
    content: "";
    display: block;
    border-top: solid 2px #a8bbd5;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
    
 h1.container_title span {
    background: #fff;
    padding: 0 15px 0 15px;
    position: relative;
    z-index: 5;
}

h2 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    color: #002f56;
    letter-spacing: 0.05em;
	line-height: 20px;	
}

h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    color: #002f56;
    letter-spacing: 0.05em;
	line-height: 20px;	
}

h4 {
	
}

p {
    margin-bottom: 20px;
}

.hdn {
    display: none
}

#body_content ul {
		list-style: none;
}

#body_content ul li {
    margin-bottom: 12px;
}

#body_content ul li:before {
    content: "\203A";
    padding-right: 5px;
    color: #7eb948;
}

#body_content ol {
    list-style-type: none;
    position: relative;
    margin-left: 18px;
}

#body_content ol li::before {
    content: counter(li) "."; 
    color: #7eb948;
    left: -32px;
    position: absolute;
    text-align: right;
    width: 26px;
}

#body_content ol li {
    counter-increment: li;
    margin-bottom: 12px;
}


#body_content ul ul, ul ol, ol ol, ol ul {
    margin: 10px 0px 10px 15px;
}

#main_container {
	padding:0;
	margin:0;	
}

td #dnn_ContentPane {
	margin:0;
	padding:0;	
}

#ControlBar_ControlPanel {
	position:absolute !important;
	z-index:9000;	
	top:0;
}

#ControlPanelWrapper #dnnCPWrap{filter:none !important;}

/* Modules */

div.dnnModuleDigitalAssetsGrid {
    padding-bottom: 80px !important;
}

#dnnModuleDigitalAssetsSelectionToolbar {
    min-height: 38px !important;
}

/* Panes - In Layout Mode */
.paneOutline{border:0;}
.paneOutline span.SubHead center{border:1px #ccc dotted;border-left:0;border-right:0;line-height:2.5em;}

.dnnEditState .DnnModule { 
opacity: 1.0; 
} 

.dnnSearchBox {
	width:80%;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.left{
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}


/* #Media Queries
================================================== */

@media only screen and (max-width: 1115px) {
    #navigation {
		display:none;	
	}
    
    .slicknav_menu {
        display:block;
    }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1335px) {
	
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {

	.dnnFormItem > label.dnnFormLabel {
    	width: auto;
	}	
	
	.dnnLabel {
    	width: auto;
	}	
	
	#navigation, .top, .desktop, .page_description, .menu_side_content {
		display:none;	
	}
	
	.slicknav_menu, .mobile {
		display:block;
	}
    
    .row.header_btns {
        position: absolute;
        top: 115px;
    }
    
    .twevle.columns.logo.center {
        position: absolute;
        top: 30px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
    }
    
    #home_body_content, #hero_banner {
        margin-top: 225px;
    }
    
    .row.header_btns .eight.columns {
        display: none;
    }
    
    .row.header_btns .four.columns.right {
        width: 100%;
    }
    
    .join_login {
        margin-bottom: 10px;
    }
    
    #dnn_avtSearchloggedout_pnlInput {
        padding-right: 50px;
    }
	
	.nav {
		width: 100%;
	}
    
    li.selected a, li.selected {
        border-bottom: none;
    }
    
    .subLevel .container .row {
        margin-bottom: 0;
    }
    
    .nav_left {
        padding-right:0px; 
        margin-top:0px;
    }

    .nav_right {
        padding-left:0px;
        margin-top:0px;
    }
    
    .top_links .container .row {
        margin-bottom: 5px;
    }
    
    ul.top_nav {
        text-align: center;
        display: block;
    }
    
    ul.top_nav li {
        float: none;
        margin-right: 0px;
    }
	
	.left, .center, .right {
		text-align: center;
	}
	
    #arrow {
        bottom: 30px;
    }
    
    .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }
    
    .home_sticky_button, .sticky_button {
        display: none;
    }
    
    .bucket_row {
        margin-left: 19%;
    }
    
    #dnn_LeftTopicPane, #dnn_RightImagePane, 
    #dnn_RightTopicPane, #dnn_LeftImagePane    {
        padding-right: 25px;
        padding-left: 25px;
    }
    
    .row.news_views {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 50px;
    }
    

    .news_title {
        margin-top: 25px;
    }
    
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    
    #Body {
        overflow-x: hidden;
    }
    
    .row.header_btns {
        top: 125px;
    }
    
    #home_body_content {
        margin-top: 265px;
    }
    
    #hero_banner {
        margin-top: 265px;
        margin-bottom: 25px;
    }
    
    
    .six.columns.join_login {
        margin-bottom: 10px;
    }
    
    #dnn_avtSearchloggedout_pnlInput {
        padding-right: 40px;
    }
    
    .home_sticky_button {
        display: none;
    }
    
    .bucket_row {
        margin-left: 0%;
        margin-bottom: 40px !important;
    }
    
    .bucket .bucket-img {
        margin-right: 0;
        float: left;
        width: 50%;
        padding: 20px 5px 0px;
    }
    
    .slick-dots, #arrow {
        display: none !important;
    }
    
    #dnn_LeftTopicPane, #dnn_RightImagePane, #dnn_RightTopicPane, #dnn_LeftImagePane {
        padding-right: 0px;
        padding-left: 0px;
    }
    
    .bstrap30 .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .social_media {
        margin-bottom: 20px;
    }
    
    .footer_links {
        margin-bottom: 10px;
        width: 48%;
        min-height: 130px;
    }
}


/* iPad in landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { }

/* iPad in portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {  }


