/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/etc/fonts/montserrat-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('/extras/etc/fonts/montserrat-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/extras/etc/fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/extras/etc/fonts/montserrat-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/extras/etc/fonts/montserrat-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/extras/etc/fonts/montserrat-v14-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('/extras/etc/fonts/montserrat-v14-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
       url('/extras/etc/fonts/montserrat-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/extras/etc/fonts/montserrat-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/extras/etc/fonts/montserrat-v14-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/extras/etc/fonts/montserrat-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/extras/etc/fonts/montserrat-v14-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/etc/fonts/montserrat-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
       url('/extras/etc/fonts/montserrat-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/extras/etc/fonts/montserrat-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/extras/etc/fonts/montserrat-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/extras/etc/fonts/montserrat-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/extras/etc/fonts/montserrat-v14-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/etc/fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/extras/etc/fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/extras/etc/fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/extras/etc/fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/extras/etc/fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/extras/etc/fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/etc/fonts/roboto-condensed-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/extras/etc/fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/extras/etc/fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/extras/etc/fonts/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/extras/etc/fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/extras/etc/fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* 
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

body {
	font-size: 1.125em;
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	color: #484b4c;
}
p,li {line-height:140%;}


/**************** header *****************************/

.header {
	position:fixed;
	background-color:#fff;
	width:100%;
	z-index: 10;
	box-shadow: 0px 2px 2px #cbcbcb;
}
.banner {
	width:1200px;
	margin:auto;
}
.main {padding-top:111px;}

.logo	{
	width:255px;
	float:left;
	margin:20px 0;
	transition: margin 1s ease;
}
.menuCont {
	width:calc(100% - 255px);
	float:right;
	padding:14px 0 0;
	transition: padding 1s ease;
	text-align:right;
	max-width: 600px;
}
.topRight {
	text-align:right;
	transition: all 1s ease;
	padding-bottom: 12px;
}
.topmenu{
	text-align:right;
	transition: padding 1s ease;
}

.logo img {max-width:100%;transition: max-width 1s ease;}
.topRight .linkButton, .footerInfo .linkButton {background-color:#018ede;color:#ffffff;border:1px solid #018ede;padding: 8px 20px;font-weight:600;}
.topRight .linkButton:hover, .footerInfo .linkButton:hover {background-color:transparent;color:#018ede;border:1px solid #018ede;}

.topRight .phone {
	font-size:1.500rem;
	font-weight:700;
	font-family: 'Roboto Condensed', sans-serif;
	color:#018ede;
	text-decoration: none;
	margin-right: 32px;
	position: relative;
	top: 3px;
	}

@media (min-width:901px) {
	.shrink .logo {margin-top:6px;margin-bottom:5px;}
	.shrink .logo img {max-width:70%;}
	.shrink .menuCont {padding-top:16px;}
	.shrink .topRight {font-size:0;margin:0;padding: 0;}
	.shrink .topRight a {font-size:0;margin:0;padding:0;border:none;}
	.shrink .topRight img {height:0}
	}
:target::before {
  content: "";
  display: block;
  height: 62px; /* fixed header height*/
  margin: -62px 0 0; /* negative fixed header height */
}

/**************** nav - topnav *************************/


html .mlddm {display:flex;justify-content:space-between;}

/* top level */
.mlddm li a, .mlddm li a#buttonnohover {	
		padding: 0 4px;
		line-height: 32px;
		color: #484b4c;
		border-bottom:3px solid transparent;
}
.mlddm li a:hover, .mlddm li a#buttonhover,
.mlddm li a.selected, .mlddm li a.selected#buttonnohover,
.mlddm li a.selected:hover, .mlddm li a.selected#buttonhover	{color:#484b4c;border-bottom:3px solid #018ede;}

.mlddm>li:first-child>a {}
.mlddm>li:last-child>a {}

/* drop down list */
	.mlddm ul {background-color: #018ede;margin-top: 16px !important;}
	.shrink .mlddm ul {margin-top: 14px !important;}
	.menuCont .mlddm ul {padding: 0 16px 0 8px;}
	.mlddm ul li a {	
		line-height: 16px;
		margin: 16px 0px 16px 6px;
		border-bottom:none;
		text-align:left;
		background-color: #018ede;	
		color:#ffffff;
		padding-right: 46px;
		font-weight:600;
	}
	.mlddm ul li a:hover,
	.mlddm ul li a.selected,
	.mlddm ul li a:hover.selected,
	.mlddm .hsub:hover, .mlddm .selectedhsub:hover	{
		color: #ffffff;
		background-color:#018ede;
		border-left:3px solid #ffffff;
		border-bottom:none;
		margin-left: 11px;
		}

/**************** nav - mobile header *************************/

/* hamburger menu positioning & style */

.slicknav_btn {right:16px;}
.slicknav_btn.btnBottom {bottom:4px;}

.btnBottom .slicknav_icon-bar {background-color:#495966;}
.btnBottom .slicknav_menutxt {color:#495966;}

.slicknav_icon-bar {background-color:#484b4c;}
.slicknav_icon-bar:nth-child(1) {width:19px;}
.slicknav_icon-bar:nth-child(2) {width:24px;}
.slicknav_icon-bar:nth-child(3) {width:17px;}

/* menu style */

.slicknav_nav li {font-size:16px}

/* open row colours */

.slicknav_nav li.slicknav_open,
.slicknav_nav li.slicknav_open > a,
.slicknav_nav li.slicknav_open > a a,
.slicknav_nav a:hover,
.slicknav_nav a:hover a.vsub {
	background-color:#018ede;
	color:#ffffff;
}
.slicknav_nav li.slicknav_open > {color:#ffffff;}   
.slicknav_parent.slicknav_collapsed > a:hover .slicknav_arrow {color: #ffffff;}
.slicknav_nav ul > li:not(:last-child) {border-bottom: 1px solid #333;}

.slicknav_menutxt {display: none;}
	
	
/**************** footer *****************************/

.footer			{background-color:#f0f8fc;color:#484b4c;}
.footerInfo {
	width: 1200px;
	margin: auto;
	padding: 20px 0 0 0;
	grid-template-columns: 1.5fr 2.5fr 0.75fr;
	column-gap: 3.5%;
	display: grid;
	overflow: hidden;
}
.footerInfo .sideBySide-Col2 {text-align:right;}
.footerInfo p 	{margin-bottom:18px;line-height:160%;font-size: 1.000rem;}
.footerInfo	p a 	{font-size: 1.500rem;font-weight: 700;font-family: 'Roboto Condensed', sans-serif;color: #018ede;text-decoration: none;}
.footerInfo p a:hover {color:#018ede;}

.footerContainer {position: relative;}
.footerBG {
  background-image: url('footer-wave.png');
  height: 68px;
  position: absolute;
  top: -68px;
  width: 100%;
}

.Col2 p {}
.Col3 {text-align: right;}
.Col3 .linkButton {margin-bottom:24px;}

.footerBase				{width:1200px;margin:auto;padding: 10px 0;color: #484b4c;line-height:140%;}
.footerLeft				{width:66%;float: left;font-size:0.563em;}
.footerRight			{width:33%;float: right;text-align:right;font-size:0.563em;}
.footerBase a 			{font-size: 0.563rem;color:#484b4c;text-decoration: none;}
.footerBase a:hover	{color:#75a5c0;}

/**************** Slideshow *****************************/

    

/**************** content *****************************/

/* layout */

.home .middle	{padding:28px 0;max-width:1200px;margin:auto;}
.middle		{padding: 0 0 32px 0; max-width:1000px;margin:auto;}
.crumb		{padding: 40px 0 40px 3px;font-size:0.813em;color:#484b4c;}
.crumb a    {color:#484b4c;font-size:1em;text-decoration: none;margin-right: 4px;}
a.crumbTrail {margin-left: 4px;}
.crumb a:hover {color:#75a5c0;}
.colourRow	{background: #f0f0f0;}
.center {text-align:center;}

/* general */
a 			{color: #018ede;font-size:1em;}
a:hover	{color: #75a5c0;}
a img		{border:0;}

h1 {font-size: 3.000rem;color:#018ede;font-weight:700;margin-top:24px;font-family: 'Roboto Condensed', sans-serif;margin-bottom: 24px;}
h2 {font-size: 1.875rem;color:#484b4c;font-weight:600;}
h3 {font-size: 1.875rem;color:#484b4c;font-weight:700;font-family: 'Roboto Condensed', sans-serif;}
h4 {font-size: 1.375rem;color:#018ede;font-weight:700;}
h5 {font-size: 1.000em;color:#484b4c;font-weight:600;margin-top:0;margin-bottom: 16px;}

.home h1 {margin-top:0;}
.home h3 {margin-bottom:16px;}

#rowContainer151 h3,
#rowContainer150 h3 {
	margin-top:0;
}
#rowContainer150 {padding-bottom:30px}


.introText {font-size:1.125rem;}

p, ul, li		{margin-top:0;}
.formRequired	{color:#cc0000;font-size:0.625rem;}

.linkButton,
.dataForm .button {
	display:inline-block;
	padding:10px 30px;
	background-color: #018ede;
	border:1px solid #018ede;
	color:#ffffff;
	text-decoration: none;
	text-align:center;
	font-weight:400;
	font-size:1.000rem;
	transition: ease 0.3s;
	min-width:150px;
}
.linkButton:hover,
.dataForm .button:hover {
	background-color: transparent;
	color:#018ede;
}

.dataForm input[type=text],
.dataForm select {
    padding:8px;
}

main div .row > .wobject:last-child > .wobjectPanel .middle .wobject:last-child {padding-bottom: 68px;}
.admin {padding-bottom:68px;}

/**************** home *****************************/

.highlightBox {text-align:center;background-color: #f0f8fc;padding: 32px 24px;}
.highlightBox h2 {margin-top:0;margin-bottom: 12px;}
.highlightBox h4 {margin-top: 12px;}



#map {height: 550px;}

/********** Contact Form Rework ******************/

.dataForm input[type="text"], .dataForm textarea {
  padding: 10px 6px;
  border-radius: 6px;
  border: 1px solid #bbbcbd;
  -webkit-appearance: none;
}

.dataForm .button {
  display: inline-block;
  padding: 10px 24px;
  background: #018ede;
  border: 2px solid #018ede;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.750rem;
  transition: ease 0.3s;
  min-width: 125px;
}

.dataForm .button:hover {
  background: #ffffff;
  color: #04257d;
}

/*** Panel Specific ***/

@media (max-width:639px) {
	#rowContainer122 .middle {row-gap: 16px;display: grid;}
	
	#rowContainer123 {padding-bottom:16px;}
	#rowContainer123 #wobjectId129 {padding: 0 16px;}
	
	#rowContainer124 #\38 9 {padding-bottom: 0;}
}