/*  ----------  FONTS  ----------  */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800&subset=latin,latin-ext");

@font-face {
	font-family: 'American Captian';
	src: url('../fonts/american_captain-webfont.woff2') format('woff2'),
	url('../fonts/american_captain-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'Univers Condensed Bold';
	src: url('../fonts/Univers-Condensed-Bold.woff2') format('woff2'),
	url('../fonts/Univers-Condensed-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'Merlo RoundBold';
	src: url('../fonts/Merlo-RoundBold.woff2') format('woff2'),
	url('../fonts/Merlo-RoundBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

/*  ----------  BASIC STYLES  ----------  */

html, body {
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

html {
	overflow-x:hidden;
	overflow-y:auto;
}
body{
	font-family: 'Open Sans', 'Arial', 'Verdana';
	color: #333;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.6;
	/*overflow-x: hidden;*/
}

#layout * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#cms-toolbar, #cms-toolbar *,
#cms-dialog-panel, #cms-dialog-panel *,
#cms-dialog-auth, #cms-dialog-auth *,
#cms-page-preview-popup, #cms-page-preview-popup *,
.ui-dialog, .ui-dialog *{
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	white-space: initial;
}

.main-content hr{
	margin-top: 0;
	margin-bottom: 30px;
	border: 0;
	border-top: 1px solid #959595;
	display: inline-block;
	width: 100%;
}

#content .main-content img{
	/* display: block; */
	max-width: 100%;
	height: auto !important;
}

.nivoSlider img{height:100% !important;}
.nivo-main-image{height:100% !important;}

#layout .slider img{
	max-width: initial;
	height: auto !important;
}

#layout:not(.carlisle) .slider .nivo-imageLink{
	/*display: -ms-flexbox !important;*/
	/*display: -webkit-box !important;*/
	/*display: -ms-flexbox !important;*/
	/*display: flex !important;*/
}

#layout .slider .nivo-imageLink:hover{
	text-decoration: none;
}

#layout:not(.carlisle) .slider .nivo-imageLink .content-wrapper{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
}

#layout .slider .nivo-imageLink> img{
	height: 100% !important;
}

#content .block-image{
	margin: 15px 0 15px;
}

.container{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-right: 30px;
	padding-left: 30px;
}

.row{
	margin-left: -30px;
	margin-right: -30px;
}

.container > .container{
	padding-left: 0;
	padding-right: 0;
}

.container-fluid{
	max-width: 100%;
}

.main-content .full-width{
	margin: 0 -30px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-left: 30px;
	padding-right: 30px;
}

.pull-right{
	float: right !important;
}

.pull-left{
	float: left !important;
}


.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: table;
	content: " ";
}


.ccm-layout-column-wrapper{
	margin-right: -15px;
	margin-left: -15px;
}

.ccm-layout-column-inner{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

/* if screen less than, let's say, 700px wide */
@media screen and (max-width: 700px) {

	/* remove column float and make full-width */
	.ccm-layout-col {
		float: none !important;
		width: 100% !important;
	}

	/* remove column "spacing" */
	.ccm-layout-col-spacing {
		margin: 0 !important;
	}
}

/*  ----------  TYPOGRAPHY  ----------  */

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4 {
	font-family: 'Open Sans';
	font-weight: 400;
	color: #313131;
	line-height: 1.25;
	margin: 10px 0 15px 0;
	/* display: inline-block; */
}

.main-content h1 a, .main-content h2 a, .main-content h3 a {
	font-weight: inherit;
}

.main-content p, .main-content li, .main-content li a {
	color: #313131;
}

.main-content h2 {
	font-size: 4em;
}

.main-content h3 {
	font-size: 3.2em;
	font-family: "Open Sans";
}

.main-content h4 {
	font-size: 1.334em;
	line-height: 1.5;
}


.main-content strong, .main-content b {
	font-weight: 700;
}

.main-content p{
	margin: 0 0 30px;
	/* font-size: 12px; */
}

.main-content em {
	font-style: italic;
}


.heading{
	display: block;
	border: none;
	background-color: #c75867;
	color: #ffffff;
	padding:15px 20px;
	font-size: 25px;
}

.text-bold {
	font-weight: bold;
}

.noborder{
	border: none !important;
}

.nopadding{
	padding: 0 !important;
}

.overflow-hidden{
	overflow: hidden;
}

/*  ----------  LINKS  ----------  */

.main-content a, .main-content a:visited, .main-content a:hover {
	text-decoration: none;
	/* display: inline-block; */
	/* vertical-align: middle; */
	/* font-weight: 700; */
	/* text-transform: uppercase; */
	/* letter-spacing: 2px; */
	color: #00356d;
}

ins{
	text-decoration: none;
}

.layout a.no-decoration, .layout a.no-decoration:hover{
	color: #1d1d1b;
	text-decoration: none;
}


/*  ----------  LISTS  ----------  */

.main-content ul,
.main-content ol {
	margin-left: 30px;
	margin-bottom: 30px;
}


.main-content ul {
	list-style: none outside;
}

.main-content ol {
	list-style: decimal;
}

.main-content ul li{
	position: relative;
	padding-bottom: 15px;
}


.main-content ul li:last-child{
	padding-bottom: 15px;
}

.main-content ul li:before{
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: -15px;
	width: 0;
	height: 0;
	background-color: transparent;
	border: 5px solid transparent;
	border-left: 6px solid #114a88;
}

/*  ----------  IMAGES  ----------  */

img.scale-with-grid {
	max-width: 100%;
	height: auto;
}

img.picture-float-right {
	float: right;
	margin: 0 0 10px 10px;
}

img.picture-float-left {
	float: left;
	margin: 0 10px 10px 0;
}

.has-border {
	border: 1px solid #ececec;
}

/*  ----------  INPUT  ----------  */

.form-group input[type="text"],
.form-group input[type="password"],
.form-group textarea,
.form-group select,
.form-group input[type="submit"] {
	display: block;
	width: 100%;
	/* height: 40px; */
	border: 1px solid transparent;
	background-color: #e5e5e5;
	color: #898989;
	padding: 4px 15px;
	font-family: 'Open Sans', 'Arial', 'Verdana';
	font-weight: 300;
	line-height: 1.5;
	font-size: 13px;
	color: #6d6e71;
	border-radius: 15px;
	outline: none;
}

.form-group textarea {
	/* height: 120px; */
}

.form-group select option {
	padding: 0.5em;
}

.form-actions input[type="submit"] {
	border: none;
}

.form-actions input[type="submit"]:hover {
	opacity: 0.9;
}

.form-actions input[type="submit"]:active {
	background-color: #c75867;
}

.form-group input[type="text"]:focus,
.form-group input[type="password"]:focus,
.form-group textarea:focus,
.form-group select:focus {
	opacity: 0.8;
}

.ccm-captcha-image{
	display: inline-block;
	margin: 15px auto;
	cursor: pointer;
}

.ecRecaptcha{
	margin-top: -20px;
}

.ecRecaptcha > div > div{
	margin: 0 auto;
}

/*  ----------  CLEARING  ----------  */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	zoom: 1;
	line-height: 0;
	font-size: 0;
}

/*  ----------  ANIMATION  ----------  */

.layout a,
.layout input,
.layout .animated {
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.animated.slow {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/*  ----------  BUTTONS  ----------  */
.btn{
	cursor: pointer;
	padding: 10px 20px;
	text-align: center;
	border-radius: 0;
	margin: 10px 0;
	border:1px solid rgba(0,0,0,0);
	opacity: 0.9;
	-webkit-transition: all 150ms;
	-o-transition: all 150ms;
	transition: all 150ms;
}

.rounded{
	border-radius: 15px;
}

#layout .locator-form.clearfix > .rounded{
	border-radius: 15px;
}

.btn:hover{
	opacity: 1;
}

.btn-primary{
	background-color: #00356d;
	color: #fff !important;
}

.btn-transparent-white{
	background-color: rgba(0,0,0,0);
	color: #ffffff;
	border-color: rgba(0,0,0,0);
	border-color: #ffffff;
}

.btn-primary:hover,
.btn-transparent-white:hover{
	border-color: #ffffff;
	color: #FFf;
}

.btn-white{
	background-color: #fff;
	color: #000;
	border-color: #fff;
}

.btn-light:hover{
	color: #fff;
	background-color: #00356d;
}

.btn-noradius{
	border-radius: 0;
}

/* ------- SPACING ------*/

.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60,
.margin-bottom-100 {
	clear:both;
}
.margin-bottom-5  { margin-bottom:5px;}
.margin-bottom-10 { margin-bottom:10px;}
.margin-bottom-15 { margin-bottom:15px;}
.margin-bottom-20 { margin-bottom:20px;}
.margin-bottom-25 { margin-bottom:25px;}
.margin-bottom-30 { margin-bottom:30px;}
.margin-bottom-35 { margin-bottom:35px;}
.margin-bottom-40 { margin-bottom:40px;}
.margin-bottom-45 { margin-bottom:45px;}
.margin-bottom-50 { margin-bottom:50px;}
.margin-bottom-55 { margin-bottom:55px;}
.margin-bottom-60 { margin-bottom:60px;}
.margin-bottom-70 { margin-bottom:70px;}
.margin-bottom-80 { margin-bottom:80px;}
.margin-bottom-90 { margin-bottom:90px;}
.margin-bottom-100 { margin-bottom:100px;}

@media (max-width: 768px) {
	.sm-margin-bottom-10 {
		margin-bottom: 10px;
	}
	.sm-margin-bottom-20 {
		margin-bottom: 20px;
	}
	.sm-margin-bottom-30 {
		margin-bottom: 30px;
	}
	.sm-margin-bottom-40 {
		margin-bottom: 40px;
	}
	.sm-margin-bottom-50 {
		margin-bottom: 50px;
	}
	.sm-margin-bottom-60 {
		margin-bottom: 60px;
	}
}

@media (max-width: 992px) {
	.md-margin-bottom-10 {
		margin-bottom: 10px;
	}
	.md-margin-bottom-20 {
		margin-bottom: 20px;
	}
	.md-margin-bottom-30 {
		margin-bottom: 30px;
	}
	.md-margin-bottom-40 {
		margin-bottom: 40px;
	}
	.md-margin-bottom-50 {
		margin-bottom: 50px;
	}
	.md-margin-bottom-60 {
		margin-bottom: 60px;
	}
}


/* ------- TABLES ------*/
#content .table-responsive{
	width:100%;
}

.table > thead > tr > th{
	background-color: #00356d;
	color: #ffffff;
	border-right: 1px solid #fff;
	border-bottom: 2px solid #fff;
	vertical-align: top;
	font-weight: normal;
	font-size: 18px;
	padding: 10px 10px;
	min-width: 60px;
}

.table > tbody > tr > td{
	background-color: #efefef;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	font-size: 14px;
}

.table > tbody > tr > td.large{
	font-size: 18px;
}

.table > tbody.vert-middle tr td{
	vertical-align: middle;
}



/* ------- FORMS ------*/
.required{
	color: red;
	/* font-weight: bold; */
	font-size: 17px;
	font-family: 'Open Sans', serif;
}

.help-block{
	font-style: italic;
	line-height: 1.2;
}

.form-group .input-group .form-control{
	width: 100% !important;
}

.form-group.input-group input{
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	padding: 17px 15px;
	height: auto;
	margin: 15px 0;
}

.main-content .form-group .input-group-btn .btn{
	padding: 15px 20px;
}

.form-control,
.form-control:active,
.form-control:focus{
	background-color: #f0f0f0;
	border: 1px solid transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 13px !important;
}

.form-control:active,
.form-control:focus{
	border: 1px solid #053466 !important;
	/* border-radius: 15px !important; */
}

.form-group label{
	color: #434343;
	font-weight: 800 !important;
	font-family: 'Open Sans';
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: 2px;
}

.hidden-element{
	display: none;
}

.hidden-text{
	font-size: 0.01%;
	text-indent: -9999px;
}



select.form-control{
	padding-right: 25px;
	background: #f9f9f9;
	background-size: contain;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 13px;
}
.form-group input::-moz-placeholder { /* Firefox 19+ */
	font-size: 13px;
}
.form-group input:-ms-input-placeholder { /* IE 10+ */
	font-size: 13px;
}
.form-group input:-moz-placeholder { /* Firefox 18- */
	font-size: 13px;
}

.searchbar input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px #ffffff inset;
	-webkit-text-fill-color: #313131;
}
.searchbar input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 50px #ffffff inset;
	-webkit-text-fill-color: #313131;
}

.carlisle .searchbar input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px #e4e5e5 inset;
	-webkit-text-fill-color: #313131;
}

.carlisle .searchbar input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 50px #e4e5e5 inset;
	-webkit-text-fill-color: #313131;
}

.ui-autocomplete{
	text-transform: uppercase;
	text-align: center;
	padding: 5px 10px !important;
	margin-bottom: 5px !important;
	font-size: 11px !important;
	line-height: 1.5;
	border: none;
	border-radius: 15px !important;
	background: #fff !important;
	max-height: 100px;
	overflow-y: auto;
}

.ui-menu-item a.ui-state-hover{
	background: #efefef;
	outline: none;
	border-color: transparent;
	border-radius: 15px;
}

.ui-button.ui-widget.ui-state-default.ui-button-text-only.ui-corner-right.ui-button-icon {
	display: none;
}

/* SKEW */
.skew-left:before,
.skew-right:after{
	content: '';
	position: absolute;
	top: 0;
	left: -11px;
	background: url("../images/skew-left.png") no-repeat center;
	background-size: cover !important;
	width:11px;
	height: 100%;
}

.skew-right:after{
	left: auto;
	right: -11px;
	background: url("../images/skew-right.png") no-repeat center;
}

.skew-left.blue:before{
	background: url("../images/skew-left-blue.png") no-repeat center;
}
.skew-right.blue:after{
	background: url("../images/skew-right-blue.png") no-repeat center;
}


@media (min-width: 769px){
	#content .mobile-visible{
		display: none;
	}
}
@media (max-width: 768px){
	#content .mobile-hidden{display: none;}

}

/* COOKIE PLUGIN */
#cms-cookie-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	z-index: 99999;
}

#cms-cookie-message {
	background-color: #00356d;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
}

#cms-cookie-message a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px dotted #ffffff;
}

#cms-cookie-allow {
	display: block;
	max-width: 90px;
	margin: 10px auto 0;
	padding: 10px 15px;
	border-radius: 10px;
	background-color: #ffffff;
	color: #00356d;
	font-weight: bold;
	cursor: pointer;
}

#layout .small-text{
	font-size: 11px;
}

#cms-contact-send .checkbox-input-wrapper {
	display: flex;
}

#cms-contact-send .checkbox-input-wrapper input#progress,
#cms-contact-send .checkbox-input-wrapper input#newsletter {
	order: 1;
}

#cms-contact-send .checkbox-input-wrapper label[for=processing],
#cms-contact-send .checkbox-input-wrapper label[for=newsletter]
{
	text-transform: inherit;
	font-weight: initial !important;
	font-size: 100%;
	letter-spacing: inherit;
	color: #313131;
	margin-left: 1rem;
	order: 2;
}

.required span {
	color: #ff0000;
}