/* CSS Document */
/*-------------------------------------------------------*/
/* site-wide styles                                      */
/*-------------------------------------------------------*/
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Black.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Italic.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: italic;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-display: swap;
}
/* CSS Document */
/*-------------------------------------------------------*/
/* site-wide styles                                      */
/*-------------------------------------------------------*/
/* beweb standard CSS reset */
/*Be careful not to sync box-sizing back to old projects*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* set everything to 0 margin/padding -> makes it consistent across all browsers, especially p */
  margin: 0;
  padding: 0;
  outline: 0;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* set everything to 0 margin/padding -> makes it consistent across all browsers, especially p */
*, button, a {
  outline: none;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: transparent !important;
}

/* turn off click highlight on mobile and desktop */
.mceContentBody ol,
.mceContentBody ul {
  margin-left: 16px;
}

img {
  border: 0;
}

input {
  padding: 1px;
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  padding: 2px;
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button {
  -webkit-appearance: none;
}

/* prevent scrollbar disappearing making page jump */
table {
  margin: inherit;
}

/* end beweb standard CSS reset */
/* --------------------------------------------------------------------------------------- */
/* inline document download icons for attachments in html content area */
/* --------------------------------------------------------------------------------------- */
.normal {
  /*a[href$='.pdf'] {
  	padding-left: 20px;
  	background: transparent url(../images/filetypes/PDF_small.gif) no-repeat left;
  }*/
  /* content tables */
  /*end content tables*/
}
.normal ol,
.normal ul {
  margin-left: 16px;
}
.normal p.image-caption {
  font-style: italic;
  margin: 5px 0 15px;
  text-align: center;
}
.normal a[href$='.doc'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/doc_small.gif) no-repeat left;
}
.normal a[href$='.docx'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/doc_small.gif) no-repeat left;
}
.normal a[href$='.xls'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/xls_small.gif) no-repeat left;
}
.normal a[href$='.xlsx'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/xls_small.gif) no-repeat left;
}
.normal a[href$='.ppt'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/ppt_small.gif) no-repeat left;
}
.normal a[href$='.pptx'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/ppt_small.gif) no-repeat left;
}
.normal a[href$='.zip'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/zip_small.gif) no-repeat left;
}
.normal table {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
  border-collapse: collapse;
  width: 100% !important;
}
.normal table td {
  padding: 5px;
  border: 0;
}
.normal table td p {
  /* FF fix */
  margin: 0;
}
.normal table.table-no-gridlines {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
  border-collapse: collapse;
}
.normal table.table-no-gridlines td {
  padding: 5px;
  border: 0;
}
.normal table.table-small {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-collapse: collapse;
  color: #777;
  font-size: 10px;
}
.normal table.table-small td {
  padding: 5px;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.normal table.table-gridlines {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-collapse: collapse;
}
.normal table.table-gridlines td {
  padding: 5px;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.normal iframe {
  width: 100%;
}
.normal img {
  max-width: 100%;
  height: auto;
}

/* --------------------------------------------------------------------------------------- */
/* Pagingnav Frontend */
.pagingnav-wrapper {
  clear: both;
  padding: 15px 0;
}
.pagingnav-wrapper .page-text {
  margin: 0 5px 0 0;
  font-weight: bold;
}
.pagingnav-wrapper select {
  min-width: 45px;
}

/*end Pagingnav Frontend*/
/* begin admin tinymce override */
body#tinymce {
  margin: 10px;
  background: #fff;
  /* assuming content area has a white background, otherwise change this */
  /*body#tinymce table{margin:0 0 10px 0;}*/
}
body#tinymce a:link {
  /*color:#003f96!important;*/
}
body#tinymce p.image-caption {
  font-style: italic;
  margin: 5px 0 15px;
  text-align: center;
}

body#tinymce table, body#tinymce table td {
  border: 1px dashed #ccc;
  /* Specific for TinyMCE - Not displayed on front end */
}

body#tinymce table.table-small td {
  padding: 5px;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/*end content tables*/
/* Not sure if it's needed */
body#tinymce ol, .normal ol {
  margin-left: 24px;
  padding: 0;
  padding-left: 26px;
  text-align: left;
  display: inline-block;
}

body#tinymce ul, .normal ul {
  list-style: none outside none;
  margin-left: 24px;
  padding: 0;
  padding-left: 26px;
  text-align: left;
  display: inline-block;
}

body#tinymce ul li, .normal ul li {
  list-style-type: disc;
  margin-top: 10px;
  padding-left: 6px;
  margin-left: 6px;
}

/* end admin tinymce override */
/* savvy validate form validation styles */
.validation {
  display: none;
  position: relative;
}

.validation .validation_outer, .validation .outer {
  background: url(../images/error_msg_arrow.png) left 15px bottom no-repeat;
  padding-bottom: 7px;
  position: absolute;
  top: -37px;
  left: -35px;
  z-index: 99;
  width: auto !important;
}

.validation .validation_inner, .validation .inner {
  background: #e30418;
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap;
  display: block;
}

textarea + .validation .validation_outer {
  top: -29px;
}

.validation.autoPosition {
  position: absolute;
}

.validation.autoPosition .validation_outer, .validation.autoPosition .outer {
  left: auto;
  top: auto;
}

/* end savvy validate form validation styles */
/* Responsive table and image styles for mobile */
/* applied automatically in common.js - apply this if you want an image to shrink to fit on small screens */
.responsive-table-scroll {
  overflow: auto;
}

/* applied automatically in common.js */
.responsive-image-scroll {
  overflow: auto;
}

.responsive-autoshrink {
  max-width: 100%;
}

/* stripe along top to show if it is a staging server */
.warning-message {
  color: #fff;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  margin-bottom: 4px;
  position: fixed;
  z-index: 100000;
  width: 100%;
  line-height: 150%;
  opacity: 0.8;
}
.warning-message.staging-server {
  background: #10ca68;
}
.warning-message.staging-server.conn-LVE {
  background: #ef4035;
}
.warning-message.old-browser {
  background: #fa9614;
}
.warning-message.old-browser a {
  color: #fff;
}
.warning-message.staging-server .close, .warning-message.old-browser .close {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -11px;
  cursor: pointer;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 1024px) {
  .warning-message.staging-server .close, .warning-message.old-browser .close {
    position: absolute;
    text-indent: 1000px;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
  }
}
.warning-message.staging-server .close span, .warning-message.old-browser .close span {
  display: none;
}

.svyGridLines {
  outline: 1px solid red;
}

/* settings */
.clear:before, .clear:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clear:after {
  clear: both;
}

.clear_l {
  clear: left;
}

.clear_r {
  clear: right;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.align_l {
  text-align: right;
}

.align_r {
  text-align: right;
}

.align_c {
  text-align: center;
}

.bold, .b, b, strong {
  font-weight: bold;
  color: inherit;
}

.i, i, em {
  color: inherit;
  font-style: italic;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

/* custom site style variables */
body {
  background-color: #fff;
  color: #4d4d4d;
}
body.vanilla-body {
  height: auto;
}

html, body {
  -webkit-overflow-scrolling: touch;
  /*jc added 20141210 fluid scrolling with footer*/
  z-index: 0;
  /*same as above*/
  height: 100%;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.15;
}

.safari {
  background: none !important;
}

#PrincipalWrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: -125px;
}

#Header {
  /*background-color:#ccc;*/
}

.section-wrapper {
  width: 100%;
}
.section-wrapper .section-content {
  width: 1184px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .section-wrapper .section-content {
    width: 100%;
  }
}
.section-wrapper .section-content#Header {
  width: 100%;
  line-height: 0;
}
.section-wrapper .section-content#Footer {
  background: url(../images/bg-footer.svg) no-repeat right/contain;
}
@media screen and (max-width: 1200px) {
  .section-wrapper .section-content#Footer {
    background: transparent;
  }
}
.section-wrapper .section-content#PageContent {
  width: 100%;
}
.section-wrapper .section-content#PageContent .content-wrapper {
  width: 1184px;
  padding: 50px 0 20px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .section-wrapper .section-content#PageContent .content-wrapper {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section-wrapper .section-content#PageContent .content-wrapper {
    padding: 20px;
  }
}
.section-wrapper .section-content#PageContent .content-wrapper.banner-wrapper {
  padding: 0;
}
.section-wrapper .section-content#PageContent .content-wrapper.perfect-content-wrapper {
  padding: 50px 0 50px;
}
@media screen and (max-width: 1200px) {
  .section-wrapper .section-content#PageContent .content-wrapper.perfect-content-wrapper {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section-wrapper .section-content#PageContent .content-wrapper.perfect-content-wrapper {
    padding: 20px;
  }
}
.section-wrapper .section-content#PageContent .content-wrapper.contact-us .contact-us-form {
  width: 50%;
  display: inline-block;
  float: left;
}
@media screen and (max-width: 1024px) {
  .section-wrapper .section-content#PageContent .content-wrapper.contact-us .contact-us-form {
    width: 100%;
  }
}
.section-wrapper .section-content#PageContent .content-wrapper.contact-us #map {
  width: 50%;
  padding-left: 100px;
}
@media screen and (max-width: 1024px) {
  .section-wrapper .section-content#PageContent .content-wrapper.contact-us #map {
    width: 100%;
    padding: 0;
  }
}

#goTop {
  display: none;
  opacity: 0;
  position: fixed;
  padding-top: 14px;
  right: 30px;
  bottom: 30px;
  background-color: #fff;
  border: 2px solid #31aa47;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #31aa47;
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#goTop:hover {
  background-color: #31aa47;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #goTop {
    background-color: #31aa47;
    border: 2px solid #fff;
    color: #fff;
  }
}

#InfoMessage {
  position: absolute;
  top: 70px;
  left: 50%;
  width: 400px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #31aa47;
  color: white;
  padding: 15px;
  text-align: center;
  margin: auto;
}

#SavvyPageEditLink {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: center;
  background-color: #666666;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: 200%;
  z-index: 99999999999;
}
#SavvyPageEditLink a {
  line-height: 100%;
  color: #fff;
  border: 1px solid;
  text-decoration: none;
  padding: 8px 10px;
  font-size: 12px;
}
#SavvyPageEditLink a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#SavvyPageEditLink a.close {
  float: right;
  cursor: pointer;
}

a {
  color: #000;
  display: inline-block;
}
a:hover {
  color: #808080;
}

.svyAttachment {
  position: relative;
}
.svyAttachment input[type=file] {
  /*position: absolute;
  left: 0;
  top: 20px;
  padding-left:48px;*/
  display: none;
}

.btn, input[type=submit] {
  padding: 19px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8) !important;
  margin: 10px 0;
  text-align: center;
  min-width: 110px;
  background-color: #31aa47;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover, input[type=submit]:hover {
  background-color: #2c9940;
  color: white;
}

h1, h2, h3 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.15;
  margin-bottom: 20px;
}

h4, h5, h6 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 60px;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 48px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

h2 {
  font-size: 40px;
  line-height: 120%;
  color: #31aa47;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 30px;
  color: #31aa47;
  font-weight: 300;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  color: #31aa47;
  font-size: 25px;
  font-weight: 100;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  h4 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  h5 {
    font-size: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 480px) {
  h5 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
  }
}

h6 {
  font-size: 16px;
}

.title {
  text-align: center;
  margin-bottom: 50px;
}

hr {
  width: 100%;
  margin: 50px 0;
  background-color: #c8c8c8;
}

#StickyFooterPush {
  height: 125px;
  /*margin-top: 3.75rem;*/
  clear: both;
}

#Copyright {
  display: block;
  vertical-align: middle;
  margin-left: 15px;
}
@media screen and (max-width: 1024px) {
  #Copyright {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0;
    padding: 10px 0;
  }
}

#SiteLogo {
  float: left;
}

#StickyFooter {
  min-height: 125px;
  color: #fff;
  background: #31aa47;
}

#Footer .logo-footer, #Footer .footer-content {
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  #Footer .logo-footer, #Footer .footer-content {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-top: 0;
  }
}
#Footer a {
  text-decoration: none;
}
#Footer ul#footer_nav {
  list-style: none;
  margin-left: 15px;
  margin-bottom: 15px;
}
#Footer ul#footer_nav li {
  display: inline-block;
}
#Footer ul#footer_nav li a {
  padding: 6px;
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  #Footer ul#footer_nav {
    margin: 0 0 15px;
  }
  #Footer ul#footer_nav li {
    display: block;
  }
}

.logo {
  padding: 15px 0;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .logo {
    padding: 30px 0 0 0;
  }
}

ul#MainNavigation {
  /*float:right;*/
  list-style: none;
  text-align: center;
  margin-top: 30px;
}
ul#MainNavigation li {
  /*float:left;*/
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  /*&:hover {
  	ul.subNavigation {
  		display: block;
  	}
  }*/
}
@media screen and (max-width: 1024px) {
  ul#MainNavigation li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  ul#MainNavigation li:last-child {
    margin-bottom: 50px;
  }
}
ul#MainNavigation li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #31aa47;
  font-size: 16px;
}
ul#MainNavigation li a.hasSubNav {
  background: url(../images/downcaret_inv.svg) no-repeat right center;
  padding-right: 16px;
}
@media screen and (max-width: 1024px) {
  ul#MainNavigation li a.hasSubNav {
    background-image: url(../images/downcaret.svg);
  }
}
@media screen and (max-width: 1024px) {
  ul#MainNavigation li a {
    text-align: center;
    display: inline-block;
    color: #fff;
  }
}
ul#MainNavigation li a:hover {
  color: #1a5b26;
}
@media screen and (max-width: 1024px) {
  ul#MainNavigation li a:hover {
    color: #eee;
  }
}
ul#MainNavigation li.searchfield form {
  background-color: transparent;
  margin-top: 0;
}
ul#MainNavigation li.searchfield:hover {
  background-color: transparent;
}
ul#MainNavigation li ul.subNavigation {
  display: none;
  /*list-style: none; list-style is only hidden on IE with below method*/
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  position: absolute;
  /*top: 25px;*/
  background-color: white;
  /*border-top:1px dashed;*/
  width: 220px;
  z-index: 50;
}
@media screen and (max-width: 1024px) {
  ul#MainNavigation li ul.subNavigation {
    /*display: block;*/
    width: 100%;
    position: relative;
    top: auto;
    border-color: #fff;
    background-color: transparent;
  }
}
ul#MainNavigation li ul.subNavigation li {
  /*border-bottom:1px solid;*/
  float: none;
  display: block;
  text-align: left;
  border: none;
}
@media screen and (max-width: 1024px) {
  ul#MainNavigation li ul.subNavigation li {
    border-color: #fff;
  }
  ul#MainNavigation li ul.subNavigation li:last-child {
    border: none;
    margin-bottom: 0;
  }
}
ul#MainNavigation li ul.subNavigation li a {
  font-size: 14px;
  padding: 10px;
  width: 100%;
}
ul#MainNavigation li ul.subNavigation li a:hover {
  background-color: #31aa47;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  ul#MainNavigation {
    z-index: 999;
    display: none;
    margin: 0;
    padding: 50px 15px;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    background-color: #1a5b26;
  }
}

@media screen and (max-width: 1024px) {
  #Navigation {
    position: absolute;
    right: 0;
    top: 0;
  }
}

#MobileNavBtn {
  display: none;
  position: absolute;
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  #MobileNavBtn {
    display: block;
    background-color: #1a5b26;
    width: 100%;
    height: 65px;
  }
}
#MobileNavBtn a {
  position: absolute;
  top: 15px;
  right: 15px;
}

#socialmediaIcons {
  padding: 10px 20px !important;
}
#socialmediaIcons img {
  width: 20px;
}
#socialmediaIcons img:hover {
  filter: brightness(0.9);
}
@media screen and (max-width: 1024px) {
  #socialmediaIcons img {
    width: 30px;
  }
}

.ticker-wrap {
  height: 50px;
  width: 100%;
  line-height: 50px;
  overflow: hidden;
  margin: auto;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.ticker-wrap .ticker {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}
.ticker-wrap .ticker .ticker-item {
  display: inline-block;
  padding: 0 20px;
  color: #31aa47;
  font-size: 18px;
}
.ticker-wrap .ticker .ticker-item a {
  color: #F07D1A;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
input,
textarea {
  border: none;
  padding: 6px;
  background: transparent;
}

select {
  padding: 6px;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}

form {
  padding: 20px;
  margin-top: 20px;
  background-color: #ccc;
  /* these must be listed seperately to work! */
}
form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}
form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}
form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}
form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}
form .data-placeholder-on {
  color: #ccc;
}

ul.form {
  list-style: none;
}
ul.form li.action {
  margin-top: 20px;
}
ul.form li input[type="text"],
ul.form li textarea,
ul.form li select {
  width: 100%;
}
ul.form li input[type="text"]#Amount,
ul.form li textarea#Amount,
ul.form li select#Amount {
  width: 155px;
  margin-left: 5px;
}
ul.form li .datetimewrap {
  position: relative;
}
ul.form li .datetimewrap .ClockPick_button, ul.form li .datetimewrap .ui-datepicker-trigger {
  position: absolute;
  top: 0;
  right: 19px;
}
ul.form li input.svyDateInput, ul.form li input.svyTimeInput {
  width: 47.5%;
  /*margin-right: 5%;*/
}
ul.form li input.svyTimeInput {
  margin-right: 0;
}
@media (min-width: 1024px) {
  ul.form li input[type="text"].svyDateInput, ul.form li input[type="text"].svyTimeInput {
    width: 25%;
  }
}

/*
form#SearchForm{
	text-align:center;
	padding:11px 20px;

	input{
		font-size:$mainnavigationfontsize;
	}

}
*/
.carousel-wrapper {
  clear: both;
  position: relative;
  overflow: hidden;
  z-index: 10;
  margin: 0;
  height: 720px;
}
.carousel-wrapper.partner {
  height: 208px;
}
@media screen and (max-width: 1024px) {
  .carousel-wrapper {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .carousel-wrapper {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .carousel-wrapper {
    height: 200px;
  }
}
.carousel-wrapper:hover .move-back {
  left: 0;
}
.carousel-wrapper:hover .move-forward {
  right: 0;
}
.carousel-wrapper .btn {
  color: #fff;
  margin: 0 10px;
}
.carousel-wrapper .slide {
  width: 100%;
  height: 100%;
  background: center center;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  /*img {
  	max-width: 100% !important;
  	height: auto !important;
  }*/
}
.carousel-wrapper .slide.active {
  display: block;
  z-index: 1;
}
.carousel-wrapper .slide a {
  position: absolute;
  width: 100%;
  /*top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
}
.carousel-wrapper .move-back,
.carousel-wrapper .move-forward {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.4);
  filter: invert(1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.carousel-wrapper .move-back:hover,
.carousel-wrapper .move-forward:hover {
  background-color: black;
}
.carousel-wrapper .move-back .arrow,
.carousel-wrapper .move-forward .arrow {
  width: 26px;
  height: 40px;
  margin: 10px 10px;
  background: url("../images/carousel-arrows-fff.png") 0 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .carousel-wrapper .move-back .arrow,
  .carousel-wrapper .move-forward .arrow {
    margin: 14px 14px;
  }
}
@media screen and (max-width: 768px) {
  .carousel-wrapper .move-back .arrow,
  .carousel-wrapper .move-forward .arrow {
    margin: 6px 6px;
  }
}
.carousel-wrapper .move-back {
  left: -130px;
}
@media screen and (max-width: 1024px) {
  .carousel-wrapper .move-back {
    left: 0;
  }
}
.carousel-wrapper .move-forward {
  right: -130px;
}
@media screen and (max-width: 1024px) {
  .carousel-wrapper .move-forward {
    right: 0;
  }
}
.carousel-wrapper .move-forward .arrow {
  background: url("../images/carousel-arrows-fff.png") 0 -40px no-repeat;
}
.carousel-wrapper .carousel-tabs {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 5;
  cursor: default;
  bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .carousel-wrapper .carousel-tabs {
    bottom: 20px;
  }
}
.carousel-wrapper .carousel-tabs a {
  width: 16px;
  height: 16px;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background: #505050;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.carousel-wrapper .carousel-tabs a:hover {
  background: #301905;
}
.carousel-wrapper .carousel-tabs a.active {
  background: #f07d1a;
}

.partner-slide-img {
  width: auto !important;
  margin: 0 auto !important;
  display: block !important;
  height: auto !important;
}

/*@import 'searchresults.scss';*/
/* End Page Specific Styles*/
body {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 1 !important;
}

.jumbotron {
  width: 100%;
  background-color: #eee;
}

.two-columns {
  /*Regular Two Columns*/
  padding: 0 1.25rem;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 50px;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .two-columns {
    margin-bottom: 20px;
    padding: 0;
  }
}
.two-columns .left {
  width: 50%;
  padding-right: 45px;
}
@media screen and (max-width: 1024px) {
  .two-columns .left {
    width: 50%;
    padding-right: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .two-columns .left {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.two-columns .right {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .two-columns .right {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .two-columns .right {
    width: 100%;
  }
}
.two-columns.home-two-columns .left {
  width: 30%;
  padding-right: 0;
  margin-right: 3%;
}
@media screen and (max-width: 1024px) {
  .two-columns.home-two-columns .left {
    width: 100%;
  }
}
.two-columns.home-two-columns .right {
  width: 67%;
}
@media screen and (max-width: 1024px) {
  .two-columns.home-two-columns .right {
    width: 100%;
  }
}
.two-columns.about-us-two-columns {
  padding: 0;
}
.two-columns.about-us-two-columns .left {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .two-columns.about-us-two-columns .left {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .two-columns.about-us-two-columns .left {
    width: 100%;
  }
}
.two-columns.about-us-two-columns .right {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .two-columns.about-us-two-columns .right {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .two-columns.about-us-two-columns .right {
    width: 100%;
  }
}
.two-columns.booking-columns .left {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .two-columns.booking-columns .left {
    width: 100%;
  }
}
.two-columns.booking-columns .right {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .two-columns.booking-columns .right {
    width: 100%;
  }
}

.home-services .jumbotron {
  background-color: transparent;
}
.home-services .jumbotron .content-wrapper {
  padding: 0 !important;
  width: 100% !important;
}
.home-services .jumbotron .content-wrapper .storyTile {
  text-align: left;
  width: 100% !important;
  padding: 0 0 35px;
  /*
  img {
  	width: 100%;
  	height: 100%;
  }*/
}
@media screen and (max-width: 768px) {
  .home-services .jumbotron .content-wrapper .storyTile {
    margin-top: 0;
  }
}
.home-services .jumbotron .content-wrapper .storyTile .story-intro {
  width: 48%;
  float: left;
}
@media screen and (max-width: 768px) {
  .home-services .jumbotron .content-wrapper .storyTile .story-intro {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .home-services .jumbotron .content-wrapper .storyTile .story-intro {
    width: 100%;
    float: none;
  }
}
.home-services .jumbotron .content-wrapper .storyTile .image {
  background-size: cover;
  width: 47.5%;
  min-height: 228px;
  margin-right: 4.5%;
  float: left;
}
@media screen and (max-width: 768px) {
  .home-services .jumbotron .content-wrapper .storyTile .image {
    width: 45%;
    margin-right: 2.5%;
    min-height: 160px;
  }
}
@media screen and (max-width: 480px) {
  .home-services .jumbotron .content-wrapper .storyTile .image {
    width: 100%;
    min-height: 228px;
    float: none;
  }
}
.home-services .jumbotron .content-wrapper .storyTile h4 {
  color: #31aa47;
  font-size: 60px;
  font-weight: bold;
  margin: -7px 0 0;
}
.home-services .jumbotron .content-wrapper .storyTile .btn.more-btn {
  text-transform: none;
  color: #fff !important;
  font-weight: normal;
  font-size: 24px;
  margin: 0;
  padding: 17px;
}
.home-services .jumbotron .content-wrapper .storyTile .btn.more-btn:after {
  content: '>';
  font-size: 32px;
  line-height: 100%;
  display: block;
  float: right;
  margin: -2px 0 -3px 5px;
}

.slide-wrap {
  /*display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;*/
  width: 100%;
  height: 208px;
}
.slide-wrap .partner-wrap {
  width: 25%;
  height: 104px;
  /*padding: 0 20px;*/
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .slide-wrap .partner-wrap {
    width: 100%;
  }
}

.rolling-child-lists {
  background-color: #ededed;
}
.rolling-child-lists:nth-child(2n) {
  background-color: transparent;
}
.rolling-child-lists .content-wrapper {
  padding: 50px 0 !important;
}
@media screen and (max-width: 768px) {
  .rolling-child-lists .content-wrapper {
    padding: 20px !important;
  }
}
.rolling-child-lists .content-wrapper .rollingpage-two-columns {
  /*Rollingpage Two Columns*/
  padding: 0;
  margin-bottom: 0;
}
.rolling-child-lists .content-wrapper .rollingpage-two-columns .left {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .rolling-child-lists .content-wrapper .rollingpage-two-columns .left {
    width: 30%;
    padding-right: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .rolling-child-lists .content-wrapper .rollingpage-two-columns .left {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.rolling-child-lists .content-wrapper .rollingpage-two-columns .left img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .rolling-child-lists .content-wrapper .rollingpage-two-columns .left img {
    width: 100%;
  }
}
.rolling-child-lists .content-wrapper .rollingpage-two-columns .right {
  width: 60%;
}
@media screen and (max-width: 480px) {
  .rolling-child-lists .content-wrapper .rollingpage-two-columns .right {
    width: 100%;
  }
}
.rolling-child-lists .content-wrapper .rollingpage-tiles .banner {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 50px;
}
.rolling-child-lists .content-wrapper .rollingpage-tiles .jumbotron {
  background-color: transparent;
  padding: 50px 0;
}
.rolling-child-lists .content-wrapper .rollingpage-tiles .jumbotron .content-wrapper {
  padding: 0 !important;
}
.rolling-child-lists .content-wrapper .rollingpage-tiles .jumbotron .storyTiles .storyTile .normal {
  text-align: left;
}

.contactus-partial-view {
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.contactus-partial-view h3 {
  width: 200px;
}
@media screen and (max-width: 1200px) {
  .contactus-partial-view h3 {
    width: 100%;
  }
}
.contactus-partial-view #ContactUsForm {
  margin-top: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .contactus-partial-view #ContactUsForm {
    width: 100%;
  }
}

.Home .contactus-partial-view #ContactUsForm {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .Home .contactus-partial-view #ContactUsForm {
    width: 100%;
  }
}

#bookingFrame {
  border-radius: 50px;
  width: 100%;
  box-shadow: 0 0 black;
  border: 5px solid #9c9c9c;
  z-index: 1;
  padding: 20px;
  background-color: #EDEDED;
}

.event-picture-large {
  margin-top: -40px;
}

#eventlists {
  list-style: none;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  #eventlists {
    width: 100%;
  }
}
#eventlists .event-thumb {
  flex: 0 1 auto;
  padding-right: 20px;
  max-height: 140px;
}
#eventlists .event-short-description {
  max-height: 30px;
  min-height: 31px;
}
#eventlists .event-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  #eventlists .event-thumb {
    flex: none;
    padding-right: 20px;
    max-height: 140px;
    margin-bottom: 20px;
    text-align: center;
  }
  #eventlists .event-wrapper {
    width: 100%;
    display: block;
    align-items: unset;
    border-top: 1px solid #31aa47;
    padding-top: 25px;
  }
  #eventlists .btn-wrapper-event {
    margin-top: 20px;
  }
}
#eventlists .event {
  margin-bottom: 40px;
}
#eventlists .event:last-child {
  margin-bottom: 0;
}
#eventlists .event .event-description {
  flex: 0 1 auto;
}
@media screen and (max-width: 480px) {
  #eventlists .event .event-description {
    width: 100%;
  }
}
#eventlists .event .event-description h3 {
  text-align: left !important;
  text-transform: capitalize;
  margin-bottom: 15px;
}
#eventlists .event .event-description h4 {
  text-decoration: none !important;
  margin: 0 0 15px 0;
}
#eventlists .event .event-description .normal {
  margin-bottom: 15px !important;
}
#eventlists .event .event-description ul {
  margin-left: 0;
}
#eventlists .event .event-description ul li {
  font-size: 15px !important;
  margin-bottom: 15px;
}
#eventlists .event .event-description a {
  color: #31aa47;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  #eventlists {
    width: 100%;
  }

  #eventlists .event-short-description {
    max-height: unset;
    min-height: unset;
  }
}
.event-picture-large img {
  width: 100%;
}

#joblists {
  list-style: none;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  #joblists {
    width: 100%;
  }
}
#joblists .job {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row wrap;
  margin-bottom: 50px;
}
#joblists .job:last-child {
  margin-bottom: 0;
}
#joblists .job .job-description {
  width: 50%;
}
@media screen and (max-width: 480px) {
  #joblists .job .job-description {
    width: 100%;
  }
}
#joblists .job .job-description h3 {
  text-align: left !important;
  text-transform: capitalize;
  margin-bottom: 15px;
}
#joblists .job .job-description h4 {
  text-decoration: none !important;
  margin: 15px 0;
}
#joblists .job .job-description .normal {
  margin-bottom: 15px !important;
}
#joblists .job .job-description ul {
  margin-left: 0;
}
#joblists .job .job-description ul li {
  font-size: 15px !important;
  margin-bottom: 15px;
}
#joblists .job .job-description a {
  color: #31aa47;
  text-decoration: none;
}
#joblists .job .job-application-form {
  width: 100%;
  /*width: 40%;
  @media screen and (max-width: $phone-break){
  	width: 100%;
  }*/
}

#JobApplicationForm {
  width: 60% !important;
}
@media screen and (max-width: 1200px) {
  #JobApplicationForm {
    width: 100% !important;
  }
}

#BookingForm, #ContactUsForm, #JobApplicationForm, #SearchForm, .big-form {
  width: 100%;
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 1200px) {
  #BookingForm, #ContactUsForm, #JobApplicationForm, #SearchForm, .big-form {
    width: 100%;
  }
}
#BookingForm ul, #ContactUsForm ul, #JobApplicationForm ul, #SearchForm ul, .big-form ul {
  display: flex;
  justify-content: space-between;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  /*.input {
  	position:relative;
  	.datetimewrap {
  	}
  	input {
  		margin-bottom: 15px;
  	}
  	img {
  		position: absolute;
  		right:0;
  		padding:20px;
  	}
  }*/
}
#BookingForm ul li, #ContactUsForm ul li, #JobApplicationForm ul li, #SearchForm ul li, .big-form ul li {
  width: 100%;
  margin-bottom: 15px;
  /*input[type=file] {
  	width: 100%;
  }*/
}
#BookingForm ul li.half, #ContactUsForm ul li.half, #JobApplicationForm ul li.half, #SearchForm ul li.half, .big-form ul li.half {
  display: inline-block;
  width: 47%;
  clear: both;
}
@media screen and (max-width: 1024px) {
  #BookingForm ul li.half, #ContactUsForm ul li.half, #JobApplicationForm ul li.half, #SearchForm ul li.half, .big-form ul li.half {
    width: 100%;
  }
}
#BookingForm ul li label, #ContactUsForm ul li label, #JobApplicationForm ul li label, #SearchForm ul li label, .big-form ul li label {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}
#BookingForm ul li label .required, #ContactUsForm ul li label .required, #JobApplicationForm ul li label .required, #SearchForm ul li label .required, .big-form ul li label .required {
  color: #790000;
  margin-left: 5px;
}
#BookingForm ul li .savvyRadioList, #ContactUsForm ul li .savvyRadioList, #JobApplicationForm ul li .savvyRadioList, #SearchForm ul li .savvyRadioList, .big-form ul li .savvyRadioList {
  display: block;
  margin-bottom: 10px;
}
#BookingForm ul li .savvyRadioList input[type=radio], #ContactUsForm ul li .savvyRadioList input[type=radio], #JobApplicationForm ul li .savvyRadioList input[type=radio], #SearchForm ul li .savvyRadioList input[type=radio], .big-form ul li .savvyRadioList input[type=radio] {
  display: inline-block;
}
#BookingForm ul li .savvyRadioList label, #ContactUsForm ul li .savvyRadioList label, #JobApplicationForm ul li .savvyRadioList label, #SearchForm ul li .savvyRadioList label, .big-form ul li .savvyRadioList label {
  margin: 0 30px;
  display: inline-block;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  #BookingForm ul li .savvyRadioList label, #ContactUsForm ul li .savvyRadioList label, #JobApplicationForm ul li .savvyRadioList label, #SearchForm ul li .savvyRadioList label, .big-form ul li .savvyRadioList label {
    margin: 0;
    vertical-align: top;
    width: 80%;
  }
}
#BookingForm ul li input[type=text], #BookingForm ul li input[type=date], #BookingForm ul li input[type=time], #BookingForm ul li textarea, #BookingForm ul li select, #ContactUsForm ul li input[type=text], #ContactUsForm ul li input[type=date], #ContactUsForm ul li input[type=time], #ContactUsForm ul li textarea, #ContactUsForm ul li select, #JobApplicationForm ul li input[type=text], #JobApplicationForm ul li input[type=date], #JobApplicationForm ul li input[type=time], #JobApplicationForm ul li textarea, #JobApplicationForm ul li select, #SearchForm ul li input[type=text], #SearchForm ul li input[type=date], #SearchForm ul li input[type=time], #SearchForm ul li textarea, #SearchForm ul li select, .big-form ul li input[type=text], .big-form ul li input[type=date], .big-form ul li input[type=time], .big-form ul li textarea, .big-form ul li select {
  padding: 19px;
  background-color: #eee;
  font-size: 16px;
  text-indent: .25em;
  border: none;
  font-style: italic;
}
#BookingForm ul li input[type=radio], #ContactUsForm ul li input[type=radio], #JobApplicationForm ul li input[type=radio], #SearchForm ul li input[type=radio], .big-form ul li input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  min-height: 13px;
}
#BookingForm ul li input[type=checkbox], #ContactUsForm ul li input[type=checkbox], #JobApplicationForm ul li input[type=checkbox], #SearchForm ul li input[type=checkbox], .big-form ul li input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  min-height: 13px;
}
#BookingForm ul li .svyCheckboxes .checkboxes, #ContactUsForm ul li .svyCheckboxes .checkboxes, #JobApplicationForm ul li .svyCheckboxes .checkboxes, #SearchForm ul li .svyCheckboxes .checkboxes, .big-form ul li .svyCheckboxes .checkboxes {
  display: block;
  margin-bottom: 10px;
}
#BookingForm ul li .svyCheckboxes input[type=checkbox], #ContactUsForm ul li .svyCheckboxes input[type=checkbox], #JobApplicationForm ul li .svyCheckboxes input[type=checkbox], #SearchForm ul li .svyCheckboxes input[type=checkbox], .big-form ul li .svyCheckboxes input[type=checkbox] {
  display: inline-block;
}
#BookingForm ul li .svyCheckboxes label, #ContactUsForm ul li .svyCheckboxes label, #JobApplicationForm ul li .svyCheckboxes label, #SearchForm ul li .svyCheckboxes label, .big-form ul li .svyCheckboxes label {
  margin: 0 30px;
  display: inline-block;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  #BookingForm ul li .svyCheckboxes label, #ContactUsForm ul li .svyCheckboxes label, #JobApplicationForm ul li .svyCheckboxes label, #SearchForm ul li .svyCheckboxes label, .big-form ul li .svyCheckboxes label {
    margin: 0;
    vertical-align: top;
    width: 80%;
  }
}
#BookingForm ul .double-input .input, #BookingForm ul .double-input .datetimewrap, #ContactUsForm ul .double-input .input, #ContactUsForm ul .double-input .datetimewrap, #JobApplicationForm ul .double-input .input, #JobApplicationForm ul .double-input .datetimewrap, #SearchForm ul .double-input .input, #SearchForm ul .double-input .datetimewrap, .big-form ul .double-input .input, .big-form ul .double-input .datetimewrap {
  position: relative;
}
#BookingForm ul .double-input input, #ContactUsForm ul .double-input input, #JobApplicationForm ul .double-input input, #SearchForm ul .double-input input, .big-form ul .double-input input {
  width: 47%;
}
#BookingForm ul .double-input input:nth-child(even), #ContactUsForm ul .double-input input:nth-child(even), #JobApplicationForm ul .double-input input:nth-child(even), #SearchForm ul .double-input input:nth-child(even), .big-form ul .double-input input:nth-child(even) {
  margin-left: 6%;
}
@media screen and (max-width: 1024px) {
  #BookingForm ul .double-input input:nth-child(even), #ContactUsForm ul .double-input input:nth-child(even), #JobApplicationForm ul .double-input input:nth-child(even), #SearchForm ul .double-input input:nth-child(even), .big-form ul .double-input input:nth-child(even) {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  #BookingForm ul .double-input input, #ContactUsForm ul .double-input input, #JobApplicationForm ul .double-input input, #SearchForm ul .double-input input, .big-form ul .double-input input {
    width: 100%;
  }
}
#BookingForm ul .double-input img, #ContactUsForm ul .double-input img, #JobApplicationForm ul .double-input img, #SearchForm ul .double-input img, .big-form ul .double-input img {
  position: absolute;
  right: 0;
  padding: 0 20px;
  /*@media screen and (max-width:$tablet-break) {
  	&.ClockPick_button {
  		margin-top: 15px;
  	}
  }*/
}

#SearchForm {
  border: 1px solid #c8c8c8;
  padding: 16px 20px;
  margin: 0;
}
#SearchForm ul li {
  margin: 0;
}
#SearchForm input {
  width: 77%;
  margin-right: 2%;
}
#SearchForm input[type=submit] {
  width: 20%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #SearchForm input {
    width: 100%;
    margin-right: 0;
  }
  #SearchForm input[type=submit] {
    width: auto;
    margin-top: 10px;
  }
}

.banner {
  /*height: 640px;*/
  padding-bottom: 40%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .banner {
    height: 420px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 350px;
  }
}
@media screen and (max-width: 480px) {
  .banner {
    height: 200px;
  }
}
.banner h1 {
  text-align: center;
  color: #31aa47;
  padding-top: 50px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .banner h1 {
    padding: 30px;
  }
}

.LocationMap .map {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .LocationMap {
    /*display: none;*/
  }
}

.storyTiles {
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .storyTiles {
    padding-bottom: 0;
  }
}
.storyTiles .storyTile {
  width: 25%;
  text-align: center;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .storyTiles .storyTile {
    width: 50% !important;
    margin-top: 25px;
  }
  .storyTiles .storyTile:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .storyTiles .storyTile {
    width: 100% !important;
  }
  .storyTiles .storyTile:nth-child(2) {
    margin-top: 25px;
  }
}
.storyTiles .storyTile a {
  cursor: pointer;
  text-decoration: none;
}
.storyTiles .storyTile img {
  margin-bottom: 15px;
}
.storyTiles .storyTile .image {
  width: 100%;
  min-height: 180px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}

.childpage-list {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.childpage-list .childpage-item {
  position: relative;
  width: 25%;
  height: 350px;
  padding: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  text-align: center;
  /*.image {
  	width: 100%;
  	min-height: 180px;
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: contain;
  	margin-bottom: 15px;
  }*/
}
.childpage-list .childpage-item:hover {
  background-color: #eee;
}
@media screen and (max-width: 1024px) {
  .childpage-list .childpage-item {
    width: 48%;
    height: 315px;
    background-color: #eee;
  }
  .childpage-list .childpage-item:nth-child(odd) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .childpage-list .childpage-item {
    width: 100%;
    height: 300px;
  }
  .childpage-list .childpage-item:nth-child(odd) {
    margin-right: 0;
  }
}
.childpage-list .childpage-item h4 {
  text-align: left;
  min-height: 84px;
}
@media screen and (max-width: 480px) {
  .childpage-list .childpage-item h4 {
    min-height: 70px;
  }
}
.childpage-list .childpage-item .normal {
  text-align: left;
  overflow: hidden;
}
.childpage-list .childpage-item .normal p {
  margin-bottom: 0;
}
.childpage-list .childpage-item a.btn {
  color: white;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
}

.rollingchild-anchor {
  margin-top: -15px;
}

.location-list {
  width: 100%;
}
.location-list li {
  padding: 20px;
  vertical-align: top;
  width: 33%;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .location-list li {
    width: 100%;
  }
}
.location-list li h3 {
  margin-bottom: 5px;
}
.location-list li p {
  margin-bottom: 5px;
  line-height: 1.5;
}

#map {
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  #map {
    padding: 0;
    width: 100%;
    height: 530px;
  }
  #map .map {
    position: absolute;
    left: 50%;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transform: scale(0.9) translateX(-50%);
    -ms-transform: scale(0.9) translateX(-50%);
    -o-transform: scale(0.9) translateX(-50%);
    -webkit-transform: scale(0.9) translateX(-50%);
    transform: scale(0.9) translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #map {
    height: 700px;
  }
  #map .map {
    -moz-transform: scale(1.25) translateX(-50%);
    -ms-transform: scale(1.25) translateX(-50%);
    -o-transform: scale(1.25) translateX(-50%);
    -webkit-transform: scale(1.25) translateX(-50%);
    transform: scale(1.25) translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  #map {
    height: 380px;
  }
  #map .map {
    -moz-transform: scale(0.65) translateX(-50%);
    -ms-transform: scale(0.65) translateX(-50%);
    -o-transform: scale(0.65) translateX(-50%);
    -webkit-transform: scale(0.65) translateX(-50%);
    transform: scale(0.65) translateX(-50%);
  }
}

.normal {
  /*ol {
  	counter-reset:item;
  	li {
  		display:block;
  		&:before {
  			content:counters(item,".") " ";
  			counter-increment:item;
  		}
  	}
  }*/
}
.normal h1, .normal h2, .normal h3 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.15;
  margin-bottom: 20px;
}
.normal h4, .normal h5, .normal h6 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.normal h1 {
  font-size: 60px;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .normal h1 {
    font-size: 48px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .normal h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.normal h2 {
  font-size: 40px;
  line-height: 120%;
  color: #31aa47;
}
@media screen and (max-width: 1024px) {
  .normal h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .normal h2 {
    font-size: 22px;
  }
}
.normal h3 {
  font-size: 30px;
  color: #31aa47;
  font-weight: 300;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .normal h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .normal h3 {
    font-size: 25px;
  }
}
.normal h4 {
  color: #31aa47;
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .normal h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .normal h4 {
    font-size: 20px;
  }
}
.normal h5 {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .normal h5 {
    font-size: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 480px) {
  .normal h5 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
  }
}
.normal h6 {
  font-size: 16px;
}
.normal p {
  line-height: 1.15;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 16px;
}
.normal p:first-child {
  margin-top: 0;
}
.normal a {
  color: #31aa47;
  text-decoration: none;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.normal a:hover {
  color: #1a5b26;
}
.normal ol, .normal ul {
  padding-left: 15px;
}
.normal ol li, .normal ul li {
  margin-bottom: 10px;
  line-height: 200%;
}

/*# sourceMappingURL=site.css.map */
