/*
	font-family: 'Heebo', sans-serif;
	font-family: 'Open Sans', sans-serif;
*/

body {
	background: #ffffff;
	color: #363636;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 139%;
	margin: 0;
	padding: 109px 0 30px 0;
}

form, input, textarea, select, button {
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #c41230;
	font-family: 'Heebo', sans-serif;
	font-weight: 700;
	line-height: 100%;
	margin: 0 0 18px 0;
	padding: 0;
}

h1 {
	font-size: 45px;
	font-weight: 900;
	letter-spacing: 2px;
	margin: 0 0 25px;
	text-transform: uppercase;
}

h2 {
	color: #363636;
	font-size: 24px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h2.title {
	font-size: 20px;
	margin-bottom: 8px;
}

.page-home h2 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2px;
}

h3 {
	color: #363636;
	font-size: 24px;
	letter-spacing: 1px;
}

h3.author {
	font-size: 18px;
}

h4 {
	color: #363636;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 119%;
	text-transform: uppercase;
}

h5 {
	font-size: 18px;
	font-weight: 500;
}

h6 {
	font-size: 17px;
	font-weight: 500;
}

a {
	color: #c41230;
	outline: none;
	text-decoration: none;
}

a:hover { 
	color: #210000;
	text-decoration: none;
	transition: all .10s linear;
	-webkit-transition: all .10s linear;
	-moz-transition: all .10s linear;
	-o-transition: all .10s linear;
}

a img { border: 0; }

p {
	line-height: 139%;
	margin: 0 0 12px 0;
	padding: 0;
}

.hr {
	border-bottom: 1px solid #c41230;
	margin: 5px 0 15px;
}

.hr hr {
	display: none;
}

.wrapper {
	margin: 0 auto;
	max-width: 1240px;
}

.page-banner {
	display: none;
}

.page-banner img {
	width: 100%;
}

big {
	font-size: 24px;
	line-height: 167%;
}

cite {
	background-color: #f2f2f3;
	border-left: 6px solid #c41230;
	display: inline-block;
	font-style: italic;
	font-size: 18px;
	font-weight: 500;
	padding: 0 0 0 15px;
}

.inside-page table {
	margin: 0 0 15px 0;
}

table td {
	vertical-align: top;
}

.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 > div, 
.footer,
.left-side,
.heading-wrap,
.fade-in {
	opacity: 0;
	filter: alpha(opacity=0);
}

.page-home .footer {
	display: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Header ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.header {
	background-color: #ffffff;
	border-left: 30px solid #ffffff;
	border-right: 30px solid #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 109px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 510;
}

.page-home .header {
	height: 0;
}

.page-home .header .inner {
	opacity: 0;
}

.header .wrapper {
	overflow: hidden;
	position: relative;
	max-width: none;
}

.header .logo {
	float: left;
	line-height: 0;
	margin: 16px 0 18px 23px;
}

.header .logo img {
	max-width: 100%;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Primary Navigation --------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.primary-navigation-wrap a,
.primary-navigation-wrap a:hover {
	display: block;
	text-decoration: none;
}

.primary-navigation-wrap > ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 30px 0;
}

.primary-navigation-wrap > ul > li {
	float: left;
	margin: 5px 0 5px 14px;
	position: relative;
}

.primary-navigation-wrap > ul > li:first-child,
.primary-navigation-wrap > ul > li.first {
	margin-left: 0;
}

.primary-navigation-wrap > ul > li:last-child,
.primary-navigation-wrap > ul > li.last {
	border-left: 1px solid #210000;
	margin-left: 18px;
	margin-right: 16px;
	padding-left: 18px;
}

.primary-navigation-wrap > ul > li > a {
	color: #210000;
	display: block;
	font-family: 'Heebo', sans-serif;
	font-size: 13px;
	font-weight: 500;
	height: 39px;
	letter-spacing: 2px;
	line-height: 39px;
	padding: 0 14px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	z-index: 21;
}

.primary-navigation-wrap > ul > li:hover > a,
.primary-navigation-wrap > ul > li.selected > a {
	background-color: #210000;
	color: #ffffff;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

/* drop level 1 */
.primary-navigation-wrap ul ul {
	display: none;
}

.mobile-nav #menu-toggle {
	display: none;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Inside Page ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.heading-wrap {
	background-position: 50% 50%;
	background-size: cover;
	border-left: 30px solid #ffffff;
	border-right: 30px solid #ffffff;
	height: 275px;
	overflow: hidden;
	position: relative;
}

.heading-wrap.with-left-nav {
	margin-top: 51px;
}

.heading-wrap .wrapper {
	max-width: none;
}

.heading-wrap img {
	display: none;
}

.middle-content {
	background-color: #ffffff;
}

.inside-page {
	min-height: 400px;
	padding: 68px 0 42px;
	position: relative;
}

.inside-page .right-side.full-width {
	float: none;
	width: auto;
	padding: 0;
}

#breadcrumbs {
	display: none;
	visibility: hidden;
}

.main-content table {
	margin-bottom: 15px;
}

.main-content ul {
	list-style-image: url(/images/icons/red-dot.png);
	padding-left: 50px;
}

.main-content ul ul {
	list-style-image: url(/images/icons/black-dot.png);
	padding-left: 35px;
	margin-bottom: 22px;
	margin-top: 12px;
}

.main-content ul.list-items,
.main-content ul.embedded-gallery-nav {
	list-style-image: none;
	padding-left: 0;
}

.main-content ul li {
	font-size: 17px;
	letter-spacing: 0;
	line-height: 118%;
	margin-bottom: 12px;
}

.redbox {
	background-color: #c41230;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	margin: 0 0 25px -25px;
	padding: 30px 25px 18px;
	width: 100%;
}

.redbox,
.redbox p {
	color: #ffffff;
}

.greybox {
	background-color: #f2f2f3;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	margin: 0 0 25px -25px;
	padding: 30px 25px 18px;
	width: 100%;
}

.history-footer-box .greybox {
	margin-top: 25px;
	margin-left: 0;
	padding: 36px 80px;
}

.history-footer-box .greybox small {
	font-family: 'Heebo', sans-serif;
}

.history-footer-box .greybox,
.history-footer-box .greybox p {
	line-height: 183%;
}

.heart {
	line-height: normal;
	margin: 30px 0 8px;
	position: relative;
	text-align: center;
}

.heart:before,
.heart:after {
	animation: caption-line-anim 2s ease .25s forwards;
	-webkit-animation: caption-line-anim 2s ease .25s forwards;
	background: #c41230;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 0;
	vertical-align: middle;
}

.heart:after {
	left: auto;
	right: 0;
}

.heart img {
	animation: bee-fade-in 1s ease 1s forwards;
	-webkit-animation: bee-fade-in 1s ease 1s forwards;
	opacity: 0;
	vertical-align: middle;
}

@keyframes caption-line-anim {
  0% { width: 0px; }
  100% { width: 47%; }
}
@-webkit-keyframes caption-line-anim {
  0% { width: 0px; }
  100% { width: 47%; }
}

@keyframes bee-fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes bee-fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.bottom-line {
	height: 1px;
	margin: 5px 0 15px;
	position: relative;
	text-align: center;
}

.bottom-line:before,
.bottom-line:after {
	animation: caption-line-bottom-anim 2s ease .25s forwards;
	-webkit-animation: caption-line-bottom-anim 2s ease .25s forwards;
	background: #c41230;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 0;
	vertical-align: middle;
}

.bottom-line:after {
	left: auto;
	right: 0;
}

@keyframes caption-line-bottom-anim {
  0% { width: 0px; }
  100% { width: 50%; }
}
@-webkit-keyframes caption-line-bottom-anim {
  0% { width: 0px; }
  100% { width: 50%; }
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Left Navigation/Sub Navigation in header ----------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.left-side {
	background: #f6f6f6 url(/images/template/bg-sub-nav.png) 0 0 repeat-x;
	border-left: 30px solid #ffffff;
	border-right: 30px solid #ffffff;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 0;
	top: 109px;
	z-index: 500;
}

/* first level */
.left-nav > ul {
	background: transparent;
	border-top: 0;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.left-nav > ul > li {
	background: url(/images/template/sub-nav-divider.png) 0 50% no-repeat;
	border: 0;
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0 0 0 4px;
	position: relative;
}

.left-nav > ul > li:first-child,
.left-nav > ul > li.first {
	background: transparent none;
}

.left-nav ul li a {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #363636;
	display: block;
	font-family: 'Heebo', sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 30px;
	height: 30px;
	margin: 10px 20px 11px;
	padding: 0 26px;
	text-transform: uppercase;
	text-decoration: none;
}

.left-nav > ul > li > a:hover,
.left-nav > ul > li.selected > a {
	background-color: #c41230;
	border-radius: 3px;
	color: #ffffff;
}

/* second level */
.left-nav ul li ul {
	display: none;
}

@media screen and (max-width: 1300px) {
	.left-nav > ul {
		display: flex;
	}
	
	.left-nav > ul > li {
		flex: 1;
	}
	
	.left-nav ul li a {
		font-size: 11px;
		letter-spacing: 1px;
		padding: 0;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Main Content Side Bar ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.right-side.with-side-boxes h1,
.main-content.has-side-boxes {
	float: right;
	width: 67%;
}

.side-boxes {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	margin: -70px 0 0;
	padding: 0 0 0 3%;
	width: 29%;
}

.side-boxes .side-box {
	background: none;
	border-top: 1px solid #c41230;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 15px;
	padding: 15px 0 0 0;
}

.side-boxes .side-box img {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	width: 100% !important;
	height: auto !important;
}

.side-boxes .side-box h3.side-box-heading {
	display: none;
}

.side-boxes .side-box p {
	margin: 0 0 10px;
}

.side-boxes .side-box .button {
	max-width: 100%;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Footer ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.footer {
	background-color: #c41230;
	border-left: 30px solid #ffffff;
	border-right: 30px solid #ffffff;
	padding: 21px 40px;
}

.footer .wrapper {
	max-width: none;
}

.footer,
.footer p {
	color: #ffffff;
	font-family: 'Heebo', sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
}

.footer p {
	margin: 0;
}

.footer a {
	color: #fff;
}

.copyright,
.copyright p {
	font-size: 14px;
	font-weight: 500;
}

.copyright {
	margin-bottom: 8px;
}

.footer,
.footer p {
	line-height: 154%;
}

.footer .footer-text,
.markets-section .footer .footer-text {
	float: left;
}

.footer .powered-by {
	float: right;
}

.footer .powered-by img {
	display: block;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Buttons --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.button,
.small-action-button {
	background: #c41230;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #eeeeeb;
	cursor: pointer;
	display: inline-block;
	font-family: 'Heebo', sans-serif;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	letter-spacing: 4px;
	line-height: 333%;
	max-width: 100%;
	padding: 0 20px;
	text-transform: uppercase;
	text-align: center;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
}

.small-action-button {
	min-width: 0;
	white-space: nowrap;
}

.button:hover,
.small-action-button:hover {
	background: #a21727;
	color: #eeeeeb;
	opacity: 1;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
}

.form tr td .button {
	padding: 9px 15px;
}

.list-item .button {
	font-size: 12px;
	font-weight: 400;
	min-width: 0;
	padding: 9px 15px;
}

.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 -------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.homepage {
	background: #ffffff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.homepage .box-1 {
	background: #867978;
	position: relative;
}

.homepage .box-1 .arrow-wrap {
	display: none;
}

.homepage .box-1,
.homepage .box-1 .marquee-stage,
.homepage .box-1 .marquee-stage .slide {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.homepage .box-1 .marquee-stage {
	border: 30px solid #ffffff;
}

.homepage .box-1 .marquee-stage .slide {
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
}

.homepage .box-1 .marquee-stage .slide > .wrapper {
	background: rgba(196,18,48,0.8);
	bottom: -100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	left: 0;
	max-width: none;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	transition: opacity 0.5s ease, bottom 0.75s ease;
	-webkit-transition: opacity 0.5s ease, bottom 0.75s ease;
	z-index: 7;
}

.homepage .box-1 .marquee-stage .slide.active > .wrapper {
	opacity: 1;
	bottom: 0;
}

.homepage .box-1 .marquee-stage .slide .caption-wrap {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #ffffff;
	opacity: 0;
	padding: 0 30px;
	text-align: center;
	transition: opacity 1.5s linear;
	-webkit-transition: opacity 1.5s linear;
}

.homepage .box-1 .marquee-stage .slide.active .caption-wrap {
	opacity: 1;
}

.homepage .box-1 .marquee-stage .slide .caption-wrap h2 {
	line-height: 239%;
	margin: 0;
}

.homepage .box-1 .marquee-stage .slide .caption-wrap .caption {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 10px 0 20px;
}

.homepage .box-1 .marquee-stage .slide .caption-wrap .button {
	border: 1px solid #ffffff;
	margin: 10px 0 0;
}

.homepage .box-1 ul.marquee-stage-navigation-wrap {
	bottom: 91px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	height: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 100%;
	padding: 0;
	position: absolute;
	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 6px;
	padding: 0;
}

.homepage .box-1 ul.marquee-stage-navigation-wrap li a {
	background: #ffffff none;
	border-radius: 50%;
	display: block;
	font-size: 0;
	height: 8px;
	margin: 0;
	opacity: .4;
	filter: alpha(opacity=40);
	padding: 0;
	width: 8px;
}

.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;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Contact Form ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
input, select, textarea {
	border: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-radius: 0px;
	box-shadow: none;
	color: #363636;
	font-size: 16px;
	line-height: 175%;
	-webkit-box-shadow: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 100%;
	padding: 0 9px;
}

form .field-wrap input,
form .field-wrap select,
form .field-wrap textarea {
	background: #ffffff;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #bbbbbb;
	padding: 0 9px;
}

form .field-wrap input.small,
form .field-wrap select.small,
form .field-wrap textarea.small {
	min-width: 140px;
	max-width: 100%;
}

form .field-wrap input.normal,
form .field-wrap select.normal,
form .field-wrap textarea.normal {
	min-width: 360px;
	max-width: 100%;
}

form .field-wrap input.large,
form .field-wrap select.large,
form .field-wrap textarea.large {
	min-width: 780px;
	max-width: 100%;
}

.page-contact form .field-wrap input.small,
.page-contact form .field-wrap select.small,
.page-contact form .field-wrap textarea.small,
.page-contact form .field-wrap input.normal,
.page-contact form .field-wrap select.normal,
.page-contact form .field-wrap textarea.normal,
.page-contact form form .field-wrap input.large,
.page-contact form form .field-wrap select.large,
.page-contact form form .field-wrap textarea.large {
	width: 100%;
}

.page-contact .print-button {
	display: none;
}

.page-contact .submission-form-wrap h3 {
	margin-bottom: 0;
}

form .field-wrap {
	margin-bottom: 20px;
}

form .field-wrap label {
	margin-bottom: 2px;
}

form .field-wrap textarea,
form .field-wrap input {
	min-width: 85%;
	max-width: 100%;
}

.form-section {
	margin-bottom: 20px;
}

form .field-wrap.captcha label {
	display: block !important;
}

.good-alert.fixed, .bad-alert.fixed {
	z-index: 1000;
}

::-webkit-input-placeholder {
   color: #bbbbbb;
}

:-moz-placeholder { /* Firefox 18- */
   color: #bbbbbb;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #bbbbbb;  
}

:-ms-input-placeholder {  
   color: #bbbbbb;  
}

.driving-directions-wrap .cms-table {
	border-collapse: collapse;
}

.driving-directions-wrap input {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}

.driving-directions-wrap input.button {
	margin-top: 10px;
	min-width: 0;
	width: auto;
}

.driving-directions-wrap .print-button .small-action-button {
	padding: 0 15px;
	margin: 15px 0;
}

.driving-directions-wrap .print-button.bottom .small-action-button {
	margin-top: -6px;
	float: right;
}

.map-canvas {
	margin-top: -50px;
}

.page-contact .driving-directions-input-fields .submit-wrap {
	margin-bottom: 20px;
}

/**** 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;
	-moz-animation:loader infinite 4s;
	  animation:loader infinite 4s;
	box-shadow:15px 15px #000000,
	-15px 15px #000000,
	-15px -15px #000000,
	15px -15px #000000;
	z-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;
  }
}

@-moz-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 {
	top: 50%;
}

#homepage-spinner > div {
	background-color: #000000;
}

.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: #ffffff;
  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: #a21727;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* News ------------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.list-items li .content {
	max-width: 100%;
}

.rss-link-wrap {
	display: none;
	visibility: hidden;
}

.news-item.list-item {
	border: 0;
	border-left: 1px solid #c4c4c4;
	box-shadow: 0 10px 20px rgba(0,0,0,0.10);
	margin-bottom: 20px;
	padding: 15px 30px 20px;
	position: relative;
}

.news-item h2.title {
	font-family: 'Heebo', sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 24px;
	margin: 0 0 10px;
}

.news-items.list-items li .content {
	float: none;
}

.news-items.list-items li .read-more-wrap {
	float: none;
	line-height: 14px;
	text-align: left;
}

.news-item .read-more-wrap a.small-action-button {
	background-color: transparent;
	border: 0;
	color: #c41230;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	padding: 0;
}

.news-item .read-more-wrap a.small-action-button:hover {
	background: transparent none;
	border: 0;
	color: #bbbdc0;
}

.news-items.list-items li .hr {
	display: none;
}

.news-items .news-item .date-wrap {
	bottom: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: table;
	left: -130px;
	margin: 0;
	padding: 0 20px 0 0;
	position: absolute;
	top: 0;
	width: 130px;
}

.news-items .news-item h3.date {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #858585;
	display: table-cell;
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: middle;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Search Page ----------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.search-page-form-wrap .text-search-wrap {
    border-radius: 0;
    -moz-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: #c41230 none;
	color: #ffffff;
	font-weight: 400;
	line-height: normal;
}

.search-page-form-wrap .text-search-wrap .submit:hover {
	background-color: #a21727;
	color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Blog Page ------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.blog-left-column {
	width: 67%;
}

.blog-right-column {
	width: 32%;
}

.blog-right-column h3 {
	font-size: 23px;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Toggle More ----------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.toggle-more-link {
	background-color: #c41230;
	margin: 0 0 10px 0;
	padding: 0 20px;
	transition: all .30s ease-out;
	-webkit-transition: all .30s ease-out;
	-moz-transition: all .30s ease-out;
	-o-transition: all .30s ease-out;
}

.toggle-more-link a {
	background: url(/images/icons/toggle-plus.png) 100% 50% no-repeat;
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	padding: 7px 0;
	text-decoration: none;
}

.toggle-more-link:hover,
.toggle-more-link.selected {
	background-color: #a21727;
}

.toggle-more-link.selected a {
	background-image: url(/images/icons/toggle-minus.png);
}

.toggle-more-content {
	background-color: #f2f2f3;
	display: none;
	margin: 0 0 10px 0;
	padding: 16px 18px;
}

.toggle-more-content,
.toggle-more-content p {
	color: #363636;
	font-size: 14px;
	line-height: 18px;
}

.toggle-more-content p {
	margin: 0 0 10px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Markets Section Styles ------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.markets-section h1 {
	text-align: center;
}

.markets-section .title-image {
	padding-right: 16px;
}

.markets-section .intro-text {
	margin: 0 auto;
	max-width: 893px;
}

.markets-section .intro-text,
.markets-section .intro-text p {
	font-size: 18px;
	line-height: 156%;
}

.markets-section .footer-text {
	float: none;
	margin: 0 auto;
	max-width: 1100px;
}

.markets-section .footer-text .button {
	padding-left: 45px;
	padding-right: 45px;
}

.markets-section.page-type-4 h1 {
	display: none;
}

.markets-section.page-type-4 .photo-gallery-wrapper h1 {
	display: block;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Link Image Grid (Default Styles) -------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.image-grid-link-items {
	height: auto !important;
	margin: 0 3.5%;
}

.image-grid-link-items .element-item,
.image-grid-link-items .grid-sizer,
.image-grid-link-items li {
	margin: 0 2% 25px;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	width: 29%;
-webkit-transform: none !important;
transform: none !important;
-webkit-transition: all 0s ease 0s !important;
transition: all 0s ease 0s !important;
}

.image-grid-link-items .element-item:nth-child(3n+3) {
	clear: left;
}

.image-grid-link-items .list-item.image-link-grid-item .image-wrap {
	background-color: 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 none;
	color: #363636;
	display: block;
	font-size: 15px;
	line-height: 160%;
	padding: 9px 0 0 0;
	position: relative;
}

.image-grid-link-items a.list-item.image-link-grid-item .title {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: auto;
	line-height: normal;
	text-align: left;
	width: 100%;
}

.image-grid-link-items a.list-item.image-link-grid-item .link.button {
    	height: auto;
    	left: 10px;
    	line-height: 333%;
    	padding: 0 20px;
    	position: absolute;
    	top: -49px;
    	right: auto;
    	bottom: auto;
    	width: auto;
}

.image-grid-link-items .list-item.image-link-grid-item .content-wrap,
.image-grid-link-items .list-item.image-link-grid-item .content-wrap p {
	color: #363636;
	display: block;
	font-size: 15px;
	line-height: 160%;
}

.image-grid-link-items .list-item.image-link-grid-item .content-wrap p {
	margin-bottom: 0;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Markets Landing Page Styles (Custom Link Image Grid) ------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.markets-mainpage .image-grid-link-items {
	margin: 0;
}

.markets-mainpage .image-grid-link-items .element-item,
.markets-mainpage .image-grid-link-items .grid-sizer,
.markets-mainpage .image-grid-link-items li {
	margin: 0 1% 1% 0;
	width: 32.25%;
}

.markets-mainpage .image-grid-link-items .element-item:nth-child(3n+3) {
	clear: none;
}

.markets-mainpage .image-grid-link-items .element-item:nth-child(3n+3) {
	clear: left;
}

.markets-mainpage .image-grid-link-items .list-item.image-link-grid-item .title-link-wrap {
	display: none;
}

.markets-mainpage .image-grid-link-items .list-item.image-link-grid-item .content-wrap {
	background-color: #f2f2f3;
	padding: 18px 18px 22px;
	text-align: center;
}

.markets-mainpage .image-grid-link-items .list-item.image-link-grid-item .content-wrap p {
	margin-bottom: 19px;
}

.markets-mainpage .image-grid-link-items .list-item.image-link-grid-item .content-wrap h4 {
	margin-bottom: 50px;
}

.markets-mainpage .image-grid-link-items .list-item.image-link-grid-item .content-wrap .button {
	padding: 0 20px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Photo Gallery --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.page-type-4 .wrapper {
	max-width: 1000px;
}

.embedded-gallery {
	padding-top: 15px;
}

.embedded-gallery .prev-arrow,
.embedded-gallery .next-arrow {
	background: url(/images/icons/photo-gallery-arrow-left.png) 50% 50% no-repeat;
	height: 60px;
	left: 0;
	margin: -30px 0 0 0;
	opacity: .8;
	filter: alpha(opacity=80);
	width: 50px;
}

.embedded-gallery .next-arrow {
	background-image: url(/images/icons/photo-gallery-arrow-right.png);
	left: auto;
	right: 0;
}

.embedded-gallery .prev-arrow:hover,
.embedded-gallery .next-arrow:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.embedded-gallery .stage {
	border: 0;
}

.embedded-gallery .slide {
	background-color: #f6f6f6;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
}

.embedded-gallery .slide .image img {
	display: block;
	margin: 0 auto;
	opacity: 0;
}

.embedded-gallery-nav-wrapper {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

.embedded-gallery-nav li {
	margin: 0;
	padding: 0 10px 10px 0;
}

.embedded-gallery-nav li a {
	width: 145px;
}

.photo-gallery-wrapper .content-footer-text {
	padding: 50px;
}

.photo-gallery-wrapper .content-footer-text h3 {
	margin-bottom: 37px;
}

.photo-gallery-wrapper .content-footer-text table h5 {
	line-height: 139%;
	margin-bottom: 12px;
}

.photo-gallery-wrapper .content-footer-text table p {
	line-height: 139%;
}

.photo-gallery-wrapper .content-footer-text p {
	line-height: 156%;
}

.photo-gallery-wrapper .content-footer-text table tr td:first-child {
	width: 100px;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Careers Page ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.page-careers form.submission-form {
	background-color: #f2f2f3;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 35px 70px;
}

.page-careers form.submission-form p {
	font-size: 16px;
}

.page-careers form.submission-form .field-wrap {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	margin: 0 2% 40px 0;
	width: 31%;
}

.page-careers form.submission-form .field-wrap.field-message {
	float: right;
	margin-right: 0;
	width: 33%;
}

.page-careers form.submission-form .field-wrap:after,
.page-careers form.submission-form .form-section:after {
	content: '';
	clear: both;
	display: block;
}

.page-careers form.submission-form .field-wrap label {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	font-family: 'Heebo', sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1.5px;
	margin: 0;
	padding-right: 12px;
	text-transform: uppercase;
	width: 18%;
}

.page-careers form.submission-form .field-wrap.field-message label {
	width: 28%;
}

.page-careers form.submission-form .field-wrap input.normal,
.page-careers form.submission-form .field-wrap select.normal {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	min-width: 0;
	max-width: 100%;
	width: 100%;
	width: 82%;
}

.page-careers form.submission-form .field-wrap textarea.normal {
	margin-top: -20px;
	min-width: 0;
	max-width: 100%;
	width: 72%;
}

.page-careers form.submission-form .field-wrap.field-upload_file_1,
.page-careers form.submission-form .field-wrap.field-upload_file_2 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	clear: left;
	margin-bottom: 10px;
	position: relative;
	width: 350px;
}

.page-careers form.submission-form .field-wrap.field-upload_file_1 label,
.page-careers form.submission-form .field-wrap.field-upload_file_2 label {
	display: none;
}

.page-careers form.submission-form .field-wrap.field-upload_file_1 .vsmt.g.small,
.page-careers form.submission-form .field-wrap.field-upload_file_2 .vsmt.g.small {
	display: none;
}

.page-careers form.submission-form .field-wrap.field-upload_file_1 input,
.page-careers form.submission-form .field-wrap.field-upload_file_2 input {
	background-color: #d9d9d9;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #363636;
	cursor: pointer;
	display: block;
	font-size: 14px;
	height: 28px;
	line-height: 14px;
	padding: 0;
	width: 100%;
}

.page-careers form.submission-form .field-wrap.field-upload_file_1 input::-webkit-file-upload-button,
.page-careers form.submission-form .field-wrap.field-upload_file_2 input::-webkit-file-upload-button {
	background-color: #c41230;
	border: 0;
	border-right: 1px solid #ffffff;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #eeeeeb;
	float: left;
	font-family: 'Heebo', sans-serif;
	font-size: 13px;
	height: 28px;
	letter-spacing: 4px;
	line-height: 28px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-appearance: none;
	width: 50%;
}

.page-careers .captcha-wrap {
	float: left;
	margin: -40px 0 0 12%;
}

.page-careers .submit-wrap {
	float: right;
	margin: -25px 0 0 0;
}

.page-careers .submit-wrap .button {
	padding-left: 45px;
	padding-right: 45px;
}

.page-careers form.submission-form .form-section:last-child {
	display: none;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Responsive Styles ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1260px) {
	.inside-page > .wrapper {
		width: auto;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.page-careers form.submission-form {
		padding: 35px;
	}
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1120px) {
	.news-items .news-item .date-wrap {
		bottom: auto;
		display: block;
		height: auto !important;
		left: auto;
		padding: 0;
		position: relative;
		top: auto;
		width: auto;
	}
	
	.news-items .news-item .date-wrap br {
		display: none;
	}

	.news-items .news-item h3.date {
		display: block;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	
	.page-careers .captcha-wrap {
		margin-left: 0;
	}
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
	iframe {
		max-width: 100% !important;
	}

	.middle-content > div, 
	.footer,
	.left-side,
	.heading-wrap,
	.fade-in {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	body,
	body.page-home {
		padding-bottom: 0;
		padding-top: 0;
	}
	
	.heading-wrap.with-left-nav {
		margin-top: 0px;
	}
	
	.heading-wrap {
		height: 125px;
	}
	
	.inside-page {
		padding: 34px 0 42px;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Header ---------------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.header,
	.page-home .header {
		height: 70px !important;
		position: relative;
	}
	
	.page-home .header .inner {
		opacity: 1;
	}
	
	.header .logo {
		margin: 10px;
		width: 164px;
	}
	

	/* ---------------------------------------------------------------------------------------------------------------------- */
	/* Primary Navigation --------------------------------------------------------------------------------------------------- */
	/* ---------------------------------------------------------------------------------------------------------------------- */
	.body-wrap {
		position: relative;
	}
	
	.primary-navigation-wrap {
		background: #ffffff;
		bottom: 0;
		box-shadow: 0 0 15px rgba(0,0,0,.25);
		-moz-box-shadow: 0 0 15px rgba(0,0,0,.25);
		-webkit-box-shadow: 0 0 15px rgba(0,0,0,.25);
		right: -100%;
		margin: 0;
		overflow: auto;
		padding: 0;
		position: fixed;
		top: 0;
		width: 80%;
		z-index: 100;
	}

	.page-home .primary-navigation-wrap {
		position: fixed;
	}
	
	.primary-navigation-wrap > ul {
		float: none;
		margin: 0;
		padding: 15px;
	}
	
	.page-home .primary-navigation-wrap > ul {
		padding: 15px;
	}

	.primary-navigation-wrap > ul > li {
		display: block;
		float: none;
		margin: 0 0 1px !important;
		padding: 0 !important;
		height: auto;
	}

	.primary-navigation-wrap > ul > li > a {
		border: 0;
		display: block;
		font-size: 15px;
		height: auto;
		line-height: 17px;
		margin: 0 !important;
		padding: 8px 10px !important;
		text-align: left;
		float: none;
	}

	.primary-navigation-wrap > ul > li:hover > a,
	.primary-navigation-wrap > ul > li.selected > a {
		border: 0;
	}

	/* drop */	
	.primary-navigation-wrap > ul > li > ul,
	.primary-navigation-wrap > ul > li > ul ul,
	.primary-navigation-wrap > ul > li:hover > ul,
	.primary-navigation-wrap > ul > li:hover > ul ul {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		border: none;
		display: none;
		list-style: none;
		margin: 0;
		padding: 0;
		left: auto;
		position: static;
		top: auto;
		width: auto;
		max-height: 800px;
		opacity: 1;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

	.primary-navigation-wrap > ul > li > ul li a,
	.quicklinks > ul > li > ul li a {
		border: 0;
		padding: 7px 12px 7px 24px;
		text-align: left;
	}
	
	.primary-navigation-wrap ul li ul li.sub ul {
		display: none;
	}

	.primary-navigation-wrap > ul > li > ul > li.sub ul li a,
	.quicklinks > ul > li > ul > li.sub ul li a {
		padding-left: 30px;
		text-align: left;
	}

	.primary-navigation-wrap > ul > li > ul > li > ul > li.sub ul {
		display: none;
	}

	.primary-navigation-wrap > ul > li > ul > li > ul > li.sub ul li a,
	.quicklinks > ul > li > ul > li > ul > li.sub ul li a {
		padding-left: 45px;
		text-align: left;
	}

	.primary-navigation-wrap > ul > li > ul > li > ul > li > ul > li.sub ul {
		display: none;
	}

	.primary-navigation-wrap > ul > li > ul > li > ul > li > ul > li.sub ul li a,
	.quicklinks > ul > li > ul > li > ul > li > ul > li.sub ul li a {
		padding-left: 60px;
		text-align: left;
	}
	
	.primary-navigation-wrap > ul > li:last-child, .primary-navigation-wrap > ul > li.last {
		border: 0;
	}
	
	.mobile-only {
		display: block;
	}

	.mobile-nav #menu-toggle {
		background: url(/images/icons/mobile-menu-toggle.png) 100% 50% no-repeat;
		background-size: 22px 16px;
		color: #363636;
		display: block;
		font-size: 16px;
		font-weight: 400;
		line-height: 16px;
		height: 16px;
		opacity: 1;
		filter: alpha(opacity=100);
		padding: 0 29px 0 0;
		position: absolute;
		right: 20px;
		text-transform: uppercase;
		top: 27px;
	}

	.mobile-nav #menu-toggle:hover {
		opacity: .6;
		filter: alpha(opacity=60);
	}

	.mobile-nav #menu-toggle.selected {
		background: url(/images/icons/mobile-menu-toggle-close.png) 50% 50% no-repeat;
		background-size: 100% auto;
		height: 16px;
		padding-right: 0;
		text-indent: -1000px;
		width: 22px;
	}
	
	
	/* ---------------------------------------------------------------------------------------------------------------------- */
	/* Left Navigation ------------------------------------------------------------------------------------------------------ */
	/* ---------------------------------------------------------------------------------------------------------------------- */
	.left-side {
		display: none;
	}

	
	/* ---------------------------------------------------------------------------------------------------------------------- */
	/* Homepage ------------------------------------------------------------------------------------------------------------- */
	/* ---------------------------------------------------------------------------------------------------------------------- */
	.page-home h2 {
		font-size: 14px;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Markets Section Styles ------------------------------------------------------------------------------------------------ */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.markets-section .intro-text {
		text-align: center;
	}
	
	
	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Markets Landing Page Styles (Custom Link Image Grid) ------------------------------------------------------------------ */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.markets-mainpage .image-grid-link-items .element-item,
	.markets-mainpage .image-grid-link-items .grid-sizer,
	.markets-mainpage .image-grid-link-items li {
		width: 32.66666666666666666666666666666666666%;
	}
	
	.markets-mainpage .image-grid-link-items .element-item:nth-child(4n+6) {
		margin-right: 1%;
	}
	
	.markets-mainpage .image-grid-link-items .element-item:nth-child(4n+3) {
		clear: none;
	}

	.markets-mainpage .image-grid-link-items .element-item:nth-child(3n+5) {
		margin-right: 0;
	}
	
	.markets-mainpage .image-grid-link-items .element-item:nth-child(3n+3) {
		clear: left;
	}


	/* ---------------------------------------------------------------------------------------------------------------------- */
	/* Footer --------------------------------------------------------------------------------------------------------------- */
	/* ---------------------------------------------------------------------------------------------------------------------- */
	.footer {
		border-bottom: 10px solid #ffffff;	
		border-left: 10px solid #ffffff;	
		border-right: 10px solid #ffffff;	
	}
	
	.copyright {
		text-align: center;
	}
	
	.footer .footer-text,
	.markets-section .footer .footer-text {
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.footer .powered-by {
		float: none;
		text-align: center;
	}
	
	.footer .powered-by a {
		display: inline-block;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Careers Page ---------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.page-careers form.submission-form .field-wrap {
		float: none;
		margin: 0 auto 20px;
		width: 350px;
	}
	
	.page-careers form.submission-form .field-wrap.field-message {
		float: none;
		margin: 0 auto 20px;
		width: 350px;
	}
	
	.page-careers form.submission-form .field-wrap textarea.normal {
		margin-top: 0;
	}
	
	.page-careers form.submission-form .field-wrap label,
	.page-careers form.submission-form .field-wrap.field-message label {
		text-align: right;
		width: 27%;
	}
	
	.page-careers form.submission-form .field-wrap input.normal,
	.page-careers form.submission-form .field-wrap select.normal,
	.page-careers form.submission-form .field-wrap textarea.normal {
		width: 73%;
	}
	
	.page-careers form.submission-form .field-wrap textarea.normal {
		margin-bottom: 20px;
	}
	
	.page-careers .captcha-wrap {
		float: none;
		margin: 0 0 20px;
	}
	
	.page-careers .captcha-wrap .recaptcha_widget > div {
		margin: 0 auto;
	}
	
	.page-careers .submit-wrap {
		float: none;
		margin: 0 auto 20px;
		width: 350px;
	}
	
	.page-careers .submit-wrap .button {
		width: 100%;
	}
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 820px) {
	.image-grid-link-items {
		margin: 0;
	}
	
	.right-side.full-width .driving-directions-wrap,
	.right-side.full-width .feedback-form-wrap, 
	.submission-form-wrap.has-driving-directions {
		float: none;
		margin-bottom: 25px;
		width: 100%;
	}
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 670px) {
	html { font-size: 62.5%; } 

	body {
		font-size: 1.6rem;
	}

	p {
		line-height: 2.6rem;
	}
	
	h1 {
		font-size: 32px;
		text-align: center;
	}

	h2 {
		font-size: 20px;
	}
	
	.left-side {
		display: none;
	}
	
	.heading-wrap {
		border: 0;
		height: auto;
		margin: 0 10px;
	}
	
	.heading-wrap img {
		display: block;
		width: 100%;
	}
	
	.inside-page {
		min-height: 0;
		padding: 20px 0 40px;
	}
	
	.toggle-more-content .toggle-table,
	.toggle-more-content .toggle-table p {
		text-align: left;
	}
	
	.inside-page > .wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.right-side.full-width .driving-directions-wrap {
		margin: 0 auto;
		max-width: 92%;
	}
	
	
	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Main Content Side Bar ------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.right-side.with-side-boxes h1,
	.main-content.has-side-boxes,
	.side-boxes {
		float: none;
		width: auto;
	}
	
	.right-side.with-side-boxes h1 {
		text-align: center;
	}
	
	.greybox {
		margin-left: 0;
	}
	
	.side-boxes {
		margin-top: 40px;
	}
	
	.side-boxes .side-box {
		text-align: center;
	}
	
	.side-boxes .side-box img {
		display: inline-block;
		max-width: 400px !important;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Homepage -------------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.homepage {
		top: 70px;
	}

	
	.homepage .box-1 .marquee-stage {
		border-top: 0;
	}
	
	
	.homepage .box-1 .marquee-stage .slide > .wrapper {
		padding-bottom: 56px;
	}
	
	.homepage .box-1 .marquee-stage .slide .caption-wrap {
		padding: 0 12px;
	}
	
	.homepage .box-1 ul.marquee-stage-navigation-wrap {
		bottom: 58px;
	}
	
	.homepage .box-1 .marquee-stage .slide .caption-wrap h2 {
		line-height: 139%;
		padding-top: 12px;
	}
	

	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Additional Options ---------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */	
	.cms-table { width: 100%; }
	.main-content table.cms-table td { text-align: left; margin: 0; }
	.cms-table input,
	form .field-wrap textarea,
	form .field-wrap input,
	form .field-wrap select,
	form .field-wrap textarea,
	input, select, textarea,
	form .field-wrap input.normal,
	form .field-wrap select.normal,
	form .field-wrap textarea.normal {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}

	.image-right,
	.image-left {
		display: block;
		float: none;
		margin: 0 0 20px 0 !important;
	}
	
	p .button.fr {
		display: block;
		float: none;
		margin: 0 auto 10px auto;
		max-width: 200px;
		text-align: center;
	}
	
	img {
		height: auto !important;
		max-width: 100% !important;
	}
	
	iframe {
		max-width: 100% !important;
	}
	
	table.form tr td {
		display: table;
		width: 100% !important;
	}
	
	table.form tr td:last-child {
		padding: 0 0 10px 0;
	}
	
	.main-content table {
		border-collapse: collapse;
	}
	
	.main-content table td {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: table;
		margin-bottom: 0;
		padding: 8px 0 !important;
		width: 100% !important;
	}

	.main-content table td ul {
		text-align: left;
	}

	.main-content table td img {
		width: 100% !important;
	}
	
	.main-content table.additional-services td {
		text-align: left;
	}
	
	form.category-and-window {
		height: auto;
	}
	
	form.category-and-window select {
		float: none;
		display: block;
	}
	
	form.category-and-window .text-search-wrap {
		float: none;
		min-height: 30px;
		margin: 10px 0;
	}

	.driving-directions-wrap input.button {
		min-width: 100%;
		width: 100%;
	}
	
	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Tables ---------------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.page-type-23 table {
		width: 100% !important;
		padding: 0 !important;
	}
	
	.page-type-23 table td {
		display: table;
		width: 100% !important;
		padding: 30px 0 !important;
	}


	.right-side.full-width .feedback-form-wrap,
	.right-side.full-width .driving-directions-wrap {
		float: none;
		width: auto;
	}
	
	.map-canvas.driving-directions {
		margin: 0 auto;
	}
	
	.print-button {
		display: none;
	}
	
	.driving-directions-wrap br {
		display: none;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Search Page ----------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.search-page-form-wrap .text-search-wrap .text-search {
		min-width: 0;
		width: auto;
	}
	
	.search-page-form-wrap .text-search-wrap .submit {
		min-width: 0;
		width: auto;
	}
	
	
	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Blog Page ------------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.blog-left-column,
	.blog-right-column {
		float: none;
		width: auto;
	}
	
	.blog-right-column {
		margin-top: 40px;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Link Image Grid (Default Styles) -------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.image-grid-link-items .element-item,
	.image-grid-link-items .grid-sizer,
	.image-grid-link-items li {
		margin: 0 1% 20px;
		width: 48%;
	}

	.image-grid-link-items .element-item:nth-child(3n+3) {
		clear: none;
	}

	.image-grid-link-items .element-item:nth-child(2n+3) {
		clear: left;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Markets Landing Page Styles (Custom Link Image Grid) ------------------------------------------------------------------ */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.markets-mainpage .image-grid-link-items .element-item,
	.markets-mainpage .image-grid-link-items .grid-sizer,
	.markets-mainpage .image-grid-link-items li {
		width: 49.5%;
	}
	
	.markets-mainpage .image-grid-link-items .element-item:nth-child(3n+5) {
		margin-right: 1%;
	}
	
	.markets-mainpage .image-grid-link-items .element-item:nth-child(3n+3) {
		clear: none;
	}

	.markets-mainpage .image-grid-link-items .element-item:nth-child(2n+4) {
		margin-right: 0;
	}
	
	.markets-mainpage .image-grid-link-items .element-item:nth-child(2n+3) {
		clear: left;
	}
	
	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Careers Page ---------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.page-careers form.submission-form {
		padding: 35px 25px;
	}
	
	.page-careers form.submission-form .field-wrap {
		width: 100%;
	}
	
	.page-careers form.submission-form .field-wrap label,
	.page-careers form.submission-form .field-wrap.field-message label {
		width: 17%;
	}
	
	.page-careers form.submission-form .field-wrap input.normal,
	.page-careers form.submission-form .field-wrap select.normal,
	.page-careers form.submission-form .field-wrap textarea.normal {
		width: 83%;
	}
	
	.page-careers form.submission-form .field-wrap.field-message {
		width: 100%;
	}
	
	.page-careers .submit-wrap {
		width: 100%;
	}

}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 550px) {
	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Link Image Grid ------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.image-grid-link-items li,
	.image-grid-link-items .element-item,
	.image-grid-link-items .grid-sizer {
		width: 48%;
	}

	.spinner {
		top: 100px;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Careers Page ---------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.page-careers form.submission-form .field-wrap label,
	.page-careers form.submission-form .field-wrap.field-message label {
		width: 25%;
	}
	
	.page-careers form.submission-form .field-wrap input.normal,
	.page-careers form.submission-form .field-wrap select.normal,
	.page-careers form.submission-form .field-wrap textarea.normal {
		width: 75%;
	}
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 500px) {
	.photo-gallery-wrapper .content-footer-text {
		padding: 20px 10px;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* News ------------------------------------------------------------------------------------------------------------------ */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.detail-page.news .small-action-button {
		float: none;
		margin-bottom: 20px;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Blog Page ------------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.blog.detail-page .button.fr {
		float: none;
		margin-bottom: 20px;
	}
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Mobile Portrait Size (devices and browsers) -------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 450px) {
	h1 {
		font-size: 28px;	
	}
	
	h3, 
	h2.title {
		margin: 0 0 10px 0;
	}

	.list-item.resource-item .button.fr {
		display: none;
	}
	
	.inside-page .right-side.full-width {
		padding: 0;
	}
	

	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Directions Page Mobile Fixes ------------------------------------------------------------------------------------------ */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	#recaptcha_image {
		max-width: 100% !important;
	}
	
	body.page-type-13 .main-content table > tbody > tr > td {
		display: table;
		width: 100%;
		padding-bottom: 20px;
	}
	
	body.page-type-13 .main-content table.cms-table > tbody > tr > td {
		padding: 0;
	}
	
	#dd-print-button {
		display: none;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Link Image Grid (Default Styles) -------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.image-grid-link-items .element-item,
	.image-grid-link-items .grid-sizer,
	.image-grid-link-items li {
		margin: 0 0 20px;
		width: 100%;
	}

	.image-grid-link-items .element-item:nth-child(2n+3) {
		clear: none;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Careers Page ---------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.page-careers form.submission-form .field-wrap.field-upload_file_1,
	.page-careers form.submission-form .field-wrap.field-upload_file_2 {
		overflow: hidden;
		max-width: 100%;
		width: 250px;
	}
	
	.page-careers form.submission-form .field-wrap.field-upload_file_1 input::-webkit-file-upload-button,
	.page-careers form.submission-form .field-wrap.field-upload_file_2 input::-webkit-file-upload-button {
		letter-spacing: 2px;
	}
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Mobile Portrait Size (devices and browsers) -------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 400px) {
	.header {
		border-left: 10px solid white;
		border-right: 10px solid white;
	}
	
	.mobile-nav #menu-toggle {
		color: #ffffff;
		font-size: 2px;
	}
	
	
	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Homepage -------------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.homepage .box-1 .marquee-stage .slide .caption-wrap {
		padding: 12px;
	}
	
	.homepage .box-1 .marquee-stage {
		border: 10px solid #ffffff;
		border-top: 0;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Photo Gallery --------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.embedded-gallery .prev-arrow,
	.embedded-gallery .next-arrow {
		background-size: 25px 30px;
		height: 30px;
		margin-top: -15px;
		width: 25px;
	}
	

	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Link Image Grid ------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.image-grid-link-items li,
	.image-grid-link-items .element-item,
	.image-grid-link-items .grid-sizer {
		width: 100%;
	}
	
	.image-grid-link-items .list-item.image-link-grid-item .image-wrap img {
		width: 100%;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Markets Landing Page Styles (Custom Link Image Grid) ------------------------------------------------------------------ */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.markets-mainpage .image-grid-link-items .element-item,
	.markets-mainpage .image-grid-link-items .grid-sizer,
	.markets-mainpage .image-grid-link-items li {
		width: 100%;
	}
	
	.markets-mainpage .image-grid-link-items .element-item:nth-child(3n+5) {
		margin-right: 0;
	}
	
	.markets-mainpage .image-grid-link-items .element-item:nth-child(2n+3) {
		clear: none;
	}


	/* ----------------------------------------------------------------------------------------------------------------------- */
	/* Careers Page ---------------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------------------------- */
	.page-careers form.submission-form {
		padding: 35px 10px;
	}
	
	.page-careers form.submission-form .field-wrap label,
	.page-careers form.submission-form .field-wrap.field-message label {
		width: 30%;
	}
	
	.page-careers form.submission-form .field-wrap input.normal,
	.page-careers form.submission-form .field-wrap select.normal,
	.page-careers form.submission-form .field-wrap textarea.normal {
		width: 70%;
	}
	
	.page-careers .captcha-wrap .recaptcha_widget {
		transform: scale(.8);
	}
}