/*
-------------------------------------------------
Color Palette
-------------------------------------------------
#007b64: teal;
#0e90cc: blue;
#A8CC36: lime green;
-------------------------------------------------
*/

/* 
-------------------------------------------------
MOBILE DEVELOPMENT 
-------------------------------------------------
*/

html,
body {
width: 100%;
height: 100%;
-webkit-tap-highlight-color: transparent;
background: #fff !important;
}

h1, h2 {
float: left;
clear: left;
width: 100%;
font-size: 18px;
line-height: 22px;
font-family: 'Abel', Arial, Sans-Serif;
color: #5c605f;
font-weight: normal;
}

h1 a,
h2 a {
color: #5c605f !important;
}

h2 {
border-bottom: 1px solid #b4b3b3;
line-height: 30px;
}

h3 {
float: left;
clear: left;
width: 100%;
font-size: 18px;
line-height: 20px;
margin-top: 5px;
color: #007b60;
font-weight: bold;
}

h4 {
float: left;
clear: left;
width: 100%;
font-size: 20px;
line-height: 26px;
color: #30468e;
font-weight: normal;
font-family: abel, arial, helvetica, sans-serif;
}

h5 {
float: left;
clear: left;
width: 100%;
font-size: 14px;
line-height: 18px;
margin: 3px 0;
color: #000;
font-weight: bold;
}

h6 {
float: left;
clear: left;
width: 100%;
font-size: 12px;
line-height: 16px;
margin: 3px 0;
color: #000;
font-weight: bold;
}

#mobile-news-detail-header h1,
#mobile-news-detail-header h2,
#mobile-news-detail-header h3,
#mobile-news-detail-header h4,
#mobile-news-detail-header h5,
#mobile-news-detail-header h6 {
	margin: 7px 0px 7px 0px;
}

h1 {
border-bottom: 1px solid #a1a3a2;
}

#story-body_events p.header,
#story-body_events div.header {
	color: #007b64;
	font-weight: bold;
	margin: 14px 0px 0px 0px !important;
}
#story-body_events p.paragraph,
#story-body_events div.paragraph {
	margin: 0px 0px 14px 0px !important;
}
#story-body_events p.paragraph p,
#story-body_events div.paragraph p {
	margin: 0px 0px 14px 0px !important;
}

#title-header {
float: left;
width: 100%;
border-bottom: 1px solid #a1a3a2;
padding-bottom: 5px;
margin-bottom: 5px;
}

#title-header h1 {
border-bottom: 0;
}

div.story-body p,
div.story-body p a,
div.story-body p span {
	font-size: 13px !important;
}

.delete,
.displayNone {
	display: none !important;
}

.fillVertical {
	height: inherit !important;
}

.dropShadow {
box-shadow: 2px 3px 5px #aaa;
-moz-box-shadow: 2px 3px 5px #aaa;
-webkit-box-shadow: 2px 3px 5px #aaa;
}

.gold {
	color: #E3B55B;
}
.bgWhite {
	background: #ffffff !important;
}

a.backToLanding {
	display: inline-block;
	height: 16px;
	width: auto;
	margin: 14px 0px 0px 0px;
	padding: 0px 0px 0px 21px;
	color: #006EB7 !important;
	font-size: 16px;
	font-weight: bold;
	background-image: url('../images/arrow-back.png');
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: 0px 2px;
}
#backToCareers,
#backToAboutUs,
#backToNewsAndEvents {
	color: #006EB7 !important;
}

a.story-body-button {
	display: block;
	clear: both;
	height: auto;
	min-height: 35px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	margin: 21px 0px 21px 0px;
	padding: 9px 7px 9px 7px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-transform: uppercase;
	background-color: #1e5799;
	-moz-box-shadow: inset -2px -2px 7px 0 #133863;
	-webkit-box-shadow: inset -2px -2px 7px 0 #133863;
	box-shadow: inset -2px -2px 7px 0 #133863;
}

#register {
	width: auto !important;
	max-width: 50%;
}

.industry-and-services-header {
	font-size: 14px;
	color: #007b64;
	font-weight: normal;
	margin: 7px 0px 7px 0px;
}

#LegacyCode {
	display: none !important;
}
#h-nav {
	display:none !important;
}

#content-container {
position: relative;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
z-index: 1;
background: #fff;
}

.mobile-row-container {
position: relative;
display: block;
clear: both;
width: inherit;
height: auto;
z-index: 10;
}
#mobile-row-header {
height: 60px;
background-color: #ffffff;
}

#mobile-h-logo,
#mobile-h-logo img {
	position: absolute;
	display: block;
	top: 7px;
	left: 7px;
	width: 180px;
	height: 33px;
}

#mobile-row-body {
position: relative;
float: left;
width: 100%;
}

#mobile-row-gradient {
position: absolute;
width: 100%;
height: 30px;
z-index: -1;
background: rgb(217,216,217); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(217,216,217,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,216,217,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(217,216,217,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(217,216,217,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(217,216,217,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(217,216,217,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d8d9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/*Side Menu*/

.menu-btn {
float: right;
width: 25px;
height: 17px;
background: transparent url('/themes/default/public/images/icon-menu-grey.png') top left no-repeat;
margin: 20px 20px 0 0;
}

#menu {
position: fixed;
right: 0;
top: 0;
bottom: 0;
width: 240px;
height: 100%;
background: #8e9494;
color: #fff;
font-family: 'Abel', Arial, Helvetica, Sans-Serif;
font-size: 19px;
z-index: 777;
overflow: scroll;
padding: 10px 0;
display: none;
}

#menu-header {
float: left;
width: 220px;
padding: 0 10px;
}

#menu .menu-btn {
float: left;
background: transparent url('/themes/default/public/images/icon-menu-white.png') top left no-repeat;
margin: 10px 15px 0 10px;
}

#menu form {
position: relative;
float: left;
width: auto;
}

#menu form input {
float: left;
width: 110px;
padding: 3px 30px 3px 10px;
margin-top: 5px;
line-height: 20px;
background: #a8abaa;
border: 1px solid #b7bbba;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#menu form button {
position: absolute;
top: 10px;
right: 10px;
width: 17px;
height: 17px;
margin: 0;
padding: 0;
border: 0;
background: transparent url('/themes/default/public/images/icon-search.png') top left no-repeat;
cursor: pointer;
}

#menu-nav {
margin-top: 10px;
}

#menu-nav,
#menu-nav ul,
#menu-nav ul li {
float: left;
clear: left;
width: 100%;
}

#menu-nav ul li a {
float: left;
width: 100%;
color: #fff;
line-height: 20px;
}

#menu-nav ul li a span {
float: left;
width: 190px;
margin: 0 20px;
padding: 10px 0;
border-bottom: 1px solid #777;
}

#menu-nav ul li.active a {
color: #fff;
background: #15755C;
}

#menu-nav ul li.active a span {
border-bottom-color: transparent;
}

#menu-social {
float: left;
width: 190px;
margin: 30px 20px;
}

#menu-social #menu-social-title {
float: left;
width: 100%;
margin-bottom: 10px;
padding: 5px 0;
line-height: 20px;
border-bottom: 1px solid #777;
}

#menu-social ul {
float: left;
width: 100%;
}

#menu-social ul li {
display: none;
}

#menu-social ul li.facebook,
#menu-social ul li.linkedin,
#menu-social ul li.twitter {
float: left;
margin-right: 10px;
display: inline;
}

#menu-social ul li a {
float: left;
width: 25px;
height: 25px;
text-indent: -9999px;
}

#menu-social ul li.linkedin a {
background: transparent url('/themes/default/public/images/icon-linkedin.jpg') center left no-repeat;
}

#menu-social ul li.twitter a {
background: transparent url('/themes/default/public/images/icon-twitter.jpg') center left no-repeat;
}

#menu-social ul li.facebook a {
background: transparent url('/themes/default/public/images/icon-facebook.jpg') center left no-repeat;
}

#menu-footer {
float: left;
width: 190px;
margin: 0 20px 20px 20px;
}

#menu-f-copyright {
float: left;
width 100%;
font-size: 15px;
line-height: 17px;
font-family: 'Abel', Arial, Sans-Serif;
color: #fff;
}

#menu-f-narrative {
float: left;
width: 100%;
font-size: 13px;
line-height: 18px;
color: #5C605F;
margin: 10px 0;
}

#menu-f-narrative a {
color: #A2B9DE;
}

#menu-footer .menu-btn {
float: left;
clear: left;
margin: 10px 0 0 0 !important;
}

/*Page content*/

#mobile-row-page-title {
	padding: 7px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: inherit;
	height: 30px;
	font-family: 'Abel', Arial, Helvetica, Sans-Serif;
	font-size: 19px;
	text-align: center;
	color: #ffffff;
	background-color: #007b64;
	/*background-color: rgba(0,0,255,0.69);*/
}
#mobile-pre-header-container {
	background-color: #686667;
	color: #A4B9D5;
	padding: 14px 14px 14px 14px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*background-color: rgba(0,0,255,0.69);*/
}
#mobile-pre-header-container a {
	font-weight: bold;
	color: #A4B9D5;
	text-decoration: none;
}
#mobile-pre-header-container ul {
	display: block;
	width: inherit;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 0px 14px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-left: 1px solid #ffffff;
}
#mobile-pre-header-container ul li{
	font-size: 16px;
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
#mobile-header-image-container {
	width: inherit;
	height: 170px;
}
#mobile-header-image-container img {
	width: inherit;
	height: inherit;
}
.mobile-body-basic-container {
	position: relative;
	float: left;
	display: block;
	width: 96%;
	height: auto;
	padding: 10px 2%;
	font-size: 13px;
	z-index: 21;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none'
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTBlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); */
	background: -moz-linear-gradient(top,  #e1e0e1 0px, #ffffff 100px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,#e1e0e1), color-stop(100px,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e1e0e1 0px,#ffffff 100px); /* Chrome10+,Safari5.1+ */
	/* background: -o-linear-gradient(top,  #e1e0e1 0px,#ffffff 100px); Opera 11.10+ */
	/* background: -ms-linear-gradient(top,  #e1e0e1 0px,#ffffff 100px); IE10+ */
	background: linear-gradient(to bottom,  #e1e0e1 0px,#ffffff 100px); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e0e1', endColorstr='#ffffff',GradientType=0 ); IE6-8 */
}
#mobile-body-basic-container .story-source {
font-size: 13px;
line-height: 1.4;
}
#mobile-body-basic-container .story-body {
font-size: 13px;
line-height: 140%;
}
#mobile-body-basic-container .story-body p,
#mobile-body-basic-container .story-body ul {
	margin: 14px 0px 14px 0px;
}
#mobile-body-basic-container .story-body ul li {
	margin: 7px 0px 7px 16px;
	line-height: 140%;
	list-style-type: disc;
	padding: 0px 0px 0px 7px;
}

.mobile-content-tabs {
position: relative;
float: left;
width: 100%;
z-index: 30;
margin-top: -10px;
}

.mobile-content-tab {
float: left;
width: 96%;
padding: 7px 2%;
line-height: 30px;
font-family: 'Abel', Arial, Helvetica, Sans-Serif;
font-size: 19px;
text-align: center;
background-color: #A8CC36;
color: #333;
border-top-right-radius: 14px;
border-bottom: 1px solid #fff;
}

.mobile-content-tab-panel {
float: left;
width: 94%;
padding: 0 3%;
background: #fff;
color: #333;
}

.mobile-content-tab-panel p,
.mobile-content-tab-panel ul {
margin: 14px 0;
font-size: 13px;
line-height: 140%;
}

.mobile-content-tab-panel ul li {
margin: 7px 0 7px 20px;
line-height: 140%;
list-style-type: disc;
}

.content-accordion a.content-accordion-trigger {
	position: relative;
	display: inline-block;
	width: inherit;
	height: auto;
	padding: 5px 0;
	margin: 7px 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	border-bottom: 1px solid #cccccc;
	color:#5C605F;
}
.content-accordion a.content-accordion-trigger .trigger-arrow {
	float: left;
	width: 12px;
	height: 12px;
	margin: 2px 10px 2px 0;
	background: transparent url('../images/arrow-expand-collapse.jpg') top left no-repeat;
}
.content-accordion a.content-accordion-trigger.active .trigger-arrow {
	background-position: bottom left !important;
}
.content-accordion,
.content-accordion-trigger{
	width: 100%;
}
/* 
-------------------------------------------------
*/


#column-left-content {
margin-bottom: 0;
padding-bottom: 0;
}

#column-level1-left,
#column-level1-left-container {
position: relative;
background: #fff;
float: left;
width: 445px;
padding: 0 !important;
margin: 0 !important;
border: 0 !important;
-moz-box-shadow: 15px 5px 20px -15px #999;
-webkit-box-shadow: 15px 5px 20px -15px #999;
box-shadow: 15px 5px 20px -15px #999;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999')";
z-index: 99;
}

#column-left-heading {
background: #006eb7;
padding: 10px 10px 10px 20px;
color: #fff;
width: 415px;
}

#column-left-heading a:link,
#column-left-heading a:visited {
color: #fff !important;
}

#column-left-heading a:hover,
#column-left-heading a:active {
color: #a2b9de !important;
}

/*Top Detail Content*/

#bio-details {
float: left;
width: 100%;
}

.title-bio-name {
float: left;
width: 300px !important;
font-size: 20px;
color: #fff;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
text-transform: capitalize;
line-height: 20px;
}

.title-bio-title {
float: left;
width: 300px !important;
font-size: 14px;
color: #fff;
font-family: arial, helvetica, sans-serif;
text-transform: capitalize;
margin-bottom: 15px;
}

#bio-detail-row {
float: left;
clear: both;
width: 100%;
}

ul.bio-social-media {
float: left;
width: 20px;
white-space: nowrap;
padding-right: 10px;
margin-right: 10px;
border-right: 1px solid #fff;
}

.bio-linkedin {
margin-bottom: 5px;
}

.bio-linkedin a {
background: url("/themes/default/public/images/bio-social-media-sprite.jpg") no-repeat transparent 0 0;
width: 20px;
height: 20px;
display: block;
text-indent: -9999px;
}

.bio-twitter a {
background: url("/themes/default/public/images/bio-social-media-sprite.jpg") no-repeat transparent 0 -20px;
width: 20px;
height: 20px;
display: block;
text-indent: -9999px;
}

.bio-contact {
float: left;
width: 374px;
}

.bio-office {
float: left;
width: 100%;
font-weight: bold;
margin-bottom: 10px;
}

.bio-contact-numbers {
float: left;
width: 100%;
margin-bottom: 10px;
}

.bio-contact-numbers li {
float: left;
margin-right: 10px;
padding-right: 10px;
border-right: 1px solid #fff;
white-space: nowrap;
}

.bio-contact-numbers li.last-child {
border: none;
padding-right: 0;
margin-right: 0;
}

.bio-email {
float: left;
width: 100%;
}

.bio-email a {
color: #b6d900;
font-weight: bold;
white-space: pre-wrap;
}

#bio-thumb,
#bio-thumb img {
position: relative;
float: right;
width: 90px;
height: auto;
margin-bottom: 10px;
}

#bio-thumb .icon-play {
position: absolute;
/*width: 90px;
height: 100%;*/
width: 36px;
height: 19px;
background: transparent url('/themes/default/public/images/icon-video-play.png') center center no-repeat;
z-index: 99;
top: 5px;
right: 5px;
}

#column-level2-left {
float: left;
width: 40px;
padding: 0 !important;
margin: 0 !important;
}

.bio-tabs {
position: relative;
z-index: 99;
}

.bio-tabs li {
margin-bottom: 5px;
}

.bio-tabs li.last-child {
margin-bottom: 0;
}

.bio-tabs li a {
width: 40px;
height: 150px;
display: block;
text-indent: -9999px;
background-position: top left;
}

.bio-tabs li a:hover,
.bio-tabs li a.active {
background-position: top right !important;
}

a#tab-overview {
background: transparent url("/themes/default/public/images/bio-tabs-overview-sprite.png") no-repeat;
}

a#tab-success {
background: transparent url("/themes/default/public/images/bio-tabs-recent-success-sprite.png") no-repeat;
margin-bottom: 5px;
}

a#tab-speaking {
background: transparent url("/themes/default/public/images/bio-tabs-speaking-writing-sprite.png") no-repeat;
margin-bottom: 5px;
}

a#tab-outside {
background: transparent url("/themes/default/public/images/bio-tabs-outside-nex-sprite.png") no-repeat;
}

/*
.bio-tabs {
transform: rotate(-90deg);
transform-origin:309px 309px;
-ms-transform: rotate(-90deg); /* IE 9 
-ms-transform-origin:311px 311px; /* IE 9 
-webkit-transform: rotate(-90deg); /* Safari and Chrome 
-webkit-transform-origin:313px 313px; /* Safari and Chrome 
	
	width: 635px;
	float: left;
	font-family: abel, arial, helvetica, sans-serif;
	font-size: 17px;
}
/*
.bio-tabs ul li:first-child {
	margin-left: 0;
}

.bio-tabs li a {
	color: #fff;
	float: left;
	background-color: #686667;
	padding: 13px 21px;
	margin-left: 5px;
}

.bio-tabs li a:hover, .bio-tabs li a.active {
	color: #686667;
	background-color: #b6d900;
}
*/

/**Detail: Tabs**/

#column-level2-right {
float: right;
width: 365px;
padding: 10px 20px;
-moz-box-shadow: -15px 5px 20px -15px #999;
-webkit-box-shadow: -15px 5px 20px -15px #999;
box-shadow: -15px 5px 20px -15px #999;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999')";
}

.bio-tabs-section {
display: none;
float: left;
width: 100%;
overflow: auto;
overflow-x: hidden;
padding-right: 15px;
}

.bio-tabs-section li {
	margin-left: 3px;
	padding-left: 0;
}
/*
.bio-tabs-section .content-accordion {
font-size: 14px;
}
*/
/*
.content-accordion,
.content-accordion-trigger,
.content-accordion-content {
float: left;
clear: left;
width: 100%;
}
*/

.content-accordion-content {
margin-bottom: 5px;
background: #fff;
display: none;
width: auto;
margin-left: 25px;
}

.content-accordion-content ul,
.content-accordion-content ol {
margin-left: 15px;
}

/*
.content-accordion[data-section="education"] .content-accordion-content,
.content-accordion[data-section="admissions"] .content-accordion-content {
width: 342px;
margin-left: 23px;
}
*/

.bio-tabs-section[data-name="speaking"] .content-accordion[data-section="news"] ul li,
.bio-tabs-section[data-name="speaking"] .content-accordion[data-section="events"] ul li,
.bio-tabs-section[data-name="speaking"] .content-accordion[data-section="insights"] ul li {
list-style: none !important;
list-style-type: none !important;
margin: 0 0 15px 13px;
}

.bio-tabs-section .content-accordion a.content-accordion-trigger {
padding: 5px 0;
margin-bottom: 5px;
font-weight: bold;
font-size: 16px;
line-height: 18px;
border-bottom: 1px solid #686667;
color:#686667;
}

.bio-tabs-section .content-accordion a.content-accordion-trigger .trigger-arrow {
float: left;
width: 12px;
height: 12px;
margin: 2px 10px 2px 0;
background: transparent url('../images/bio-expand-collapse-sprite.jpg') top left no-repeat;
}

.bio-tabs-section .content-accordion a.content-accordion-trigger.active .trigger-arrow {
background-position: bottom left !important;
}

#bio-overview-more-content {
float: left;
clear: left;
width: 100%;
}

#column-level1-right {
position: relative;
float: right;
width: 555px;
margin-top: 0 !important;
padding-bottom: 0px;
}

#ebriefcase {
position: absolute;
top: 10px;
left: 10px;
}

#bio-image,
#bio-image img {
float: left;
width: 100%;
}

#bio-image #bio-image-outside {
display: none;
}

.bio-quote {
position: absolute;
bottom: 105px;
left: 0;
width: 455px;
height: auto;
background-color: #b6d900;
padding: 30px 50px;
font-family: 'Abel', Arial, Helvetica, Sans-Serif;
font-size: 20px;
line-height: 20px;
}

