/*
Theme Name: CaribMediaThirteen
Theme URI: http://www.caribmedia.com
Description: Parent Theme for CaribMedia websites.
Author: Gregory Carvalhal - CaribMedia
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");

/* Elements */
body {
	font-size: 100%;
	font-family: "open sans", Arial, Helvetica, sans-serif;
	line-height: 1.618;
	margin: 0;
	padding: 0;
	background: none #ffffff;
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-family: "open sans", Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #000000;
}

h1 {
	font-size: 2.875em;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: .5em;
	color: #000000;
	text-align: center;
}

h2 {
	font-size: 2.25em;
	line-height: 1em;
	margin-top: 1.65em;
	margin-bottom: 0.67em;
}

h3 {
	font-size: 1.25em;
	line-height: 1em;
	margin-top: 2.175em;
	margin-bottom: .8em;
}

h4 {
	font-size: 1em;
	line-height: 1em;
	margin-top: 3em;
	margin-bottom: 1em;
}

h5 {
	font-size: .875em;
	line-height: 1em;
	margin-top: 3.55em;
	margin-bottom: 1.145em;
}

h6 {
	font-size: .75em;
	line-height: 1em;
	margin-top: 4.35em;
	margin-bottom: 1.334em;
}

h4,
h5,
h6 {
	letter-spacing: 0.125em;
	text-transform: uppercase;
}

th {
	font-size: 1em;
	line-height: 1.618;
}

p,
ol,
ul,
blockquote,
pre,
code {
	font-size: 1em;
	line-height: 1.618;
	margin: 0 0 1.618em 0;
}

code {
	font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif;
	font-size: 0.9em;
	background-color: #eeeeee;
	display: inline-block;
	padding: 0 4px;
}

blockquote {
	padding: 0 1.618em;
	font-style: italic;
	font-size: 110%;
}

ol,
ul {
	padding: 0 0 0 2em;
}

a {
	color: #04a8c5;
}

a[href^="tel"] {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

table {
	width: 100%;
}

th {
	background-color: #cccccc;
	border: 1px solid #cccccc;
	padding: 5px;
}

td {
	border: 1px dashed #cccccc;
	padding: 5px;
}

img {
	max-width: 100%;
	height: auto;
}

.clearfix {
	clear: both;
	visibility: hidden;
	display: block;
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
}

.emphasis {
	font-family: "open sans", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-style: italic;
}

.cta {
	font-family: "open sans", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-style: italic;
	color: #007fcd;
	background: #cccccc;
	display: inline-block;
	padding: 0.5em 1em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	font-size: 120%;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.cta:hover {
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.larger {
	font-size: 115%;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.single-attachment .entry-title {
	font-size: 1em;
}

#nav-below {
	margin-bottom: -1px;
}

#nav-below > div {
	display: inline-block;
}

#nav-below > div a {
	display: inline-block;
	padding: 2px 7px;
	background-color: #eeeeee;
	text-decoration: none;
	margin-right: -3px;
}

#nav-below .nav-previous {
	text-transform: uppercase;
	font-size: 0.7em;
}

#nav-below .nav-next {
	text-transform: uppercase;
	font-size: 0.7em;
}

.attachment #nav-below .nav-previous a:before {
	content: "previous: ";
}

.attachment #nav-below .nav-next a:before {
	content: "next: ";
}

/* =Default Layout - 980px width content + full width slide
-------------------------------------------------------------- */
.wrapper,
.entry-content .wrapper,
.vc_row .wrapper {
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	display: block;
}

.desktop .site-navigation.fixed #menu-main {
	margin: 0px auto;
	border: none;
}

/* =Secondary Layout - 980px width - all
-------------------------------------------------------------- */
.width-limited #main {
	background-color: #ffffff;
	max-width: 1024px;
	margin: 20px auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	-moz-box-shadow: 0 0 30px #eeeeee;
	-webkit-box-shadow: 0 0 30px #eeeeee;
	box-shadow: 0 0 30px #eeeeee;
	border: 1px solid #eeeeee;
}

.width-limited .wrapper {
	max-width: 100%;
}

.desktop.width-limited .site-navigation.fixed #menu-main {
	margin: 0px auto;
	border: none;
}

/* =Full screen layout
-------------------------------------------------------------- */
.width-100-percent .wrapper {
	max-width: 100%;
}

.desktop.width-100-percent .site-navigation.fixed #menu-main {
	width: 100%;
	padding: 0 2%;
}

#header {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	margin: 0;
	padding: 10px 0 0 0;
	width: 100%;
	z-index: 3;
	background-color: #ffffff;
}

#header .wrapper {
	display: flex;
	justify-content: space-between;
}

.site-title {
	margin: 0;
	padding: 10px 0;
	font-size: 2.2em;
	font-weight: 800;
}

.site-title a {
	display: inline-block;
	text-decoration: none;
	color: #444444;
}

.site-title a img {
	display: block;
}

.site-title span {
	display: block;
	margin: 0 0 0.5em 0;
}

.site-tagline {
	font-size: 85%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	display: none;
}

#branding img {
	height: auto;
	width: 100%;
	display: block;
}

footer {
	background-color: #cccccc;
	border-top: 2px solid #ffffff;
	padding: 1.5em 0;
}

#footer {
	background-color: #eeeeee;
	padding-top: 0.75em;
}

#credit_area {
	font-size: 0.75em;
	padding: 1.25em 0;
	color: #007fcd;
}

#credit_area a {
	color: #007fcd;
	text-decoration: none;
}

/* =Main Navigation
-------------------------------------------------------------- */
.site-navigation {
	position: relative;
	z-index: 9999;
	text-align: right;
	font-family: "open sans", Arial, Helvetica, sans-serif;
	align-self: center;
}

.assistive-text,
.screen-reader-text {
	clip: rect(0px, 0px, 0px, 0px);
	left: 0;
	position: absolute;
	top: 0;
}

.menu-toggle {
	display: none;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
}

#main-nav .menu {
	width: 100%;
	margin: 0;
	padding: 0;
}

#main-nav .menu > li:before {
	content: "|";
	display: inline;
}

#main-nav .menu > li.first:before {
	content: normal;
}

#main-nav .menu a {
	display: inline-block;
	padding: 0.75em 1em;
	text-decoration: none;
	text-align: center;
	outline: none;
}

#main-nav .menu a:hover {
	text-decoration: underline;
}

#main-nav .menu a i {
	font-size: 120%;
}

#main-nav .menu > li.first > a {
	padding-left: 0;
}

#main-nav .menu > li.last > a {
	padding-right: 0;
}

#main-nav .menu ul.sub-menu > li a {
	background: none repeat scroll 0 0 #ffffff;
	border-bottom: 1px solid #ededed;
	margin: 0;
	text-transform: capitalize;
	font-size: 100%;
	text-align: left;
}

#main-nav .menu ul.sub-menu > li a:hover {
	background: none repeat scroll 0 0 #eeeeee;
}

#main-nav .menu,
#main-nav .menu ul,
#main-nav .menu li {
	list-style: none;
}

#main-nav .menu > ul {
	margin: 0;
	padding: 0;
}

#main-nav .menu > li,
#main-nav .menu > ul > li {
	display: inline-block;
}

#main-nav .menu ul.sub-menu {
	position: absolute;
	margin: 0;
	padding: 0.25em;
	display: none;
	-moz-box-shadow: 0 1px 5px -2px #333333;
	-webkit-box-shadow: 0 1px 5px -2px #333333;
	box-shadow: 0 1px 5px -2px #333333;
	border-top: 1px solid #e7e7e7;
	background-color: #000000;
}

#main-nav .menu > li:hover ul.sub-menu {
	display: block;
}

/* =Form Fields
-------------------------------------------------------------- */
fieldset {
	border: none;
	margin-bottom: 1.618em;
}

legend {
	font-size: 87.5%;
	font-weight: 700;
	color: #2e2e2e;
}

#errors span {
	display: block;
	color: #ff0000;
}

select,
input[type="text"],
input[type="email"],
input[type="password"] {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 5px;
}

input[type="submit"],
input[type="reset"],
input.button,
button,
.button {
	font-family: "open sans", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-style: italic;
	color: #007fcd;
	background: #ffd600;
	background: -moz-linear-gradient(top, #ffd600 0%, #edc500 100%);
	background: -webkit-linear-gradient(top, #ffd600 0%, #edc500 100%);
	background: linear-gradient(to bottom, #ffd600 0%, #edc500 100%);
	display: inline-block;
	padding: 0.5em 1em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	font-size: 120%;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	border: none;
}

button[disabled],
html input[disabled] {
	opacity: 0.5;
}

.cmform .field {
	padding: 0.35em 0;
	position: relative;
}

.cmform label {
	width: 40%;
	display: inline-block;
}

.cmform input[type="text"],
.cmform input[type="email"],
.cmform input[type="password"] {
	width: 57%;
	display: inline-block;
}

.cmform .required-indicator {
	position: absolute;
	color: #ff0000;
	background-color: #ff0000;
	width: 7px;
	height: 7px;
	overflow: hidden;
	white-space: wrap;
	top: 10px;
	left: 38%;
}

.cmform textarea {
	width: 98.75%;
	resize: vertical;
}

#captcha {
	margin: 10px;
	border: 1px solid #cccccc;
	padding: 0.625em;
	display: inline-block;
}

#captcha .captcha-field {
	clear: both;
	padding-top: 10px;
}

#captcha .captcha-field label,
#captcha .captcha-field input {
	display: block;
	float: none;
	width: auto;
}

textarea {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

/* =Content
-------------------------------------------------------------- */
#contentPane .post {
	padding-bottom: 1.618em;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

.section.small {
	width: 30%;
}

.section.medium {
	width: 50%;
}

.section.full {
	width: 100%;
}

.entry-meta,
.entry-utility {
	color: #888888;
	font-size: 0.75em;
	margin-bottom: 1.618em;
}

.entry-meta a {
	color: #888888;
}

/* VC Rows */
.page-content .vc_row {
	padding: 60px 0;
	margin: 0;
}

/* Custom Content */
#address-box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#address-box > div {
}

#address-box .img-wrap {
	margin-right: 20px;
}

#address-box .address-wrap,
#address-box .address-wrap a {
	color: #ffffff;
	text-decoration: none;
}

#address-box .address-wrap a:hover {
	background-color: #ffffff;
	color: #007fcd;
	border-radius: 2px;
	padding-right: 3px;
}

#address-box .address-wrap .fn.n.org {
	font-family: "open sans", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
}

#address-box .address-wrap .street-address:after {
	content: ", ";
}

#address-box .address-wrap .links a {
	display: table;
}

#address-box .address-wrap .links a.tel.fax {
	margin-bottom: 1em;
}

#address-box .address-wrap .links a i {
	width: 20px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}

#credit_area .wrapper {
	display: flex;
	justify-content: space-between;
}

/* =Maximum Screen width of 1600 Pixels
-------------------------------------------------------------- */
@media screen and (max-width:1600px) {
}

/* =Maximum Screen width of 1200 Pixels
-------------------------------------------------------------- */
@media screen and (max-width:1200px) {
}

/* =Maximum Screen width of 1024 Pixels
-------------------------------------------------------------- */
@media screen and (max-width:1024px) {
}

/* =Maximum Screen width of 960 Pixels
-------------------------------------------------------------- */
@media screen and (max-width:960px) {

	/* =WordPress Core
	-------------------------------------------------------------- */
	.alignnone,
	.aligncenter,
	div.aligncenter,
	.alignright,
	.alignleft,
	a img.alignright,
	a img.alignnone,
	a img.alignleft,
	a img.aligncenter {
		margin: 0 auto 20px auto;
		padding: 0;
		display: block;
		max-width: 100%;
		float: none;
	}

	.wp-caption {
		background: #fff;
		border: 1px solid #f0f0f0;
		max-width: 100%;
		padding: 0;
		margin: 0;
		text-align: center;
	}

	/* =Search
	-------------------------------------------------------------- */
	#searchform {
		border: 1px solid #A7A7A7;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		margin-bottom: 10px;
		padding: 0;
		-moz-box-shadow: 0 0 3px #D1D1D1 inset;
		-webkit-box-shadow: 0 0 3px #D1D1D1 inset;
		box-shadow: 0 0 3px #D1D1D1 inset;
		position: relative;
		font-size: 120%;
		background-color: #ffffff;
	}

	#searchform #s {
		width: 96%;
		border: none;
		background: transparent;
		padding: 8px 2%;
		margin: 0;
	}

	#searchform #searchsubmit {
		position: absolute;
		right: 0;
		top: 0;
		background: url("images/si.svg") no-repeat center center transparent;
		border: none;
		width: 12%;
		padding: 8px 0;
		text-indent: 100px;
		overflow: hidden;
		z-index: 1;
		white-space: nowrap;
	}

	/* =Main Navigation
	-------------------------------------------------------------- */
	body.menu-active {
		overflow: hidden;
	}

	#main-nav {
		background-color: transparent;
		padding: 0;
		margin-bottom: 10px;
	}

	#main-nav .menu-toggle {
		display: block;
		margin: 0;
		text-align: left;
		color: #000000;
		padding: 10px;
		overflow: hidden;
		white-space: nowrap;
		cursor: pointer;
		position: relative;
		z-index: 10;
		text-transform: uppercase;
		font-style: normal;
	}

	#main-nav .menu-toggle.toggled {
	}

	#main-nav .menu {
		display: block;
		background-color: #ffffff;
		padding: 5px;
		position: fixed;
		left: -100%;
		top: 0;
		right: 100%;
		bottom: 0;
		overflow: auto;
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-ms-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
	}

	#main-nav .menu.toggled {
		left: 0;
		right: 0;
	}

	#main-nav ul,
	#main-nav ul li {
		list-style: none;
	}

	#main-nav ul.menu {
		padding: 40px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#main-nav ul li {
		margin: 0;
		padding: 0;
	}

	#main-nav .menu > li,
	#main-nav .menu > ul > li {
		display: block;
	}

	#main-nav .menu > li:before {
		content: normal;
	}

	#main-nav .menu ul.sub-menu {
		position: relative;
		display: block;
		padding: 0;
		box-shadow: none;
		border: none;
		background: transparent;
	}

	#main-nav .menu a {
		font-size: 110%;
		padding: 1em;
		border-bottom: 1px solid rgba(0, 0, 0, 0.17);
		display: block;
	}

	#main-nav .menu a[href="#"] {
		display: none;
	}

	#main-nav .menu .last a {
		border-bottom: none;
	}

	#main-nav .menu ul.sub-menu > li a {
		background: none repeat scroll 0 0 transparent;
		border-bottom: 1px solid rgba(0, 0, 0, 0.17);
		margin: 0;
		text-transform: uppercase;
		font-size: 100%;
		text-align: center;
	}

	#main-nav .menu > li.first > a,
	#main-nav .menu > li.last > a {
		padding: 1em;
	}

	#credit_area {
		margin: 1em auto;
	}

	#credit_area .footerCredits {
		display: block;
		text-align: center;
	}

}

/* =Maximum Screen width of 768 Pixels
-------------------------------------------------------------- */
@media screen and (max-width:768px) {
}

/* =Maximum Screen width of 600 Pixels
-------------------------------------------------------------- */
@media screen and (max-width:600px) {
	header {
		flex-basis: 50%;
	}

	.column-wrap {
		display: block;
	}

	.column-wrap .col {
		display: block;
		width: auto !important;
		margin: 0 0 40px 0;
	}

	.vcard-widget .address-wrap {
		margin: auto;
	}

	#credit_area .wrapper {
		display: block;
		text-align: center;
	}

	.cmform input[type="text"],
	.cmform input[type="email"],
	.cmform input[type="password"] {
		width: 100%;
		display: block;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

}

/* =Maximum Screen width of 360 Pixels
-------------------------------------------------------------- */
@media screen and (max-width:360px) {
	#main {
		min-width: 320px;
	}

	.vcard-widget {
		display: block;
	}

	.vcard-widget .img-wrap,
	.vcard-widget .address-wrap {
		display: block;
		width: auto;
		text-align: left;
		margin: auto;
	}

	.vcard-widget .img-wrap {
		margin: 0 0 40px 0;
	}

}

/* IE7 & IE8
-------------------------------------------------------------- */
.ie .wrapper {
	width: 1024px;
	padding: 0;
}

.ie #contentPane {
	display: inline-block;
	vertical-align: top;
	width: 66%;
}

.ie .no-sidebar #contentPane {
	width: auto;
}

.ie #primary {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin-left: 2%;
}

/* =Header
-------------------------------------------------------------- */
.ie header,
.ie #header hgroup {
	margin-bottom: 0;
	padding-bottom: 0;
}

.ie .site-title {
	margin: 0;
	padding: 0;
}

.ie .site-tagline {
	display: none;
}

.ie #header_widget {
	position: absolute;
	right: 0;
	top: 10px;
	width: 45%;
	text-align: right;
}

.ie9 #header > .wrapper {
	display: table;
	vertical-align: middle;
	width: 100%;
}

.ie9 #header > .wrapper header,
.ie9 #header > .wrapper #main-nav {
	display: table-cell;
	vertical-align: middle;
}

/* =Search
-------------------------------------------------------------- */
.ie #searchform {
	min-width: 260px;
	text-align: right;
}

.ie #searchform #s {
	width: 64%;
	padding: 10px 2% 9px 2%;
	border: 1px solid #cccccc;
}

.ie #searchform #searchsubmit {
	width: 30%;
}

.ie8 #searchform #s,
.ie8 #searchform #searchsubmit {
	vertical-align: top;
}

.ie8 #searchform #s {
	padding: 7px 2% 7px 2%;
}

/* =Main Navigation
-------------------------------------------------------------- */

/* Desktop only */
.ie nav {
	margin: 0;
}

.ie .site-navigation {
}

.ie #header .menu > li.first a {
	padding-left: 0;
}

.ie #header .menu > li.last a {
	padding-right: 0;
}

.ie #branding {
	min-width: 1024;
}

/* All devices */
.ie .desktop .site-navigation.fixed {
	position: relative;
	z-index: auto;
	top: auto;
	left: auto;
	width: 100%;
	display: block;
}

.ie #main-nav .menu {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: auto;
	display: block;
	text-align: right;
}

.ie #main-nav .menu ul.sub-menu > li a {
	background: none repeat scroll 0 0 #efefef;
	border-bottom: 1px solid #ededed;
	margin: 0;
}

.ie #main-nav .menu ul.sub-menu > li a:hover {
	background: none repeat scroll 0 0 #e8e8e8;
}

.ie #main-nav .menu,
.ie #main-nav .menu ul,
.ie #main-nav .menu li {
	list-style: none;
}

.ie #main-nav .menu > ul {
	margin: 0;
	padding: 0;
}

.ie #main-nav .menu > li,
.ie #main-nav .menu > ul > li {
	display: inline;
}

.ie #main-nav .menu li.last a {
	border-right: none;
}

.ie #main-nav .menu ul.sub-menu {
	position: absolute;
	margin: 0;
	padding: 0;
	display: none;
	border-top: 1px solid #e7e7e7;
}

.ie #main-nav .menu > li:hover ul.sub-menu {
	display: block;
}

.ie #menu-language li {
	display: inline;
}

.ie #header #menu-language li.first a {
	padding-left: 0;
	padding-right: 10px;
}

.ie #header #menu-language li.last a {
	padding-right: 0;
	padding-left: 10px;
}

/* Forms */
.ie .cmform .field {
	width: 48%;
	display: block;
	float: left;
	height: 50px;
}

.ie .cmform .field.wide {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ie .cmform.reserve .field input[type="text"] {
	width: 91%;
}

.ie8 .cmform.reserve .field input[type="text"] {
	width: 96%;
}

.ie .cmform .note {
	clear: both;
	padding-right: 30px;
}

/* Footer */
.ie #colophon .widget-area {
	float: left;
	margin: 0 1%;
}

.ie #colophon.one .widget-area {
	float: none;
	width: 100%;
}

.ie #colophon.two .widget-area {
	width: 48%;
}

.ie #colophon.three .widget-area {
	width: 31%;
}

.ie #colophon.four .widget-area {
	width: 23%;
}

.ie #credit_area .footerCredits {
	width: 33%;
	display: inline-block;
}

.ie #credit_area #site-info {
	text-align: center;
}

.ie #credit_area #credits {
	text-align: right;
}

/* display none */
.ie .assistive-text,
.ie .screen-reader-text {
	display: none;
}

.ie9 #main-nav {
	float: right;
}

.ie9 .col {
	margin: 20px;
}

.ie9 .col + .col {
}

.ie9 .col.first-col {
	margin-left: 0;
}

.ie9 .col.last-col {
	margin-right: 0;
}

@media print {
	body,
	#main,
	#inner,
	#outer,
	#footer,
	fieldset,
	.cmform.reserve fieldset {
		background: none transparent;
		width: auto;
	}

	.wrapper {
		background: none transparent;
		width: auto;
		max-width: none !important;
		text-align: left;
	}

	#main {
		padding: 0 !important;
		max-width: 670px !important;
	}

	#header {
		position: static;
	}

	.entry-title,
	h2.vc_custom_heading {
		text-align: left !important;
	}

	fieldset,
	.cmform.reserve fieldset {
		border: 1px solid #cccccc;
	}

	.vc_column_container {
		width: auto !important;
		float: none !important;
	}

	.vc_column_container * {
		text-align: left !important;
	}

	.vc_toggle_content {
		display: block !important;
	}

	.cta {
		display: none;
	}

	#footer footer {
		color: #000000;
		border-top: 1px solid #cccccc;
	}

	#address-box .address-wrap,
	#address-box .address-wrap a,
	footer a {
		color: #000000;
	}

	#footer img,
	#credit_area,
	#main-nav,
	#branding,
	#primary,
	.site-navigation,
	#cm13-slide-container {
		display: none;
	}

	.site-tagline {
		position: relative;
		left: auto;
		right: auto;
		text-align: left;
		width: auto;
		padding: 20px 0;
		font-size: 1.5em;
		color: #000000;
		font-family: "open sans", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		text-shadow: none;
	}

	.home .entry-content {
		padding-top: 20px;
	}

	.col {
		width: auto !important;
		display: block;
		color: #000000;
	}

	.services-wrap .section h2 a {
		color: #000000;
	}

	input[type="text"],
	input[type="email"],
	input[type="password"],
	select,
	textarea {
		border: 1px solid #333333;
	}

}