
h2
{
	font-family: "BebasNeue", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 40px;
	color: #d24508;
	line-height: 89%;
	margin: 0 0 20px 0;
}

h3
{
	font-family: Open Sans, Arial Semibold, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #444444;
	line-height: 32px;
	text-align: left;
	border-bottom: none;
	margin: 0 0 30px 0;
}
/* selector box content */

#selectorBox1Open,
#selectorBox2Open,
#selectorBox3Open
{
	width: 570px;
	-webkit-transition: width .45s ease-in-out;
	transition: width .45s ease-in-out;
	border: 1px solid #e3e3e3;
	float: left;
	margin-right: 15px;
}

#selectorBox1Closed, #selectorBox2Closed, #selectorBox3Closed
{
	width: 280px;
	-webkit-transition: width .45s ease-in-out;
	transition: width .45s ease-in-out;
	border: 1px solid #e3e3e3;
	float: left;
	margin-right: 15px;
}

#selectorBox3Closed,
#selectorBox3Open
{
	margin-right: 0;
}

#box1, #box2, #box3
{
	border: none;
	padding: 0;
	width: 100%;
	cursor: pointer;
}

.hiddenBox
{
	display: none;
}

.icon-Open
{
	background-image: url(../img/plusign.svg);
	background-repeat: no-repeat;
	z-index: 999;
	padding-top: 70px;
	width: 80px;
	background-color: Transparent;
	border: none;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0;
}

	.icon-Open a
	{
		display: none;
	}

		.icon-Open a:hover
		{
			display: block;
		}

div.selectorContentSection a.vs_button.vs_secondaryButton
{
	border: 1px solid #007c96;
	color: #007c96;
	background-color: #ffffff;
	min-height: 0;
	margin-left: 10px;
}

div.selectorContentSection .innerHeader
{
	padding-top: 25px;
}

	div.selectorContentSection .innerHeader h2
	{
		text-align: left;
	}

div.selectorContentSection .innerContent
{
	padding: 25px;
	z-index: 99;
	position: relative;
}

.selectorBoxes
{
	display: flex;
}

.selectorBox
{
	margin-right: 17px;
	margin-bottom: 20px;
}

	.selectorBox.last
	{
		margin-right: 0;
	}

.selectorBoxImage
{
	max-width: 100%;
	background-repeat: no-repeat;
	background-position: right;
	height: 585px;
}

div.selectorBoxImage img
{
	width: 31%;
	height: 585px;
	z-index: 1;
}

div.selectorBox.selectorOpen
{
	width: 580px;
}

div.selectorContentSection
{
	padding: 0;
}

.innerTop
{
	height: 320px;
}

.innerBottom
{
	height: 175px;
	padding-top: 50px;
}

.selectorClosed > .innerBottom
{
	display: none;
}

.selectorBoxLinks
{
	column-count: 2;
	column-gap: 30px;
	column-width: 215px;
}

	.selectorBoxLinks a
	{
		font-size: 16px;
		font-weight: 700;
	}

.selectorBoxLinksLeft
{
	width: 50%;
	float: left;
}

.selectorBoxLinksRight
{
	width: 50%;
	float: left;
}

/* end selector box content */
a.vs_button, a.vs_button:link, a.vs_button:visited, input[type=button].vs_button, input[type=button].vs_button:link, input[type=button].vs_button:visited, input[type=submit].vs_button, input[type=submit].vs_button:link, input[type=submit].vs_button:visited
{
	display: inline-block;
	width: auto;
	color: #fff;
	background-color: #007c96;
	padding: 10px 25px;
}



@media screen and (max-width: 1439px)
{

	#selectorBox1Open, #selectorBox2Open, #selectorBox3Open
	{
		width: 55%;
		float: left;
       
	}

	#selectorBox1Open, #selectorBox2Open, #selectorBox1Closed, #selectorBox2Closed
	{
		margin-right: 14px;
	}
	#selectorBox1Closed, #selectorBox2Closed, #selectorBox3Closed
	{
		width: 20%;
		overflow: hidden;
		border: 1px solid #e3e3e3;
		float: left;
          
	}

	.innerBottom
	{
		padding-top: 20px;
	}

	.selectorBoxLinks a
	{
		line-height: 90%;
	}

	div.selectorContentSection .innerContent
	{
		padding: 20px;
	}



}


@media screen and (max-width: 767px)
{

	.selectorBox
	{
		margin-right: 0;
		float: none;
	}

	#selectorBox1Open, #selectorBox2Open, #selectorBox3Open
	{
		width: 100%;
		height: 670px;
		overflow: hidden;
	}

	#selectorBox1Closed, #selectorBox2Closed, #selectorBox3Closed
	{
		width: 100%;
		height: 220px;
		overflow: hidden;
		border: 1px solid #e3e3e3;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.icon-Open
	{
		background-size: 50px;
		float: right;
		position: relative;
	}



}