/* editor styles */

/* .editor {
	width: 100%;
}
*/
.editor a {
	color: #083e78;
}
.editor a:hover {
	text-decoration: underline;
	color: #30A50D;
}
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
	font-weight: 300;
	/* color:#30A50D; */
	color:#01AEF0;
	margin-bottom: 0.5em;
}
.editor h1 {
	font-size:2.5em;

}
.editor h2, {
	font-size:2.3em;
}

.editor h3 {
	font-size:2em;
}
.editor h4 {
	font-size:1.8em;
}
.editor h5 {
	font-size:1.5em;
	margin: 1em 0 0.5em 0;

}
.editor h6 {
	font-size:1.2em;
}
.editor p, .editor ul, .editor ul li, .editor ol, .editor table {
	line-height:127%;
	color:#3D3838;
	margin-bottom: 0.5em;
}

.editor li {
	padding-left:0;
}

.editor ul li {
	background:url(../img/green_bullet.png) 5px 3px no-repeat;
	padding-left: 3em;
	line-height: 150%;
}

.editor ol {
	list-style-type: decimal;
	padding-left: 2em;
}

/* form styles */

form.styled label {
	float: left;
	width: 100%;
	margin:10px 0 5px 0;
}

.iPad form.styled label {
	float: left;
	width: 100%;
	margin:10px 0 5px 0;
	font-size: 16px;
	font-weight: bold;
}
form.styled p{padding-top:0px;}

form.styled .text {
	font-size:1.1em;
	color:#666;
	background:#FFF;
	border: 1px solid #999;
	box-shadow:1px 1px 2px #ccc inset;
	border-radius: 4px 4px 4px 4px;
	padding:5px
}

.iPad form.styled .text {
	font-size:1.1em;
	color:#666;
	background:#FFF;
	border: 1px solid #999;
	box-shadow:1px 1px 2px #ccc inset;
	border-radius: 4px 4px 4px 4px;
	padding:15px;
	width: 95%;
}

form.styled select {
	width:100%;
	height:33px;
	line-height:2;
	padding: 5px;
}
form.styled textarea.text {
	height: 100px;
	overflow: auto;
	font-size:1.3em;
	line-height:1;
	color:#666;
}
form.styled textarea {
	height: 338px;
	width:98%;
	border: 1px solid #999;
	box-shadow:1px 1px 2px #ccc inset;
	border-radius: 4px 4px 4px 4px;
	padding:5px
}
form.styled .btn {
    background: none repeat scroll 0 0 #053D76;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 8px 20px;
    -webkit-appearance: none;
}

.applynow {
	margin: 20px;
}


.applynow a {
	background: none repeat scroll 0 0 #053D76;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 8px 20px;
    font-size: 14px;
}




/* blog/news */

.post_thumb {
	float: right;
	margin:0 0 10px 10px;
	clear: both;
}

p.rss {
	float: right;
	padding-left:20px;
	padding-top: 0 !important;
}

/* gallery */

.gallery {
	width:100%;
	overflow: auto;;
}

.gallery a {
	display: block;
	width:150px;
	height:150px;
	float: left;
	margin:0 0 10px 10px;
}

.gallery img {
	display: block;
}

/* messages */

.editor .error {
	color: #e74528;
}
.editor .success {
	color: #69a101;
}
.editor .info {
	color: #2a7bc5;
}

/* tables */

table.styled {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.styled th, table.styled td {
	padding: 5px;
	border: 1px solid #CCC;
	background: #FFF;
}
table.styled th {
	background: #083E78;
	color: #FFF;
}
table.styled td.min {
	width: 20px;
	text-align: center;
	padding-top: 5px;
}
table.styled td.min img {
	display: block;
	margin: 0 auto;
}

/* media */

table.media {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.media th, table.media td {
	padding: 8px;
	background: #FFF;
	margin-bottom: 20px;
}
table.media td a {
	background:url(../img/pdf.png) 5px 3px no-repeat;
	padding-left: 2.5em;
	padding-top: 5px;
}
table.media th {
	border-bottom: #083E78 1px solid;
	color: #083E78;
	text-align: left;
	padding-left: 15px;
}
table.media td.min {
	width: 20px;
	text-align: center;
	padding-top: 5px;
}
table.media td.min img {
	display: block;
	margin: 0 auto;
}



#locations .location {
    margin: 0 0 0 25px;
    overflow: auto;
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}
#locations .location .map {
    float: right;
    height: 200px;
    margin-right: 50px;
    width: 750px;
}
#location_map {
    height: 500px;
    width: 100%;
    margin-bottom: 20px;
}

.locations_intro ul li {
    font-size: .9em;
    padding: 0 0 .5em 3em;
}
/* Social Media Icons */

#social {
    float: right;
    margin: 0 0 10px 10px;
    overflow: hidden;
}
#social .icon {
    float: left;
    width: 60px;
}

/* accordion */

.accordion {
	margin-bottom: .5em;
}

.accordion dt, .accordion dd {
	padding: 15px 5px;
	border-bottom: 1px solid #E8E6E6;
	}
.accordion dt {
	background: url("../img/toggle_plus.png") no-repeat scroll left center;
	color: #083E78;
	cursor: pointer;
	font-weight: normal;
	padding: 12px 15px 15px 37px;
}

.accordion dt.open {
    background: url("../img/toggle_minus.png") no-repeat scroll left center;
    border-bottom: none;
}

/* progress tabs */

.progress_tabs {
	padding-top: 50px;
}
.progress_tabs > ul {
	background: none;
	float: left;
	padding: 0 0 0 17px
}
.progress_tabs > ul li {
	background: none;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	display: inline-table;
	float: left;
	height: 97px;
	list-style-type: none;
	margin: 0 20px 0 0;
	position: relative;
	text-align: center;
	padding: 0 !important;
	width: 97px;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.progress_tabs > ul li:hover, .progress_tabs > ul li.active {
	color :#fff;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.progress_tabs > ul li a {
	color: #fff;
	display: table-cell;
	padding: 0 10px;
	*display: inline-block;
	height: 97px;
	*padding: 35px 0 0;
	text-decoration: none;
	vertical-align: middle;
	background-color: #053D76;
    border-radius: 50%;
}
.progress_tabs > ul li a:hover, .progress_tabs > ul li.active a {
	color: #fff !important;
	background-color: #30A50D;
    border-radius: 50%;

}
.progress_tabs > div {
	display: none;
	padding-top: 50px;
	clear:both;
}
.progress_tabs > div.active {
	display: block;
}
.progress_tabs > div h1 {
	color: #71b21e;
	float: left;
	font-size: 14px;
	margin: 0 13px 0 0;
	width: 120%;
	font-weight: bold;
}
.progress_tabs div div {
	color: #666666;
	float: left;
	width: 630px;
}

.latest_documents {
    padding: 1em 0 0.5em 0em;
}
.latest_documents ul li {
    background: url("../img/green_bullet.png") no-repeat scroll 5px 3px transparent;
    padding-left: 1.8em;
    font-size: 0.9em;
}

/* Add This */

#addthis {
	padding: 20px 0 20px 0;
}
/* Twitter */

#tweets > div {
	height:170px;
	margin-bottom: 40px;
 }

/* advisors */

#advisors .advisor {
	width:100%;
	overflow: hidden;
	margin-bottom: 20px;
}

#advisors .advisor .left {
	float:left;
	width:25%;
	margin-right: 5%;
}

#advisors .advisor .right {
	float:left;
	width:70%;
}

#advisors .advisor h3 {
	font-size: 1.75em;
	font-weight: bold;
}

.news_more {
	text-align: right;
}

/* YouTube Channel */

/* videos */

#youtube_videos {
        width:100%;
        overflow:auto;
}

#youtube_videos .video {
        float:left;
        margin:0 0 10px 10px;
}

/* Vacancy */

.vacancy { margin: 25px 0; padding: 15px 25px 10px; background: #F7F7F7; border: #FFD204 solid 1px;

}

.vacancy h3 a { font-size: 20px; color: #083E78; font-weight: 400;
}
