@font-face {
	font-family: 'Figtree';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Figtree-VariableFont_wght.ttf');
}
@font-face {
	font-family: 'Figtree Italic';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Figtree-Italic-VariableFont_wght.ttf');
}
@font-face {
	font-family: 'Figtree-SemiBold';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Figtree-SemiBold.ttf');
}
@font-face {
	font-family: 'Figtree-Bold';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Figtree-Bold.ttf');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
	font-family: 'Roboto-Medium';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Roboto-Medium.ttf');
}
@font-face {
	font-family: 'Roboto-Bold';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Roboto-Bold.ttf');
}
@font-face {
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Merriweather-Regular.ttf');
}
@font-face {
	font-family: 'Merriweather Bold';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Merriweather-Bold.ttf');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/SourceSans3-Regular.ttf');
}
@font-face {
	font-family: 'Source Sans Pro Semibold';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/SourceSans3-SemiBold.ttf');
}
@font-face {
	font-family: 'Source Sans Pro Bold';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/SourceSans3-Bold.ttf');
}

body {
	background: #EEF3F8;
/*
	font: 17px PT Sans, sans-serif;
*/
	font: 17px Figtree, sans-serif;
	font-weight: 500;
	line-height: 1.428571429;
	color: #333333;
}
.content-box {
	min-height: 1000px;
	padding: 62px 0 46px 0;
}

a {
	text-decoration: underline;
	color: #002868;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #AF4300;
}
a:focus {
	text-decoration: underline;
	color: #AF4300;
	background: none;
}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
label {
	font-family: 'Source Sans Pro Bold';
	font-weight: normal;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="date"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
input[type="date"] {
	line-height: 22.15px;
}
button[disabled], 
html input[disabled] {
	background: #f4f4f6;
}
p {
	margin-bottom: 24px;
	font-weight: 300;
	line-height: 24px;
}
.pFontWeight {
	font-weight: 300;
	line-height: 24px;
}
/*
p > span {
	color: #3e92f2;
}
*/
p > em {
	color: #ffffff;
	font-style: normal;
}
strong,
b {
	font-weight: bold;
}

ul.bullet-green {
  margin: 0;
  list-style-type: none;
}
ul.bullet-green li {
  background: url('../images/bullet-green.png') no-repeat left top;
  padding-left: 28px;
  padding-bottom: 28px;
}

h2 {
	font: 23px 'Figtree-SemiBold' !important;
/*
	font: 23px 'Source Sans Pro SemiBold' !important;
	text-transform: uppercase;
*/
	color: #003366;
	margin: 0 0 24px 0;
}
h3 {
	font: 22px Figtree-SemiBold !important;
	color: #002868;
	margin: 0 0 24px 0;
}
h4 {
	/*
	font: 19px/24px PT Sans, sans-serif;
	color: #0066ff;
	*/
	font-weight: 700;
	margin: 0 0 8px 0;
}
h4.indent {
	margin-bottom: 16px;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #EEF3F8;
}
.global.indent {
	padding: 64px 0 0 0;
	background: #EEF3F8;
}
.center {
	text-align: center;
}
.image_50percent {
	width: calc(50%) !important;
	height: calc(50%) !important;
}
.altGraySections:nth-child(odd) {
	background-color: #ECEDED;
}
.centerVertically {
	position: relative;
	top: 50%;
	transform: translate(0,-50%);
}
.alignRight {
	text-align: right;
}

th {
	background-color: #164070;
	color: #FFFFFF;
	text-align: center;
}
.table-bordered, .table-bordered th, .table-bordered td {
	border-color: #337AB7 !important;
	border: 1px solid #337AB7 !important;
}
.table-bordered thead {
	background-color: #E7B909;
	vertical-align: bottom;
}
.table-bordered th, .table-bordered td {
	padding: 3px 10px 3px 10px;
}
.table-bordered td {
	font-weight: normal;
	vertical-align: top;
}

.table-cv {
	border: 1px solid #dddddd;
	background-color: #FFFFFF;
}
.table-cv > thead > tr > th,
.table-cv > tbody > tr > th,
.table-cv > tfoot > tr > th,
.table-cv > thead > tr > td,
.table-cv > tbody > tr > td,
.table-cv > tfoot > tr > td {
	border: 1px solid #dddddd;
}
.table-cv > thead > tr > th,
.table-cv > thead > tr > td {
	border-bottom-width: 2px;
}

.table-cv, .table-cv th, .table-cv td {
	border-color: #6c7882 !important;
	border: 1px solid #6c7882 !important;
}
.table-cv, .table-cv th:first-child, .table-cv td:first-child {
	border-left: 0 !important;
}
.table-cv, .table-cv th:last-child, .table-cv td:last-child {
	border-right: 0 !important;
}
.table-cv thead, .table-cv thead th, .table-cv th {
	/* background-color: #F2F3F4; */
	background-color: #D9EDF7;
	color: #444444;
	vertical-align: bottom;
}
.table-cv th, .table-cv td {
	padding: 3px 10px 3px 10px;
}
.table-cv td {
/*
	background-color: #FFFFFF;
*/
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
}

/*-----508 Compliance-----*/
.forScreenReadersOnly {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
	visibility: hidden;
}

/*-----header-----*/
/*
a#linkLogOut {
	color: #0077A8;
}
a#linkLogOut:hover, a#linkLogOut:focus, a#linkLogOut:active {
	color: #FFFFFF;
}
*/
a.linkHeader {
	color: #0077A8;
}
a.linkHeader:hover, a.linkHeader:focus, a.linkHeader:active {
	color: #002868;
	text-decoration: underline;
}

a#btnMenu {
	position: absolute;
	display: block;
	margin-left: 135px;
	top: 81px;
	width: 30px;
	height: 30px;
	background-image: url('../images/menuSprite.svg');
	background-position: left top;
	background-size: 30px 60px;
	z-index: 51;
}

a#btnMenu:hover, a#btnMenu:focus, a#btnMenu:active, a#btnMenu.selectedButton {
	background-position: left bottom;
	cursor: pointer;
}
#menuDropDown {
	position: absolute;
	top: 96px;
	background-color: #E0E8EE;
	width: 270px;
	padding: 0px 5px 0px 25px;
	text-indent: -20px;
	text-align: left;
	z-index: 50;
	display: none;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: height 1s; /* Safari */
	transition: height 1s;
	-webkit-transition: max-height 1s; /* Safari */
	transition: max-height 1s;
}

#menuDropDown h2 {
	font-style: italic !important;
	font-weight: 400;
	color: #3F464C;
	margin-top: 30px;
	margin-bottom: 10px;
}
#menuDropDown p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#menuDropDown a {
	font-size: 13px;
	color: #002868;
}
#menuDropDown a:hover, #menuDropDown a:focus, #menuDropDown a:active {
	text-decoration: underline;
}

#headerImage {
	position: absolute;
	top: 97px;
	width: 1170px;
	/*
	height: 170px; 
	*/
}
/*-----menu-----*/
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	margin-top: -25px;
	margin-left: 220px;
	min-height: 0;
}
nav.tm_navbar li {
	float: left;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin-left: 84px;
	position: relative;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	text-transform: none;
	font: 16px Georgia, Palatino Linotype,Times New Roman, serif !important;
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li.active > a {
	background: none;
}
nav.tm_navbar li > a:hover {
	text-decoration: underline;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
	text-decoration: underline;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 203px;
	left: 0;
	top: 55px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #333;
	padding: 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #565555;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	border: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 8px 0 8px 10px;
	margin: 0;
	float: none;
	display: block;
	font-family: Georgia, Palatino Linotype,Times New Roman, serif !important;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #494949 !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #ffffff !important;
	background: #494949 !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 203px;
	left: 204px;
	top: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #333;
	padding: 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 8px 0 8px 10px;
	margin: 0;
	float: none;
	display: block;
	font: 13px PT Sans, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #494949 !important;
}
.select-menu {
	display: none !important;
}

/*-----content-----*/

#PortalBackgroundImage {
	background-color: #0078AE;
	background-position: left top;
	background-size: 100%;
	background-repeat: no-repeat;
}
.contentColumn {
	background: #FFFFFF;
	padding: 30px 30px;
	min-height: 500px;
}
.contentColumn p, .contentColumn li {
	margin-bottom: 12px;
	font-weight: normal;
}
.alert-info {
	background-color: #EDEDED;
	color: #444444;
}
.alert-info strong {
	font-weight: 700;
}


footer {
	position: relative;
	padding: 0;
	background: #ECEDED;
	font: 15px PT Sans, sans-serif;
	color: #005288;
	height: 120px;
}
footer a {
	text-decoration: none;
	font-weight: normal;
}

/*
footer p {
	margin-top: 18px;
	margin-bottom: 0;
	margin-left: -40px;
	font-weight: 400;
}
*/
footer p a {
	color: #6C7882;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer p a:hover, footer p a:focus {
	color: #E3E3E3;
	text-decoration: underline;
}
footer #copyright-year {
	font-style: normal;
	color: #777;
}
.contact-box p {
	margin-bottom: 0;
	line-height: 28px !important;
}
.contact-box p a:hover {
	color: #ffffff;
}
.foo_info {
	padding-top: 26px;
}
.foo_info figure {
	margin-bottom: 1px;
}
.foo_info p {
	font: 18px/18px 'Jockey One';
	color: #919191;
	margin-bottom: 17px;
}
.foo_info p a {
	font: 18px/22px 'Jockey One';
	color: #919191;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.foo_info p a:hover {
	color: #ffffff;
}
.follow_icon {
	padding: 0;
	margin: 32px 0 0 0;
	list-style: none;
	overflow: hidden;
}
.follow_icon li {
	float: left;
	margin-right: 9px;
}
.follow_icon li a {
	font-size: 23px;
	color: #ffffff;
	line-height: 35px;
	background: #777;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	color: #ffffff;
	background: #3e92f2;
}

ul.ulCheckmarks {
	list-style-image: url('../images/checkmark_bullet.png');
	margin-bottom: 24px;
}
ul.ulCheckmarks  li {
	margin-bottom: 0px;
}

.gray-box {
	background: #f4f4f4;
	padding-top: 20px;
	margin-bottom: 20px;
}
.services-box {
	padding: 61px 0;
	background: #f4f4f4;
	margin-bottom: 20px;
}
.services-box h2 {
	margin: 0 0 60px 0;
}
.services-box .center {
	padding-top: 10px;
}
.services-box2 {
	padding: 63px 0 67px 0;
	background: #f4f4f4;
	margin-bottom: 64px;
}
.services-box3 {
	padding: 63px 0 40px 0;
	background: #f4f4f4;
}
.error-box {
	padding-bottom: 7px;
}
.errorBox {
	padding-bottom: 123px;
}
.errorBox .title {
	font: bold 186px/186px PT Sans, sans-serif;
	color: #3e92f2;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.errorBox .description {
	font: 74px/74px PT Sans, sans-serif;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 27px;
}
.errorBox1 h4 {
	line-height: 28px;
}
.errorBox1 p {
	text-transform: uppercase;
	font-size: 11px;
}

/*----- Career Explorer Pages -----*/
#rowBanner h2 {
	margin: 24px 18px;
	color: #005288;
	font: 20px Merriweather !important;
	text-transform: uppercase;
}
#rowBanner p {
	margin: 24px 0;
	color: #0079AD;
	font: 17px Merriweather !important;
	text-align: justify;
}
#rowBanner p.prompt {
	margin: 0;
	color: #080808;
	font: 17px Source Sans Pro !important;
	text-align: left;
}

@media (max-width: 767px) {
	#rowBanner .col-lg-3,
	#rowBanner .col-lg-4 {
		text-align: center;
	}
	#rowBanner .col-lg-3 img,
	#rowBanner .col-lg-4 img {
		width: 60%;
	}
}
@media (min-width: 768px) {
	#rowBanner .col-lg-3 img {
		width: 100%;
		margin-top: -10px;
	}
	#rowBanner .col-lg-4 img {
		width: 100%;
		margin-bottom: 30px;
		border: 8px solid #ECEDED;
	}
	#rowBanner p {
		margin-top: 0px;
	}
}
@media (min-width: 992px) {
	#rowBanner p {
		margin-top: 24px;
	}
}
@media (min-width: 1200px) {
	#rowBanner .col-lg-4 img {
		width: 360px;
		height: 220px;
		border: 20px solid #ECEDED;
		margin-bottom: 30px;
	}
	#rowBanner p {
		line-height: 1.5 !important;
	}
}


/*-----popups-----*/
.divPopup {
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 5;
	width: 570px;
	border: solid 1px #6C7882;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}
.tblPopup {
	width: 100%;
	font-size: 14px;
	font-weight: 300;
}
.tblPopup tr:first-child td, .tblPopup tr:nth-child(2) td {
	cursor: grab;
	background-color: #F2F3F4;
}
.tblPopup td {
	padding: 2px 9px;
	vertical-align: middle;
}
.tblPopup tr:first-child td:nth-child(2) {
	text-align: right;
}
/*----- close popup icon -----*/
.tblPopup tr:first-child td:last-child {
	text-align: right;
	padding: 4px;
	padding-left: 10px;
	width: 31px;
}
/*----- job title -----*/
.tblPopup tr:nth-child(2) td {
	font: 16px Georgia, Palatino Linotype,Times New Roman, serif !important;
	color: #003366;
	padding-bottom: 15px;
}
.tblPopup tr:nth-child(4) td,
.tblPopup tr:nth-child(5) td,
.tblPopup tr:nth-child(6) td {
	text-align: center;
	padding: 10px 0;
}
.tblPopup tr:nth-child(5) td,
.tblPopup tr:nth-child(6) td {
	padding-top: 0;
}
.tblPopup hr {
	color: #AAACAF;
	background-color: #AAACAF;
	height: 2px;
}



/*-----isotop-----*/
.isotopeGall > p a:hover {
	color: #fbb153;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.isotopeGall #container {
	margin-bottom: 23px;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.element {
	width: 384px;
	height: auto !important;
	margin: 0 !important;
	overflow: hidden;
	position: relative;
	color: #222;
	border: none;
	box-sizing: border-box;
}
#filters.pagination li a.selected {
	text-decoration: underline;
}
#filters.pagination li {
	float: left;
}
.tm_pad {
	padding-top: 50px;
	padding-bottom: 30px;
}
#filters {
	position: relative;
}
#filters li {
	display: inline-block;
	margin-right: 10px;
}
#filters li a {
	color: #b82744;
	font-size: 15px;
	margin: 0;
	font-style: italic;
	text-transform: none;
	text-decoration: none;
}
#options .pagination {
	height: 36px;
	margin: -4px 0 0 0;
}
/*-----thumbs-----*/
.thumb-pad0 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad0:hover .badge {
	background: #3e92f2 !important;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad0:hover a {
	color: #333 !important;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad0 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad0 .thumbnail .badge {
	margin: 0;
	padding: 0;
	box-shadow: none;
	float: left;
	border: none;
	margin-right: 18px;
	width: 81px;
	height: 81px;
	text-align: center;
	background: #777;
	border-radius: 100%;
	font: 37px/79px PT Sans, sans-serif;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad0 .thumbnail .caption {
	padding: 12px 0 0 0;
	overflow: hidden;
}
.thumb-pad0 .thumbnail .caption a {
	font-size: 21px;
	line-height: 26px;
	display: inline-block;
	color: #3e92f2;
	margin: 0 0 6px 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad0 .thumbnail .caption a:hover {
	text-decoration: underline;
}
.thumb-pad1 {
	margin: 0 0 50px 0;
	overflow: hidden;
}
.thumb-pad1:hover .badge {
	background: #777;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1:hover .title {
	color: #3e92f2 !important;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption .title {
	margin: 0 0 12px 0;
	font: 35px PT Sans, sans-serif;
	display: inline-block;
	color: #333;
}
.thumb-pad1 .thumbnail .caption .title:hover {
	text-decoration: underline;
}
.thumb-pad1 .badge {
	margin: 0;
	padding: 0;
	box-shadow: none;
	float: left;
	border: none;
	margin-right: 23px;
	width: 79px;
	height: 79px;
	line-height: 79px;
	text-align: center;
	background: #3e92f2;
	border-radius: 100%;
	font-size: 30px;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad2 {
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption h4 {
	margin-bottom: 16px;
}
.thumb-pad2 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad3 figure {
	margin: 0 0 24px 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad4 {
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	color: #777777;
}
.thumb-pad4 .thumbnail .caption h4 {
	margin-bottom: 15px;
}
.thumb-pad4 figure {
	margin: 0 0 25px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	overflow: hidden;
	margin-bottom: 40px;
}
.thumb-pad5 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	color: #777777;
}
.thumb-pad5 .thumbnail .caption h4 {
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 22px;
}
.thumb-pad5 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad5 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5 figure img {
	width: 100%;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 11px 35px;
	font: 15px Figtree-SemiBold !important;
	margin: 0;
	text-shadow: none;
	color: #FFFFFF;
	border: 1px solid #063260;
	border-radius: 10px	;
	background-color: #063260;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn1:hover, .btn-default.btn1:focus {
	background: #005288;
	text-decoration: underline !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.divPopup .btn-default.btn1 {
	background-color: #002868;
	border: 0;
}
.divPopup .btn-default.btn1 {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 70%;
}
.divPopup .btn-default.btn1:hover, .divPopup .btn-default.btn1:focus {
	background-color: #003366;
}
.btn-default.btn1.admin {
	padding: 0 35px !important;
	border: 1px solid #358608 !important;
	background-color: #358608 !important;
	border-radius: 10px;
	text-align: center;
}
.btn-default.btn1.admin:hover, .btn-default.btn1.admin:focus {
	background: #276206 !important;
}
.btn-default.btn1.admin.small {
	padding: 0 15px !important;
	font-size: 13px !important;
}
.btn-default.btn1.small {
	padding: 0 15px !important;
	font-size: 13px !important;
}

.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 2px 35px;
	font: 15px Source Sans Pro Bold, Palatino Linotype,Times New Roman, serif !important;
	margin: 0;
	margin-top: 20px;
	text-shadow: none;
	color: #ffffff;
	border: 1px solid #0078AE;
	background-color: #0078AE;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2:hover, .btn-default.btn2:focus {
	background: #566068;
	text-decoration: underline !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.divPopup .btn-default.btn2 {
	background-color: #002868;
	border: 0;
}
.divPopup .btn-default.btn2 {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 70%;
}
.divPopup .btn-default.btn2:hover, .divPopup .btn-default.btn2:focus {
	background-color: #003366;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 12px 29px;
	border-radius: 0;
	font: 19px PT Sans, sans-serif;
	margin: 0 5px;
	color: #ffffff;
	background: #777;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #3e92f2;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 4px 28px;
	border-radius: 0;
	font: 20px PT Sans, sans-serif;
	margin: 5px 5px;
	color: #ffffff;
	background: #3e92f2;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4:hover {
	color: #ffffff;
	background: #777;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn5 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 15px 20px;
	border-radius: 0;
	font: 14px 'Jockey One';
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	margin: 0;
	text-transform: uppercase;
	color: #ffffff;
	background: #fd6b32;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn5:hover {
	color: #ffffff;
	background: #333;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn6 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 15px 20px;
	border-radius: 0;
	font: 14px 'Jockey One';
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	margin: 0;
	text-transform: uppercase;
	color: #ffffff;
	background: #333;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn6:hover {
	color: #ffffff;
	background: #fd6b32;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btnHelp {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/btnHelp.png) no-repeat left top;
	background-size: contain;
	height: 19px;
	width: 19px;
	border: none;
	cursor: pointer;
	margin-left: 8px;
	margin-bottom: 2px;
}

/*-----list-----*/
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1 li {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 15px;
}
.list1 li > .date {
	width: 55px;
	height: 65px;
	background: #3e92f2;
	font: 32px/32px PT Sans, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 4px;
	float: left;
	margin: 7px 19px 0 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li > .date > span {
	display: block;
	font-size: 19px;
	margin-top: -6px;
	text-transform: uppercase;
}
.list1 li p {
	margin-bottom: 3px;
	line-height: 20px;
}
.list1 li p > span {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li a {
	font-size: 15px;
}
.list1 li a:hover {
	text-decoration: underline;
}
.list1 li:hover .date {
	background: #777;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li:hover a {
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 {
	margin: 0 0 55px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 15px;
}
.list1-1 li > .date {
	width: 55px;
	height: 65px;
	background: #777;
	font: 32px/32px PT Sans, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 4px;
	float: left;
	margin: 7px 19px 0 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li > .date > span {
	display: block;
	font-size: 19px;
	margin-top: -6px;
	text-transform: uppercase;
}
.list1-1 li p {
	margin-bottom: 3px;
}
.list1-1 li .title {
	font: 20px PT Sans, sans-serif;
	color: #3e92f2;
	display: inline-block;
	margin-bottom: 6px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li .title:hover {
	text-decoration: underline;
}
.list1-1 li:hover .date {
	background: #3e92f2;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li:hover .title {
	color: #333;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 {
	margin: 0 0 11px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 27px;
}
.list2 li h4 {
	margin-bottom: 16px;
}
.list2 li p {
	margin-bottom: 0;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 33px;
}
.list8 li h4 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 15px;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 33px 0 0 0;
	overflow: hidden;
	width: 303px;
}
#search-404 a {
	position: absolute;
	top: 10px;
	right: 0;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 267px;
	outline: none;
	border: 1px solid #e2e2e2;
	background: #ffffff;
	font: 13px PT Sans, sans-serif;
	line-height: 18px;
	color: #777777;
	padding: 10px 14px;
	height: 41px;
	resize: none;
}
/*-----map-----*/
.map {
	margin: 0 0 80px 0;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 485px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	margin-bottom: 0;
}
.info h3 {
	font-size: 21px;
	line-height: 26px;
	text-transform: uppercase;
	color: #333;
	margin: 0 0 8px 0;
}
.info p {
	margin-bottom: 0;
}
.info p > span {
	color: #777777;
	display: inline-block;
	width: 85px;
}
.info p a {
	font: 14px PT Sans, sans-serif;
	color: #3e92f2;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #777777;
}
.info a {
	color: #777777;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.info a:hover {
	color: #f0cd69;
}
/*-----form-----*/
.formBox {
	background: #f4f4f4;
	padding: 63px 0 78px 0;
}
#contact-form {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	text-align: left;
}
#contact-form p {
	margin-bottom: 5px;
}
#contact-form label {
	position: relative;
	display: block;
	min-height: 51px;
	margin: 0;
	font-weight: normal;
	font: 13px PT Sans, sans-serif;
	line-height: 18px;
	color: #777777;
}
#contact-form label span {
	margin-bottom: 2px;
	display: block;
	color: #777777;
}
#contact-form .holder {
	overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 249px;
	margin-right: 10px;
}
.form-div-3 {
	margin-right: 0;
}
#contact-form ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 10px 14px;
	border-radius: 0;
	display: block;
}
#contact-form ._placeholder.focused {
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: none;
}
#contact-form ._placeholder.hidden {
	display: none;
}
#contact-form input, #contact-form textarea {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #e2e2e2;
	background: #ffffff;
	font: 13px PT Sans, sans-serif;
	line-height: 18px;
	color: #777777;
	padding: 10px 14px;
	height: 41px;
	resize: none;
}
#contact-form textarea {
	height: 177px;
	margin-bottom: 20px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #3e92f2;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 5px;
	top: 2px;
}
#contact-form .invalid .error-message, #contact-form .empty .empty-message {
	height: 20px;
}
#contact-form .success-message {
	line-height: 48px;
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	background: #f5f5f5;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	padding: 0;
}
#contact-form.success .success-message {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #e2e2e2;
	background: #ffffff;
	font: 13px PT Sans, sans-serif;
	line-height: 41px;
	color: #777777;
	padding: 0 14px;
	height: 41px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btns .btn4 {
	float: left;
}
.btns p {
	float: left;
	margin: 4px 0 0 14px;
	font-size: 13px;
}
.mail {
	color: #3e92f2;
	font: 14px PT Sans, sans-serif;
	text-decoration: underline;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #777777;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*---------------------------------------------------------------------------------------------------------------------------*/

/*
.lsp-box strong {
	font-weight: bold;
}
.lsp-box li {
	margin-bottom: 24px;
}
.LSP_HeaderImg {
	position: relative;
	margin-bottom: 35px;
}
.LSP_HeaderImg img {
	width: 100%;
}
.lsp-box .row .content .LSP_HeaderImg h3 {
	position: absolute;
	left: 30px;
	top: 40px;
	color: white;
	font: 42px Georgia !important;
	text-shadow: 2px 2px 2px rgba(0, 0, 0);
}

.lsp-box {
	margin-top: 20px;
}
.lsp-box h2 span {
	font: 22px 'Source Sans Pro';
	color: #007FAD;
	text-transform: uppercase;
}
.lsp-box .row .leftMenu {
	padding-top: 20px;
	text-align: right;
	min-height: 800px;
}
.lsp-box .row .content {
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 40px;
	font-weight: normal;
	font: 20px 'Georgia' !important;
	color: #6C7882;
}
.lsp-box .row .content h3 {
	font-weight: 900 !important;
	font: 26px Georgia, Palatino Linotype,Times New Roman, serif !important;
	color: #002868;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.lsp-box ul {
	font-weight: 300;
}
*/

.blueTextBox {
	color: #444444;
	background-color: #D9EBF6;
	padding: 10px;
	margin-bottom: 20px;
}
.indentSource Sans ProTextBox {
	font: 17px 'Source Sans Pro' !important;
	padding-left: 10px;
}

.Source Sans ProTextBox {
	font: 17px 'Source Sans Pro' !important;
}
.content h3 a {
	margin-left: 20px;
	font: 16px PT Sans, sans-serif;
	font-weight: 700;
}

/*
.ctk_h3_content {
	border-top: solid 11px #005287;
	border-radius: 10px;
	background-color: #F2F3F4;
	padding: 10px 30px;
	padding-bottom: 20px;
	margin-bottom: 24px;
}
.ctk_h3_content :last-child {
	margin-bottom: 0;
}
.ctk_h3_content.assessments {border-color: #005287;}
.ctk_h3_content.career_planning {border-color: #8E5A00;}
.ctk_h3_content.career_resources {border-color: #5C803B;}
.ctk_h3_content.coaching {border-color: #4B478B;}
.ctk_h3_content.leadership {border-color: #9A223C;}
.ctk_h3_content.mentoring {border-color: #783779;}
.ctk_h3_content.training_and_development {border-color: #007C84;}
*/

.divReadMore {
	display: none;
	border-bottom: 1px solid #6C7882;
	margin-bottom: 20px;
}

p.singleSpace {
	margin-bottom: 0px;
}
p.prompt {
	font: 16px Source Sans Pro;
	color: #C41230;
	font-weight: bold;
}



/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1200px) {
	.container {
		padding: 0;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
	/*
	h2.navbar-brand_ {
		display: inline-block;
		float: none;
		margin-bottom: 20px;
	}
	*/
	#headerImage {
		width: 940px;
	}
	.follow_icon {
		display: block;
		overflow: hidden;
		width: 100%;
		margin: 0;
		padding: 25px 0;
		float: none;
		text-align: center;
	}
	.follow_icon li {
		float: none;
		display: inline-block;
	}
	nav.tm_navbar {
		margin-left: 120px;
		/*
		float: none;
		display: block;
		margin-top: -8px;
		padding-bottom: 7px;
		*/
	}
	nav.tm_navbar li {
		float: none;
		display: inline-block;
	}
	.form-div-1,  .form-div-2,  .form-div-3 {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.errorBox figure img {
		width: 100%;
	}
	#contact-form p {
		margin-bottom: 0;
	}
	#contact-form label {
		min-height: 50px;
	}
	.errorBox .title {
		font-size: 80px;
		line-height: 80px;
	}
	.errorBox .description {
		font-size: 50px;
		line-height: 50px;
	}
	#contact-form.success .success-message {
		height: 141px;
		line-height: 141px;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
	#headerImage {
		width: 730px;
	}
	h2.navbar-brand_ {
		display: inline-block;
		float: none;
		margin-bottom: 20px;
	}
	/*
	header {
		text-align: center;
	}
	*/
	.follow_icon {
		display: block;
		overflow: hidden;
		width: 100%;
		margin: 0;
		padding: 25px 0;
		float: none;
		text-align: center;
	}
	.follow_icon li {
		float: none;
		display: inline-block;
	}
	nav.tm_navbar {
		float: none;
		display: block;
		margin-top: -10px;
		padding-bottom: 7px;
		margin-left: 0;
	}
	nav.tm_navbar li {
		float: none;
		display: inline-block;
		margin-left: 50px;
	}
	nav.tm_navbar li:first-child {
	    margin-left: 60px;
	}
	.experience-box .title {
		margin-top: 0;
		font-size: 45px;
		line-height: 45px;
	}
	nav.tm_navbar {
		float: none;
	}
	nav.tm_navbar > .nav {
		display: inline-block;
	}
	h2.navbar-brand_ {
		/*
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
		*/
	}
	#header_right {
		right: 5px;
		top: -5px;
	}
	.form-div-1,  .form-div-2,  .form-div-3 {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	#contact-form label {
		min-height: 50px;
	}
	.errorBox figure img {
		width: 100%;
	}
	.testimBox article {
		margin-bottom: 35px;
	}
	.categories-box {
		overflow: hidden;
		padding-bottom: 50px;
	}
	.testimBox {
		padding: 45px 0 0 0;
	}
	#contact-form p {
		margin-bottom: 0;
	}
	.errorBox1 {
		margin-bottom: 40px;
	}
	.testimBox .col-lg-4 {
		width: 100%;
		float: none;
	}
	.thumb-pad1 .thumbnail .caption .title {
		font-size: 22px;
		line-height: 25px;
	}
	.thumb-pad2 .thumbnail .caption {
		overflow: visible;
	}
	.list1-1 {
		margin: 0 0 30px 0;
	}
	.errorBox .title {
		font-size: 80px;
		line-height: 80px;
	}
	.errorBox .description {
		font-size: 50px;
		line-height: 50px;
	}
	#contact-form.success .success-message {
		height: 141px;
		line-height: 141px;
	}
}

/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1199px) {
	nav.tm_navbar .sub-menu > ul {
		top: 38px;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
	#headerImage {
		display: none;
	}
	a#btnMenu {
		top: 95px;
	}
	#menuDropDown {
		position: absolute;
		top: 110px;
	}
	h2.navbar-brand_ {
		display: inline-block;
		float: none;
		margin-top: -8px;
		margin-bottom: 20px;
		height: 32px;
	}
	header {
		/* height: 50px; */
		margin-bottom: 0;
	}
	#header_right {
		top: -9px;
	}
	h1.navbar-brand_ {
		top: -9px;
	}
	h2.navbar-brand_ img {
		width: 25px;
		height: 25px;
		margin-top: 4px;
	}
	#header_title {
		font-size: 14px !important;
	}
	.follow_icon {
		display: block;
		overflow: hidden;
		width: 100%;
		margin: 0;
		padding: 25px 0;
		float: none;
		text-align: center;
	}
	.follow_icon li {
		float: none;
		display: inline-block;
	}
	nav.tm_navbar {
		float: none;
		display: block;
	}
	nav.tm_navbar li {
		float: none;
		display: inline-block;
	}
	nav.tm_navbar {
		display: inline-block;
		margin-top: 50px;
	}
	nav.tm_navbar {
		display: none;
	}
	nav.tm_navbar .nav {
		display: none;
	}
	.select-menu {
		display: inline-block !important;
		padding-top: 4px;
		padding-right: 3px;
		padding-bottom: 4px;
		width: 100%;
		border: 1px solid #5a9dea;
		background: #5a9dea;
		color: #ffffff;
		cursor: pointer;
		height: 30px;
		font-size: 12px;
		vertical-align: middle;
	}
	.experience-box article {
		margin-bottom: 15px;
	}
	.experience-box .title {
		margin-top: 0;
		font-size: 45px;
		line-height: 45px;
	}
	h2.navbar-brand_ {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.about-box .col-lg-4 {
		margin-bottom: 50px;
	}

	.thumb-pad1 figure {
		margin: 0 20px 0 0;
		float: left;
	}
	.thumb-pad1 .thumbnail .caption {
		text-align: left;
	}
	.thumb-pad1 .thumbnail .caption .title {
		font-size: 21px;
	}
	.form-div-1,  .form-div-2,  .form-div-3 {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.map iframe {
		height: 300px;
	}
	.info {
		margin-bottom: 50px;
	}
	.errorBox figure {
		margin-bottom: 60px;
	}
	.servicesBox h2 {
		font-size: 48px;
		line-height: 48px;
	}
	.servicesBox h2 > span {
		font-size: 27px;
		line-height: 30px;
	}
	.privacyBox {
		margin-bottom: 60px;
	}
	.errorBox {
		padding-top: 80px;
	}
	.pict {
		background: none;
		padding: 0 0 90px 0;
	}
	.list3 {
		margin-bottom: 50px;
	}
	.logo-box {
		overflow: hidden;
		margin-bottom: 50px;
		text-align: center;
	}
	.logo-box .follow_list {
		display: inline-block;
	}
	.categories-box {
		overflow: hidden;
		padding-bottom: 50px;
	}
	.block-box article {
		margin-bottom: 50px;
	}
	.thumb-pad1 {
		margin-bottom: 30px;
	}
	.list_btn {
		top: 20%;
	}
	.list_carousel1 #foo1 > li {
		padding: 0 60px;
	}
	.thumb-pad4 figure {
		margin: 0 15px 0 0;
		float: left;
	}
	.testimBox {
		padding: 45px 0 20px 0;
	}
	#contact-form p {
		margin-bottom: 0;
	}
	#contact-form label {
		min-height: 50px;
	}
	.errorBox1 {
		margin-bottom: 40px;
	}
	.foo_info {
		margin-bottom: 25px;
	}
	.errorBox1 h2 {
		font-size: 45px;
		line-height: 45px;
	}
	.who-box,  .history-box,  .trainers-box {
		margin-bottom: 40px;
	}
	.thumb-pad2 .thumbnail .caption {
		overflow: visible;
	}
	.margBot {
		margin-bottom: 0 !important;
	}
	.thumb-pad3 {
		margin-bottom: 50px;
	}
	.thumb-pad3 figure {
		margin: 0 20px 0 0;
		float: left;
	}
	.list1-1 {
		margin: 0 0 30px 0;
	}
	.errorBox .title {
		font-size: 80px;
		line-height: 80px;
	}
	.errorBox .description {
		font-size: 50px;
		line-height: 50px;
	}
	#contact-form.success .success-message {
		height: 141px;
		line-height: 141px;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
	.content-box {
		padding: 42px 0 26px 0;
	}
	.content-box .title {
		font-size: 25px;
		line-height: 35px;
	}
	.content-box .title br {
		display: none;
	}
	.content-box .btn-default.btn2 {
		margin-bottom: 10px;
	}
	.welcome-box {
		padding: 42px 0 26px 0;
	}
	.welcome-box .title {
		font-size: 25px;
		line-height: 35px;
	}
	.welcome-box .title br {
		display: none;
	}
	.welcome-box .btn-default.btn2 {
		margin-bottom: 10px;
	}
	.thumb-pad1 figure {
		margin: 0 0 20px 0;
		float: none;
	}
	.thumb-pad4 figure {
		margin: 0 0 15px 0;
		float: none;
	}
	.experience-box article {
		width: 100%;
		float: none;
	}
	.thumb-pad0 .thumbnail .caption .title {
		font-size: 20px;
		line-height: 20px;
	}
	.thumb-pad3 figure {
		margin: 0 0 20px 0;
		float: none;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
	.errorBox figure img {
		width: 100%;
	}
	.comment-box .extra-wrap {
		overflow: visible;
	}
	.comment-box figure {
		margin-right: 20px;
	}
	.thumb-pad2 figure {
		margin: 0 0 20px 0;
		float: none;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
	/*
	h2.navbar-brand_ img {
		width: 100%;
	}
	*/
	h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.testimBox article {
		width: 100%;
		float: none;
	}
	.thumb-pad1 figure {
		display: block;
	}
	.thumb-pad1 figure img {
		width: 100%;
	}
	.galleryBox article {
		width: 100%;
		float: none;
	}
	.baner-box {
		width: 100%;
		float: none;
	}
	.servicesBox article {
		width: 100%;
		float: none;
	}
	.gallery-box article {
		width: 100%;
		float: none;
	}
	.thumb-pad5 figure {
		margin: 0 0 20px 0;
		float: none;
	}
	#search-404 {
		width: 283px;
	}
	#search-404 input {
		width: 247px;
	}
	.errorBox .title {
		font-size: 65px;
		line-height: 65px;
	}
	.errorBox .description {
		font-size: 35px;
		line-height: 35px;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
	h2.navbar-brand_ a img {
		width: 100%;
	}
	h2.navbar-brand_ {
		padding: 0 5px;
	}
	.eventsBox article {
		width: 100%;
		float: none;
	}
	.teamBox article {
		width: 100%;
		float: none;
	}
	.testimBox article {
		width: 100%;
		float: none;
	}
	.list2 li .badge {
		float: none;
		margin: 0;
	}
	.trainerBox {
		width: 100%;
		float: none;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 73px;
}
.padBot {
	padding-bottom: 0;
}


/*-----print styles-----*/
@media print {
	@page {
		size: 8.5in 11in; 
		margin: 0.2in 0.5in;
	}
	a[href]:after {
		content: "" !important;
	}
	.container {
		width: 100%;
	}
	.content-box {
		padding: 0px;
		min-height: auto;
	}
	#header_right, .divButtons, #iframeEngine, footer {
		display: none;
	}
	.divPopup {
		background: white !important;
	}
}