@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Source+Sans+Pro:400,400i,600,600i,700,700i');
/* @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css); */
@import url(https://use.fontawesome.com/releases/v5.0.7/css/all.css);

@import url(../css/nbcsl-icons.css);

/* v1.0 | 20080212 */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

img{
	vertical-align: middle;
}

/* ----------------- */
/* Global Formats */
/* ----------------- */

body{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
	padding: 0;
	color: #444;
}

body, html{
	height: 100%;
}

p{
	margin: 0 0 15px 0;
}

h1, h2, h3, h4{
	font-weight: 700 !important;
	margin: 0 0 10px 0;
	line-height: 1.3;
}

h1{
	font-size: 35px;
	text-transform: uppercase;
	color: #014874;
}

h2{
	font-size: 25px;
	color: #1F61A9;
}

h3{
	font-size: 21px;
}

h4{
	font-size: 19px;
	color: #679000;
}

h5{
	font-size: 15px;
	font-weight: 400 !important;
	color: #D69900;
}

label{
	font-size: 100%;
	font-weight: normal;
}

a:link, a:visited{
	border: 0;
	color: #014874;
	display: inline;
	text-decoration: none;
	outline: none;
}

a:hover{
	color: #000;
}

hr{
	color: #fff; 
	background-color: transparent; 
	border: 1px dotted #CCC; 
	border-width: 0 0 1px 0; 
	margin: 5px 0;
	width: 100%;
	text-align: center;
}

sup{
	font-size: 50%;
}

td{
	vertical-align: top;
}

img{
	max-width: 100%;
}

object {
    pointer-events: none;
}

input, button, select, textarea{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
}

/* ----------------- */
/* DIVs */
/* ----------------- */

#top, #user_menu, #banner, #header, #intro, #member_signup, #wrapper, #latest_news, #footer, #footer_bottom{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0;
	clear: both;
	display: table;
	table-layout: fixed;
}

#top{
	padding: 20px 0;
}

#user_menu {
    text-align: right;
	padding: 5px 0;
	/* background: #014874; */
	background: #333;
}

#banner{
	background: #EEE;
	padding: 0;
}

#header{
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5)), url('../images/header_bg.jpg') center center;
	background-size: cover;
	padding: 10% 0 0 0;
	text-transform: uppercase;
	margin: 0;
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    line-height: 0;
    font-family: 'Source Sans Pro', Open Sans, sans-serif;
}

#intro{
	padding: 0;
}

#intro:after{
	content: '\0051';
    display: block;
    font-family: nbcsl icons;
    background: #1F61A9;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 19px;
	line-height: 2.8;
    position: absolute;
    bottom: -25px;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
}

#member_signup{
	text-align: center;
	color: #FFF;
	background: #014874;
	font-size: 20px;
	line-height: 1.5;
}

.home_page #member_signup {
    padding-top: 60px;
}

#wrapper{
	overflow: hidden;
}

#wrapper.remove_bottom {
    padding-bottom: 0;
}

#wrapper.with_sidebar {
    padding-top: 0;
}

#latest_news_wrap{
	background: #014874;
}

div#k2ModuleBox167.home_press .moduleItemIntrotext {
    font-size: 16px;
    line-height: 1.65;
	text-align: initial;
}

#latest_news{
	/* color: #FFF; */
	/*background: url('../images/latest_news.jpg') center center;*/
	/* background-size: cover; */
	/* padding: 90px 0;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	border-top: 1px solid #014874; */
}

#footer{
	background: #F7F7F7;
	color: #888;
	font-size: 14px;
	line-height: 1.6;
}

#footer_bottom{
	font-size: 14px;
	line-height: 1.6;
}

.content{
	position: relative;
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	clear: both;
	display: table;
	table-layout: fixed;
}

.main, .sidebar{
	position: relative;
	height: auto;
	margin: 0 auto;
	padding: 0 20px 0 0;
	display: table-cell;
}

.sidebar{
	width: 280px;
	margin-top: 420px;
	padding: 0;
}

.our_president .main{
	margin-top: 40px;
}

.our_president .sidebar{
	margin-top: 0;
}

#header .content, #wrapper .content{
	max-width: 980px;
}

/* ----------------- */
/* Custom CSS */
/* ----------------- */

/* --- Clearing --- */

#wrapper a{
	border-bottom: 1px solid #BBB;
}

.clr{
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	float: none;
	padding: 0;
	margin: 0;
	border: none;
}

.pad{
	position: relative;
	padding: 20px;
	clear: both;
}

*{
	background-repeat: no-repeat !important;
}

a.logo_wrap {
    display: inline-block;
    width: 100%;
    max-width: 145px;
	position: relative;
}

a.learn_more {
    display: inline-block;
    padding: 5px 20px;
	border-radius: 25px;
	border: 1px solid;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.55 !important;
}

.tp-caption a.learn_more{
	color: #FFF;
}

a.learn_more:after {
    display: inline-block;
    content: '\0041';
	font-family: 'nbcsl icons';
	font-size: 12px;
	vertical-align: baseline;
	margin: 0 0 0 5px;
}

td.splitter, span.splitter{
	width: 2%;
	background: transparent !important;
}

/* ------------------- */
/* Regional Leadership */
/* ------------------- */

.regional_table td{
	vertical-align: middle;
	padding: 10px;
}

.regional_table td:first-child, .regional_table td:first-child + td + td + td{
	padding-right: 15px;
}

.regional_table td:first-child img, .regional_table td:first-child + td + td + td img {
    width: 200px;
}

/* ------------------- */
/* Public Policy */
/* ------------------- */

.policy_grid{
	padding: 0;
	margin: 0 calc(50% - 50vw);
	background: #EEE;
	background-image: url(../images/chambers.jpg), linear-gradient(to right, #EEE 50%, #EEE 50%);
	background-size: 50%;
}

.policy_grid table.main_policy td{
	padding: 20px 0 0 0;
	vertical-align: top;
}

.policy_grid table.main_policy td:first-child + td{
	background: #EEE;
	width: 800px;
	padding-left: 40px;
}

table.policy_actions td{
	width: 50% !important;
	padding: 0 0 20px 0 !important;
}

table.policy_actions td:first-child,
table.policy_actions td:first-child + td + td{
	width: 50px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.main_policy [class*='icon-'] {
    font-size: 40px;
}

.policy_form h2{
	color: inherit;
}

.policy_form{
	padding: 45px 0;
	margin: 0 calc(50% - 50vw);
	margin-bottom: -40px;
	background: linear-gradient(rgba(2, 36, 74, 0.5), rgba(2, 36, 74, 0.5)), url(../images/chambers.jpg) center center no-repeat;
	background-position: center center;
	background-size: cover;
	color: #FFF;
}

/* ------------------- */
/* Sitewide Styles */
/* ------------------- */

#header h1{
	margin: 0;
	color: #FFF;
	font-size: 60px;
    font-weight: 600;
    line-height: 0;
    font-family: 'Source Sans Pro', Open Sans, sans-serif;
}

table.top_content td{
    vertical-align: bottom;
}

table.top_content td:first-child{
    width: 145px;
}

.top_buttons{
	margin: 0 0 10px 0;
	text-align: right;
}

.top_buttons .nav {
    margin: 0;
}

.top_buttons form#login-form, .top_buttons ul.nav.menu, .top_buttons .login-greeting, .top_buttons .logout-button {
    display: inline-block;
}

.top_buttons form#login-form{
   background: #EEE;
   border-radius: 25px;
   padding: 0 0 0 15px;
   vertical-align: top;
}

.top_buttons ul.nav>li{
	display: inline-block;
}

.top_buttons a, .top_buttons input[type="submit"].btn{
	display: inline-block !important;
    background: #1F61A9;
    color: #FFF;
    padding: 10px 15px 7px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 12.5px;
    letter-spacing: 0.7px;
    line-height: 1;
	margin: 0 0 0 5px;
	box-shadow: none;
	border: 0;
	outline: none !important;
}

.top_buttons a:hover, .top_buttons a:focus, .top_buttons input[type="submit"].btn:hover{
    background: #014874 !important;
}

.top_buttons a.fbook{
	padding: 10px 10px 7px;
}

.top_buttons a.rss{
	background: #CC6A12;
	padding-top: 8px;
}

.top_buttons a.rss:after{
	content: '\0045';
	font-family: 'nbcsl icons';
	display: inline-block;
	margin: 0 0 0 5px;
	color: #E59655;
}

.top_buttons a.rss:hover, .top_buttons a.rss:focus{
	background: #B7590B !important;
}

.top_buttons a.member:after{
	content: '\0042';
	font-family: 'nbcsl icons';
	display: inline-block;
	margin: 0 0 0 5px;
	color: #73B5D6;
}

.top_buttons a i{
	margin: 0 0 0 5px;
}

table[class*="footer_"] td{
    width: 50%;
}

table[class*="footer_"] td.left_foot {
    width: 355px;
}

table.footer_content td:first-child .nav{
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
	text-transform: uppercase;
	max-width: 270px;
}

table.content_interior td:first-child{
	width: 100px !important;
}

table.footer_bottom_content td:first-child{
    width: 66.6%;
}

table.footer_bottom_content td:first-child + td{
    text-align: right;
}

#member_signup a.learn_more/* , #latest_news a.learn_more */, #banner .learn_more.yellow, .header-text a.learn_more{
	background: #D69900;
	border-color: #D69900 !important;
	color: #FFF;
	margin: 15px 5px 5px 5px;
}

#member_signup a.learn_more:hover/* , #latest_news a.learn_more:hover*/, #banner .learn_more.yellow:hover, .header-text a.learn_more:hover{
	background: #BB8600;
	border-color: #BB8600 !important;
}

/* #latest_news a.learn_more.latest{
	background: #1F61A9;
	border-color: #1F61A9;
}

#latest_news a.learn_more.latest:hover{
	background: #014874;
	border-color: #014874;
}

#latest_news h1{
	color: inherit;
} */

#wrapper ul li{
	margin: 0 0 5px 20px;
	line-height: 1.55;
	list-style: disc;
}

#wrapper ul li ul li{
	list-style: circle;
}

#wrapper li ul{
	margin-top: 5px;
}

#wrapper ol li{
	list-style: decimal;
}

#wrapper ol li li{
	list-style: lower-roman;
}

#wrapper ol li li li{
	list-style: lower-alpha;
}

#wrapper ol li li li li{
	list-style: lower-roman;
}

span.intro_text {
    font-size: 22px;
	color: #8E5415;
	color: #888;
    display: block;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
	line-height: 1.45;
}

span.intro_text:after {
	content: '';
    display: block;
	width: 100%;
	max-width: 100px;
	height: 2px;
	background: #1F61A9;
	margin: 20px auto 0 auto;
}

.page_header {
    background-size: cover !important;
    margin: 0 calc(50% - 50vw);
    margin-top: -40px;
	margin-bottom: 40px;
    padding: 205px 0 0 0;
	color: #FFF;
}

.main .page_header {
    /* margin: 0 calc(30% - 50vw); */
	margin-bottom: 40px;
}

.our_president .page_header {
    display: none;
}

.page_header h1{
    margin: 0;
    color: #FFF;
    font-size: 60px;
    font-weight: 600;
    line-height: 0;
	font-family: 'Source Sans Pro', Open Sans, sans-serif;
}

.pull-left.item-image {
    float: none;
}

@supports (-ms-ime-align:auto) {
	.page_header h1, #header h1{
		padding-bottom: 21px;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .page_header h1, #header h1{
		padding-bottom: 21px;
	}
}

.error .page_header h1, .error #header h1, .error #wrapper{
	text-align: center;
}

.quote {
    float: right;
    background: #1f61a9;
    max-width: 490px;
    margin: 0 0 20px 10px;
    color: #FFF;
    padding: 20px 20px 20px 40px;
    box-sizing: border-box;
	position: relative;
	font-size: 20px;
}

.sidebar .quote {
    padding-top: 40px;
	margin: 0;
	float: none;
}

.quote:before {
    content: '\0048';
    display: inline-block;
    font-size: 17px;
    width: 20px;
    line-height: 1;
    position: absolute;
	left: 15px;
	color: #D69900;
	font-family: 'nbcsl icons';
}

.quote strong, .quote em {
    font-size: 14px;
}

.quote strong {
    color: #D69900;
}

#wrapper a.back_to {
    border: 0;
    background: #D69900;
    color: #FFF;
    padding: 5px 15px;
    border-radius: 25px;
    margin: 0 0 10px 0;
    display: inline-block;
	font-weight: 600;
}

#wrapper a.back_to:hover {
    background: #BB8600;
}

a.join_btn {
    display: inline-block;
    border: 2px solid !important;
    padding: 15px 25px;
    margin: 5px 10px 5px 0;
    font-weight: 700;
    text-transform: uppercase;
	font-weight: 600;
}

.benefits h2{
	color: inherit;
	font-size: 30px;
	margin-bottom: 20px;
}

.benefits a.join_btn {
    color: #FFF;
	border-color: #D69900 !important;
}

.benefits a.join_btn:hover {
	background: #D69900;	
}

.benefits {
    background: #1d599c url(../images/capital_blue.jpg) center bottom no-repeat;
	background-size: cover;
	color: #FFF;
    margin: 0 calc(50% - 50vw);
	padding: 50px 0;
	font-size: 20px;
}

.special_block {
    background: #EEE;
	background-size: cover;
    margin: 0 calc(50% - 50vw);
	padding: 35px 0;
}

#wrapper .benefits ul li{
	margin-bottom: 10px;
	line-height: 1.3;
}

.phocadownloadfile {
    border: 0;
    margin: 0;
    padding: 0;
}

.phocadownloadfilelist{
	margin: 0;
	padding: 10px;
}

.phocadownloadfilelistitem {
    padding: 5px 0px;
}

#wrapper .phocadownloadfile a{
	border: 1px solid #014874;
    padding: 5px 15px 5px 40px;
    border-radius: 50px;
}

#wrapper .pd-cdesc .phocadownloadfile a {
    border: 0;
    padding: 0;
    text-transform: initial;
    border-bottom: 1px solid #BBB;
    border-radius: 0;
}

#wrapper .pd-cdesc .phocadownloadfile {
    margin: 0 0 5px 0;
}

.phoca-dl-file-box-mod .pd-document16, #phoca-dl-file-box .pd-document16, #phoca-dl-category-box .pd-document16, #phoca-dl-download-box .pd-document16 {
    padding: 0;
    height: auto !important;
    line-height: initial;
    display: inline-block;
    background-position: 15px center !important;
	text-transform: uppercase;
    font-weight: 700;
}

.rl_sliders.accordion>.accordion-group>div>a:focus, .rl_sliders.accordion>.accordion-group.active>div>a:focus{
	box-shadow: none;
}

.rl_sliders.accordion>.accordion-group{
	margin: 0;
	border-radius: initial;
}

div.catItemView div.catItemHeader span.catItemDateCreated, span.catItemDateCreated, .moduleItemDateCreated {
    color: #000;
    font-size: 13px;
	margin: 0 0 7px 0;
    display: inline-block;
}

div.catItemHeader h3.catItemTitle {
	padding: 0;
	margin-bottom: 10px;
}

div.subCategory {
    margin: 0;
    padding: 20px;
}

/* Responsive Video */

.video-responsive{
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.video-responsive iframe{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* ------------------- */
/* Home Page */
/* ------------------- */

table.intro_content {
    width: 100%;
}

table.intro_content td:first-child{
    width: 33.3%;
    width: 50%;
	background-size: cover !important;
}

table.intro_content td:first-child + td{
    padding: 40px 0 40px 40px;
	background: #FFF;
}

#banner .slide-desc-bg-default{
	background: transparent;
}

#banner .slide-text table td{
	vertical-align: middle;
}

#banner .slide-desc-text-default {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
	line-height: 1.55;
    font-size: 20px;
}

#banner h1{
	color: inherit;
}

#banner	.djslider-default .slide-desc{
	top: 0;
}

#banner .djslider-default .navigation-container-custom {
    top: inherit;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
}

#banner .unhide_it{
	display: none !important;
}

#banner a.learn_more {
    font-size: 0.7em !important;
}

/* News Block */

.k2ItemsBlock.home_press .moduleItemTitle{
	font-weight: 700;
	font-size: 16px;
}

#latest_news{
	background: url(../images/news_bg.jpg) center center no-repeat;
	background-size: cover;
}

table.news_stories td{
	padding: 0;
}

table.news_stories td.split {
    width: 25px;
}

table.news_stories a.moduleItemTitle {
    font-weight: 700;
}

#latest_news div.k2ItemsBlock.all_stories ul li:first-child {
    display: none;
}

#latest_news div.k2ItemsBlock.main_story ul li, 
#latest_news div.k2ItemsBlock.all_stories ul li{
	margin: 0 0 10px 0;
}

#latest_news div.k2ItemsBlock.all_stories ul li {
    display: table;
    width: 100%;
}

div.k2ItemsBlock.main_story ul li span.moduleItemDateCreated, div.k2ItemsBlock.all_stories ul li span.moduleItemDateCreated{
    margin: 0;
}

#latest_news div.k2ItemsBlock.all_stories ul li .news_image, #latest_news div.k2ItemsBlock.all_stories ul li .news_content{
    display: table-cell;
	vertical-align: top;
}

div.k2ItemsBlock.main_story ul li .news_image{
	margin: 0 0 10px 0;
}

div.k2ItemsBlock.all_stories ul li .news_image{
	width: 185px;
}

div.k2ItemsBlock.all_stories ul li .news_image .moduleItemImage{
	width: 175px;
}

div.k2ItemsBlock ul li .news_image .moduleItemImage {
    padding-bottom: 65%;
    display: block;
    width: 100%;
    background-size: cover !important;
}

table.news_stories_heading td{
	padding: 10px 10px 30px 10px;
	text-align: center;
	font-size: 20px;
    line-height: 1.5;
}

table.news_stories_base{
	padding: 10px;
	text-align: center;
}

table.news_stories_base a.learn_more{
    background: #D69900;
    border: 1px solid #D69900 !important;
    color: #FFF;
    margin: 15px 5px 5px 5px;
}

table.news_stories_base a.learn_more:hover{
    background: #BB8600;
    border-color: #BB8600 !important;
}

table.news_stories_base a.learn_more.latest {
    background: #1F61A9;
    border-color: #1F61A9 !important;
}

table.news_stories_base a.learn_more.latest:hover {
    background: #014874;
    border-color: #014874 !important;
}

@media screen and (max-width: 750px) {
	#latest_news div.k2ItemsBlock.all_stories ul li .news_image, #latest_news div.k2ItemsBlock.all_stories ul li .news_content{
		display: block;
	}
	div.k2ItemsBlock.all_stories ul li .news_image, div.k2ItemsBlock.all_stories ul li .news_image .moduleItemImage{
		width: 100%;
	}
	div.k2ItemsBlock.all_stories ul li .news_image{
		margin: 0 0 10px 0;
	}
	table.news_stories td{
		display: block;
	}
	table.news_stories td.split{
		padding: 0;
		display: none;
	}
}

/* ------------------- */
/* About Us */
/* ------------------- */

table.counter td{
	background: #8E5415;
	color: #FFF;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	padding: 50px 30px
}

table.counter td span.numscroller{
	font-size: 40px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 5px;
}

/* table.counter td .su-counter-top{
	padding: 50px 30px !important;
}

table.counter td .su-counter-number, table.counter td .su-counter-text{
	color: #FFF;
}

table.counter td .su-counter-text{
	font-size: 20px !important;
}

table.counter td .su-counter-number{
	margin-bottom: 5px;
	font-weight: 700;
} */

table.staff td {
    text-align: center;
}

table.committee .splitter{
	width: 3%;
}

table.committee.title td {
    text-align: initial;
}

table.committee td {
    text-align: center;
}

table.committee.smaller{
	display: none;
}

table.staff td h5, table.committee td h5{
	font-weight: 700;
	text-transform: uppercase;
}

table.committee td img{
	width: 800px;
	height: auto;
	margin-bottom: 10px;
}

table.committee.title strong {
    font-size: 20px;
}

table.crt-officers td {
    text-align: center;
	padding: 0 10px 10px 10px;
}

/* ------------------- */
/* Partners */
/* ------------------- */

table.quad_logos td {
    text-align: center;
}

/* ------------------- */
/* Public Policy */
/* ------------------- */

#wrapper fieldset.formFieldset ol.formContainer li{
	list-style: none;
}

.pdtop, .exclude .return_to, .pginline{
	display: none;
}

a.return_to {
    margin: 0 0 15px 0;
	padding: 2px 15px;
    display: inline-block;
	border: 1px solid #BBB;
	border-radius: 50px;
}

a.btn-success{
	color: #FFF;
	text-shadow: none;
	box-shadow: none;
	background: #679000;
	border: 0 !important;
	border-radius: 50px;
}

a.btn-success:hover{
	background: #587B00;
}

.return_to:before{
    display: inline-block;
    content: '\0050';
    font-family: 'nbcsl icons';
    font-size: 12px;
    vertical-align: baseline;
    margin: 0 5px 0 0;
}

#phoca-dl-categories-box .pd-subcategory, #phoca-dl-category-box .pd-subcategory{
	background: transparent;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
}

.all-sub-categories {
    border: 1px solid #DDD;
}

#phoca-dl-categories-box .pd-subcategory a, #phoca-dl-category-box .pd-subcategory a{
	background: transparent;
	border: 0;
	border-top: 1px solid #DDD;
	padding: 10px;
	display: block;
}

#phoca-dl-categories-box .pd-subcategory:first-child a, #phoca-dl-category-box .pd-subcategory:first-child a{
	border: 0;
}

#phoca-dl-categories-box .pd-subcategory:nth-child(odd) a, #phoca-dl-category-box .pd-subcategory:nth-child(odd) a{
	background: #f7f7f7;
}

#phoca-dl-categories-box .pd-subcategory a:hover, #phoca-dl-category-box .pd-subcategory a:hover{
	background: #EEE;
}

/* #phoca-dl-categories-box .pd-subcategory:before,
#phoca-dl-category-box .pd-subcategory:before{
	display: inline-block;
	content:'\f114';
	font-family: "Font Awesome 5 Free";
    font-size: 12px;
    vertical-align: baseline;
    margin: 0 5px 0 0;
} */

#phoca-dl-category-box .pd-filenamebox{
	margin: 0;
}

.all-files {
    border: 1px solid #DDD;
}

#phoca-dl-category-box .all-files .pd-filebox {
    padding: 10px;
    border-top: 1px solid #DDD;
	margin: 0;
}

#phoca-dl-category-box .all-files .pd-filebox:first-child{
	border: 0;
}

#phoca-dl-category-box .all-files .pd-filebox:nth-child(odd) {
    background: #f7f7f7;
}

#phoca-dl-category-box .pd-document16{
	padding: 0 0 0 20px;
	background-position: 0 center !important;
}

#phoca-dl-category-box .pd-document16[style*="pdf"], #phoca-dl-category-box .pd-document16[style*="doc"], #phoca-dl-category-box .pd-document16[style*="docx"]{
	padding: 0 10px;
	background: transparent !important;
}

#phoca-dl-category-box .pd-document16[style*="pdf"]:before, #phoca-dl-category-box .pd-document16[style*="doc"]:before, #phoca-dl-category-box .pd-document16[style*="docx"]:before{
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	margin: 5px 5px 0 0;
	float: left;
}

#phoca-dl-category-box .pd-document16[style*="pdf"]:before{
	content: '\f1c1';
	color: #CD0002;
}

#phoca-dl-category-box .pd-document16[style*="doc"]:before, #phoca-dl-category-box .pd-document16[style*="docx"]:before{
	content: '\f1c2';
	color: #2A5598;
}

#phoca-dl-category-box .pd-filebox .rl_sliders.accordion{
	margin: 0;
}

#phoca-dl-category-box .pd-filebox .rl_sliders.accordion>.accordion-group{
	border: 0;	
}

#phoca-dl-category-box .pd-filebox .rl_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle{
	display: inline-block;
	border: 1px solid #EEE;
    padding: 2px 8px;
    background: #EEE;
    border-radius: 50px;
    font-size: 14px;
}

#phoca-dl-category-box .pd-filebox .rl_sliders.accordion>.accordion-group.active .accordion-heading .accordion-toggle, 
#phoca-dl-category-box .pd-filebox .rl_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle:hover{
	border: 1px solid #CCC;
	padding: 2px 8px;
}

#phoca-dl-category-box .pd-filebox .rl_sliders.accordion>.accordion-group>.accordion-body{
	clear: both;
}

#phoca-dl-category-box .pd-filebox .rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner{
	padding: 15px 0;
	border: 0;
}

#phoca-dl-category-box .pd-filebox .rl_sliders.accordion>.accordion-group .panel-heading {
    text-align: right;
}

/* ------------------- */
/* Policy in Action */
/* ------------------- */

#wrapper a.policy_pic {
    width: 100%;
    padding-bottom: 95%;
    display: block;
}

/* ------------------- */
/* Model Legislation */
/* ------------------- */

/* table.state_action td {
    padding: 15px 15px 15px 25px;
    border: 1px solid #eee;
    border-left: 4px solid #EEE;
    background: #F7F7F7;
}
 */
 
.subs {
    border-top: 1px solid #DDD;
    margin: 20px 0;
    padding: 20px 0 0 0;
}
 
div.itemIntroText {
    color: inherit;
    font-size: inherit;
    font-weight: initial;
    line-height: inherit;
    padding: 0 0 15px 0;
}
 
div.catItemView {
    margin-bottom: 48px;
    padding: 0;
}

div.itemListCategory {
    background: transparent;
    border: 0;
    margin: 0 0 25px 0;
	padding: 0 0 30px 0;
    border-bottom: 1px solid #DDD;    
}

table.state_action colgroup col {
    width: 100%;
}

table.state_action colgroup col:first-child {
    width: 270px;
}
 
table.state_action{
	border: 1px solid #eee;
    border-left: 4px solid #EEE;
    background: #F7F7F7;
}
table.state_action td {
    padding: 15px;
}
table.state_action td:first-child {
    padding: 15px 15px 15px 25px;
	width: 250px;	
}

table.state_action td img{
	/* max-width: 250px;
	margin: 0 20px 15px 0;
	float: left; */
}

.model_legislation span.catItemImage, .policy_in_action span.catItemImage{
	margin: 0;
}

div.full-content, .policy_in_action div.intro_container{
	display: table;
	table-layout: fixed;
	width: 100%;
}

div.full-content div.catItemImageBlock, .policy_in_action div.itemImageBlock{
	padding: 0 20px 0 0;
	margin: 0;
	width: 250px;
	display: table-cell;
	vertical-align: top;
}

div.full-content div.text_content, .policy_in_action div.itemIntroText{
	display: table-cell;
	vertical-align: top;
}

.model_legislation div.catItemExtraFields{
    margin: 0 0 15px 0;
    padding: 0;
    border: 0;
}

.model_legislation div.itemImageBlock {
    padding: 0;
    margin: 0 0 15px 25px;
    float: right;
    max-width: 500px;
}

.model_legislation div.itemBody {
    padding: 25px 0 0 0;
    margin: 0;
}

h1.itemTitle{
	margin-bottom: 5px;
	text-transform: initial;
}

div.itemBackToTop {
    display: none;
}

div#k2Container.itemView{
	padding: 0;
	margin: 0;
}

.footnotes {
    background: #fff3d5;
    padding: 15px;
    margin: 25px 0 0 0;
    border: 1px solid #D69900;
	position: relative;
	border-radius: 5px;
}

.footnotes:before {
	content: '';
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #D69900;
    position: absolute;
    top: -10px;
    left: 20px;
}

/* ------------------- */
/* Resolutions */
/* ------------------- */

.resolutions .phocadownloadfilelist{
	padding: 0;
	border: 0;
}

div.process, td.process{
	background: #F7F7F7;
	border: 1px solid #EEE;
	padding: 15px;
}

#phoca-dl-category-box .phocadownloadfilelist .pd-document16 {
    padding: 0 10px;
}

.phocadownloadfilelist .phocadownloadfilelistitem div[style*="pdf"]{
	background: transparent !important;
}

.phocadownloadfilelistitem div[style*="pdf"]:before{
	content: '\f1c1';
	font-family: "Font Awesome 5 Free";
	color: #CD0002;
	display: inline-block;
	margin: 0 5px 0 0;
}

/* ------------------- */
/* Events */
/* ------------------- */

.icon-plus:before {
    font-family: simple-line-icons;
}


.pagination{
	text-align: center;
}

.pagination ul>li>a, .pagination ul>li>span {
    padding: 10px 12px;
    line-height: 1;
}

a.more_detail {
    border: 0 !important;
    display: inline-block;
    background: #679000;
    color: #FFF;
    padding: 4px 15px;
    border-radius: 99px;
    font-size: 13px;
}

a.more_detail:hover {
    background: #587B00;
}

table.events thead td{
	font-size: 20px;
	background: #014874;
	color: #FFF;
}

table.events td{
	padding: 7px 10px;
	border: 1px solid #DDD;
  word-break: break-word;

  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

table.events td[colspan="3"]{
	background: #EEE;
	font-size: 20px;
}

div#dp-list a[id*="-edit"] {
    display: none;
}

span.dp-list-month, span.dp-list-day {
    display: block;
    text-align: center;
}

span.dp-list-month{
	text-transform: uppercase;
	font-weight: 600;
}

span.dp-list-day {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 5px;
}

div[id*="dp-list-events"] {
    position: relative;
	margin: 25px 0 0 0;
    padding: 25px 0 0 0;
    border-top: 1px solid #DDD;
}

div#dp-list-events div[id*="dp-list-events-"] {
    margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #EEE;
}

div#dp-list-events div[id*="dp-list-events-"]:first-child, div#dp-list-events div[id*="dp-list-events-"] div[id*="dp-list-events-"] {
    margin: initial;
	padding: initial;
	border-top: initial;
}

.dp-list-location {
    float: initial;
    clear: both;
    font-size: inherit;
    padding: 0 0 0 65px !important;
	font-weight: 600;
    color: #679000;
}

div[id*="-calendar"] {
    position: absolute;
	left: 0;
	margin-top: 5px !important;
	width: 45px;
	border: 1px solid #DDD !important;
	background: #EEE;
}

div#dp-list h3.dp-event-header, h3.dp-list-dp-event-header, .dp-list-date, #dp-list-events span[id*="-field"] {
    padding: 0 0 0 65px;
	display: block;
}

.dl-horizontal dd#dp-event-information-content-details-data-date-content {
    margin-left: 0;
}

.dl-horizontal dt#dp-event-information-content-details-data-date-label {
    width: initial;
    margin: 0 10px 0 0;
}

/* ------------------- */
/* Events Booking */
/* ------------------- */

.custom.warning {
    border: 1px solid #ffefa2;
    background: #fff9f1;
    padding: 8px 15px;
    margin-bottom: 10px;
    border-radius: 3.5px;
}

.custom.warning i.fa, .custom.warning i.fas {
    color: #ff6500;
}

.eb-event-date-containerr {
    display: inline-block;
    left: 0;
    position: absolute;
	border: 1px solid #DDD !important;
    background: #EEE;	
}

#wrapper .eb-event-date{
	background: #EEE;
	color: #444;
	text-shadow: none;
}

#wrapper .eb-event-date-day, #wrapper .eb-event-date-month{
	color: #444;
	font-weight: 600;
	text-transform: uppercase;
}

#wrapper .eb-event-date-day{
	font-weight: 700;
	font-size: 24px;
}

.eb-event-information {
    margin: 0;
    padding: 0;
}

.eb-event-date-info {
    display: inline-block;
    font-size: 13px;
    line-height: inherit;
	color: #888;
}

.eb-description {
    border-bottom: 1px solid #ddd;
    margin: 0 0 25px;
    padding: 0 0 25px;
}

.eb-events-timeline .eb-taskbar {
    border-bottom: 0 none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.eb-event-container {
    margin-top: 20px;
    padding-top: 20px;
	padding-left: 70px;
	border-top: 1px solid #EEE;
}

.eb-event-container:first-child {
    margin-top: 0;
    padding-top: 0;
	border-top: 0;
}

.eb-event-date.btn-inverse {
    border-radius: 0;
    height: auto;
    padding: 10px;
    width: 30px;
}

.eb-list-location{
	font-weight: 600;
	color: #679000;
}

.eb-list-details .eb-list-location-main, 
.eb-list-details .eb-taskbar{
	display: inline-block;
	vertical-align: top;
}

#wrapper .eb-taskbar.eb-register-buttons-bottom.clearfix li {
    margin: 0 !important;
    padding: 0;
}

#wrapper .eb-taskbar.eb-register-buttons-bottom.clearfix li.no_invite {
    display: none;
}

#eb-event-page .eb-box-heading.clearfix {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

#eb-event-page .eb-description {
    border: 0 none;
    padding: 0;
}

#eb-event-info{
	margin-top: 15px;
    padding: 10px;
    border: 1px solid #DDD;
    background: #f7f7f7;
}

#eb-event-page .eb-description .eb-description-details.clearfix {
    margin: 20px 0;
}

.eb-taskbar.eb-register-buttons-bottom.clearfix a.btn {
    border: 1px solid #DDD;
}

.eb-taskbar.eb-register-buttons-bottom.clearfix a.btn[href*="registration"] {
    background: #679000;
border: 1px solid #679000;
	color: #FFF;
text-shadow: none;
box-shadow: none;
font-weight: 600;
text-transform: uppercase;
}

/* ------------------- */
/* Media Center */
/* ------------------- */

div.itemList {
    display: table;
    width: 100%;
}

div.itemVideoBlock {
    padding: 0;
    background: transparent;
}

#wrapper div.itemHeader h2.itemTitle {
    padding: 0px 0 10px 0;
    margin: 0;
}

#wrapper div.itemToolbar{
	padding: 8px 0;
	margin: 10px 0 0 0;
}

#wrapper div.itemToolbar ul{
	text-align: initial;
}

#wrapper div.itemToolbar ul li{
	margin: 0;
	padding: 0;
}

#wrapper div.k2Pagination ul li span{
	padding: 0;
	background: transparent;
	border: 0;
	line-height: 1.5;
}

div.k2Pagination ul li.disabled a{
	color: #888;
	background: #EEE !important;
}

div.k2Pagination ul li.active a{
	color: #FFF;
	background: #D69900 !important;
}

div.k2Pagination ul li a{
	border-radius: initial;
}

div.k2Pagination ul li a.begin, div.k2Pagination ul li a.Start{
	border-radius: 4px 0 0 4px;
}

div.k2Pagination ul li a.end, div.k2Pagination ul li a.End{
	border-radius: 0 4px 4px 0;
}

div.k2Pagination ul li a:hover{
	background: #F7F7F7;
}

#wrapper a.media_pic {
    width: 100%;
    padding-bottom: 65%;
    display: block;
	background: url('../images/placeholder.jpg') center center no-repeat;
	background-size: cover;
}

.media_center div.itemContainer{
	width: 31.3% !important;
	padding: 0 1%;
}

.media_center div.itemContainer:first-child,
.media_center div.itemContainer:first-child + div.itemContainer + div.itemContainer + div.itemContainer,
.media_center div.itemContainer:first-child + div.itemContainer + div.itemContainer + div.itemContainer + div.itemContainer + div.itemContainer + div.itemContainer,
.media_center div.itemContainer:first-child + div.itemContainer + div.itemContainer + div.itemContainer + div.itemContainer + div.itemContainer + div.itemContainer + div.itemContainer + div.itemContainer + div.itemContainer{
	clear: both;
}

.media_center div.catItemView, .media_center div.catItemImageBlock{
	margin: 0;
}

#wrapper div.k2Pagination ul li, #wrapper div.k2Pagination ul li a{
	margin: 0;
}
#wrapper div.k2Pagination ul li a{
	border-color: #ddd !important;
}

div.k2ItemsBlock ul{
	padding: 0;
}

#wrapper .media_center .subCategory div.k2ItemsBlock ul li{
    display: table;
	width: 31.3%;
	margin: 5px 1% 20px 1%;
	table-layout: fixed;
	float: left;
}

#wrapper .media_center .subCategory div.k2ItemsBlock ul li.clearList{
	display: none;
}

#wrapper .media_center .subCategory div.k2ItemsBlock ul li:first-child + li + li + li{
    clear: left;
}

.subCategory div.k2ItemsBlock ul li .news_image{
	margin: 0 0 10px 0;
}

.subCategory div.k2ItemsBlock ul li .news_image .moduleItemImage, span.catItemImage .news_img{
	padding-bottom: 65%;
	display: block;
	width: 100%;
	background-size: cover !important;
}

a.subCategoryMore{
    background: #D69900;
    border-color: #D69900;
    color: #FFF;
    margin: 15px 5px 5px 5px;
	display: inline-block;
	padding: 5px 20px;
    border-radius: 25px;
	border: 0 !important;
}

a.subCategoryMore:hover{
    background: #BB8600;
	border-color: #BB8600;
}

.subCategory div.k2ItemsBlock ul li:first-child .news_image, .subCategory div.k2ItemsBlock ul li .news_content{
    /* display: table-cell;
	vertical-align: top; */
}

.subCategory div.k2ItemsBlock ul li div.moduleItemIntrotext, .subCategory div.k2ItemsBlock ul li a.moduleItemImage {
    /* display: none; */
}

.subCategory div.k2ItemsBlock ul li:first-child div.moduleItemIntrotext {
    /* display: block; */
}

.subCategory div.k2ItemsBlock ul li:first-child a.moduleItemImage {
    /* display: block;
	border: 0 !important; */
}

.subCategory div.k2ItemsBlock ul li a.moduleItemTitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.65;
}

.media_center div.subCategory .subDescription{
	display: table;
	width: 100%;
}

.media_center div.subCategory{
	padding: 0;
	border: 0;
	height: auto !important;
	background: transparent;
}

.media_center div.itemListSubCategories div.subCategoryContainer{
	border-top: 1px solid #DDD;
	padding: 25px 0 0 0;
	margin: 25px 0 0 0;
}

.media_center div.itemListSubCategories div.subCategoryContainer:first-child{
	border-top: 0;
	padding: 0;
	margin: 0;
}

#wrapper .subCategory div.k2ItemsBlock ul li {
    margin-left: 0;
	margin-bottom: 10px;
}

.st-custom-button {
    cursor: pointer;
	display: inline-block;
    padding: 4px 12px;
    border: 1px solid #EEE;
	font-size: 14px;
	background: #EEE;
	border-radius: 4px;
}

.st-custom-button:hover {
    color: #999;
}

.st-custom-button[data-network="twitter"], .st-custom-button[data-network="facebook"], .st-custom-button[data-network="googleplus"], .st-custom-button[data-network="linkedin"], .st-custom-button[data-network="pinterest"]{
	color: #FFF;
}

.st-custom-button[data-network="twitter"]{
	background: #00A9E9;
}

.st-custom-button[data-network="facebook"]{
	background: #325A98;
}

.st-custom-button[data-network="googleplus"]{
	background: #DC483C;
}

.st-custom-button[data-network="linkedin"]{
	background: #0077B5;
}

.st-custom-button[data-network="pinterest"]{
	background: #BD081B;
}

div.k2Pagination ul li span {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #EEE;
    border-radius: 4px;
    vertical-align: middle;
    background: #EEE;
}

div.itemNavigation{
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 0;
}

div.itemNavigation a.itemPrevious, div.itemNavigation a.itemNext{
	display: table-cell;
	width: 50%;
	padding: 10px;
	border: 1px solid #DDD !important;
	position: relative;
	vertical-align: middle;
}

div.itemNavigation a.itemPrevious:hover, div.itemNavigation a.itemNext:hover{
	background: #EEE;
}

div.itemNavigation a.itemPrevious{
	padding-left: 40px;
}

div.itemNavigation a.itemNext{
	padding-right: 40px;
}

div.itemNavigation a.itemPrevious i.fa, div.itemNavigation a.itemNext i.fa {
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 35px;
	color: #CCC;
}

div.itemNavigation a.itemPrevious i.fa {
	left: 10px;
}

div.itemNavigation a.itemNext i.fa {
	right: 10px;
}

span.splitter{
	display: table-cell;
}

/* Latest News */
/* ------------------- */

.specialBlock{
	background-size: cover !important;
    color: #FFF;
	text-align: center;
    margin: 25px calc(50% - 50vw);
    padding: 70px 0;
    font-size: 20px;
	background-position: top center !important;
}

div.itemExtraFields.source {
    margin: 16px 0 0 0;
    padding: 5px 10px;
    border: 1px solid #D69900 !important;
    background: #fff5da;
}

a.moduleItemReadMore.green, .moduleItemExtraFieldsValue.green a{
	background: #679000;
    border: 1px solid #679000;
    color: #FFF;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
	border-radius: 20px;
	padding: 0 12px;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
}


/* ------------------- */
/* Photo Gallery */
/* ------------------- */

#wrapper .media_center .subCategory div.k2ItemsBlock.img_gallery ul li {
    margin-left: 0;
    margin-right: 0;
    width: 33.3%;
}

.catItemView.groupLeading.gallery, .galleryItemBodyContainer {
    padding: 0 3px;
}

.gallery a.catItemBody, a.galleryItemBody {
    width: 100%;
    padding-bottom: 80%;
    display: block;
	margin-bottom: 10px;
	border: 0 !important;
	position: relative;
	color: #FFF;
}

.gallery a.catItemBody:hover, a.galleryItemBody:hover {
	color: #D69900;
}

.gallery a.catItemBody .gallery_title, a.galleryItemBody .gallery_title{
	font-size: 19px;
	font-weight: 700;
	position: absolute;
    bottom: 10px;
    left: 10px;
	padding: 0 25px 0 0;
}

.gallery a.catItemBody i.far.fa-clone, a.galleryItemBody i.far.fa-clone {
    position: absolute;
    bottom: 10px;
    right: 10px;
}


ul.sigProResponsive li.sigProThumb a.sigProLink {
    color: #626262;
    background-color: #626262;
    border: 0px solid #626262;
}

ul.sigProResponsive span.sigProPseudoCaption{
	background: #626262;
}

ul.sigProResponsive li.sigProThumb a.sigProLink:hover {
    color: #2ea8e5;
    background-color: #2ea8e5;
    border: 0px solid #2ea8e5;
}

ul.sigProResponsive li.sigProThumb a.sigProLink:hover span.sigProPseudoCaption {
    background: #2ea8e5;
}

/* ------------------- */
/* Conference Recap */
/* ------------------- */

.header-text{
	padding: 10% 0;
}

.header-text h1, .header-text h2, .header-text h3, .header-text h4, .header-text h5{
	color: inherit;
}

/* ------------------- */
/* Map */
/* ------------------- */

#linkymaptop_2 {
	width: 60% !important;
}

div.sidebarlinkymap, div.sidebarhtmllinkymap{
	height: auto !important;
	width: 40% !important;
}

.mapael .mapTooltip{
	border-radius: 3px !important;
	opacity: 1 !important;
}

.mapael .mapTooltip ul {
    display: none;
}

#wrapper ul li.google-visualization-tooltip-item{
	list-style: none;
	margin: 0;
}

/* ------------------- */
/* Login Modal */
/* ------------------- */

.login-greeting {
    font-size: 14px;
}

.login_page a {
    color: #D69900;
}

.login_page a:hover {
    color: #FFF;
}

#cboxLoadedContent{
	padding: 5px;
}

#cboxClose{
	background: transparent;
	text-indent: initial;
	font-size: 0;
}

#cboxClose:after{
	content:'\0047';
	font-family: 'nbcsl icons';
	color: #FFF;
    display: inline-block;
    font-size: 20px;
	text-indent: initial;
	
}

#cboxOverlay {
    background: #000;
}

table.login_page{
	max-width: 800px;
	margin: 0 auto;
}

table.login_page td{
	padding: 20px;
	background: #F7F7F7;
}

table.login_page td:first-child{
	background: #EEE;
	text-align: center;
}

table.login_page td .btn-primary{
	display: inline-block !important;
    background: #1F61A9;
    color: #FFF;
    padding: 10px 25px;
    border-radius: 20px;
    text-transform: uppercase;
	text-shadow: none;
    font-size: 12.5px;
    letter-spacing: 0.7px;
    line-height: 1;
    margin: 0;
    box-shadow: none;
    border: 0;
    outline: none !important;
}

table.login_page td .btn-primary:hover{
    background: #014874;
}

#cboxLoadedContent table.login_page td{
	padding: 20px;
	color: #EEE;
	background: #014874;
}

#cboxLoadedContent table.login_page td:first-child{
	background: #014874 url('../images/header_bg_blue.jpg');
	text-align: center;
}

#cboxLoadedContent table.login_page td .btn-primary{
	background: #D69900;
	border-radius: 25px;
	text-shadow: none;
	text-transform: uppercase;
	border: 0;
	box-shadow: none;
	padding: 4px 25px;
}

#cboxLoadedContent table.login_page td .btn-primary:hover{
	background: #BB8600;
}

label#username-lbl, label#password-lbl {
    text-transform: uppercase;
    font-size: 12px;
}

.form-horizontal input[type="text"], .form-horizontal input[type="password"]{
	display: block;
	min-height: 35px;
	box-sizing: border-box;
	width: 100%;
	border-radius: initial;
	box-shadow: none;
}

.form-horizontal .control-group{
	margin-bottom: 10px;
}

.form-horizontal .control-label{
	width: auto;
	float: none;
	text-align: initial;
}

.form-horizontal .controls{
	margin: 0;
}

.form-horizontal .control-group.remember_input .controls{
	display: inline-block;
}

.form-horizontal .control-group.remember_input .control-label{
	display: inline-block;
	float: none;
}

.form-horizontal .control-group.login_btn {
    margin: 0;
}

form.form-validate.form-horizontal.well {
    padding: 0;
	margin: 0;
    background: transparent;
    border: 0;
}

input#total_amount {
    display: inline-block;
    min-height: initial;
    height: 20px;
    border-radius: 0 3px 3px 0;
}

.form-horizontal .form-actions{
	padding: 20px 0 0 0;
	background: transparent;
}

/* ------------------- */
/* Menu */
/* ------------------- */

.mobile_menu{
	display: none;
}

.main_menu{
	float: right;
	clear: right;
}

.main_menu li{
	display: inline;
}

.main_menu ul{
	padding: 0;
	margin: 0 auto;
}

.main_menu ul li a, .main_menu ul li a:visited{
	display: block;
	float: left;
	color: #333333;
	margin: 0 5px 0 0;
	font-size: 19px;
	padding: 9px 0;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
}

.main_menu ul li a:hover, .main_menu ul li a:focus{
	color: #999;
	background: transparent;
}

.main_menu ul li.last{
	margin: 0;
}

.main_menu [class*='icon-']:before{
	font-family: 'nbcsl icons' !important;
}

a.maximenuck[href*="/members/add.html"]:before, a.maximenuck[href*="/members/search.html"]:before{
	display: inline-block;
	font-family: Font Awesome\ 5 Free;
	margin: 0 5px 0 0;
}

a.maximenuck[href*="/members/add.html"]:before{
	content: '\f055';
}

a.maximenuck[href*="/members/search.html"]:before{
	content: '\f002';
}

/* ------------------- */
/* Dropdown */
/* ------------------- */

.main_menu div#maximenuck103 ul.maximenuck li.maximenuck.level1.item253, .main_menu div#maximenuck103 ul.maximenuck li.maximenuck.item270{
	display: none;
}

[class*='icon-']{
	background: transparent !important;
	width: auto;
	height: auto;
	font-size: inherit;
    vertical-align: middle;
    line-height: inherit;
}

.main_menu div#maximenuck103 {
    float: left;
}

.main_menu .custom {
    float: right;
	margin-top: 5px;
	font-size: 18px;
}

.main_menu .custom .icon-search{
	font-size: 18px;
	color: #014874;
}

.main_menu .custom a{
	color: #014874;
}

.main_menu .custom .icon-search:hover, .main_menu .custom a:hover{
	color: #999;
}

.main_menu div#maximenuck103 ul.maximenuck li.level1.parent li.parent > a:after, .main_menu div#maximenuck103 ul.maximenuck li.level1.parent li.parent > span.separator:after, .main_menu div#maximenuck103 ul.maximenuck li.maximenuck ul.maximenuck2 li.parent:hover > a:after, .main_menu div#maximenuck103 ul.maximenuck li.maximenuck ul.maximenuck2 li.parent.active > a:after {
    top: 18px;
	border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #b9b9b9;
}

.main_menu div#maximenuck103 ul.maximenuck li.maximenuck div.floatck div.floatck {
    margin: -45px 0 0 99%;
}

/* ------------------- */
/* Dropdown */
/* ------------------- */

.main_menu div#maximenuck103 div.maxidrop-main{
	width: 220px;
	background: #EEE;
	border-radius: 0 5px 5px 5px;
}

.main_menu div#maximenuck103 ul.maximenuck2 li a{
	font-size: 14px;
	margin: 0;
	padding: 12px 9px;
	border-bottom: 1px solid #DDD;
	text-transform: none;
}

.main_menu div#maximenuck103 ul.maximenuck2 li.last a{
	border: 0;
	border-radius: 0 0 5px 5px;
}

.main_menu div#maximenuck103 ul.maximenuck li.level1.parent > a:after, .main_menu div#maximenuck103 ul.maximenuck li.level1.parent > span.separator:after{
	border-width: 4px 4px 0 4px;
    border-color: #b9b9b9 transparent transparent transparent;
    top: 18px;
	right: 5px;
}

.main_menu div#maximenuck103.maximenuckh ul.maximenuck li.level1.parent > a {
    padding-left: 7px;
    padding-right: 20px;
}

.main_menu div#maximenuck103.maximenuckh ul.maximenuck li.level1.parent:hover > a {
    background: #EEE;
	border-radius: 5px 5px 0 0;
}

.main_menu div#maximenuck103 ul.maximenuck li.maximenuck ul.maximenuck2 li.first > a{
	border-radius: 0 5px 0 0;
}

.main_menu div#maximenuck103 ul.maximenuck li.maximenuck ul.maximenuck2 li > a:hover{
	background: #DDD;
	color: #333;
}

.main_menu div#maximenuck103 ul.maximenuck li.maximenuck ul.maximenuck2 li.active.parent > a, .main_menu div#maximenuck103 ul.maximenuck li.maximenuck ul.maximenuck2 li.active.current > a, .main_menu div#maximenuck103 ul.maximenuck li.maximenuck ul.maximenuck2 li.active.item407 > a {
    background: #1F61A9 !important;
    color: #FFF;
}

.main_menu div#maximenuck103 ul.maximenuck li.maximenuck ul.maximenuck2 li.active.parent > a:hover, .main_menu div#maximenuck103 ul.maximenuck li.maximenuck ul.maximenuck2 li.active.current > a:hover, .main_menu div#maximenuck103 ul.maximenuck li.maximenuck ul.maximenuck2 li.active.item407 > a:hover {
    background: #014874 !important;
}

/* ------------------- */
/* Mobile Menu */
/* ------------------- */

.mobile_menu .rl_sliders.accordion>.accordion-group .panel-heading{
	text-align: right;
    margin: 0 50px 0 0;
}

.mobile_menu .rl_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle{
	
}

.mobile_menu .rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle {
    display: inline-block;
	margin-top: -25px;
	margin-bottom: 5px;
	padding: 8px 10px;
}

.mobile_menu .rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:hover{
	background: transparent;
	color: initial;
}

.mobile_menu .rl_sliders.accordion>.accordion-group>div>a:focus, .mobile_menu .rl_sliders.accordion>.accordion-group.active>div>a:focus{
	box-shadow: none;
}

.mobile_menu .rl_sliders.accordion>.accordion-group{
	border: 0;
}

.mobile_menu .rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner{
	padding: 0;
}

/* ------------------- */
/* User Menu */
/* ------------------- */

#user_menu div#maximenuck128.maximenuckh ul.maximenuck li.level1.parent.item356 > a{
	/* margin: 0 0 0 10px; */
}

#user_menu div#maximenuck128 ul.maximenuck li.maximenuck ul.maximenuck2 li a, 
#user_menu div#maximenuck128 ul.maximenuck2 li a {
	padding: 5px 10px;
	color: #FFF;
}

#user_menu div#maximenuck128 ul.maximenuck li.maximenuck ul.maximenuck2 li a:hover, 
#user_menu div#maximenuck128 ul.maximenuck2 li a:hover {
	background: #014874;
}

#user_menu div#maximenuck128 ul.maximenuck li.maximenuck.level1 > a{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 15px;
	color: #FFF;
}

#user_menu div#maximenuck128 ul.maximenuck li.maximenuck.level1 > a:hover{
	color: #A9C9EC;
}

#user_menu div#maximenuck128.maximenuckh ul.maximenuck li.level1.parent > a{
	padding-right: 15px;
	padding-left: 7px;
	border-radius: 5px 5px 0 0;
}

#user_menu div#maximenuck128.maximenuckh ul.maximenuck li.level1.parent:hover > a {
	background: #1F61A9;
	color: #FFF;
}

#user_menu div#maximenuck128 ul.maximenuck li.level1.parent > a:after, #user_menu div#maximenuck128 ul.maximenuck li.level1.parent > span.separator:after{
	border-width: 4px 4px 0 4px;
    border-color: #b9b9b9 transparent transparent transparent;
    top: 11px;
	right: 3px;
}

#user_menu div#maximenuck128 ul.maximenuck{
	z-index: 998;
}

#user_menu div#maximenuck128 div.maxidrop-main{
	width: 180px;
	background: #014874;
	background: #1F61A9;
	border-radius: 5px 0 5px 5px;
}

div#maximenuck128 ul.maximenuck li.maximenuck.item356:hover > div.floatck, div#maximenuck128 ul.maximenuck li.maximenuck.item356 > div.floatck{
	right: 0 !important;
}

/* ------------------- */
/* User Dashboard */
/* ------------------- */

#wrapper ul.osm-active-plans-list li {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 5px 15px;
    border: 1px solid #F9DC94;
    background: #FFEFC8;
}

#wrapper ul.osm-active-plans-list li.warning {
    border-color: #BF1010;
    background: #F56060;
    color: #FFF;
}

.form-horizontal .control-label label{
	display: inline-block;
}

#member-profile.form-horizontal .control-label label{
	font-weight: 600;
}

td.dash_sidebar {
    width: 300px;
	padding-right: 10px;
	border-right: 1px solid #DDD;
}

td.dash_content {
    padding-left: 20px;
}

table.date_table, .date_container {
    font-size: 13px;
	color: #888;
}

table.date_table td{
	line-height: 1.3;
	vertical-align: middle;
}

td.day_cell {
    font-size: 35px;
    width: 48px;
    font-weight: 600;
    line-height: 1;
}

#wrapper ul li.event_listing {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    border: 0;
}

#wrapper ul li.event_listing .event_listing_container {
    padding: 10px;
	background: #EFEFEF;
}

td.dash_content .phocadownloadfilelist{
	border: 0;
	padding: 0;
}

td.dash_content .phocadownloadfilelistitem {
    padding: 0;
}

#wrapper td.dash_content .phoca-dl-file-box-mod .pd-document16 a{
	display: block;
	padding: 5px 10px;
	border: 1px solid #DDD;
	border-width: 0 1px 1px 1px;
}

#wrapper td.dash_content .phoca-dl-file-box-mod:first-child .pd-document16 a{
	border-width: 1px;
}

#wrapper td.dash_content .phoca-dl-file-box-mod .pd-document16 a:before {
    font-family: Font Awesome\ 5 Free;
    display: inline-block;
    content: '\f0f6';
    font-weight: 400;
    margin: 0 5px 0 0;
	color: #888;
}

#wrapper td.dash_content .phoca-dl-file-box-mod .pd-document16 {
    background: transparent !important;
	text-transform: initial;
	display: block;
}

body.user_calendar.registered_area a.btn.eb-colorbox-invite{
	display: none;
}

a.btn.edit_it {
    border-radius: 20px;
    border: 0 !important;
    background: #D69900;
    color: #FFF;
    text-shadow: none;
}

a.btn.edit_it:hover {
    background: #BB8600;
}

/* ------------------- */
/* CRM Contacts */
/* ------------------- */

.tab-content{
	overflow: initial;
}

form#ceForm1 {
    background: #EEE;
	padding: 15px;
}

#wrapper .contact ul li{
	margin: 0;
	list-style: none;
}

.row-fluid.row {
    margin-left: 0;
    margin-right: 0;
}

.cf-type-text .inputbox, .cf-type-subject .inputbox, .cf-type-name .inputbox, .cf-type-email .inputbox, .cf-type-php .inputbox, .cf-type-date .inputbox, .cf-type-number .inputbox, .cf-type-selectlist .inputbox, .cf-type-surname .inputbox, .cf-type-recipient .inputbox, .cf-type-username .inputbox, .cf-type-password .inputbox, .cf-type-password_verify .inputbox, .cf-type-gmapsaddress .inputbox, .ce-cf-container textarea{
	width: 100% !important;
	background: #FFF !important;
}

.ce-cf-container {
    margin: 10px 0 0 0 !important;
}

#wrapper ul.contact_category li {
    display: table;
    list-style: none !important;
    width: 100%;
    margin: 0;
	box-sizing: border-box;
    padding: 10px;
    border-bottom: 1px solid #EEE;
	table-layout: fixed;
}

#wrapper ul.contact_category li:hover {
    background: #EEE;
}

#wrapper ul.contact_category li div.info_block{
	display: table-cell;
	width: 25%;
}

#wrapper ul.contact_category li div.info_block:first-child {
    width: 165px;
}

#wrapper ul.contact_category li div.info_block.email {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#wrapper ul.contact_category.headers li {
    border: 0;
	border-bottom: border: 1px solid #EEE;
	background: transparent !important;
	color: #888;
}

strong.red, span.star {
    color: #FF0000;
}

div.email-contact-form {
    background: #EEE;
    padding: 0 15px 15px 15px;
}

div.email-contact-form form#contact-form {
    box-shadow: none;
}

/* ------------------- */
/* Sobi */
/* ------------------- */

#wrapper .SobiPro.b3-default3 .topmenu .nav>li, #wrapper .SobiPro.b3-default3 .topmenu .nav>li a{
	margin: 0;
	list-style: none;
}

#wrapper .SobiPro ul.pagination li {
    list-style: none;
    margin: 0;
    display: inline-block;
}

#wrapper .SobiPro #alpha-index ul.pagination li {
    display: block;
    float: left;
}

.SobiPro div#sobiProFooter, .SobiPro div#sobiProFooter a{
	display: none;
}

.row{
	margin: 0;
}

#wrapper .SobiPro.b3-default3, #wrapper .SobiPro.b3-default3 .spDetails{
	font-size: inherit;
}

#wrapper .SobiPro.b3-default3 .pagination-xs>li>a, #wrapper .SobiPro.b3-default3 .pagination-xs>li>span{
	font-size: 17px;
	border: 1px solid #DDD !important;
    background: #EEE !important;
    font-weight: 600;
	display: block;
    float: left;
	min-width: 18px;
}

#wrapper .SobiPro.b3-default3 .pagination>.disabled>span{
	color: #CCC;
}

#wrapper .SobiPro.b3-default3 .pagination-xs>li>a{
	background: #014874 !important;
}

#wrapper .SobiPro.b3-default3 .alphalist .dropdown-menu li, #wrapper .SobiPro.b3-default3 .dropdown-menu li {
    margin: 0;
    list-style: none;
}

#wrapper .SobiPro.b3-default3 .btn-sigsiu, #wrapper .SobiPro.b3-default3 .toggle-editor .btn{
	background: #014874 !important;
	font-size: 16px !important;
	padding: 7px;
}

#wrapper .SobiPro.b3-default3 .alphalist .btn-sigsiu, #wrapper .SobiPro.b3-default3 .spManage .btn-sigsiu{
	padding: 7px;
}

#wrapper .SobiPro.b3-default3 .spManage .btn-sigsiu {
    padding: 4px 7px;
    line-height: 2.3;
}

#wrapper .SobiPro.b3-default3 .sp-search-controls .btn-sigsiu, #wrapper .SobiPro.b3-default3 .btn{
	border-color: #DDD;
	padding: 9px 7px;
}

#wrapper .SobiPro.b3-default3 .topmenu.navbar, #wrapper .SobiPro.b3-default3 .spEntryCats, #wrapper button#SPExOptBt, #wrapper .form-group.spClassSearchCategory, #wrapper .spSearch .spAlphamenu {
	display: none;
}

#wrapper .dropdown-menu>li>a {
    border-color: #EEE;
}

#wrapper .dropdown-menu>li>a:hover {
    background: #154873;
}

#wrapper .SobiPro.b3-default3 h1.page-header {
	color: #014874;
	font-size: 35px;
}

#wrapper .SobiPro.b3-default3 h1 {
	color: #444;
	text-transform: initial;
}

#wrapper div#SPExtSearch {
    display: block !important;
}

.SobiPro.b3-default3 a{
	color: #014874;
}

.SobiPro.b3-default3 a{
	color: #000;
}

#wrapper .SobiPro.b3-default3 .spEntryContainer .page-header{
	padding: 0;
	margin: 0 0 10px 0;
	border: 0;
}

#wrapper .SobiPro.b3-default3 .spEntryContainer .page-header a:before{
	content: '\f105';
	font-family: Font Awesome\ 5 Free;
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
	color: #BBB;
	margin: 0 5px 0 0;
}

#wrapper .SobiPro.b3-default3 .spEntryContainer .page-header a:hover:before{
	color: #000;
}

.SobiPro.b3-default3 .page-header a{
	display: block;
	color: #014874;
}

.SobiPro.b3-default3 .page-header a:hover{
	color: #000;
}

/* ------------------- */
/* User Profile CB */
/* ------------------- */

#wrapper .cb_template .cbCanvasLayout .cbCanvasLayoutTop{
	height: 40px;
}

#wrapper .cb_template .cbCanvasLayout .cbCanvasLayoutTop .cbCanvasLayoutPhoto{
	width: 100px;
	height: 100px;
}

/* .cb_template ul.nav > li.cbMenu_UE_MENU_MODERATE{
	display: none;
} */

#wrapper .cb_template .img-thumbnail{
	border-radius: 100px;
}

#wrapper .cbPoweredBy.cb_template.cb_template_default {
    display: none;
}

/* ------------------- */
/* Side Menu */
/* ------------------- */

.sidenav {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s; 
}

div#coverDIV {
    width: 100%;
	height: 100%;
    padding: 0;
    text-align: center;
	position: fixed;
	z-index: 1000;
	background: #000;
	background: rgba(0,0,0,0.5);
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
}

.sidemenu_content{
	position: relative;
	background: #EEE;
	width: calc(100% - 30px);
	padding-top: 60px;
	height: 100vh;
	box-sizing: border-box;
}

.sidenav ul#accordeonck113{
	padding: 0;
}

.sidenav ul#accordeonck113 li ul li{
	list-style: none;
	padding: 0 0 0 10px;
    background: #e8e8e8;
}

.sidenav #accordeonck113 li.level3 {
    background: #DDD !important;
}

.sidenav ul#accordeonck113 li a{
	font-weight: 700;
}

.sidenav ul#accordeonck113 li.level2 a{
	font-weight: 600;
}

.sidenav ul#accordeonck113 li.level3 a{
	font-weight: initial;
}

.sidenav ul#accordeonck113 li.current a.isactive{
	color: #1f61a9;
}

.sidenav #accordeonck113 li.parent > span span.toggler_icon{
	right: 5px;
	padding: 0 7px;
	background-position: center center !important;
}

/* ------------------- */
/* Search */
/* ------------------- */

.search form#searchForm {
    background: #F7F7F7;
    padding: 10px;
    border: 1px solid #DDD;
    margin-bottom: 20px;
}

.search .form-limit label {
    display: inline-block;
}

p.counter {
    font-weight: 600;
    margin: 0;
}

#wrapper .chzn-container .chzn-results li.active-result {
    list-style: none;
    margin: 0;
    line-height: initial;
}

div#myDIV {
    width: 100%;
	height: 100%;
    padding: 0;
    text-align: center;
	position: fixed;
	z-index: 10000;
	background: #000;
	background: rgba(0,0,0,0.8);
}

div#closeDIV {
    width: 100%;
	height: 100%;
	cursor: pointer;
}

.top_search_box_outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

.top_search_box {
    background: #014874;
	padding: 20px 0;
	position: relative;
}

.top_search_box input#mod-search-searchword {
	width: 80%;
    width: calc(100% - 140px);
    border-radius: initial;
    display: block;
    min-height: 35px;
    box-sizing: border-box;
    margin: 0 auto;
}

.top_search_box .shut_it {
    position: absolute;
    right: 20px;
    top: 20px;
    background: transparent;
    border: 0;
    color: #FFF;
    font-size: 30px;
}

.top_search_box label.element-invisible{
	display: none;
}

.open_search{
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0 5px 0 0;
}

.search-result {
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #DDD;
}

.search-result:first-child {
    margin: 0;
    padding: 0;
    border-top: 0;
}

/* ------------------- */
/* Sliders */
/* ------------------- */

div#set-rl_sliders-2>.accordion-group>.accordion-body>.accordion-inner {
    padding: 0 15px 15px 15px;
}

.rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle{
	font-weight: 600;
}

a.accordion-toggle.rl_sliders-toggle.nn_sliders-toggle:after, a.accordion-toggle.rl_sliders-toggle.nn_sliders-toggle.collapsed:after {
    float: right;
    display: inline-block;
	font-family: Font Awesome\ 5 Free;
	background: #d69900;
    color: #FFF;
    line-height: 1.3;
	margin: 2px 0 0 5px;
	width: 19px;
    height: 19px;
    text-align: center;
    border-radius: 20px;
}

a.accordion-toggle.rl_sliders-toggle.nn_sliders-toggle:after {
    content: '\f107';
}

a.accordion-toggle.rl_sliders-toggle.nn_sliders-toggle.collapsed:after {
    content: '\f106';
}

/* ------------------- */
/* Forms */
/* ------------------- */

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select{
	height: 40px;
	box-sizing: border-box;
	width: 100%;
	border-radius: initial;
}

textarea{
	height: initial;
}

div.formBody{
	float: none;
}

fieldset.formFieldset ol[id*="rsform_3_page_"].formContainer li.rsform-block-name,
fieldset.formFieldset ol[id*="rsform_3_page_"].formContainer li.rsform-block-title,
fieldset.formFieldset ol[id*="rsform_3_page_"].formContainer li.rsform-block-email,
fieldset.formFieldset ol[id*="rsform_3_page_"].formContainer li.rsform-block-phone,
fieldset.formFieldset ol[id*="rsform_3_page_"].formContainer li.rsform-block-alternative-email,
fieldset.formFieldset ol[id*="rsform_3_page_"].formContainer li.rsform-block-alternative-phone{
	float: left;
	width: 50%;
	clear: none;
	box-sizing: border-box;
}

button#ContinueNext, button#SubmitPrev, button#Submit {
	display: inline-block;
    padding: 5px 20px;
    border-radius: 25px;
    border: 1px solid #BBB;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.55 !important;
}

button#ContinueNext:hover, button#SubmitPrev:hover{
	background: #BBB;
}

button#Submit {
	background: #1F61A9;
	color: #FFF;
}

button#Submit:hover {
	background: #014874;
}

button#ContinueNext:after, button#SubmitPrev:before{
    display: inline-block;
    content: '\0041';
    font-family: 'nbcsl icons';
    font-size: 12px;
    vertical-align: baseline;
    margin: 0 0 0 5px;
}

button#SubmitPrev{
	margin-right: 5px;
}

button#SubmitPrev:before {
    content: '\0050';
	margin: 0 5px 0 0;
}

fieldset.formFieldset ol[id*="rsform_3_page_"] {
    background: #EEE;
    padding: 15px !important;
    display: table !important;
    width: 100%;
    box-sizing: border-box;
    color: #444;
}

fieldset.formFieldset ol[id*="rsform_3_page_"] .formCaption2{
    padding-bottom: 5px;
}

strong.formRequired{
	color: #FF0000;
}

/* ------------------- */
/* Media Queries */
/* ------------------- */

@media screen and (min-width: 2000px) {
	#top, #user_menu, #banner, #header, #intro, #member_signup, #wrapper, #latest_news, #footer, #footer_bottom{
		max-width: 2000px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1500px) {
	.policy_grid{
		background-size: 70%;
	}
}

@media screen and (max-width: 1260px) {
	.content{
		width: calc(100% - 60px);
	}
	#intro .content{
		width: 100%;
		padding: 0 30px 0 0;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1080px) {
	div#maximenuck103 span.titreck {
		font-size: 18px;
	}
}

@media screen and (max-width: 990px) {
	div#maximenuck103 span.titreck {
		font-size: 16px;
	}
	
	.top_buttons a, .top_buttons a.fbook{
		padding: 8px;
	}
	.top_buttons a.rss:after, .top_buttons a.member:after{
		margin: 0;
	}
	.top_buttons a.rss span, .top_buttons a.member span{
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	#intro {
		background-size: 80% !important;
	}
}

@media screen and (max-width: 910px) {
	.main_menu, .main_menu .maximenuckh{
		display: none;
	}
	.mobile_menu{
		display: block;
		text-align: right;
	}
	.mobile_menu .custom{
		display: inline-block;
		margin: 0 0 0 5px;
		line-height: 1;
	}
	.mobile_menu .custom, .mobile_menu .custom button{
		font-size: 22px;
	}
	.top_buttons form#login-form, .top_buttons ul.nav>li{
		margin-top: 5px;
	}
	.policy_grid{
		margin: 0 auto;
		background: #EEE;
	}
	.policy_grid table.main_policy td:first-child{
		display: none;
	}
	table.policy_actions td:first-child, table.policy_actions td:first-child + td + td{
		display: table-cell !important;
	}
	.policy_grid table.main_policy td:first-child + td{
		width: 100%;
		padding-left: 0;
	}
}
@media screen and (max-width: 850px) {
	#linkymaptop_2 {
		height: auto !important;
		width: 100% !important;
		max-height: initial !important;
		max-width: initial !important;
	}
	div.sidebarlinkymap, div.sidebarhtmllinkymap{
		width: 100% !important;
		height: auto !important;
		margin: 40px 0 0 0;
	}
	div#itemListLeading div.clr{
		display: none;
	}
	.media_center div.itemContainer:first-child,
	.media_center div.itemContainer:first-child + div.itemContainer + div.itemContainer + div.itemContainer,
	.media_center div.itemContainer:first-child + div.itemContainer + div.itemContainer + div.itemContainer + div.itemContainer + div.itemContainer + div.itemContainer,
	.media_center div.itemContainer:first-child + div.itemContainer + div.itemContainer + div.itemContainer + div.itemContainer + div.itemContainer + div.itemContainer + div.itemContainer + div.itemContainer + div.itemContainer{
		clear: none;
	}
	.media_center div.itemContainer {
		width: 48% !important;
	}
	.media_center div.itemContainer:nth-child(odd) {
		clear: both;
	}	
	#wrapper .media_center .subCategory div.k2ItemsBlock ul li{
		width: 48% !important;
		float: left !important;
	}
	
	#wrapper .media_center .subCategory div.k2ItemsBlock ul li:first-child + li + li + li{
		clear: initial;
	}

	#wrapper .media_center .subCategory div.k2ItemsBlock ul li.even{
		clear: left !important;
	}
	
}

@media screen and (max-width: 800px) {
	table[class*="footer_"] td, table[class*="footer_"] td.left_foot{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	table.footer_bottom_content td:first-child{
		width: 100%;
		padding: 0 0 15px 0;
	}
	table.footer_bottom_content td:first-child + td{
		text-align: initial;
	}
	table[class*="footer_"] table.content_interior td{
		width: 50%;
		display: table-cell;
		padding: 0 0 15px 0;
	}
	.main, .sidebar{
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0;
	}
	.sidebar{
		padding: 20px 0 0 0;
	}
	.sidebar .quote{
		max-width: initial;
	}
}

@media screen and (max-width: 780px) {
	#intro {
		background-size: 90% !important;
	}
}

@media screen and (max-width: 750px) {
	fieldset.formFieldset ol[id*="rsform_3_page_"].formContainer li.rsform-block-name,
	fieldset.formFieldset ol[id*="rsform_3_page_"].formContainer li.rsform-block-title,
	fieldset.formFieldset ol[id*="rsform_3_page_"].formContainer li.rsform-block-email,
	fieldset.formFieldset ol[id*="rsform_3_page_"].formContainer li.rsform-block-phone,
	fieldset.formFieldset ol[id*="rsform_3_page_"].formContainer li.rsform-block-alternative-email,
	fieldset.formFieldset ol[id*="rsform_3_page_"].formContainer li.rsform-block-alternative-phone{
		float: none;
		width: 100%;
	}
	.model_legislation div.catItemImageBlock, .model_legislation div.text-content, .policy_in_action div.catItemImageBlock, .policy_in_action div.text-content, div.full-content div.catItemImageBlock, div.full-content div.text_content{
		padding: 0;
		width: 100%;
		display: block;
	}
	.model_legislation div.catItemImageBlock, .policy_in_action div.catItemImageBlock, div.full-content div.catItemImageBlock{
		padding: 0 0 15px 0;
	}
	#banner .unhide_it{
		display: initial !important;
	}
	#banner .hide_it{
		display: none !important;
	}
	#banner a.learn_more{
		padding: 5px 10px !important;
		font-size: 0.7em !important;
	}
	#banner a.learn_more:after{
		font-size: inherit;
	}
}


@media screen and (max-width: 700px) {
	
	.regional_table td, table.login_page td, table.counter td, table.events td, div.itemNavigation a.itemPrevious, div.itemNavigation a.itemNext, span.splitter{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	
	.regional_table td{
		text-align: center;
	}
	table.login_page td well{
		box-shadow: none;
	}
	span.splitter{
		padding: 5px;
	}
	table.counter td.splitter{
		padding: 0;
	}
	table.events td:first-child{
		color: #CC6A12;
	}
	table.events td[colspan="3"]{
		color: #444;
	}
	table.events thead{
		display: none;
	}
	#header h1{
		line-height: 1.3;
	}
	table.intro_content td:first-child{
		display: none;
	}
	table.intro_content td:first-child + td{
		padding: 25px 0;
	}
	#intro {
		background: #FFF !important;
	}
	#intro .content{
		width: calc(100% - 60px);
		padding: 0;
	}
	table.committee.smaller{
		display: table;
	}
	table.partners td, table.staff td, table.committee td, table.committee.smaller td{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	table.committee.three td:first-child + td,
	table.committee.three td:first-child + td + td,
	table.committee.three td:first-child + td + td + td,
	table.committee.three td:first-child + td + td + td + td,
	table.committee.smaller td:first-child + td + td + td,
	table.committee.smaller td:first-child + td + td + td + td,
	table.committee.smaller td:first-child + td + td + td + td + td,
	table.committee.smaller td:first-child + td + td + td + td + td + td,
	table.committee td:first-child + td + td + td + td,
	table.committee td:first-child + td + td + td + td + td,
	table.committee td:first-child + td + td + td + td + td + td{
		display: none !important;
	}
	table.committee.smaller td{
		display: block !important;
	}
	table.committee.title td:first-child + td,
	table.committee.title td:first-child + td + td{
		display: none !important;
	}
	table.partners td.splitter{
		display: none;
	}
	table.committee td{
		text-align: center;
	}
	table.committee td img{
		max-width: 250px;
	}
	table.policy_actions td, table.policy_actions td:first-child, table.policy_actions td:first-child + td + td{
		display: block !important;
		width: initial !important;
	}
	/* table.policy_actions td:first-child, table.policy_actions td:first-child + td + td{
		float: left;
	} */
}

@media screen and (max-width: 600px) {
	.page_header h1{
		line-height: 1;
		font-size: 48px;
	}
	table.top_content td:first-child {
		width: 120px;
		vertical-align: top;
	}
	.top_buttons {
		margin: 0;
	}
	.top_buttons .nav {
		margin-bottom: 0;
	}
	.media_center div.itemContainer{
		width: 100% !important;
		padding: 0;
	}
	#wrapper .media_center .subCategory div.k2ItemsBlock ul li{
		width: 100% !important;
	}
	table.quad td {
		display: block;
		width: 100%;
	}
	table.quad td:first-child {
		padding: 0 0 20px 0;
	}
	table.quad_logos td img {
		margin: 7px 0;
	}
}

@media screen and (max-width: 500px) {
	.top_buttons form#login-form{
		padding: 0;
		background: transparent;
	}
	.top_buttons .login-greeting {
		display: none !important;
	}
}

@media screen and (max-width: 480px) {
	table[class*="footer_"] table.content_interior td{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}	
	#banner .unhide_it{
		font-size: 35px !important;
	}
}

@media screen and (max-width: 480px) {
	table[class*="footer_"] table.content_interior td{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
}

/* ------------------- */
/* EDITOR */
/* ------------------- */

.my_editor{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	color: #444;
	background: #FFF;
}

.my_editor ul li, .my_editor ol li{
	margin: 0 0 0 15px;
	list-style: disc;
}

.my_editor ol li{
	list-style: decimal;
}

.my_editor ol li li{
	list-style: lower-roman;
}

.my_editor ol li li li{
	list-style: lower-alpha;
}

.my_editor ol li li li li{
	list-style: lower-roman;
}

.my_editor table, .my_editor table td{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
}
