@charset "UTF-8";

/* ################################################################
############# section 1: section scheme css #######################
################################################################ */

/* ****************************************************************
************* sub-section 1-1: page styles ************************
**************************************************************** */

/* ========== c17-000000004: right content - left bar ========== */
/* ########## style 1: ########## */
.c17-000000004-right-content {
	background-color: #FFFFFF;
	float: left;
	width: 80%;
	padding: 0 20px;
}

/* ########## style 2: ########## */
.c17-000000004-right-content-left-bar {
	/* search bar background color held in themes css */
	/* search bar text color held in themes css */
	float: left;
	width: 20%;
	padding: 8px;
	margin-top: 7px;
	text-align: center;
	display: block;
}

/* Responsive layout - stacks layout instead of two columns */
@media screen and (max-width: 1050px) {
  .c17-000000004-right-content {
    	width: 100%;
  	}
  .c17-000000004-right-content-left-bar {
  	width: 100%;
	}
}

.c17-000000004-button {
  background-color: #0C090A;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

/* ========== c17-000000005: left content - right bar ========== */
/* ########## style 1: ########## */
.c17-000000005-left-content {
	background-color: #FFFFFF;
	color: black;
	float: left;
	width: 80%;
	padding: 0 20px;
}

/* ########## style 2: ########## */
.c17-000000005-left-content-right-bar {
	/* background color in themes css */
	/* text color in themes css */
	float: left;
	width: 20%;
	padding: 15px;
	margin-top: 7px;
	text-align: center;
}

/* Responsive layout - stacks layout instead of two columns */
@media screen and (max-width: 1050px) {
  .c17-000000005-left-content {
  	width: 100%;
	}
  .c17-000000005-left-content-right-bar {
	width: 100%;
	}
}

/* ========== c17-000000006: center content - both bars ======== */
/* ########## style x: ########## */
.c17-000000006-center-content {
	background-color: #FFFFFF;
	float: left;
	width: 60%;
	padding: 0 20px;
}

/* ########## style x: ########## */
.c17-000000006-center-content-left-bar {
	/* background color in themes css */
	/* text color in themes css */
	padding: 8px;
	margin-top: 7px;
	display: block;
	float: left;
	width: 20%;
	text-align: center;
}

/* ########## style x: ########## */
.c17-000000006-center-content-right-bar {
	/* background color in themes css */
	/* text color in themes css */
	float: left;
	width: 20%;
	padding: 15px;
	margin-top: 7px;
	text-align: center;
}

/* Responsive layout - stacks layout instead of three columns */
@media screen and (max-width: 1050px) {
  .c17-000000006-center-content {
  	width: 100%;
	}
  .c17-000000006-center-content-left-bar {
	width: 100%;
	}

  .c17-000000006-center-content-right-bar {
	width: 100%;
	}
}

/* ========== c17-000000007: full page content - no bars ======= */
.c17-000000007-content {
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	padding: 0 20px;
}

/* ****************************************************************
************* sub-section 1-2: other styles ***********************
**************************************************************** */

/* ========== c17-000000008-image-with-form ==================== */
h2.c17-000000008, label.c17-000000008 {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
}

.c17-000000008-banner-image {
  /* The image used */
  background: url("../site-images/c17-000000008.jpg");
  min-height: 380px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Add styles to the form container */
.c17-000000008-banner-container {
  position: absolute;
  right: 0;
  margin: 20px;
  max-width: 300px;
  padding: 16px;
  background-color: white;
}

/* Full-width input fields */
input.c17-000000008[type=text] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

input.c17-000000008[type=text]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit button */
.c17-000000008-button {
  background-color: #0C090A;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.c17-000000008-button:hover {
  opacity: 1;
}

/* ========== c17-000000009-picture-4-2-1-with-text-below ====== */
body.c17-000000009 {
  background-color: #f1f1f1;
  padding: 20px;
  font-family: Arial;
}

/* Center website */
.c17-000000009-main {
  max-width: 1000px;
  margin: auto;
}

.c17-000000009-row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column */
.c17-000000009-row,
.c17-000000009-row > .c17-000000009-column {
  padding: 8px;
}

/* Create four equal columns that floats next to each other */
.c17-000000009-column {
  float: left;
  width: 25%;
}

/* Clear floats after rows */ 
.c17-000000009-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.c17-000000009-content {
  background-color: white;
  padding: 10px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .c17-000000009-column {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .c17-000000009-column {
    width: 100%;
  }
}

/* ========== c17-000000010-picture-2-1-with-text-below ======== */
body.c17-000000010 {
  background-color: #f1f1f1;
  padding: 20px;
  font-family: Arial;
}

/* Center website */
.c17-000000010-main {
  max-width: 1000px;
  margin: auto;
}

.c17-000000010-row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column */
.c17-000000010-row,
.c17-000000010-row > .c17-000000010-column {
  padding: 8px;
}

/* Create four equal columns that floats next to each other */
.c17-000000010-column {
  float: left;
  width: 50%;
}

/* Clear floats after rows */ 
.c17-000000010-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.c17-000000010-content {
  background-color: white;
  padding: 10px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 600px) {
  .c17-000000010-column {
    width: 100%;
  }
}

/* ========== c17-000000011-picture-1-with-text-below ========== */
body.c17-000000011 {
  background-color: #f1f1f1;
  padding: 20px;
  font-family: Arial;
}

/* Center website */
.c17-000000011-main {
  max-width: 1000px;
  margin: auto;
}

.c17-000000011-row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column */
.c17-000000011-row,
.c17-000000011-row > .c17-000000011-column {
  padding: 8px;
}

/* Create four equal columns that floats next to each other */
.c17-000000011-column {
  float: left;
  width: 25%;
}

/* Clear floats after rows */ 
.c17-000000011-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.c17-000000011-content {
  background-color: white;
  padding: 11px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .c17-000000011-column {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .c17-000000011-column {
    width: 100%;
  }
}

/* ========== c17-000000012-left-text-right-picture-stack ====== */
body.c17-000000012 {
  background-color: #f1f1f1;
  padding: 20px;
  font-family: Arial;
}

/* Center website */
.c17-000000012-main {
  max-width: 1000px;
  margin: auto;
}

.c17-000000012-row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column */
.c17-000000012-row,
.c17-000000012-row > .c17-000000012-column {
  padding: 8px;
}

/* Create four equal columns that floats next to each other */
.c17-000000012-column {
  float: left;
  width: 50%;
}

/* Clear floats after rows */ 
.c17-000000012-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.c17-000000012-content {
  padding: 10px;
  font-size: 18px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .c17-000000012-column {
    width: 100%;
  }
}

/* ========== c17-000000013-right-text-left-picture-stack ====== */
body.c17-000000013 {
  background-color: #f1f1f1;
  padding: 20px;
  font-family: Arial;
}

/* Center website */
.c17-000000013-main {
  max-width: 1000px;
  margin: auto;
}

.c17-000000013-row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column */
.c17-000000013-row,
.c17-000000013-row > .c17-000000013-column {
  padding: 8px;
}

/* Create four equal columns that floats next to each other */
.c17-000000013-column {
  float: left;
  width: 50%;
}

/* Clear floats after rows */ 
.c17-000000013-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.c17-000000013-content {
  padding: 10px;
  font-size: 18px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .c17-000000013-column {
    width: 100%;
  }
}

/* ========== c17-000000015-contact-us ========================= */
.c17-000000015-main-container {
  /* The image used */
  /* background image held in page main container div */
  min-height: 380px
  /* Center and scale the image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 20px 0px 20px 0px;
  clear: both;
}

.c17-000000015-contact-us-form-container {
  background-color: #3a3a3a;
  width: 50%;
  margin: auto;
  padding: 15px 15px 15px 15px;
}

/* gives form round edges */
.c17-000000015-round-edge-for-images {
  border-radius: 20px;
}

input.c17-000000015[type=text], input.c17-000000015[type=email], select.c17-000000015, textarea.c17-000000015 {
  width: 100%;
  padding: 12px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  font-size: 16px
}

label.c17-000000015 {
  padding: 12px 12px 12px 0;
  display: inline-block;
  color: white;  
}

input.c17-000000015[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input.c17-000000015[type=submit]:hover {
  background-color: #45a049;
}

/* Set a style for the submit button */
.c17-000000015-button {
  background-color: #728FCE;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 40%;
  margin: auto;
  opacity: 0.9;
}

.c17-000000015-button:hover {
  opacity: 1;
}


@media screen and (max-width: 800px) {

/*expands form width from 50% to 90% */
.c17-000000015-contact-us-form-container {
  width: 90%;
 }

/* makes dropdown menu bigger for mobile devices */
select.c17-000000015 {
  font-size: 16px
  }
}

/* ========== c17-000000023-text-and-button-on-image =========== */
.c17-000000023-hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../site-images/img_lights_wide.jpg");
  height: 75%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.c17-000000023-hero-text {
  width: 80%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.c17-000000023-hero-text c17-000000023-button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.c17-000000023-hero-text c17-000000023-button:hover {
  background-color: #555;
  color: white;
}

/* Set a style for the submit button  NEEDS ALTERED */
.c17-000000023-button {
  background-color: #728FCE;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 35%;
  margin: auto;
  opacity: 0.9;
}

.c17-000000023-button:hover {
  opacity: 1;

}

/* ========== c17-000000024-image-text-button-4-2-1 ============ */
/* reduces size of container and centres it */
.c17-000000024-main-container {
  position: relative;
  width: 100%;
  margin: auto;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.c17-000000024-column {
  float: left;
  width: 23%;
  margin-bottom: 16px;
  padding: 0 8px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .c17-000000024-column {
    width: 46%;
  }
}

@media screen and (max-width: 600px) {
  .c17-000000024-column {
    width: 92%;
    display: block;
  }
}

.c17-000000024-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.c17-000000024-container {
  padding: 0px 16px 0px 16px;
}

.c17-000000024-container::after, .c17-000000024-row::after {
  content: "";
  clear: both;
  display: table;
}

.c17-000000024-title {
  color: grey;
}

.c17-000000024-button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 94%;
}

.c17-000000024-button:hover {
  background-color: #555;
}

/* ============================= c17-000000043-automatic slide show ========================= */

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.c17-000000043-mySlides {display: none;}
img.c17-000000043 {vertical-align: middle;}

/* Slideshow container */
.c17-000000043-slideshow-container {
	position: relative;
	margin: auto;
}

/* Caption text */
.c17-000000043-text {
	color: #FFFFFF;
	font-weight: 530;
	font-size: 68px;
	text-align: center;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

@media only screen and (max-width: 800px) {
  /* For top nave to burger response at or below 800px: */
.c17-000000043-text {
  	font-size: 28px;
  }
}

/* Number text (1/3 etc) */
.c17-000000043-numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.c17-000000043-dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
	/* see javascript file for time between slides */
}

.c17-000000043-active {
	background-color: #717171;
}

/* Fading animation */
.c17-000000043-fade {
	animation-name: c17-000000043-fade;
	animation-duration: 2.6s;
}

@keyframes c17-000000043-fade {
	from {opacity: .3} 
	to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .c17-000000043-text {font-size: 11px}
}

/* ========================= c17-000000084-plain-text-over-image ========================== */

.c17-000000084-intro-featured {
	display: flex;
	flex-direction: column;
	background-repeat: no-repeat;
	background-size: cover;
	height: 470px;
	align-items: center;
	justify-content: center;
	text-align: center;
  	width: 100%;
}

.c17-000000084-intro-h2 {
	font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", sans-serif;
	font-weight: 500;
	font-size: 68px;
	color: #FFFFFF;
	padding-bottom: 15px;
	text-shadow: 0px 0px 16px rgba(45, 54, 68, 0.2);
}


@media only screen and (max-width: 800px) {
.c17-000000084-intro-featured .c17-000000084-intro-h2 {
	display: inline-block;
	margin: 0;
	width: 100;
	font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", sans-serif;
	font-weight: 500;
	font-size: 48px;
	color: #FFFFFF;
	padding-bottom: 15px;
	text-shadow: 0px 0px 16px rgba(45, 54, 68, 0.2);
	} 
}


