@charset "UTF-8";
/*
Theme Name: NIC.org
Author: WebMechanix / North Star Marketing
Author URI: http://webmechanix.com/
Description: The 2014 redesign for NIC.org, by North Star Marketing.  Maintained by WebMechanix/NIC staff.
Version: 1.0
Text Domain: nic
*/
html {
	font-size: 16px;
}

.browsehappy {
	background: #333;
	color: #fff;
	font-family: "open-sans-i4", "open-sans", arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	padding: 10px;
	text-align: center;
}

.browsehappy a {
	color: #7cb44c;
}

/********************************
* @FONT-FACE Declarations
********************************/
@font-face {
	font-family: "aleo-regular";
	font-style: normal;
	font-weight: normal;
	src: url("css/fonts/aleo-regular-webfont.eot");
	src: url("css/fonts/aleo-regular-webfont.eot?#iefix") format("embedded-opentype"),
		url("css/fonts/aleo-regular-webfont.woff") format("woff"),
		url("css/fonts/aleo-regular-webfont.ttf") format("truetype"),
		url("css/fonts/aleo-regular-webfont.svg#aleoregular") format("svg");
}

@font-face {
	font-family: "aleo-italic";
	font-style: normal;
	font-weight: normal;
	src: url("css/fonts/aleo-italic-webfont.eot");
	src: url("css/fonts/aleo-italic-webfont.eot?#iefix") format("embedded-opentype"),
		url("css/fonts/aleo-italic-webfont.woff") format("woff"),
		url("css/fonts/aleo-italic-webfont.ttf") format("truetype"),
		url("css/fonts/aleo-italic-webfont.svg#aleoitalic") format("svg");
}

@font-face {
	font-family: "aleo-bold";
	font-style: normal;
	font-weight: normal;
	src: url("css/fonts/aleo-bold-webfont.eot");
	src: url("css/fonts/aleo-bold-webfont.eot?#iefix") format("embedded-opentype"),
		url("css/fonts/aleo-bold-webfont.woff") format("woff"),
		url("css/fonts/aleo-bold-webfont.ttf") format("truetype"),
		url("css/fonts/aleo-bold-webfont.svg#aleobold") format("svg");
}

@font-face {
	font-family: "aleo-bold-italic";
	font-style: normal;
	font-weight: normal;
	src: url("css/fonts/aleo-bolditalic-webfont.eot");
	src: url("css/fonts/aleo-bolditalic-webfont.eot?#iefix") format("embedded-opentype"),
		url("css/fonts/aleo-bolditalic-webfont.woff") format("woff"),
		url("css/fonts/aleo-bolditalic-webfont.ttf") format("truetype"),
		url("css/fonts/aleo-bolditalic-webfont.svg#aleobolditalic") format("svg");
}

@font-face {
	font-family: "aleo-light";
	font-style: normal;
	font-weight: normal;
	src: url("css/fonts/aleo-light-webfont.eot");
	src: url("css/fonts/aleo-light-webfont.eot?#iefix") format("embedded-opentype"),
		url("css/fonts/aleo-light-webfont.woff") format("woff"),
		url("css/fonts/aleo-light-webfont.ttf") format("truetype"),
		url("css/fonts/aleo-light-webfont.svg#aleolight") format("svg");
}

@font-face {
	font-family: "aleo-light-italic";
	font-style: normal;
	font-weight: normal;
	src: url("css/fonts/aleo-lightitalic-webfont.eot");
	src: url("css/fonts/aleo-lightitalic-webfont.eot?#iefix") format("embedded-opentype"),
		url("css/fonts/aleo-lightitalic-webfont.woff") format("woff"),
		url("css/fonts/aleo-lightitalic-webfont.ttf") format("truetype"),
		url("css/fonts/aleo-lightitalic-webfont.svg#aleolightitalic") format("svg");
}

/****************************
* BODY & GENERAL TYPE STYLES
****************************/
html#main-site {
	background-color: #818285;
}

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

html,
body {
	overflow-x: hidden;
}

.alignleft {
	float: left;
	margin: 10px 15px 20px 0px;
}

.alignright {
	float: right;
	margin: 10px 0px 20px 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 20px auto;
}

i,
em {
	font-family: "myriad-pro-i4", "myriad-pro", arial, sans-serif;
	font-style: italic;
	font-weight: 400;
}

b,
strong {
	font-family: "myriad-pro-n7", "myriad-pro", arial, sans-serif;
	font-style: normal;
	font-weight: 700;
}

i strong,
strong i,
em strong,
strong em,
i b,
b i,
em b,
b i {
	font-family: "myriad-pro-i7", "myriad-pro", arial, sans-serif;
	font-style: italic;
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "aleo-regular", sans-serif !important;
	margin-bottom: 10px;
}

h1.italic,
h2.italic,
h3.italic,
h4.italic,
h5.italic,
h6.italic {
	font-family: "aleo-italic", sans-serif;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
	font-family: "aleo-light", sans-serif;
}

h1.light-italic,
h2.light-italic,
h3.light-italic,
h4.light-italic,
h5.light-italic,
h6.light-italic {
	font-family: "aleo-light-italic", sans-serif;
}

h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold,
h6.bold {
	font-family: "aleo-bold", sans-serif;
}

h1.bold-italic,
h2.bold-italic,
h3.bold-italic,
h4.bold-italic,
h5.bold-italic,
h6.bold-italic {
	font-family: "aleo-bold-italic", sans-serif;
}

h1.green,
h2.green,
h3.green,
h4.green,
h5.green,
h6.green {
	color: #599a99;
}

h1.dark-blue,
h2.dark-blue,
h3.dark-blue,
h4.dark-blue,
h5.dark-blue,
h6.dark-blue {
	color: #0f576d;
}

h1.medium-blue,
h2.medium-blue,
h3.medium-blue,
h4.medium-blue,
h5.medium-blue,
h6.medium-blue {
	color: #7a0232;
}

h1.light-blue,
h2.light-blue,
h3.light-blue,
h4.light-blue,
h5.light-blue,
h6.light-blue {
	color: #005953;
}

h1.bright-blue,
h2.bright-blue,
h3.bright-blue,
h4.bright-blue,
h5.bright-blue,
h6.bright-blue {
	color: #555555;
}

a {
	color: #0f576d;
}

p {
	margin: 0px 0px 12px 0px;
}

p:empty {
	display: none;
	margin: 0px;
}

ol,
ul {
	margin-bottom: 12px;
	margin-top: 12px;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 8px;
	margin-top: 8px;
}

.btn {
	background-image: none !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
}

.btn-default, .btn-blue {
	border: 0;
	border-radius: 3px;
	color: #ffffff;
	font-family: "aleo-regular", sans-serif;
	margin-bottom: 15px;
	padding: 8px 20px;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
}
.btn-default {
	background-color: #6ba43e;
}

.btn-default:hover {
	background: #517e30;
	color: #fff;
}

.btn-blue {
	background-color: #00a6ce;
}

.btn-blue:hover {
	background-color: #007997;
	color: #fff;
}

.btn .icon-search[class^="icon-"]:before,
.btn .icon-search[class*=" icon-"]:before {
	color: #fff;
	float: left;
	margin-left: 8px;
}

#site-head .btn .icon-search[class^="icon-"]:before,
#site-head .btn .icon-search[class*=" icon-"]:before {
	color: #333;
	float: right;
	margin-left: 8px;
}

.sb-block-content .btn .icon-search[class^="icon-"]:before,
.sb-block-content .btn .icon-search[class*=" icon-"]:before {
	color: #fff;
	float: left;
	margin-left: 8px;
}

.btn-group > .btn:first-child {
	border-radius: 3px 0px 0px 3px;
}

.btn-group > .btn:last-child {
	border-radius: 0px 3px 3px 0px;
}

.btn-success {
	background-color: #69a237;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
	background-color: #598a2f;
}

.btn-primary {
	background-color: #0f576d !important;
}

.table-borderless td,
.table-borderless th {
	border: 0;
}

.table-borderless strong {
	color: #000 !important;
}

/****************************
* HEADER & FOOTER
****************************/
#site-head {
	position: relative;
	z-index: 900;
}

#site-head .top-container {
	height: 75px;
	padding: 20px 0px 0px 0px;
	position: relative;
}

.logo a {
	display: block;
	margin: 0px auto;
}

.logo img {
	max-width: 175px;
}

#header-right {
	margin-left: 0;
}

#header-right #head-secondary-nav {
	padding-bottom: 10px !important;
}

#header-right #head-secondary-nav,
#header-right #head-secondary-nav ul {
	display: inline-block;
	float: right;
	margin: 3px 10px 0 0;
	padding: 0px;
}

#header-right #head-secondary-nav ul li {
	border-left: 1px solid #7f8386;
	display: inline-block;
	float: left;
	height: 12px;
	line-height: 12px;
	list-style: none;
	margin: 0px;
	padding: 0px 6px;
}

#header-right #head-secondary-nav ul li:first-child {
	border-left: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

#header-right #head-secondary-nav ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}

#header-right #head-secondary-nav a {
	color: #6ba43e;
	display: inline;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

#header-right #head-secondary-nav a:hover,
#header-right #head-secondary-nav a:focus,
#header-right #head-secondary-nav a:active {
	color: #599a99;
}

#site-head #header-right #search {
	background: #e6f0f0;
	clear: both;
	height: 30px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

#site-head #header-right #search input[type="text"] {
	background: transparent;
	border: 0px;
	box-shadow: none;
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0px 0px 0px 0px;
	width: 158px;
}

#site-head #header-right #search button[type="submit"] {
	border: 0px !important;
	box-shadow: none;
	color: #6d6e71;
	float: right;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	outline: none;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
}

header #search button[type="submit"] {
	color: #7f8386;
	margin-top: 7px;
	padding: 0;
	position: absolute;
	right: 30px;
}

#site-head #header-right #search button[type="submit"]:hover,
#site-head #header-right #search button[type="submit"]:active,
#site-head #header-right #search button[type="submit"]:focus {
	color: #555555;
	text-decoration: none;
}

.header-right {
	padding-top: 16px;
	position: relative;
}

#main-nav {
	border-bottom: 1px solid #fff;
	border-top: 6px solid #6ba43e;
	height: 45px;
	width: 100%;
}

#main-nav,
#main-nav .container > ul {
	background: #4f5254;
	background: -webkit-linear-gradient(top, #4f5254 0%, #7f8386 9%, #7f8386 100%);
	background: linear-gradient(to bottom, #4f5254 0%, #7f8386 9%, #7f8386 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f5254', endColorstr='#7f8386', GradientType=0);
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

/*#main-nav{
padding-right:9999em;
}*/
#main-nav .container > ul > li {
	display: relative;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#main-nav .container > ul > li:after {
	background: rgba(255, 255, 255, 0.4);
	content: " ";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

#main-nav .container > ul > li:first-child:after {
	display: none;
}

#main-nav .container > ul > li.hovered,
#main-nav .container > ul > li:hover,
#main-nav .container > ul > li > a:focus,
#main-nav .container > ul > li > a:active,
#main-nav .container > ul > li.current_page_item,
#main-nav .container > ul > li.current-menu-item,
#main-nav .container > ul > li ul,
#main-nav .container > ul > li.current-page-ancestor {
	background-color: #555555;
}

@media (min-width: 768px) {
	#main-nav .container > ul > li:after {
		height: 70%;
		top: 15%;
		width: 1px;
	}
	#main-nav .container > ul > li.menu-item-has-children:hover > a {
		position: relative;
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	#main-nav .container > ul > li.menu-item-has-children:hover > a:after {
		background-image: url("/wp-content/uploads/2016/08/arrow-down-angle.png");
		background-repeat: no-repeat;
		background-size: 75%;
		background-size: 70%;
		bottom: 0;
		content: " ";
		display: block;
		height: 25px;
		margin: 0 auto;
		position: relative;
		top: -15px;
		width: 25px;
	}
}

#main-nav .container > ul > li ul a:hover,
#main-nav .container > ul > li ul a:focus,
#main-nav .container > ul > li ul a:active {
	background: url("img/nav-transparency-overlay.png");
}

#main-nav .container > ul,
#main-nav .container > ul > li,
#main-nav .container > ul > li > a {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	z-index: 900;
}

#main-nav .container > ul > li > a {
	color: #fff;
	display: inline-block;
	font-family: "aleo-regular", sans-serif;
	padding-left: 43px;
	padding-right: 40px;
	text-decoration: none;
	text-transform: uppercase;
}

#main-nav .container > ul > li.menu-item-has-children > ul {
	display: none;
	left: 0px;
	list-style: none;
	margin-left: 0;
	position: absolute;
	top: 37px;
	width: 250px;
	z-index: 100;
}

#main-nav .container > ul > li.menu-item-has-children > ul > li.menu-item-has-children {
	position: relative;
}

#main-nav .container > ul > li.menu-item-has-children > ul > li.menu-item-has-children > a:before{
	content: "\f0da";
	display: inline-block;
	float: right;
	font-family: FontAwesome;
	font-size: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: normal;
	margin-right: -6px;
}

#main-nav .container > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul {
	display: none;
	left: 250px;
	list-style: none;
	position: absolute;
	top: -2px;
	width: 190px;
	z-index: 100;
}

#main-nav .container > ul > li ul a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #ffffff;
	display: block;
	padding: 8px 15px;
	text-decoration: none;
}

#main-nav .container > ul > li.menu-item-has-children:hover > ul,
#main-nav .container > ul > li.menu-item-has-children > ul > li.menu-item-has-children:hover > ul {
	display: block;
}

@media screen and (min-width: 768px) {
	#main-nav ul > li.menu-item-has-children > ul > li.menu-item-has-children:hover > ul {
		border-left: 1px solid rgba(255, 255, 255, 0.2);
		margin-left: 0px;
	}
}

#site-foot {
	background-color: #818285;
	color: #ffffff;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px;
}

#site-foot a {
	color: #ffffff;
}

#site-foot p.copyright {
	margin-bottom: 0px;
}

#site-foot #footer-social,
#site-foot #footer-social li {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#site-foot #footer-social li {
	float: left;
	margin: 4px 5px;
}

#site-foot #footer-social i {
	font-size: 22px;
}

#site-foot #footer-social a {
	display: inline-block;
}

#site-foot #footer-social a:hover {
	color: #599a99;
	text-decoration: none;
}

#site-foot {
	font-size: 12px;
}

@media screen and (max-width: 768px) {
	.top-container input[type="text"] {
		margin-left: 20px;
		margin-right: 20px;
		width: 80%;
	}
	.top-container .btn .icon-search:before {
		color: #7f8386;
	}
	.top-container #search button[type="submit"] {
		margin-top: 5px;
		right: calc(20px + 10%);
	}
	#hp-buckets .bucket.span4 {
		display: block;
		float: none;
		margin: 0 auto 20px;
	}
	.soliloquy-container .soliloquy-caption-inside {
		position: static !important;
	}
	.soliloquy-container .soliloquy-caption,
	.soliloquy-container .soliloquy-controls-auto {
		background: #9b9fa1;
		display: block !important;
	}
}

/****************************
* HOMEPAGE
****************************/
#hp-buckets {
	margin-bottom: 20px;
	position: relative;
	z-index: 0;
}

@media (min-width: 768px) {
	#hp-buckets {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

#hp-buckets .bucket {
	background-color: #0f576d;
	color: #ffffff;
	position: relative;
	text-decoration: none;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
}

#hp-buckets .bucket.span4 {
	/*width: 306px;*/
}

#hp-buckets strong {
	color: #fff !important;
}

#hp-buckets .bucket.dark-blue {
	background-color: #0f576d;
}

#hp-buckets .bucket.green-blue {
	background: url("../../uploads/2016/08/blue_box_bg.jpg") right bottom no-repeat #1074ac;
}

#hp-buckets .bucket.yellow {
	background: url("../../uploads/2016/08/yellow_box_bg.jpg") right bottom no-repeat #fcb316;
}

#hp-buckets .bucket.teal {
	background: url("../../uploads/2016/08/teal_box_bg.jpg") right bottom no-repeat #4cbbc9;
}

.transparent {
	background-color: transparent !important;
}

#hp-buckets .bucket.medium-blue {
	background-color: #7a0232;
}

#hp-buckets .bucket.light-blue {
	background-color: #005953;
}

#hp-buckets .bucket:hover,
#hp-buckets .bucket:focus,
#hp-buckets .bucket:active {
	filter: alpha(opacity=85);
	opacity: 0.85;
}

#hp-buckets .bucket .bucket-inner {
	padding: 35px 50px 75px 50px;
	position: relative;
}

#hp-buckets .bucket .bucket-inner p {
	margin-bottom: 0px;
	padding-right: 15px;
}

#hp-buckets .bucket .bucket-read-more {
	bottom: 45px;
	font-family: "aleo-regular", sans-serif;
	font-size: 13px;
	position: absolute;
	right: 50px;
	text-transform: uppercase;
}

#hp-buckets .bucket-read-more .chevron {
	margin-left: 10px;
}

#hp-buckets .bucket .bucket-header {
	display: block;
	font-family: "aleo-regular", sans-serif;
	font-size: 19px;
	line-height: 24px;
	margin: 0px 0px 20px 0px;
}

.hp-bottom-content {
	position: relative;
}

#hp-left-col {
	box-sizing: border-box;
	padding-right: 20px;
}

#hp-left-col:after {
	bottom: 0;
	content: " ";
	height: 1px;
	width: 100%;
}

#hp-left-col .column-title {
	color: #6ba43e;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.34;
}

.soliloquy-container .soliloquy-caption {
	background: transparent !important;
	float: left;
	height: 100%;
	padding-left: 50px;
	padding-right: 50px;
}

.soliloquy-container .soliloquy-caption-inside {
	text-align: left !important;
}

.soliloquy-container .soliloquy-next,
.soliloquy-container .soliloquy-prev {
	background-color: transparent !important;
}

.soliloquy-controls a.soliloquy-pager-link {
	background-color: rgba(255, 255, 255, 0.65) !important;
	background-image: none !important;
	border-radius: 8px;
}

.soliloquy-controls a.soliloquy-pager-link.active {
	background: #fff !important;
}

.hp-slider-caption-block {
	font-family: "aleo-regular", serif !important;
	font-size: 18px !important;
	line-height: 1.4 !important;
}

.hp-slider-caption-block.left {
	float: left;
}

.hp-slider-caption-block.right {
	float: right;
}

.hp-slider-button {
	clear: both;
	display: block;
	text-align: left;
	width: 100%;
}

.hp-slider-button a {
	background: #6ba43e;
	display: inline-block;
	font-family: aleo-regular;
	font-size: 12px;
	margin-top: 20px;
	padding: 8px 16px;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.soliloquy-container .soliloquy-caption-inside {
		position: absolute !important;
		top: 50% !important;
		-webkit-transform: translateY(-50%) !important;
		-ms-transform: translateY(-50%) !important;
		transform: translateY(-50%) !important;
	}
	#hp-left-col:after {
		background: #7f8386;
		display: block;
		height: 100%;
		position: absolute;
		right: 0;
		width: 1px;
	}
}

@media screen and (max-width: 767px) {
	.soliloquy-container .soliloquy-caption {
		background: #9b9fa1 !important;
		display: block !important;
		position: static !important;
	}
	.hp-slider-caption-block {
		max-width: 100% !important;
	}
}

/****************************
* SIDEBAR NAV
****************************/
.quote-box h4 {
	line-height: normal;
}

#sidebar-nav {
	position: relative;
}

#sidebar-nav .menu-wrap.affix {
	top: 80px;
	width: 140px;
}

#sidebar-nav .menu-wrap ul {
	display: block;
	font-size: 11px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#sidebar-nav .menu-wrap .active a{
	color:#6da538;
}
#sidebar-nav .menu-wrap > ul > li {
	border-bottom: 1px solid #6d6e71;
	line-height: 22px;
	margin-bottom: 10px;
}

#sidebar-nav .menu-wrap li.current_page_item > a,
#sidebar-nav .menu-wrap li.current-menu-item > a {
	/* color:#599a99;*/
	color: #6da538;
}

body.dark-blue #sidebar-nav .menu-wrap li.current_page_item > a,
body.dark-blue #sidebar-nav .menu-wrap li.current-menu-item > a {
	/* color:#599a99;*/
	color: #1073af;
}

#sidebar-nav .menu-wrap > ul > li > ul > li > ul {
	display: none;
}

#sidebar-nav .menu-wrap > ul > li > ul {
	display: none;
	font-size: 11px;
	padding: 5px 0px 15px 5px;
}

#sidebar-nav .menu-wrap > ul > li > ul > li {
	margin: 7px 0px;
}

#sidebar-nav .menu-wrap > ul > li.menu-item-has-children span.expand-trigger {
	background-image: url("img/expand-toggle-bg.png");
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 9px;
	margin-left: 5px;
	width: 9px;
}

.lt-ie8 #sidebar-nav .menu-wrap > ul > li.menu-item-has-children span.expand-trigger {
	margin-bottom: 2px;
}

#sidebar-nav .menu-wrap > ul > li.menu-item-has-children span.expand-trigger:hover {
	background-position: top right;
}

#sidebar-nav .menu-wrap > ul > li.menu-item-has-children span.expand-trigger.expanded {
	background-position: bottom left;
}

#sidebar-nav .menu-wrap > ul > li.menu-item-has-children span.expand-trigger.expanded:hover {
	background-position: bottom right;
}

#sidebar-nav .menu-wrap > ul > li.current_page_item > ul,
#sidebar-nav .menu-wrap > ul > li.current-page-ancestor > ul {
	display: block;
}

#sidebar-nav .menu-wrap ul a {
	color: #6d6e71;
	font-size:12px;
}

#sidebar-nav .menu-wrap ul a:hover,
#sidebar-nav .menu-wrap ul a:focus,
#sidebar-nav .menu-wrap ul a:active {
	/*color:#599a99;*/
	color: #6da538 !important;
	text-decoration: none;
}

body.dark-blue #sidebar-nav .menu-wrap ul a:hover,
body.dark-blue #sidebar-nav .menu-wrap ul a:focus,
body.dark-blue #sidebar-nav .menu-wrap ul a:active {
	/*color:#599a99;*/
	color: #1073af !important;
	text-decoration: none;
}

/****************************
* SITE-CONTENT
****************************/
#main-content .block-header:first-child {
	margin-top: 0px !important;
}

#site-content {
	clear: both;
	min-height: 700px;
	padding-top: 20px;
}

.home #ite-content {
	padding-top: 30px;
}

#main-content .block-header {
	/*background-color:#599a99;*/
	background-color: #6ca437;
	color: #fff !important;
	font-family: "aleo-regular", sans-serif;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 15px;
	padding: 10px 15px;
}

h1,
h2,
h3,
/*h4,*/
h5 {
	color: #6ca437;
}

h4 {
	color: #666666;
}

h4 a {
	color: #6ca437 !important;
}

.content-header h1 {
	color: #fff !important;
}

strong {
	color: #6ca437;
}

#main-content h1,
#iFrame-content h1,
#main-content h1 span {
	color: #6ca437 !important;
	font-size: 22px;
	line-height: 26px;
}

#main-content h2,
#iFrame-content h2 {
	color: #6ca437;
	font-size: 20px;
	line-height: 24px !important;
}

#main-content h3,
#iFrame-content h3 {
	color: #6ca437;
	font-size: 18px;
	line-height: 22px !important;
}

#main-content h4,
#iFrame-content h4 {
	/*color: #6ca437;*/
	color: #666666;
	font-size: 16px;
	line-height: 20px !important;
}

#main-content h5,
#iFrame-content h5 {
	color: #6ca437;
	font-size: 14px;
	line-height: 18px !important;
}

#main-content h6,
#iFrame-content h6 {
	color: #6ca437;
	font-size: 12px;
	line-height: 16px !important;
}

#main-content paragraph,
#iFrame-content paragraph {
	color: #599a99;
	font-size: 13px;
	line-height: 16px;
}

#main-content li {
	margin-bottom: 5px;
}

.content-header #breadcrumbs {
	color: #fff;
	font-size: 11px;
	margin-top: 15px;
}

.content-header #breadcrumbs a {
	color: #fff;
}

#main-content table {
	margin: 20px auto;
}

table {
	table-layout: fixed;
}

#main-content table.fullwidth {
	width: 100%;
}

#main-content ul li,
#main-content ol li {
	line-height: 1.5;
}

#main-content ul.span5 li,
#main-content ol.span5 li {
	margin-left: 20px;
}

#main-content .logo-block-logo img {
	display: block;
	margin: 0px auto;
	max-height: 50%;
	max-width: 100%;
	padding: 20px 0px;
}

tr.pagination td {
	background: transparent !important;
}

tr.pagination .pagination ul {
	border-left: 1px solid #dddddd;
}

tr.pagination .pagination ul > li:first-child > span {
	border-left: 0px !important;
}

.content-header h1 {
	color: #fff;
	font-weight: bold;
	margin-top: 0;
}

.page-template .content-header, .post-type-archive-chat .content-header, .chat-template-default .content-header,
.post-type-archive-resources .content-header,
.single-resources .content-header {
	background: #6ba43e;
	background-image: url("../../uploads/2016/08/banner_bg_transparent.png");
	background-position: 100% 15%;
	background-repeat: no-repeat;
	border-bottom: 4px solid #dfecd6;
	padding: 20px 0;
}

.page-template.dark-blue .content-header {
	background-color: #1073af;
	border-color: #bbd7e4;
}

body.dark-blue strong {
	color: #1073af !important;
}

.page-template.dark-blue #main-content h1,
.page-template.dark-blue #main-content h1 strong,
.page-template.dark-blue #main-content h1 span,
.page-template.dark-blue #main-content h2,
.page-template.dark-blue #main-content h2 span,
.page-template.dark-blue #main-content h3,
.page-template.dark-blue #main-content h3 span,
.page-template.dark-blue #main-content h4,
.page-template.dark-blue #main-content h4 span,
.page-template.dark-blue #main-content h5,
.page-template.dark-blue #main-content h5 span,
.page-template.dark-blue #main-content h6,
.page-template.dark-blue #main-content strong,
.page-template.dark-blue #main-content h1 span {
	color: #1073af !important;
}

@media screen and (max-width: 768px) {
	.page-template .content-header, .post-type-archive-chat .content-header, .chat-template-default .content-header {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/****************************
* WIDGET/SIDEBAR STYLES
****************************/
#interior-sidebar .inner-sidebar {
	padding-right: 20px;
}

/*.page-template-page-tpl-store-php #interior-sidebar .inner-sidebar{
padding-right:0px;
}*/
.sb-block .sb-block-login {
	/*   background:#dde6e5; */
	background: #f5f5f5 url("/wp-content/uploads/2015/08/login_bg.jpg");
	height: 30px;
	padding: 10px 15px;
}

.sb-block-login a.btn-primary {
	background: #00aedb !important;
}

.sb-block .sb-block-login .login-left {
	width: 46%;
}

.sb-block .sb-block-login .login-left img {
	max-height: 30px;
}

.sb-block .sb-block-login .login-right {
	width: 46%;
}

.sb-block .sb-block-login .login-right .btn-primary {
	background-color: #00aedb;
	float: right;
	font-family: "myriad-pro-n7", "myriad-pro", arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	padding: 0px 15px;
}

.sb-block {
	margin-bottom: 20px;
}

.sb-block.no-margin,
.sb-block:last-child {
	margin-bottom: 0px;
}

.sb-block h6.widget-head {
	background: #7f8386;
	border-bottom: 6px solid #6ba43e;
	color: #ffffff;
	display: block;
	font-size: 12px;
	line-height: 24px;
	margin: 0px;
	padding: 8px 0;
	text-align: center;
}

.sb-block.mf h6.widget-head {
	border-color: #003E60;
	background: #003E60;
}

.sb-block.mf strong {
	color: #003E60;
}

.sb-block.mf .sb-block-content .sb-block-data-table p.info-link a {
	background: #003E60;
}

.sb-block .quote-box {
	background-color: #6ba43e;
}

.page-template.dark-blue .sb-block h6.widget-head {
	border-bottom-color: #1073af;
}

.page-template.dark-blue .sb-block .quote-box,
.page-template.dark-blue .sb-block .sb-block-content .sb-block-data-table p.info-link a {
	background-color: #1073af;
}

.page-template.dark-blue .sb-block .sb-block-content .sb-block-data-table p.table-caption {
	color: #1073af;
}

.sb-block .sb-block-content .sb-block-text {
	color: #7f8386;
	padding: 10px 10px;
}

.sb-block .sb-block-content .sb-block-text * {
	max-width: 100%;
}

.sb-block .sb-block-content .sb-block-text p:last-child {
	margin-bottom: 0px;
}

.sb-block .sb-block-content .sb-block-text hr {
	border: 0px;
	border-bottom: 1px solid #999;
	height: 1px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
}

.sb-block .sb-block-content .sb-block-data-table {
	color: #7f8386;
	padding: 10px 5px;
}

.sb-block .sb-block-content .sb-block-data-table p.table-caption {
	color: #6ba43e;
	margin-bottom: 0px;
}

.sb-block .sb-block-content .sb-block-data-table p.info-link {
	margin: 0;
	text-align: left;
}

.sb-block .sb-block-content .sb-block-data-table p.info-link a {
	background: #6ba43e;
	color: white;
	display: inline-block;
	font-family: "aleo-regular", sans-serif;
	font-weight: normal;
	padding: 8px 16px;
	text-transform: uppercase;
}

.sb-block .sb-block-content .sb-block-data-table table {
	border-bottom: 1px solid #7f8386;
	border-top: 1px solid #7f8386;
	font-size: 10px;
	line-height: 12px;
	width: 100%;
}

.sb-block .sb-block-content .sb-block-data-table table tr td:nth-child(2) {
	border-left: 1px solid #7f8386;
	border-right: 1px solid #7f8386;
}

.sb-block .sb-block-content .sb-block-data-table table tr:nth-child(odd) td,
.sb-block .sb-block-content .sb-block-data-table table tr:nth-child(odd) th {
	background: #e5e6e6;
}

.sb-block .sb-block-content .sb-block-data-table table thead th {
	border: 1px solid transparent;
	border-bottom: 1px solid #000000;
	padding-bottom: 6px !important;
}

.sb-block .sb-block-content .sb-block-data-table .data-table.data-table-head thead th {
	border-bottom: 0px;
	font-weight: 700;
}

.sb-block .sb-block-content .sb-block-data-table table td,
.sb-block .sb-block-content .sb-block-data-table table th {
	font-weight: 400;
	padding: 4px 0px;
	text-align: center;
	vertical-align: middle;
	/*border:1px solid #000;*/
}

.sb-block .sb-block-content .sb-block-data-table table th {
	padding-left: 8px;
	text-align: left;
}

.sb-block .sb-block-content .sb-block-data-table .data-table-scroll {
	height: 64px;
	overflow-y: hidden;
}

.sb-block .sb-block-content .sb-block-data-table .data-table-scroll-full {
	height: 116px;
	margin-bottom: 10px;
}

.sb-block .sb-block-content .sb-block-data-table table tbody {
	width: 100%;
}

.sb-block .sb-block-content .sb-block-data-table table tbody td,
.sb-block .sb-block-content .sb-block-data-table table tbody th {
	background-color: #ffffff;
}

.sb-block .sb-block-image img {
	display: block;
	margin: 0px auto;
}

.sb-block #nic-map-callout {
	height: 215px;
	overflow: hidden;
	position: relative;
}

.sb-block #nic-map-callout #nic-map-callout-content {
	padding: 80px 15px 15px 15px;
	position: relative;
	z-index: 1;
}

.sb-block #nic-map-callout #nic-map-callout-content a {
	font-weight: 700;
}

.sb-block #nic-map-callout #nic-map-callout-content h5:first-child {
	margin-top: 0px;
}

.sb-block #nic-map-callout #nic-map-callout-content ul {
	font-size: 11px;
	margin-left: 15px;
}

.sb-block #nic-map-callout #nic-map-callout-bg {
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 0;
}

.sb-block ul.news-by-year-list {
	margin: 0px;
	padding: 0px;
}

.sb-block ul.news-by-year-list a {
	color: #7a0232;
	line-height: 1.1;
}

.sb-block ul.news-by-year-list a:hover {
	color: #599a99;
}

.sb-block ul.news-by-year-list > li.month {
	list-style: none;
}

.sb-block ul.news-by-year-list > li.month h4 {
	color: #599a99;
	margin: 15px 0px;
}

.sb-block ul.news-by-year-list > li.month:first-child h4 {
	margin: 10px 0px 15px 0px;
}

.sb-block ul.news-by-year-list > li.month > ul,
.sb-block ul.news-by-year-list > li.month > ul > li {
	list-style: none !important;
	padding: 0px;
}

.sb-block ul.news-by-year-list > li.month > ul {
	margin: 0px 0px 25px;
}

.sb-block ul.news-by-year-list > li.month > ul > li {
	margin: 0px 0px 15px;
}

.sb-block ol#article-sections {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

.sb-block ol#article-sections li {
	margin: 10px 0px;
}

.zoomContainer {
	overflow: hidden;
}

.zoomLens {
	border: 1px solid #00accd !important;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
	cursor: none !important;
}

#news-feed {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#news-feed li {
	margin: 5px 0px;
}

.partner-slider {
	margin: 10px 0px;
}

.partner-slider,
.partner-slider a {
	display: block;
	height: 50px;
	overflow: hidden;
	width: 100%;
	z-index: 0 !important;
}

.partner-slider a img {
	display: block;
	margin: 0px auto;
}

/********************************
* Search Results
********************************/
.search-term,
.search-term-results {
	color: #555555;
}

.search-result h2 {
	font-size: 18px;
}

.search-result h2 a:focus,
.search-result h2 a:active,
.search-result h2 a:hover {
	text-decoration: none !important;
}

.search-result h2 a:visited {
	color: #0f576d;
}

/********************************
* iFramed Content Styles
********************************/
.iframed-content {
	border: 0px;
	clear: both;
	display: block;
	margin: 20px 0px;
	position: relative;
	width: 100%;
	z-index: 0;
}

#iFrame-content .dxeBase h3 {
	margin-top: 0px;
}

/*************************
* MAIN CONTACT FORM
*************************/
#ctl00_cpBody_pnlSubmitInquiry * {
	font-family: "myriad-pro-n4", "myriad-pro", arial, sans-serif;
}

#ctl00_cpBody_pnlSubmitInquiry > table {
	width: 100% !important;
}

#ctl00_cpBody_pnlSubmitInquiry > table th,
#ctl00_cpBody_pnlSubmitInquiry > table td {
	text-align: left;
	vertical-align: top;
}

#ctl00_cpBody_pnlSubmitInquiry > table > tbody > tr > td:first-child {
	font-family: "myriad-pro-n6", "myriad-pro", arial, sans-serif;
	font-weight: 600 !important;
	line-height: 24px !important;
	padding-right: 10px;
	text-align: right !important;
}

#iFrame-content #ctl00_cpBody_tbPhoneInter {
	width: 35px;
}

#iFrame-content #ctl00_cpBody_tbPhone {
	width: 162px;
}

#iFrame-content #ctl00_cpBody_tbPhoneExt {
	width: 50px;
}

#iFrame-content #ctl00_cpBody_rblInquiryType_RB0 > tbody > tr > td:first-child,
#iFrame-content #ctl00_cpBody_rblInquiryType_RB1 > tbody > tr > td:first-child,
#iFrame-content #ctl00_cpBody_rblInquiryType_RB2 > tbody > tr > td:first-child,
#iFrame-content #ctl00_cpBody_rblInquiryType_RB3 > tbody > tr > td:first-child,
#iFrame-content #ctl00_cpBody_rblInquiryType_RB4 > tbody > tr > td:first-child,
#iFrame-content #ctl00_cpBody_rblInquiryType_RB5 > tbody > tr > td:first-child,
#iFrame-content #ctl00_cpBody_rblInquiryType_RB6 > tbody > tr > td:first-child {
	padding-right: 10px !important;
	width: 15px !important;
}

#iFrame-content #ctl00_cpBody_rblInquiryType_RB0 label,
#iFrame-content #ctl00_cpBody_rblInquiryType_RB1 label,
#iFrame-content #ctl00_cpBody_rblInquiryType_RB2 label,
#iFrame-content #ctl00_cpBody_rblInquiryType_RB3 label,
#iFrame-content #ctl00_cpBody_rblInquiryType_RB4 label,
#iFrame-content #ctl00_cpBody_rblInquiryType_RB5 label,
#iFrame-content #ctl00_cpBody_rblInquiryType_RB6 label {
	display: inline-block;
	line-height: 22px !important;
	margin: 0px !important;
}

#iFrame-content .dxeIRadioButton {
	cursor: pointer;
}

#iFrame-content .dxeIRadioButton:hover {
	opacity: 0.85;
}

#iFrame-content .validation-error {
	color: #dd3d36 !important;
	display: inline-block;
	font-size: 11px;
	padding: 4px 0px;
}

#iFrame-content #ctl00_cpBody_rfvInquiryType {
	padding-bottom: 10px !important;
}

#iFrame-content #ctl00_cpBody_rfvFirstName,
#iFrame-content #ctl00_cpBody_rfvLasttName,
#iFrame-content #ctl00_cpBody_rfvEmail {
	padding-left: 10px;
}

/*************************
* SIDEBAR FORMS
*************************/
#iFrame-content #ctl00_cpBody_ucUserForm_pnlEntryFields > table {
	margin-top: 10px;
}

#iFrame-content #ctl00_cpBody_ucUserForm_pnlEntryFields > table > tbody > tr > td:first-child {
	font-family: "myriad-pro-n6", "myriad-pro", arial, sans-serif;
	font-weight: 600 !important;
	line-height: 24px !important;
	vertical-align: top;
}

#iFrame-content #ctl00_cpBody_ucUserForm_pnlEntryFields input[type="text"],
#iFrame-content #ctl00_cpBody_ucUserForm_pnlEntryFields select,
#iFrame-content #ctl00_cpBody_ucUserForm_pnlEntryFields textarea {
	width: 190px !important;
}

#iFrame-content .dxsplControl {
	margin: 20px 0px;
}

#iFrame-content #ctl00_cpBody_ucUserForm_pnlEntryFields .alert-danger {
	background: transparent;
	border: 0px;
	display: inline-block;
	float: right;
	height: 22px;
	line-height: 22px;
	margin-bottom: 5px;
	padding: 0px !important;
	text-transform: capitalize;
}

#iFrame-content #ctl00_cpBody_ucUserForm_pnlEntryFields .alert-danger * {
	color: #b94a48 !important;
}

/*************************
* GLOSSARY
*************************/
/*************************
* BUTTONS & FORM ELEMENTS
*************************/
#iFrame-content select {
	padding: 0px 6px;
}

#iFrame-content .btn,
#iFrame-content table.btn {
	background-image: none !important;
	border-radius: 3px;
	font-family: "myriad-pro-n6", "myriad-pro", arial, sans-serif;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 17px !important;
	padding: 5px 12px !important;
	text-transform: uppercase;
	width: auto !important;
}

#iFrame-content .btn .dxbButton,
#iFrame-content .btn .dxbButtonHover,
#iFrame-content .btn .dxbButton div.dxb,
#iFrame-content .btn .dxbButton div.dxb span {
	background-color: transparent !important;
	background-image: none !important;
	border: 0px !important;
	color: inherit !important;
	font-weight: 600 !important;
	padding: 0px !important;
	text-transform: uppercase;
}

#iFrame-content .btn.btn-primary span {
	color: #ffffff !important;
	font-weight: 600 !important;
}

/*************************
* LENDER LOCATOR
*************************/
#iFrame-content table,
#iFrame-content .nicbodytype table,
#iFrame-content table.nicbodytype {
	width: 100% !important;
}

#iFrame-content #ctl00_cpBody_aGrid {
	margin: 20px 0px !important;
	width: 100% !important;
}

#iFrame-content .nicbodytype table,
#iFrame-content .nicbodytype table td,
#iFrame-content .nicbodytype table th,
#iFrame-content .nicbodytype table tr {
	border: 0px !important;
}

#iFrame-content .nicbodytype table td,
#iFrame-content .nicbodytype table th {
	padding: 5px;
}

#iFrame-content #ctl00_cpBody_lbRowCount {
	display: block;
	text-align: center;
}

#iFrame-content .TableHeading td {
	font-family: "myriad-pro-n6", "myriad-pro", arial, sans-serif;
	font-weight: 600 !important;
}

#iFrame-content #ctl00_cpBody_aGrid,
#iFrame-content #ctl00_cpBody_aGrid td {
	border: 0px !important;
}

#iFrame-content #ctl00_cpBody_aGrid > tbody > tr:first-child > td {
	font-family: "myriad-pro-n6", "myriad-pro", arial, sans-serif;
	font-weight: 600 !important;
}

#iFrame-content #ctl00_cpBody_aGrid td {
	padding: 5px;
}

#iFrame-content #ctl00_cpBody_cblFinancingTypes td,
#iFrame-content #ctl00_cpBody_cblProjectTypes td,
#iFrame-content #ctl00_cpBody_cblInstitutionTypes td,
#iFrame-content #ctl00_cpBody_rblNationalorRegional td {
	width: 33.3%;
}

#iFrame-content #ctl00_cpBody_cblRegions td {
	width: 25%;
}

#iFrame-content #ctl00_cpBody_rblDirectorIntermediary label,
#iFrame-content #ctl00_cpBody_cblFinancingTypes label,
#iFrame-content #ctl00_cpBody_cblProjectTypes label,
#iFrame-content #ctl00_cpBody_cblInstitutionTypes label,
#iFrame-content #ctl00_cpBody_rblNationalorRegional label,
#iFrame-content #ctl00_cpBody_cblRegions label {
	display: inline-block;
	height: 15px;
	line-height: 15px;
	margin-bottom: 0px;
	margin-top: 1px;
}

#iFrame-content input[type="checkbox"],
#iFrame-content input[type="radio"] {
	margin: -2px 10px 0px 0px !important;
}

/********************************
* METRO MAP IFRAME
********************************/
#iFrame-content .dxsplControl,
#iFrame-content .dxsplVSeparator,
#iFrame-content .dxsplHSeparator,
#iFrame-content .dxsplPane,
#iFrame-content .dxsplPaneCollapsed,
#iFrame-content .dxsplVSeparator,
#iFrame-content .dxsplHSeparator,
#iFrame-content .dxsplVSeparatorCollapsed,
#iFrame-content .dxsplHSeparatorCollapsed {
	border: none !important;
}

#iFrame-content #ctl00_cpBody_spltMain_0,
#iFrame-content #ctl00_cpBody_spltMain_0_CC,
#iFrame-content #ctl00_cpBody_spltMain_tlGeo,
#iFrame-content #ctl00_cpBody_spltMain_tlGeo_U,
#iFrame-content #ctl00_cpBody_spltMain_tlGeo_U > div,
#iFrame-content #ctl00_cpBody_spltMain_1,
#iFrame-content #ctl00_cpBody_spltMain_1_CC,
#iFrame-content #divMAP {
	height: 500px !important;
}

#iFrame-content #divMAP {
	margin-left: -1px;
	margin-top: -1px;
}

#iFrame-content table#ctl00_cpBody_spltMain,
#iFrame-content table#ctl00_cpBody_spltMain td,
#iFrame-content table#ctl00_cpBody_spltMain th,
#iFrame-content table#ctl00_cpBody_spltMain tr {
	border-color: #999999 !important;
	border-spacing: 0px !important;
}

#iFrame-content .dxtlControl_PlasticBlue {
	font-family: "myriad-pro-n4", "myriad-pro", arial, sans-serif !important;
	font-weight: 400 !important;
}

#iFrame-content .dxtlFocusedNode_PlasticBlue {
	background-color: #008eef !important;
}

#iFrame-content a#ctl00_cpBody_lnkAmericaView {
	background-color: #008eef;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#005eef));
	background-image: -webkit-linear-gradient(top, #555555, #005eef);
	background-image: linear-gradient(to bottom, #555555, #005eef);
	background-image: none !important;
	background-repeat: repeat-x;
	border-color: #005eef #005eef #0040a3;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	color: #ffffff !important;
	display: inline-block !important;
	font-family: "myriad-pro-n6", "myriad-pro", arial, sans-serif;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 15px !important;
	margin-left: 10px;
	padding: 5px 12px !important;
	text-decoration: none !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
}

#iFrame-content #ctl00_cpBody_pnlSessionIDInfo * {
	font-family: "myriad-pro-n4", "myriad-pro", arial, sans-serif !important;
	font-weight: 400 !important;
}

#iFrame-content #ctl00_cpBody_pnlSessionIDInfo_lbSessionName,
#iFrame-content .confhead {
	background-color: transparent !important;
	border: 0px !important;
	color: #599a99 !important;
	display: block;
	font-family: "myriad-pro-n7", "myriad-pro", arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	margin: 20px 0px;
	padding: 0px !important;
}

#iFrame-content .confsmhead {
	font-family: inherit !important;
	font-size: 12px !important;
}

#iFrame-content #ctl00_cpBody_pnlSessionIDInfo_lbSessionDateAndTime {
	font-family: "myriad-pro-n7", "myriad-pro", arial, sans-serif !important;
	font-weight: 700 !important;
}

#iFrame-content .dxeBase {
	font-family: inherit !important;
	font-size: inherit !important;
}

#iFrame-content td.newsSubEvents:first-child {
	width: 25% !important;
}

#iFrame-content td.newsSubEvents:last-child {
	width: 75% !important;
}

/****************************
* SPEAKERS / PRESENTERS
****************************/
#iFrame-content #ctl00_cpBody_rptSpeakerType_ctl00_lbEventName,
#iFrame-content #ctl00_cpBody_rptSpeakerType_ctl01_lbEventName {
	background: none !important;
	color: #7a0232 !important;
	font-family: "aleo-regular", sans-serif !important;
	font-size: 16px !important;
	line-height: 20px !important;
	margin-bottom: 15px;
}

#iFrame-content .tableSideBarBox * {
	background: none !important;
}

/****************************
* RESUMATOR WIDGETS
****************************/
#resumator-wrapper * {
	font-family: inherit;
}

#resumator-wrapper .resumator-job-title {
	color: #599a99;
	font-family: "aleo-regular", sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 5px;
}

#resumator-logo {
	display: none !important;
}

/****** BASIC WIDGET *******/
#resumator-widget.resumator-basic-widget .resumator-job-title {
	border-top: 0px;
}

#resumator-widget.resumator-basic-widget .resumator-job-info {
	display: block;
	margin-bottom: 10px;
	padding: 0px;
}

#resumator-widget.resumator-basic-widget .resumator-job-link {
	font-family: "myriad-pro-n7", "myriad-pro", arial, sans-serif;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
}

/****************************
* STORE
****************************/
#iFrame-content #ctl00_cpBody_tbSearch {
	height: 20px;
	line-height: 20px;
	margin: 0px 10px 0px 0px;
}

#iFrame-content .NIC-Store-DropDown {
	height: 30px;
	margin: 0px !important;
}

#iFrame-content table.NIC-Store-MultiSelect,
#iFrame-content table.NIC-Store-MultiSelect table {
	width: auto !important;
}

#iFrame-content table.NIC-Store-MultiSelect input[type="text"] {
	box-shadow: none;
	margin: 0px;
	outline: none !important;
	width: 90%;
}

#iFrame-content table.NIC-Store-MultiSelect .dxic {
	padding: 2px !important;
	width: 90% !important;
}

#iFrame-content table#ctl00_cpBody_cbxProductCategory {
	width: auto !important;
}

#iFrame-content .NIC-Store-ProdDesc input.NIC-Store-Quantity {
	display: inline-block;
	margin-left: 10px !important;
}

#iFrame-content #NIC-Store-Products > table {
	margin-bottom: 20px !important;
}

#iFrame-content #NIC-Store-Products > table img {
	height: auto !important;
	width: 150px !important;
}

#iFrame-content #NIC-Store-Products img.dxEditors_edtDropDown {
	height: 14px !important;
	width: 10px !important;
}

#iFrame-content #ctl00_cpBody_cbPayment_pnlMAPTOU {
	margin-bottom: 20px;
}

#iFrame-content .NIC-Store-Checkbox {
	margin-top: 20px;
}

#iFrame-content .tbLabel,
#iFrame-content .tbCCLabel {
	padding-right: 10px !important;
}

.tribe-bar-views-list {
	float: right;
	font-size: 18px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.tribe-bar-views-list li {
	display: inline-block;
	margin: 0px 0px 0px 10px;
}

.tribe-bar-views-list li a,
.tribe-events-sub-nav li a {
	background-color: #f5f5f5;
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-bottom-color: #b3b3b3;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}

.tribe-bar-views-list li a:hover,
.tribe-events-sub-nav li a:hover,
.tribe-bar-views-list li.tribe-bar-active a {
	background-color: #e6e6e6;
	background-position: 0 -15px;
	color: #333333;
	text-decoration: none;
	-webkit-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.tribe-bar-views-list .tribe-icon-upcoming:before,
.tribe-bar-views-list .tribe-icon-month:before {
	display: inline-block;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

.tribe-bar-views-list .tribe-icon-upcoming:before {
	content: "\f03a";
}

.tribe-bar-views-list .tribe-icon-month:before {
	content: "\f073";
}

.event-list-item .tribe-events-gmap {
	display: none;
}

#tribe-events-content table.tribe-events-calendar {
	border: 0px;
}

.tribe-events-calendar thead th {
	background-color: #555555 !important;
	border: 1px solid #555555 !important;
	color: #ffffff;
}

#main-content h3.tribe-events-month-event-title {
	font-family: "myriad-pro-n4", "myriad-pro", arial, sans-serif !important;
	font-size: 13px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 16px !important;
}

#main-content h3.tribe-events-month-event-title a,
#main-content h3.tribe-events-month-event-title a:hover {
	cursor: pointer;
	text-decoration: none;
}

#tribe-events-content .tribe-events-tooltip h4.entry-title {
	font-size: 14px;
	letter-spacing: 0px;
}

.tribe-events-tooltip {
	background-color: #f5f5f5;
	border-color: #e6e6e6;
	border-radius: 3px;
	padding: 10px;
}

.table.table-legend td {
	border: 0px;
}

.table tr.green-bg td,
.table tr.green-bg th {
	background-color: #555555 !important;
	border: 0px !important;
	color: #ffffff;
}

.nic-read-more {
	background-color: #00629b;
	background-image: none;
	border-radius: 4px;
	color: #fff;
	float: left;
	font-family: "aleo-regular", sans-serif !important;
	font-size: 15px;
	line-height: 1.1;
	margin-right: 14px;
	margin-top: 10px;
	outline: none;
	padding: 12px 46px 12px 12px;
	position: relative;
}

.nic-read-more:after {
	background-color: #00629b;
	border-radius: 0 4px 4px 0;
	content: "+";
	display: block;
	font-family: Arial, sans-serif;
	font-size: 30px;
	height: 100%;
	padding: 0 8px;
	position: absolute;
	right: 0;
	top: 0;
}

.nic-read-more:before {
	background-color: #00629b;
	content: " ";
	display: block;
	height: 100%;
	position: absolute;
	right: -10px;
	top: 0px;
	width: 1px;
}

.colomat-close.nic-read-more:after {
	background-color: #24403f;
	content: "\00d7";
}

.insider-section header {
	background-color: #eef5f5;
	border-bottom: 1px solid #d4e5e5;
	border-top: 1px solid #599a99;
	padding: 16px;
}

#main-content .insider-section h2 {
	color: #005953;
}

#article-1.insider-section header {
	border-top: none;
}

.insider-section .insider-author {
	color: #599999;
}

.insider-section span[style] {
	color: #333 !important;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.insider-section img {
	border: 6px solid #ededed;
	float: left;
	margin-right: 10px;
}

.single-insider .sb-block h6.widget-head {
	font-size: 13px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.single-insider #interior-sidebar .inner-sidebar {
	padding: 0;
}

.single-insider .article-sections {
	list-style: none;
}

.single-insider ol#article-sections {
	list-style: none;
	margin-left: 0;
}

.single-insider #article-sections a {
	color: #666;
	font-size: 11px;
}

.single-insider .sb-block .sb-block-content .sb-block-text {
	padding-top: 0px;
}

.sidebar-wrap .affix {
	top: 80px;
	width: 140px;
}

.single-insider #main-content {
	position: relative;
}

.single-insider #main-content:before {
	background-color: #cce0df;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	width: 1px;
}

.single-insider .insider-section {
	clear: both;
	margin-left: 20px;
}

.nic-product {
	box-sizing: border-box;
	padding: 20px 40px;
	position: relative;
}

.nic-product:before {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid white;
	content: " ";
	display: block;
	height: 0;
	left: 45%;
	position: absolute;
	top: 0;
	width: 0;
}

.block-header + .nic-product:before {
	display: none !important;
}

.nic-product:nth-child(odd):before {
	border-top-color: #eef5f5;
}

.nic-product:nth-child(even) {
	background: #dbe9e8;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #dbe9e8),
		color-stop(17%, #eef5f5)
	);
	background: -webkit-linear-gradient(top, #dbe9e8 0%, #eef5f5 17%);
	background: linear-gradient(to bottom, #dbe9e8 0%, #eef5f5 17%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe9e8', endColorstr='#eef5f5', GradientType=0);
}

#main-content .nic-product h2 {
	border-bottom: 1px solid #93bab7;
	color: #005952;
	font-family: "myriad-pro-n4", "myriad-pro", arial, sans-serif !important;
	font-size: 21px;
	padding-bottom: 13px;
}

.nic-product p {
	font-size: 12px;
	line-height: 150%;
}

.nic-product:nth-child(odd) .nic-read-more {
	background-color: #42c0e6;
}

.nic-product:nth-child(even) .nic-read-more {
	background-color: #fff;
}

.nic-product:nth-child(odd) .span7 {
	float: right;
}

.nic-product .nic-read-more a {
	text-decoration: none;
}

.nic-product:nth-child(even) .nic-read-more a {
	color: #42c0e6;
}

.nic-product:nth-child(odd) .nic-read-more a {
	color: #fff;
}

.nic-product .nic-read-more:before {
	display: none;
}

.nic-product .nic-read-more:after {
	background-color: #00629b;
	content: "\00bb";
}

.nic-action-buttons {
	box-sizing: border-box;
	margin-top: 6px;
}

.nic-action-buttons a {
	background: #ffffff;
	background-color: #fff;
	border-radius: 4px;
	color: #0f576d;
	display: inline-block;
	font-family: "aleo-regular", sans-serif !important;
	font-size: 15px;
	line-height: 1.1;
	outline: none;
	padding: 12px 46px 12px 12px;
	position: relative;
	text-align: center;
	width: 55%;
}

p.request-price {
	margin: 0;
}

p.sch-demo {
	margin: 0;
}

.nic-action-buttons a:after {
	border-radius: 0 4px 4px 0;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	padding: 12px 8px;
	position: absolute;
	right: 0;
	text-rendering: auto;
	top: 0;
}

.nic-action-buttons .collapseomatic_content a {
	background: transparent;
	color: white;
	font-family: "myriad-pro-n4", "myriad-pro", arial, sans-serif !important;
	padding: 0;
	text-decoration: underline;
}

.nic-action-buttons .collapseomatic_content a:hover {
	text-decoration: none;
}

.nic-action-buttons .span6:first-child {
	border-right: 1px solid #80a6b2;
}

.nic-action-buttons .span6 {
	text-align: center;
}

.nic-action-buttons.nic-product-actions {
	background: #0f576d;
	padding: 20px 20px 30px 20px;
}

.nic-action-buttons.nic-product-actions a:after {
	background-color: #42c0e6;
}

.price a:after {
	color: #ffffff;
	content: "\f155";
}

.demo a:after {
	color: #ffffff;
	content: "\f073";
}

/**************
Events
***************/
.centered {
	text-align: center;
}

.nic-events .container {
	padding: 40px 0 20px 0;
}

.nic-events .section-image-bg {
	background-repeat: no-repeat;
	/*background-size: auto 100%*/
	background-size: cover;
	color: #fff;
}

/*@media screen and (min-width:1300px) {
  .nic-events .section-image-bg {
      background-size: 100% auto;
  }
}*/
.nic-events section[class*="section-solid-white"] {
	background: #fff;
}

.nic-events h1,
.nic-events h2,
.nic-events h3 {
	font-family: "Myriad Pro";
	font-size: 49px;
}

.section-image-bg h1,
.section-image-bg h2 {
	color: #fefefe;
}

section[class*="section-solid-white"] h2 {
	margin-bottom: 1em;
	text-align: center;
}

section[class*="section-solid-white"] h3 {
	font-size: 25px;
	line-height: 1.34;
}

.section-solid-white--maroon h2,
.section-solid-white--maroon h3,
.section-solid-white--maroon .alternate-header {
	color: #7a0232;
}

.section-solid-white--green h2,
.section-solid-white--green h3,
.section-solid-white--green .alternate-header {
	color: #6ba43e;
}

.nic-events h4 {
	font-size: 18px;
	line-height: 1.3;
}

.alternate-header {
	font-family: "Myriad Pro";
	font-size: 25px;
	line-height: 1.34;
}

.nic-events ul,
p.small {
	font-size: 11px;
}

.nic-events p.normal {
	font-size: 12px;
}

.nic-events li {
	margin-bottom: 5px;
}

.nic-events .section-image-bg p {
	color: #fefefe;
}

.section-image-bg:first-child {
	border-bottom: 6px solid #ead6de;
}

/* Bottom buttons */
.nic-events section,
.nic-events section .container {
	position: relative;
}

.nic-events section .container {
	z-index: 3;
}

.nic-events .bg-overlay {
	display: block;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.bg-overlay.maroon {
	background: rgba(65, 1, 27, 0.95);
}

.bg-overlay.black {
	background: rgba(0, 0, 0, 0.95);
}

.nic-action-buttons .span4 {
	margin-left: 0;
}

.nic-action-buttons div[class*="plus"] a.trigger:after {
	color: #fff;
	content: "+";
	width: 16px;
}

.nic-action-buttons div[class*="plus"] .colomat-close a.trigger:after {
	content: "-";
}

.orange-button a {
	background: #c39161;
	border-radius: 6px;
	color: #fff;
	display: block;
	font-family: "aleo-regular", sans-serif !important;
	font-size: 23px;
	margin: 0 auto;
	padding: 16px;
	text-transform: uppercase;
	width: 80%;
}

.green-button a {
	background: #005953;
	border-radius: 6px;
	color: #fff;
	display: block;
	display: inline-block;
	font-family: "aleo-regular", sans-serif !important;
	font-size: 16px;
	margin: 0 auto;
	padding: 16px 66px;
}

.plus-green-button a.trigger {
	color: #0b5a53;
}

.plus-green-button a.trigger:after {
	background: #0b5a53;
}

.plus-event-action-button a.trigger {
	color: #6ba43e;
}

.plus-event-action-button a.trigger:after {
	background: #6ba43e;
}

.event-action-button a {
	background: #6ba43e;
	color: #fff;
	padding: 12px;
	text-align: center;
	width: 80%;
}

.event-action-button a.blue {
	background: #0073AE;
}

.nic-events .stats {
	margin: 10px 0;
}

.nic-events .stats .percent {
	background: rgba(255, 255, 255, 0.22);
	border: 2px solid #fff;
	border-radius: 66px;
	color: #fff;
	display: inline-block;
	font-size: 48px;
	/* padding: 46px 12px;*/
	padding: 26px 12px;
}

.nic-events .stats {
	font-family: "aleo-regular", sans-serif;
	text-transform: uppercase;
}

.nic-events .caption {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}

.secondary-actions {
	border-top: 1px solid #a7a09f;
	margin-top: 20px;
	padding: 10px 0;
	text-align: right;
}

.secondary-actions a {
	color: #fff;
	font-family: "aleo-regular", sans-serif;
	font-size: 18px;
}

.small-nav-menu {
	display: none;
}

@media screen and (max-width: 768px) {
	.fluid-row,
	.fluid-col,
	.fluid-col.sidebar-wrap,
	.row-fluid .span10 {
		width: 100%;
	}
	.fluid-col {
		box-sizing: border-box;
		margin: 0;
		padding: 0 20px;
	}
	.row-fluid,
	.row,
	.row-fluid [class*="span"],
	.nic-events .row-fluid .offset2:first-child,
	.nic-events .row-fluid .offset1 {
		margin-left: 0;
	}
	.affix-top,
	.affix,
	/*.sidebar-wrap*/ {
		display: none;
	}
	/*Contact us*/
	textarea#ctl00_cpBody_tbMessage,
	input#ctl00_cpBody_tbSubject {
		max-width: 70% !important;
	}
	#iFrame-content #ctl00_cpBody_tbPhone {
		max-width: 45%;
	}
	#hp-slider {
		border-bottom: 3px solid #dfe0e1;
		width: 100%;
	}
	#hp-slider #hp-slider-text {
		left: 0;
		width: 100%;
	}
	.royalSlider,
	.rsOverflow {
		width: 100% !important;
	}
	img.rsImg,
	.home .rsArrow,
	.page-template-default .rsArrow {
		display: none !important;
	}
	#site-foot #footer-social,
	#site-foot #footer-social li {
		float: left;
	}
	.nic-action-buttons a {
		font-size: 14px;
	}
	/*Events*/
	.nic-events .row-fluid div[class*="span"],
	.nic-events .row div[class*="span"],
	.nic-events .container {
		margin-left: 0;
		width: 100%;
	}
	.nic-events .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.nic-action-buttons .collapseomatic,
	.nic-action-buttons .event-action-button {
		text-align: center;
	}
	.event-action-button a {
		width: 56%;
	}
	.nic-events h2 {
		line-height: 1;
	}
	.row-fluid.secondary-actions {
		width: 90%;
	}
	.nic-events section .container {
		box-sizing: border-box;
	}
	/*navigation */
	.header-right.fluid-col {
		border-bottom: 4px solid #6ba43e;
		padding: 0 10px;
	}
	#main-nav {
		background: transparent;
		left: -100%;
		padding: 0;
		position: fixed;
		top: 0;
		-webkit-transition: left 0.25s ease-in-out;
		transition: left 0.25s ease-in-out;
		z-index:1;
		padding-top:62px;
		background:#4f5254;
	}
	.nav-open #main-nav {
		left: 0;
		width: 80%;
	}
	#main-nav .container {
		overflow: hidden;
		width: 100%;
	}
	#main-nav .container > ul {
		background: #6d6e71;
	}
	#main-nav .container > ul,
	#main-nav .container > ul > li,
	#main-nav .container > ul > li > a {
		box-sizing: border-box;
		display: block;
		height: auto;
		width: 100%;
	}
	#main-nav .container > ul > li > a {
		background: #6ba43e;
	}
	#main-nav .container > ul > li.menu-item-has-children > ul,
	#main-nav .container > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul {

		position: static;
		width: 100%;
	}
	#main-nav .container > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul {
		background: rgba(0, 0, 0, 0.25);
	}
	#main-nav .container > ul > li.hovered > a,
	#main-nav .container > ul > li > a:hover,
	#main-nav .container > ul > li > a:focus,
	#main-nav .container > ul > li > a:active,
	#main-nav .container > ul > li.current_page_item > a,
	#main-nav .container > ul > li.current-menu-item > a,
	#main-nav .container > ul > li ul,
	#main-nav .container > ul > li.current-page-ancestor > a {
		background: inherit;
	}
	#main-nav .container > ul > li ul a:hover,
	#main-nav .container > ul > li ul a:focus,
	#main-nav .container > ul > li ul a:active {
		background: none transparent;
	}
	#header-right {
		margin: 0 auto;
		position: relative;
	}
	#header-right form {
		position: relative;
	}
	#header-right #head-secondary-nav {
		padding: 20px 0 !important;
	}
	#site-head #header-right #search {
		float: right;
		width: 50%;
	}
	.small-nav-menu {
		background-color: #6ba43e;
		color: white;
		cursor: pointer;
		display: block;
		font-size: 1.5em;
		padding: 0.5em;
		position: absolute;
		right: 30px;
		top: 30px;
	}
}

@media screen and (max-width: 407px) {
	#header-right {
		margin: 0 auto;
		position: static;
		width: 90%;
	}
	#site-head #header-right #search {
		width: 90%;
	}
	#site-head #header-right #search input[type="text"] {
		width: 75%;
	}
	#header-right #head-secondary-nav {
		padding-bottom: 20px !important;
	}
	.logo a {
		overflow: hidden;
	}
	.nic-action-buttons > .demo a {
		padding-top: 0;
		text-align: left;
	}
	.nic-action-buttons > .price a {
		text-align: left;
	}
	p.request-price {
		display: inline-block;
		margin: -15px 0 3px 0;
		padding: 0;
		text-align: left;
	}
	p.sch-demo {
		margin-top: 15px;
	}
}

body .gform_wrapper form .gform_body ul,
body .gform_wrapper form .gform_body ul li {
	background: none !important;
	background-image: none !important;
	border: none !important;
	list-style: none !important;
	list-style-image: none !important;
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body .gform_wrapper form .gform_body ul > li:before {
	content: "";
}

body .gform_wrapper form .gform_body ul > li > input {
	display: inline-block;
}

.soliloquy-container {
	max-width: none !important;
	width: 100% !important;
}

@media screen and (min-width: 1400px) {
	#hp-slider {
		min-height: 411px;
	}
	.soliloquy-container .soliloquy-image {
		max-width: none !important;
		width: 100% !important;
	}
}

/* Added by Dave Brong / WebMechanix */
.vimeoBadge.horizontal div.clip {
	display: inline-block;
	padding-right: 5%;
	vertical-align: top;
	width: 25%;
}

body.category .content-header {
	background: #6ba43e url("/wp-content/uploads/2016/08/banner_bg_transparent.png") no-repeat 100%
		15% scroll;
	border-bottom: 4px solid #dfecd6;
	padding: 20px 0;
}

body.category #menu-industry-resources-sidebar-nav .current_page_parent a {
	color: #6aa238;
}

body.category h2.the_title {
	font-size: 1.75em;
	font-weight: normal !important;
	line-height: 1.2 !important;
	margin-top: 0 !important;
}

body.category h2.the_title a {
	color: #6aa238;
}

body.category .meta {
	display: block;
	margin: 10px auto;
}

body.category .meta .author {
	display: inline-block;
	vertical-align: top;
}

body.category .meta .author a {
	color: #6aa238;
}

body.category .meta .date {
	display: inline-block;
	font-style: italic;
	padding-left: 20px;
	vertical-align: top;
}

body.category .topics {
	margin: 10px 0;
}

body.category .topics a {
	color: #6aa238;
}

body.category .feat_img {
	margin-bottom: 20px;
}

body.category main .post {
	border-top: 1px solid #f5f5f5;
	margin: 0;
	padding: 40px 0 46px;
}

body.category main .post:first-child {
	border-top: 0;
	padding-top: 0;
}

body.category main .post .read-more {
	border: 0;
	border-radius: 0;
	font-size: 1.1em;
	padding: 10px 24px;
	text-transform: uppercase;
}

body.category #blog-search label {
	display: block;
	position: relative;
}

body.category #blog-search input[name="s"] {
	box-sizing: border-box;
	display: block;
	height: 24px;
	margin: 8px 0 0;
	padding: 4px 40px 4px 6px;
	position: relative;
	width: 100%;
}

body.category #blog-search .btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent none repeat 0 0 scroll;
	border: 0;
	bottom: 1px;
	box-shadow: none;
	display: block;
	height: 22px;
	margin: 0;
	padding: 0 12px;
	position: absolute;
	right: 1px;
	width: auto;
	z-index: 99;
}

body.category #blog-search .btn .icon-search::before {
	color: #000;
	margin: 0;
}

body.category #text-2 {
	border: 1px solid #6aa238;
	margin: 30px auto 15px;
	padding: 12px 15px 10px;
}

body.category #blog-right-col .widget__header {
	color: #000;
	font-size: 1.25em;
	margin: 0 0 15px;
	padding: 0;
}

.widget_recent_entries,
.widget_categories {
	margin: 20px auto;
}

.widget_recent_entries li,
.widget_categories li {
	margin: 6px 0;
}

.widget_recent_entries a,
.widget_categories a {
	color: #6aa238;
	line-height: 1.25;
}

body.category #text-2 .widget__header {
	background: transparent none repeat 0 0 scroll;
	border: 0;
	color: #000;
	font-size: 1.25em;
	margin: 0 0 15px;
	padding: 0;
	text-align: left;
}

body.category #blog-right-col .hs-form {
	margin-bottom: 6px;
}

body.category #blog-right-col .hs-form .hs-form-field {
	margin-bottom: 10px;
}

body.category #blog-right-col .hs-form input {
	border-radius: 0;
}

body.category #blog-right-col .hs-form .hs_firstname,
body.category #blog-right-col .hs-form .hs_lastname {
	float: none;
	width: 100%;
}

body.category #blog-right-col .hs-form label {
	font-weight: normal;
}

body.blog #blog-right-col .hs-form .hs-form-required {
	color: #000;
}

body.category #blog-right-col .hs-form .actions {
	margin: 0 auto;
	padding: 0;
}

body.category #blog-right-col .hs-form .actions .hs-button.primary {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #6aa238 none repeat 0 0 scroll;
	border: 0;
	box-shadow: none;
	box-sizing: border-box;
	display: block;
	font-size: 1.15em;
	font-weight: normal;
	height: auto;
	line-height: 1;
	padding: 10px 20px;
	text-shadow: none;
	text-transform: uppercase;
	width: 91%;
}

body.category #blog-right-col .hs-form .actions .hs-button.primary:hover,
body.category #blog-right-col .hs-form .actions .hs-button.primary:active,
body.category #blog-right-col .hs-form .actions .hs-button.primary:focus {
	background-color: #5f9032;
}

body.category #blog-right-col .hs-form .hs-error-msgs {
	padding-left: 0;
}

body.category #blog-right-col .hs-form .hs-error-msgs label {
	color: #ca7870;
	line-height: 1.2;
}

.blog-ad-wrap {
	margin-top: 30px;
}

.blog-ad {
	display: block;
	margin: 0 auto 40px;
}

.blog-ad img {
	height: auto;
	max-width: 100%;
}

body.category .pagination {
	margin: 1em auto 2em;
	text-align: center;
}

body.category .pagination .nav-links {
	margin: 0 auto;
	text-align: center;
}

body.category .pagination span,
body.category .pagination a {
	font-size: 1em;
}

body.category .pagination span:not(:last-child)::after,
body.category .pagination a:not(:last-child)::after {
	content: "|";
	display: inline-block;
	padding: 0 6px 0 8px;
	vertical-align: baseline;
}

body.category .pagination span.current {
	color: #6aa238;
	font-size: 1.25em;
}

body.category .pagination span.current::after {
	color: #000;
	font-size: 0.75em;
}

body.category a.prev.page-numbers,
body.category a.page-numbers,
body.category a.next.page-numbers {
	color: #000;
}

body.category .widget_categories li.cat-item {
	color: #6aa238;
}

body.category a#more-cats {
	margin-left: 10px;
}

@media screen and (max-width: 461px) {
	body.category .content-header {
		padding: 20px 10px;
	}
	body.category #site-content {
		max-width: 100%;
	}
}

/**************************
Insider Newsletter
***************************/
body.single-insider .insider-section iframe {
	max-width: 100% !important;
}

body.single-insider .content-header {
	background: #6ba43e url("/wp-content/uploads/2016/08/banner_bg_transparent.png") no-repeat 100%
		15% scroll;
	border-bottom: 4px solid #dfecd6;
	padding: 20px 0;
}

body.single-insider #main-content {
	padding-bottom: 30px;
}

body.single-insider #main-content:before {
	display: none;
}

body.single-insider .insider-section {
	border-top: 1px solid #f5f5f5;
	margin: 0;
	padding: 40px 0;
}

body.single-insider .insider-section#article-1 {
	border-top: 0;
	padding-top: 10px;
}

body.single-insider .insider-section header {
	background: transparent none repeat 0 0 scroll;
	border: 0;
	margin: 0;
	padding: 0;
}

body.single-insider #main-content .insider-section header h2 {
	color: #6aa238;
	font-size: 2em;
	line-height: 1.428 !important;
	margin: 0 0 15px !important;
	padding: 0;
}

body.single-insider .nic-read-more {
	background: #6aa238 none repeat 0 0 scroll;
	border: 0;
	border-radius: 0;
	clear: left;
	padding-right: 30px;
	text-transform: uppercase;
}

body.single-insider .nic-read-more:hover,
body.single-insider .nic-read-more:active,
body.single-insider .nic-read-more:focus {
	background-color: #5f9032;
	text-decoration: none;
}

body.single-insider .nic-read-more::after {
	background: transparent none repeat 0 0 scroll;
	border-radius: 0;
	content: "›";
	display: block;
	font: normal normal normal 1.5em/1 Arial, sans-serif;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 11px;
	top: 8px;
}

body.single-insider .collapseomatic_excerpt,
body.single-insider .collapseomatic_content {
	margin-left: 0;
}

body.single-insider #insider-search label {
	display: block;
	position: relative;
}

body.single-insider #insider-search input[name="s"] {
	box-sizing: border-box;
	display: block;
	height: 24px;
	margin: 8px 0 0;
	padding: 4px 40px 4px 6px;
	position: relative;
	width: 100%;
}

body.single-insider #insider-search .btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent none repeat 0 0 scroll;
	border: 0;
	bottom: 1px;
	box-shadow: none;
	display: block;
	height: 22px;
	margin: 0;
	padding: 0 12px;
	position: absolute;
	right: 1px;
	width: auto;
	z-index: 99;
}

body.single-insider #insider-search .btn .icon-search::before {
	color: #000;
	margin: 0;
}

body.single-insider .sb-block {
	border: 1px solid #6aa238;
	margin: 30px auto 15px;
	padding: 12px 15px 10px;
}

body.single-insider .sb-block h6.widget-head {
	background: transparent none repeat 0 0 scroll;
	border: 0;
	color: #000;
	font-size: 1.25em;
	margin: 0 0 15px;
	padding: 0;
	text-align: left;
}

body.single-insider .sb-block ol#article-sections li {
	padding-left: 15px;
	position: relative;
}

body.single-insider .sb-block ol#article-sections li::before {
	color: #000;
	content: "•";
	display: block;
	left: 0;
	position: absolute;
	top: 1px;
}

body.single-insider .sb-block ol#article-sections li a {
	color: #6aa238;
}

body.single-insider .sb-block .sb-block-text {
	padding-bottom: 0;
}

.insider-ad-wrap {
	display: block;
}

.staging-environment .insider-ad-wrap {
	display: block;
}

.insider-ad-wrap h3 {
	color: #000 !important;
	font-size: 1.25em;
	margin-top: 30px;
}

.insider-ad {
	display: block;
	margin: 0 auto 40px;
}

.insider-ad img {
	height: auto;
	max-width: 100%;
}

@media screen and (max-width: 461px) {
	body.single-insider .content-header {
		padding: 20px 10px;
	}
	body.single-insider #site-content {
		max-width: 100%;
	}
}

article#main-content > .insider-content {
	margin: 5% 0;
}

article#main-content > h2 {
	color: #6aa238;
	font-size: 2em;
	line-height: 1.428;
	margin: 0 0 15px !important;
	padding: 0;
}

.insider-content > .wp-caption {
	padding-right: 10px;
}

.insider-content > a {
	background-color: #f2f2f2;
	color: #6aa238;
	font-family: "aleo-regular", sans-serif !important;
	font-size: 15px;
	padding: 2%;
}

iframe[src*='http://learnmore.nic.org'] {
	display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.insider-content > ul {
		padding-left: 133px !important;
	}
}

@supports (-ms-ime-align: auto) {
	.insider-content > ul {
		margin-left: 150px !important;
	}
}

p.copyright a {
	margin: 0px -2px;
}

/* sidebar navigation */
#sidebar-nav .menu-wrap > ul > li > ul > li:before {
	color: #6d6e71;
	content: "\2014";
	margin-right: 5px;
}

/* videos page */
h2.video__title {
	text-align: center;
}

h2.video__title a {
	color: #6ba43e !important;
	text-decoration: none;
}

.video-grid {
	margin: 20px 0;
}

.video-grid * {
	box-sizing: border-box;
}

.video-grid .span4,
.video-grid .span6 {
	margin: 0;
	padding: 0;
}

.video-grid .span4 {
	width: 33.3333%;
}

.video-grid .span6 {
	width: 50%;
}

.video-grid .video {
	margin: 0;
	position: relative;
}

.video-grid .embed-responsive {
	margin-bottom: 0;
}

.video-grid .video:hover:before {
	background: #6ba43e;
	background-image: url("img/play-icon-white.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25%;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	content: "";
	display: block;
	height: 22.2%;
	left: 50%;
	margin: 0 0 0 -11.1%;
	opacity: 0.9;
	position: absolute;
	top: 38.9%;
	-webkit-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	width: 22.2%;
	z-index: 2;
}

.video-grid .video:hover:after {
	background: #000;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.15;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	width: 100%;
	z-index: 1;
}

.video-grid .video .video__title {
	background: rgba(23, 35, 34, 0.75);
	color: #fff;
	font-weight: 700;
	height: 100%;
	left: 0;
	opacity: 0;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	/* transition effect. not necessary */
	-webkit-transition: opacity 0.2s, visibility 0.2s;
	transition: opacity 0.2s, visibility 0.2s;
}

.video-grid .video:hover .video__title {
	opacity: 1;
}

.modal-title {
	font-size: 20px;
	line-height: 1em;
}

/* -- Responsive embeds -- */
.embed-responsive {
	display: block;
	height: 0;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.embed-responsive img {
	bottom: auto;
	height: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.embed-responsive:empty {
	display: none;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.custom-hs-form * {
	box-sizing: border-box;
}

.custom-hs-form form {
	margin: 0;
}

.custom-hs-form input,
.custom-hs-form select,
.custom-hs-form textarea {
	font-size: 14px;
	line-height: 20px;
	padding: 5px 10px;
	width: 100%;
}

.custom-hs-form input,
.custom-hs-form select {
	height: 32px;
}

.custom-hs-form textarea {
	height: 140px;
}

.custom-hs-form .hs-form-required {
	color: #c00;
	display: inline-block;
	margin-left: 3px;
}

.custom-hs-form .hs-form-field > label,
.custom-hs-form .hs-button {
	font-family: "aleo-regular", sans-serif;
}

.custom-hs-form .hs-button {
	background: #1073af;
	border: 0;
	color: #fff;
	display: block;
	height: 36px;
	line-height: 36px;
	margin-top: 10px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.custom-hs-form .hs-button:hover,
.custom-hs-form .hs-button:focus {
	background: #00407c;
	text-decoration: none;
}

.custom-hs-form .hs-error-msgs {
	color: #c00;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

@media (min-width: 992px) {
	#video-modal {
		margin-left: -320px;
		width: 640px;
	}
	#modal-form-target {
		margin-left: -15px;
		margin-right: -15px;
	}
	#modal-form-target .hs-form-field {
		float: left;
		width: 50%;
	}
	#modal-form-target .hs-form-field,
	#modal-form-target .actions {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.insider-cta {
	margin: 10px auto 25px auto;
	text-align: center;
}

.insider-cta > a {
	background-color: #1073af;
	border: none;
	color: #fff;
	margin: 0 auto;
	padding: 5%;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: opacity 0.35s ease-out;
	-moz-transition: opacity 0.35s ease-out;
	-o-transition: opacity 0.35s ease-out;
	-webkit-transition: padding 0.35s ease-out;
	-moz-transition: padding 0.35s ease-out;
	-o-transition: padding 0.35s ease-out;
}

.insider-cta > a:hover {
	opacity: 0.85;
	padding: 5% 13%;
	text-decoration: none;
	-webkit-transition: opacity 0.35s ease-in-out;
	-moz-transition: opacity 0.35s ease-in-out;
	-o-transition: opacity 0.35s ease-in-out;
	-webkit-transition: padding 0.35s ease-in-out;
	-moz-transition: padding 0.35s ease-in-out;
	-o-transition: padding 0.35s ease-in-out;
}

i.icon-vimeo {
	background-image: url("/wp-content/uploads/2017/06/Artboard-1.svg");
	background-repeat: no-repeat;
	font-size: 100px !important;
	-webkit-transition: none;
	transition: none;
	vertical-align: text-top;
}

i.icon-vimeo:hover {
	background-image: url("/wp-content/uploads/2017/06/Artboard-2.svg");
	background-repeat: no-repeat;
	font-size: 100px !important;
	text-decoration: none;
}

#committee_member > ul > li {
	list-style-type: none;
	padding: 8px;
}

/*#committee_member > ul > li.span6:nth-child(odd) {*/
/*	clear: right;*/
/*	float: left;*/
/*	width: 48%;*/
/*}*/

/*#committee_member > ul > li:nth-child(even) {*/
/*	display: in;*/
/*	float: right;*/
/*	margin-left: 0;*/
/*	width: 45%;*/
/*}*/

#committee_member > ul > li > strong {
	color: #000;
	font-weight: 700;
}

body.page-id-12148 #bwg_container1_0 #bwg_container2_0 .bwg_title_spun2_0 {
	color: #0e3a53;
	font-family: "aleo-regular", sans-serif !important;
}

/*! Font consistency */
/*! Headers */
h1,
h1 *,
h1 > *,
* > h1,
* h1 {
	font-size: 32px !important;
	font-size: 2rem !important;
}

h2 {
	font-size: 24px !important;
	font-size: 1.5rem !important;
}

h3 {
	font-size: 18.72px !important;
	font-size: 1.17rem !important;
}

h4 {
	font-size: 16px !important;
	font-size: 1rem !important;
}

h5 {
	font-size: 13.28px !important;
	font-size: 0.83rem !important;
}

h6 {
	font-size: 10.72px !important;
	font-size: 0.67rem !important;
}

#main-content h1,
#iFrame-content h1,
#main-content h1 span {
	line-height: 1 !important;
}

.the_title > a {
	line-height: 1.2 !important;
}

.container.o-navbar {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.container.o-navbar > ul > li > a {
	/*font-size: 13px !important;*/
	/*padding-left: 30px !important;*/
	/*padding-right: 30px !important;*/
}
@media (min-width: 770px) {
	.container.o-navbar > ul > li > a {
		font-size: calc(9px + 5 * (100vw - 770px) / 430) !important;
	}
}
@media (min-width: 1200px) {
	.container.o-navbar > ul > li > a {
		font-size: calc(8px + 4 * (100vw - 770px) / 430) !important;
	}
}
@media (min-width: 770px) {
	.container.o-navbar > ul > li > a {
		padding-left: calc(17px + 12 * (100vw - 770px) / 430) !important;
		padding-right: calc(17px + 12 * (100vw - 770px) / 430) !important;
	}
}
@media (min-width: 1200px) {
	.container.o-navbar > ul > li > a {
		padding-left: 32px !important;
		padding-right: 32px !important;
	}
}
.container.o-navbar .sub-menu > li > a {
	line-height: 1.3;
}

.fluid-row h1 > div {
	line-height: 1.34 !important;
}

.content-header h1,
#main-content h2,
#iFrame-content h2,
article#main-content > h2 {
	line-height: 1.2 !important;
}

#iFrame-content .ParentTermDefinitionCell * {
	line-height: 1.5;
}

/* Resumator Styles */

.resumator-job-title {
	color: #6ca437 !important;
	font-size: 32px !important;
	margin-bottom: 15px !important;
}
span.resumator-job-heading,
.resumator-job-info-details .resumator-job-heading,
.resumator-job-description-text p strong {
	font-family: Arial, sans-serif !important;
	font-size: 18px !important;
	line-height: 22px !important;
	font-weight: 600;
	display: block !important;
	margin-left: 0 !important;
}
.resumator-job-description-text ul {
	margin-bottom: 20px !important;
	margin-left: 25px !important;
}
.resumator-job-description-text ul li {
	font-family: Arial, sans-serif !important;
	display: list-item !important;
	margin-left: 0 !important;
	font-weight: 500 !important;
	color: #000000 !important;
	line-height: 1.3 !important;
	font-size: 14px !important;
}
.resumator-job-description-text ul li ul {
	margin-top: 20px !important;
}
.resumator-buttons li a {
	font-family: Arial, sans-serif !important;
	font-size: 18px !important;
	line-height: 50px !important;
	font-weight: 600;
	display: block !important;
	color: #6ca437 !important;
	margin-left: 15px !important;
}
.resumator-job-info {
	font-family: Arial, sans-serif !important;
	font-size: 14px !important;
}
.resumator-buttons ul li input {
	background-color: #69a237;
	color: #fff;
	cursor: pointer;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 10px 24px;
	border: 0;
	font-size: 15.4px !important;
	text-transform: uppercase;
	font-family: Arial, sans-serif !important;
}
span.resumator-job-department {
	margin-top: 15px;
}
.resumator-job-link {
	font-size: 13px !important;
	line-height: 2em !important;
}
.resumator-job-view-details {
	padding-top: 0 !important;
	line-height: 1em !important;
}
.resumator-job-info {
	margin-bottom: 0 !important;
}
.resumator-job-info-details,
.resumator-job-info-details span.resumator-job-experience-data,
.resumator-job-description-text p,
.resumator-job-description .resumator-jobs-text p span {
	clear: both;
	font-family: Arial, sans-serif !important;
	font-size: 14px !important;
	margin-top: 20px !important;
	color: #000000 !important;
}
.resumator-job-info-details .resumator-job-heading {
	margin-top: 15px !important;
}
.resumator-job {
	margin-bottom: 30px;
}
#site-content .resumator-basic-widget span.resumator-job-experience-data,
#site-content .resumator-basic-widget .resumator-job-description .resumator-jobs-text p span {
	color: #000 !important;
}

.content-header .m-heroBlog,
.m-contentWrap {
	max-width: 940px;
	width: 100%;
}

@media (max-width: 960px) {
	.m-contentWrap {
		padding-right: 20px;
	}
	.m-contentWrap .span3.sidebar-wrap {
		left: 35%;
		margin: 0 auto;
		position: relative;
	}
}
/**
	Partner Logos
**/
.premier-block ,.official-block{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
	padding:20px 0;
}
.premier-block a{
	display:block;
	max-width: 23%;
	margin:12px 0;
}
.official-block a{
	display:block;
	max-width:13%;
	margin:12px 0;
 }
.official{
	border-top:1px solid #eeeeee;
	padding-top:20px;
}
.official,.premier{
	margin:40px 0;
}
@media(max-width:770px){
	.premier-block a,.official-block a{
		max-width:47%;
	}
}
/**
	Mobile updates
 **/

@media(max-width:770px){
	.page-template-page-tpl-2col-php .widget-bar.span2, .page-template-page-tpl-3col-php .widget-bar.span2 {
		display: none;
	}
	span.showSubMenu {
		width: 40px;
		height: 43px;
		position: absolute;
		right: 0;
		top: 1px;
	}

}
@media(max-width: 768px){
	#main-nav .container > ul > li.menu-item-has-children > ul > li.menu-item-has-children > a:before{
		display:none;
	}
	.container.o-navbar{
		background:#4f5254;
		align-items:flex-start !important;
		height:100vh;
	}
	#main-nav .container > ul > li.menu-item-has-children:hover > ul, #main-nav .container > ul > li.menu-item-has-children > ul > li.menu-item-has-children:hover > ul{
		display:none;
	}
	#main-nav li.menu-item-has-children > a .showSubMenu::before  {
		content: "\f0da";
		display: inline-block;
		float: right;
		font-family: FontAwesome;
		font-size: 10px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-style: normal;
		font-weight: normal;
		margin-right: -6px;
		right:22px;
		top:-2px;
		position:absolute;
	}
	.sub-menu span.showSubMenu{
		height:32px !important;
	}
	.sub-menu span.showSubMenu::before{
		top:9px !important;
	}
}

.logos {
	margin:3em 0 5em 0;
}

.logos h2 {
	text-transform: uppercase;
	margin: 0 0 1em 0;
	text-align: center;
	display: inline-block;
	padding: 0 1em;
	background-color: #FFFFFF;
	position: relative;
	z-index:2;
}

.logos.prem h2 {
	color: #3071A9;
}

.logos .row-fluid {
	margin-bottom: 2em;
	margin-top: 2em;
	display: flex;
	align-items: center;
}

.logos a {
	display:block;
	padding: 1em;
	text-align:center;
}

.logos .span4 a img {
	max-height: 190px;
	width: auto;
}

.logos .span3 a img {
	max-height: 180px;
	width: auto;
}

.logos [class*="span"] {
	float: none;
	margin: 0;
}

.logos > .row {
	position: relative;
	text-align: center;
}

.logos > .row > .span:before {
	display: block;
	height: 2px;
	width: 90%;
	background-color:#6ca437;
	position: absolute;
	top: 25%;
	left: 5%;
	content: '';
}

.logos.prem > .row > .span:before {
	background-color:#3071A9;
}

.partners-archive .partner {
	margin-bottom: 2em;
	border: 1px solid #CCC;
	padding: 1.5em;
	/*min-height: 244px;*/
	display: flex;
	overflow: hidden;
}

.partners-archive .partner:after {
	content: '';
	display: block;
	height: 1px;
	clear: both;
}

.partners-archive .partner .partner-image {
	width: 30%;
	/*height: 100%;*/
	/*float: left;*/
	align-self: center;
}

.partners-archive .partner .partner-content {
	width: 70%;
	/*margin-left: 30%;*/
	padding-left: 2em;
}

.partners-archive .partner .partner-image a {
	display: block;
	height: 100%;
	/*display: flex;*/
	/*justify-content: center;*/
	/*align-items: center;*/
}

.partners-archive .partner .partner-image img {
	width: 100%;
	height: auto;
}

@media (max-width: 768px) {
	.partners-archive .partner {
		display: block;
	}

	.partners-archive .partner .partner-image {
		display: block;
		width: 100%;
		margin-bottom: 2em;
	}

	.partners-archive .partner .partner-content {
		display: block;
		width: 100%;
		padding-left: 0;
	}
}

.section-sponsor {
	font-size: 12px;
	padding-bottom: 3em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.section-sponsor a {
	text-decoration: none;
}

.accordion-toggle {
	height:100%;
	padding-top: 0;
	padding-bottom: 0;
	display: block;
	color: #666666;
}

.accordion-toggle:hover, .accordion-toggle:active, .accordion-toggle:focus {
	color: #000000;
	text-decoration: none;
}

.accordion-toggle i {
	text-align: center;
	padding: 0.5em 0;
	font-size:30px;
}

.accordion-group.open .accordion-toggle .icon-minus {
	display: block;
}
.accordion-group.open .accordion-toggle .icon-plus {
	display: none;
}

.accordion-group .accordion-toggle .icon-minus {
	display: none;
}
.accordion-group .accordion-toggle .icon-plus {
	display: block;
}

.post-type-archive-chat .post {
	padding: 1em;
}

@media screen and (min-width: 769px) {
	.post-type-archive-chat .post {
		margin: auto 0 auto -20px;
	}
}

.post-type-archive-chat .post:nth-child(odd) {
	background-color: #EDEDED;
}

.container {
	max-width: 100%;
}
