@CHARSET "ISO-8859-1";

/*
* {
    box-sizing: border-box;
}
*/

html {
  height: 100%;
  box-sizing: border-box;
	
}

body {
  padding-bottom: 3rem;
  min-height: 100%;
	
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: white; 	/* #F5F5F5; */
	border: 0px;
	position: relative;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

#footer{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
   	text-decoration: none;
	background-color: #2E4075;
    text-align: center;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

#pageBackground {
	background-color: white;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
    padding-bottom: 0px;
}

#header {
	margin-bottom: 0px;
    padding-bottom: 2px;
    padding-top: 10px;
}

#content_area {
	background-color: white;
	max-width: 900px;
	margin: auto;

	/*
    padding-left: 75px;
    padding-right: 75px;

    padding-top: 15px;
	padding-bottom: 15px;
    */
}

.pageBorder {
    padding-left: 10px;
    padding-right: 10px;

	/*
    padding-left: 0px;
    padding-right: 0px;
    */
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
}


@media only screen and (max-width: 900px) {
aside {
	    display: none;
}
}

@media only screen and (min-width: 900px) {
aside {
	float: right;
    padding-top: 5px;
    max-width: 200px;
	border-top: 2px solid #2E4075;
    color: #808080;
}
}

.rightColumnItem {
	border-bottom: 2px solid #2E4075;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 0.85em;
    color: #808080;
}

.rightColumnItem ul {
    padding-left: 20px;
}


.rightColumnItemTitle {
    padding-top: 5px;
    margin-bottom: 5px;
    background-color: white;
    color: #7F9DDB;
    font-size: 0.9em;
}

.rightColumnMoreLink {
    text-align: right;
    margin-bottom: 10px;
}

@media only screen and (max-width: 900px) {
#content {
	background-color: white;
    line-height: 1.5;
    font-size: 0.9em;
    color: #404040;
    
	/*
    margin-right: 220px;
    */
}
}

@media only screen and (min-width: 900px) {
#content {
	background-color: white;
    line-height: 1.5;
    margin-right: 220px;
    font-size: 0.9em;
    color: #404040;
}
}


 .note {
    font-style: bold;
    font-size: 1.2em;
    /*
	margin: auto;
    margin: 15px;
	*/
    color: red;
    border: 1px solid #000000;
    text-align: center;
}

 .note_big {
    font-style: bold;
    font-size: 1.7em;
	margin: auto;
    /*
    margin: 15px;
	*/
    color: red;
    border: 1px solid #000000;
    text-align: center;
}

/*
#contentTable {
	width: 900px;
    max-width: 900px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
*/

#bannerImageContainer {
    max-width: 900px;
	margin: auto;
}

#bannerImage {
    max-width: 100%;
    height: auto;
}

#titleLogo {
	/*
	width: 900px;
	*/
    max-width: 900px;
	margin: auto;
	
	/*
	margin-bottom: 10px;
	*/
}

@media only screen and (max-width: 767px) {
#headerLogo {
    width: 40px;
    height: 44px;
	float: left;
	margin-right: 10px;
}

#headerLogo img{
    width: 40px;
    height: 44px;
}

.headerText {
	margin-left: 50px;
}

.title {
	font-size: 1.6em;
}
}

@media only screen and (min-width: 767px) {
#headerLogo {
    width: 81px;
    height: 88px;
	float: left;
	margin-right: 10px;
}

#headerLogo img{
    width: 81px;
    height: 88px;
}

.headerText {
	margin-left: 91px;
}

.title {
	font-size: 2em;
}
}

@media only screen and (min-width: 500px) {
#headerTitle.headerLine {
	border-bottom: 1px solid #901D78;
}

#headerSubtitle.headerLine {
	border-top: 1px solid #901D78;
}

.subtitle {
	display: block;
}
}

@media only screen and (max-width: 500px) {
#headerTitle.headerLine {
	border-bottom: none;
}

#headerSubtitle.headerLine {
	border-top: none;
}

.subtitle {
	display: none;
}
}

#headerTitle {
	min-height: 28px;
	color: #2E4075;
	font-weight: normal;
    line-height: 1;
    vertical-align: bottom;

    margin-bottom: 0px;
    margin-top: 0px;

    padding-bottom: 10px;
    padding-top: 0px;

}

#headerSubtitle {
	font-size: 1.1em;
	height: 48px;
	color: #7F9DDB;
	font-weight: normal;
    line-height: 1;
	vertical-align: top;

    margin-bottom: 0px;
    margin-top: 0px;

    padding-top: 5px;
    padding-bottom: 0px;
}



@media only screen and (max-width: 760px) {
#tabs {
	display: none;
}

#tabMenu {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}

#bannerContact {
	border-top: 4px solid #2E4075;
	/*
	text-decoration: none;
	background-color: ;
	padding-top: 5px;
	padding-bottom: 5px;
	*/
}

#bannerContactContent {
	display: none;
}

}

@media only screen and (min-width: 760px) {
#tabs {
	display: block;
	margin: auto;
	max-width: 900px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#tabMenu {
	display: none;
}

#bannerContact {
	text-decoration: none;
	background-color: #2E4075;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#bannerContactContent {
	display: block;
	text-decoration: none;
	margin: auto;
	max-width: 900px;
	background-color: #2E4075;
    text-align: right;
	color: white;
}
}

.breadcrumbMenuSelector {
	float: right;
	text-align: right;
	display: inline-block;

	border-left: 1px solid white;
	padding-left: 5px;
	padding-right: 5px;
	
	/*
	margin: auto;
	width: 100%;
	*/
}

.breadcrumb {
	margin: 0px;
	padding: 0px;
}

.tabMenuArea {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	
	/*
	border-top: 1px solid #901D78;
	border-bottom: 1px solid #901D78;
	*/
	
	background-color: #7F9DDB;;
	color: white;
}

@media only screen and (max-width: 900px) {
.tabText {
    font-size: 0.85em;
}
}

@media only screen and (min-width: 900px) {
.tabText {
    font-size: 1em;
}
}

.tab {
	text-decoration: none;
	border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;

	margin: 0px;
	border: 0px;
}

.arrow-down {
	display: inline-block;
	width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-top: 5px solid white;
  margin-left: 5px;
  margin-bottom: 2px;
}
.dropdownTab {
	text-align: left;
    padding-left: 20px;
}

.even {
	width: 12.0625%;
	display: inline-block;
	text-align: center;
}

.tabgap {
	width: 0.5%;
	display: inline-block;
}

.tab:hover {
    background-color: #901D78;
}

.selected {
	background-color: #2E4075;
    color: white;
}

.unselected {
    background-color: #7F9DDB;
    color: white;
}

.dropbtn {
	width: 100%;
	display: inline-block;
	/*


    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    */
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    /*
    background-color: #7F9DDB;
    */
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin-top: 0px;
}

/* Dropdown Content (Hidden by Default) */
.tabmenu-dropdown-content {
    display: none;
    position: absolute;
	right: 0px;
    background-color: white;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin-top: 4px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: white;
    margin-top: 2px;
    margin-bottom: 2px;
    /*
    padding: 12px 16px;
    */
    text-decoration: none;
    display: block;
}

/* Links inside the dropdown */
.tabmenu-dropdown-content a {
    color: white;
    margin-top: 2px;
    margin-bottom: 2px;
    /*
    padding: 12px 16px;
    */
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover
.dropdown-content a:hover {background-color: #901D78}
*/

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Show the dropdown menu on hover 
.dropdown:hover  .tabmenu-dropdown-content {
    display: block;
}
*/

/* Show the dropdown menu on hover - for iPad */
.dropdown:focus .dropdown-content {
    display: block;
}


/* Show the dropdown menu on hover - for iPad/iPhone 
.dropdown:focus  .tabmenu-dropdown-content[display=block]  {
    display: none;
}
*/


a.external {
	target-name: new;
	target-new: tab;
}

table.default {
	border: 1px solid black;
	width: 80%;
	margin: auto;
	border-spacing: 2px 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

p.tablenote {
	width: 80%;
	margin: auto;
    font-size: 0.8em;
}

tr.highlighted {
	background-color: #f2f2f2
}

table.default th {
    padding: 15px;
    text-align: left;
    background-color: #7F9DDB;
    color: white;
}

table.default td {
    padding: 15px;
    text-align: left;
    border: none;
}

table.default td.noTopPadding {
    padding-top: 0px;
}

table.default td.noBottomPadding {
    padding-bottom: 0px;
}

ul.nobullet_indent {
	list-style-type: none;
    list-style-position: inside;
}

ul.nobullet {
    padding: 0px;
	list-style-type: none;
    list-style-position: inside;
}

ul.noMargin {
	margin: 0px;
}

ul.nobullet li {
    padding: 0px;
    margin-left: 0px;
    margin: 0px;
}

div.testimonial_plain {
	background-color: white;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.testimonial {
	background-color: #f2f2f2;
    margin-top: 20px;
    margin-bottom: 2px;
    margin-right: 20px;
    margin-left: 20px;	
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	border-radius: 10px;
    border: 1px solid #000000;
}

div.testimonial span.testimonial_text {
	font-family: Verdana, Geneva, sans-serif;
    padding-right: 3px;
    padding-left: 3px;
	font-weight: normal;
	color: black;
}

div.testimonial_plain span.testimonial_text {
	font-family: Verdana, Geneva, sans-serif;
    padding-right: 3px;
    padding-left: 3px;
	font-weight: normal;
	color: #808080;
}

div.testimonial q {
    padding-right: 5px;
    padding-left: 5px;
	quotes: &#34 &#34;
	font-family: Georgia, serif;
	font-weight: 900;
	color: #2E4075;
}

div.testimonial_plain q {
    padding-right: 5px;
    padding-left: 5px;
	quotes: &#34 &#34;
	font-family: Georgia, serif;
	font-weight: 900;
	color: #2E4075;
}
	
p.testimonial_name {
    margin-top: 5px;
    margin-bottom: 5px;
    /*
    margin-right: 20px;
    margin-left: 20px;	
    */
    
	background-color: #7F9DDB;
    color: white;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

span.quote_open {
	font-family: Impact, Charcoal, sans-serif;
    font-size: 1em;
}

div.image {
    float: right;
    border: 1px solid #000000;
    padding: 2px;
    margin: 15px;
}

div.image img {
    max-width: 100%;
    height: auto;
}


img.image {
	align: center;
    margin: auto;
}

.image_caption {
    left: 0px;
    padding: 2px;
    font-size: 0.8em;
    font-style: italic;
 }

.image_caption2 {
    left: 0px;
    padding: 2px;
    font-size: 0.6em;
    font-style: italic;
 }
 
.contact {
    line-height: 1.5;
    font-size: 0.9em;
    color: #404040;
}

.contact_row {
	padding-top: 5px;
	padding-bottom: 5px;
}

@media only screen and (min-width: 680px) {
.contact div.col1 {
	display: inline-block;
    text-align: right;
    width: 48%;
    border: none;
    vertical-align: top;
    padding-right: 1%;
}

.contact div.firstrequired::before { 
    content: "required * ";
    color: #7F9DDB;
    font-size: 0.85em;
    vertical-align: top;
}

.contact div.required::before { 
    content: "* ";
    color: #7F9DDB;
    font-size: 0.85em;
    vertical-align: top;
}

.contact div.col2 {
	/*
	float: right;
	*/
	display: inline-block;
	text-align: left;
    width: 50%;
    border: none;
	vertical-align: top;
}
}


@media only screen and (max-width: 680px) {
.contact div.col1 {
	display: block;
    text-align: left;
    width: 100%;
    border: none;
    vertical-align: top;
    padding-right: 10px;
}

.contact div.firstrequired::after { 
    content: " * required";
    color: #7F9DDB;
    font-size: 0.85em;
    vertical-align: top;
}

.contact div.required::after { 
    content: " *";
    color: #7F9DDB;
    font-size: 0.85em;
    vertical-align: top;
}

.contact div.col2 {
	/*
	float: right;
	*/
	display: block;
	text-align: left;
    width: 100%;
    border: none;
	vertical-align: top;
}
}

form.contact {

	border: 2px solid #7F9DDB;

	/*
	border: 2px solid #901D78;
	border: 1px solid #2E4075;
	background-color: #f2f2f2;
	*/
	padding: 10px;
}


input[type="text"] {
    width: 100%;
}

textarea {
    width: 100%;
}

div.memberships {
	max-width: 560px;
	margin: auto;
}

@media only screen and (max-width: 600px) {
img.membership {
	/*
	margin: 20px;
	*/
	margin: 5%;
	width: 22%;
	height: auto;
}
}

@media only screen and (min-width: 600px) {
img.membership {
	margin: 20px;
}
}

.enquirysent {
    background-image: url(images/tick.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left:32px;
    margin: 10px;
}

a.plain {
	text-decoration: none;
	color: white;
}

.mapContainer {
    max-width: 411px;
	margin-left: 0px;
	margin-right: auto;
}


@media only screen and (max-width: 750px){
/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    width: 100%;
    height: auto;
}

#mapCaption {
	display: none;
}
}

@media only screen and (min-width: 750px){
#myImg:hover 
{
	opacity: 0.7;
}

#mapCaption {
	display: block;
    width: 100%;
    text-align: right;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    height: auto;
}
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

a.email {
	overflow-wrap: break-word;
	/*
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  */
}
