@import url(//fonts.googleapis.com/css?family=Heebo:300,400,500,700);
/*
	font-family: 'Heebo', sans-serif;
	font-family: proxima-nova, sans-serif;
*/

body {
	background: #f6f6f6;
	color: #1d1d1d;
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	margin: 0;
	padding: 84px 0 0 0;
	-webkit-text-size-adjust: none;
}

form, input, textarea, select, button {
	font-family: proxima-nova, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #1a3d6d;
	font-family: 'Heebo', sans-serif;
	font-weight: 300;
	line-height: 100%;
	margin: 0 0 15px 0;
	padding: 0;
}

h1 {
	color: #ffffff;
	font-size: 72px;
	letter-spacing: 0.5px;
	line-height: 73px;
	margin: 0 0 30px;
}

h2 {
	font-size: 54px;
	letter-spacing: 0.5px;
	line-height: 64px;
}

h2.title {
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: 500;
}

h3 {
	color: #454545;
	font-size: 26px;
}

h3.author {
	font-size: 18px;
}

h4 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 44px;
}

h5 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 32px;
}

h6 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 32px;
	text-transform: uppercase;
}

a {
	color: #f06723;
	outline: none;
	text-decoration: none;
}

a:hover { 
	color: #1a3d6d;
	text-decoration: none;
	transition: all .10s linear;
	-webkit-transition: all .10s linear;
}

a img { border: 0; }

p {
	line-height: 32px;
	margin: 0 0 32px 0;
	padding: 0;
}

.hr {
    border-bottom: 1px solid #a9a9a9;
    margin: 5px 0 15px;
}

.hr hr {
	display: none;
}

.wrapper {
	margin: 0 auto;
	max-width: 1180px;
}

.page-banner {
	display: none;
}

.page-banner img {
	width: 100%;
}

cite {
	background-color: #f3f3f3;
	border-left: 1px solid #f06723;
	color: #4e4e4e;
	display: inline-block;
  	//font-style: italic;
	font-size: 18px;
	font-weight: 400;
	padding-left: 50px;
  	padding: 30px;
}

.inside-page table {
	margin: 0 0 15px 0;
}

table p {
	margin: 0;
}

.image-left {
	float: left;
	margin: 0 15px 15px 0;
}

.image-right {
	float: right;
	margin: 0 0 15px 15px;
}

.mobile-only { display: none; }

strong {
	font-weight: 700;
}

.middle-content .wrapper, 
.footer-upper, 
.footer {
	opacity: 0;
	filter: alpha(opacity=0);
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Header ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.header {
	background: #f9f9f9;
	height: 84px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: background .15s linear;
	-webkit-transition: background .15s linear;
	width: 100%;
	z-index: 210;
}

.header.solid-background {
	background-color: #f9f9f9;
	transition: background .15s linear;
	-webkit-transition: background .15s linear;
}

.header .inner {
	padding: 0 46px 0 60px;
}

.header .wrapper {
	max-width: 1300px;
}

.header .logo {
	float: left;
	line-height: 0;
	margin: 20px 0 0 0;
	transition: all .15s linear;
	-webkit-transition: all .15s ease;
}

.header .logo:hover {
	transform: scale(1.05);
}

.header .logo img {
	max-width: 100%;
	transition: all .15s ease;
	-webkit-transition: all .15s ease
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Primary Navigation --------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.primary-navigation-wrap {
	float: right;
}

.primary-navigation-wrap a,
.primary-navigation-wrap a:hover {
	display: block;
	text-decoration: none;
}

.primary-navigation-wrap > ul {
	list-style: none;
	margin: 25px 0 0 0;
	padding: 0;
}

.primary-navigation-wrap > ul > li {
	display: block;
	float: left;
	margin-right: 4px;
	position: relative;
}

.primary-navigation-wrap > ul > li.lat {
	margin-right: 0;
}

.primary-navigation-wrap > ul > li > a {
	color: #454545;
	display: block;
	font-size: 15px;
	font-weight: 400;
	height: 34px;
	letter-spacing: .5px;
	line-height: 34px;
	padding: 0 14px;
	text-decoration: none;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	z-index: 21;
}

.primary-navigation-wrap > ul > li > a::before {
	background-color: #1a3d6d;
	content: ' ';
	left: 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: height 0.3s cubic-bezier(0, 0.6, 0.08, 1);
	-webkit-transition: height 0.3s cubic-bezier(0, 0.6, 0.08, 1);
	z-index: -1;
}

.primary-navigation-wrap > ul > li:hover > a,
.primary-navigation-wrap > ul > li.selected > a,
.primary-navigation-wrap > ul > li > a.selected {
	color: #ffffff;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

.primary-navigation-wrap > ul > li:hover > a::before,
.primary-navigation-wrap > ul > li.selected > a::before,
.primary-navigation-wrap > ul > li > a.selected::before {
	height: 100%;
}

/* drop level 1 */
.primary-navigation-wrap > ul > li > ul {
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 34px;
	-webkit-transition: visibility .25s ease;
	transition: visibility .25s ease;
	visibility: hidden;
	width: 210px;   
	z-index: 200;
}

.primary-navigation-wrap > ul > li:last-child > ul {
	left: auto;
	right: 0;
}

.primary-navigation-wrap > ul > li.last > ul {
	left: auto;
	right: 0;
}

.primary-navigation-wrap > ul > li:last-child > ul {
	left: auto;
	right: 0;
}

.primary-navigation-wrap > ul > li:hover > ul {
	box-shadow: 0 0 14px rgba(0,0,0,0.14);
	-webkit-transition: visibility .25s ease, box-shadow 0.25s linear 0.10s;
	transition: visibility .25s ease, box-shadow 0.25s linear 0.10s;
	visibility: visible;
}

.primary-navigation-wrap > ul > li > ul li {
	background: #ffffff;
	left: -80px;
	opacity: 0;
	position: relative;
	transition: all .4s cubic-bezier(0, 0.6, 0.08, 1);
	-webkit-transition: all .4s cubic-bezier(0, 0.6, 0.08, 1);
}

.primary-navigation-wrap > ul > li > ul li:nth-child(2) { transition-delay: .05s; -webkit-transition-delay: .05s }
.primary-navigation-wrap > ul > li > ul li:nth-child(3) { transition-delay: .1s; -webkit-transition-delay: .1s }
.primary-navigation-wrap > ul > li > ul li:nth-child(4) { transition-delay: .15s; -webkit-transition-delay: .15s }
.primary-navigation-wrap > ul > li > ul li:nth-child(5) { transition-delay: .2s; -webkit-transition-delay: .2s }
.primary-navigation-wrap > ul > li > ul li:nth-child(6) { transition-delay: .25s; -webkit-transition-delay: .25s }
.primary-navigation-wrap > ul > li > ul li:nth-child(7) { transition-delay: .3s; -webkit-transition-delay: .3s }
.primary-navigation-wrap > ul > li > ul li:nth-child(8) { transition-delay: .35s; -webkit-transition-delay: .35s }
.primary-navigation-wrap > ul > li > ul li:nth-child(9) { transition-delay: .4s; -webkit-transition-delay: .4s }
.primary-navigation-wrap > ul > li > ul li:nth-child(10) { transition-delay: .45s; -webkit-transition-delay: .45s }
.primary-navigation-wrap > ul > li > ul li:nth-child(11) { transition-delay: .5s; -webkit-transition-delay: .5s }
.primary-navigation-wrap > ul > li > ul li:nth-child(12) { transition-delay: .55s; -webkit-transition-delay: .55s }
.primary-navigation-wrap > ul > li > ul li:nth-child(13) { transition-delay: .6s; -webkit-transition-delay: .6s }
.primary-navigation-wrap > ul > li > ul li:nth-child(14) { transition-delay: .65s; -webkit-transition-delay: .65s }
.primary-navigation-wrap > ul > li > ul li:nth-child(15) { transition-delay: .7s; -webkit-transition-delay: .7s }

.primary-navigation-wrap > ul > li:hover > ul li {
	left: 0; 
	opacity: 1;
}

.primary-navigation-wrap > ul > li > ul li a {
}

.primary-navigation-wrap > ul > li > ul li:last-child a {
	border-bottom: 0;
}

.primary-navigation-wrap > ul > li > ul li a {
	background: none;
	color: #454545;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.5px;
	padding: 7px 16px;
	text-decoration: none;
	text-transform: none;
	transition: all .10s linear;
	-webkit-transition: all .10s linear;
}

.primary-navigation-wrap > ul > li > ul li.first a,
.primary-navigation-wrap > ul > li > ul li:first-child a {
	padding-top: 17px;
}

.primary-navigation-wrap > ul > li > ul li.last a,
.primary-navigation-wrap > ul > li > ul li:last-child a {
	padding-bottom: 17px;
}

.primary-navigation-wrap > ul > li > ul li a:hover,
.primary-navigation-wrap > ul > li > ul li a.selected {
	background: #e5eaf2;
}

/* drop level 2+ */
.primary-navigation-wrap > ul > li > ul ul {
	display: none;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Inside Page ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.heading-wrap {
	background-size: cover;
	overflow: hidden;
	padding: 75px 10px 240px;
	text-align: center;
}

.heading-wrap img {
	display: none;
	width: 100%;
}

.heading-wrap h1 {
	animation: slide-in-fade-in .75s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0s forwards;
	-webkit-animation: slide-in-fade-in .75s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0s forwards;
	opacity: 0;
	transform: translateY(-20px);
}

@keyframes slide-in-fade-in {
  0% { transform: translateY(-20px); opacity: 0; }
  100% { transform: translateY(0px); opacity: 1; }
}
@-webkit-keyframes slide-in-fade-in {
  0% { transform: translateY(-20px); opacity: 0; }
  100% { transform: translateY(0px); opacity: 1; }
}

.heading-wrap .wrapper.main-wrapper {
	max-width: none;
}

.sub-header-copy {
	animation: slide-in-fade-in .75s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0s forwards;
	-webkit-animation: slide-in-fade-in .75s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0s forwards;
	margin: 0 auto 38px;
	max-width: 700px;
	opacity: 0;
	transform: translateY(-20px);
}

.sub-header-copy,
.sub-header-copy p {
	color: #ffffff;
	font-family: 'Heebo', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 34px;
}

.sub-header-copy p {
	margin: 0;
}

.middle-content {
	//background-color: #ffffff;
	position: relative;
	z-index: 2;
}

.inside-page {
	background-color: #ffffff;
	//box-shadow: 0 -10px 20px rgba(0,0,0,0.05);
	margin: -200px auto 0;
	max-width: 1180px;
	min-height: 500px;
	padding: 40px 0 130px;
	position: relative;
	transform: translateY(80px);
}

.inside-page.fade-in-done {
	animation: slide-up .75s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0s forwards;
	-webkit-animation: slide-up .75s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0s forwards;
}

.inside-page .wrapper {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 1180px;
	padding-left: 50px;
	padding-right: 30px;
	position: relative;
}

.page-team .inside-page .wrapper,
.page-type-25 .inside-page .wrapper {
	padding-left: 40px;
	padding-right: 40px;
}

.inside-page .left-side {
	//display: none;
}

.inside-page .right-side {
	//float: right;
	width: auto;
}

.inside-page .right-side.full-width {
	float: none;
	width: auto;
}

#breadcrumbs {
	display: none;
	visibility: hidden;
}

.main-content {}

.main-content table {
	margin-bottom: 15px;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Left Navigation/Sub Navigation on inside pages ----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* no left nav on this design */
.left-nav {
	animation: fade-in 0.75s ease 1.0s forwards;
	-webkit-animation: fade-in 0.75s ease 1.0s forwards;
	opacity: 0;
}

@keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes fade-in {
  0% { transform: opacity: 0; }
  100% { transform: opacity: 1; }
}

.left-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.left-nav ul li {
	background: url(/images/icons/sub-nav-divider.png) 100% 50% no-repeat;
	display: inline-block;
	margin: 0;
	padding: 0 26px 0 22px;
}

.left-nav ul li.last,
.left-nav ul li:last-child {
	background: transparent none;
}

.left-nav ul li a {
	color: #ffffff;
	display: block;
	font-family: 'Heebo', sans-serif;
	font-size: 13px;
	font-weight: 500;
	height: 40px;
	letter-spacing: 2.5px;
	line-height: 40px;
	padding: 0 18px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .10s linear;
	-webkit-transition: all .10s linear;
}

.left-nav ul li a:hover,
.left-nav ul li.selected > a {
	background-color: #f06723;
	color: #ffffff;
	transition: all .10s linear;
	-webkit-transition: all .10s linear;
}

/* second+ level */
.left-nav ul ul {
	display: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Main Content Side Bar ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.main-content.has-side-boxes {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	padding-right: 100px;
	width: 69%;
}

.side-boxes {
	float: right;
	margin: 0;
	padding: 0;
	width: 30%;
}

.side-boxes .side-box {
	background: none;
	border: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #454545;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 40px;
	padding: 0;
	position: relative;
}

.side-boxes .side-box img {}


.side-boxes .side-box h3 {
	background: transparent;
	border-bottom: 0;
	color: #454545;
	font-family: 'Heebo', sans-serif;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 32px;
	margin: 0 0 15px;
	padding: 0;
	text-align: left;
}

.side-boxes .side-box p {
	color: #454545;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 20px 0;
}

.side-boxes .side-box strong {
	font-weight: 500;
}

.side-boxes .side-box a {}

.side-boxes .side-box .button {
	//min-width: 68%;
}

.side-boxes .side-box iframe,
.side-boxes .side-box img {
	max-width: 100%;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Footer ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */

/********** upper footer *****************/
.footer-upper {
	background: url(/images/template/footer-bg.jpg) 50% 50% repeat;
	background-size: cover;
	margin: 0;
	max-width: none;
	padding: 70px 0 116px;
	text-align: center;
}

.footer-upper .wrapper {
	max-width: 1180px;
}

.footer-upper h2 {
	color: #ffffff;
	font-size: 38px;
	line-height: 40px;
	margin-bottom: 45px;
}

.footer-form-wrap .submission-form-wrap.has-driving-directions {
	float: none;
	width: auto;
}

.footer-form-wrap .form-section,
.footer-form-wrap form .field-wrap,
.footer-form-wrap form .submit-wrap {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.footer-form-wrap form .field-wrap {
	margin: 0 15px;
}

.footer-form-wrap form .field-wrap input,
.footer-form-wrap form .field-wrap input.normal,
.footer-form-wrap form .field-wrap textarea,
.footer-form-wrap form .field-wrap textarea.normal {
	background: none;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #ffffff;
	display: block;
	height: 42px;
	min-width: 1px;
	outline: none;
	width: 270px;
}

.footer-form-wrap form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: white;
}
.footer-form-wrap form ::-moz-placeholder { /* Firefox 19+ */
	color: white;
}
.footer-form-wrap form :-ms-input-placeholder { /* IE 10+ */
	color: white;
}
.footer-form-wrap form :-moz-placeholder { /* Firefox 18- */
	color: white;
}

.footer-form-wrap form .field-wrap textarea,
.footer-form-wrap form .field-wrap textarea.normal {
	min-height: 40px;
	padding-top: 11px;
	width: 300px;
}

@media screen and (max-width: 1140px) {
	.footer-form-wrap form .field-wrap {
		margin: 0 5px;
	}

	.footer-form-wrap form .field-wrap input,
	.footer-form-wrap form .field-wrap input.normal {
		width: 200px;
	}
	
	.footer-form-wrap form .field-wrap textarea,
	.footer-form-wrap form .field-wrap textarea.normal {
		width: 230px;
	}
}

@media screen and (max-width: 850px) {
	.footer-form-wrap form .form-section {
		display: block;
	}
	
	.footer-form-wrap form .field-wrap,
	.footer-form-wrap form .submit-wrap {
		display: block;
		margin-bottom: 10px;
	}

	.footer-form-wrap form .field-wrap input,
	.footer-form-wrap form .field-wrap input.normal,
	.footer-form-wrap form .field-wrap textarea,
	.footer-form-wrap form .field-wrap textarea.normal,
	.footer-form-wrap .submit-wrap .button { 
		margin: 0 auto;
		width: 250px;
	}
}

.footer-form-wrap form .field-wrap label { display: none; }

.footer-form-wrap .form-section { margin: 0; }

.footer-form-wrap .captcha-wrap { display: none; }

.footer-form-wrap .submit-wrap .button {
	background: #1c3f70;
	color: #ffffff;
}

.footer-form-wrap .submit-wrap .button:hover {
	background: #0b264c;
}

.modal-form-overlay .sosimple-overlay-close {
	display: none;
}

.overlay-form-wrap {
	padding: 30px 100px;
	text-align: center;
}

.overlay-form-wrap h2 {

}

.overlay-form-wrap .submission-form-wrap.has-driving-directions {
	float: none;
	width: auto;
}

.overlay-form-wrap .captcha-wrap {
	margin: 40px 0;
}

.overlay-form-wrap input[type=text],
.overlay-form-wrap textarea,
.overlay-form-wrap form .field-wrap label {
	display: none;
}

.overlay-form-wrap .recaptcha_widget div {
	margin: 0 auto;
}

@media screen and (max-width: 630px) {
	.overlay-form-wrap {
		padding: 30px 0;
	}
	
	.sosimple-overlay {
		width: auto !important;
		margin: auto !important;
		left: 10px;
		right: 10px;
	}
	
	.overlay-form-wrap .recaptcha_widget iframe, 
	.overlay-form-wrap #rc-imageselect, 
	.overlay-form-wrap .g-recaptcha {
		transform: none;
		-webkit-transform: none;	
	}
}


/********** footer *****************/
.footer {
	background-color: #f9f9f9;
	color: #343434;
	font-size: 16px;
	line-height: 44px;
	padding: 50px 0 50px;
}

.footer,
.footer p {
	color: #343434;
	font-size: 16px;
	line-height: 44px;
}

.footer-box.left {
	float: left;
}

.footer-box.right {
	float: right;
}

.footer-box.right .button-wrap {
	border-left: 1px solid #757575;
	display: inline-block;
	font-size: 44px;
	padding-left: 30px;
	line-height: 44px;
	margin-left: 15px;
}

.footer-box.right .button {}

.footer p {
	margin: 0;
}

.footer .copyright {
	margin-top: 40px;
	text-align: left;
}

.footer .copyright,
.footer .copyright p {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 17px;
}

.footer .powered-by {
	border-left: 1px solid #757575;
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
}

.footer .powered-by img {
	vertical-align: middle;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Buttons --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.button,
.small-action-button {
	background: transparent;
	border: 2px solid #1a3d6d;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #1a3d6d;
	cursor: pointer;
	display: inline-block;
	font-family: 'Heebo', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 15px;
	height: auto;
	letter-spacing: 2.5px;
	max-width: 100%;
	padding: 12px 24px;
	text-transform: uppercase;
	text-align: center;
	transition: color .15s linear, background .15s linear;
	-webkit-transition: color .15s linear, background .15s linear;
}

.button:hover {
	background: #1a3d6d url(/images/template/button-bg.jpg) 0 0 no-repeat;
	background-size: cover;
	color: #ffffff;
	opacity: 1;
	transition: color .15s linear, background .15s linear;
	-webkit-transition: color .15s linear, background .15s linear;
}

.small-action-button {
	font-size: 12px;
	font-weight: 700;
	min-width: 0;
	padding: 6px 15px;
	white-space: nowrap;
}

.small-action-button:hover {
	background: #1a3d6d url(/images/template/button-bg.jpg) 0 0 no-repeat;
	background-size: cover;
	border: 0;
	color: #ffffff;
	opacity: 1;
	padding: 9px 18px;
	transition: color .15s linear, background .15s linear;
	-webkit-transition: color .15s linear, background .15s linear;
}

.list-item .button {
	font-size: 12px;
	font-weight: 400;
	min-width: 0;
	padding: 6px 15px;
}

.list-item .button:hover {
	border: 2px solid #1a3d6d;
}

.list-items li .read-more-wrap {
	width: auto;
	text-align: right;
}

.list-items li .read-more-wrap a {
	font-size: 12px;
	font-weight: 400;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Homepage -------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */

/***** box 1 *********************************************************************/
.homepage {}

.homepage .box-1 {
	position: relative;
	z-index: 99;
}

.homepage .box-1 .arrow-wrap {
	display: none;
}

.homepage .box-1 .arrow-wrap .prev-arrow,
.homepage .box-1 .arrow-wrap .next-arrow {
	background: url(/images/icons/shadow-arrow-left.png) 50% 50% no-repeat;
	height: 31px;
	left: 20px;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	transform: scale(0.75);
	margin-top: -15.5px;
	transition: transform 0.5s cubic-bezier(0, 0.6, 0.08, 1);
	-webkit-transition: transform 0.5s cubic-bezier(0, 0.6, 0.08, 1);
	width: 21px;
	z-index: 99;
}

.homepage .box-1 .arrow-wrap .next-arrow {
	background-image: url(/images/icons/shadow-arrow-right.png);
	left: auto;
	right: 20px;
}

.homepage .box-1 .arrow-wrap .prev-arrow:hover,
.homepage .box-1 .arrow-wrap .next-arrow:hover {
	transform: scale(1);
}

.homepage .box-1,
.homepage .box-1 .marquee-stage,
.homepage .box-1 .marquee-stage .slide {
	//background-attachment: fixed;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	background-size: cover;
	height: 670px;
	overflow: hidden;
	width: 100%;
}

.homepage .box-1 .marquee-stage .slide .image {
	display: none;
}

.homepage .box-1 .marquee-stage .slide > .wrapper {
	background: transparent none;
	height: 670px;
	margin: 0 auto;
	max-width: 1180px;
	width: 100%;
}

.homepage .box-1 .marquee-stage .slide h2 {
	color: #1a3d6d;
	font-size: 72px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 65px;
	margin: 0 0 6px;
	//text-shadow: 2px 2px 0 rgba(0,0,0,0.25);
	//text-transform: uppercase;
}

.homepage .box-1 .marquee-stage .slide > .wrapper .caption-wrap {
	animation: slide-in-fade-in 1.5s ease 1s forwards;
	-webkit-animation: slide-in-fade-in 1.5s ease 1s forwards;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	float: right;
	opacity: 0;
	overflow: hidden;
	padding: 40px 0 0 80px;
	text-align: left;
	max-width: 50%;
	transform: translateY(-20px);
}

@keyframes slide-in-fade-in {
  0% { transform: translateY(-20px); opacity: 0; }
  100% { transform: translateY(0px); opacity: 1; }
}
@-webkit-keyframes slide-in-fade-in {
  0% { transform: translateY(-20px); opacity: 0; }
  100% { transform: translateY(0px); opacity: 1; }
}

.homepage .box-1 .marquee-stage .slide .caption,
.homepage .box-1 .marquee-stage .slide .caption p {
	color: #282828;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 34px;
	margin: 0;
	//text-shadow: 2px 2px 0 rgba(0,0,0,0.25);
	//text-transform: uppercase;
}

.homepage .box-1 .marquee-stage .slide .button {
	animation: homepage-button-anim 2s ease 2s forwards;
	-webkit-animation: homepage-button-anim 2s ease 2s forwards;
	margin-top: 15px;
	background-color: transparent;
	border: 3px solid rgba(26,61,109,0);
	border-radius: 0;
	-webkit-border-radius: 0;
	text-shadow: none;
	transition: border-color .15s linear, transform .15s ease;
	-webkit-transition: border-color .15s linear, transform .15s ease;
}

@keyframes homepage-button-anim {
  0% { border-color: rgba(26,61,109,0); }
  100% { border-color: rgba(26,61,109,1); }
}
@-webkit-keyframes homepage-button-anim {
  0% { border-color: rgba(26,61,109,0); }
  100% { border-color: rgba(26,61,109,1); }
}

.homepage .box-1 .marquee-stage .slide .button:hover {
	border: 0;
	transform: scale(1.05);
}

.homepage .box-1 ul.marquee-stage-navigation-wrap {
	bottom: 262px;
	box-sizing: border-box;
	display: block;
	height: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 100%;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 200;
}

.homepage .box-1 ul.marquee-stage-navigation-wrap li {
	display: inline-block;
	list-style: none;
	margin: 0 3px;
	padding: 0;
}

.homepage .box-1 ul.marquee-stage-navigation-wrap li a {
	background: #ffffff none;
	border-radius: 50%;
	display: block;
	font-size: 0;
	height: 10px;
	margin: 0;
	opacity: .4;
	filter: alpha(opacity=40);
	padding: 0;
	width: 10px;
}

.homepage .box-1 ul.marquee-stage-navigation-wrap li a:hover,
.homepage .box-1 ul.marquee-stage-navigation-wrap li.activeSlide a {
	background: #ffffff none;
	opacity: 1;
	filter: alpha(opacity=100);
}

.homepage .box-1 ul.marquee-stage-navigation-wrap li a span {
	display: none;
}


/***** box 2 *********************************************************************/
.homepage-bottom-boxes {
	background: #ffffff;
	margin: -220px auto 0;
	max-width: 1080px;
	padding: 40px;
	position: relative;
	z-index: 100;
}

@keyframes slide-up {
  0% { transform: translateY(80px); }
  100% { transform: translateY(0px); }
}
@-webkit-keyframes slide-up {
  0% { transform: translateY(80px); }
  100% { transform: translateY(0px); }
}

.homepage .box-2 {
	position: relative;
	padding: 0 0 100px;
}

.homepage .box-2 h2 {
	color: #454545;
	font-size: 38px;
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 40px;
	margin: 0 0 15px;
	padding: 0;
	text-align: center;
}

.homepage .box-2,
.homepage .box-2 p {
	color: #454545;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 30px;
	text-align: center;
}

.homepage .box-2 p {
	margin-bottom: 12px;
}

.homepage .box-2 .responsive-grid-layout-row.three-column {
	margin: 40px auto 10px;
	max-width: 800px;
}

.homepage .box-2 .col,
.homepage .box-2 .col p,
.homepage .box-2 .col a {
	color: #454545;
	font-family: 'Heebo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .5px;
	line-height: 20px;
}

.homepage .box-2 .col > p {
	margin: 0;
}

.homepage .box-2 .col > p:hover {
	//background: url(/images/template/homepage-buckets-bg.jpg) 50% 50% no-repeat;
	//background-size: cover;
}

.homepage .box-2 .responsive-grid-layout-row.three-column > .col {
	animation: white-box-come-in 1s ease 0s forwards;
	-webkit-animation: white-box-come-in 1s ease 0s forwards;
	border-right: 1px solid #acacac;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	opacity: 0;
	padding: 0 3%;
	transform: scale(.5);
	width: 33.333333333333333333333333%
}

.homepage .box-2 .responsive-grid-layout-row.three-column > .col.first {
	margin-right: 0;
}

.homepage .box-2 .responsive-grid-layout-row.three-column > .col.last {
	border-right: 0;
}

@keyframes white-box-come-in {
  0% { opacity: 0; transform: scale(0.5); }
  100% { opacity: 1; transform: scale(1); }
}
@-webkit-keyframes white-box-come-in {
  0% { opacity: 0; transform: scale(0.5); }
  100% { opacity: 1; transform: scale(1); }
}

.homepage .box-2 .col a {
	background: url(/images/icons/contingency.png) 50% 43px no-repeat;
	background-size: 76px 50px;
	display: block;
	padding: 113px 0 30px 0;
	transition: all 0.2s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.homepage .box-2 .col a:hover {
	background: url(/images/icons/contingency-white.png) 50% 43px no-repeat;
	background-size: 76px 50px;
	color: #ffffff;
}

.homepage .box-2 .col.first a {
	background: url(/images/icons/executive-search.png) 50% 33px no-repeat;
	background-size: 55px 60px;
}
.homepage .box-2 .col.first a:hover {
	background: url(/images/icons/executive-search-white.png) 50% 33px no-repeat;
	background-size: 55px 60px;
}

.homepage .box-2 .col.last a {
	background: url(/images/icons/rpo.png) 50% 33px no-repeat;
	background-size: 60px 60px;
}
.homepage .box-2 .col.last a:hover {
	background: url(/images/icons/rpo-white.png) 50% 33px no-repeat;
	background-size: 60px 60px;
}

/* Background Sweep To Right on Hover*/
.homepage .box-2 .col a {
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.homepage .box-2 .col a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 3%;
	right: 3%;
	bottom: 0;
	background: url(/images/template/homepage-buckets-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
	opacity: 0;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.homepage .box-2 .col a:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


/************** box 3 *********************************************/
.homepage .box-3 {
	text-align: center;
	margin: 0 auto;
	max-width: 800px;
	padding: 0 0 100px;
}

.homepage .box-3 h2 {
	color: #454545;
	font-size: 38px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 40px;
	margin: 0 0 40px 0;
	text-align: center;
}

.video-slide-gallery {
	max-width: 100%;
}

.video-slide {
	text-align: center;
	width: 100%;
}

.video-slide iframe {
	max-width: 100%;
}

.video-gallery-pager {
	list-style: none;
	line-height: 10px;
	margin: 30px 0 0 0;
	padding: 0;
	position: relative;
	text-align: center;
	z-index: 9;
}

.video-gallery-pager li {
	display: inline-block;
	list-style: none;
	margin: 0 5px;
	padding: 0;
}

.video-gallery-pager li a {
	background-color: #bac4d3;
	border-radius: 50%;
	display: block;
	float: left;
	height: 10px;
	width: 10px;
}

.video-gallery-pager li a:hover,
.video-gallery-pager li.activeSlide a {
	background-color: #1a3d6d;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Contact Form ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
input, select, textarea {
	border: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	box-shadow: none;
	-webkit-box-shadow: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 100%;
	padding: 7px;
}

form .field-wrap {
	margin-bottom: 20px;
}

form .field-wrap input,
form .field-wrap select,
form .field-wrap textarea {
	background: #ffffff;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #cecece;
	padding: 5px;
}

form .field-wrap input.small,
form .field-wrap select.small,
form .field-wrap textarea.small {
	min-width: 140px;
}

form .field-wrap input.normal,
form .field-wrap select.normal,
form .field-wrap textarea.normal {
	min-width: 360px;
}

form .field-wrap input.large,
form .field-wrap select.large,
form .field-wrap textarea.large {
	min-width: 780px;
}

form .field-wrap label {
	line-height: 22px;
	margin-bottom: 2px;
}

.good-alert.fixed, .bad-alert.fixed {
	z-index: 1000;
}

.print-button {
	margin-bottom: 15px;
	margin-top: 35px;
}

.print-button.bottom {
	margin-top: 0;
}

.driving-directions-wrap h5,
.driving-directions-wrap h6 {
	margin: 0;
}

/**** google maps **************/
.gm-style img {
	max-width: none !important;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Preloader ------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
#preloader-wrap {
	background: #000000;
	opacity: .5;
	filter: alpha(opacity=50);
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 9999;
	display: none;
}

.preloader {
	border-radius:100%;
	position: absolute;
	left: 50%; 
	top: 50%;
	margin: -10px 0 0 -10px;
	opacity: 0.5;
	filter: alpha(opacity=10);
	height:20px;
	width:20px;
	-webkit-animation:loader infinite 4s;
	  animation:loader infinite 4s;
	box-shadow:15px 15px #000000,
	-15px 15px #000000,
	-15px -15px #000000,
	15px -15px #000000;
	index:9999;
}


@-webkit-keyframes loader {
  0%,100% {
      box-shadow:15px 15px #000000,
        -15px 15px #000000,
        -15px -15px #000000,
        15px -15px #000000;
  }
  25% {
      box-shadow:-15px 15px #000000,
        -15px -15px #000000,
        15px -15px #000000,
        15px 15px #000000;
  }
  50% {
      box-shadow:-15px -15px #000000,
        15px -15px #000000,
        15px 15px #000000,
        -15px 15px #000000;
  }
  75% {
      box-shadow:15px -15px #000000,
        15px 15px #000000,
        -15px 15px #000000,
        -15px -15px #000000;
  }
}

@keyframes loader {
  0%,100% {
      box-shadow:15px 15px #000000,
        -15px 15px #000000,
        -15px -15px #000000,
        15px -15px #000000;
  }
  25% {
      box-shadow:-15px 15px #000000,
        -15px -15px #000000,
        15px -15px #000000,
        15px 15px #000000;
  }
  50% {
      box-shadow:-15px -15px #000000,
        15px -15px #000000,
        15px 15px #000000,
        -15px 15px #000000;
  }
  75% {
      box-shadow:15px -15px #000000,
        15px 15px #000000,
        -15px 15px #000000,
        -15px -15px #000000;
  }
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Spinner --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
#homepage-spinner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	line-height: 730px;
	right: 0;
	background: #ffffff;
	z-index: 20;
}

.spinner {
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	opacity: .5;
	position: absolute;
	z-index: 99;
	left: 50%;
	margin: 0 0 0 -25px;
}

.spinner > div {
	background-color: #000000;
	height: 100%;
	width: 6px;
	display: inline-block;
	margin: 0 2px;

	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Pager ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.pager:hover, .pager-prev:hover, .pager-next:hover, .pager.on {
	background: #f06723;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* News ------------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.list-items li .content {
	max-width: 100%;
}

.rss-link-wrap {
	display: none;
	visibility: hidden;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Photo Gallery --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.embedded-gallery .stage {
	border: 0;
}

.embedded-gallery .prev-arrow,
.embedded-gallery .next-arrow {
	background: url(/images/icons/photo-gallery-arrow-left.png) 0 0 no-repeat;
	height: 50px;
	left: 0;
	margin: -25px 0 0 0;
	opacity: 1;
	filter: alpha(opacity=100);
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 500;
}

.embedded-gallery .prev-arrow:hover,
.embedded-gallery .next-arrow:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.embedded-gallery .next-arrow {
	background: url(/images/icons/photo-gallery-arrow-right.png) 0 0 no-repeat;
	left: auto;
	right: 0;
}

.embedded-gallery-nav-wrapper {
	display: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Search Page ----------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.search-page-form-wrap .text-search-wrap {
    border-radius: 0;
    -webkit-border-radius: 0;
}

.search-page-form-wrap .text-search-wrap .text-search {
	height: 30px;
	line-height: 30px;
}

.search-page-form-wrap .text-search-wrap .submit {
	background: #1a3d6d none;
	line-height: normal;
}

.search-page-form-wrap .text-search-wrap .submit:hover {
	background-color: #f06723;
	opacity: 1;
	filter: alpha(opacity=100);
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Custom Template Styles ------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.row.bordered-box {
	background-color: #f3f3f3;
	border-left: 1px solid #f06723;
	color: #4e4e4e;
	display: block;
	font-family: 'Heebo', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .5px;
	line-height: 32px;
	padding: 30px 30px 30px 50px;
}

.inside-page .row.bordered-box .wrapper {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.inside-page .row.bordered-box ul li {
	margin: 0 0 14px;
	padding: 0;
}

.inside-page .row.bordered-box p {
	margin-bottom: 14px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Blog Page ------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.blog-left-column {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 100px;
	width: 69%;
}

.blog-right-column {
	width: 30%;
}

.blog-right-column h3 {
	font-size: 24px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Toggle More ----------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.toggle-more-link a {
	background: url(/images/icons/toggle-plus.png) 0% 45% no-repeat;
	font-weight: 500;
	padding-left: 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.toggle-more-link a:hover {
	text-decoration: underline;
}

.toggle-more-link.selected a {
	background-image: url(/images/icons/toggle-minus.png);
}

.toggle-more-content {
	display: none;
	margin-bottom: 10px;
	padding: 10px 0;
}

input.datepicker {
	background-position: 95% 48% !important;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Link Image Grid ------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.page-type-25 .intro-text {
	margin-bottom: 42px;
}

.image-grid-link-items {
	height: auto !important;
}

.image-grid-link-items .element-item {
	left: auto !important;
	position: relative !important;
	top: auto !important;
	-webkit-transform: none !important;
	transform: none !important;
}

.image-grid-link-items li,
.image-grid-link-items .element-item,
.image-grid-link-items .grid-sizer {
	margin-bottom: 35px;
	width: 30%;
}

.image-grid-link-items .element-item:nth-child(3n+4) {
	margin-left: 5%;
	margin-right: 5%;
}

.image-grid-link-items .element-item:nth-child(3n+6) {
	clear: left;
}

.image-grid-link-items .list-item.image-link-grid-item .image-wrap {
	background: transparent;
}

.image-grid-link-items .list-item.image-link-grid-item .image-wrap img {
	width: 100%;
}

.image-grid-link-items .list-item.image-link-grid-item .title-link-wrap {
	background: transparent;
}

.image-grid-link-items .list-item.image-link-grid-item .title {
	color: #1d1d1d;
	font-size: 20px;
	font-weight: 500;
	height: auto;
	line-height: 21px;
	padding: 7px 0 0 0;
}

.image-grid-link-items a.list-item.image-link-grid-item .title {
	color: #1a3d6d;
	text-align: left;
	width: auto;
}

.image-grid-link-items a.list-item.image-link-grid-item:hover .title {
	color: #1d1d1d;
}

.image-grid-link-items a.list-item.image-link-grid-item .link.button {
	display: none;
}

.image-grid-link-items .list-item.image-link-grid-item:hover .content-wrap,
.image-grid-link-items .list-item.image-link-grid-item:hover .content-wrap p {
	color: #1d1d1d;
}

.image-grid-link-items .list-item.image-link-grid-item .content-wrap p {
	line-height: 22px;
	margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Job Board ------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.job-board-items .list-item .job_id {
	background: #f06723;
	font-weight: bold;
	transition: background 0.10s linear;
	-webkit-transition: background 0.10s linear;
}

.job-board-items .list-item a:hover .job_id {
	background: #1a3d6d;
}

.job-board-items .list-item .title {
	color: #f06723;
	font-size: 20px;
	transition: color 0.10s linear;
	-webkit-transition: color 0.10s linear;
}

.job-board-items .list-item a:hover .title {
	color: #1a3d6d;
}


.job-board-items .info {
	line-height: 140%;
	font-size: 15px;
}

.job-board-filter-wrap .filter-wrap select,
.job-board-filter-wrap .filter-wrap input[type=text] {
	background: none;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.job-board-filter-wrap .filter-wrap input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: white;
}
.job-board-filter-wrap .filter-wrap input[type=text]::-moz-placeholder { /* Firefox 19+ */
	color: white;
}
.job-board-filter-wrap .filter-wrap input[type=text]:-ms-input-placeholder { /* IE 10+ */
	color: white;
}
.job-board-filter-wrap .filter-wrap input[type=text]:-moz-placeholder { /* Firefox 18- */
	color: white;
}

.job-board-filter-wrap .filter-wrap select option {
	color: #000000;
}

.job-board-filter-wrap .filter-wrap.text-search-wrap .text-search {
	width: 77%;
}

.job-board-filter-wrap .filter-wrap.text-search-wrap .button {
	background: #f06723 url(/images/icons/search-icon.svg) 50% 50% no-repeat;
	border: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background-size: 40% auto;
	text-indent: -9999px;
}

.job-board-filter-wrap .filter-wrap.text-search-wrap .button:hover {
	background-color: #b44710;
}

.job-count-wrap {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: right;
}

.job-board-items .list-item a, 
.job-board-items .list-item.has-job-id a {
	padding-right: 120px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Side Box Video Overlay ------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.video-overlay.sosimple-overlay {
	padding: 0;	
}

.video-overlay.sosimple-overlay iframe {
	display: block;
}

.video-overlay.sosimple-overlay .sosimple-overlay-close {
	background-image: url(/images/icons/white-x-close.png);
	right: -35px;
	top: 0;
}

.video-overlay.sosimple-overlay .sosimple-overlay-close:hover {
	opacity: .7;
}

@media screen and (max-width: 645px) {
	.video-overlay.sosimple-overlay .sosimple-overlay-close {
		right: 0;
		top: -35px;
	}
}