/* cmsms stylesheet: Page loader modified: Tuesday, June 7, 2022 5:43:02 PM */
@-webkit-keyframes animate {
	50% {
		-ms-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		transform:rotate(180deg);
	}
	
	to {
		-ms-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}
}

@keyframes animate {
	50% {
		-ms-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		transform:rotate(180deg);
	}
	
	to {
		-ms-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}
}

#loading {
	background-color:rgba(14,35,59,1);
	height:100%;
	width:100%;
	position:fixed;
	z-index:750;
	margin-top:0;
	top:0;
}

#loading-center {
	width:100%;
	height:100%;
	position:relative;
}

#loading-center-absolute {
	position:absolute;
	left:50%;
	top:50%;
	height:200px;
	width:200px;
	margin-top:-100px;
	margin-left:-100px;
	-ms-transform:rotate(-135deg);
	-webkit-transform:rotate(-135deg);
	transform:rotate(-135deg);
}

.object {
	-moz-border-radius:50%;
	-webkit-border-radius:50% 50% 50% 50%;
	border-radius:50% 50% 50% 50%;
	position:absolute;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	-webkit-animation:animate 2s infinite;
	animation:animate 2s infinite;
}

#object_one {
	left:75px;
	top:75px;
	width:50px;
	height:50px;
	border-right-color:rgb(27, 28, 29);
}

#object_two {
	left:65px;
	top:65px;
	width:70px;
	height:70px;
	border-left-color:rgb(27, 28, 29);
	-webkit-animation-delay:.1s;
	animation-delay:.1s;
}

#object_three {
	left:55px;
	top:55px;
	width:90px;
	height:90px;
	border-right-color:rgb(27, 28, 29);
	-webkit-animation-delay:.2s;
	animation-delay:.2s;
}

#object_four {
	left:45px;
	top:45px;
	width:110px;
	height:110px;
	border-left-color:rgb(27, 28, 29);
	-webkit-animation-delay:.3s;
	animation-delay:.3s;
}
/* cmsms stylesheet: fonts modified: Tuesday, June 7, 2022 4:20:02 PM */
/* fonts CSS */

@font-face {
    font-family: 'Skia';
    font-style: normal;
    font-weight: normal;
    src: local('Skia'), url('assets/css/ufonts.com_skia.woff') format('woff');
    }
/* cmsms stylesheet: normalize modified: Tuesday, May 10, 2022 5:13:54 PM */
html{line-height:1.15;-webkit-text-size-adjust:100%}
body{margin:0}
details,main{display:block}
h1{font-size:2em;margin:.67em 0}
hr{box-sizing:content-box;height:0;overflow:visible}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}
button,select{text-transform:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}
fieldset{padding:.35em .75em .625em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{vertical-align:baseline}
textarea{overflow:auto}
[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
summary{display:list-item}
[hidden],template{display:none}
/* cmsms stylesheet: global modified: Tuesday, May 17, 2022 4:40:39 PM */
.cycle-slideshow{z-index:0}
.aspectContainer{position:relative;padding-top:100%;width:100%!important}
.aspect{position:absolute;top:0;left:0;bottom:0;right:0;display:table-cell;background-position:center center;background-repeat:no-repeat;background-size:cover;overflow:hidden}
.ratio_27_7{padding-top:25.93%}
.ratio_21_9{padding-top:42.857%}
.ratio_19_4{padding-top:21.032%}
.ratio_16_9{padding-top:56.25%}
.ratio_8_5{padding-top:62.5%}
.ratio_3_2{padding-top:66.66%}
.ratio_2_3{padding-top:133.33%}
.ratio_3_5,.ratio_4_6{padding-top:166.66%}
.ratio_4_3{padding-top:75%}
.ratio_3_08{padding-top:32.42%}
.ratio_9_2{padding-top:22.22%}
.txtLeft{text-align:left}
.txtRight{text-align:right}
.txtCenter{text-align:center}
.txtVtop{vertical-align:top}
.txtVcenter{vertical-align:middle}
.txtVbottom{vertical-align:bottom}
.centertContent{text-align:center;vertical-align:middle;display:table-cell;position:absolute;top:40%;right:0;bottom:0;left:0}
.floatLeft{float:left}
.floatRight{float:right}
.pad5{padding:5px}
.pad10{padding:10px}
.pad15{padding:15px}
.pad20{padding:20px}
.pad25{padding:25px}
.pad5pc{padding:5%}
.pad10pc{padding:10%}
.pad15pc{padding:15%}
.pad20pc{padding:20%}
.pad25pc{padding:25%}
.pad5vertically{padding:5px 0}
.pad10vertically{padding:10px 0}
.pad15vertically{padding:15px 0}
.pad20vertically{padding:20px 0}
.pad25vertically{padding:25px 0}
.pad50vertically{padding:50px 0}
.marginTop5{margin-top:5px}
.marginTop10{margin-top:10px}
.marginTop15{margin-top:15px}
.marginTop20{margin-top:20px}
.marginTop25{margin-top:25px}
.marginTop50{margin-top:50px}
.marginTop75{margin-top:75px}
.marginTop100{margin-top:100px}
.marginTop150{margin-top:150px}
.marginBottom5{margin-bottom:5px}
.marginBottom10{margin-bottom:10px}
.marginBottom15{margin-bottom:15px}
.marginBottom20{margin-bottom:20px}
.marginBottom25{margin-bottom:25px}
.marginBottom50{margin-bottom:50px}
.marginBottom75{margin-bottom:75px}
.marginBottom100{margin-bottom:100px}
.clear{clear:both}
.clearLeft{clear:left}
.clearRight{clear:right}
.multiCol2{-webkit-columns:20px 2;-moz-columns:20px 2;columns:20px 2;margin-bottom:30px}
.multiCol3{-webkit-columns:20px 3;-moz-columns:20px 3;columns:20px 3;margin-bottom:30px}
.multiCol2 p,.multiCol2 ul,.multiCol3 p,.multiCol3 ul,.multiColBlock{-webkit-column-break-inside:avoid;display:table}
.embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;background:#4e4d4e;border:1px solid #4e4d4e}
.embed-container embed,.embed-container iframe,.embed-container object{position:absolute;top:0;left:0;width:100%;height:100%}
.nobreak{white-space:nowrap;color:inherit;font-weight:inherit}
.img-left,.img-left-third,.img-right,.img-right-third{float:right;display:block;margin:0 0 10px 15px;width:calc(50% - 15px)!important;height:auto!important}
.img-left-third,.img-right-third{width:calc(33.333% - 15px)!important}
.img-left,.img-left-third{float:left;margin:0 15px 10px 0}
@media only screen and (max-width:768px){.multiCol2,.multiCol3{-webkit-columns:0 1;-moz-columns:0 1;columns:0 1}
.img-left,.img-left-third,.img-right,.img-right-third{display:block;margin:0 0 10px;width:100%!important;height:auto!important}
}
.img-full,main div.span_3_of_12 img,main div.span_4_of_12 img,main div.span_6_of_12 img{display:block;margin:0 0 10px;width:100%!important;height:auto!important}
@media only screen and (min-width:769px){.table{display:table;border-collapse:collapse}
.row{display:table-row}
.cell{display:table-cell;float:none}
.cell .padLeft{padding-left:15px}
}
/* cmsms stylesheet: default modified: Friday, December 2, 2022 11:50:17 AM */
*,:after,:before {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

* {
/*	position:relative; */
	outline:none;
}

body,html {
	font:400 14px/24px europa,arial,sans-serif;
	font-style:normal;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	margin:0;
	padding:0;
	background:#fff;
}

html {
	margin:auto;
	overflow:-moz-scrollbars-none;
	background:rgba(61, 93, 120, 1);
	color:#3D5D78;
}

body {
	text-align:left;
	background:#fff;
	color:#3D5D78;
	padding-top:75px;
}

@media only screen and (min-width:801px) {
	body,html {
		font:400 16px/24px europa,arial,sans-serif;
	}
body {
	padding-top:175px;
}
}

.noMobile {
	display:none;
}

@media only screen and (min-width:801px) {
	.noMobile {
		display:block;
	}
}

.noTablet {
	display:none;
}

@media only screen and (max-width:760px) {
	.fullTablet {
		width:100%;
	}
}

@media only screen and (min-width:801px) {
	.noTablet {
		display:block;
	}
}

a[rel~="nofollow"] {
	text-decoration:none!important;
}

a:hover[rel~="nofollow"] {
	text-decoration:inherit!important;
}

/* a,body {
	transition:all .4s ease;
} */

a {
	transition:all .4s ease;
}

a,a:hover {
	text-decoration:none;
}

a {
	text-decoration:none;
	color:#000;
	z-index:1;
}

a:hover {
	color:#000;
}

hr {
	border:0;
	height:1px;
	background:rgba(78,77,78,.25);
	margin:20px 0;
}

h1,.h1 {
	font-family:Skia,europa,arial,sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:28px;
	line-height:35px;
	margin:40px 0 15px;
	text-transform:capitalize;
	color:#74BFDE;
}

h2,.h2 {
	font-family:europa,arial,sans-serif;
	font-weight:600;
	font-style:normal;
	font-size:18px;
	line-height:30px;
	margin:0 0 20px;
	text-transform:capitalize;
	color:#3D5D78;
}

h3 {
	font-family:europa,arial,sans-serif;
	font-weight:600;
	font-style:normal;
	font-size:18px;
	line-height:30px;
	margin:0 0 15px;
	color:#3D5D78;
	text-transform:capitalize;
}

h4 {
	font-family:europa,arial,sans-serif;
	font-weight:600;
	font-style:normal;
	font-size:16px;
	line-height:20px;
	color:#74BFDE;
	margin:0 0 15px;
}

p {
	margin:0 0 20px;
}

strong {
	font-weight:900;
}

@media only screen and (min-width:500px) {
h1,.h1 {
	font-size:35px;
	line-height:45px;
	margin:60px 0 15px;
}
h2,.h2 {
	font-size:24px;
	line-height:35px;
	margin:0 0 30px;
}
}

@media only screen and (min-width:801px) {
h1,.h1 {
	font-size:55px;
	line-height:60px;
	margin:60px 0 15px;
}
h2,.h2 {
	font-size:28px;
	line-height:40px;
	margin:0 0 45px;
}
h3 {
	font-size:24px;
	line-height:35px;
}
h4 {
	font-size:19px;
	line-height:24px;
}

p {
	margin:0 0 30px;
}
}

body#home h1, body#home h2 {
	text-align: center;
}

/* Header and main navigation */
#header {
	background:rgba(61, 93, 120, 1);
	position:fixed;
/* Fixed position - sit on top of the page */
	top:0;
	width:100%;
	transition:all .4s;
	z-index:5000;
	color:#fff;
	height:75px;
}


@media only screen and (min-width:801px) {
#header {
	height:175px;
}
}

#header.headerfade {
/*	background:linear-gradient(rgba(14,35,59,0.5),rgba(14,35,59,0)); */
}

#mainlogo {
	position:absolute;
	top:11px;
	width:180px;
	left:0;
}

.logo img {
	transition:all .2s ease-in-out;
	width:100%;
/*	height:auto; */
}


@media only screen and (min-width:321px) {
	#mainlogo {
	width:180px;
	}

	.logo img {
	}
}





#showMenu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50000;
	display:block;
	color:#fff;
	line-height:75px;
	text-transform:uppercase;
	vertical-align:middle;
}

#showMenu span {
	transition:all .4s ease;
	padding:0 25px;
}

#showMenu span:hover {
	cursor:pointer;
}

#showMenu span:before {
	transition:all .4s ease;
	display:inline-block;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	vertical-align:middle;
}

#showMenu span:before {
	font:30px/1 Material-Design-Iconic-Font;
	content:'\f197';
	text-align:left;
	padding-right: 25px;
}

#showMenu span:hover:before {
	color: #74BFDE
}

#showMenu.active span:before {
	content:'\f134';
}

@media only screen and (min-width:801px) {
	#showMenu {
		display: none;
	}
}

@media only screen and (min-width:801px) {
	#mainlogo {
		top:25px;
		width:180px;
	}

	.logo img {
	}
}

@media only screen and (min-width:1024px) {
	#mainlogo {
		top:25px;
		width:180px;
	}

	.logo img {
	}
}

@media only screen and (min-width:1280px) {
	#mainlogo {
		top:25px;
		width:180px;
	}

	.logo img {
	}
}

#topNav {
	display:none;
	position:absolute;
	top:20px;
	right:0;
	font-size:30px;
	text-transform:capitalize;
	line-height:50px;
}

@media only screen and (min-width:801px) {
	#topNav {
		display:block;
	}
}

#topNav ul {
		float:left;
		list-style-type:none;
		margin:0;
		padding:0;
	}

#topNav ul li {
		float:left;
		position:relative;
		color:#fff;
		margin-left: 15px;
	}

#topNav ul li.search span:hover {
	cursor:pointer;
}

#topNav ul li.search span span,#topNav ul li.facebook span,#topNav ul li.twitter span,#topNav ul li.linkedin span {
	display:none;
}

#topNav ul li.search i,#topNav ul li.facebook i,#topNav ul li.twitter i,#topNav ul li.linkedin i {
	transition:all .4s ease;
	line-height:50px;
	width:50px;
	text-align:center;
	border-radius:25px;
	color: #fff;
}

#topNav ul li.search i {
	background:#74BFDE;
	color: #fff;
}

#topNav ul li.search:hover i {
	background:#fff;
	color: #3D5D78;
}

#topNav ul li.facebook i {
}

#topNav ul li.facebook:hover i {
	color: #74BFDE;
}

#topNav ul li.twitter i {
}

#topNav ul li.twitter:hover i {
	color: #74BFDE;
}

#topNav ul li.linkedin i {
}

#topNav ul li.linkedin:hover i {
	color: #74BFDE;
}

#topNav ul li.twitter {
		margin-left: 5px;
	}


#topNav ul li.login a {
	color: #fff;
}

#topNav ul li.login a:hover {
	color: #3D5D78;
}

#topNav ul li.login {
	transition:all .4s ease;
	border: 1px solid #74BFDE;
	border-radius: 3px;
	line-height: 30px;
	padding: 0 10px;
	vertical-align: middle;
	font-size: 20px;
	margin-top: 10px;
	background: rgba(255, 255, 255, 0);
}

#topNav ul li.login:hover {
	background: rgba(255, 255, 255, 1);
	color: #3D5D78;
}

#topNav ul li.login span span {
	font-size: 14px;
	line-height: 30px;
	vertical-align: middle;
	margin-left: 10px;
}



#mainNav {
	position:absolute;
	top:90px;
	right:0;
	display:none;
}

@media only screen and (max-width:800px) {
	#mainNav {
		display:block;
		position: fixed;
		top:75px;
		bottom: 0;
		left: 100%;
		right: 0;
		font-size:12px;
		text-transform:capitalize;
		background: rgba(255, 241, 208, 0.95);
		color: #3D5D78;
		z-index: 100000;
		overflow-x: scroll;
	transition:.5s;
	opacity:0;
	}

#mainNav.active {
	opacity:1;
		left: 0;
}

	#mainNav ul {
		list-style-type:none;
		margin:0px 0px 40px 0px;
		padding:0;
	}

	#mainNav ul ul {
		margin:0;
	}

	#mainNav ul li a {
		color:#fff;
		background:#3D5D78;
		display:block;
		transition:.4s ease;
		padding:0 25px;
		line-height: 50px;
		font-weight: bold;
		text-transform: uppercase;
	}

	#mainNav ul ul li a {
		color: #3D5D78;
		background: transparent;
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
		font-weight: normal;
	}

	#mainNav ul ul li:last-of-type a {
		border-bottom: none;
	}

	#mainNav ul li a:hover {
		background:#74BFDE;
	}

	#mainNav ul ul li a:hover {
		background:rgba(255, 255, 255, 0.5);
	}

#mainNav ul ul ul li a:before {
	display: inline-block;
	font:normal normal normal 16px/50px Material-Design-Iconic-Font;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	content:'\f2fb';
	margin-right: 10px;
	color: #3D5D78;
}


}

@media only screen and (min-width:801px) {
	#mainNav {
		display:block;
		font-size:14px;
		text-transform:capitalize;
		line-height:85px;
	}

	#mainNav ul {
		float:left;
		list-style-type:none;
		margin:0;
		padding:0;
	}

	#mainNav ul li {
		float:left;
		position:relative;
		color:#fff;
	}

	#mainNav ul li a,#mainNav ul li.search span {
		color:#fff;
		display:block;
		transition:.4s ease;
		padding:0 10px;
	}

@media only screen and (min-width:1075px) {
	#mainNav {
		font-size:16px;
	}
}

@media only screen and (min-width:1200px) {
	#mainNav ul li a,#mainNav ul li.search span {
		padding:0 10px;
	}
}

	#mainNav ul li a:hover,#mainNav ul li.search span:hover {
		color:#fff;
	}

	#mainNav ul li.menudepth0 > a span {
		position: relative;
		padding:0;
		margin:0;
	}

	#mainNav ul li.menudepth0 > a span:before {
	content:"";
	position:absolute;
	width:100%;
	height:3px;
	bottom:-5px;
	left:0;
	background:rgba(115, 190, 222, 0);
	visibility:visible;
	transition:.25s linear;
}

	#mainNav ul li.menudepth0 > a span:after {
	content:"";
	position:absolute;
	width:0;
	height:3px;
	bottom:-5px;
	left:0;
	background:rgba(115, 190, 222, 1);
	visibility:hidden;
	transition:.25s linear;
}

	#mainNav ul li.menudepth0 > a:hover span:after,	#mainNav ul li.menudepth0 > a:focus span:after,	#mainNav ul li.menudepth0 > a.menuactive span:after {
	visibility:visible;
	width:100%;
}




	#mainNav ul li ul {
		position:absolute;
		display:block;
		z-index:2500;
		top:100%;
		left:0;
		width:200px;
		padding:0;
		margin:0;
		visibility:hidden;
		opacity:0;
		-webkit-transform:scaleY(0);
		transform:scaleY(0);
		-webkit-transform-origin:top;
		transform-origin:top;
		-webkit-transition:.5s;
		transition:.5s;
		font-size:14px;
		line-height:30px;
		text-align:left;
		text-transform: uppercase;
/*		border-top:3px solid #74BFDE; */
	}

	#mainNav ul li ul ul {
		border-top:none;
	}

/*	#mainNav ul li ul:after,#mainNav ul li ul:before {
		bottom:100%;
		left:50%;
		border:solid transparent;
		content:" ";
		height:0;
		width:0;
		position:absolute;
		pointer-events:none;
	}

	#mainNav ul li ul:after {
		border-color:rgba(240,90,71,0);
		border-bottom-color:#74BFDE;
		border-width:10px;
		margin-left:-10px;
	}

	#mainNav ul li ul:before {
		border-color:rgba(240,90,71,0);
		border-bottom-color:#74BFDE;
		border-width:11px;
		margin-left:-11px;
	}

	#mainNav ul li ul ul:after,#mainNav ul li ul ul:before {
		display: none;
	} */

	#mainNav ul li:hover a {
		color:#fff;
	}

	#mainNav ul li:hover ul a, #mainNav ul li:hover ul ul a {
		border-top:none;
		color:#3D5D78;
		padding:0 10px;
	}

	#mainNav ul li:hover ul li:last-of-type a {
		border-bottom: none;
	}

	#mainNav ul li:hover ul a:hover {
		color:#fff;
		background:#74BFDE;
	}

	#mainNav ul li a.menuactive {
	}

	#mainNav ul ul li a.menuactive {
		color:#fff;
		background:#74BFDE;
	}

	#mainNav ul li:hover ul {
		display:block;
		width:200px;
		background:rgba(255, 241, 208, 0.95);
		top:100%;
		-webkit-transform:scaleY(1);
		transform:scaleY(1);
		opacity:1;
		visibility:visible;
	}

	#mainNav ul li ul li {
		height:auto;
		float:none;
		padding:0;
		margin:0;
	}

	#mainNav ul li ul li a {
		height:auto;
	}

	#mainNav ul li ul li a span {
		padding:5px 10px;
		display: block;
	}

	#mainNav .menudepth2 { display: none; }

}


#pid_home {
	display: none;
}



#mobileSearch {
	padding: 10px 0;
}

@media only screen and (min-width:801px) {
#mobileSearch {
	display: none;
}
}























.breadcrumbBar {
	font-size: 12px;
	visibility: hidden;
	height: 50px;
	line-height:49px;
	color:#fff;
	text-transform:uppercase;
	postion:relative;
	z-index:1000;
}

div.breadcrumb {
	display: none;
}

@media only screen and (min-width:500px) {
.breadcrumbBar {
	visibility: visible;
	postion:relative;
	z-index:1000;
}
div.breadcrumb {
	display: block;
	text-align: center;
}
}

@media only screen and (min-width:801px) {
.breadcrumbBar {
	text-align: left;
	postion:relative;
	z-index:1000;
}

.breadcrumbBar.overbanner {
	line-height: 49px;
	background: transparent;
	postion:relative;
	margin-top: -50px; 
	z-index:1000;
}

div.breadcrumb {
	text-align: left;
	font-size: 0.85em;
}
}

.breadcrumbBar, .breadcrumbBar a {
	color:#3D5D78;
}

.breadcrumbBar a:hover {
	color:#74BFDE;
}

.breadcrumbBar.overbanner, .breadcrumbBar.overbanner a {
	color:#fff;
}

.breadcrumbBar.overbanner a:hover {
	color:#fff;
}

.breadcrumb i.zmdi.zmdi-chevron-right {
	color: #74BFDE;
	margin: 0 10px;
}

#secondaryNav {
}


#secondaryNav h3 {
	background:#3D5D78;
	line-height:100px;
	color:#fff;
	font-size:24px;
	padding:0px 0px 0px 30px;
	margin:0;
}

@media only screen and (min-width:845px) {
#secondaryNav h3 {
	font-size:28px;
	padding:0px 30px;
}
}

#secondaryNav ul {
	background:rgba(255, 241, 208, 0.5);
	padding:20px 0px;
	margin:0;
	list-style:none;
}

#secondaryNav ul ul {
	background: transparent;
	padding:0;
	margin:0;
	list-style:none;
}

#secondaryNav ul li {
	font-size:18px;
	color:#3D5D78;
	text-transform:capitalize;
	margin-top:-1px;
}

#secondaryNav ul ul li {
	font-size:16px;
	color:#3D5D78;
	text-transform:capitalize;
	margin-top:-1px;
	font-weight: normal;
}

#secondaryNav ul li a {
	transition:all .4s ease;
	font-weight: 400;
	display:block;
	color:#3D5D78;
	padding:10px 15px 10px 50px;
	border-bottom:1px solid rgba(255,255,255,0);
}

#secondaryNav ul ul li a {
	font-weight: 400;
	padding:5px 15px 5px 70px;
}

#secondaryNav ul li a:before {
	transition:all .4s ease;
	display: inline-block;
	width: 25px;
	font-family: Material-Design-Iconic-Font;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	content:'\f2f5';
	color: rgba(115, 190, 222, 0);
	text-align:left;
	margin-left: -25px;
}

#secondaryNav ul li a:hover:before {
	color: rgba(115, 190, 222, 1);
}

#secondaryNav ul ul li a:before {
	content:'\f2fb';
	color: rgba(115, 190, 222, 1);
}

#secondaryNav ul ul li a:hover:before {
	content:'\f2f5';
	color: rgba(115, 190, 222, 1);
}


#secondaryNav ul li a:hover {
	font-weight: 400;
	color:#74BFDE;
	border-bottom:1px solid rgba(255,255,255,0);
}

#secondaryNav ul li:last-of-type a {
	border-bottom:1px solid rgba(255,255,255,0);
}

#secondaryNav ul li a.menuactive {
/*	background:rgba(216,220,222,0.5); */
	font-weight: 600;
	color:#74BFDE;
}

#secondaryNav ul li a.menuactive:hover {
}

/* Banners */
#banner-container {
/*	margin-bottom:-50px; */
	z-index:0;
	background:rgba(61, 93, 120, 1);
	transition:all .4s;
}

body#home #banner-container {
	transition:all .4s;
	margin-top: 0;
	margin-bottom: 0;
	z-index:0;
/*	height: 100vh; */
}


@media only screen and (min-width:801px) {
#banner-container {
	max-height: calc(80vh - 175px);
	overflow: hidden;
}

body#home #banner-container {
	position: relative;
	margin-bottom: 0;
}
}


.mainBanner {
	background-size: cover;
	background-position: center top;
}

#banner-container div.bannertint {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	background:linear-gradient(rgba(13,34,58,0.15) 0%, rgba(13, 34, 58, 0.25) 50%, rgba(61, 93, 120, 0.5) 100%);
	opacity:1;
	z-index: 0;
}

#banner-container .ratio_3_08 {
	min-height: 250px;
}

/* maximise banner height */
@media only screen and (min-width:960px) {
body:not(#home) #banner-container .aspectContainer {
	padding-top: 640px;
}
}

@media only screen and (min-width:801px) {
body#home #banner-container .aspectContainer {
	padding-top: 0px;
	height: 80vh;
	max-height: calc(80vh - 175px);
}
}

/* Main content area */
section.content {
	margin-bottom:20px;
}


body#home section#start.content {
	margin-bottom:0px;
}

@media only screen and (min-width:801px) {
section.content {
	margin-bottom:40px;
}
body#home section#start.content {
	margin-bottom:0px;
}
}

section.content a {
	color:#74BFDE;
	font-weight:600;
	border-bottom:1px solid rgba(216,220,222,0);
}

section.content a:hover {
	color:#74BFDE;
	border-bottom:1px solid rgba(216,220,222,1);
}


a.button, a.button_blue {
	position:relative;
	display:inline-block;
	background:transparent;
	color:#fff!important;
	text-transform:capitalize;
	text-align:center;
	border-bottom:none!important;
	padding:0 30px;
	line-height:50px;
	font-weight:bold!important;
	border-radius: 5px;
}

a.button:hover, a.button_blue:hover {
	background:#74BFDE;
	color:#fff;
	padding:0 30px;
	border-bottom:none!important;
	border-radius: 5px;
}

a.button_blue:hover {
	background:#3D5D78;
}

a.button:before, a.button_blue:before {
	content:"";
	position:absolute;
	width:100%;
	height:50px;
	top:0;
	left:0;
	background:#74BFDE;
	visibility:visible;
	transition:.25s linear;
	z-index:-1;
	border-radius: 5px;
}
a.button_blue:before {
	background:#1DA1F2;
}


a.button:after, a.button_blue:after {
	content:"";
	position:absolute;
	width:0;
	height:50px;
	top:0;
	left:0;
	background:#3D5D78;
	visibility:hidden;
	transition:.25s linear;
	z-index:-1;
	border-radius: 5px;
}
a.button_blue:after {
	background:#3D5D78;
}

a.button:hover:after,a.button:focus:after, a.button_blue:hover:after, a.button_blue:focus:after {
	visibility:visible;
	width:100%;
}



/* News */
/* Contact page */
/* Forms */
#formbox {
	margin:25px 0;
	font-size:.85em;
}

.form {
	width:100%;
}

.form .element-input {
	display:block;
	margin-bottom:15px;
	position:relative;
	width:100%;
	color:#000;
}

.form label {
	vertical-align:middle;
}

.form .element-input i.zmdi {
	position:absolute;
	display:inline-block;
	left:10px;
	top:10px;
	border-right:1px solid #777776;
	padding-right:8px;
	color:#000;
	font-size:18px;
	width:24px;
	text-align:center;
}

.form input[type=date],.form input[type=email],.form input[type=number],.form input[type=password],.form input[type=submit],.form input[type=tel],.form input[type=text],.form input[type=url],.form select,.form textarea {
	width:calc(100% - 54px);
	width:100%;
	outline:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:normal;
	border:1px solid #777776;
	border-radius:3px;
	padding:10px 10px 9px 40px;
	transition:.5s;
	color:#000;
}

.gdpr {
	vertical-align:middle;
}

.form input.one_of_two {
	border-bottom:none;
	border-radius:3px 3px 0 0;
}

.form input.two_of_two {
	border-top:none;
	border-radius:0 0 3px 3px;
}

.form select {
	width:100%!important;
}

.form input:required,.form select:required,.form textarea:required {
	background:#fff url(https://glp-uk.org.uk/assets/images/required.png) no-repeat 98% center;
	background-size:15px;
}

.form input:focus:invalid,.form input:hover:invalid,.form select:focus:invalid,.form select:hover:invalid,.form textarea:focus:invalid,.form textarea:hover:invalid {
	background:#ffdede url(https://glp-uk.org.uk/assets/images/invalid.png) no-repeat 98% center;
	background-size:15px;
	border-color:#d70505;
}

.form input:required:valid,.form select:required:valid,.form textarea:required:valid {
	background:#fff url(https://glp-uk.org.uk/assets/images/valid.png) no-repeat 98% center;
	background-size:15px;
	border-color:#28921f;
}

input[type=checkbox] {
	-webkit-appearance:checkbox;
	vertical-align:middle;
}

button.th_bt {
	transition:.5s;
	font-family:europa,arial,sans-serif;
	font-weight:500;
	font-style:normal;
	font-size:1.125em;
	margin:0;
	text-transform:uppercase;
	height:50px;
	line-height:50px;
	width:150px;
	margin-bottom:15px;
	background:#3D5D78;
	color:#fff;
	padding:0;
	border:none;
	border-radius:3px;
}

a.th_bt {
	transition:.5s;
	display:inline-block;
	font-family:europa,arial,sans-serif;
	font-weight:500;
	font-style:normal;
	font-size:1.125em !important;
	margin:0;
	text-transform:uppercase;
	height:50px !important;
	line-height:50px !important;
	width:100%;
	max-width:250px;
	margin-bottom:15px;
	background:#3D5D78;
	color:#fff !important;
	padding:0;
	border:none;
	border-radius:3px;
	text-align: center;
}

button.th_bt:hover, a.th_bt:hover {
	background:#74BFDE;
}

button.th_bt:disabled {
	background:#777776;
	cursor:not-allowed;
}

button.th_bt:disabled i {
	display:none;
}

button.th_bt i, a.th_bt i {
	opacity:0;
	margin-left:2px;
	transition:.5s;
}

button.th_bt:hover i, a.th_bt:hover i {
	opacity:1;
	margin-left:10px;
}

#status,#status2,#status3 {
	display:block;
	position:relative;
	padding:15px 15px 15px 45px;
	border:2px solid #28921f;
	border-radius:3px;
	background:rgba(40,146,31,0.15);
	margin-bottom:15px;
	text-align:center;
}

img.dandp {
	max-width:90%;
}
}

#status:before,#status2:before,#status3:before {
	font:normal normal normal 20px/1 Material-Design-Iconic-Font;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	content:'\f1f8';
	color:#28921f;
	position:absolute;
	top:15px;
	left:15px;
}

#errors,#errors2,#errors3 {
	display:block;
	position:relative;
	padding:15px 15px 15px 45px;
	border:2px solid #d70505;
	border-radius:3px;
	background:#ffdfdf;
	margin-bottom:15px;
}

#errors:before,#errors2:before,#errors3:before {
	font:normal normal normal 20px/1 Material-Design-Iconic-Font;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	content:'\f1f4';
	color:#d70505;
	position:absolute;
	top:15px;
	left:15px;
}

.space_label_right {
	margin-right:25px;
}

/* Footer area */
.footer {
	background:rgba(26, 27, 28, 0.75);
	color:#fff;
}

#footer_inner {
/*	background:transparent url(https://glp-uk.org.uk/assets/images/footer-bg.svg); */
	padding:40px 0px 60px 0px;
	background-repeat: no-repeat;
	background-position: calc(50% + 200px) bottom;
	background-size: 100%;
}

.footer div.pageWidth {
	text-align:left;
}

@media only screen and (min-width:801px) {
	.footer div.pageWidth {
		text-align:left;
	}
#footer_inner {
	background-position: calc(50% + 300px) bottom;
	background-size: 60%;
}

}

.footer a {
	color:#fff;
}

.footer a:hover {
	color:#74BFDE;
}

.footer a {
	display:inline-block;
	padding:0;
	margin:0;
}


.footer h3 {
	margin:0 0 15px;
	color:#fff;
	text-transform: capitalize;
}

#footer-logo-area {
	margin-bottom: 20px;
}

@media only screen and (min-width:801px) {
#footer-logo-area {
	margin-bottom: 40px;
	display: flex;
	align-items: flex-end;
}
}


img.footer-logo {
	display:block;
	width:50%;
	max-width:320px;
	margin: auto;
}

@media only screen and (min-width:801px) {
img.footer-logo {
	display:inline-block;
	width:100%;
	margin: auto auto 20px auto;
}
}

ul.contact_details, ul.footer-nav {
	-webkit-padding-start:0;
	padding:0;
	list-style-type:none;
}

ul.contact_details li, ul.footer-nav li a {
	display:block;
	margin-left: 25px;
	margin-bottom: 10px;
}

ul.contact_details li.address_line2 {
	margin-bottom: 35px;		
}
	
ul.contact_details li:before, ul.footer-nav li a:before {
	display: inline-block;
	width: 25px;
	font-family: Material-Design-Iconic-Font;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	content:'\f2f5';
	color: #74BFDE;
	text-align:left;
	margin-left: -25px;
}

ul.contact_details li.address_icon:before {
	content:'\f1ab';
}

ul.contact_details li.address_line2:before {
	content:'';
}

ul.contact_details li.email_icon:before {
	content:'\f15a';
}

ul.contact_details li.phone_icon:before {
	content:'\f2be';
}

ul.footer-nav2 {
	-webkit-padding-start:0;
	padding:0;
	list-style-type:none;
	margin:0 0 10px;
	font-size: 0.85em;
}

ul.footer-nav2 li {
	display:inline-block;
}

ul.footer-nav2 li:after {
	content:'|';
	color:#fff;
	margin:0 10px;
}

ul.footer-nav2 li:last-of-type:after {
	content:'';
	margin:0;
}

p.copyright {
	font-size: 0.85em;
}

p.credit {
	font-size: 0.85em;
}

.facebook-link {
}

.facebook-link, .facebook-link a {
	color: #1DA1F2;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
}


.facebook-link a:hover {
	color: #74BFDE;
}

.facebook-link i, .facebook-link a i {
	transition:background .4s ease;
	color: #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: #1DA1F2;
	line-height: 30px;
	text-align: center;
	margin-right: 10px;
}

.facebook-link a:hover i {
	background: #74BFDE;
}


@media only screen and (min-width:801px) {
.facebook-link, .facebook-link a {
	font-size: 24px;
	line-height: 50px;
}
.facebook-link i, .facebook-link a i {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	line-height: 50px;
	margin-right: 15px;
}
}

.JackFrost {
	font-family:"din-condensed",sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:1.15em;
}

/* Contact page elements */
section#maparea {
	padding:0;
	width:100%;
	padding-left:env(safe-area-inset-left);
	padding-right:env(safe-area-inset-right);
}

@media only screen and (max-width:500px) {
#gmap.aspectContainer.ratio_21_9 {
	padding-top:100%;
}
}

/* Home page elements */

#strap {
	display: none;
}

@media only screen and (min-width:500px) {
#strap {
	position: absolute;
	left: 0;
	top: 33%;
	right: 0;
	display: block;
	text-align: center;
	z-index: 2;
}

#strap h2 {
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	font-family:Skia,europa,arial,sans-serif;
	font-weight:400;
	font-style:normal;
	text-transform: capitalize;
	text-shadow: 1px 3px 6px black;
}
}

@media only screen and (min-width:801px) {
#strap {
	top: 33%;
}

#strap h2 {
	font-size: 55px;
	line-height: 70px;
}
}

#banner-container .down {
	display: none;
}

@media only screen and (min-width:801px) {
#banner-container .down {
	display: block;
	margin-top: -175px;
	margin-bottom: 0px;
	text-align: center;
	position: relative;
	z-index: 1000;
}
#banner-container .down a {
	transition:.5s;
	display: block;
	line-height: 75px;
	background: transparent;
	text-align: center;
	color: #fff;
}

#banner-container .down a i {
	width: 75px;
	height: 75px;
	line-height: 75px;
	font-size: 70px;
	vertical-align: middle;
}

#banner-container .down a:hover, #banner-container .down a:hover i {
	color: #74BFDE;
}

#banner-container .down a.home-button {
	display: inline-block;
	padding: 0px 25px;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	margin: auto;
	line-height: 35px;
}

#banner-container .down a.home-button i {
	width: auto;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	vertical-align: middle;
	margin-right: 10px;
}

}

section.blocks {
	margin-bottom:30px;
}

.square_block2 {
	position: relative;
	float: left;
	width: 100%;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
}

.square_block2:after {
	content: "";
	display: block;
	padding-top: 100%;
}

.square_block2 div.outer {
	position: absolute;
	background: #74BFDE;
	display: block;
  	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}

.square_block2:hover div.outer {
    cursor: pointer;
	background: #3D5D78;
}

.square_block2 div.inner {
	position: absolute;
	text-align: center;
	padding: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.square_block2 h3 {
	transition:all .4s ease-in-out;
	font-family:Skia,europa,arial,sans-serif;
	font-weight:400;
	font-style:normal;
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	margin-top: calc(50% - 75px);
}

@media only screen and (min-width:801px) {
.square_block2 h3 {
	margin-top: calc(50% - 50px);
}
.square_block2:hover h3 {
	margin-top: calc(50% - 75px);
}
}
.square_block2 a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.square_block2 a span {
	display: none;
}

.square_block2 div.button_strap {
	font-family:europa,arial,sans-serif;
	font-weight:400;
	font-style:italic;
	font-size:15px;
	line-height: 20px;
	text-align: center;
	display: block;
	width: 90%;
	margin: 0 5%;
	clear: both;
}

@media only screen and (min-width:1024px) {
.square_block2 div.button_strap {
	font-size:18px;
	line-height: 22px;
}

.square_block2:after {
	content: "";
	display: block;
	padding-top: 100%;
}

}

@media only screen and (min-width:1260px) {
.square_block2 div.button_strap {
	font-size:20px;
	line-height: 25px;
}
}

@media only screen and (min-width:1600px) {
.square_block2 div.button_strap {
	font-size:25px;
	line-height: 30px;
}
}

.square_block2 div.link_button {
	position: absolute;
	font-family:europa,arial,sans-serif;
	font-weight:600;
	font-style:normal;
	font-size:15px;
	display: block;
	width: 50%;
	padding: 0;
	background: #74BFDE;
	border-radius: 5px;
	color: #fff;
	margin: auto;
	line-height: 35px;
	bottom: 35px;
	left: 25%;
	right: 25%;
}

.square_block2 div.link_button i {
	width: auto;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	vertical-align: middle;
	margin-right: 10px;
}

@media only screen and (min-width:500px) {
.square_block2 div.link_button,.square_block2 div.link_button i {
	font-size: 17px;
}
}
@media only screen and (min-width:801px) {
.square_block2 div.link_button,.square_block2 div.link_button i {
	font-size: 12px;
}
.square_block2 div.link_button {
	bottom: 15px;
}
}

@media only screen and (min-width:1024px) {
.square_block2 div.link_button,.square_block2 div.link_button i {
	font-size: 17px;
}
.square_block2 div.link_button {
	bottom: 35px;
}
}

@media only screen and (min-width:801px) {
.square_block2 div.button_strap {
		position:absolute;
		display:block;
		visibility:hidden;
		opacity:0;
		-webkit-transform:scaleY(0);
		transform:scaleY(0);
		-webkit-transform-origin:top;
		transform-origin:top;
		-webkit-transition:.5s;
}

.square_block2 div.link_button {
		position:absolute;
		display:block;
		visibility:hidden;
		opacity:0;
		-webkit-transform:scaleY(0);
		transform:scaleY(0);
		-webkit-transform-origin:bottom;
		transform-origin:bottom;
		-webkit-transition:.5s;
}
}

.square_block2:hover div.button_strap, .square_block2:hover div.link_button {
		-webkit-transform:scaleY(1);
		transform:scaleY(1);
		opacity:1;
		visibility:visible;
}


.square_block2 hr {
	transition:all .4s ease;
	border: none;
	background: #74BFDE;
	height: 1px;
	margin: 0 50%;
}

.square_block2:hover hr {
	margin: 10px 10% 15px 10%;
	height: 1px;
}

@media only screen and (min-width:1260px) {
.square_block2:hover hr {
	margin: 15px 10% 25px 10%;
}
}

@media only screen and (min-width:1600px) {
.square_block2:hover hr {
	margin: 25px 10% 35px 10%;
}
}

@media only screen and (min-width:801px) {
.square_block2 {
	width:32.53%;
	margin: 0px 1.2% 15px 0px;
}

.square_block2:nth-child(3n) {
	margin: 0px 0px 15px 0px;
}

.square_block2 h3 {
	font-size: 30px;
	line-height: 40px;
}
}

@media only screen and (min-width:1260px) {
.square_block2 h3 {
	font-size: 40px;
	line-height: 55px;
	margin-top: calc(50% - 55px);
}
.square_block2:hover h3 {
	margin-top: calc(50% - 80px);
}
}

@media only screen and (min-width:1600px) {
.square_block2 h3 {
	font-size: 50px;
	line-height: 65px;
	margin-top: calc(50% - 65px);
}
.square_block2:hover h3 {
	margin-top: calc(50% - 90px);
}
}


.square_block3 {
	position: relative;
	width: 100%;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
}

.square_block3:after {
	content: "";
	display: block;
	height: 150px;
}

.square_block3 div.outer {
	position: absolute;
	background: #74BFDE;
	display: block;
  	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	color: #fff;
}

.square_block3:hover div.outer {
    cursor: pointer;
	background: #3D5D78;
}

.square_block3 div.inner {
	position: absolute;
	text-align: center;
	padding: 0;
	width: 100%;
	height: 150px;
	display: block;
}

.square_block3 h3 {
	transition:all .4s ease-in-out;
	font-family:Skia,europa,arial,sans-serif;
	font-weight:400;
	font-style:normal;
	font-size: 28px;
	line-height: 50px;
	color: #fff;
	margin-top: 50px;
	margin-bottom: 0px;
}

@media only screen and (min-width:600px) {
.square_block3:hover h3 {
	margin-top: 25px;
}
}
.square_block3 a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.square_block3 a span {
	display: none;
}

@media only screen and (min-width:600px) {
.square_block3 div.link_button {
	position: absolute;
	font-family:europa,arial,sans-serif;
	font-weight:600;
	font-style:normal;
	font-size:15px;
	display: block;
	width: 50%;
	padding: 0;
	background: #74BFDE;
	border-radius: 5px;
	color: #fff;
	margin: auto;
	line-height: 25px;
	bottom: 25px;
	left: 25%;
	right: 25%;
}

.square_block3 div.link_button i {
	width: auto;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	vertical-align: middle;
	margin-right: 10px;
}
}
.square_block3 div.link_button {
		position:absolute;
		display:block;
		visibility:hidden;
		opacity:0;
		-webkit-transform:scaleY(0);
		transform:scaleY(0);
		-webkit-transform-origin:bottom;
		transform-origin:bottom;
		-webkit-transition:.5s;
}

@media only screen and (min-width:600px) {
.square_block3:hover div.button_strap, .square_block3:hover div.link_button {
		-webkit-transform:scaleY(1);
		transform:scaleY(1);
		opacity:1;
		visibility:visible;
}
}

.square_block3 hr {
	transition:all .4s ease;
	border: none;
	background: #74BFDE;
	height: 1px;
	margin: 0px 50px;
}

@media only screen and (min-width:600px) {
.square_block3:hover hr {
	margin: 0px 10%;
	height: 1px;
}
}

.promo_block { background: #3D5D78; color: #fff; background-repeat: no-repeat; background-size: contain; padding: 25px 0px 25px 0px; margin: 25px 0; text-align: center;}
.promo_block h2 { 	font-family:Skia,europa,arial,sans-serif; font-weight:400; font-style:normal; color: #74BFDE; font-size: 40px; line-height: 40px; margin: 0px; text-align: center; }
.promo_block h3 { color: #fff; font-size: 18px; line-height: 40px; margin: 0px 0px 30px 0px; text-align: center; }
.promo_block p {text-align: center;}
/* a.promo_button { transition:all .4s ease; font-size: 17px; line-height: 60px; color: #fff; background: rgba(116, 191, 222, 1); border: 1px solid rgba(116, 191, 222, 1; display: inline-block; text-align: center; border-radius: 5px; font-weight: bold; margin-top: auto;} */

a.promo_button {
	transition:all .4s ease;
	border: 1px solid #fff;
	border-radius: 3px;
	line-height: 30px;
	padding: 0 10px;
	vertical-align: middle;
	font-size: 20px;
	background: rgba(255, 255, 255, 0);
	color: #fff;
	padding: 0px 20px 8px 20px;
}

a:hover.promo_button {
	background: rgba(255, 255, 255, 1);
	color: #3D5D78;
}

a.promo_button span {
	font-size: 17px;
	line-height: 30px;
	vertical-align: middle;
}

@media only screen and (min-width:500px) {
.promo_block h2 { font-size: 50px; line-height: 50px; }
.promo_block h3 { font-size: 24px; line-height: 50px; }
}

@media only screen and (min-width:769px) {
.promo_block h2 { text-align: left; }
.promo_block h3 { text-align: left; }
.promo_block { padding: 60px 0px 40px 0px; margin: 0px 0px 40px 0px;}
}

@media only screen and (min-width:1000px) {
.promo_block h2 { font-size: 55px; line-height: 100px; }
.promo_block h3 { font-size: 28px; line-height: 50px; }
a.promo_button { font-size: 24px; line-height: 60px; }
}

@media only screen and (min-width:1260px) {
.promo_block { margin: 0px 0px 40px 0px;}
}


.bg-logo {
	display: none;
}

@media only screen and (min-width:801px) {
.bg-logo {
	background-repeat: no-repeat; background-size: contain; background-position: center center;
	display: block;
	position: absolute;
	top: -50px;
	bottom: -50px;
	width: 25%;
}
}

@media only screen and (min-width:1260px){
.bg-logo {
	background-position: left center;
	top: -150px;
	bottom: -150px;
	left: -250px;
}
}

@media only screen and (min-width:1600px){
.bg-logo {
	left: -150px;
}
}



#cpd_boxes, #cpd_boxes2, #event_boxes {
	padding: 40px 0;
	background: rgba(255, 241, 208, 0.5);
	margin-bottom: 0px;
}

.cpd_boxes3 {
	padding: 0;
	background: rgba(255, 241, 208, 0.5);
	margin-bottom: 0px;
}

#cpd_boxes2, .cpd_boxes3 {
	background: #fff;
}

#event_boxes {
	background: rgba(26, 27, 28, 0.1);
	margin-bottom: 60px;
}

#cpd_boxes h3, #cpd_boxes2 h3, .cpd_boxes3 h3, #event_boxes h3 {
	font-family:Skia,europa,arial,sans-serif;
	font-weight:400;
	font-style:normal;
	text-align: center;
}

#cpd_boxes h4, #cpd_boxes2 h4, .cpd_boxes3 h4, #event_boxes h4 {
	text-align: center;
}

#cpd_boxes p.link, #cpd_boxes2 p.link, .cpd_boxes3 p.link, #event_boxes  p.link {
	text-align: center;
}

#cpd_boxes p.link a, #cpd_boxes2 p.link a, .cpd_boxes3 p.link a, #event_boxes  p.link a {
	color: #1B1C1D;
}

.date_box {
	padding: 15px;	
	position: relative;
	transition:all .4s ease;
	min-height: 240px;
	margin-bottom: 15px;
}

.date_box:hover {
	background: rgba(255, 255, 255, 0.75);
}

#cpd_boxes2 .date_box:hover, .cpd_boxes3 .date_box:hover {
	background: rgba(26, 27, 28, 0.1);
}


.date_box a {
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	border-bottom: none !important;
}
.date_box a:hover {
	border-bottom: none !important;
}

.date_box a span {
	display: none;
}

.date_box .date {
	font-size: 50px;
	font-weight: 300;
	color: #74BFDE;
	line-height: 50px;
	margin-bottom: 0px;
}

.date_box .date sup {
	font-size: 30px;
	margin-bottom: -20px;
}

.date_box .month {
	font-size: 28px;
	font-weight: 700;
}

.date_box hr {
	background: #3D5D78;
}

.date_box .description {
		font-weight: 300;
}


#event_boxes .date_box {
	background: #3D5D78;
	color: #fff;
}

#event_boxes .date_box:hover {
	background: #2d4a62;
	border-bottom: none;
}

#event_boxes .date_box hr {
	background: #fff;
}


.twitter_block {
	
}

.twitter_block h3 {
	color: #1DA1F2;
	font-weight: 300;
}

.twitter_block h3 i {
	font-size: 60px;
}

.twitter_block h3 a {
	color: #1DA1F2;
}

.twitter_block h3 a:hover {
	color: #1DA1F2;
}

/* pager */
.twitter-pager {
    text-align: left; width: 100%; overflow: hidden; margin-bottom: 30px;
}
.twitter-pager span {
    display: inline-block; width: 25%; max-width: 200px; height: 10px; background: rgba(26, 27, 28, 0.25); cursor: pointer; margin-right: 10px;
}

.twitter-pager span:hover, .twitter-pager span.cycle-pager-active { background: #1DA1F2;}
.twitter-pager > * { cursor: pointer;}
#prev, #next {	transition:all .4s ease;margin: 0px 15px 0px 25px; background: #3D5D78; display: inline-block; width: 50px; height: 50px; line-height:50px; border-radius: 25px; text-align: center;}
#next {margin: 0; }
#prev:hover, #next:hover {cursor: pointer; background: #1DA1F2;}

#prev i, #next i { font-size: 50px; color: #fff; vertical-align: middle;}

#loading-container {
	padding: 30px 0;
}

.atweet { width: 100%; padding-bottom: 15px; min-height: 100px;}
@media only screen and (min-width:851px){.atweet { width: 100%; padding-bottom: 30px; min-height: 200px;}}
.twitterpic { background-position: center center; background-size: cover; background-image: none;}
.twitterpic a { position: absolute; display: block; width: 100%; color: #fff; bottom: 10px; text-align: center;}
/* .twitterpic span { position: absolute; bottom: 10px; right; 10px;} */

/* Events page */
ul.list2,ul.list2 ul:last-of-type {
	margin:0!important;
	padding:0!important;
	width:100%;
	display:block;
	list-style:none;
}

ul.list2 li::before {
	display:none;
}

.yearBar {
	background:#3D5D78;
	color:#fff;
	margin-bottom:10px;
	line-height:50px;
	padding:0 30px;
	font-family: Skia, europa, Arial, sans-serif !important;
	font-size:24px;
	font-weight:400;
	text-transform:uppercase
}

.monthBar {
	background:#626366;
}

.EventsSummary {
	background:0 0;
}

.EventsSummary:nth-of-type(3n+1) {
	background:rgba(255, 241, 208, 0.5);
}

.EventsSummary:nth-of-type(3n+2) {
	background:rgba(26, 27, 28, 0);
}

.EventsSummary:nth-of-type(3n+0) {
	background:rgba(26, 27, 28, 0.1);
}

.EventSummaryTitle {
	font-weight:600;
	font-size:1.286em;
	margin-bottom:8px;
}

.EventSummaryPostdate {
	float:left;
	display:block;
	background:#74BFDE;
	width:25%;
}

.EventsSummary:nth-of-type(3n+2) .EventSummaryPostdate {
	background:#3D5D78!important;
}

.EventsSummary:nth-of-type(3n+0) .EventSummaryPostdate {
	background:rgba(26, 27, 28, 0.75)!important;
}

.EventSummaryContent {
	float:right;
	display:block;
	padding:10px;
	width:calc(75% - 20px);
}

@media only screen and (max-width:768px) {
	.EventSummaryPostdate {
		width:25%;
	}

	.EventSummaryContent {
		width:calc(75% - 20px);
	}
}

@media only screen and (max-width:480px) {
	.EventSummaryPostdate {
		width:30%;
	}

	.EventSummaryContent {
		width:calc(70% - 20px);
	}
}

.EventSummaryFooter {
	border-top:1px solid #3D5D78;
	padding-top:5px;
	margin-top:10px;
}

.EventsSummary:nth-of-type(4n+2) .EventSummaryFooter {
	border-top:1px solid #3D5D78;
}

.EventsSummary:nth-of-type(4n+3) .EventSummaryFooter {
	border-top:1px solid #3D5D78;
}

.month,.year {
	font-size:18px;
	line-height:110%;
	margin-bottom:2px;
}

.day {
	color:#fff;
	text-align:center;
	margin:0;
	padding:0;
	min-height: 150px;
}

.day a, .day a:hover {
	border-bottom: none !important;
}


.day a span.day-number {
	transition:all .4s ease;
	color:rgba(255,255,255,.5);
}

.day a span.day-number svg text {
	transition:all .4s ease;
	color:rgba(255,255,255,.5);
}

.day a:hover span.day-number svg text {
	fill:rgba(255,255,255,1);
}

.day a span.day-number svg {
	margin:0;
	padding:0;
}

.day-suffix {
	font-size:.857em;
	line-height:100%;
}

span.day-suffix-small {
	font-size:.57em;
	line-height:100%;
	font-weight:400;
}

#NewsSummary {
	padding-bottom:1.5em;
}

#NewsSummary h3 {
	margin:15px 0 10px;
	text-transform: capitalize;
}

#NewsSummary h3 a {
	border-bottom:none;
}

#NewsSummary h3 a:hover {
	color:#3D5D78;
	border-bottom:none;
}

#NewsSummary hr {
	background:rgba(238, 238, 238, 1);
	height:1px;
}

.heroImg {
	position:relative;
}

.heroImg a {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}

.heroImg span {
	display:none;
}

#NewsPostDetailDate,.NewsSummaryPostdate {
	display:inline-block;
	line-height:50px;
}

.NewsSummaryLink {
	margin-bottom:10px;
	font-size:130%;
	color:#334551;
	line-height:140%;
	font-weight:600;
}

.NewsSummaryLink a,.NewsSummaryLink a:hover {
	color:#273583;
	text-decoration:none;
}

.NewsSummaryCategory {
	padding-left:15px;
}

.newsfooter {
	margin-top:25px;
	font-size:14px;
	clear:both;
	color:#3D5D78;
	border-top:1px solid rgba(238, 238, 238, 1);
}

.newsfooter span {
	display:inline-block;
}

.NewsSummaryContent,.NewsSummarySummary {
}

.NewsSummaryMorelink {
	float:right;
	display:inline-block;
}

.NewsSummaryMorelink a {
	position:relative;
	margin-top:-1px;
	display:block;
	background:transparent;
	color:#fff!important;
	text-transform:capitalize;
	text-align:center;
	border-bottom:none!important;
	padding:0 30px;
	line-height:50px;
	font-weight:bold!important;
}

.NewsSummaryMorelink a:hover {
	background:#3D5D78;
	color:#fff;
	padding:0 30px;
	border-bottom:none!important;
}

.NewsSummaryMorelink a:before {
	content:"";
	position:absolute;
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	background:#74BFDE;
	visibility:visible;
	transition:.25s linear;
	z-index:-1;
}

.NewsSummaryMorelink a:after {
	content:"";
	position:absolute;
	width:0;
	height:50px;
	bottom:0;
	left:0;
	background:#3D5D78;
	visibility:hidden;
	transition:.25s linear;
	z-index:-1;
}

.NewsSummaryMorelink a:hover:after,.NewsSummaryMorelink a:focus:after {
	visibility:visible;
	width:100%;
}

#NewsPostDetailSummary {
	margin-bottom:15px;
}

#NewsPostDetailCategory {
	font-style:italic;
	border-top:1px solid #a0bec9;
	margin-top:.5em;
	padding:.2em 0;
}

#NewsPostDetailContent {
	margin-bottom:15px;
	line-height:150%;
}

#NewsPostDetailTitle,h2#NewsPostDetailTitle {
	color:#231f20;
}

#NewsPostDetailHorizRule {
	border-top:1px solid #a0bec9;
}

#NewsPostDetailPrintLink {
	float:right;
	margin-left:10px;
}

#NewsPostDetailPrintLink img {
	margin-left:10px;
}

#NewsPostDetailReturnLink {
	float:right;
}

#news-main #NewsPostDetailPrintLink a {
	color:#333132;
	font-family:Arial,Helvetica,sans-serif;
}

/* Search overlay */
.overlay {
	height:0;
	width:100%;
	position:fixed;
	z-index:75000;
	top:0;
	left:0;
	right:0;
	background:rgba(26, 27, 28, 0.9);
	overflow-x:hidden;
	transition:.5s;
}

.overlay-content {
	position:relative;
	display:table;
	padding:0;
	margin:auto 10%;
	width:80%;
	height:calc(100% - 70px);
	text-align:left;
	color:#fff;
}

@media only screen and (max-width:480px) {
	.overlay-content {
		margin:auto 5%;
		width:90%;
	}
}

.overlay-content-inner {
	position:relative;
	display:table-cell;
	top:0;
	left:0;
	bottom:0;
	right:0;
	vertical-align:middle;
}

.overlay a {
	padding:8px;
	text-decoration:none;
	font-size:36px;
	color:#fff;
	display:block;
	transition:.3s;
}

.overlay a:hover,.overlay a:focus {
	color:#74BFDE;
}

.overlay a.closebtn {
	color:#74BFDE;
}

.overlay a.closebtn:hover,.overlay a.closebtn:focus {
	color:#fff;
}

.overlay .closebtn i span {
	display:none;
}

.overlay .closebtn {
	position:absolute;
	top:20px;
	right:20px;
	font-size:50px;
	z-index:75000;
}

@media screen and (max-height:450px) {
	.overlay a {
		font-size:20px;
	}

	.overlay .closebtn {
		font-size:40px;
		top:15px;
		right:15px;
	}
}

#search {
}

#search span.h3 {
	font-family:Skia,europa,arial,sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:55px;
	line-height:80px;
	margin:0;
	text-transform:capitalize;
	color:#fff;
	margin-bottom:0;
}

#mobileSearch {
	background: #74BFDE;
}

#mobileSearch .h3 {
	display: none;
}

#mobileSearch input, #search input {
	border:none;
	border:1px solid #74BFDE;
	background:#fff;
	width:calc(100% - 70px);
	margin:0 10px 0 0;
	padding:0 15px;
	line-height:60px;
	border-radius:4px;
	vertical-align:text-bottom;
}

#mobileSearch input {
	width:calc(100% - 120px);
	margin: 0 25px;
	line-height:40px;
}

#mobileSearch button, #search button {
	-webkit-appearance:none;
	border:none;
	border-radius:0;
	background:transparent;
	padding:0;
	width:60px;
	text-align:right;
	color: #fff;
}

#mobileSearch button {
	width:40px;
	text-align:center;
}

#mobileSearch button i, #search button i {
	font-size:62px;
	line-height:62px;
	cursor:pointer;
	padding:0;
}

#mobileSearch button i {
	font-size:42px;
	line-height:42px;
}

#mobileSearch button i:hover, #search button i:hover {
	color:#fff;
}

#mobileSearch button i span, #search button i span {
	display:none;
}

/* Tables */

section.content table {
	border: 1px solid #3D5D78;
	border-collapse: collapse;
	margin-bottom: 60px;
}

section.content th, section.content td {
	border: 1px solid rgba(118, 140, 163, 0.10);
	padding: 10px;
}

section.content tr:nth-child(even) { background: rgba(237, 237, 237, 0.25); }

section.content thead th, section.content thead td {
	background: #3D5D78;
	color: #fff;
	font-weight: 600;
}

#upLink {
	text-align: center;	
	font-weight: 200;
}

#upLink a {
	display: inline-block;
	text-align: center;
	border-bottom: none;
	font-weight: 200;
	line-height: 20px;
}

#upLink a:hover {
	border-bottom: none;
}

#upLink a i {
	line-height: 40px;
	font-size: 70px;
}

#upLink a:hover i {
	color: #3D5D78;
}

#form-area {
	background: rgba(255, 241, 208, 0.5);
	margin-top: 50px;
	margin-bottom: 20px;
}

#form-area h3 {
	color: #fff;
	background: #74BFDE;
	line-height: 28px;
	font-size: 28px;
	padding: 25px;
}

#form-area-inner {
	padding: 25px;
}

.news-img-main {display: block;margin-bottom:20px; }


@media only screen and (min-width:600px) {
.news-img-main {float:left;margin-right:30px;margin-bottom:20px; width: 45%; max-width: 500px; }
}

.news-img-main img {display: block; width: 100%; height: auto;}
