@import url('//fonts.googleapis.com/css?family=Roboto:400,700');
@import url('//fonts.googleapis.com/css?family=Montserrat:400,700');
/*
	font-family: 'Roboto', sans-serif;
	font-family: 'Montserrat', sans-serif;
*/

body {
	background: #ffffff;
	color: #606060;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 100%;
	margin: 0 0 12px 0;
	padding: 0;
}

h1 {
	color: #ffffff;
	font-size: 58px;
	font-weight: 400;
	line-height: 58px;
	margin: 0;
}

h2 {
	color: #513e69;
	font-size: 40px;
	line-height: 50px;
}

h3 {
	color: #3d3d3d;
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
}

h4 {
	color: #3d3d3d;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
}

h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 24px;
}

h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
}

a {
	color: #009af0;
	outline: none;
	text-decoration: none;
}

a:hover { 
	color: #3d3d3d;
	text-decoration: none;
}

a img { border: 0; }

p {
	line-height: 28px;
	margin: 0 0 12px 0;
	padding: 0;
}

.hr {
    border-bottom: 1px solid #d6d6d6;
    margin: 5px 0 15px;
}

.hr hr {
	display: none;
}

.wrapper {
	margin: 0 auto;
	max-width: 1150px;
}

.page-banner {
	display: none;
}

.page-banner img {
	width: 100%;
}

cite {
	border-left: 6px solid #d6d6d6;
	display: inline-block;
	font-style: italic;
	font-size: 14px;
	font-weight: 400;
	padding-left: 10px;
}

.inside-page table {
	margin: 0 0 15px 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;
}

.heading-wrap,
.middle-content > div,
.footer-upper, 
.footer, 
.footer-lower, 
.homepage .box-1,
.fade-in {
	opacity: 0;
	filter: alpha(opacity=0);
}

.body-wrap {
	padding-top: 92px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Header ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.header {
	background-color: rgba(255,255,255,0.90);
	box-shadow: 0 0 46px rgba(0,0,0,0.20);
	left: 0;
	padding: 0 50px 0 50px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2000;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

.header.solid {
	background-color: #ffffff;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

.header .inner {
	position: relative;
}

.header .wrapper {
	position: relative;
	max-width: 1300px;
}

.header .logo {
	float: left;
	margin: 20px 0 32px;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

.header .logo img {
	display: block;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	max-width: 100%;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Primary Navigation --------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.primary-navigation-wrap {
	float: right;
	font-size: 14px;
	padding: 32px 0 0 0;
	position: relative;
}

.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: 0;
}

.primary-navigation-wrap ul li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.primary-navigation-wrap ul li a {
	color: #3c4559;
	display: block;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	height: 28px;
	letter-spacing: .5px;
	line-height: 28px;
	margin: 0 3px;
	padding: 0 14px;
	position: relative;
	text-decoration: none;
	transition: all .10s linear;
	-webkit-transition: all .10s linear;
	z-index: 21;
}

.primary-navigation-wrap ul li.last a {
	margin-right: 0;
}

.primary-navigation-wrap ul li:hover > a,
.primary-navigation-wrap ul li.selected > a {
	background-color: #3c4559;
	color: #ffffff;
}

/* drop level 1 */
.primary-navigation-wrap ul li ul {
	background: #ffffff none;
	box-shadow: 0 9px 15px rgba(0,0,0,0.25);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: none;
	list-style: none;
	margin: 0 0 0 3px;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 18px;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	width: 288px;
	z-index: 20;
}

.primary-navigation-wrap ul li:last-child ul,
.primary-navigation-wrap ul li.last ul {
	right: 0;
}

.primary-navigation-wrap ul li:hover ul {
	max-height: 500px;
	opacity: 1;
	top: 28px;
	visibility: visible;
}

.primary-navigation-wrap ul li ul li {
	float: none;
	margin: 0;
	padding: 0;
	position: static;
}

.primary-navigation-wrap ul li ul li a {
	background: transparent none;
	border: 0;
	color: #3c4559;
	display: block;
	float: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
	height: auto;
	line-height: 16px;
	margin: 0;
	padding: 10px 16px;
	position: static;
	text-decoration: none;
	transition: all .10s linear;
	-webkit-transition: all .10s linear;
}

.primary-navigation-wrap ul li ul li a:hover {
	background-color: #e7edf9;
	color: #3c4559;
}


/* drop level 2+ */
.primary-navigation-wrap ul li ul ul {
	display: none;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Inside Page ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.heading-wrap {
	background-color: transparent;
	background-image: url(/images/template/page-banner-default.png);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: -100px;
	overflow: hidden;
	position: relative;
	z-index: 200;
}

.heading-wrap .background {
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	opacity: 0.2;
	filter: alpha(opacity=20);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}

.heading-wrap .wrapper {
	//background-image: url(/images/template/bg-angle.png);
	//background-position: 50% 100%;
	//background-repeat: no-repeat;
	//background-size: 100% auto;
	margin: 0;
	max-width: none;
	padding: 62px 10px 82px;
	position: relative;
	text-align: center;
	z-index: 10;
}

.heading-wrap h5 {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 4px;
	line-height: 56px;
	margin: 0;
	text-transform: uppercase;
}

.middle-content {
	background-color: #ededed;
	position: relative;
	z-index: 2;
}

.inside-page {
	background-color: #ffffff;
	margin: 0 auto;
	max-width: 1700px;
	min-height: 400px;
	padding: 160px 0 120px 0;
	position: relative;
}

.inside-page .left-side {
	float: right;
	width: 21%;
}

body.page-registration .inside-page .left-side {
	display: none;
}

body.page-type-25 .inside-page .left-side {
	//display: none;
}

.inside-page .right-side {
	float: none;
	width: auto;
}

/* body.page-type-25 .inside-page .right-side, */
.inside-page .right-side.full-width {
	float: none;
	width: auto;
}

#breadcrumbs {
	display: none;
	visibility: hidden;
}

.main-content img {
	max-width: 100%;
}

.main-content table {
	margin-bottom: 15px;
}

h2.title {
	font-size: 28px;
	line-height: 30px;
	margin-top: 10px;
	text-transform: none;
}

.main-content .responsive-grid-layout-row.two-column,
.main-content .responsive-grid-layout-row.two-column p {
	line-height: 18px;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Left Navigation ------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------- */
.left-nav h3 {
	color: #017bbd;
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
	margin: 0 0 8px -10px;
	text-transform: none;
}

/* first level */
.left-nav > ul {
	background: #ffffff;
	list-style: none;
	margin: 0 0 80px;
	padding: 0;
}

.left-nav > ul > li {
	background: none;
	border: 0;
	padding: 0;
}

.left-nav ul li a {
	background-color: #ffffff;
	border: 0;
	color: #3c4559;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 18px;
	margin: 0 0 4px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
}

.left-nav > ul > li > a:hover,
.left-nav > ul > li.selected > a {
	background-color: #3c4559;
	color: #ffffff;
}

/* second level */
.left-nav > ul > li > ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.left-nav > ul > li.selected > ul {
	display: block;
}

.left-nav > ul > li > ul > li {
}

.left-nav > ul > li.selected > ul > li > a,
.left-nav > ul > li:hover > ul > li > a,
.left-nav > ul > li > ul > li > a {
	padding-left: 30px;
}

.left-nav > ul > li > ul > li.last a {

}

.left-nav > ul > li.selected > ul > li.selected > a,
.left-nav > ul > li.selected > ul > li > a:hover,
.left-nav > ul > li > ul > li > a:hover {
	color: #009af0;
}

/* third level */
.left-nav > ul > li > ul > li > ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.left-nav > ul > li > ul > li.selected > ul {
	display: block;
}

.left-nav > ul > li > ul > li > ul > li {
}

.left-nav > ul > li.selected > ul > li.selected > ul > li > a,
.left-nav > ul > li.selected > ul > li > ul > li > a,
.left-nav > ul > li > ul > li > ul > li > a {
	padding-left: 45px;
}

.left-nav > ul > li.selected > ul > li.selected > ul > li.selected > a,
.left-nav > ul > li.selected > ul > li.selected > ul > li.selected > a:hover,
.left-nav > ul > li.selected > ul > li > ul > li > a:hover,
.left-nav > ul > li.selected > ul > li.selected > ul > li > a:hover,
.left-nav > ul > li > ul > li > ul > li.selected > a,
.left-nav > ul > li > ul > li > ul > li.selected > a:hover {
	color: #009af0;
}

/* fourth level */
.left-nav > ul > li > ul > li > ul > li > ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.left-nav > ul > li > ul > li > ul > li.selected > ul {
	display: block;
}

.left-nav > ul > li > ul > li > ul > li > ul > li {
}

.left-nav > ul > li.selected > ul > li.selected > ul > li > ul > li > a,
.left-nav > ul > li.selected > ul > li > ul > li > ul > li > a,
.left-nav > ul > li > ul > li > ul > li > ul > li > a {
	padding-left: 60px;
}

.left-nav > ul > li.selected > ul > li.selected > ul > li.selected > ul > li.selected > a,
.left-nav > ul > li.selected > ul > li.selected > ul > li.selected > ul > li.selected > a:hover,
.left-nav > ul > li.selected > ul > li.selected > ul > li > ul > li.selected > a,
.left-nav > ul > li.selected > ul > li.selected > ul > li > ul > li > a:hover,
.left-nav > ul > li > ul > li > ul > li > ul > li.selected > a,
.left-nav > ul > li > ul > li > ul > li > ul > li.selected > a:hover,
.left-nav > ul > li > ul > li > ul > li > ul > li > a:hover {
	color: #009af0;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Main Content Side Bar ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.main-content.has-side-boxes,
.right-side.has-sub-nav .main-content {
	float: left;
	width: 67%;
}

.side-boxes {
	float: right;
	margin: 0;
	width: 21%;
}

.side-boxes .side-box {
	background: none;
	border: 0;
	color: #505050;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 60px 0;
	padding: 0 0 12px 0;
	position: relative;
	text-align: left;
}

.side-boxes .side-box:last-child {
	border-bottom: 0;
}

.side-boxes .side-box img {
	width: 100% !important;
	height: auto !important;
}

.side-boxes .side-box h3.side-box-heading {
	background-color: transparent;
	border: 0;
	color: #017bbd;
	font-size: 32px;
	font-weight: 700;
	height: auto;
	line-height: 32px;
	margin: 0 0 18px 0;
	padding: 0;
	text-align: left;
	text-transform: none;
}

.side-boxes .side-box strong {
	font-weight: 700;
}

.side-boxes .side-box p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 20px 0;
}

.side-boxes .side-box h4 {
	color: #ca6b82;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	text-transform: none;
}

.side-boxes .side-box h5 {
	color: #505050;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	text-transform: none;
}

.side-boxes .side-box h6 {
	color: #505050;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 24px;
	margin: 0;
	text-transform: uppercase;
}

.side-boxes .side-box .hr {
	border-bottom: 1px solid #bfbfbf;
	margin: 16px 0 16px;
}

.side-boxes .side-box a {}

.side-boxes .button {
	width: 100%;
}

.side-boxes .button,
.side-boxes .side-box p,
.side-boxes .side-box h2,
.side-boxes .side-box img {
	max-width: 241px;
}

.side-boxes .side-box input {
	width: auto;
}

.side-boxes .side-box form .field-wrap input.normal,
.side-boxes .side-box form .field-wrap select.normal,
.side-boxes .side-box form .field-wrap textarea.normal {
	min-width: 0;
}

.side-boxes .side-box form .field-wrap span.checkbox-wrap label span {
	line-height: 25px;
}

/******** 'questions' sidebox ************************/
.side-boxes .side-box.questions-side-box img.side-box-image {
	height: 80px !important;
	position: absolute;
	left: -80px;
	margin-top: -27px;
	top: 0;
	width: 81px !important;
}

.side-boxes .side-box.questions-side-box h3.side-box-heading {
	margin: 0 0 8px 0;
	text-transform: uppercase;
}

/******** 'upcoming workshops' sidebox ************************/
.side-boxes .side-box.upcoming-workshops-side-box img.side-box-image {
	height: 61px !important;
	position: absolute;
	left: -74px;
	top: 0;
	width: 62px !important;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Footer ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */

/****** footer-upper ****************************/
.footer-upper {
	background: #00a1b1 url(/images/template/bg-footer.png) 50% 0 repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 64px 0 48px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.footer-upper,
.footer-upper p {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	line-height: 66px;
}

.footer-upper p {
	margin: 0;
}

.footer-upper .button {
	background-color: #84d53b;
	padding: 18px 70px;
}

.footer-upper .button:hover {
	background-color: #009af0;
}

/****** footer-lower ****************************/
.footer {
	background-color: #ffffff;
	padding: 39px 0 39px 0;
	position: relative;
	z-index: 2;
}

.footer,
.footer p {
	color: #adadad;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
}

.footer p {
	margin: 0;
}

.footer-box.left {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 0;
}

.footer-box.right {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: right;
	margin: 0;
	padding: 0;
}

.footer a {
	color: #1286c7;
}

.footer a:hover {
	color: #3d3d3d;
}

.footer img {
	display: block;
}

/****** footer-lower ****************************/
.footer-lower {
	background-color: #ffffff;
	box-shadow: inset 0 3px 29px rgba(0,0,0,0.10);
	padding: 19px 0 40px;
	position: relative;
	z-index: 2;
}

.footer-lower,
.footer-lower p {
	color: #606060;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.footer-lower p {
	margin: 0;
}

.footer-lower .copyright {
	float: left;
}

.footer-lower .powered-by {
	float: right;
}

.footer-lower img {
	display: block;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Buttons --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.button,
.small-action-button {
	background: #00a1b1 none;
	border: 0;
	border-radius: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	height: auto;
	line-height: 18px;	
	max-width: 100%;
	//min-width: 170px;
	padding: 11px 30px;
	text-transform: uppercase;
	text-align: center;
	transition: all .10s linear;
	-webkit-transition: all .10s linear;
	width: auto;
}

.button.blue {
	background: #009af0;
}

.button:hover,
.small-action-button:hover,
.button.blue:hover {
	background: #1dc080;
	color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}

.small-action-button {
	//min-width: 120px;
	padding: 8px 15px;
	white-space: nowrap;
}

.list-items li .read-more-wrap {
	//width: 120px;
	text-align: right;
}

form.category-and-window .text-search-wrap,
.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: #00a1b1;
	color: #ffffff;
	line-height: normal;
}

.search-page-form-wrap .text-search-wrap .submit:hover {
	background: #009af0;
	color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}

form.category-and-window .text-search-wrap .submit {
	background: #00a1b1;
	font-size: 14px !important;
	font-weight: 400;
}

form.category-and-window .text-search-wrap .submit:hover {
	background: #009af0;
}

.form tr td .button {
	padding: 17px 20px;
}

.search-page-form-wrap .text-search-wrap .submit {
	background: #00a1b1;
	border: 0;
	color: #ffffff;
	font-size: 14px !important;
	font-weight: 400;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Pager ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.page-count {
	color: #494949;
}

.pager, .pager-prev, .pager-next {
	background-color: #00a1b1;
	color: #ffffff;
}

.pager, .pager-prev, .pager-next {
}

.pager:hover, .pager-prev:hover, .pager-next:hover, .pager.on {
	background-color: #009af0;
	color: #fffff;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Homepage -------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.homepage {
	background-color: #ffffff;
}

/************** box 1 *********************************************/
.marquee {
	background: #00666b none;
	position: relative;
	//height: 680px;
	overflow: hidden;
}

.marquee .content-wrap-background {
	background: transparent url(/images/template/hp-bg-angle.png) 50% 100% no-repeat;
	background-size: 100% auto;
	position: relative;
	z-index: 3;
}

.marquee .content-wrap {
	color: #ffffff;
	margin: 0 auto;
	max-width: 1180px;
	padding: 58px 0 80px;
	position: relative;
	text-align: center;
	z-index: 3;
}

.marquee .content-wrap h1 {
	font-size: 48px;
	line-height: 56px;
	margin: 0 0 30px;
	padding: 0;
}

.marquee .content-wrap p {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
}

.marquee .content-wrap .button {
	padding: 18px 30px;
	min-width: 300px;
}

.marquee .responsive-grid-layout-row.four-column {
	margin-bottom: 64px;
	width: 100%;
}

.marquee .responsive-grid-layout-row.four-column .col {
	box-shadow: 0 0 60px 30px rgba(0,0,0,0.15);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-right: 5%;
	min-height: 250px;
	opacity: 0;
	padding: 56px 10px;
	position: relative;
	text-align: center;
	width: 21.25%;
}

/* Grid Circles */
.marquee .responsive-grid-layout-row.four-column .col.first::before,
.marquee .responsive-grid-layout-row.four-column .col:nth-child(2)::before,
.marquee .responsive-grid-layout-row.four-column .col:nth-child(2)::after,
.marquee .responsive-grid-layout-row.four-column .col:nth-child(3)::before,
.marquee .responsive-grid-layout-row.four-column .col:nth-child(3)::after,
.marquee .responsive-grid-layout-row.four-column .col.last::before {
	background: #83dfaa;
	border-radius: 100%;
	content: '';
	display: block;
	height: 12px;
	margin: -6px -6px 0 0;
	opacity: 0;	
	position: absolute;
	right: 0;
	top: 50%;
	width: 12px;
	z-index: 4;
}

/* Grid Circles */
.marquee .responsive-grid-layout-row.four-column .col:nth-child(2)::before,
.marquee .responsive-grid-layout-row.four-column .col:nth-child(3)::before,
.marquee .responsive-grid-layout-row.four-column .col.last::before {
	left: 0;
	margin: -6px 0 0 -6px;
	right: auto;
}

.marquee .responsive-grid-layout-row.four-column .col.first h3::before, /* horz line between 1 and 2 */
.marquee .responsive-grid-layout-row.four-column .col:nth-child(2) h3::before, /* horz line between 2 and 3 */
.marquee .responsive-grid-layout-row.four-column .col:nth-child(3) h3::before { /* horz line between 3 and 4 */
	background: white;
	content: '';
	height: 1px;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -1px;
	width: 0%;
	z-index: 3;
}

.marquee .responsive-grid-layout-row.four-column .col:nth-child(2) h3::after, /* vert line on left of 2 */
.marquee .responsive-grid-layout-row.four-column .col:nth-child(2) h4::after, /* vert line on right of 2 */
.marquee .responsive-grid-layout-row.four-column .col:nth-child(3) h3::after, /* vert line on left of 3 */
.marquee .responsive-grid-layout-row.four-column .col:nth-child(3) h4::after { /* vert line on right of 3 */
	background: white;
	content: '';
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	z-index: 3;
}

.marquee .responsive-grid-layout-row.four-column .col:nth-child(2) h3::after { /* vert line on left of 2 */ 
	bottom: 50%;
	top: auto;
}

.marquee .responsive-grid-layout-row.four-column .col:nth-child(3) h4::after { /* vert line on right of 3 */
	bottom: 0;
	top: auto;
}

.marquee .responsive-grid-layout-row.four-column .col:nth-child(3) h3::after { /* vert line on left of 3 */
	top: 50%;
}

.marquee .responsive-grid-layout-row.four-column .col:nth-child(2) h4::before, /* horz line on top of 2 */
.marquee .responsive-grid-layout-row.four-column .col:nth-child(3) h4::before { /* horz line on bottom of 3 */
	background: white;
	content: '';
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	z-index: 3;
}

.marquee .responsive-grid-layout-row.four-column .col:nth-child(3) h4::before { /* horz line on bottom of 3 */
	top: auto;
	bottom: 0;
}

.marquee .responsive-grid-layout-row.four-column .col:nth-child(2) h4::after, /* vert line on right of 2 */
.marquee .responsive-grid-layout-row.four-column .col:nth-child(3) h4::after { /* vert line on right of 3 */
	left: auto;
	right: 0;
}

.marquee .responsive-grid-layout-row.four-column .col:nth-child(2)::before { background: #96de9b; }

.marquee .responsive-grid-layout-row.four-column .col.first h3::before { /* horz line between 1 and 2 */
	background: #96de9b;
	background: -webkit-linear-gradient(left,  #96de9b 0%,#c6c48b 100%);
	background: linear-gradient(to right,  #96de9b 0%,#c6c48b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96de9b', endColorstr='#c6c48b',GradientType=0 );
}

.marquee .responsive-grid-layout-row.four-column .col:nth-child(2)::after { background: #c6c48b; }

.marquee .responsive-grid-layout-row.four-column .col:nth-child(2) h3::after { /* vert line on left of 2 */
	background: #8de1a0;
	background: -webkit-linear-gradient(top,  #8de1a0 0%,#96de9b 100%);
	background: linear-gradient(to bottom,  #8de1a0 0%,#96de9b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8de1a0', endColorstr='#96de9b',GradientType=0 );
}

.marquee .responsive-grid-layout-row.four-column .col:nth-child(2) h4::before { /* horz line on top of 2 */
	background: #8de1a0;
	background: -webkit-linear-gradient(left,  #8de1a0 0%,#b7cf8d 100%);
	background: linear-gradient(to right,  #8de1a0 0%,#b7cf8d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8de1a0', endColorstr='#b7cf8d',GradientType=0 );
}

.marquee .responsive-grid-layout-row.four-column .col:nth-child(2) h4::after { /* vert line on right of 2 */
	background: #b7cf8d;
	background: -webkit-linear-gradient(top,  #b7cf8d 0%,#c6c48b 100%);
	background: linear-gradient(to bottom,  #b7cf8d 0%,#c6c48b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7cf8d', endColorstr='#c6c48b',GradientType=0 );
}

.marquee .responsive-grid-layout-row.four-column .col:nth-child(2) h3::before { /* horz line between 2 and 3 */
	background: #c6c48b;
	background: -webkit-linear-gradient(left,  #c6c48b 0%,#c9b495 100%);
	background: linear-gradient(to right,  #c6c48b 0%,#c9b495 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c48b', endColorstr='#c9b495',GradientType=0 );
}

.marquee .responsive-grid-layout-row.four-column .col:nth-child(3)::before { background: #c9b495; }

.marquee .responsive-grid-layout-row.four-column .col:nth-child(3) h3::after { /* vert line on left of 3 */
	background: #c9b495;
	background: -webkit-linear-gradient(top,  #c9b495 0%,#d4ad92 100%);
	background: linear-gradient(to bottom,  #c9b495 0%,#d4ad92 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9b495', endColorstr='#d4ad92',GradientType=0 );
}

.marquee .responsive-grid-layout-row.four-column .col:nth-child(3) h4::before { /* horz line on bottom of 3 */
	background: #d4ad92;
	background: -webkit-linear-gradient(left,  #d4ad92 0%,#c164dc 100%);
	background: linear-gradient(to right,  #d4ad92 0%,#c164dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4ad92', endColorstr='#c164dc',GradientType=0 );
}

.marquee .responsive-grid-layout-row.four-column .col:nth-child(3) h4::after { /* vert line on right of 3 */
	background: #ba74d5;
	background: -webkit-linear-gradient(top,  #ba74d5 0%,#c164dc 100%);
	background: linear-gradient(to bottom,  #ba74d5 0%,#c164dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba74d5', endColorstr='#c164dc',GradientType=0 );
}

.marquee .responsive-grid-layout-row.four-column .col:nth-child(3)::after { background: #ba74d5; }

.marquee .responsive-grid-layout-row.four-column .col:nth-child(3) h3::before { /* horz line between 3 and 4 */
	background: #ba74d5;
	background: -webkit-linear-gradient(left,  #ba74d5 0%,#b86fda 100%);
	background: linear-gradient(to right,  #ba74d5 0%,#b86fda 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba74d5', endColorstr='#b86fda',GradientType=0 );
}

.marquee .responsive-grid-layout-row.four-column .col:nth-child(4)::before { background: #b86fda; }

/* animations */
/* width animation for seperators */
@keyframes widthanim1 { from {width: 0%;} to {width: 23.5%;} }
@-webkit-keyframes widthanim1 { from {width: 0%;} to {width: 23.5%;} }

/* height animation for vert lines */
@keyframes heightanim1 { from {height: 0%;} to {height: 50%;} }
@-webkit-keyframes heightanim1 { from {height: 0%;} to {height: 50%;} }

/* width animation for top/bottom lines */
@keyframes widthanim2 { from {width: 0%;} to {width: 100%;} }
@-webkit-keyframes widthanim2 { from {width: 0%;} to {width: 100%;} }

/* fade in for circles */
@keyframes fadein { from {opacity: 0;} to {opacity: 1;} }
@-webkit-keyframes fadein { from {opacity: 0;} to {opacity: 1;} }

.marquee .responsive-grid-layout-row.four-column .col.first,
.marquee .responsive-grid-layout-row.four-column .col.first::before { /* circle on right of 1 */
	animation: fadein 0.4s linear forwards 0.5s; 
	-webkit-animation: fadein 0.4s linear forwards 0.5s; 
} 
.marquee .responsive-grid-layout-row.four-column .col.first h3::before { /* horz line between 1 and 2 */
	animation: widthanim1 0.2s linear forwards 0.9s; 
	-webkit-animation: widthanim1 0.2s linear forwards 0.9s; 
}
.marquee .responsive-grid-layout-row.four-column .col:nth-child(2),
.marquee .responsive-grid-layout-row.four-column .col:nth-child(2)::before { /* circle on left of 1 */
	animation: fadein 0.4s linear forwards 0.9s; 
	-webkit-animation: fadein 0.4s linear forwards 0.9s; 
}
.marquee .responsive-grid-layout-row.four-column .col:nth-child(2) h3::after { /* vert line on left of 2 */ 
	animation: heightanim1 0.4s linear forwards 1.3s; 
	-webkit-animation: heightanim1 0.4s linear forwards 1.3s; 
}
.marquee .responsive-grid-layout-row.four-column .col:nth-child(2) h4::before { /* horz line on top of 2 */
	animation: widthanim2 0.4s linear forwards 1.7s; 
	-webkit-animation: widthanim2 0.4s linear forwards 1.7s; 
}
.marquee .responsive-grid-layout-row.four-column .col:nth-child(2) h4::after { /* vert line on right of 2 */
	animation: heightanim1 0.4s linear forwards 2.1s; 
	-webkit-animation: heightanim1 0.4s linear forwards 2.1s; 
}
.marquee .responsive-grid-layout-row.four-column .col:nth-child(2)::after { /* circle on right of 2 */
	animation: fadein 0.4s linear forwards 2.5s; 
	-webkit-animation: fadein 0.4s linear forwards 2.5s; 
}
.marquee .responsive-grid-layout-row.four-column .col:nth-child(2) h3::before { /* horz line between 2 and 3 */ 
	animation: widthanim1 0.2s linear forwards 2.6s; 
	-webkit-animation: widthanim1 0.2s linear forwards 2.6s; 
}
.marquee .responsive-grid-layout-row.four-column .col:nth-child(3),
.marquee .responsive-grid-layout-row.four-column .col:nth-child(3)::before { /* circle on left of 3 */ 
	animation: fadein 0.4s linear forwards 2.7s; 
	-webkit-animation: fadein 0.4s linear forwards 2.7s; 
}
.marquee .responsive-grid-layout-row.four-column .col:nth-child(3) h3::after { /* vert line on left of 3 */ 
	animation: heightanim1 0.4s linear forwards 2.9s; 
	-webkit-animation: heightanim1 0.4s linear forwards 2.9s; 
}
.marquee .responsive-grid-layout-row.four-column .col:nth-child(3) h4::before { /* horz line on bottom of 3 */
	animation: widthanim2 0.4s linear forwards 3.3s; 
	-webkit-animation: widthanim2 0.4s linear forwards 3.3s; 
}
.marquee .responsive-grid-layout-row.four-column .col:nth-child(3) h4::after { /* vert line on right of 3 */
	animation: heightanim1 0.4s linear forwards 3.8s; 
	-webkit-animation: heightanim1 0.4s linear forwards 3.8s; 
}
.marquee .responsive-grid-layout-row.four-column .col:nth-child(3)::after { /* circle on right of 3 */ 
	animation: fadein 0.4s linear forwards 4.1s; 
	-webkit-animation: fadein 0.4s linear forwards 4.1s; 
}
.marquee .responsive-grid-layout-row.four-column .col:nth-child(3) h3::before { /* horz line between 3 and 4 */
	animation: widthanim1 0.2s linear forwards 4.1s; 
	-webkit-animation: widthanim1 0.2s linear forwards 4.1s; 
}
.marquee .responsive-grid-layout-row.four-column .col.last,
.marquee .responsive-grid-layout-row.four-column .col.last::before { /* circle on left of 4 */ 
	animation: fadein 0.4s linear forwards 4.3s; 
	-webkit-animation: fadein 0.4s linear forwards 4.3s; 
}

.marquee .responsive-grid-layout-row.four-column .col.last {
	margin-right: 0;
}

.marquee .responsive-grid-layout-row.four-column .col h3 {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 70px;
	font-weight: 700;
	line-height: 70px;
}

.marquee .responsive-grid-layout-row.four-column .col,
.marquee .responsive-grid-layout-row.four-column .col h4 {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
}

.marquee .responsive-grid-layout-row.four-column .col .p-wrap {
	background: #00d3dd;
	background: -webkit-linear-gradient(45deg,  #00d3dd 8%,#00d3dd 8%,#0076f3 71%);
	background: linear-gradient(45deg,  #00d3dd 8%,#00d3dd 8%,#0076f3 71%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3dd', endColorstr='#0076f3',GradientType=1 );
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	z-index: 2;
}

.marquee .responsive-grid-layout-row.four-column .col:hover .p-wrap {
	opacity: 1;
}

.marquee .responsive-grid-layout-row.four-column .col p {
	cursor: default;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 0 25px;
	text-transform: none;
	transform: scale(0.6);
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	opacity: 0;
	vertical-align: middle;
}

.marquee .responsive-grid-layout-row.four-column .col:hover p {
	transform: scale(1);
	opacity: 1;
}

.marquee .responsive-grid-layout-row.four-column .col h4 {
	margin: 0;
	padding: 0;
}

.marquee video {
	background: url(/assets/images/homepage/homepage-video.jpg) no-repeat;
	background-size: cover;
	bottom: 50%;
	display: block;
	height: auto;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	opacity: 0.2;
	position: absolute;
	right: 0;
	transform: translateX(-50%) translateY(50%);
	-webkit-transform: translateX(-50%) translateY(50%);
	width: auto;
	z-index: 0;
}

.homepage-bg {
	background-color: #ffffff;
	position: relative;
	z-index: 2;
}

/************** box 2 *********************************************/
.homepage .box-2 {
	background-color: #ffffff;
	padding: 54px 0 0;
	position: relative;
	z-index: 2;
}

.homepage .box-2 h2{
	font-size: 46px;
	line-height: 56px;
	margin: 0 0 58px;
	position: relative;
	text-align: center;
}

.homepage .box-2 .responsive-grid-layout-row {
	background-color: #f5f5f5;
	margin: 0 0 100px;
	opacity: 0;
	position: relative;
}

.homepage .box-2 .responsive-grid-layout-row .col {
}

.homepage .box-2 .responsive-grid-layout-row.one-third-two-thirds-columns .col.first,
.homepage .box-2 .responsive-grid-layout-row.two-thirds-one-third-columns .col.last {
	width: 39%;
}

.homepage .box-2 .responsive-grid-layout-row.one-third-two-thirds-columns .col.first p,
.homepage .box-2 .responsive-grid-layout-row.two-thirds-one-third-columns .col.last p {
	margin: 0;
	height: 100%;
	width: 100%;
}

.homepage .box-2 .responsive-grid-layout-row.one-third-two-thirds-columns .col.first img,
.homepage .box-2 .responsive-grid-layout-row.two-thirds-one-third-columns .col.last img {
	display: block;
}

.homepage .box-2 .responsive-grid-layout-row.one-third-two-thirds-columns .col.last,
.homepage .box-2 .responsive-grid-layout-row.two-thirds-one-third-columns .col.first {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 22px 26px 10px 36px;
	width: 61%;
}

.homepage .box-2 .responsive-grid-layout-row h3 {
	color: #00a1b1;
	font-family: 'Montserrat', sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 0 4px;
	text-transform: none;
}

.homepage .box-2 .responsive-grid-layout-row p {
	color: #606060;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 6px;
}

.homepage .box-2 .responsive-grid-layout-row h4 {
	color: #00a1b1;
	font-size: 16px;
	margin: 0;
	text-transform: none;
}

.homepage .box-2 .responsive-grid-layout-row h5,
.homepage .box-2 .responsive-grid-layout-row h6 {
	color: #00a1b1;
}

.homepage .box-2 .responsive-grid-layout-row h6 {
	font-family: 'Montserrat', sans-serif;
	line-height: 36px;
}

.homepage .box-2 .responsive-grid-layout-row.row0 h3,
.homepage .box-2 .responsive-grid-layout-row.row0 h4,
.homepage .box-2 .responsive-grid-layout-row.row0 h5,
.homepage .box-2 .responsive-grid-layout-row.row0 h6,
.homepage .box-2 .responsive-grid-layout-row.row4 h3,
.homepage .box-2 .responsive-grid-layout-row.row4 h4,
.homepage .box-2 .responsive-grid-layout-row.row4 h5,
.homepage .box-2 .responsive-grid-layout-row.row4 h6 {
	color: #00a1b1;
}

.homepage .box-2 .responsive-grid-layout-row.row1 h3,
.homepage .box-2 .responsive-grid-layout-row.row1 h4,
.homepage .box-2 .responsive-grid-layout-row.row1 h5,
.homepage .box-2 .responsive-grid-layout-row.row1 h6,
.homepage .box-2 .responsive-grid-layout-row.row5 h3,
.homepage .box-2 .responsive-grid-layout-row.row5 h4,
.homepage .box-2 .responsive-grid-layout-row.row5 h5,
.homepage .box-2 .responsive-grid-layout-row.row5 h6 {
	color: #007dc3;
}

.homepage .box-2 .responsive-grid-layout-row.row2 h3,
.homepage .box-2 .responsive-grid-layout-row.row2 h4,
.homepage .box-2 .responsive-grid-layout-row.row2 h5,
.homepage .box-2 .responsive-grid-layout-row.row2 h6,
.homepage .box-2 .responsive-grid-layout-row.row6 h3,
.homepage .box-2 .responsive-grid-layout-row.row6 h4,
.homepage .box-2 .responsive-grid-layout-row.row6 h5,
.homepage .box-2 .responsive-grid-layout-row.row6 h6 {
	color: #67bb1b;
}

.homepage .box-2 .responsive-grid-layout-row.row3 h3,
.homepage .box-2 .responsive-grid-layout-row.row3 h4,
.homepage .box-2 .responsive-grid-layout-row.row3 h5,
.homepage .box-2 .responsive-grid-layout-row.row3 h6,
.homepage .box-2 .responsive-grid-layout-row.row7 h3,
.homepage .box-2 .responsive-grid-layout-row.row7 h4,
.homepage .box-2 .responsive-grid-layout-row.row7 h5,
.homepage .box-2 .responsive-grid-layout-row.row7 h6 {
	color: #8981cb;
}

/* Circles */
.homepage .box-2 h2::after,
.homepage .box-2 .responsive-grid-layout-row.one-third-two-thirds-columns .col.first::before,
.homepage .box-2 .responsive-grid-layout-row.one-third-two-thirds-columns .col.first::after,
.homepage .box-2 .responsive-grid-layout-row.two-thirds-one-third-columns .col.last::before,
.homepage .box-2 .responsive-grid-layout-row.two-thirds-one-third-columns .col.last::after {
	border-radius: 100%;
	content: '';
	display: block;
	height: 12px;
	margin: -3px -6px 0 0;
	opacity: 0;
	position: absolute;
	right: 50px;
	top: 50%;
	width: 12px;
	z-index: 4;
}

.homepage .box-2 .responsive-grid-layout-row.one-third-two-thirds-columns .col.first::before,
.homepage .box-2 .responsive-grid-layout-row.one-third-two-thirds-columns .col.first::after {
	left: 19.44%;
	margin-right: 0;
	margin-left: -6px;
	right: auto;
}

.homepage .box-2 .responsive-grid-layout-row.one-third-two-thirds-columns .col.first::before,
.homepage .box-2 .responsive-grid-layout-row.two-thirds-one-third-columns .col.last::before {
	right: 19.44%;
	top: -3px;
}

.homepage .box-2 .responsive-grid-layout-row.one-third-two-thirds-columns .col.first::after,
.homepage .box-2 .responsive-grid-layout-row.two-thirds-one-third-columns .col.last::after {
	bottom: -6px;
	right: 19.44%;
	top: auto;
}

.homepage .box-2 .responsive-grid-layout-row.two-thirds-one-third-columns.row3 .col.last::after,
.homepage .box-2 .responsive-grid-layout-row.two-thirds-one-third-columns.row3 .col.first::before {
	display: none;
}

/* vertical lines above */
.homepage .box-2 h2::before,
.homepage .box-2 .responsive-grid-layout-row::before,
.homepage .box-2 .responsive-grid-layout-row.one-third-two-thirds-columns .last::before,
.homepage .box-2 .responsive-grid-layout-row.two-thirds-one-third-columns .first::before {
	content: '';
	display: block;
	height: 0px;
	top: -50px;
	left: 19.44%;
	position: absolute;
	width: 1px;
	z-index: 3;
}

.homepage .box-2 h2::before {
	left: auto;
	right: 50px;
	top: 50%;
	height: 0px;
}

.homepage .box-2 .responsive-grid-layout-row.row0::before {
	height: 0px;
	top: -35px;
}

.homepage .box-2 .responsive-grid-layout-row.two-thirds-one-third-columns::before {
	left: auto;
	right: 19.44%;
}

.homepage .box-2 .responsive-grid-layout-row.one-third-two-thirds-columns .last::before,
.homepage .box-2 .responsive-grid-layout-row.two-thirds-one-third-columns .first::before {
	top: 99.5%;
	bottom: auto;
}

.homepage .box-2 .responsive-grid-layout-row.two-thirds-one-third-columns .first::before {
	left: auto;
	right: 19.44%;
}

/* horizontal lines between rows */
.homepage .box-2 .responsive-grid-layout-row.one-third-two-thirds-columns .col.last::after,
.homepage .box-2 .responsive-grid-layout-row.two-thirds-one-third-columns .col.first::after {
	content: '';
	display: block;
	height: 1px;
	top: -50px;
	left: 19.44%;
	position: absolute;
	width: 0%;
	z-index: 3;
}

.homepage .box-2 .responsive-grid-layout-row.one-third-two-thirds-columns.row0 .col.last::after {
	float: right;
	right: 4.4%;
	left: auto;
	top: -35px;
	width: 0%;
}

/* specific coloring/animations for each bullet/line */
.homepage .box-2 h2::after { /* circle to right of top heading */
	background: #e1d389;
}
.homepage .box-2 h2::before { /* vert line to right of top heading */
	background: #e1d389;
}
.homepage .box-2 .responsive-grid-layout-row.row0 .col.last::after { /* horz line below top heading */
	background: #b287a3;
	background: -webkit-linear-gradient(left,  #b287a3 0%,#e1d389 100%);
	background: linear-gradient(to right,  #b287a3 0%,#e1d389 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b287a3', endColorstr='#e1d389',GradientType=1 );
}
.homepage .box-2 .responsive-grid-layout-row.row0::before { /* vert line above row 1 */
	background: #b287a3;
}
.homepage .box-2 .responsive-grid-layout-row.row0 .col.first::before { /* circle above row 1 */
	background: #b287a3;
}
.homepage .box-2 .responsive-grid-layout-row.row0 .col.first::after { /* circle below row 1 */
	background: #9395d7;
}
.homepage .box-2 .responsive-grid-layout-row.row0 .last::before { /* vert line below row 1 */
	background: #9395d7;
}
.homepage .box-2 .responsive-grid-layout-row.row1 .col.first::after { /* horz line between row 1 and 2 */
	background: #9395d7;
	background: -webkit-linear-gradient(left,  #9395d7 0%,#d6b58c 100%);
	background: linear-gradient(to right,  #9395d7 0%,#d6b58c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9395d7', endColorstr='#d6b58c',GradientType=1 );
}
.homepage .box-2 .responsive-grid-layout-row.row1::before { /* vert line above row 2 */
	background: #d6b58c;
}
.homepage .box-2 .responsive-grid-layout-row.row1 .col.last::before { /* circle above row 2 */
	background: #d6b58c;
}
.homepage .box-2 .responsive-grid-layout-row.row1 .col.last::after { /* circle below row 2 */
	background: #e4e089;
}
.homepage .box-2 .responsive-grid-layout-row.row1 .col.first::before { /* vert line below row 1 */
	background: #e4e089;
}
.homepage .box-2 .responsive-grid-layout-row.row2 .col.last::after { /* horz line between row 2 and 3 */
	background: #b2849f;
	background: -webkit-linear-gradient(left,  #b2849f 0%,#e4e089 100%);
	background: linear-gradient(to right,  #b2849f 0%,#e4e089 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2849f', endColorstr='#e4e089',GradientType=1 );
	float: right;
	right: 19.4%;
	left: auto;
}
.homepage .box-2 .responsive-grid-layout-row.row2::before { /* vert line above row 3 */
	background: #b2849f;
}
.homepage .box-2 .responsive-grid-layout-row.row2 .col.first::before { /* circle above row 3 */
	background: #b2849f;
}
.homepage .box-2 .responsive-grid-layout-row.row2 .col.first::after { /* circle below row 3 */
	background: #5f8c9d;
}
.homepage .box-2 .responsive-grid-layout-row.row2 .col.last::before { /* vert line below row 3 */
	background: #5f8c9d;
}
.homepage .box-2 .responsive-grid-layout-row.row3 .col.first::after { /* horz line between row 1 and 2 */
	background: #5f8c9d;
	background: -webkit-linear-gradient(left,  #5f8c9d 0%,#d29584 100%);
	background: linear-gradient(to right,  #5f8c9d 0%,#d29584 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f8c9d', endColorstr='#d29584',GradientType=1 );
}
.homepage .box-2 .responsive-grid-layout-row.row3::before { /* vert line above row 4 */
	background: #d29584;
}
.homepage .box-2 .responsive-grid-layout-row.row3 .col.last::before { /* circle above row 4 */
	background: #d29584;
}


/* animations */
/* height animation for vert lines */
@keyframes heightanim52px { from {height: 0%;} to {height: 52px} }
@-webkit-keyframes heightanim52px { from {height: 0%;} to {height: 52px} }

/* height animation for vert lines */
@keyframes heightanim35px { from {height: 0%;} to {height: 35px} }
@-webkit-keyframes heightanim35px { from {height: 0%;} to {height: 35px} }

/* width animation for horizontal lines */
@keyframes widthanim761 { from {width: 0%;} to {width: 76.1%;} }
@-webkit-keyframes widthanim761 { from {width: 0%;} to {width: 76.1%;} }

/* width animation for horizontal lines */
@keyframes widthanim611 { from {width: 0%;} to {width: 61.1%;} }
@-webkit-keyframes widthanim611 { from {width: 0%;} to {width: 61.1%;} }

.homepage .box-2 .responsive-grid-layout-row.in-view {
	animation: fadein 0.4s linear forwards 0s; 
	-webkit-animation: fadein 0.4s linear forwards 0s; 
}

.homepage .box-2 h2.in-view::after { /* circle on right of title */
	animation: fadein 0.4s linear forwards 0.1s; 
	-webkit-animation: fadein 0.4s linear forwards 0.1s; 
}
.homepage .box-2 h2.in-view::before { /* vert line on right of title */ 
	animation: heightanim52px 0.4s linear forwards 0.5s; 
	-webkit-animation: heightanim52px 0.4s linear forwards 0.5s; 
}


.homepage .box-2 .responsive-grid-layout-row.row0.in-view .col.last::after {/* horiz line above first box */ 
	animation: widthanim761 0.4s linear forwards 0.9s; 
	-webkit-animation: widthanim761 0.4s linear forwards 0.9s; 
}
.homepage .box-2 .responsive-grid-layout-row.row0.in-view::before {/* vert line above first box */ 
	animation: heightanim35px 0.4s linear forwards 1.3s; 
	-webkit-animation: heightanim35px 0.4s linear forwards 1.3s; 
}
.homepage .box-2 .responsive-grid-layout-row.row0.in-view .col.first::before { /* circle above first box */
	animation: fadein 0.4s linear forwards 1.7s; 
	-webkit-animation: fadein 0.4s linear forwards 1.7s; 
}
.homepage .box-2 .responsive-grid-layout-row.row0.in-view .col.first::after { /* circle below first box */
	animation: fadein 0.4s linear forwards 2.1s; 
	-webkit-animation: fadein 0.4s linear forwards 2.1s; 
}
.homepage .box-2 .responsive-grid-layout-row.row0.in-view .last::before {/* vert line below first box */ 
	animation: heightanim52px 0.4s linear forwards 2.5s; 
	-webkit-animation: heightanim52px 0.4s linear forwards 2.5s; 
}


.homepage .box-2 .responsive-grid-layout-row.row1.in-view .col.first::after {/* horiz line above second box */ 
	animation: widthanim611 0.4s linear forwards 0.5s; 
	-webkit-animation: widthanim611 0.4s linear forwards 0.5s; 
}
.homepage .box-2 .responsive-grid-layout-row.row1.in-view::before {/* vert line above second box */
	animation: heightanim52px 0.4s linear forwards 0.9s; 
	-webkit-animation: heightanim52px 0.4s linear forwards 0.9s; 
}
.homepage .box-2 .responsive-grid-layout-row.row1.in-view .col.last::before {/* circle above second box */
	animation: fadein 0.4s linear forwards 1.3s;
	-webkit-animation: fadein 0.4s linear forwards 1.3s; 
}
.homepage .box-2 .responsive-grid-layout-row.row1.in-view .col.last::after {/* circle below second box */
	animation: fadein 0.4s linear forwards 1.7s;
	-webkit-animation: fadein 0.4s linear forwards 1.7s; 
}
.homepage .box-2 .responsive-grid-layout-row.row1.in-view .col.first::before {/* vert line below second box */
	animation: heightanim52px 0.4s linear forwards 2.1s; 
	-webkit-animation: heightanim52px 0.4s linear forwards 2.1s; 
}


.homepage .box-2 .responsive-grid-layout-row.row2.in-view .col.last::after {/* horiz line above third box */ 
	animation: widthanim611 0.4s linear forwards 0.5s; 
	-webkit-animation: widthanim611 0.4s linear forwards 0.5s; 
}
.homepage .box-2 .responsive-grid-layout-row.row2.in-view::before {/* vert line above third box */
	animation: heightanim52px 0.4s linear forwards 0.9s; 
	-webkit-animation: heightanim52px 0.4s linear forwards 0.9s; 
}
.homepage .box-2 .responsive-grid-layout-row.row2.in-view .col.first::before {/* circle above third box */
	animation: fadein 0.4s linear forwards 1.3s;
	-webkit-animation: fadein 0.4s linear forwards 1.3s; 
}
.homepage .box-2 .responsive-grid-layout-row.row2.in-view .col.first::after {/* circle below third box */
	animation: fadein 0.4s linear forwards 1.7s;
	-webkit-animation: fadein 0.4s linear forwards 1.7s; 
}
.homepage .box-2 .responsive-grid-layout-row.row2.in-view .col.last::before {/* vert line below third box */
	animation: heightanim52px 0.4s linear forwards 2.1s; 
	-webkit-animation: heightanim52px 0.4s linear forwards 2.1s; 
}


.homepage .box-2 .responsive-grid-layout-row.row3.in-view .col.first::after {/* horiz line above fourth box */ 
	animation: widthanim611 0.4s linear forwards 0.5s; 
	-webkit-animation: widthanim611 0.4s linear forwards 0.5s; 
}
.homepage .box-2 .responsive-grid-layout-row.row3.in-view::before {/* vert line above fourth box */
	animation: heightanim52px 0.4s linear forwards 0.9s; 
	-webkit-animation: heightanim52px 0.4s linear forwards 0.9s; 
}
.homepage .box-2 .responsive-grid-layout-row.row3.in-view .col.last::before {/* circle above fourth box */
	animation: fadein 0.4s linear forwards 1.3s;
	-webkit-animation: fadein 0.4s linear forwards 1.3s; 
}




/************** box 3 *********************************************/
.homepage .box-3 {
	background-color: #ffffff;
	padding: 20px 0 120px;
	position: relative;
	z-index: 2;
}

.homepage .box-3 h2 {
	color: #ca6b82;
	font-size: 46px;
	line-height: 48px;
	margin: 0 0 46px;
	text-align: center;
}

#carousels-stage,
.slideshow.slick-slider {
	max-width: 1080px;
	margin: 0 auto;
	overflow: visible !important;
}

#carousels-stage .slick-arrow,
.slideshow.slick-slider .slick-arrow {
	background: url(/images/icons/grey-arrow-left.png) 50% 50% no-repeat;
	background-size: 25px 39px;
	border: 0;
	cursor: pointer;
	display: block;
	height: 39px;
	left: -64px;
	margin: -18px 0 0 0;
	opacity: 1;
	outline: none;
	position: absolute;
	top: 50%;
	text-indent: -9999px;
	transition: opacity 0.25s linear;
	-webkit-transition: opacity 0.25s linear;
	width: 25px;
	z-index: 9999;
}

.slideshow.slick-slider .slick-arrow {
	left: -64px;
	height: 39px;
	width: 25px;
}

#carousels-stage .slick-arrow.slick-next,
.slideshow.slick-slider .slick-arrow.slick-next {
	background: url(/images/icons/grey-arrow-right.png) 50% 50% no-repeat;
	background-size: 25px 39px;
	left: auto;
	right: -64px;
}

.slideshow.slick-slider .slick-arrow.slick-next {
	right: -64px;
}

#carousels-stage .slick-arrow:hover,
.slideshow.slick-slider .slick-arrow:hover {
	opacity: .5;
	filter: alpha(opacity=50);
}

#carousels-stage .slide,
.slideshow.slick-slider .slide {
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
	margin: 30px 15px;
	padding: 0;
	position: relative;
	width: 330px;
}

#carousels-stage .slide a {

}

#carousels-stage .slide .register-now-link {
	background: url(/images/icons/open-blue.png) 0 50% no-repeat;
	background-size: 10px auto;
	color: #1286c5;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-top: 20px;
	padding-left: 17px;
	text-transform: uppercase;
}

@media screen and (max-width: 1220px) {
	#carousels-stage .slide .register-now-link {
		margin-top: 10px;
	}
}

#carousels-stage .slide a:hover .register-now-link {
	background-image: url(/images/icons/open-black.png);
	color: #5a5a5a;
	cursor: pointer;
}

.slideshow.slick-slider .slide {
	height: 380px;
	line-height: 380px;
}

.slideshow.slick-slider .slide img {
	display: inline-block;
	vertical-align: middle;
}

#carousels-stage .bubble {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 180px;
	margin: 10px 10px 0;
	position: relative;
	z-index: 100;
}

#carousels-stage .bubble img {
	display: none;
}

#carousels-stage .content {
	color: #ca6b82;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	margin: 18px 10px 0;
	max-width: 100%;
	padding: 0 10px 20px;
	position: relative;
	text-transform: none;
	z-index: 150;
}

#carousels-stage .content .caption {
	color: #1286c5;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	opacity: 1;
}

#carousels-stage .content .caption span {
	color: #5a5a5a;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 9px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* News ------------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.list-items li .content {
	max-width: 100%;
}

.rss-link-wrap {
	display: none;
	visibility: hidden;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Blog ------------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.blog-left-column {
	width: 67%;
}

.blog-right-column {
	width: 21%;
}

.blog-right-column h3 {
	color: #017bbd;
	font-size: 22px;
}

.blog-right-column ul.recent-articles li a {
	font-size: 16px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Contact Form ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.driving-directions-input-fields input[type=text] {
	width: 100%;
}

.locations-table td {
	padding: 34px 0 40px;
}

.locations-table p {
	margin-bottom: 16px;
}

.locations-table h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-bottom: 8px;
}

input, select, textarea {
	border: 1px solid #cecece;
	box-shadow: none;
	-webkit-box-shadow: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 100%;
}

/* remove default ios styling */
input {
    -webkit-appearance: none;
    border-radius: 0;
}

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;
}

.good-alert.fixed, .bad-alert.fixed {
	z-index: 3000;
}

form .field-wrap {
	margin-bottom: 20px;
}


/********** contact page custom form ***************************/
#dd-print-button { display: none; }

.contact-page-wrap .col {
	margin-top: 20px;
}

.contact-page-wrap .col input,
.contact-page-wrap .col select,
.contact-page-wrap .col textarea {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 95%;
	width: 95%;
}

.contact-page-wrap .col input.button {
	width: auto;
}

.contact-page-wrap form .field-wrap input,
.contact-page-wrap form .field-wrap select,
.contact-page-wrap form .field-wrap textarea{
	min-width: 0;
}

.contact-page-wrap .col.first {
	float: left;
	max-width: 436px;
	width: 46%;
}

.contact-page-wrap .col.first .cms-table td {
	padding-bottom: 10px;
}

.contact-page-wrap .col.last {
	float: right;
	width: 46%;
}

.contact-page-wrap .col.last .cms-table td {
	padding-bottom: 10px;
	text-align: left !important;
}

.contact-page-wrap .col.last form .field-wrap label {
	font-weight: bold;
}

.contact-page-wrap .col.last form .field-wrap .checkbox-wrap label {
	font-weight: normal;
}

form .field-wrap span.checkbox-wrap,
form .field-wrap span.radio-wrap {
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	display: block;
	margin: 0 0 8px 0;
	padding: 0;
}

form .field-wrap span.radio-wrap input {
	border: 0;
	height: 18px;
	margin: 0 3px 0 0;
	-webkit-appearance: radio;
	width: 18px;
}

form .field-wrap .radio-wrap label span {
	vertical-align: top;
}

form .field-wrap .checkbox-wrap label.unchecked, form .field-wrap .checkbox-wrap label.checked {
	background-image: url(/images/icons/radio-button.png);
}

form .field-wrap span.checkbox-wrap label.checked {
	background-image: url(/images/icons/radio-button-on.png);
}

.right-side.full-width .driving-directions-wrap .cms-table {
	width: 100%;
}

.right-side.full-width .driving-directions-wrap .cms-table tr td {
	width: 83%;
}

.right-side.full-width .driving-directions-wrap .cms-table tr td:first-child {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 2px;
	padding-right: 20px;
	text-align: right;
	text-transform: uppercase;
	width: 17%;
}

.right-side.full-width .driving-directions-wrap .cms-table input {
	width: 100%;
}

.right-side.full-width .driving-directions-wrap .cms-table input.button {
	margin-right: -20px;
	width: auto;
}

.feedback-form-wrap form .field-wrap input[type=text],
.feedback-form-wrap form .field-wrap select,
.feedback-form-wrap form .field-wrap textarea {
	width: 100%;
}

/**** 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 --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.spinner {
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
  opacity: .5;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -25px;
}

.spinner > div {
  background-color: #373737;
  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);
  }
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Toggle More ----------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.toggle-more-link {
	margin-top: 20px;
}

.toggle-more-link h2 {
	display: inline;
}

.toggle-more-link a {
	background: url(/images/icons/toggle-plus.png) 0% 45% no-repeat;
	font-size: 14px;
	font-weight: 500;
	padding-left: 14px;
	text-decoration: none;
	text-transform: uppercase;
}


.toggle-more-link a:hover {
	color: #494949;
	text-decoration: none;
}

.toggle-more-link.selected a {
	background-image: url(/images/icons/toggle-minus.png);
}

.toggle-more-content {
	display: none;
	line-height: 22px;
	margin-bottom: 10px;
	padding: 10px 0;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Careers Page ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
form.category-and-window .text-search-wrap .text-search {
	height: 27px;
}

.job-board-items .list-item .heading {
	height: auto;
	line-height: 100%;
	padding: 10px;
}

.job-board-items .list-item .heading h2.title {
	float: none;
	font-size: 22px;
}

.job-board-items .list-item .expand {
	background-image: url(/images/icons/grey-arrow-down.png);
}

.job-board-items .list-item .expand.on {
	background-image: url(/images/icons/grey-arrow-up.png);
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Events Page ----------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.event-links-bar, .event-links-bar .button {
	padding-bottom: 0;
	padding-top: 0;
}

.event-links-bar h3 {
	line-height: 36px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Resources ------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.list-items.resource-items {
	margin-bottom: 50px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Testimonial Page ------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
h3.author {
	font-size: 18px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Workshops Page -------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.workshops-mainpage .gray-box .responsive-grid-layout-row .col.first .button {
	padding-left: 14px;
	padding-right: 14px;
}

.workshops-mainpage .responsive-grid-layout-row.one-third-two-thirds-columns > .col,
.workshops-mainpage .responsive-grid-layout-row.two-thirds-one-third-columns > .col.last {
	width: 34%;
}

.workshops-mainpage .responsive-grid-layout-row.one-third-two-thirds-columns > .col.last,
.workshops-mainpage .responsive-grid-layout-row.two-thirds-one-third-columns > .col.first {
	width: 66%;
}

.workshops-mainpage .responsive-grid-layout-row.one-third-two-thirds-columns .col {
	background: #f5f5f5;
}

.workshops-mainpage .gray-box {
	margin: 0 0 0 0;
}

.workshops-mainpage .responsive-grid-layout-row.one-third-two-thirds-columns {
	margin-bottom: 40px;
}

.workshops-mainpage .responsive-grid-layout-row.one-third-two-thirds-columns .col {
	background-position: 0 0;
	background-size: cover;
}

.workshops-mainpage .responsive-grid-layout-row.one-third-two-thirds-columns .col img {
	display: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Gray Box -------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.gray-box {
	background: #f5f5f5;
	margin: 0 0 25px 0;
	padding: 30px 30px 15px 40px;
}

.gray-box h2 {
	color: #ca6b82;
	font-size: 28px;
	line-height: 30px;
	margin: 0 0 4px;
	padding: 0;
}

.gray-box h4 {
	line-height: 24px;
	margin: 0;
}

.gray-box table {
	margin: 0 0 20px 0;
	width: 100%;
}

.gray-box p {
	margin: 0 0 20px 0;
}

.gray-box p:last-child,
.gray-box table:last-child {
	margin: 0;
}

.gray-box table th {
	background: #d6d6d6;
	font-weight: bold;
	font-size: 20px;
	padding: 6px 12px;
	text-align: left;
}

.gray-box table th p {
	margin: 0;
	padding: 0;
}

.gray-box table td {
	padding: 8px 12px;
}

.gray-box table td p {

}
