/* cmsms stylesheet: default_wide modified: 12/30/25 15:55:59 */
/* =========================================================
   Base / Reset
   ========================================================= */

body {
    font-family: "lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 170%;
    color: #000000;
    margin: 0;
    padding: 0;
}

p {
    margin: 0 0 15px 0;
}

h1 {
    font-family: "montserrat", sans-serif;
    font-weight: 700;
    font-size: 235%;
    line-height: 120%;
    margin: 0 0 20px 0;
}

h2 {
    font-family: "montserrat", sans-serif;
    font-weight: 700;
    font-size: 170%;
    line-height: 120%;
    margin: 0 0 20px 0;
}

h3 {
    font-family: "montserrat", sans-serif;
    font-weight: 700;
    font-size: 130%;
    line-height: 120%;
    margin: 0 0 20px 0;
}

a:link,
a:visited {
    color: #504c87;
    text-decoration: underline;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a img {
    border: 0;
}

/* =========================================================
   Header
   ========================================================= */

#outerHeader {
    height: 170px;
    position: relative;
    z-index: 9999;
    width: 100%;
}

#innerHeader {}

#logo {
    padding-top: 75px;
}

#logo img {
    max-width: 100%;
    height: auto;
}

#menuShow {
    width: 50px;
    cursor: pointer;
    position: absolute;
    top: 75px;
    right: 0;
}

#menuShow .bar {}

#menuShow span {
    background-color: #002b45;
    display: block;
    height: 8px;
    margin-bottom: 10px;
	transition: background-color 0.6s;
}

#menuShow:hover span {
        background-color: #E8AFAD;
}

/* =========================================================
   Header Image
   ========================================================= */

#headerImage {
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    overflow: hidden;
    height: 1020px;
}

#otherHeaderImage {
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    overflow: hidden;
    height:200px;
}

#innerHeaderImage {}

#headerImage img, #otherHeaderImage img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

/* =========================================================
   Side Navigation
   ========================================================= */

#sideNavBack {
    position: fixed;
    inset: 0;
    background-color: #ffffffb3;
    z-index: 999999;
    display: none;
}

#sideNav {
    position: absolute;
    right: -420px;
    top: 0;
    bottom: 0;
    width: 300px;
    padding: 20px 50px;
    border-left: 20px solid #E8AFAD;
    text-align: center;
    transition: right 0.6s;
}

.smallLogo {
	margin: 30px 0px;
}

/* Reset lists */
#sideNav ul {
    list-style: none;
    margin: 5px 0 00;
    padding: 0;
}

/* Top-level list items */
#sideNav > ul > li {
    border-bottom: 1px solid #8EC5CC;
	position: relative
}

li {}

/* All links */
#sideNav a {
    display: block;
    padding: 14px 44px 14px 16px;
    color: #ffffff;
	font-size: 120%;
    text-decoration: none;
    position: relative;
	transition: background-color 0.4s;
}

/* Hover */
#sideNav a:hover {
       background-color: #8EC5CC;
    color: #000000;
}

/* Toggle icon */
#sideNav .sideNavToggle {
    position: absolute;
    right: 14px;
    top: 30px;
    transform: translateY(-50%);
    font-size: 170%;
    cursor: pointer;
    transition: transform 0.2s ease;
    color:  #E8AFAD;
}

/* Rotate when open */
#sideNav .sideNavToggle.open {
    transform: translateY(-50%) rotate(90deg);
}

/* Sub-menus */
#sideNav li ul {
    
}

#sideNav li ul li {
	border-bottom: 0px;
}

/* Sub-menu items */
#sideNav li ul li a {
    padding-left: 32px;
    font-size: 0.95em;
    background-color: #04222F;
    color: #ffffff;
	margin-bottom: 5px;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
#sideNav li ul li a:hover {
    background-color: #E8AFAD;
    color: #000000;
}
.sideNavOn {
	right: 0px !important;
}

.sideNavToggle {
    float: right;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.sideNavToggle.open {
    transform: rotate(90deg);
}

#contactDetails {
	border: 1px solid #8EC5CC;padding: 25px;
	margin-top: 25px
}

#contactDetails h3 {font-size: 110%; margin-bottom: 5px;font-weight: 400;}

#contactDetails a:link, #contactDetails a:visited {
height:  25px;
padding: 0px;
	transition: color 0.6s;
}

#contactDetails a:hover {color: #8EC5CC; background-color: transparent;}

/* =========================================================
   Layout Containers
   ========================================================= */

.outer {
    position: relative;
}

.inner {
    margin: 0 auto;
    width: 1360px;
    position: relative;
    box-sizing: border-box;
}

.wideInner {
    margin: 0 auto;
    width: 1600px;
    position: relative;
    box-sizing: border-box;
} 

.columnContainer {
    display: flex;
    gap: 30px;
}

.allSpaceColumn {
    justify-content: space-between;
}

.relative {position: relative}

.absolute {position: absolute}

/* =========================================================
   Hero Section
   ========================================================= */

#heroSection {
    height: 280px;
}

#innerHeroSection {
    padding-right: 25%;
    padding-top: 81px;
}

.blockText {
    display: block;
}

h1 span.blockText {
    margin-bottom: 50px
}

/* =========================================================
   Main Content
   ========================================================= */

#mainContent {
    height: 499px;
}

#innerMainContent {}

.homeHero {
	height: 300px;
}

.thirds {flex:1;}

.thirds  h2 {text-align: center;}

.thirds .blockButton {
    position: absolute;
    bottom: 20px;
}

.centralAbsolute {
	left: 50%;
    transform: translateX(-50%);
}

.borderBox {}

a.blockButton, span.blockButton {
    display: block;
    background-color:  #ccc;
    text-decoration:  none;
    width: 200px;
    height: 60px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 15px;
    font-size: 130%;
	transition: background-color 0.6s;
	cursor: pointer;
}

a.bigButton, span.bigButton {
	width: 300px;
    height: 70px;
    padding-top: 20px;
    font-size: 150%;
}

.padded {
	padding: 25px;
	box-sizing: border-box;
}

.leftPadded {
	padding-left: 25px;
	box-sizing: border-box;
}

.rightPadded {
	padding-right: 25px;
	box-sizing: border-box;
}

.topPadded {
	padding-top: 25px;
	box-sizing: border-box;
}

.bottomPadded {
	padding-bottom: 25px;
	box-sizing: border-box;
}

.topPadder {
	padding-top: 60px;
}

.bottomPadder {
	padding-bottom: 60px;
}

.roundedCorners {
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.centered {text-align: center;}

.shadowed {
	-webkit-box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.15); 
box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.15);
}

#aboutJohn {

}

#aboutJohn .inner {
    height: 280px;
}

#aboutJohnText {
	top: -50px;
}

#johnImage {
    bottom: 0px;
    right: -80px;
    line-height: 0px;
}

.twothirds {
    width: 60%;
    margin-right: auto;
}

/* =========================================================
   Blog Front
   ========================================================= */

#outerBlogFront {}

#innerBlogFront {}

.halves {

}

.blog {
	overflow: hidden;
	height: 280px;
}

.blogImage {flex: 0 0 200px;overflow: hidden;}

.blogImage img {height: 100%; width: auto;}

.blogText {flex: 1}

/* =========================================================
   Footer
   ========================================================= */

#outerFooter {}

#footerContact {}

#footerCredit {}

/* =========================================================
   Colour System
   ========================================================= */

.ceruleanBack {
    background-color: #2F7F9C;
    color: #ffffff;
}

.ceruleanBack :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
}

a.ceruleanBack:link,
a.ceruleanBack:visited,
span.ceruleanBack,
input.ceruleanBack {
    background-color: #2F7F9C;
    color: #ffffff;
}

a.ceruleanBack:hover,
span.ceruleanBack:hover,
input.ceruleanBack:hover {
    background-color: #19535f;
    color: #ffffff;
}

a.ceruleanFront:link,
a.ceruleanFront:visited {

    color: #2F7F9C;
}

a.ceruleanFront:hover {
    color: #19535f;
}

/* --------------------------------------------------------- */

.powderBlushBack {
    background-color: #E8AFAD;
    color: #000000;
}

.powderBlushBack :is(h1, h2, h3, h4, h5, h6) {
    color: #000000;
}

a.powderBlushBack:link,
a.powderBlushBack:visited,
span.powderBlushBack,
input.powderBlushBack {
    background-color: #E8AFAD;
    color: #000000;
}

a.powderBlushBack:hover,
span.powderBlushBack:hover,
input.powderBlushBack:hover {
    background-color: #bc1522;
    color: #ffffff;
}

a.powderBlushFront:link,
a.powderBlushFront:visited {
    color: #E8AFAD;
}

a.powderBlushFront:hover {
    color: #bc1522;
}

/* --------------------------------------------------------- */

.frostedBlueBack {
    background-color: #8EC5CC;
    color: #000000;
}

.frostedBlueBack :is(h1, h2, h3, h4, h5, h6) {
    color: #000000;
}

a.frostedBlueBack:link,
a.frostedBlueBack:visited,
span.frostedBlueBack,
input.frostedBlueBack {
    background-color: #8EC5CC;
    color: #000000;
}

a.frostedBlueBack:hover,
span.frostedBlueBack:hover,
input.frostedBlueBack:hover {
    background-color: #2F7F9C;
    color: #ffffff;
}

a.frostedBlueFront:link,
a.frostedBlueFront:visited {
    color: #8EC5CC;
}

a.frostedBlueFront:hover {
    color: #2F7F9C;
}

/* --------------------------------------------------------- */

.jetBlackBack {
    background-color: #04222F;
    color: #ffffff;
}

.jetBlackBack :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
}

a.jetBlackBack:link,
a.jetBlackBack:visited,
span.jetBlackBack,
input.jetBlackBack {
    background-color: #04222F;
    color: #ffffff;
}

a.jetBlackBack:hover,
span.jetBlackBack:hover,
input.jetBlackBack:hover {
    background-color: #19535f;
    color: #ffffff;
}

a.jetBlackFront:link,
a.jetBlackFront:visited {
    color: #04222F;
}

a.jetBlackFront:hover {
    color: #19535f;
}

/* --------------------------------------------------------- */

.onyxBack {
    background-color: #080F0F;
    color: #ffffff;
}

.onyxBack :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
}

a.onyxBack:link,
a.onyxBack:visited,
span.onyxBack,
input.onyxBack {
    background-color: #080F0F;
    color: #ffffff;
}

a.onyxBack:hover,
span.onyxBack:hover,
input.onyxBack:hover {
    background-color: #2F7F9C;
    color: #ffffff;
}

a.onyxFront:link,
a.onyxFront:visited {
    color: #080F0F;
}

a.onyxFront:hover {
    color: #2F7F9C;
}

/* --------------------------------------------------------- */

.whiteBack {
    background-color: #ffffff;
    color: #000000;
}

.whiteBack :is(h1, h2, h3, h4, h5, h6) {
    color: #000000;
}

a.whiteBack:link,
a.whiteBack:visited,
span.whiteBack,
input.whiteBack {
    background-color: #ffffff;
    color: #000000;
}

a.whiteBack:hover,
span.whiteBack:hover,
input.whiteBack:hover {
    background-color: #f5f5f5;
    color: #000000;
}

.whiteFront {
	color: #ffffff;
}

a.whiteFront:link,
a.whiteFront:visited {
    color: #ffffff;
}

a.whiteFront:hover {
    color: #b3b3b3;
}
