@charset "UTF-8";
:root{
--varCol1:#143463;
--varCol1T:rgba(20,52,99,0.2);
--varCol2:#fca703;
--varCol2T:rgba(252,167,3,0.3);
--varCol3:#f36136;
--varCol3T:rgba(239,76,28,0.8);
--varCol4:#6c94cb;
--varCol4T:rgba(192,213,242,0.3);
--varCol5:#feedcb;
--varCol5T:rgba(254,237,203,0.3);
--mark:#2D67D2;
--mark:#0b1832;
--mark:#6A6C70;
--varColLight:#FFFFFF;
--varColDark:#000000;
--colTest:#ff0000;
--fntLit:rgba(255,255,255,.7);
--fntLitH:rgba(255,255,255,.9);
--fntDrk:rgba(0,0,0,.6);
--fntDrkH:rgba(0,102,102,.9);
--fontFam:arial,helvetica,sans-serif}

html {
	font-family: sans-serif;
	font-size: 10px;
	font-size:100%;	
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	scroll-padding-top:100px;
	scroll-behavior:smooth
}

body {
	margin: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

footer,header,main,menu,nav {display: block}

video {display: inline-block;vertical-align: baseline}

[hidden] {display: none}

a {background-color: transparent}

a:active,a:hover {outline: 0}

strong {font-weight: 700}

small {font-size: 80%}

sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	bottom: -.25em
}

img {border: 0}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	border: 0;
	border-top: 1px solid #eee;
	border-color:var(--varCol1);
	width:100%;
	margin:20px auto
}

hr.faint{
	border-color:#ccc;
	width:100%;
	margin:8px auto
}

hr.contentBreak{
	border-top:solid 1px var(--varCol1);
	border-bottom:solid 1px var(--varCol2);
	padding:2px;
	width:100%;
	margin:25px auto 30px auto}
	
hr.contentBreak90{
	border-top:solid 1px var(--varCol1);
	border-bottom:solid 1px var(--varCol2);
	padding:1px;
	width:94%;
	margin:25px auto 30px auto}	


hr.straplineTop {
	margin: 30px 0 15px 0;	
	border-top:solid 1px var(--varCol1);
	border-bottom:solid 1px var(--varCol2);
	padding:2px;
}

hr.straplineBot {
	margin: 15px 0 50px 0;	
	border-top:solid 1px var(--varCol2);
	border-bottom:solid 1px var(--varCol1);
	padding:2px;
}

code {
	font-family: monospace,monospace;
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;	
	font-size: 90%;
	padding: 2px 4px;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

textarea {overflow: auto}

@media print {
	*,:after,:before {
		color: #000!important;
		text-shadow: none!important;
		background: 0 0!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important
	}

	a,a:visited {text-decoration: underline}

	a[href]:after {content: " (" attr(href) ")"}

	a[href^="#"]:after,a[href^="javascript:"]:after {content: ""}

	img {page-break-inside: avoid}

	img {max-width: 100%!important}

	h2,h3,p {orphans: 3;widows: 3}

	h2,h3 {page-break-after: avoid}

	.navbar {display: none}

	.label {border: 1px solid #000}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

img {vertical-align: middle}

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}



.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

[role=button] {cursor: pointer}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus,a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}


p {margin: 0 0 10px}

.small,small {font-size: 85%}
.text-left {text-align: left}
.text-right {text-align: right}
.text-center {text-align: center}
.text-success {color: #3c763d}
a.text-success:focus,a.text-success:hover {color: #2b542c}
.text-info {color: #31708f}
a.text-info:focus,a.text-info:hover {color: #245269}
.bg-success {background-color: #dff0d8}
a.bg-success:focus,a.bg-success:hover {background-color: #c1e2b3}
.bg-info {background-color: #d9edf7}
a.bg-info:focus,a.bg-info:hover {background-color: #afd9ee}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ol,ul {margin-top: 0;margin-bottom: 10px}

ol ol,ol ul,ul ol,ul ul {margin-bottom: 0}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 768px) {.container {width:750px}}
@media (min-width: 992px) {.container {width:970px}}
@media (min-width: 1200px) {.container {width:1170px}}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

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

.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 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.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 {float: left}
.col-xs-12 {width: 100%}
.col-xs-11 {width: 91.66666667%}
.col-xs-10 {width: 83.33333333%}
.col-xs-9 {width: 75%}
.col-xs-8 {width: 66.66666667%}
.col-xs-7 {width: 58.33333333%}
.col-xs-6 {width: 50%}
.col-xs-5 {width: 41.66666667%}
.col-xs-4 {width: 33.33333333%}
.col-xs-3 {width: 25%}
.col-xs-2 {width: 16.66666667%}
.col-xs-1 {width: 8.33333333%}
.col-xs-push-12 {left: 100%}
.col-xs-push-11 {left: 91.66666667%}
.col-xs-push-10 {left: 83.33333333%}
.col-xs-push-9 {left: 75%}
.col-xs-push-8 {left: 66.66666667%}
.col-xs-push-7 {left: 58.33333333%}
.col-xs-push-6 {left: 50%}
.col-xs-push-5 {left: 41.66666667%}
.col-xs-push-4 {left: 33.33333333%}
.col-xs-push-3 {left: 25%}
.col-xs-push-2 {left: 16.66666667%}
.col-xs-push-1 {left: 8.33333333%}
.col-xs-push-0 {left: auto}

@media (min-width: 768px) {
	.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 {float:left}
	.col-sm-12 {width: 100%}
	.col-sm-11 {width: 91.66666667%}
	.col-sm-10 {width: 83.33333333%}
	.col-sm-9 {width: 75%}
	.col-sm-8 {width: 66.66666667%}
	.col-sm-7 {width: 58.33333333%}
	.col-sm-6 {width: 50%}
	.col-sm-5 {width: 41.66666667%}
	.col-sm-4 {width: 33.33333333%}
	.col-sm-3 {width: 25%}
	.col-sm-2 {width: 16.66666667%}
	.col-sm-1 {width: 8.33333333%}
	.col-sm-push-12 {left: 100%}
	.col-sm-push-11 {left: 91.66666667%}
	.col-sm-push-10 {left: 83.33333333%}
	.col-sm-push-9 {left: 75%}
	.col-sm-push-8 {left: 66.66666667%}
	.col-sm-push-7 {left: 58.33333333%}
	.col-sm-push-6 {left: 50%}
	.col-sm-push-5 {left: 41.66666667%}
	.col-sm-push-4 {left: 33.33333333%}
	.col-sm-push-3 {left: 25%}
	.col-sm-push-2 {left: 16.66666667%}
	.col-sm-push-1 {left: 8.33333333%}
	.col-sm-push-0 {left: auto}
}

@media (min-width: 992px) {
	.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 {float:left}
	.col-md-12 {width: 100%}
	.col-md-11 {width: 91.66666667%}
	.col-md-10 {width: 83.33333333%}
	.col-md-9 {width: 75%}
	.col-md-8 {width: 66.66666667%}
	.col-md-7 {width: 58.33333333%}
	.col-md-6 {width: 50%}
	.col-md-5 {width: 41.66666667%}
	.col-md-4 {width: 33.33333333%}
	.col-md-3 {width: 25%}
	.col-md-2 {width: 16.66666667%}
	.col-md-1 {width: 8.33333333%}
	.col-md-push-12 {left: 100%}
	.col-md-push-11 {left: 91.66666667%}
	.col-md-push-10 {left: 83.33333333%}
	.col-md-push-9 {left: 75%}
	.col-md-push-8 {left: 66.66666667%}
	.col-md-push-7 {left: 58.33333333%}
	.col-md-push-6 {left: 50%}
	.col-md-push-5 {left: 41.66666667%}
	.col-md-push-4 {left: 33.33333333%}
	.col-md-push-3 {left: 25%}
	.col-md-push-2 {left: 16.66666667%}
	.col-md-push-1 {left: 8.33333333%}
	.col-md-push-0 {left: auto}
}

@media (min-width: 1200px) {
	.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 {float:left}
	.col-lg-12 {width: 100%}
	.col-lg-11 {width: 91.66666667%}
	.col-lg-10 {width: 83.33333333%}
	.col-lg-9 {width: 75%}
	.col-lg-8 {width: 66.66666667%}
	.col-lg-7 {width: 58.33333333%}
	.col-lg-6 {width: 50%}
	.col-lg-5 {width: 41.66666667%}
	.col-lg-4 {width: 33.33333333%}
	.col-lg-3 {width: 25%}
	.col-lg-2 {width: 16.66666667%}
	.col-lg-1 {width: 8.33333333%}
	.col-lg-push-12 {left: 100%}
	.col-lg-push-11 {left: 91.66666667%}
	.col-lg-push-10 {left: 83.33333333%}
	.col-lg-push-9 {left: 75%}
	.col-lg-push-8 {left: 66.66666667%}
	.col-lg-push-7 {left: 58.33333333%}
	.col-lg-push-6 {left: 50%}
	.col-lg-push-5 {left: 41.66666667%}
	.col-lg-push-4 {left: 33.33333333%}
	.col-lg-push-3 {left: 25%}
	.col-lg-push-2 {left: 16.66666667%}
	.col-lg-push-1 {left: 8.33333333%}
	.col-lg-push-0 {left: auto}
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn.active:focus,.btn:active.focus,.btn:active:focus,.btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:focus,.btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active,.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled] {
	cursor: not-allowed;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}

a.btn.disabled {pointer-events: none}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active,.btn-default:active {
	color: #333;
	background-color: #e6e6e6;
	background-image: none;
	border-color: #adadad
}

.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled]:focus,.btn-default[disabled]:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active,.btn-success:active {
	color: #fff;
	background-color: #449d44;
	background-image: none;
	border-color: #398439
}

.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled]:focus,.btn-success[disabled]:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active,.btn-info:active {
	color: #fff;
	background-color: #31b0d5;
	background-image: none;
	border-color: #269abc
}

.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled]:focus,.btn-info[disabled]:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled] {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {border-color: transparent}

.btn-link:focus,.btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover {
	color: #777;
	text-decoration: none
}

.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {margin-top: 5px}

.collapse {display: none}
.collapse.in {display: block}

.open>a {outline: 0}

[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:focus,a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {display: none}

.btn .label {position: relative;top: -1px}

.label-default {background-color: #777}

.label-default[href]:focus,.label-default[href]:hover {background-color: #5e5e5e}

.label-success {background-color: #5cb85c}

.label-success[href]:focus,.label-success[href]:hover {background-color: #449d44}

.label-info {background-color: #5bc0de}

.label-info[href]:focus,.label-info[href]:hover {background-color: #31b0d5}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {font-weight: 700}

.alert>p,.alert>ul {margin-bottom: 0}

.alert>p+p {margin-top: 5px}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-success hr {border-top-color: #c9e2b3}

.alert-success .alert-link {color: #2b542c}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-info hr {border-top-color: #a6e1ec}

.alert-info .alert-link {color: #245269}

@-webkit-keyframes progress-bar-stripes {
	from {background-position: 40px 0}
	to {background-position: 0 0}
}

@-o-keyframes progress-bar-stripes {
	from {background-position: 40px 0}
	to {background-position: 0 0}
}

@keyframes progress-bar-stripes {
	from {background-position: 40px 0}
	to {background-position: 0 0}
}

.media {margin-top: 15px}

.media:first-child {margin-top: 0}

.media,.media-body {overflow: hidden;zoom:1}

.media-body {width: 10000px}

.media-right {padding-left: 10px}

.media-left {padding-right: 10px}

.media-body,.media-left,.media-right {
	display: table-cell;
	vertical-align: top
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-16by9 {padding-bottom: 56.25%}

.embed-responsive-4by3 {padding-bottom: 75%}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.modal-open {overflow: hidden}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	outline: 0
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-block+.btn-block {margin-left: 0}

@media (min-width: 768px) {
	.modal-content {
		-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
		box-shadow: 0 5px 15px rgba(0,0,0,.5)
	}

	.modal-sm {width: 300px}
}

@media (min-width: 992px) {
	.modal-lg {width:900px}
}

.carousel {position: relative}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {line-height: 1}

@media all and (transform-3d),(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: -webkit-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-o-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}

	.carousel-inner>.item.active.right,.carousel-inner>.item.next {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		left: 0
	}

	.carousel-inner>.item.active.left,.carousel-inner>.item.prev {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		left: 0
	}

	.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		left: 0
	}
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {display: block}

.carousel-inner>.active {left: 0}

.carousel-inner>.next,.carousel-inner>.prev {position: absolute;top: 0;width: 100%}

.carousel-inner>.next {left: 100%}

.carousel-inner>.prev {left: -100%}

.carousel-inner>.next.left,.carousel-inner>.prev.right {left: 0}

.carousel-inner>.active.left {left: -100%}

.carousel-inner>.active.right {left: 100%}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: rgba(0,0,0,0);
	opacity: .5
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-repeat: repeat-x
}

.carousel-control:focus,.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next,.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1
}

.carousel-control .icon-prev:before {content: "\2039"}

.carousel-control .icon-next:before {content: "\203a"}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: 10px
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
		width:30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}

	.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {margin-left: -10px}

	.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {margin-right: -10px}

	.carousel-indicators {bottom: 20px}
}

.container-fluid:after,.container-fluid:before,.container:after,.container: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,.row:after,.row:before {
	display: table;
	content: " "
}

.container-fluid:after,.container:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.row:after {clear: both}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.show {display: block!important}

.hidden {display: none!important}

@media (max-width: 767px) {
	.hidden-xs {display:none!important}
}

@media (min-width: 768px) and (max-width:991px) {
	.hidden-sm {display:none!important}
}

@media (min-width: 992px) and (max-width:1199px) {
	.hidden-md {display:none!important}
}

@media (min-width: 1200px) {
	.hidden-lg {display:none!important}
}

.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 2px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);background-repeat:repeat-x}.carousel-img{width:100%}

/* BANNER IMAGES */
.band-hero0,.band-hero1,
.band-hero2,.band-hero3,.band-hero4,.band-hero5,.band-hero6,.band-hero7,.band-hero8,.band-hero9{
	background-position:0 0;
	background-size:cover;
	width:100%;
	padding-top:450px;
	padding-bottom:48px;
	margin-top:50px	
}

.band-hero0{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner0-L.jpg);}
.band-hero1{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner1-L.jpg);}
.band-hero2{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner2-L.jpg);}
.band-hero3{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner3-L.jpg);}	
.band-hero4{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner4-L.jpg);}	
.band-hero5{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner5-L.jpg);}	
.band-hero6{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner6-L.jpg);}	
.band-hero7{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner7-L.jpg);}	
.band-hero8{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner8-L.jpg);}	
.band-hero9{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner9-L.jpg);}	

@media (min-width:601px) and (max-width:999px){
.band-hero0,.band-hero1,.band-hero2,.band-hero3,.band-hero4,.band-hero5,.band-hero6,.band-hero7,.band-hero8,.band-hero9 {
	background-position:0 0;
	background-size:cover;
	width:100%;
	padding-top:450px;
	padding-bottom:48px;
	margin-top:50px	
	}

	.band-hero0{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner0-M.jpg);}
	.band-hero1{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner1-M.jpg);}
	.band-hero2{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner2-M.jpg);}
	.band-hero3{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner3-M.jpg);}	
	.band-hero4{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner4-M.jpg);}	
	.band-hero5{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner5-M.jpg);}	
	.band-hero6{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner6-M.jpg);}	
	.band-hero7{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner7-M.jpg);}	
	.band-hero8{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner8-M.jpg);}	
	.band-hero9{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner9-M.jpg);}	
}

@media (max-width:600px){
	/* background-position:0 0;background-size:cover;width:100%;padding-top:450px;padding-bottom:48px;margin-top:50px */
	
	.band-hero0,.band-hero1,.band-hero2,.band-hero3,.band-hero4,.band-hero5,.band-hero6,.band-hero7,.band-hero8,.band-hero9 {
		height: 220px;
		width:100%;
		margin-top:100px;		
		padding-top:100px;
		padding-bottom:8px
	}
	
	.band-hero0{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner0-S.jpg);}
	.band-hero1{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner1-S.jpg);}
	.band-hero2{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner2-S.jpg);}
	.band-hero3{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner3-S.jpg);}	
	.band-hero4{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner4-S.jpg);}	
	.band-hero5{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner5-S.jpg);}	
	.band-hero6{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner6-S.jpg);}	
	.band-hero7{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner7-S.jpg);}	
	.band-hero8{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner8-S.jpg);}	
	.band-hero9{background-image:url(https://www.targaweb.com/portfolio/performance-drains/images/main-banners/main-banner9-S.jpg);}	
}

.band-hero-name{
	background-color:rgba(45,176,198,.85);
	background-color:var(--varCol2);
	padding: 8px 0 0 10px
}

.blue-gradient{
	padding-top:30px;
	padding-bottom:30px;
	background-image:-webkit-linear-gradient(270deg,rgba(255,255,255,1) 0,rgba(120,99,104,.5) 100%);
	background-image:-moz-linear-gradient(270deg,rgba(255,255,255,1) 0,rgba(120,99,104,.5) 100%);
	background-image:-o-linear-gradient(270deg,rgba(255,255,255,1) 0,rgba(120,99,104,.5) 100%);
	background-image:linear-gradient(180deg,rgba(255,255,255,1) 0,rgba(120,99,104,.5) 100%);
	border-bottom:solid 2px #fff;margin-bottom:0}

.band-hero-name-text{color:rgba(255,255,255,1);
font-family:Raleway,sans-serif;font-style:normal;font-weight:200;font-size:36px}

div.bodyContainer {
	padding: 0;
	margin: 0 auto;
	width: 100%}

div.bodyContainerNoPadding {
	padding: 0;
	margin: 0 auto;
	width: 100%}

@media (min-width: 768px) {div.bodyContainer {width: 750px}}
@media (min-width: 992px) {div.bodyContainer {width: 970px}}
@media (min-width: 1200px) {div.bodyContainer {width: 1170px}}

.footer-text{font-size:small;color:rgba(255,255,255,1);padding-top:10px;padding-bottom:10px}.footer-text a{color:#fff}.modal-title{color:#3687aa;font-family:Raleway,sans-serif;font-style:normal;font-weight:300;font-size:24px}.btn-info{background-color:rgba(45,176,198,1);border-color:rgba(45,176,198,1);color:#fff;letter-spacing:1px;text-transform:uppercase;font-size:small}.btn-info a{color:#fff;text-decoration:none}.btn a:hover{border-color:rgba(127,112,114,1)}.black-bg{background-color:#000;margin-top:10px;margin-bottom:10px}

@media screen and (max-width:400px){.band-hero{padding-top:200px;padding-bottom:8px}.h1,h1{font-size:24px}.h2,h2{font-family:Raleway,sans-serif;font-size:17px;line-height:1.3;padding-top:10px;padding-right:0;padding-left:0;padding-bottom:10px;font-weight:300}.h3,h3{color:rgba(45,176,198,1);font-family:Raleway,sans-serif;font-style:normal;font-weight:300;font-size:17px;line-height:normal}.h4,h4{font-size:14px}body{font-family:Roboto,sans-serif;font-size:12px;line-height:1.42857143;color:#333;background-color:#fff;font-weight:300}.body-bold{font-family:Roboto,sans-serif;font-style:normal;font-weight:700}.band-hero-name-text{font-weight:200;font-size:17px}.body-bold-white{font-family:Roboto,sans-serif;font-style:normal;font-weight:300;color:#fff;font-size:13px}.be-inspired{color:rgba(45,176,198,1);font-family:Roboto,sans-serif;font-style:normal;font-weight:700;font-size:22px;line-height:normal}}@media screen and (min-width:401px) and (max-width:766px){.band-hero{padding-top:290px;padding-bottom:10px}.h1,h1{font-size:24px}.h2,h2{font-family:Raleway,sans-serif;font-size:20px;line-height:1.3;padding-top:10px;padding-right:0;padding-left:0;padding-bottom:10px;font-weight:300}.h3,h3{color:rgba(45,176,198,1);font-family:Raleway,sans-serif;font-style:normal;font-weight:300;font-size:18px;line-height:normal}.h4,h4{font-size:14px}body{font-family:Roboto,sans-serif;font-size:13px;line-height:1.42857143;color:#333;background-color:#fff;font-weight:300}.body-bold{font-family:Roboto,sans-serif;font-style:normal;font-weight:700}.band-hero-name-text{font-weight:300;font-size:20px}.body-bold-white{font-family:Roboto,sans-serif;font-style:normal;font-weight:300;color:#fff;font-size:16px}.be-inspired{color:rgba(45,176,198,1);font-family:Roboto,sans-serif;font-style:normal;font-weight:700;font-size:24px;line-height:normal}}@media screen and (min-width:768px) and (max-width:991px){.band-hero{padding-top:430px;padding-bottom:20px}.band-hero-name-text{font-size:30px}.h1,h1{font-size:40px}.h2,h2{color:rgba(142,136,136,1);font-family:Raleway,sans-serif;font-style:normal;font-weight:300;font-size:26px;line-height:normal;padding-top:20px;padding-right:0;padding-left:0;padding-bottom:15px}.h3,h3{color:rgba(45,176,198,1);font-family:Raleway,sans-serif;font-style:normal;font-weight:300;font-size:22px;line-height:normal}.h4,h4{font-size:18px}.body-bold-white{font-family:Roboto,sans-serif;font-style:normal;font-weight:300;color:#fff;font-size:16px}.be-inspired{color:rgba(45,176,198,1);font-family:Roboto,sans-serif;font-style:normal;font-weight:700;font-size:28px;line-height:normal}}@media screen and (min-width:992px) and (max-width:1199px){.h2,h2{font-size:25px;line-height:1.3}.h3,h3{color:rgba(45,176,198,1);font-family:Raleway,sans-serif;font-style:normal;font-weight:300;font-size:23px;line-height:1.2}.body-bold-white{font-family:Roboto,sans-serif;font-style:normal;font-weight:300;color:#fff;font-size:16px}.be-inspired{color:rgba(45,176,198,1);font-family:Roboto,sans-serif;font-style:normal;font-weight:700;font-size:28px;line-height:normal}}div.testimonialContainer{background-color:#fff;border:solid 2px var(--varCol2);border-radius:8px;padding:25px 20px 15px 20px;max-width:1000px;margin:0 auto 30px auto}.onlyTabPortrait{display:none}@media (min-width:780px) AND (max-width:1099px){.onlyTabPortrait{display:block}}

.mapContainer{
	margin: 10px auto 20px auto;
	padding: 0;
	border:solid 1px var(--varCol2);
	width: 80%;
}
	
@media (max-width:700px){
	.mapContainer{
	margin: 10px auto 20px auto;
	border:solid 1px var(--varCol2);
	width: 100%;
	}
}

/* FAQS */
.faqTitles {display:inline; font-family:var(--fontFam); color:#2799ac; padding: 0 10px; font-weight:600; font-size: 1.2em;}
.faqQuestion {color:var(--font-color);}
.faqBox, .answerBox, .moreQuestionsBox, .questionsIntroBox {
	border:solid 1px var(--contentBoxBorder);
	border-radius:8px;
	margin: 8px 20px 5px 20px;
	padding: 2px 20px 5px 20px;
	background: #006666;
	background: var(--contentBoxGradientWebkit);
	background: var(--contentBoxGradientMoz);
	background: var(--contentBoxGradient);
	color: #bbb
}
	
.answerBox, .moreQuestionsBox, .questionsIntroBox  {
	margin: 8px 20px 35px 20px;
	padding: 2px 10px 5px 10px;
	background: #006666;
	background: var(--contentBoxGradientWebkit);
	background: var(--contentBoxGradientMoz);
	background: var(--contentBoxGradient);
	color: #bbb
}

.questionsIntroBox  {background: var(--questionsIntroBox);color: #bbb}
	
.moreQuestionsBox  {
	background: #006666;
	background: var(--contentBoxGradientWebkit);
	background: var(--contentBoxGradientMoz);
	background: var(--contentBoxGradient);
	color: #bbb
	}

@media (max-width:640px){.moreQuestionsBox  {margin: 8px 1px 35px 1px}}
	
.faqBoxInOverlay {
	border: solid 1px #099;
	border-radius:8px;
	margin: 0;
	padding: 2px 20px 5px 20px;
	background: #006666;
	background: -webkit-linear-gradient(to bottom right, #dddddd 60%, #bbbbbb 100%);
	background: -moz-linear-gradient(to bottom right, #dddddd 60%, #bbbbbb 100%);
	background: linear-gradient(to bottom right, #dddddd 60%, #bbbbbb 100%);
	color: #066
}

.faqBoxInOverlay > p > a.faqContentLink {color: #066}
.faqBoxInOverlay > p > a.faqContentLink:hover {color: #099}
.faqBoxInOverlay > ul > li > a.faqContentLink {color: #066}
.faqBoxInOverlay > ul > li > a.faqContentLink:hover {color: #099}

details>summary>h3.faqTitles {color:var(--font-color);transition: 0.6s}
details>summary>h3.faqTitles:hover {color:#099}
details[open]>summary>h3.faqTitles {var(--font-color)}

details[open] summary ~ * {animation: fadeOpen .9s ease-in-out}
@keyframes fadeOpen {
	0% {opacity: 0}
	100% {opacity: 1}
}

@media (max-width:640px){
	details>summary>h3.faqTitles {color:#ccc;transition: 0s}
	details>summary>h3.faqTitles:hover {color:#ccc}
	details[open]>summary>h3.faqTitles {color:#ccc}
	summary {list-style: none;padding-left: 0;margin-left: 0}
	.faqBox {border: solid 1px #ccc;border-radius:8px;margin: 8px 1px 25px 10px;padding: 2px 10px 5px 10px}
	.faqTitles {padding: 0; font-weight:400}	
}

.flexImageRow {display:flex;background-color: transparent}
.flexImageRow > div {background-color:transparent;margin:0;padding:0;width: 25%}

@media (max-width:640px){
	.flexImageRow {display:flex;background-color: transparent}
	.flexImageRow > div {background-color:transparent;margin:0;padding:0;width: 50%}
}

.gridA {grid-area: gridA; padding: 10px 8px}
.gridB {grid-area: gridB; margin: 0; padding: 0}
.gridC {grid-area: gridC; padding: 0 2px; margin: 0}
.gridD {grid-area: gridD; padding: 0 2px; margin: 0}
.gridE {grid-area: gridE; padding: 10px 8px}

/* GENERIC */
.bodyRowNoMargin {margin-right: 0;margin-left: 0}

.bodyRowShade0,.bodyRowShade1,.bodyRowShade2,.bodyRowShade3,.bodyRowShade4 {
	padding: 15px;
	margin: 0;
}

.bodyRowShade0 {
	padding: 15px
}

.bodyRowShade1 {
	background-color: var(--varCol2T);
	border: solid 1px var(--varCol1);
}

.bodyRowShade2 {
	background-color: var(--varCol1T);
	border: solid 1px var(--varCol1);
}

.bodyRowShade3 {
	background-color: var(--varCol4T);
	border: solid 1px var(--varCol1);
}

.bodyRowShade4 {
	background-color: var(--varCol5T);
	border: solid 1px var(--varCol1);
}

.NoBottomBorder {
	border-bottom: solid 0 transparent;
}

.grid-container {
	display: grid;
	
	grid-template-areas:
	'gridB gridA gridA'
	'gridB gridC gridD'
	'gridB gridE gridE';

	grid-template-columns: 
	[col-1] 3fr 
	[col-2] 3fr 
	[col-3] 3fr;

	grid-template-rows: 
	40px
	auto 
	auto 
	auto;

	grid-row-gap: 10px;
	grid-column-gap: 15px;
	margin: 0;
}

/* @media (min-width:641px) AND (max-width: 820px) { */
@media (min-width:641px) AND (max-width: 999px) {
	.grid-container {
		grid-template-columns: 
			[col-1] 1fr
			[col-2] 2fr;
	
		grid-template-areas: 
		'gridA gridA' 
		'gridB gridC' 
		'gridB gridD'
		'gridE gridE' ;
		
		grid-template-rows: 
		50px
		auto 
		auto 
		auto;
		
		grid-row-gap: 0px;
		grid-column-gap: 0px;
		margin: 0;
	}
}

@media (max-width:640px){
	.gridA {grid-area: gridA; padding: 25px 5px 0 8px; margin: 0}
	.gridC {grid-area: gridC; padding: 20px 0 0 0; margin: 0}
	.gridD {grid-area: gridD; padding: 0; margin: 0}
	.grid-container {
		grid-template-columns: 
			[col-1] 1fr;
	
		grid-template-areas: 
		'gridA'
		'gridB'
		'gridC' 
		'gridD'
		'gridE';
		
		grid-template-rows: 
		80px
		auto 
		auto 
		auto 
		auto;
		
		grid-row-gap: 0px;
		grid-column-gap: 0px
	}
}

.flex2cols {display:flex}

.flex2cols > div {
	margin: 0;
	padding: 15px;
	width: 50%
}

@media (max-width:640px){
	.flex2cols {
		display:flex;
		flex-direction: column-reverse;
	}

	.flex2cols > div {
		margin: 0;
		padding: 15px;
		width: 100%
	}
}

/* FLEX 2 */
.flex2 {display: flex}

.flex2 > div {
	margin: 0px;
	padding: 2px 15px;
	flex-grow: 2;
}

@media (max-width:575px){
	.flex2 {
		flex-direction: column;
		width: 100%
	}
	.flex2 > div {
		margin: 0px;
		padding: 2px 15px;
		flex-grow: 1
		}
}

/* FLEX 3 */
.flex3 {display: flex}

.flex3 > div {
	margin: 0px;
	padding: 15px;
	flex-grow: 3
}

@media (max-width:575px){
	.flex3 {
		flex-direction: column;
		width: 100%
	}
	.flex3 > div {
		margin: 0px;
		padding: 15px;
		width: 100%
		}
}

/* CONTACTFLEX */
div.contactFlex {
	display: flex;
	margin-top:40px;
	margin-bottom:40px
}

div.contactFlex > div {
	margin: 0px;
	padding: 2px 15px;
	flex-basis:50%
}

@media (max-width:575px){
	div.contactFlex {
		flex-direction: column;
		width: 100%;
		margin-top:40px;
		margin-bottom:20px
	}
	
	div.contactFlex > div {
		margin: 0px;
		padding: 15px 10px
		}
}

.contactSectionMobile {
	text-align: center;
	padding: 30px 0 10px 0;
}

.carouselImages {border:solid 2px var(--varCol1); margin-top: 10px}
.imageBorder2 {border:solid 2px var(--varCol1)}
.imageBorder1 {border:solid 1px var(--varCol1)}
.paddingTop0 {padding-top:0}
.paddingBot0 {padding-bottom:0}
.paddingTop10 {padding-top:10px}
.paddingBot10 {padding-bottom:10px}
.paddingTop15 {padding-top:15px}
.paddingBot15 {padding-bottom:15px}
.paddingTop30 {padding-top:30px}
.paddingBot30 {padding-bottom:30px}
.marginTop0 {margin-top:0}
.marginBot0 {margin-bottom:0}
.marginTop10 {margin-top:10px}
.marginBot10 {margin-bottom:10px}
.marginTop15 {margin-top:15px}
.marginBot15 {margin-bottom:15px}
.marginTop30 {margin-top:30px}
.marginBot30 {margin-bottom:30px}
.marginTop45 {margin-top:45px}
.marginBot45 {margin-bottom:45px}

h1,h2,h3.sameAsH2 {
	padding:5px 0 15px 0;
	color:var(--varCol1);
	font-family:Raleway,sans-serif;
	font-style:normal;
	font-weight:700;
	font-size:1.5em;
	line-height:normal}

h2 {padding:2px 0 5px 0;}

h3.sameAsH2 {font-size:1.4em}

h1{
	margin: 0;
	padding:6px 0 10px 0;
	font-size:2.2em;
	color:var(--varCol1)
}

@media (max-width:990px){
	h1{
		margin: 0;
		padding:5px 0 8px 0;
		font-size:2.2em;
		color:var(--varCol1)
	}
}
	
@media (max-width:770px){
	h1{
		margin: 0;
		padding:2px 0 5px 0;
		font-size:1.6em;
		color:var(--varCol1)
	}
}

h2.h2Main{padding: 40px 0 20px 0;font-weight:700}

@media (max-width: 999px) {
	h2.h2Main{padding: 30px 0 20px 15px;font-weight:700;}
}

@media (max-width: 768px) {
	h2.h2Main{padding: 20px 0 5px 15px;margin: 0;font-weight:700}
}

h3{font-family:Roboto,sans-serif;font-size:20px;font-size:1.4em;font-weight:800;padding:15px 0 10px 0;color:#666}

h4{padding:5px 0 5px 0;font-size:20px;font-size:1.2em;font-weight:700;color:#333}

li,p,p.light{
	font-family:Lato,Arial,sans-serif;
	letter-spacing:normal;
	padding:5px 0;
	color:var(--varCol1);
	font-size:1.2em
	}

p.introParagraph{padding:5px 0 5px 15px}

.h3bullets {
	font-family: Lato, Arial, sans-serif;
	display:inline;
	font-weight: 600;
	color: var(--varCol1);
	font-size: 1.2em;
	font-size: 13pt
}

@media (max-width:600px){
	h1{
		font-family:Lato,Arial,sans-serif;
		font-size:2.45em;
		font-size:2em
	}
	
	h2{font-size:1.7em;margin:0;padding:8px 0 8px 0;color:var(--varCol1);font-weight:700;}
	
	h3{font-size:1.3em;padding:5px 0 10px 0;color:#666;}
	li,p,p.light{
		font-family:Lato,Arial,sans-serif;
		letter-spacing:normal;
		color:var(--varCol1);
		padding:2px 0;
		font-size:1.25em}
}
	
.bold{font-weight:700}

p.smallFont{font-size:12pt;line-height: 160%}
a.smallFont,a.smallFont:visited {font-size:12pt; line-height: 160%}
a.smallFont:hover{font-size:12pt; line-height: 160%}

p.footerFont{font-size:12pt;line-height: 160%;color:#000}
a.footerLink,a.footerLink:visited {font-size:12pt; line-height: 160%;color:#000}
a.footerLink:hover{font-size:12pt; line-height: 160%;text-decoration:none;color:#666}

@media (max-width:600px){
	p.smallFont{font-size:1.3em; line-height: 170%}
	a.smallFont{line-height: 170%}
	a.smallFont:hover{line-height: 170%}
	
	p.footerFont{font-size:1.3em; line-height: 170%;color:#000}
	a.footerLink{line-height: 170%;color:#000}
	a.footerLink:hover{line-height: 170%;color:#666}
}

p.XSmallFont{font-size:.8em}

.light,a.light,h1.light,h2.light,p.light{color:#ccc}

.white,a.white,h1.white,h2.white,p.white{color:#fff}

.straplineContent {
	text-align: center;
	font-weight: 700;
	font-style:italic;
	padding:0;
	font-size: 1.3em;
}

ul.splitUL {margin: 0 10px}
ul.splitUL > li {padding: 3px 0 20px 0}


a{color:#039}
.italics{font-style:italic}
.indented{padding-left:15px}
.indented30{padding-left:30px}
.indented45{padding-left:45px}
.topPad10{padding-top:10px}
.topPad15{padding-top:15px}
.topPad20{padding-top:20px}
.topMargin10{margin-top:10px}
.botPad10{padding-bottom:10px}
.textAlignCenter{text-align:center}
.alignCenter{margin:5px auto}
.width100pc{width:100%}
.facebookSize{width:50px}
.linkedinSize{width:121px}
.houzzSize{width:362px}
.underline {text-decoration:underline}
.black {color:#000}

@media (max-width:600px){
	.facebookSize{width:50px}
	.linkedinSize{width:121px}
	.houzzSize{width:300px}
	.indented{padding-left:10px}
	.indented30{padding-left:15px}
	.indented30{padding-left:15px}
	}
	
.forAttention {color:red;font-weight:700}

mark {background-color: transparent;color:var(--mark);}

.logoSize {padding: 0}

@media (max-width: 600px) {
	.logoSize {
		margin: auto 0;
		padding: 10px 5px;
		vertical-align: middle
	}
}

.tabPortraitOnly,a.tabPortraitOnly,li.tabPortraitOnly {display: none}

@media (min-width: 820px) and (max-width:991px) {
	.tabPortraitOnly,a.tabPortraitOnly,li.tabPortraitOnly {display:block}

	.tabPortraitNo,a.tabPortraitNo,li.tabPortraitNo {display: none}
}

.footerSection{
	width:100%;
	border-top:solid 2px var(--varCol1);
	background-color:var(--varCol2);
	background-image:-webkit-linear-gradient(left,rgba(255,255,0,0.5) 0,rgba(255,255,0,0.1) 100%);
	background-image:-o-linear-gradient(left,rgba(255,255,0,0.5) 0,rgba(255,255,0,0.1) 100%);
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(255,0,0,0)),to(rgba(0,0,0,0)));
	background-image:linear-gradient(to right,rgba(255,0,0,0) 0,rgba(0,255,0,0) 100%)
	}

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

.footerContainerFlex{
	display:flex;
	margin:0}

.footerContainerFlex>div{
	width:30%;
	margin:10px;
	padding:20px;
	font-size:1em}

.onlyMob{display:none}@media (max-width:600px){
	.footerContainerFlex{display:flex;flex-direction:column}
	.footerContainerFlex>div{margin:0;padding:10px 20px 0 20px;width:100%}
	.noMob{display:none}
	.onlyMob{display:block}
}
	
.cookie-container{position:fixed;bottom:-100%;left:0;right:0;border-top:solid 2px #999;background-color:rgba(51,51,51,.9);text-align:center;color:#fff;padding:15px 32px;Xbox-shadow:0 -2px 16px rgba(47,54,64,.39);transition:.4s}.cookie-container.active{bottom:0}.cookie-container a{color:#fff}

.globalButton{
	background:var(--varCol1);
	border:solid 1px #333;
	color:#fff;	
	margin:1px 0 15px 0;
	padding:5px 18px;
	border-radius:8px;
	cursor:pointer;
	text-decoration:none;
	font-size:16px;
	transition:.5s
}

.globalButton:hover{
	background:var(--varCol2);
	color:#fff
	}

.buttonColour1{
	background:var(--varCol1);
	border:solid 1px #333;
	color:#fff;	
}

.buttonColour2{
	background:var(--varCol2);
	border:solid 1px #333;
	color:#fff;	
}

.buttonColour3{
	background:var(--varCol3);
	border:solid 1px #333;
	color:#fff;	
}

.buttonColour4{
	background:var(--varCol4);
	border:solid 1px #333;
	color:#fff;	
}

.buttonColour5{
	background:var(--varCol5);
	border:solid 1px #333;
	color:var(--varCol1);	
}

.stdBtnLight{
	margin:auto 0;
	background:var(--varCol2);
	border:solid 1px #fff
}

.mobileButton{
	background:var(--varCol2);
	margin:15px;
	padding:8px 20px;
	border:solid 1px #333;
	border-radius:8px;
	cursor:pointer;
	text-decoration:none;
	font-size:18px;
	font-weight:700;
	color:#fff;
	transition:.5s
}

.mobileButton:hover{background:var(--varCol3);color:#fff}.stdBtnLight{margin:auto 0;background:var(--varCol2);border:solid 1px #fff}

.footerColor{
	background-image:-webkit-linear-gradient(left,rgba(255,0,0,0) 0,rgba(0,0,0,0) 100%);
	background-image:-o-linear-gradient(left,rgba(255,0,0,0) 0,rgba(0,0,0,0) 100%);
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(255,0,0,0)),to(rgba(0,0,0,0)));
	background-image:linear-gradient(to right,rgba(255,0,0,0) 0,rgba(0,0,0,0) 100%)
}

/* BUTTONS & INPUTS */
button,input {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible;
	text-transform: none
}


button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {cursor: default}

button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0}


button,input,textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

input[type=checkbox],input[type=radio] {
	margin: 4px 0 0;
	line-height: normal
}

input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {cursor: not-allowed}

input[type=file] {display: block}

input[type=range] {display: block;width: 100%}

input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {color: #999;opacity: 1}

.form-control:-ms-input-placeholder {color: #999}

.form-control::-webkit-input-placeholder {color: #999}

.form-control::-ms-expand {background-color: transparent;border: 0}

.form-control[disabled],.form-control[readonly] {background-color: #eee;opacity: 1}

.form-control[disabled] {cursor: not-allowed}

textarea.form-control {height: auto}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {line-height:34px}

	input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm {line-height: 30px}

	input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg {line-height: 46px}
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

textarea.input-sm {height: auto}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

textarea.input-lg {height: auto}

.has-success .control-label,.has-success .help-block {color: #3c763d}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

input {line-height: normal}

input[type=checkbox],input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {height: auto}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {-webkit-appearance: none}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {width: 100%}

input[type=text],textarea {
	width: 100%;
	padding: 10px 10px;
	margin: 1px 0 15px 0;
	display: inline-block;
	border: 1px solid #333;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #eee;
	color: #666
}

input[type=message],textarea {
	width: 100%;
	height: 150px;
	padding: 10px 10px;
	margin: 1px 0 15px 0;
	display: inline-block;
	border: 1px solid #333;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #eee;
	color: #666
}

input[type=number] {
	width: 100%;
	padding: 10px 10px;
	margin: 1px 0 15px 0;
	display: inline-block;
	border: 1px solid #333;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #eee
}

input[type=email] {
	width: 100%;
	padding: 10px 10px;
	margin: 1px 0 15px 0;
	display: inline-block;
	border: 1px solid #333;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #eee
}

input[type=text]:focus {
	border: 1px solid #333;
	background-color: #eee
}

input[type=button],input[type=reset],input[type=submit] {
	background: var(--varCol1);
	margin: 1px 0 15px 0;
	padding: 5px 18px;
	border: solid 1px #333;
	border-radius: 8px;
	cursor: pointer;
	text-decoration: none;
	font-size: 16px;
	color: #fff
}

input[type=button]:hover {
	background: #0f0;
	color: #fff
}

input[type=submit]:hover {
	background: var(--varCol2);
	color: #fff
}

.formLabel {
	font-family: Lato,Arial,sans-serif;
	font-weight: 700;
	padding: 10px 0 0 5px;
	letter-spacing: normal;
	color: #555;
	font-size: 1.2em
}

div.formContainer {
	background-color: #fff;
	border: solid 2px var(--varCol2);
	border-radius: 8px;
	padding: 10px 20px;
	max-width: 1000px;
	margin: 0 auto
}

.securityCode {
	color: #666;
	font-family: Lato,Arial,sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	padding-left: 5px
}


