
/*GENERAL STYLES
********************************************************/

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, img {
	margin:0;
	padding:0;
	border: 0;
}

ul {
	list-style:none;
}

body {
	background-color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #2f373b;
	font-size: 16px;
	padding: 0 0 0 0;
}

a {
	color: #3a9aad;
}

a:visited {
	color: #3a9aad;
	opacity: 0.6;
}

a:hover,
a:active {
	color: #66bbcc;
}

.hide {
	display: none;
}


/*HEADER
*******************************************************/

.header {
	z-index: 10;
	position: relative;
	top: 0;
}

.header .row {
	margin-top: 20px;
}

.header h1 a {
	width: 300px;
	height: 120px;
	display: block;
	text-indent: -5000px;
	background: transparent url('../images/layout/logo.png') 0 0 no-repeat;
	float: left;
	position: relative;
}

.header .contact {
	float: right;
	font-size: 14px;
}

.header .contact span {
	display: inline-block;
	padding-left: 10px;
}

.header .contact span:last-child {
	padding-right: 0;
}

.header .contact i {
	color: #66bbcc;
	padding-right: 5px;
}

.header .contact a {
	color: #939598;
	font-weight: 400;
	text-decoration: none;
}

.header .search {
	float: right;
	clear: right;
	margin: 10px 0 0 0;
}


/*HOMEPAGE CONTENT/LAYOUT
********************************************************/


/*INNER PAGE CONTENT/LAYOUT
********************************************************/

.pageNav {
	background: #cfdee6;
}

.hdLHS {
	padding: 20px;
}

h1#pageTitle {
	font-size: 40px;
	line-height: 42px;
	margin: 15px 0 10px 0;
	color: #000;
	font-weight: 700;
}


/*FOOTER
********************************************************/

.footer {
	padding: 30px 0 0;
	z-index: 5;
	background: #cfdee6;
	margin-top: 40px;
}

.footer .contact span {
	display: block;
	overflow: hidden;
}

.footer .contact i {
	float: left;
	clear: left;
	padding: 0 10px 0 0;
	position: relative;
	top: 6px;
	color: #66bbcc;
}

.footer .contact a {
	float: left;
}

.bottom {
	padding: 30px 0 30px;
	z-index: 5;
	background: #cfdee6;
}


/*WYSIWYG CONTENT STYLING
***********************************************/

/*headings*/

.copy h2 {
	font-size: 26px;
	line-height: 28px;
	color: #000;
	margin: 15px 0 10px 0;

}

.copy h3 {
	color: #000;
	font-size: 19px;
	line-height: 22px;
	margin: 15px 0 10px 0;
}

.copy h4 {
	color: #000;
	font-size: 18px;
	line-height: 20px;
	margin: 15px 0 10px 0;
}

/*paragraphys*/

.copy {
	font-size: 16px;
	line-height: 26px;
}

.copy p {
	margin: 15px 0 15px 0;
}

.copy p .btn {
	text-decoration: none;
}

/*blockquotes*/

.copy blockquote {
	padding: 15px 30px 10px;
	margin: 10px 30px 20px;
	border-left: 5px solid #66bbcc;
	font-size: 20px;
	line-height: 32px;
	background: #cfdee6;
}

/*lists*/

.copy ul {
	padding: 0 40px 15px 25px;
}

.copy ul li {
	padding: 0 0 5px 25px;
	position: relative;
}

.copy ul li:before  {
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #66bbcc;
	font-size: 12px;
	position: absolute;
	z-index: 10;
	left: 4px;
	top: 0;
}

.copy ol {
	padding: 0 40px 15px 50px;
}

.copy ol li {
	padding: 0 0 5px 5px;
}

/*images*/

.copy img {
	max-width: 100%;
	height: auto;
	margin: 10px 0 10px 0;
}


/*SIDEITEMS
***********************************************************/

.sideItemsList > li > .inner {
	background: #cfdee6;
	padding: 20px;
	text-align: center;
}

.sideItemsList > li > a {
	text-decoration: none;
}

.sidebar .sideItemsList > li {
	width: 100%;
	margin-top: 15px;
	padding-left: 0;
	padding-right: 0;
}


/*ACCORDIONS
****************************************************/

.accordion {
	margin: 20px 0;
}

.accordion h3 {
	margin: 0;
	padding: 0;
	border: 0;
}

.accordion h3 a {
	display: block;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	background: #66bbcc;
	border-top: 1px solid #fff;
}

.accordion h3 a:after {
	content: "\f055";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
	font-size: 16px;
	float: right;
	position: relative;
	top: 7px;
}

.accordion h3.open a:after {
	content: "\f056";
	/*opacity: .5;*/
}

.accordion > div {
	background: #cfdee6;
	padding: 10px 20px 20px;
}

.accordion div.open {
	display: block !important;
}


/*TABS
****************************************************/

.tab-container {
	margin: 20px 0;
}

.tab-container ul.etabs {
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 3px solid #66bbcc;
}

ul.etabs:before,
ul.etabs:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

ul.etabs:after {
	clear: both;
}

.tab-container ul.etabs li {
	margin: 0 5px 0 0;
	padding: 0;
	background-image: none;
	border: 0;
	float: left;
}

.tab-container ul.etabs li:before {
	content: "";
	display: none;
}

.tab-container ul.etabs a {
	display: block;
	background: #cfdee6;
	text-decoration: none;
	padding: 5px 20px;
}

.tab-container ul.etabs .active a {
	background: #66bbcc;
	color: #fff;
}

.tab-container .copy {

}



/*MESSAGES
********************************************************/

.alert {
	padding: 20px;
	margin-top: 20px;
	position: relative;
	background: #e2e6e9;
}

.alert:before,
.alert:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.alert:after {
	clear: both;
}

.alert .close {
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 12px;
}

.alert .close i {
	font-size: 18px;
	float: none;
	opacity: .6;
	cursor: pointer;
}

.alert i {
	font-size: 60px;
	float: left;
}

.alert > div {
	float: left;
	padding: 2px 0 0 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.alert h3 {
	font-weight: 700;
	color: #02121a;
	font-size: 22px;
	padding: 0 0 5px;
}

.alert p {
	font-size: 14px;
	padding: 0 0 5px;
}

.alert.success {
	background: #e5ebc7;
}

.alert.success i {
	color: #93ac17;
}

/*COOKIE POLICY
************************************************/

#stickycookiePolicy {

	background-color: #000000;
	background: rgba(0,0,0,0.7);
	z-index: 100;
	color: #ccc;
	text-align: center;
	font-size: 13px;
	padding: 10px;
	transition: .3s all ease;
}

#stickycookiePolicy:hover {
	background: #000;
	color: #fff;
}

#stickycookiePolicy a {
	color: #ccc;
	display: inline-block;
	margin: 0 0 0 5px;
}