/*
Theme Name: Income|Outcome Business Simulations 
Author: RP Design Lab
Author URI: http://rpdesignlab.com
Version: 1.0
*/
/* =General Styles
----------------------------------------------- */
body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #555;
	overflow-x: hidden;
}
hr {
	border-top: 1px solid #d8d8d8;
	margin: 30px 0;
}
a:hover, a:focus {
	color: #056396;
}
b, strong {
	font-weight: 600;
}
small {
	font-weight: 400;
}
blockquote {
	font-family: inherit;
	font-style: italic;
	font-weight: normal;
	margin: 2em 0;
	border-left: 3px solid #0B5E8A ;
	padding-left: 20px;
	font-size: 18px;
}
ul {
	margin-left: 21px;
}
input {
	border-radius: 0 !important;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
	background-color: #f8f8f8;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	background-color: #fff;
}
input[type=submit] {
	color: #fff;
	padding: 8px 25px;
	font-size: 19px;
	margin: 0;
	border: none;
	background-color: #50B848;
	background-image: none;
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
}
input[type=submit]:hover,
input[type=submit]:focus {
	background-color: #056396;
}
/* =Top Level Elements
----------------------------------------------- */
#top-bar {
	position: absolute;
	top:10px;
	right:65px;
	max-width:40%;
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
	color: #E1231E;
}
.container {
	padding: 50px 15px 50px 15px;
	float: none;
	margin: 0 auto !important;
}
#branding {
	z-index: 999;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	position: relative;
}
#content {
	position: relative;
}
#content.with-sidebar {
	padding: 0 50px 0 0;
}
.page-template-page-widelayout #content {
	padding: 0;
}
#colophon {
	background: #2a3333;
	color: #888;
	clear: both;
	padding:12px 0;
	width:100%;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 640px) {
	#content.with-sidebar {
		padding-right: 0;
		padding-left: 0;
	}
	#sidebar {
		padding:0;
	}
	#branding .wrapper {
		height: 100px;
	}
	#top-bar {
		position: relative;
		max-width: 100%;
		right: 0;
		padding: 0 20px;
		font-size: 20px;
		text-align: center;
	}
}
/* Tablets (landscape) ----------- */
@media (min-width: 1000px) {
	.container {
		position:relative;
	}
}
/* Large screens ----------- */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}
/* =Header and Menu
-------------------------------------------------------------- */
#branding .container {
	padding: 0 !important;
}
#logo {
	float: left;
	padding: 10px 0;
}
#logo img {
	height: 90px;
	width: auto;
}
#access {
	padding-top:25px;
}
#access ul {
	margin:0;
	padding: 10px 0px 0px 0px;
	float:right;
}
#access li {
	display: block;
	float: left;
	position: relative;
	margin: 0 15px;
}
#access li a {
	font-size: 14px;
	white-space: nowrap;
	display: block;
	text-decoration: none !important;
	position: relative;
	line-height:40px;
	color: #878787;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 3px solid #fff;
}
#access > li {
    margin-left: 15px;
}
#access .menu-item-has-children {
  margin-right: 5px;
  margin-left: 0;
}
#access .menu-item-has-children a {
	padding-right: 25px;
	padding-left: 15px;
	border-radius: 4px 4px 0 0;
}
.menu-item-has-children > a:after {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #878787;
	position: absolute;
	top: 43%;
	content: '';
	right: 10px;
}
.menu-item-has-children:hover > a:after {
	border-top: 6px solid #fff;
}
/* If you want to keep the main nav parent active */
#access li.menu-item-has-children:hover > a,
#access li.menu-item-has-children:hover a:focus {
    background-color: #50B848;
	border-bottom: 3px solid #50B848;
	color: #fff;
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
#access li:hover > a,
#access a:focus {
    background-color: transparent;
	border-bottom: 3px solid #50B848;
	color: #1081c5;
}
/* First level dropdown */
#access ul ul {
    display: none;
	background-color: #50B848;
	width: 215px;
	margin: 0;
	position: absolute;
	left: 0px;
	z-index: 9999;
	border-radius: 0 0 4px 4px;
	padding: 0;
	text-align: left;
	/*box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.31);*/
}
#access li#menu-item-47 ul {
	width: 210px;
}
#access ul ul li {
    float: none;
	background: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#access ul ul a {
    padding: 8px 13px;
    font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-transform: none;
	white-space:normal;
	height: auto;
	line-height: 17px;
	display: block;
	margin: 0;
	float: none;
	border-bottom: 1px solid #50B848;
}
#access ul ul li:first-child a {
	padding-top: 19px;
}
#access ul ul li:last-child a {
	border: none;
	border-radius: 0 0 4px 4px;
	padding-bottom: 19px;
}
#access ul ul a:hover {
	background-color: #378831;
	border-bottom: 1px solid #50B848;
	color: #fff;
}
/* Second level dropdown */
#access ul ul ul {
	left: 172px;
	margin: -36px 0 0 0;
}
/* Third level dropdown (hidden) */
#access ul ul ul {
	display:none;
}
/* This is what makes the dropdown work */
#access ul li:hover > ul {
    display: block;
}
/* Mobile Menu */
#mobile-trigger {
	display: none;
	width: 25px;
	height: 25px;
	background: url(images/mobile-nav-trigger.png) center center no-repeat;
	position: absolute;
	top: 18px;
	right: 18px;
	cursor: pointer;
	padding: 8px;
	box-sizing: content-box;
}
#mobile-trigger:active,
#mobile-trigger:focus {
	background-color: #1E7CB9;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 800px) {
	#logo img {
		width: auto;
		height: 65px;
		margin-left: 15px;
	}
	#mobile-trigger {
		display: block;
	}
	#access {
		display: none;
		float: none;
		clear: both;
		padding-top:0;
		z-index: 9;
		position: relative;
		background: #221F1F;
		top: 5px;
	}
	#access ul {
		float: none;
	}
	#access li a {
		float: none;
		display: block;
		border-bottom: 1px solid #444;
		padding: 10px 0;
		text-align: center;
		font-size: 22px;
		cursor: pointer;
	}
	#access li {
		float: none;
		background: none;
		margin: 0;
		padding:0 !important;
	}
	#access li a:hover, 
	#access li .active,
	#access li:hover > a,
	#access a:focus {
		border-bottom: 1px solid #444;
		background: #1E7CB9;
		float: none;
	}
	#access .menu-item-has-children:after {
		top: 22px;
		right: 20px;
	}
	#access ul ul {
		position: relative; 
		background-color: #4C4C4C;
		left: auto; 
		border-radius: 0;
		width: 100% !important;
	}
	#access ul ul a {
		border-bottom: 1px solid #302F2F;
		color: #fff;
	}
	#access ul ul a:hover {
		background-color: #1E7CB9;
		border-bottom: 1px solid #302F2F;
		color: #fff;
	}
	/* This is what makes the dropdown stop working for mobile */
	/* It is now handled by jQuery via theme.js */
	#access ul li:hover > ul {
		display: none;
	}
}
/* Tablets (landscape) ----------- */
@media only screen and (max-width: 1030px) and (min-width: 768px) {
	#access li {
		margin-right: 15px;
	}
	#access li a {
		font-size: 19px;
	}
}
/* =Footer
----------------------------------------------- */
#pre-footer {
	background: #2a3333;
	padding:40px 0 20px 0;
	clear: both;
	color: #999;
}
#pre-footer .container,
#colophon .container {
	padding-top:0;
	padding-bottom: 0;
}
#pre-footer a,
#colophon a {
	color:#B8B5B5;
}
#pre-footer a:hover,
#colophon a:hover {
	color:#777;
	text-decoration:none;
}
#copyright {
	padding:20px 0;
	clear:both;
	border-top: 1px solid #444;
}
#pre-footer h3.widget-title {
	font-size:19px;
	clear:none;
	text-align:left;
}
#pre-footer .widget-area input[type=text] {
	width:95%;
}
#pre-footer input[type=submit] {
	margin:15px 0;
}
#pre-footer .widget-container ul {
	list-style:none;
	margin:0;
}
#pre-footer .widget li {
	border: none;
}
/* Tablets (landscape) ----------- */
@media (min-width: 1000px) {
	#footer-widget-four .widget {
		padding-left: 40px;
	}
}
/* Smartphones (portrait and landscape) ----------- */
@media (max-width: 800px) {
	#copyright {
		text-align: center;
	}
	.footer-banner {
		text-align: center;
	}
	.mobile-drop {
		display: block;
	}
}
/* Smartphones (portrait and landscape) ----------- */
@media (max-width: 1030px) {
	.footer-banner .btn {
		width: 100%;
	}
}
/* =Special Classes
----------------------------------------------- */
.entry-content .io-heading-dark h1,
.entry-content .io-heading-dark h2,
.entry-content .io-heading-dark h3 {
	color: #fff;
}
.entry-content .io-heading-dark {
	color: #fff;
	font-weight: 300;
}
.entry-content .io-heading-dark form,
.hentry .entry-content .io-heading-dark form h2 {
	color: #444;
}
.entry-content .io-heading-dark .wpcf7 h1 {
	color: black;
	font-weight: 600;
	line-height: 35px;
	font-size: 30px;
	text-transform: none;
	margin-bottom: 20px !important;
	border-bottom: 2px solid #ddd;
	padding-bottom: 10px;
	padding-right: 50px;
}
.vc_separator.sep-20 {
	width: 20%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.vc_separator.sep-10 {
	width: 10%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.vc_button-2-wrapper .vc_btn,
.vc_btn3-container button { /* default button - IO green */
	font-weight: 700;
	font-size: 16px;
	color: #fff !important;
	text-transform: uppercase;
	background-color: #50B848 !important;
	background-image: none !important;
	padding: 10px 22px;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.36), 1px 1px 5px rgba(0, 0, 0, 0.4);
	border: none !important;
	margin-right: 5px;
}
.vc_button-2-wrapper .vc_btn:hover {/* dark green */
	background-color: #46A03F !important;
}
.vc_button-2-wrapper .io-button-blue,
.vc_btn3-container.io-button-blue button {
	background-color: #0B5E8A !important;
}
.vc_button-2-wrapper .io-button-blue:hover,
.vc_btn3-container.io-button-blue button:hover {
	background-color: #1C78A9 !important;
}
.vc_row.dark {
	color: #fff;
}
/* =Home Page
----------------------------------------------- */
.home-section-1 .container {
	font-size: 28px;
	font-weight: 300;
}
.home-section-1 h1 {
	font-size: 30px !important;
}
#home-slideshow .item {
	color: #fff;
	background-size: cover !important;
	height: 480px;
	font-size: 20px;
	font-weight: 300;
}
#home-slideshow h1 {
	font-size: 43px;
	line-height: 52px;
	font-weight: 500;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
}
#home-slideshow .item p {
    font-weight: 400;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
}
#home-slideshow .vc_button-2-wrapper .io-button-blue {
    background-color: #212F3A !important;
}
.entry-content .home-section-1 h1 {
	font-size:38px;
	margin-bottom:15px;
	font-weight: 300;
}
.features img.size-full {
    height: 90px;
	width: auto;
}
.home .entry-content h1 {
	font-size: 35px !important;
    text-transform: none !important;
	margin-bottom: 30px !important;
}
.home .entry-content h2 {
    font-weight: 300 !important;
	margin-bottom: 50px !important;
}
.entry-content .features h3 {
    clear: none;
    padding-top: 20px;
    font-size: 19px;
    color: #777;
    font-weight: 400;
    text-transform: none;
}
.carousel-inner .container {
    z-index: 99;
}
.carousel-control span {
    color: #fff;
    position: absolute;    
	top: 50%;    
	z-index: 5;    
	display: inline-block;
}
.carousel-control span i {
    font-size: 50px;
}
.carousel-control {
	display:none;
}
/*
.carousel:hover .carousel-control {
	display:block;
}*/
.carousel-control.left span {
	left: 20%;
}
.carousel-control.right span {
	right: 20%;
}
.home-section-our-clients img {
  padding: 8px;
}
@media (min-width: 1030px) {
	.home-section-our-clients .wpb_gallery {
	    width: 900px;
	    margin: 0 auto;
	}
}
@media only screen and (max-width : 640px) {
	#home-slideshow .item {
		height: auto;
	}
}
/* =Shortcodes
----------------------------------------------- */
/* Buttons */
.rp-btn {
	white-space:normal;
	border:none;
	border-radius: 0;
}
.rp-btn:hover {
	text-decoration: none;
}
/* Social Buttons */
.social-button {
	background: #d87211;
	padding:4px;
	border-radius:4px;
	display:inline-block;
	margin-right:5px;
}
.entry-content .social-button {
	padding: 12px;
}
.social-button:hover {
	background: #EC970A !important;
}
.social-button img {
	margin:0 !important;
}
/* Modal popup box */
.modal-close {
	background: none;
	border: none;
	color: #999;
	font-weight: 800;
	font-size: 40px;
	position: absolute;
	right: 5px;
	top: -5px;
	z-index: 99;
}
.modal-close:hover {
	color: #50B848 ;
}
@media only screen and (max-width : 768px) {
	.icon-box {
		margin-bottom:20px;
	}
	.entry-content .row {
		margin-bottom: 0px;
	}
}
/* =Blog Sharing Floating left sidebar
----------------------------------------------- */
.share-button-container {
	position: absolute;
	margin-left: -100px;
	top: 0;
}
.affix {
	position: fixed;
}
.share-button a {
	display: block;
	width: 48px;
	height: 48px;
	background: url(includes/images/social-share-icons.png);
	text-indent: -9999px;
}
.facebook-share-button a { background-position: 0px 0px; }
.twitter-share-button a { background-position: 0px -47px; }
.google-plus-share-button a { background-position: 0px -98px; }
.linkedin-share-button a { background-position: 0px -147px; }
.email-share-button a { background-position: 0px -196px; }
/* =Custom Pages
----------------------------------------------- */
body.page-id-468, /* workshop page */
body.page-id-31, /* level 1 */
body.page-id-502, /* company board page */
body.page-id-35, /* level 3 */
body.page-id-37, /* level 4 */
body.page-id-39, /* level 5 */
body.page-id-33 /* level 2 */ 
{
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.page-id-468 .page-header,
.page-id-502 .page-header,
.page-id-39 .page-header,
.page-id-37 .page-header,
.page-id-31 .page-header,
.page-id-35 .page-header,
.page-id-33 .page-header {
	background: none !important;
}
.page-id-468 .page-header .container,
.page-id-502 .page-header .container,
.page-id-31 .page-header .container,
.page-id-39 .page-header .container,
.page-id-37 .page-header .container,
.page-id-35 .page-header .container,
.page-id-33 .page-header .container {
	padding-bottom: 0 !important;
}
/* Family of Simulations */
@media (min-width: 768px) {
    .page-id-468 .vc_col-sm-2 {
      width: 19.666667%;
    }
}
body.page-id-468 {
	background-image: url(images/lg-background.jpg);
}
.workshop-level .wpb_content_element {
	padding: 20px;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	background:url(https://old.income-outcome.com/wp-content/uploads/2016/02/workshop-icons.png) no-repeat;
	padding-top: 160px;
}
.workshop-level h2 {
	font-weight: 600 !important;
	color: #fff !important;
}
.workshop-level h3 {
	color: rgba(255, 255, 255, 0.6) !important;
	font-weight: 400 !important;
	margin: 0 !important;
}
.workshop-level.level-1 .wpb_content_element { background-position: -40px 20px; }
.workshop-level.level-2 .wpb_content_element { background-position: -340px 20px; }
.workshop-level.level-3 .wpb_content_element { background-position: -640px 20px; }
.workshop-level.level-4 .wpb_content_element { background-position: -940px 20px; }
.workshop-level.level-5 .wpb_content_element { background-position: -1240px 20px; }
.workshop-level .vc_button-2-wrapper {
	width: 100%;
	text-align: center;
}
.workshop-level .vc_button-2-wrapper a {
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	padding: 15px 0;
}
.workshop-level.level-1 .vc_btn { background-color: rgb(0, 51, 102) !important }
.workshop-level.level-2 .vc_btn { background-color: rgb(11, 72, 98) !important }
.workshop-level.level-3 .vc_btn { background-color: rgb(29, 103, 90) !important }
.workshop-level.level-4 .vc_btn { background-color: rgb(48, 138, 82) !important }
.workshop-level.level-5 .vc_btn { background-color: rgb(58, 154, 80) !important }
.workshop-level .vc_btn:hover { background-color: #50B848 !important }
/* Company Board Page */
body.page-id-502 {
	background-image: url(images/bkg-board.jpg);
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active, .wpb_content_element .wpb_tabs_nav li:hover {
	background-color: #50B848 !important;
}
.wpb_content_element .wpb_tabs_nav li {
	background-color: #247B1D !important;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a, .wpb_content_element .wpb_accordion_header a {
	  padding: 1em 1.8em !important;
	  color: #fff;
	  font-size: 18px;
	  font-weight: 600;
}
.board-summary-section h1,
.board-summary-section h2 {
	font-weight: 600 !important;
}
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    z-index: 10;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.wpb_content_element.wpb_tabs .wpb_tabs_nav {
	margin-bottom: 0 !important;
}
/* Workshop or course pages */
body.page-id-31 {
	background-image: url(https://old.income-outcome.com/wp-content/uploads/2016/03/bkg-level-1.jpg);
}
body.page-id-33 {
	background-image: url(https://old.income-outcome.com/wp-content/uploads/2016/03/bkg-level-2.jpg);
}
body.page-id-35 {
	background-image: url(https://old.income-outcome.com/wp-content/uploads/2016/03/bkg-level-3.jpg);
}
body.page-id-37 {
	background-image: url(https://old.income-outcome.com/wp-content/uploads/2016/03/bkg-level-4.jpg);
}
body.page-id-39 {
	background-image: url(https://old.income-outcome.com/wp-content/uploads/2016/03/bkg-level-5.jpg);
}
.course-features .vc_inner .wpb_column > .wpb_wrapper {
	background: #fff;
	padding: 20px 30px 40px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.course-features .vc_icon_element-inner {
	background-color: #50B848 !important;
	margin-bottom: 15px;
}
.course-objectives li {
	list-style: none;
	position: relative;
	margin-bottom: 6px !important;
}
.course-objectives li:after {
	font-family: 'FontAwesome';
    content: '\f138';
    color: rgb(80, 184, 72);
    position: absolute;
    top: 1px;
    left: -30px;
    font-size: 15px;
}
.course-objectives .wpb_text_column {
	padding: 0 !important;
}
/* Global Partners pages */
.parent-pageid-218 .page-header {
	text-align: left;
}
.parent-pageid-218 .page-header .container {
	background: url(images/world-map.png) center right no-repeat;
}
.page-id-299 .page-header .container { /* austrailia */
	background: url(images/maps/austrailia.png) center right no-repeat;
}
.page-id-365 .page-header .container { /* saudi arabia */
	background: url(images/maps/saudi-arabia.png) center right no-repeat;
}
.page-id-315 .page-header .container { /* bankrisk */
	background: url(images/maps/brazil.png) center right no-repeat;
}
.page-id-333 .page-header .container { /* spark asia */
	background: url(images/maps/thailand.png) center right no-repeat;
}
.page-id-337 .page-header .container { /* yassif  */
	background: url(images/maps/israel-europe.png) center right no-repeat;
}
.page-id-342 .page-header .container { /* soges */
	background: url(images/maps/soges.png) center right no-repeat;
}
.page-id-346 .page-header .container { /* lattice */
	background: url(images/maps/africa.png) center right no-repeat;
}
.page-id-361 .page-header .container { /* armillary */
	background: url(images/maps/armillary.png) center right no-repeat;
}
.partner-profile {
    border-right: 1px solid #ddd;
}
.partner-profile p + ul {
    margin-top: -25px;
}
.global-partners-link,
.global-partners-link a {
	color: #fff;
	font-size: 30px;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
	margin-bottom: 5px;
}
.global-partners-link a:hover {
	color: #50B848;
	text-decoration: none;
}
/* Landing pages */
.landing-form {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.24);
}
.entry-content .landing-form h2 {
    background-color: #50B848;
    font-weight: bold;
    margin-bottom: 20px !important;
    color: #fff;
    padding: 20px 25px;
    margin: -25px;
}
.entry-content .landing-top h1 {
    margin-bottom: 0 !important;
}
.landing-form input {
    max-width: 100%;
}
/* Smartphones (portrait and landscape) ----------- */
@media (max-width: 800px) {
}
/* Tablets (portrait ) ----------- */
@media only screen and (max-width: 1028px) and (min-width: 768px) {
}
@media only screen and (min-width : 1200px) {
	.course-features .container {
		width: 1080px;
	}
}
/* =Breadcrumbs
----------------------------------------------- */
/* Breadcrumbs */
.breadcrumb-trail {
	margin-bottom: 30px;
	color: #50B848;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
}
.breadcrumb-trail span {
	display: inline-block;
}
.breadcrumb-trail a {
	color: #50B848;
}
.breadcrumb-trail a:hover {
	color: #0B5E8A;
	text-decoration: none;
}
.breadcrumb-trail .sep {
	text-indent: 9999px;
	width: 12px;
	position: relative;
}
.breadcrumb-trail .sep:after {
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #50B848;
	position: absolute;
	top: 35%;
	content: '';
	right: 3px;
}
.breadcrumb-trail .trail-browse {
	display: none !important;
}

/* =Page Headers
----------------------------------------------- */
.page-header {
	position: relative;
	text-align: center;
}
.page-header .container {
	padding: 50px 15px;
}
.generic-header-background {
	background:url(images/default-bkg.jpg);
}
.custom-bkg {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.custom-bkg .container {
	padding: 100px 0;
}
.page-title {
	font-size: 43px;
	margin: 0 0 10px 0;
	color: #fff;
	font-weight: 400;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
  line-height: 50px;
}
.page-subtitle {
	font-size:26px;
	color: rgba(255, 255, 255, 1);
	margin: 0 auto 20px auto;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
	font-weight: 300;
}
.page-subtitle .entry-meta {
	color: rgba(255, 255, 255, 0.86);
}
.page-subtitle a {
	color: #fff;
}
.page-header .vc_separator {
	margin-right: auto;
	margin-left: auto;
}
.page-header .vc_sep_line {
	height: 1px;
	border-top: 1px solid rgba(255,255,255,0.49);
	display: block;
	position: relative;
	top: 1px;
	width: 100%;
}

@media ( max-width: 550px ) {
	.page-header .container {
		padding-top: 25px;
		padding-bottom: 35px;
	}
	.page-title {
		font-size: 34px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.page-subtitle {
		font-size: 18px;
		font-weight: 400;
		margin-bottom: 0;
	}
}

/* Breadcrumbs */
body.single .page-header,
body.page-template-page-blog .page-header {
	text-align: left;
}
.page-header .breadcrumb-trail {
	margin-bottom: 0px;
	color: rgba(255,255,255,0.8);
	font-weight: 600;
}
.page-header .breadcrumb-trail a {
	color: #fff;
}
.page-header .breadcrumb-trail a:hover {
	color: #fff;
	text-decoration: underline;
}
/* =Blog and Content
----------------------------------------------- */
/* author byline on single posts not active */
p.entry-byline {
  display: none;
}
/* only use for blog title below blue bar */
h1.single-title {
    font-size: 3em;
    color: #123C52;
    font-weight: 600;
    margin-top: -0.25em;
		line-height: 1.2em;
}
/* end */
.entry-title,
.entry-title a,
.entry-content h1 {
	margin-top:0;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 10px !important;
	line-height: 32px;
  clear: none !important;
  text-transform: uppercase
}
.entry-content h2 {
	font-size: 22px;
	margin-bottom: 15px;
}
.hentry .entry-content h2 {
	font-weight: 600;
	color: rgb(32, 117, 165);
}
.hentry .entry-content .io-heading-dark h2 {
	color: #fff;
}
.entry-content h3 {
	font-size:18px;
	margin-bottom:15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
}
.entry-content iframe,
.entry-content object {
	width:100%;
	height: 305px;
}
.entry-content ul {
	margin-bottom: 30px !important;
}
.entry-content li {
	margin-bottom: 0px;
}
.entry-thumb {
  float: left;
  width: 190px;
}
.entry-content-has-thumb {
  margin-left: 190px;
}
.hentry,
.no-results {
	margin-bottom:50px;
	font-size: 1.05em;
	line-height: 1.5;
}
.page-template-page-blog .hentry {
	margin-bottom: 30px;
	font-size: 1.05em;
	line-height: 1.5;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.entry-title,
.entry-title a {
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #3193D5;
}
#content .entry-meta {
	font-size: 14px;
}
#content .entry-meta .sep {
	color:#999;
}
#content header.entry-meta {
	margin-bottom:30px;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-header {
	margin-bottom:15px;
}
footer.post-tags {
  background: #eee;
  padding: 20px 25px;
  font-size: 14px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
	display: block;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.hentry .edit-link {
	display:none;
}
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
	padding: 0 8px;
}
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em !important;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em !important;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto;
}
/* Images */
.entry-content img,
.comment-content img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
#content .hentry img {
	max-width: 97.5%;
	height:auto;
	margin-bottom:25px;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
@media (max-width: 600px) {
	.entry-thumb {
		float: none;
		width: auto;
	}
	.entry-content-has-thumb {
		margin-left: 0;
	}
}
/* =Navigation
-------------------------------------------------------------- */
#content nav {
	clear: both;
	overflow: hidden;
}
#content nav a {
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}
/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	width: 100%;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
/* =Widgets
----------------------------------------------- */
.widget {
	clear: both;
	margin: 0 0 40px;
}
.widget-title {
	color: #777;
	font-size:17px;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
}
.widget ul {
	margin: 0;
	list-style: none;
}
.widget li {
	padding: 8px 0;
	border-bottom: 1px solid rgba(207, 206, 206, 0.99);
}
.widget li:last-child {
	border: none;
}
.widget select {
	width: 95%;
	font-size: 14px;
	padding: 5px;
	background: #F0F0F0;
	border-radius: 5px;
	border: 1px solid #BBB;
}
.widget label {
	display: block;
	margin: 5px 0;
}
.widget input[type=text], 
.widget input[type=password], 
.widget input[type=email] {
	width: 100%;
	margin-bottom: 6px;
}
/* Search Widget */
.widget_search form {
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}
/* custom widgets */
.learn-more-widget,
.compare-training-solutions-widget {
	padding: 20px;
	padding-bottom: 40px;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#sidebar .widget .vc_separator {
	margin: 10px 0 20px 0;
	text-align: left;
}
#sidebar .widget .vc_sep_line {
	height: 1px;
	border-top: 1px solid rgba(15, 13, 13, 0.2);
	display: block;
	position: relative;
	top: 1px;
	width: 25%;
}
.learn-more-widget {
	background: #0B5E8A;
	color: #fff;
}
.learn-more-widget .widget-title {
	color: #fff;
}
.learn-more-widget .vc_sep_line {
	border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.compare-training-solutions-widget {
	background: #eee;
}
/* =Comments
----------------------------------------------- */
#content #comments-title {
	font-size: 16px;
	margin-bottom:20px;
	padding-top:40px;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0 0 40px 102px;
}
.commentlist p {
	color:#999;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 0;
	position: relative;
}
.comment article {
	padding:20px;
}
.children .comment article {
	padding:0 20px;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	position: relative;
	border-top: 1px dashed #ddd;
	padding-top: 15px;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	top:21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 20px;
	padding: 0;
	top: 15px;
}
a.comment-reply-link {
	background: #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
	margin-bottom:10px;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}
/* Post author highlighting */
.commentlist > li.bypostauthor {}
.commentlist > li.bypostauthor .comment-meta {}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {}
.commentlist > li.bypostauthor:before {}
/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #EEFBD2;
}
/* Comment Form */
#respond {
	position: relative;
}
#respond input[type="text"],
#respond textarea {
	position: relative;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
	margin: 0;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	color: #999;
	display: inline-block;
	font-size: 14px;
	left: 7px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 31px;
	z-index: 1;
	line-height: 15px;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-weight: bold;
	z-index: 1;
}
.full-width #respond .comment-form-author .required,
.full-width #respond .comment-form-email .required {
	left: 680px;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
	padding:25px;
}
.commentlist #respond input[type=text],
.commentlist #respond textarea {
	background:#fff;
}
#reply-title {
	font-size:28px;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	width: 75%;
}
.form-allowed-tags {
	display: none;
}
.comment-form-comment {
	margin-bottom: 0;
}
.comment-form .form-submit {
	margin-top: 2em;
}

/* =Third Party specific styles
----------------------------------------------- */
.vc_button-2-wrapper .vc_btn1 { /* default button - IO green */
	font-weight: 700;
	font-size: 15px;
	color: #fff !important;
	text-transform: uppercase;
	background-color: #50B848 !important;
	padding: 10px 22px;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.36), 1px 1px 5px rgba(0, 0, 0, 0.4);
	border: none !important;
}
.vc_button-2-wrapper .vc_btn2 { /* default button - IO navy */
	font-weight: 700;
	font-size: 15px;
	color: #fff !important;
	text-transform: uppercase;
	/*background-color: #0b5e8a !important;   NAVY */
	background-color: #49a1d2 !important;   /* LT. BLUE */
	padding: 10px 22px;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.36), 1px 1px 5px rgba(0, 0, 0, 0.4);
	border: none !important;
}


/* =Added 3.6.16 (RP)
----------------------------------------------- */
.card {
	background-color: #fff;
	padding: 30px;
	margin-bottom: 30px !important;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	color: #17527D;
}
.card-blue {
	background-color: #336E96;
	color: #fff;
}
.card-darkblue {
	background-color: #2C3C4C;
	color: #fff;
	padding: 15px;
}
.card-darkblue h2 {
	font-size: 19px;
}
.card-green {
	background-color: #4FB848;
	color: #000;
}
.card-green em {
	color: #fff;
	font-family: 'Georgia', serif;
	font-size: 18px;
}
.card-blue a,
.card-darkblue a,
.card-green a {
	color: #fff;
	text-decoration: underline;
}
.card-yellow {
	background-color: #FCEFCE;
	color: #000;
	padding: 15px;
}
.card-w-image .wpb_wrapper:after {
    content: '';
    clear: both;
    display: block;
    height: 1px;
}
.card-w-image h2,
.card-w-image h4 {
	clear: none;
}
.card-w-image h4 {
	padding-top: 20px;
}
.card-w-image p:first-child {
	margin-bottom: 0 !important;
}
@media ( min-width: 768px ) {
	.card-w-image img {
		max-width: 50%;
	}
}

.large-heading h1 {
	font-size: 2.5em;
	line-height: 1em;
}
.large-heading h2 {
	font-size: 175%;
}
.no-caps h1,
.no-caps h3,
.no-caps {
	text-transform: none !important;
}
.audience-breakout {
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
	color: black;
}
.audience-breakout:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -73px; left: 0;
	height: 73px; 
	width: 100%;
	background-image: url(images/audience-angle-bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.blue-angle:after {
	background-image: url(images/blue-angle-bg.png);
}
@media ( min-width: 768px ) {
	.audience-breakout {
		margin-top:-313px;
	}
}
