@charset "UTF-8";
/*
Author: Murray Moffatt
Template: BP17
*/

/**
 *
 * 1.0 - Reset
 * 2.0 - Basic Structure
 * 3.0 - Header
 * 4.0 - Navigation
 * 5.0 - Slider Section
 * 6.0 - Content
 * 7.0 - Footer
 * 8.0 - Custom theme styles
 * 9.0 - Media Queries

 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * -----------------------------------------------------------------------------
 */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, iframe {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

body, button, input, select, textarea {
  color: #363636;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body {
  background: #FFFFFF;
}

a {
  text-decoration: none;
  color: #8DC63F;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
  color: #FF4500;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  line-height: 1;
}

h1 {
  font-size: 36px;
  color: #39464F;
}

h2 {
  font-size: 30px;
  line-height: 1.1;
  color: #39464F;
}

h3 {
  font-size: 24px;
  line-height: 1.1;
  color: #39464F;
}

h4 {
  font-size: 15px;
  line-height: 1.2;
}

h5 {
  font-size: 16px;
  line-height: 1.3333333333;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
}

address {
  font-style: italic;
  margin-bottom: 24px;
}

abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}

b, strong {
  font-weight: 700;
}

cite, dfn, em, i {
  font-style: italic;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

p {
  margin-bottom: 10px;
}

code, kbd, tt, var, samp, pre {
  font-family: monospace, serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
  line-height: 1.6;
}

pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

blockquote {
  color: #767676;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2631578947;
  margin-bottom: 24px;
}

blockquote cite {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}

blockquote strong, blockquote b {
  font-weight: 400;
}

sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

dl {
  margin-bottom: 24px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 24px;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding-left: 25px;
  padding-bottom: 10px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul, li > ol {
  margin: 0 0 0 20px;
}

img {
  border: 0;
  max-width: 100%;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0;
}

legend {
  white-space: normal;
}

button, input, select, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

input, textarea {
  background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table, th, td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

del {
  color: #767676;
}

hr {
  border-top: 1px solid #DDDDDD;
  margin: 20px 0;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
  background: #24890D;
  color: #FFFFFF;
  text-shadow: none;
}

::-moz-selection {
  background: #24890D;
  color: #FFFFFF;
  text-shadow: none;
}

/* Make the CMS editing work properly */
#aacms_editing_window div, .aacms_editing_toolbar {
  box-sizing: content-box;
}


/**
 * 2.0 Basic Structure
 *
 * -----------------------------------------------------------------------------
 */
.right {
  float: right;
}

.left {
  float: left;
}

.clear {
  clear: both;
}

.textcenter {
  text-align: center;
}

.site {
  color: #686868;
}

.mainwrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.mainwrapperpadding {
  padding: 0;
}


/**
 * 3.0 Header
 *
 * -----------------------------------------------------------------------------
 */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001;
  background-color: #8DC63F;
  overflow: hidden;
  clear: both;
  margin: 0;
  padding: 0;
}

.headerwrapper {
  width: 1170px;
  margin: 0 auto;
}

.headerleft {
  float: left;
  text-align: left;
  min-width: 200px;
  max-width: 100%;
}

.logo {
  padding: 13px 0 0 0;
  line-height: 0;
}

.logo img {
  display: block;
}

.headerright {
  float: right;
  padding: 0;
  text-align: right;
  vertical-align: top;
}

.mobileph {
  display: none;
}


/**
 * 4.0 Navigation Menu
 *
 * -----------------------------------------------------------------------------
 */
nav {
  background-color: #8DC63F;
  padding: 0;
}

.menuwrapper {
  padding: 0;
}

.menuwrapper ul {
  width: 100%;
  background-color: #8DC63F;
  padding: 0;
  font-size: 0;
}

.menuwrapper ul li {
  list-style-type: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 5px;
}

.menuwrapper ul li a {
  font-size: 16px;
  display: block;
  color: #39464F;
  padding: 72px 15px 10px 15px;
  text-transform: uppercase;
  -webkit-transition: 300ms linear;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  -ms-transition: 300ms linear;
  transition: 300ms linear;
}

.menuwrapper ul li a:hover {
  color: #39464F;
  background-color: #FFFFFF;
  -webkit-transition: 300ms linear;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  -ms-transition: 300ms linear;
  transition: 300ms linear;
  text-decoration: none;
}

.menuwrapper ul li a.active {
  color: #39464F;
  background-color: #FFFFFF;
}

/********************************************
Mobile Menu
********************************************/
#mfToggleText {
  display: inline-block;
  margin-left: 10px;
}

#mfToggleMenu {
  display: none;
  cursor: pointer;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  text-align: center;
  background-color: #709E32;
}


/**
 * 5.0 Slider Section
 *
 * -----------------------------------------------------------------------------
 */
.slider {
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 0;
  margin: 104px 0 20px 0;
  position: relative;
}

.sliderwrapper {
  position: relative;
  margin: 0 auto;
}

.sliderbutton {
  width: 210px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: -75px;
  z-index: 100;
  position: absolute;
}

.sliderbuttonthumbs {
  margin-top: -143px;
}

.slidertext {
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  position: absolute;
  top: 40px;
  left: 40px;
  width: 30%;
  padding: 20px 30px;
  font-size: 110%;
  visibility: hidden;
  text-align: left;
}

.slidertext h2 {
  color: #FFFFFF;
}

.fotorama__caption__wrap {
  background-color: rgba(255, 255, 255, 0.3);
}

.fotorama__wrap {
  margin: 0 auto;
}


/**
 * 6.0 Main Content Section
 *
 * -----------------------------------------------------------------------------
 */
.pagetitle {
  text-align: center;
}

.content {
  background-color: #FFFFFF;
  padding: 0;
  clear: both;
}

.contentwrapper {
  width: 1210px;
  margin: 0 auto;
  clear: both;
  padding: 0 20px;
}

/********************************************
Grid
********************************************/
.grid-container {
  max-width: 100%;
  margin: 0 auto;
}

.row {
  margin: 0;
}

.row:before, .row:after {
  /* ClearFix Hack */
  content: "";
  clear: both;
  display: table;
}

[class*='col-'] {
  float: left;
  min-height: 1px;
  margin-right: 2.5%;
  padding-bottom: 10px;
}

.col-1 {
  width: 6.0%;
}

.col-2 {
  width: 14.5%;
}

.col-3 {
  width: 23%;
}

.col-4 {
  width: 31.6%;
}

.col-5 {
  width: 40.0%;
}

.col-6 {
  width: 48.7%;
}

.col-7 {
  width: 57.5%;
}

.col-8 {
  width: 65.9%;
}

.col-9 {
  width: 74.5%;
}

.col-10 {
  width: 83.0%;
}

.col-11 {
  width: 91.5%;
}

.col-12 {
  width: 100%;
}

.row div:last-of-type {
  margin-right: 0;
}

[class*='col-'] > p {
  color: #525252;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}

.col-content {
  width: 100%;
  padding: 10px 0;
}

.col-content ul {
  padding-left: 30px;
}


/**
 * 7.0 Footer Section
 *
 * -----------------------------------------------------------------------------
 */
footer {
  background-color: #37464D;
}

.footerwrapper {
  width: 1170px;
  margin: 0 auto;
  padding: 30px 0 5px 0;
  color: #FFFFFF;
  font-size: 13px;
  overflow: auto;
}

.footercontent {
  text-align: center;
}

.footercontent h2, .footercontent h3, .footercontent h4 {
  color: #FFFFFF;
}

.footercontent h3 {
  font-size: 20px;
}

.footercontent a {
  text-decoration: none;
  color: #FFFFFF;
}

.footercontent a:hover {
  text-decoration: underline;
}

.footercontent strong {
  color: #8DC63F;
}

.footersocial a {
  padding: 0 6px;
}

footer ul {
  margin: 0;
  padding: 0 !important;
}

.footernav {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  font-size: 16px;
}

.footernav li {
  display: inline-block;
}

.footernav li:first-child {
  padding-left: 0 !important;
}

.footernav li a {
  text-decoration: none;
  color: #FFFFFF;
  padding: 0;
  display: inline-block;
}

.footernav li:after {
  content: "|";
  padding: 0 10px;
}

.footernav li:last-child:after {
  content: none;
  padding: 0;
}

.footernav li a:hover {
  text-decoration: underline;
}

.copyright {
  line-height: 1.2;
}


/**
 * 8.0 Custom theme styles
 *
 * -----------------------------------------------------------------------------
 */
/********************************************
Content Boxes
********************************************/
.contentboxwrapper {
  margin: 0 0 10px 0;
  padding: 0;
  clear: both;
}

.contentboxwrapper:last-of-type {
  margin-bottom: 0;
}

.contentboxwrapper ~ .contentboxwrapper {
  /* All .contentboxwrapper's except the first one */
  margin-top: 5px;
  padding-top: 15px;
  border-top: 1px solid #DDDDDD;
}

.contentboxcontent {
  clear: both;
}

.contentboximagewrapper {
  display: table-cell;
  min-width: 287px;
}

.contentboximage {
  max-width: 100%;
  padding: 5px;
  border: 1px solid #DDDDDD;
  margin: 0 10px 10px 0;
  background-color: #FFFFFF;
}

.contentboxtext {
  display: table-cell;
  text-align: left;
  max-width: 100%;
  width: 100%;
  vertical-align: top;
  padding: 0 0 0 10px;
}

.contentboxtext h2 {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #DDDDDD;
}

.contentboxfooter {
  padding: 10px 0 0 0;
}

.contentboxfooter h3 {
  float: left;
  clear: right;
  padding: 0 0 0 10px;
  margin: 0;
}

.contentboxfooterbuttons {
  /* Just a container */
}

.contentboxfooterbuttons a {
  margin-right: 10px;
}

.contentboxfooterbuttons::after {
 /* ClearFix Hack */
 content: "";
 clear: both;
 display: table;
}

/********************************************
Buttons
********************************************/
.button-container {
  margin: 10px 0;
}

.button-container a.button:not(:first-child) {
  margin-top: 10px;
}

.button {
  background-color: #000000;
  color: #FFFFFF;
  padding: 9px 22px;
  margin: 0 5px 0 5px;
  display: inline-table;
  text-transform: uppercase;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 300ms linear;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  -ms-transition: 300ms linear;
  transition: 300ms linear;
}

.button:hover {
  -webkit-transition: 300ms linear;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  -ms-transition: 300ms linear;
  transition: 300ms linear;
  background-color: #8DC63F;
  color: #FFFFFF;
  text-decoration: none;
}

.sliderbutton .button {
  font-weight: bold;
  color: #000000;
  border: 2px solid #F5F5F5;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.sliderbutton .button:hover {
  background-color: #8DC63F;
  color: #FFFFFF;
  border: 2px solid #333E27;
}

.slidertext .button {
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}

.slidertext .button:hover {
  background-color: #8DC63F;
}

.button:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  content: "\00A0\F054";
}

.buttonlarge {
  padding: 10px 30px;
  font-size: 125%;
}

.buttonbooknow {
  background-color: #000000;
  color: #FFFFFF !important;
}

.buttonbooknow:hover {
  background-color: #8DC63F;
  color: #FFFFFF !important;
}

.buttonenquire {
  background-color: #000000;
  color:#FFFFFF !important;
}

.buttonenquire:hover {
  background-color: #8DC63F;
  color: #FFFFFF !important;
}

.buttonvisit {
  background-color: #000000;
  color: #FFFFFF !important;
}

.buttonvisit:hover {
  background-color: #8DC63F;
  color: #FFFFFF !important;
}

/********************************************
Client Reviews
********************************************/
.reviews-inner {
  padding: 10px 20px;
  border: 1px solid #DDDDDD;
  margin-bottom: 10px;
  background: #F5F5F5;
}

.reviews-inner:nth-child(even) {
  /*background-color: #EEE;*/
}

.reviews-inner:last-child {
  /*border-bottom: none;*/
}

.reviews-inner h4 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #DDDDDD;
  color: #8DC63F;
}

.reviews-inner p.review-date {
  margin: 0;
  padding: 0;
  color: #BBBBBB;
  text-align: right;
}

.reviews-inner blockquote {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0 20px 0 20px;
  quotes: "\201C""\201D""\201C""\201D";
}

.reviews-inner blockquote:before {
  color: #333333;
  content: open-quote;
  font-size: 50px;
  line-height: 0.1em;
  vertical-align: -0.4em;
  margin-right: 0;
}

.reviews-inner blockquote p {
  display: inline;
  color: #333333;
}

.reviews-inner blockquote cite {
  display: block;
  margin: 0 0 0 20px;
  color: #BBBBBB;
}

.reviews-inner blockquote cite:before {
  content: "\2013\00a0";
}

/********************************************
Add ticks to an unordered list
********************************************/
ul.ticklist {
  list-style-type: none;
}

ul.ticklist li:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  content: "\F00C"; /* fa-check */
  /*content: "\F14A"; */ /* fa-check-square */
  /*content: "\F046"; */ /* fa-check-square-o */
  /*content: "\F058"; */ /* fa-check-circle */
  /*content: "\F05D";*/ /* fa-check-circle-o */
  margin: 0 5px 0 -15px;
  color: #8DC63F;
  font-size: 14px; /* Font Awesome fonts are designed to work at 14px and multiples */
}

/********************************************
jQuery UI overrides
********************************************/
.ui-accordion-content {
  color: #525252 !important;
  font-family: "Source Sans 3", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

/********************************************
Swiffy Slider
********************************************/
.badge-scroller-wrapper {
  width: 100%;
  position: relative;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  padding: 10px 0 0 0;
}

.badge-scroller-wrapper .slider-container > * {
  height: auto !important;  /* Causes the images in the scroller to be vertically centered */
  text-align: center;
}

/********************************************
Other
********************************************/
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.block {
  display: block;
}

.contactblock {
  padding: 15px 25px;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  overflow: auto;
  margin: 46px 0 10px 0;
}

.contactblock i {
  padding: 0 3px 0 0;
}

.contactblock a {
  color: #686868;
}

article {
  margin: 0;
  line-height: 1.5em;
}

article h3 {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

article .resphonenumber {
  font-size: 26px;
  letter-spacing: 1px;
  padding: 5px 0;
  margin: 0 0 10px 0;
}

.map {
  position: relative;
  padding-bottom: 75%; /* This is the aspect ratio */
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.videowrapper {
  max-width: 500px;
  width: 100%;
  margin: 0 auto !important;
}

.videocontainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.videocontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

br.break768 {
  display: none;
}

.amenities, .affiliations {
  margin: 2px;
  border: none;
}

.cms-msg {
  display: none;
  color: #FF0000;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin: 0.5rem 1rem;
  padding: 0.5rem 1rem;
  background-color: #FFF9C0;
}

.is-cms .cms-msg {
  display: block;
}


/**
 * 9.0  Media Queries
 *
 * -----------------------------------------------------------------------------
 */
@media print {
  header {
    /* Don't make the header sticky when the page is printed */
    position: relative;
  }

  div[role="tabpanel"] {
    /* Expand the tabs when the page is printed */
    display: block !important;
  }
}

@media screen and (max-width:1920px) {
  .sliderwrapper {
    display: block;
  }
}

@media screen and (max-width:1400px) {
  .slidertext {
    width: 60%;
  }
}

@media screen and (max-width:1200px) {
  .headerwrapper {
    width: 100%;
  }

  .logo {
    padding-left: 10px;
  }

  .slidertext {
    display: none;
  }

  .contentwrapper {
    width: 98%;
    padding: 0;
  }

  .footerwrapper {
    width: 100%;
  }
}

@media screen and (max-width:1000px) {
  .headerleft {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0;
  }

  .headerleft img {
    display: block;
    text-align: center;
    margin: 0 auto;
    float: none;
    max-width: 100%;
  }

  .logo {
    padding: 10px 0;
  }

  .headerright {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #mfToggleMenu {
    display: block;
  }

  .menuwrapper ul {
    width: 100%;
    background-color: #8DC63F;
    padding: 0;
    font-size: 0;
    border: none;
    margin: 0 auto;
    text-align: center;
    display: none;
  }

  .menuwrapper ul li {
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 0;
  }

  .menuwrapper ul li a {
    font-size: 16px;
    display: block;
    color: #FFFFFF;
    padding: 10px 0;
    border-top: 1px solid #FFFFFF;
  }

  .menuwrapper ul li a:hover {
    border-top: 1px solid #FFFFFF;
    color: #FFFFFF;
    background-color: #709E32;
  }

  .menuwrapper ul li a.active {
    border-top: 1px solid #FFFFFF;
    color: #FFFFFF;
    background-color: #709E32;
  }

  .slider {
    margin: 147px 0 20px 0;
  }

  .slidertext {
    display: none;
  }
}

@media screen and (max-width:960px) {
  .sliderwrapper h1 {
    font-size: 95%;
  }
}

@media screen and (max-width:768px) {
  .site {
    background: none;
  }

  .sliderwrapper {
    font-size: 100%;
  }

  .sliderwrapper h1 {
    font-size: 25px;
  }

  .sliderwrapper {
    max-width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
    display: block;
    clear: both;
  }

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    width: 100%;
  }

  .contactblock {
    margin: 0 0 10px 0;
  }

  .reviews-inner p.review-date {
    margin: 0;
    padding: 0;
  }

  .reviews-inner blockquote {
    padding: 0;
  }

  br.break768 {
    display: inline;
  }
}

@media screen and (max-width:640px) {
  .slider {
    padding: 0;
  }
}

@media screen and (max-width:625px) {
  .contentboximagewrapper {
    display: block;
    text-align: center;
  }

  .contentboximage {
    display: inline-block;
    max-width: 100%;
    padding: 5px;
    border: 1px solid #DDDDDD;
    margin: 10px 0;
  }

  .contentboxtext {
    display: block;
    text-align: left;
    max-width: 100%;
    width: auto;
    vertical-align: top;
    padding: 0;
  }

  .contentboxfooter h3 {
    padding: 0;
  }
}

@media screen and (max-width:580px) {
  .col-content {
    padding: 10px 5px;
  }

  .contentboxfooter {
    padding: 10px 0;
  }

  .contentboxfooter h3 {
    float: none;
    clear: right;
  }

  .contentboxfooterbuttons a {
    margin: 10px 0;
    float: none;
    display: block;
  }

  .footernav li {
    display: block;
  }

  .footernav li a {
    padding: 5px 0;
  }

  .footernav li:after {
    content: none;
  }
}

@media screen and (max-width:480px) {
  .sliderbutton {
    display: none;
  }
}

@media screen and (max-width:320px) {
  .contentboximage {
    max-width: 100%;
    padding: 5px 0;
    border: none;
    margin: 0;
  }
}