/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 30px;
	font-weight: 400;
	color: #182225;
}

body.editor {
	background-image: none;
	min-height: 400px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

body.editor, .cke_panel_block {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
}

table.data_table {
	width: 100%;
}

table td {
	vertical-align: top;
}

p {
	margin-bottom: 1em;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol, .editor ul, .editor ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

#content li, #right_content li {
	line-height: 22px;
	margin-bottom: 8px;
}

h1 {
	font-family: 'Syncopate', sans-serif;
	font-size: 26px;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: .5em;
}

.layout2 h1 {
	text-align: center;
	color: #133A46;
}

h2 {
	font-size: 22px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: .5em;
}

h3 {
	font-size: 20px;
	line-height: 1em;
	margin-bottom: .5em;
}

hr {
	border: 0px;
	height: 2px;
	color: #E3DDD3;
	background-color: #E3DDD3;
	margin: 25px 0px;
}

img {
	border: none;
}

#content img, .editor img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #0080A5;
}

a:hover {
	color: #133A46;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

.light {
	font-weight: 300;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after, #products {
	clear: both;
}

.cf {
	zoom: 1;
}

.merriweather {
	font-family: "Merriweather", serif;
	font-style: italic;
	font-weight: bold;
}

.stretch {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.stretch:after {
	content: "";
	display: inline-block;
	width: 100%;
}

#content .embed_container, #home_feature video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
}

#content .embed_container iframe, #content .embed_container object, #content .embed_container embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.right_photo {
	float: right;
	margin: 5px 0px 10px 15px;
	display: inline;
}

.left_photo {
	float: left;
	margin: 5px 15px 10px 0px;
	display: inline;
}

@media only screen and (max-width: 450px) {

	.right_photo, .left_photo {
		float: none;
		margin: 0px auto 20px auto;
		display: block;
	}

}

.content_box {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}

.content_box.blue {
	background-color: #0087AA;
	background-image: url('../images/texture_blue.png');
	color: #FFFFFF;
}

.content_box.green {
	background-color: #BADDA9;
	background-image: url('../images/texture_green.png');
	color: #0080A5;
}

.content_box.yellow {
	background-color: #E4EC9A;
	background-image: url('../images/texture_yellow.png');
	color: #133A46;
}

@media only screen and (min-width: 860px) { 

	.content_box.photo, .content_box .content {
		min-height: 400px;
	}

	.content_box.left.photo {
		padding-left: 40%;
	}

	.content_box.right.photo {
		padding-right: 40%;
	}

	.content_box.left.photo .photo, .content_box.right.photo .photo {
		margin: 0px;
		width: 40%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		float: none;
		display: block;
		overflow: hidden;
	}

	.content_box.right.photo .photo {
		left: auto;
		right: 0px;
	}

}

#content .content_box.left.photo .photo img, #content .content_box.right.photo .photo img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
/*
	position: relative;
	top: 50%;
	transform: translateY(-50%);
*/
}

.content_box .content {
	padding: 40px;
/*	width: 72.7272727272727%;*/
	font-size: 18px;
}

.content_box.photo .content {
	/*width: calc(100% - 600px);*/
	position: relative;
}

.content_box .content_inner {
	max-width: 1200px;
	margin: 0px auto;
}

@media only screen and (min-width: 860px) { 

	.content_box.photo .content_inner {
		position: absolute;
		top: 50%;
		left: 0px;
		transform: translateY(-50%);
		padding: 40px;
	}

	.content_box.photo.no_center .content_inner {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		padding: 0px;
	}

}

.content_box h2 {
	font-family: "Merriweather", serif;
	font-size: 30px;
	line-height: 1.3em;
	font-style: italic;
}

.content_box.blue h2 {
	color: #DEE781;
}

.content_box.green h2 {
	color: #133A46;
}

.content_box.yellow h2 {
	color: #0080A5;
}

.content_box.addon h2 {
	font-family: 'Syncopate', sans-serif;
	font-style: normal;
	text-transform: uppercase;
}

@media only screen and (min-width: 1060px) and (max-width: 1259px) { 

/*
	.content_box .left_photo, .content_box .right_photo {
		width: 500px;
	}

	.content_box.photo .content {
		width: calc(100% - 500px);
		padding: 30px 40px 20px 40px;
	}
*/

	.content_box h2 {
		font-size: 26px;
	}

}


@media only screen and (min-width: 860px) and (max-width: 1059px) { 

/*
	.content_box .left_photo, .content_box .right_photo {
		width: 400px;
		position: absolute;
		top: 50%;
		left: 0px;
		transform: translateY(-50%);
	}

	.content_box .right_photo {
		left: auto;
		right: 0px;
	}

	.content_box.photo .content {
		width: calc(100% - 400px);
		float: right;
	}

	.content_box.photo.right .content {
		float: left;
	}
*/

	.content_box h2 {
		font-size: 22px;
	}

}

@media only screen and (max-width: 859px) { 

	.content_box.left.photo .photo, .content_box.right.photo .photo {
		float: none;
		width: 100%;
		display: block;
		margin: 0px auto 10px auto;
	}

	.content_box .content {
		width: 100% !important;
	}

	.content_box.photo .content {
		margin-bottom: 20px;
	}

}

.intro_box {
	background-color: #E3DDD3;
	padding: 40px 30px;
	margin-bottom: 30px;
}

.intro_box .container {
	max-width: 1400px;
	padding: 0px;
}

.intro_box .logo {
	width: 330px;
	float: right;
	padding: 20px 30px;
	border-left: 2px solid #D5CEC2;
	margin-left: 30px;
	display: inline;
}

.intro_box .content {
/*
	float: left;
	width: calc(100% - 360px);
*/
	padding-bottom: 20px;
}

.intro_box h1 {
	color: #133A46;
}

@media only screen and (max-width: 649px) {

	.intro_box .logo {
		width: auto;
		float: none;
		padding: 0px 30px 30px 30px;
		border-bottom: 2px solid #D5CEC2;
		border-left: 0px;
		margin-left: 0px;
		margin-bottom: 40px;
		display: block;
		text-align: center;
	}

	.intro_box h1 {
		text-align: center;
	}

	.intro_box .content p {
		text-align: justify;
	}

}

#content .icons, .icons {
	clear: both;
	padding: 0px;
	text-align: center;
}

#content .intro_box .icons {
	border-top: 2px solid #D5CEC2;
}

.icons li {
	list-style: none;
	width: 24%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0px 4%;
	margin-top: 40px;
}

#content .icons li img {
	width: auto;
	height: 90px;
	margin-bottom: 1em;
}

.icons p {
	line-height: 25px;
	margin-bottom: .5em;
}

.icons strong {
	font-family: 'Syncopate', sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	text-transform: uppercase;
}

.intro_box .icons p {
	color: #0080A5;
}

.intro_box .icons p strong {
	color: #133A46;
}

@media only screen and (max-width: 1199px) { .icons li { width: 48%; } }
@media only screen and (max-width: 599px) { .icons li { width: 100%; } }

.form_box, .acton_form {
	border-top: 2px solid #DFD8CC;
	border-bottom: 2px solid #DFD8CC;
	background-color: #F5F3F0;
	padding: 40px 30px;
	margin-bottom: 30px;
	text-align: center;
}

.form_box h2 {
	font-family: 'Syncopate', sans-serif;
	font-size: 37.5px;
	text-transform: uppercase;
	color: #0080A5;
}

.form_box form {
	width: 100%;
	max-width: 890px;
	margin: 0px auto;
	text-align: left;
}

.form_box .col {
	width: 48%;
	margin-bottom: 15px;
}

.form_box .col.left {
	float: left;
	clear: both;
}

.form_box .col.right {
	float: right;
}

.form_box .col.full {
	clear: both;
	width: 100%;
}

.form_box label {
	font-family: "Merriweather", serif;
	font-style: italic;
	color: #918A7F;
	white-space: normal;
}

.form_box input, .form_box textarea {
	border: 2px solid #DFD8CC;
	width: 100%;
}

.form_box input {
	height: 50px;
}

.form_box input.button {
	width: auto;
	padding: 0px 20px;
	margin: 0px 10px 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "Merriweather", serif;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	background-color: #0080A5;
	color: #FFFFFF;
}

.form_box input.button.tan {
	background-color: #918A7F;
}

@media only screen and (max-width: 699px) { 

	.form_box .col {
		width: 100%;
		float: none;
	}

}

/* FORM CSS */

fieldset {
	border: 0px;
}

legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

label, .label {
	white-space: nowrap;
}

fieldset td {
	padding: 2px 4px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 5px;
	border: 0px;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0px
}

select {
	line-height: 16px;
	padding: 0px 5px;
}

input:focus, select:focus, textarea:focus {
        outline: 0px; 
}

.button, input[type="button"], input[type="submit"], input[type="reset"] {
	border: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 4px;
	-webkit-appearance: none;
	cursor: pointer;
}

a.button, .feedback .button {
	background-color: #133A46;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	height: 42px;
	padding: 0px 15px;
	font-family: "Merriweather", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
/*	line-height: 38px;*/
	line-height: 42px;
}

a.button:hover, .feedback .button:hover {
	background-color: #054F67;
	color: #DEE781;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

.container {
	width: 100%;
	max-width: 2060px;
	margin: 0px auto;
	padding: 0px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	position: relative;
}

.layout5 #content_box.container {
	max-width: none;
}

@media only screen and (max-width: 959px) { .container { padding: 0px 15px; } }

header {
	background-color: #0080A5;
}

@media only screen and (min-width: 960px) {

	.layout2 #header_inner {
		background-color: transparent;
		position: absolute;
		top: 50px;
		left: 0px;
		width: 100%;
		z-index: 200;
	}

}

#header_bar {
	background-color: #133A46;
	background-image: url('../images/texture_teal.png');
	background-position: center top;
	height: 50px;
}

.header_phone {
	float: right;
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
	font-size: 21px;
	font-weight: 600;
	color: #5DC9E0;
}

#header_phone {
	border-left: 2px solid #0C4D61;
}

.header_phone em {
	font-family: "Merriweather", serif;
	font-size: 17px;
	font-weight: bold;
	color: #0080A5;
	margin-right: 8px;
	vertical-align: top;
}

.header_phone a {
	color: #5DC9E0;
}

#slogan {
	font-size: 16px;
	line-height: 50px;
	font-weight: 600;
	text-transform: uppercase;
	color: #0080A5;
	letter-spacing: .06em;
}

header .logo, #mini_header .logo {
	text-align: center;
	float: left;
	margin: 10px 0px 13px 0px;
}

header .logo img {
	width: 100%;
	max-width: 121px;
	display: block;
}

@media only screen and (min-width: 960px) {

	.layout2 header .logo {
		margin: 0px;
		width: 14%;
		min-width: 160px;
		background-color: #0080A5;
		padding: 2% 0px;
	}

	.layout2 header .logo img {
		width: 65.1851851851852%;
		max-width: 176px;
		display: block;
		margin: 0px auto;
	}

}

@media only screen and (max-width: 750px) {

	header .logo img {
		max-width: 100px;
	}
}

#social {
	float: right;
	padding: 0px 30px 0px 9px;
	border-left: 2px solid #0C4D61;
	height: 50px;
}

#social li {
	list-style: none;
	float: left;
	margin-left: 20px;
	display: inline;
	font-size: 25px;
	line-height: 50px;
}

#social li a {
	display: block;
	color: #0080A5;
}

#social li a:hover {
	color: #FFFFFF;
}

#search {
	float: right;
	padding: 12px 30px 0px 0px;
}

#search_box {
	border: 2px solid #0080A5;
	background-color: transparent;
	float: left;
	width: 139px;
	height: 25px;
	font-family: "Merriweather", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	color: #0080A5;
}

#search button, #search_link {
	float: left;
	width: 29px;
	height: 25px;
	text-align: center;
	border-left: 0px;
	border-top: 2px solid #0080A5;
	border-right: 2px solid #0080A5;
	border-bottom: 2px solid #0080A5;
	margin: 0px;
	background-color: transparent;
	font-size: 14px;
	line-height: 21px;
	color: #5DC9E0;
	cursor: pointer;
	padding: 0px;
}

#search_link {
	border-left: 2px solid #0080A5;
	float: right;
	margin: 12px 30px 0px 0px;
	padding: 0px;
	height: 25px;
	display: none;
}

#search button:hover, #search_link:hover {
	color: #DEE781;
}

.ffse-ov0-div {
	position: absolute;
}

.ffse-ov0-ifd {
	min-width: 300px;
}

@media only screen and (max-width: 700px) {

	#search {
		display: none;
	}

	#search_link {
		display: block;
	}

}


#header_photo {
	padding: 0px;
}

#header_photo img {
	display: block;
	width: 100%;
}

#mini_header {
	position: fixed;
	height: 118px;
	top: 0px;
	left: 0px;
	width: 100%;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	z-index: 500;
	overflow: hidden;
}

#mini_header.hidden {
	top: -118px;
}

#mini_header .logo img {
	width: 100%;
	max-width: 78px;
}

#mini_phone, #mini_header .chat {
	float: right;
	font-size: 21px;
	line-height: 118px;
	font-weight: 600;
	height: 118px;
	border-left: 2px solid #EEECE9;
	padding-left: 30px;
}

#mini_phone a, #mini_header .chat, #mini_header .chat a {
	color: #918A7F;
}

#mini_phone a:hover, #mini_header .chat:hover, #mini_header .chat a:hover {
	color: #133A46;
}

#mini_header .chat {
	float: right;
	font-size: 18px;
	border-left: 2px solid #EEECE9;
	font-family: "Merriweather", serif;
	font-weight: 700;
	font-style: italic;
	padding-right: 30px;
	/*padding-top: 39px;*/
}

#mini_header .chat a:after, #mini_header .chat div div:after {
	font-size: 20px !important;
	line-height: 42px;
}

#mini_header .chat div div {
	cursor: pointer;
}

#page_heading {
	background-color: #E4EC9A;
	background-image: url('../images/texture_yellow.png');
	background-position: center top;
	padding: 2.5% 0px 2% 0px;
	font-family: 'Syncopate', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 55px;
	line-height: 1.2em;
	color: #133A46;
}

.layout2 #content_box {
	background-color: #E3DDD3;
	max-width: none;
}

.layout5 #content_box {
	padding: 0px;
}

.layout1 #content_box_inner {
	width: calc(100% - 300px);
	float: left;
}

#content {
	width: 80%;
	float: right;
	border-left: 2px solid #DFD8CC;
	padding: 40px 5% 40px 5%;
}

.layout2 #content, .layout4 #content, .layout5 #content {
	width: 100%;
	max-width: 1400px;
	float: none;
	margin: 0px auto;
	padding: 40px 0px;
	border: 0px;
}

.layout3 #content {
	width: calc(100% - 300px);
	float: left;
	border-left: 0px;
	margin: 0px;
	padding-left: 0px;
}

.layout4 #content, .layout5 #content {
	max-width: none;
}

.layout5 #content {
	padding-bottom: 0px;
}

.layout_admin #content {
	padding-right: 0px;
}

#right_content {
	float: right;
	width: 300px;
	padding: 40px 0px;
}

@media only screen and (max-width: 1350px) {

	.layout1 #content_box_inner, .layout3 #content {
		width: calc(100% - 250px);
	}

	#right_content {
		width: 250px;
	}

}

@media only screen and (max-width: 1150px) {

	.layout1 #content_box_inner, .layout3 #content {
		width: calc(100% - 200px);
	}

	#right_content {
		width: 200px;
	}

}

@media only screen and (max-width: 1050px) {

	.layout1 #content_box_inner, #right_content, .layout3 #content {
		width: 100%;
		float: none;
	}

	#content {
		padding-right: 0px;
	}

	#right_content {
		clear: both;
		border-top: 2px solid #DFD8CC;
		padding-bottom: 40px;
	}

}

#breadcrumbs {
/*
	position: absolute;
	top: 0px;
	left: 0px;
*/
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	font-style: italic;
	max-width: 2060px;
	margin: 13px auto 0px auto;
}

.layout5 #breadcrumbs {
	padding-left: 30px;
}

@media only screen and (max-width: 959px) { .layout5 #breadcrumbs { padding-left: 15px; } }

#breadcrumbs a {
	color: #133A46;
}

#breadcrumbs a:last-child {
	color: #0080A5;
}

.cta_wrapper {
	margin-bottom: 5px;
}

.cta {
	height: 0px;
	padding-bottom: 75%;
	position: relative;
	background-color: #0080A5;
}

.editor .cta {
	width: 300px;
	height: 225px;
	padding-bottom: 0px;
}

.cta:hover {
	background-color: #0097B9;
}

.cta a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../images/cta_bg.png');
	background-repeat: no-repeat;
	background-size: 100% 200%;
	font-family: 'Syncopate', sans-serif;
	font-size: 26px;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	color: #FFFFFF;
}

.cta2 a {
	background-image: url('../images/cta2_bg.png');
}

.cta a:hover {
	background-position: 0px 100%;
}

.cta a span.cta_inner {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 100%;
}

.cta2 a {
	color: #133A46;
}

.cta a em {
	font-family: "Merriweather", serif;
	font-size: .923076923076923em;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
	color: #DEE781;
}

.cta a span.button {
	display: inline-block;
	margin-top: 7%;
	font-family: "Merriweather", serif;
	font-size: 0.769230769230769em;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
	color: #979E4D;
	background-color: #DEE781;
/*	padding: 2% 10%;*/
	padding: 7px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cta2 a span.button {
	background-color: #133A46;
	color: #0080A5;
}

.cta a:hover span.button {
	background-color: #F0F5BD;
}

.cta2 a:hover span.button {
	background-color: #054F67;
}

@media only screen and (max-width: 1150px) {

	.cta a {
		font-size: 20px;
	}

}

@media only screen and (max-width: 1050px) {

	.cta_wrapper {
		width: 48%;
		float: right;
	}

	.cta_wrapper.first {
		float: left;
	}

	.cta {
		height: 130px;
		padding-bottom: 0px;
	}

	.cta a .break {
		display: none;
	}

	.cta a span.button {
		margin-top: 10px;
	}

}

@media only screen and (max-width: 700px) {

	.cta_wrapper, .cta_wrapper.first {
		width: 100%;
		float: none;
	}

	.cta_wrapper {
		margin-bottom: 10px;
	}

}

#testimonial {
	clear: both;
	background-color: #E3DDD3;
	background-image: url('../images/texture_beige.png');
	padding: 20px;
}

#testimonial blockquote {
	margin: 0px;
	line-height: 24px;
	background-image: url('../images/quote_open.png');
	background-repeat: no-repeat;
}

#testimonial blockquote div {
	background-image: url('../images/quote_close.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#testimonial blockquote div:before {
	content:url('../images/quote_spacer.gif')
}

#testimonial blockquote div:after {
	content:url('../images/quote_spacer.gif')
}

#testimonial cite {
	color: #918A7F;
}

#left_content {
	width: 20%;
	float: left;
	padding: 40px 5% 40px 0px;
}

#interested {
	background-color: #E3DDD3;
	background-image: url('../images/texture_beige.png');
	background-position: center top;
	text-align: center;
	padding: 4% 0px;
}

#interested form {
	height: 50px;
}

#interested label {
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	color: #918A7F;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

/*
#interested_select {
	background-color: transparent;
	border: 2px solid #918A7F;
	height: 50px;
}
*/

#interested_select_wrapper {
	display: inline-block;
	width: calc(100% - 490px);
	max-width: 560px;
}

#interested_submit {
	vertical-align: top;
	margin-left: 10px;
	width: 180px;
	height: 50px;
	background-color: #0080A5;
	font-family: "Merriweather", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 25px;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#interested_submit:hover {
	background-color: #39B4D8;
}

@media only screen and (max-width: 900px) {

	#interested {
		padding-top: 15px;
		padding-bottom: 36px
	}

	#interested form {
		height: 100px;
	}

	#interested label {
		display: block;
	}

	#interested_select_wrapper {
		width: calc(100% - 220px);
	}

}

@media only screen and (max-width: 550px) {

	#interested form {
		height: 165px;
	}

	#interested_select_wrapper {
		display: block;
		margin: 0px auto 15px auto;
	}

}

#footer_inner {
/*	background-image: url('../images/footer_client_logos_bg.jpg');*/
	background-image: url('../images/footer_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#footer_clients_wrapper {
	padding-top: 65px;
	height: 305px;
	text-align: center;
	color: #A6B9C0;
	font-family: 'Syncopate', sans-serif;
	background-color: rgba(0,0,0,0.55);
}

#footer_clients_wrapper .title {
	font-family: 'Syncopate', sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 50px;
}

#footer_clients {
	height: 100px;
	padding: 0px 40px;
}

#footer_clients .owl-stage {
	margin: 0px auto;
}

#footer_clients .client {
	height: 100px;
	text-align: center;
}

#footer_clients img {
	width: 100px;
	height: 100px;
	display: inline-block;
}

#footer_clients .owl-nav div {
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -25px;
	font-size: 50px;
	line-height: 50px;
}

#footer_clients .owl-nav div.owl-next {
	left: auto;
	right: 0px;
}

#copyright {
	background-color: #0087AA;
	background-image: url('../images/texture_blue.png');
	background-position: center top;
	padding-top: 30px;
	padding-bottom: 40px;
	height: 170px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #133A46;
}

#copyright a {
	color: #133A46;
}


#footer_industry_logos {
	float: right;
	margin-top: 10px;
}

#footer_industry_logos div {
	display: inline-block;
	margin: 0px 15px;
	display: inline;
	height: 75px;
	position: relative;
}

#footer_industry_logos img {
	max-width: 175px;
	max-height: 75px;
	vertical-align: middle;
}

#footer_industry_logos a {
	font-family: "Merriweather", serif;
	font-style: italic;
	font-weight: bold;
	color: #133A46;
	font-size: 15px;
}

#footer_industry_logos a:hover, #copyright a:hover {
	color: #FFFFFF;
}

#ssl_logo img {
	width: 110px;
	margin-top: 7px;
}

@media only screen and (max-width: 1100px) {

	#copyright {
		height: auto;
		text-align: center;
		line-height: 20px;
	}

	#footer_industry_logos {
		float: none;
		margin-bottom: 25px;
	}

	#ssl_logo {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 700px) {

	#footer_industry_logos {
		line-height: 100px;
	}

	#footer_industry_logos div.last {
		display: block;
		line-height: 20px;
		height: 20px;
		margin: 25px 0px 0px 0px;
	}

}

@media only screen and (max-width: 450px) {

	#footer_industry_logos {
		line-height: 70px;
	}

	#footer_industry_logos div {
		margin: 0px 10px;
	}

	#footer_industry_logos img {
		max-width: 125px;
		max-height: 50px;
	}

}

@media only screen and (min-width: 360px) {

	#copyright br.mobile {
		display: none;
	}

}

/* NAVIGATION CSS */

#nav_trigger {
	display: none;
}

#nav ul, #topnav ul, #mininav ul {
	padding: 0px;
}

#nav li {
	list-style: none;
	position: relative;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 23px;
	font-weight: bold;
}

#nav li a, #nav li.active li a {
	color: #FFFFFF;
}

#nav li a:hover, #nav li.active a, #nav li.active li a:hover {
	color: #DEE781;
}

#nav li ul {
	display: none;
}

#nav li li {
	font-size: 17px;
	line-height: 19px;
	font-weight: 600;
}

#nav li li li {
/*	font-family: "Merriweather", serif;*/
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
}

#topnav li {
	list-style: none;
	font-family: "Merriweather", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
}

#topnav li a {
	color: #FFFFFF;
}

#topnav li a:hover, #topnav li.active a {
	color: #DEE781;
}

#topnav li.demo a, header .chat {
	background-color: #133A46;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	height: 42px;
	padding: 0px 15px;
}

header .chat {
	position: absolute;
	top: 15px;
	right: 30px;
	color: #DEE781;
	width: 122px;
	padding: 0px;
	cursor: pointer;
}

header .chat a {
	display: block;
	text-align: center;
	color: #DEE781;
}

header .chat div div {
	padding: 0px 14px;
	cursor: pointer;
}

header .chat div.offline {
	font-size: 13px;
}

@media only screen and (max-width: 959px) { header .chat { right: 15px; } }

#topnav li.demo a:hover, header .chat:hover {
	background-color: #054F67;
}

header .chat a:after, #mini_header .chat a:after, #mini_header .chat div div:after, header .chat div div:after {
	content: "\f27b";
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 40px;
	font-style: normal;
	font-weight: normal;
	margin-left: 10px;
}

#mininav {
	float: right;
	padding: 0px 30px;
	border-left: 2px solid #EEECE9;
}

#mininav li {
	list-style: none;
	float: left;
	font-size: 21px;
	line-height: 118px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 50px;
}

#mininav li.first {
	margin-left: 0px;
}

#mininav li a {
	color: #133A46;
}

#mininav li a:hover, #mininav li.active a {
	color: #0080A5;
}

#subnav ul {
	padding: 0px;
}

#subnav li {
	list-style: none;
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#subnav li a, #subnav li.active li a {
	color: #0080A5;
}

#subnav li a:hover, #subnav li.active a, #subnav li li.active a, #subnav li.active li a:hover {
	color: #133A46;
}

#subnav ul ul {
	margin: 15px 0px 0px 15px;
}

#subnav ul ul li {
/*	font-family: "Merriweather", serif;*/
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
}

/* HOME CSS */

#home_slideshow_wrapper {
	clear: both;
	width: 100%;
	position: relative;
}

#home_slideshow {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

#home_slideshow li {
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
}

#home_slideshow li:first-child {
	display: block;
	float: left;
	opacity: 1;
}

#home_slideshow li img {
	width: 100%;
	float: left;
}

#home_slideshow .content {
	position: absolute;
	top: 50%;
	width: 100%;
	font-size: 25px;
	line-height: 1em;
	font-weight: 600;
	text-align: center;
	color: #FFFFFF;
}

#home_slideshow .content_inner {
	width: 65%;
	margin: 0px auto;
}

#home_slideshow .title {
	font-family: 'Syncopate', sans-serif;
	font-size: 2.4em;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	margin-bottom: .25em;
}

#home_slideshow .subtitle {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	margin-bottom: 2em;
}

#home_slideshow .content a {
	display: inline-block;
	background-color: #DEE781;
	font-family: "Merriweather", serif;
	font-style: italic;
	font-weight: bold;
	color: #979E4D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: .4em 1.6em;
}

#home_slideshow .content a:hover {
	background-color: #F0F5BD;
}

.rslides_tabs {
	padding: 0px;
	text-align: center;
	position: absolute;
	bottom: 1%;
	left: 0px;
	width: 100%;
	z-index: 100;
}

.rslides_tabs li {
	list-style: none;
	display: inline-block;
	margin: 0px 3px;
	width: 14px;
	height: 14px;
	position: relative;
}

.rslides_tabs li a {
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-indent: 105%;
	cursor: pointer;
}

.rslides_tabs li a:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "\f10C";
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	text-indent: 0px;
}

.rslides_tabs li.rslides_here a:before {
	content: "\f111";
}

@media only screen and (max-width: 1900px) {

	#home_slideshow .content {
		top: 40%;
	}

}

@media only screen and (min-width: 2000px) {

	#home_slideshow .content {
		font-size: 28px;
	}

}

@media only screen and (min-width: 2300px) {

	#home_slideshow .content {
		font-size: 32px;
	}

}

@media only screen and (max-width: 1600px) {

	#home_slideshow .content {
		top: 45%;
	}

	#home_slideshow .content {
		font-size: 22px;
	}

}

@media only screen and (max-width: 1500px) {

	#home_slideshow .content {
		top: 50%;
	}

}

@media only screen and (max-width: 1450px) {

	#home_slideshow .content {
		font-size: 20px;
	}

}

@media only screen and (max-width: 1300px) {

	#home_slideshow .content {
		font-size: 18px;
	}

}

@media only screen and (max-width: 1300px) {

	#home_slideshow .content_inner {
		width: 90%;
	}

}

@media only screen and (max-width: 1100px) {

	#home_slideshow_wrapper {
		height: 450px;
		overflow: hidden;
	}

	#home_slideshow {
		width: 1100px;
		position: relative;
		left: 50%;
		margin-left: -550px;
	}

	#home_slideshow li img {
		width: 1100px;

	}

}

@media only screen and (max-width: 959px) {

	#home_slideshow .content {
		top: 50%;
		transform: translateY(-50%);
		font-size: 16px;
	}

}

@media only screen and (max-width: 735px) {

	#home_slideshow .content {
		font-size: 14px;
	}

	#home_slideshow .content_inner {
		width: 65%;
	}

	#home_slideshow .title {
		margin-bottom: .75em;
	}

	#home_slideshow .subtitle {
		display: none;
	}

	#home_slideshow .content a {
		font-size: 1.5em;
	}

}

@media only screen and (max-width: 660px) {

	#home_slideshow_wrapper {
		height: 300px;
		overflow: hidden;
	}

	#home_slideshow {
		width: 733px;
		position: relative;
		left: 50%;
		margin-left: -366.5px;
	}

	#home_slideshow li img {
		width: 733px;
	}

	#home_slideshow .content {
		font-size: 12px;
	}

	#home_slideshow .content_inner {
		width: 80%;
	}
	
}

@media only screen and (max-width: 550px) {

	#home_slideshow .content {
		font-size: 11px;
	}

}

@media only screen and (max-width: 500px) {

	#home_slideshow .content_inner {
		width: 50%;
	}

	#home_slideshow .content br {
		display: none;
	}

}

@media only screen and (max-width: 400px) {

	#home_slideshow .content_inner {
		width: 40%;
	}

}

#home_products {
	border: 2px solid #FFFFFF;
}

#home_products .product {
	float: left;
	width: calc(100%/3);
	background-color: #133A46;
	text-align: center;
	border: 2px solid #FFFFFF;
}

.layout2 #home_products .product {
	width: calc(100%/6);
	width: 16.666666666666667%;
}

#home_products .product:hover {
	background-color: #0080A5;
}

#home_products a {
	display: block;
	color: #E3DDD3;
	padding: 8% 7%;
	font-size: 17px;
	line-height: 1.470588235294118em;
}

.layout2 #home_products a {
	padding: 20% 7%;
}

#home_products svg {
	width: auto;
	height: 4em;
	margin-bottom: 12%;
}

#home_products .st0 {
	fill: #DEE781;
}

#home_products .product:hover .st0 {
	fill: #FFFFFF;
}

#home_products .icon {
	display: inline-block;
	width: 100%;
	height: 88px;
	margin: 0px auto 12% auto;
	background-repeat: no-repeat;
	background-size: auto 176px;
	background-position: center top;
}

#home_products .product:hover .icon {
	background-position: center 100%;
}

#home_products a strong {
	display: block;
	font-family: 'Syncopate', sans-serif;
	font-size: 1.411764705882353em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: .5em;
}

#home_products .product_content {
	margin-bottom: 2em;
}

.layout2 #home_products .product_content {
	margin-bottom: .7em;
}

#home_products p {
	margin: 0px;
}

#home_products a em, #home_products a #new_website_chat_support {
	font-family: "Merriweather", serif;
	font-size: 1.176470588235294em;
	font-style: italic;
	font-weight: bold;
	color: #0080A5;
}

#home_products .product:hover a em, #home_products a:hover #new_website_chat_support {
	color: #FFFFFF;
}

@media only screen and (min-width: 1550px) and (max-width: 1725px) {

	#home_products a strong {
		font-size: 1.2em;
	}

}

@media only screen and (min-width: 1376px) and (max-width: 1549px) {

	#home_products a strong {
		font-size: 1.1em;
	}

}

@media only screen and (max-width: 1375px) {

	.layout2 #home_products .product {
		width: calc(100%/3);
	}

	#home_products a {
		padding: 12% 7%;
	}

	#home_products svg {
		margin-bottom: 8%;
	}

}

@media only screen and (max-width: 900px) {

	#home_products a {
		padding: 20% 7%;
	}

	#home_products svg {
		margin-bottom: 12%;
	}

}

@media only screen and (max-width: 850px) {

	#home_products .product {
		width: 50% !important;
	}

	#home_products a {
		padding: 20% 7%;
	}

	#home_products svg {
		margin-bottom: 12%;
	}

}

@media only screen and (max-width: 600px) {

	#home_products .product {
		width: 100% !important;
		float: none;
	}

	#home_products a {
		padding: 12% 7%;
	}

	#home_products svg {
		margin-bottom: 8%;
	}

}

#home_features {
	margin-bottom: 4px;
}

.home_feature {
	background-color: #0087AA;
	background-image: url('../images/texture_blue.png');
	background-position: center top;
	position: relative;
	padding: 0px 50% 0px 0px;
}

.home_feature.photo2 {
	padding: 0px 0px 0px 50%;
}

.home_feature.color2 {
	background-color: #BADDA9;
	background-image: url('../images/texture_green.png');
}

.home_feature.color3 {
	background-color: #E4EC9A;
	background-image: url('../images/texture_yellow.png');
}

.home_feature img, .home_feature video {
	display: block;
	width: 100%;
}

.home_feature .content {
	font-size: 20px;
	line-height: 1.5em;
	text-align: center;
	color: #FFFFFF;
	padding: 3% 5%;
	display: block;
}

.home_feature1 .content {
	right: auto;
	left: 0px;
}

.home_feature.color2 .content {
	color: #0080A5;
}

.home_feature.color3 .content {
	color: #133A46;
}

.home_feature em, .home_feature span {
	font-family: "Merriweather", serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #DEE781;
}

.home_feature strong {
	font-family: 'Syncopate', sans-serif;
	text-transform: uppercase;
	font-size: 1.9em;
	line-height: 1.2em;
}

.home_feature.color2 strong {
	color: #133A46;
}

.home_feature span {
	font-size: .55555555em;
	font-size: 1em;
	background-color: #DEE781;
	color: #979E4D;
	padding: 1% 5%;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 1em;
}

.home_feature.color2 span {
	background-color: #133A46;
	color: #0080A5;
}

.home_feature.color3 span {
	background-color: #0080A5;
	color: #DEE781;
}

.home_feature a:hover span {
	background-color: #F0F5BD;
}

.home_feature.color2 a:hover span {
	background-color: #054F67;
}

.home_feature.color3 a:hover span {
	background-color: #39B4D8;
}

.home_feature cite {
	font-family: "Merriweather", serif;
	font-style: italic;
	font-weight: bold;
	color: #0080A5;
}

@media only screen and (min-width: 1201px) {

	.home_feature .content {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0px;
		width: 50%;
	}

	.home_feature.photo1 .content {
		left: 50%;
	}

}

@media only screen and (max-width: 1200px) {

	.home_feature {
		padding: 0px !important;
	}

	.home_feature span {
	}

}

@media only screen and (max-width: 1550px) {

	.home_feature span {
		font-size: 18px;
	}

}

#home_footer {
	padding-top: 95px;
}

#home_news, #home_events, #home_webinars {
	width: 32%;
	display: inline-block;
	vertical-align: top;
}

#home_footer h3 {
	font-family: 'Syncopate', sans-serif;
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #B0D89D;
	margin-bottom: 0px;
}

#home_footer #home_news h3, #home_footer #home_news h3 a {
	color: #FFFFFF;
}

#home_footer h3 br {
	display: none;
}

#home_footer h3 a {
	font-family: "Merriweather", serif;
	font-size: 16px;
	text-transform: none;
	color: #B0D89D;
}

#home_footer .item {
	margin-top: 30px;
}

#home_footer .date, #news_events .date {
	float: left;
	width: 120px;
	height: 126px;
	padding-top: 15px;
	background-color: #0087AA;
	background-image: url('../images/texture_blue.png');
	font-size: 38px;
	line-height: .9em;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

#home_footer .date span, #news_events .date span {
	font-family: 'Syncopate', sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #133A46;
}

#home_footer .content, #news_events .content {
	margin-left: 146px;
	text-align: left;
	font-size: 20px;
	color: #E3DDD3;
}

#news_events .content {
	color: #918A7F;
}

#home_footer .content strong, #news_events .content strong {
	font-size: 22px;
	color: #FFFFFF;
}

#news_events .content strong {
	color: #182225;
}

#home_footer .content a, #news_events .content a {
	font-family: "Merriweather", serif;
	font-size: 18px;
}

#home_footer .content a {
	color: #E4EC9A;
}

@media only screen and (max-width: 1450px) {

	#home_footer h3 br {
		display: block;
	}

}

@media only screen and (max-width: 1350px) {

	#home_news, #home_events {
		width: 100%;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 2px solid #194D5C;
	}

	#home_webinars {
		width: 100%;
	}

	#home_footer h3 br {
		display: none;
	}

	#home_footer .item {
		width: 50%;
		float: left;
		padding-right: 2%;
	}

}

@media only screen and (max-width: 900px) {

	#home_webinars {
		margin-bottom: 10px;
	}

	#home_footer .item {
		width: 100%;
		float: none;
		padding-right: 0px;
	}

	#home_footer {
		padding-top: 40px;
	}

}

@media only screen and (max-width: 475px) {

	#home_footer h3 br {
		display: block;
	}

	#home_footer .date {
		float: none;
		width: 100%;
		height: 65px;
		padding-top: 10px;
		margin-bottom: 10px;
	}

	#home_footer .date span {
		margin-right: 10px;
	}

	#home_footer .date br {
		display: none;
	}

	#home_footer .content {
		margin-left: 0px;
	}

}

/* CLIENTS CSS */

#clients {
	margin: 0px 0px 0px -2.5%;
}

#clients .client {
	float: left;
	width: 22.5%;
	margin: 2.5% 0px 0px 2.5%;
	display: inline;
	text-align: center;
	position: relative;
	border: 2px solid #DFD8CC;
	padding: 20px;
}

#clients img {
	position: relative;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}

@media only screen and (max-width: 600px) {

	#clients .client {
		width: 30.83333333%;
	}
}

@media only screen and (max-width: 400px) {

	#clients .client {
		width: 47.5%;
	}
}

/* GALLERY CSS */

#content .gallery {
	padding: 0px;
	margin: 20px 0px 20px -2%;
}

.gallery li {
	list-style: none;
	width: 23%;
	float: left;
	display: inline;
	text-align: center;
	margin: 0px 0px 20px 2%;
	line-height: 16px;
}

.gallery li img {
	background-color: #DDDDDD;
	padding: 3%;
	margin-bottom: 5px;
	width: 100%;
}

@media only screen and (max-width: 600px) {

	.gallery li {
		width: 31.3333%;
	}

}

@media only screen and (max-width: 450px) {

	.gallery li {
		width: 48%;
	}
}

/* FAQ CSS */

#faqs div.question {
	cursor: pointer;
	padding: 5px 15px;
	margin-bottom: 10px;
	background-color: #DDDDDD;
	padding: 10px 15px 10px 15px;
	font-size: 16px;
	line-height: 21px;
}

#faqs div.question:before {
	float: left;
	margin-right: 10px;
	display: inline;
	content: '\f0d7';
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}

#faqs div.answer {
	display: none;
}

#faqs div.expand div.question:before {
	content: '\f0d8';
}

#faqs div.expand div.answer {
	display: block;
	margin-bottom: 20px;
}

/* FEEDBACK CSS */

#content form.feedback {
	background-color: #EEEEEE;
	padding: 20px;
}

form.feedback label {
	display: block;
}

form.feedback div {
	margin-bottom: 10px;
}

form.feedback div label {
	display: inline;
}

form.feedback input, form.feedback select, form.feedback textarea {
	width: 100%;
	height: 35px;
	padding: 0px 10px;
}

form.feedback input.radio, form.feedback input.checkbox {
	width: auto;
	height: auto;
	padding: 0px;
}

form.feedback textarea {
	width: 100%;
	height: 100px;
	padding: 5px 10px;
}

form.feedback input.button {
	width: auto;
}

/* PRODUCTS CSS */

#products {
	margin-left: -1.333333%;
}

#products .product {
	width: 32%;
	float: left;
	margin-left: 1.333333%;
	margin-bottom: 1.333333%;
	display: inline;
}

#products .product_logo {
	border-top: 2px solid #DFD8CC;
	border-left: 2px solid #DFD8CC;
	border-right: 2px solid #DFD8CC;
	background-color: #F5F3F0;
	text-align: center;
}

#products .product_logo a {
	display: block;
	height: 100%;
	padding: 20px 20px;
	position: relative;
}

#content #products .product_logo a img {
/*
	position: relative;
	top: 50%;
	transform: translateY(-50%);
*/
	height: 150px;
	max-width: none;
	width: auto;
}

#products .product_content {
	background-color: #133A46;
	font-size: 17px;
	color: #E3DDD3;
	text-align: center;
	padding: 20px 5% 5px 5%;
}

#products .product_content_inner {
	margin-bottom: 10px;
}

#products .product h2 {
	font-size: 25px;
	line-height: 29px;
	text-transform: uppercase;
}

#products .product_content a {
	font-family: "Merriweather", serif;
	font-weight: 600;
	font-style: italic;
	font-size: 20px;
	color: #0080A5;
}

@media only screen and (max-width: 1200px) {

	#products {
		margin-left: -2%;
	}

	#products .product {
		width: 48%;
		margin-left: 2%;
		margin-bottom: 2%;
	}

}

@media only screen and (max-width: 767px) {

	#products {
		margin-left: 0px;
	}

	#products .product {
		width: 100%;
		margin-left: 0px;
		float: none;
		display: block;
		margin-bottom: 3%;
	}

	#content #products .product_logo a img {
		height: auth;
		width: 250px;
	}


}

@media only screen and (max-width: 450px) {

	#products .product {
		margin-bottom: 5%;
	}

}

/* TECH NOTES CSS */

.technote a span {
	color: #39B4D8;
	margin-right: 10px;
}

/* TUTORIALS CSS */

#content #tutorials ul {
	padding-left: 0px;
	margin-bottom: 20px;
}

#tutorials li {
	list-style: none;
	padding-right: 100px;
	position: relative;
	border-top: 1px solid #E3DDD3;
}

#tutorials li:first-child {
	border-top: 0px;
}

#tutorials li span {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* COMPARISON TABLE CSS */

table.comparison {
	width: 100%;
	margin-bottom: 20px;
}

table.comparison.colors th, table.stacktable th {
	color: #0080A5;
}

table.comparison th {
	padding: 0px 10px 8px 10px;
	vertical-align: bottom;
}

table.comparison th, table.comparison td {
	width: 15%;
	text-align: center;
	line-height: 20px;
}

table.comparison.colors th, table.comparison.colors td {
	width: 10%;
}

table.comparison td, table.stacktable td {
	background-color: #EFF5F7;
}

table.comparison td {
	padding: 8px 10px;
}

table.comparison td:first-child {
	font-size: 16px;
	line-height: 20px;
	vertical-align: top;
}

table.comparison tr:nth-child(even) td, table.stacktable tr:nth-child(even) td {
	background-color: #E6EDEF;
}

table.comparison tr th:first-child, table.comparison tr td:first-child {
	width: 50%;
	text-align: left;
}

table.stacktable.large-only tr th:first-child, table.stacktable.large-only tr td:first-child {
	width: 60%;
}

table.comparison tr th:nth-child(6n+2), table.comparison tr th:nth-child(6n+2) a, table.comparison tr td:nth-child(6n+2), table.comparison .color1 { color: #00538D; }
table.comparison tr th:nth-child(6n+3), table.comparison tr th:nth-child(6n+3) a, table.comparison tr td:nth-child(6n+3), table.comparison .color2 { color: #182225; }
table.comparison.colors tr th:nth-child(6n+3), table.comparison.colors tr th:nth-child(6n+3) a, table.comparison.colors tr td:nth-child(6n+3), table.comparison.colors .color2 { color: #00AEEF; }
table.comparison tr th:nth-child(6n+4), table.comparison tr th:nth-child(6n+4) a, table.comparison tr td:nth-child(6n+4), table.comparison .color2 { color: #182225; }
table.comparison.colors tr th:nth-child(6n+4), table.comparison.colors tr th:nth-child(6n+4) a, table.comparison.colors tr td:nth-child(6n+4), table.comparison.colors .color3 { color: #C3DB67; }
table.comparison.colors tr th:nth-child(6n+5), table.comparison.colors tr th:nth-child(6n+5) a, table.comparison.colors tr td:nth-child(6n+5), table.comparison.colors .color4 { color: #7DC572; }
table.comparison.colors tr th:nth-child(6n+6), table.comparison.colors tr th:nth-child(6n+6) a, table.comparison.colors tr td:nth-child(6n+6), table.comparison.colors .color5 { color: #0095A3; }

table.comparison tr td:nth-child(6n+2) a.button { background-color: #00538D; }
table.comparison.colors tr td:nth-child(6n+3) a.button { background-color: #00AEEF; }
table.comparison.colors tr td:nth-child(6n+4) a.button { background-color: #C3DB67; }
table.comparison.colors tr td:nth-child(6n+5) a.button { background-color: #7DC572; }
table.comparison.colors tr td:nth-child(6n+6) a.button { background-color: #0095A3; }

.stacktable { width: 100%; font-size: 16px; }
table.comparison th.st-head-row { padding-top: 20px; }
.st-head-row-main { font-size: 20px; }
.st-head-row .st-key { text-align: left; }
table.stackable .st-key { width: 49%; padding: 8px 1% 8px 10px; line-height: 20px; }
table.comparison .st-val { width: 49%; padding: 8px 10px 8px 1%; text-align: center; }
.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }
.stacktable .button { font-size: 12px; padding: 0px 4px; white-space: nowrap; height: 26px; line-height: 26px;}
@media (max-width: 800px) {
	.stacktable.large-only { display: none; }
	.stacktable.small-only { display: table; }
}

/* RESPONSIVE CSS */

@media only screen and (min-width: 751px) {

	#nav_close {
		display: none;
	}

	#nav_wrapper {
		float: right;
		clear: right;
		position: relative;
		padding-top: 103px;
	}

	#nav > ul > li {
		float: left;
		margin-left: 50px;
		display: inline;
		padding-bottom: 8px;
	}

	#nav li ul {
		position: absolute;
		top: 30px;
		left: -25px;
		padding: 12px 0px;
		z-index: 200;
		max-width: 250px;
		background-color: #133A46;
		background-image: url('../images/texture_teal.png');
	}

	#nav li li {
		white-space: nowrap;
	}

	#nav #nav2 li {
		min-width: 250px;
		white-space: normal;
	}

	#nav li li a {
		display: block;
		padding: 7px 25px;
	}

	#nav li li ul {
		display: none;
		left: 100%;
		top: -12px;
		width: 240px;
		background-color: #0087AA;
		background-image: url('../images/texture_blue.png');
	}

	#nav #nav3 li ul {
		width: 216px;
	}

	#nav li li li, #nav #nav2 li li {
		white-space: normal !important;
		min-width: auto;
	}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

	#topnav {
		position: absolute;
		top: 15px;
		right: 142px;
	}

	#topnav li {
		float: left;
		margin-left: 35px;
		display: inline;
		line-height: 42px;
	}

	#topnav li.demo {
		margin-left: 20px;
	}

}

@media only screen and (min-width: 751px) and (max-width: 815px) {

	#nav > ul > li {
		float: left;
		margin-left: 46px;
	}

	#nav li a {
		font-size: 19px;
	}

}

@media only screen and (max-width: 1199px) {

	.header_phone {
		position: relative;
	}

	.header_phone em {
		margin-right: 0px;
	}

	.header_phone a {
		display: inline-block;
		width: 40px;
		height: 50px;
		text-indent: 110%;
		overflow: hidden;
		position: relative;
	}

	.header_phone a:before {
		position: relative;
		top: 0px;
		left: -30px;
		content: '\f095';
		font-family: FontAwesome;
		font-size: 20px;
		font-weight: normal;
		font-style: normal;
	}

	#header_phone2 {
		padding-left: 20px;
	}

}

@media only screen and (max-width: 750px) {

	body {
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;
		overflow-x: hidden;
	}

	.mobile_nav body {
		right: 0px;
		-webkit-transform: translate3d(-70%, 0, 0);
		-moz-transform: translate3d(-70%, 0, 0);
		-ms-transform: translate3d(-70%, 0, 0);
		-o-transform: translate3d(-70%, 0, 0);
		transform: translate3d(-70%, 0, 0);
	}

	#nav_trigger, #nav_close {
		font-size: 40px;
		line-height: 40px;
		cursor: pointer;
		color: #FFFFFF;
	}

	#nav_trigger {
		display: block;
		position: absolute;
		top: 142px;
		right: 15px;
		z-index: 100;
	}

	#nav_close {
		margin: 5px 10px;
	}

	#nav_wrapper {
		width: 250px;
		position: absolute;
		right: -250px;
		top: -50px;
		height: 100%;
		background-color: #133A46;
		background-image: url('../images/texture_teal.png');
		background-position: center top;
		z-index: 500;
		text-align: right;
		display: none;
	}

	.mobile_nav #nav_wrapper {
		display: block;
	}

	#nav li, #topnav li {
		display: block;
		border-top: 2px solid #0C4D61;
		text-align: left;
	}

	#nav li a, #topnav li a {
		display: block;
		padding: 10px 8%;
	}

	#nav li ul {
		padding: 0px;
	}

	#nav li li a {
		padding: 10px 16%;
	}

	#nav > ul > li > a:after, #nav a.sf-with-ul:after { 
		float: right;
		content: '\f0d7';
		font-family: FontAwesome;
		font-size: 20px;
		font-weight: normal;
		font-style: normal;
	}

	#nav > ul > li.expanded > a:after {
		content: '\f0d8';
	}

	#nav > ul > li > a:only-child:after {
		content: '';
	}

	#topnav li.demo {
		text-align: center;
		line-height: 42px;
		padding-top: 15px;
	}

	#topnav li.demo a {
		background-color: #0080A5;
	}

	#content {
		float: none;
		width: auto;
		border-left: 0px;
		padding-left: 0px;
	}

	#left_content {
		display: none;
	}

}

@media only screen and (max-width: 999px) {

	#slogan {
		display: none;
	}

}

@media only screen and (max-width: 549px) {

	#header_phone2 {
		display: none;
	}

}

@media only screen and (max-width: 450px) {

	h1 { font-size: 22px; }
	h2 { font-size: 20px; }
	h3 { font-size: 18px; }
	#breadcrumbs { font-size: 16px; }

	#header_phone {
		padding-left: 0px;
	}

	#header_phone em {
		display: none;
	}

}

@media only screen and (max-width: 360px) {

	#social {
		padding-right: 21px;
		padding-left: 0px;
	}

	#search_link {
		margin-right: 20px;
	}

}

/*======================================
  Selectric
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  text-align: left;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 2px solid #918A7F;
  position: relative;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 42px 0 10px;
  font-size: 18px;
  line-height: 46px;
  color: #918A7F;
  height: 46px;
}

.selectric .button {
  background-color: transparent;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 35px;
  height: 35px;
  color: #918A7F;
  text-align: center;
  font: 0/0 a;
  *font: 35px/35px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #918A7F;
  border-bottom: none;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #E3DDD3;
  background-image: url('../images/texture_beige.png');
  border: 2px solid #918A7F;
  border-top: 0px;
  z-index: -1;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
  border-bottom: 0px;
  border-top: 2px solid #918A7F;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 17px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 8px;
  border-bottom: 1px solid #918A7F;
  color: #918A7F;
  cursor: pointer;
}

.selectric-items li.last {
  border-bottom: 0px;
}

.selectric-items li:hover {
  background: #FFFFFF;
}

.selectric-items li:first-child {
  display: none;
}

