body {
	font-family: Arial, sans-serif;
  	font-size: 15px;
 	line-height: 24px;
 	color: #131313;
  	overflow-x:hidden;
	margin: 0;
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
	
}

.desktopOnly {
	display: block;
}

.mobileOnly {
	display: none;
}

body#tinymce {
    margin: 8px;
}

body#tinymce img {
    max-width: 100%;
}

i.mce-ico.mce-i-snippetInsert {
    content: '\f121';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.snippetWrapper {
    cursor: pointer!important;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin: 20px;
    padding: 20px;
    background-color: #cecece;
}

.snipCode {
    visibility: hidden;
}

.snippetWrapper:hover .snipCode, .snippetWrapper[data-mce-selected="1"] .snipCode {
    visibility: visible;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1 {
	font-size: 32px;
	font-weight: 100;
	line-height: 1.2em;
	margin-top: 30px;
}

p {
	margin: 10px 0;
}

h1 strong {
	color: #6387b5;
	font-weight: 700;
}

html {
	height: 100%;
}

.wideContainer {
	width: 1700px;
	max-width: 100%;
	position: relative;
	display: block;
	margin: 0 auto;
	z-index: 2;
	padding: 0 20px;
    box-sizing: border-box;
}

.container {
	width: 1200px;
	max-width: 100%;
	position: relative;
	display: block;
	margin: 0 auto;
	z-index: 2;
	padding: 0 20px;
    box-sizing: border-box;
}

.clearFix {
	clear: both;
}

#header img {
	display: block;
	margin: 0 auto;
	width: 250px;
	margin-top: 10px;
}

.userDetails {
	text-align: right;
}

#mainNav {
	text-align: center;
}

#header .menu {
	display: inline-block;
}

.menu li.menu ul, .menu {
	padding-left: 0;
	margin: 0;
    padding-bottom: 7px;
}

.menu li {
	display: inline-block;
	padding: 11px 25px;
	cursor: pointer;
	position: relative;
	margin: 0 18px;
	
}

.menu a{
    text-decoration: none;
	color: black;
	font-weight: 700;
    text-transform:uppercase;
}


.menu li ul {
    display: none;
    z-index: 20;
    position: absolute;
    left: -1px;
    top: 40px;
    width: 220px;
}

.menu li:hover ul,.menu li ul:hover {
	display: block;
}

.banner {
	height: 70vh;
	overflow: hidden;
}

#header .telephone {
	width: 125px;
	background-color: #6687b6;
	padding: 10px 10px 10px 35px;
	font-size: 15px;
    right: 0;
	top: 0;
	color: white;
	float: right;
	position: relative;
}

#header .userDetails {
    left: 0;
	top: 0;
	text-align: left;
	padding: 10px 10px 10px 0;
	box-sizing: border-box;
}

#header .telephone:before {
	content: '\f095';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 145px;
    color:white;
    opacity: 0.5;
   -ms-transform: rotate(90deg); /* IE 9 */
   -webkit-transform: rotate(90deg); /* Safari 3-8 */
   transform: rotate(100deg);
	
}

.menu .currentPage a:before {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: -1px;
    color: #6b93cb;
    font-size: 25px;
    font-weight: 700;
    opacity: 0.4;
    top: 10px;
}

.mobileMenu {
	display: none;
}

.content{
	position:absolute;
	top:70;
	font-size: 40px;
}
/* Dynamic banner text*/
/*.bannerText{
	position: absolute;
    top: 151px;
    left: 30px;
    font-size: 66px;
    font-weight: 900;
    line-height: 1em;
    width: 28%;
    opacity: 0.5;
    color: #f8faf7;	
}*/
	

#imageGallery {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
}

#imageGallery .column {
	flex: 25%;
	max-width: 25%;
	padding: 0 4px;
	box-sizing: border-box;
}

#imageGallery .column img, #imageGallery .column iframe {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
    box-sizing: border-box;
    border: 0;
	
}

.grid-item {
  float: left;
  width: 80px;
  height: 60px;
  border: 2px solid hsla(0, 0%, 0%, 0.5);
}

#imageGallery .image {
	position: relative;
    cursor: pointer;
}

#imageGallery .image .details {
	position: absolute;
	bottom: 0;
	margin: auto;
	display: none;
	padding: 5px;
	background-color: rgba(37,37,37,0.9);
	color: #FFFFFF;
}

#imageGallery .image .details ul {
	padding-left: 0;
	margin-top: 0;
}

#imageGallery .image .details ul li {
	float: left;
	margin: 0 16px;
}

#imageGallery .image:hover .details {
	display: block;
}

#lightbox {
    position: fixed;
    top: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.7);
}

#lightbox .image {
    max-width: 80%;
    position: relative;
}

#lightbox .image img, #lightbox .image iframe {
    max-width: 100%;
} 

#lightbox .image .details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 2px 5px;
    background-color: rgba(0,0,0,.7);
    color: #fff;
}

.columns {
	display: flex;
}

.columns .oneHalf {
	width: calc(100% / 2);
}

.columns .oneThird {
	width: calc(100% / 3);
}

.columns .oneQuater {
	width: calc(100% / 4);
}

.shadowColumns {
	box-shadow: 0 0 30px -1px rgba(0,0,0,0.2);
	margin-bottom: 45px;
}

.shadowColumns h2 {
	text-transform: uppercase;
	padding-bottom: 6px;
	border-bottom: 2px solid #5e5e5e;
	margin-bottom: 20px;
	font-size: 21px;
}

.shadowColumns .blue h2 {
	color: #6687b6;
}

.shadowColumns .blue {
	border-bottom: 10px solid #6687b6;
}

.shadowColumns .pink h2 {
	color: #7E2D4B;
}

.shadowColumns .pink {
	border-bottom: 10px solid #7E2D4B;
}

.shadowColumns .green h2 {
	color: #389037;
}

.shadowColumns .green {
	border-bottom: 10px solid #389037;
}

.shadowColumns .oneThird {
	position: relative;
}


.shadowColumns .blue:after, .shadowColumns .pink:after, .shadowColumns .green:after {
	content: '\f105';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 29px;
    bottom: 20px;
    opacity: 0.5;
    font-size: 58px;
    font-weight: 500;
}

.shadowColumns .blue:after {
    color: #6687b6;
}

.shadowColumns .pink:after {
    color: #7E2D4B;
}

.shadowColumns .green:after {
    color: #196A16;
}

.shadowColumns > div:nth-of-type(2) {
	box-shadow: 0 0 30px -1px rgba(0,0,0,0.2);
}

.shadowColumns .text {
	padding: 48px;
}

.shadowColumns .text p {
	line-height: 1.8em;
}


input, select { 
    background-color: #f0f0f0; 
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #e4e4e2;
    height: 40px;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 14px;
	
}


textarea {
    background-color: #f0f0f0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #e4e4e2;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 14px;
  
}


.contactButton {
    background-color: #282828;
    color: #fff;
    display: inline-block;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    text-decoration: none;
    text-shadow: none;
    font-weight: normal;
    width: auto;
    padding: 12px 29px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 1em;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    border: none;
}


.contactContainer {
    list-style: none;
    margin-top: 20px;
    position: absolute;
    left: -30px;
}

/*.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

li {
    line-height: 24px;
	display: list-item;
    text-align: -webkit-match-parent;
}

.fa-map-marker:before {
    content: "\f041";
}
.infoBlock {
    float: left;
    min-height: 1px;
    margin-left: 30px;
    padding-bottom: 27px;
    width: 250px;
    font-size: 15px;
}


.lastItem {
    padding-bottom: 0;
}
.fa-envelope:before {
    content: "\f0e0";
}

#contactInfo .address {
    float: inherit;
}


#contactInfo .email {
    color: #000000;
}

#contactInfo span {
    background: #1f97ff;
    margin: 0 15px 0 0;
    display: block;
    overflow: hidden;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 620px;
    -moz-border-radius: 620px;
    border-radius: 620px;
    padding: 0;
    vertical-align: top;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25);
}






#contactInfo span i {
    color: #ffffff;
    font-size: 20px;
    display: block;
    font-style: normal;
    font-weight: normal;
    line-height: 40px;
    text-transform: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


#contactInfo {
    position: relative;
}*/

.firstHalf{

	width: 250px;
	padding-left: 20px;
}
.secondHalf{

	width: 250px;
	padding-left: 20px;
}
/*.fa-map-marker:before {
    content: "\f041";
}*/
.firstHalf .address:before{
	content:'\f3c5';
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: 17px;
	color: #6b93cb;
	font-size: 25px;
	font-weight: 700;	
}

.secondHalf .email:before{
	content:'\f199';
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: 280px;
	color: #6b93cb;
	font-size: 25px;
	font-weight: 700;	
}

.secondHalf .phone:before{
	content:'\f095';
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: 280px;
	color: #6b93cb;
	font-size: 25px;
	font-weight: 700;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari 3-8 */
    transform: rotate(100deg)
}


#footer {
	background-color: #292d30;
	display: flex;
	padding: 35px 20px 20px 0;
	line-height: 1.5em;
}

#footer .footerItem {
	width: 20%;
	color: white;
	padding-top: 25px;
	margin-right: 8%;
	
}
#footer .footerItem:last-child {
	width: 44%;
	margin-right: 0;
}

#footer .footerItem:last-child p {
	
}

.footerItem h4{
	text-transform: uppercase;
	padding: 10px 2px;
    margin-bottom: 26px;
    font-size: 21px;
	border-bottom:  2px solid #dadbdc;	
}

.footerItem.blue h4{
	color: #6b93cb;
	
	
}

.footerItem.pink h4{
	color: #d1adbb;
	
}

.footerItem.green h4{
	color: #d3f7d1;
	
}

.footerItem ul {
	padding-left: 24px;
}

.footerItem ul li{
	list-style-type: none;
	position: relative;
	margin-bottom: 10px;
}

.footerItem ul li a{
	color:#FFFFFF;
	text-decoration: none;
}

.footerItem ul li:before{
	content: '\f054';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: -22px;
    color: #6b93cb;
    font-size: 25px;
    font-weight: 700;
	opacity: 0.4;	
}

/*#footer .footerlogo{
	position: absolute;
    width: 334px;
    height: 568px;	
    top: -394px;
    right: -379px;
}*/

@media screen and (max-width: 1350px) {

.banner {
	height: 36vh;
	overflow: hidden;
	margin-top: 20px;
	}
	
#footer .footerlogo{
	display: none;
}
}

@media screen and (max-width: 1000px) {
	#imageGallery .column {
		flex: 50%;
		max-width: 50%;
		
}
	
.banner {
margin-top: 20px;
;
}

.oneHalf {
	flex: 100%;
	max-width: 100%;
}

#header img {
	display: block;
	margin: 20px 0 5px 5px;
	width: 100%;
	height: auto;		
}

.secondHalf .email:before{
left: 16px;		
}

.secondHalf .phone:before{
left: 14px;		
}
}


@media screen and (max-width: 850px) {

#header {
	background-color: #FFFFFF;
	z-index: 20;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.4);
}

#header hr {
	display: none;
}
.banner {
	margin-top: 250px;
}	

/*img{
	height: 230px;
}*/
.contentOffset {
	padding-top: 171px;
}	

.columns {
		flex-wrap: wrap;
}		

#footer .footerItem {
	width: 100% !important;
}

.desktopOnly {
	display: none !important;

}

/*.mobileOnly {
	display: block !important;
}*/




.mobileMenu {
	display: block;
	font-size: 26px;
	text-align: right;

}

#mainNav {
	position: fixed;
	width: 300px;
	transition: right 0.5s, left 0.5s;
	right: -300px;
}

#mainNav.visible {
	display: flex;
	flex-wrap: wrap;
	right: 0;
}

.menu {  
	position: absolute;
	right: 0;
	opacity: 0.9;		
}


.menu li {
	display: block;
	padding: 20px 30px;
	margin: 0;
	background-color: #6687b6;
	text-align: left;
	border-bottom: 1px solid white;
	border-top: 3px solid #6687b6;

}

.menu li a{  
	color: white;
	font-size: 13px;		
}

.menu .currentPage a:before {
	left: 10px;
	color: white;
	font-size: 18px;
	font-weight: 600;
	top: 20px;
}

.menu li:hover{
	background-color: #292d30;
	border-top: 3px solid white;

}
.menu li a:hover{  
	color:  #ccc;
	font-size: 13px;		
}

#header .columns .oneThird:first-child, #header .columns .oneThird:last-child {
	width: 50%;
}

#header .columns .oneThird:nth-child(2) {
	order: 10;
	width: calc(100% - 163px);
}

}



@media screen and (max-width: 600px) {
	
#imageGallery .column {
	flex: 100%;
	max-width: 100%;
}
.banner {
	margin-top: 52px;
	}
.columns .oneThirdMobile {
	width: 100%;

}	

.columns .oneThirdMobile2 {	
	width: 100%;

}
.columns .oneThirdMobile3 {
	width:100%;

	}
	
}

@media screen and (max-width: 360px) {
	
#imageGallery .column {
	flex: 100%;
	max-width: 100%;
}
.banner {
	margin-top: 19px;
	}
.columns .oneThirdMobile {
	width: 100%;

}	

.columns .oneThirdMobile2 {	
	width: 100%;

}
.columns .oneThirdMobile3 {
	width:100%;

	}
	
}


