@charset "UTF-8";
/*
Author: Murray Moffatt
Template: MM16
*/

/**
 *
 * 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: content-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 Pro', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body {
  background: #F5F5F5;
}

a, a.override {
  text-decoration: none;
  color: #173B9D;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
  color: #000000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
}

h1 {
  font-size: 28px;
  color: #173B9D;
}

h2 {
  font-size: 26px;
  line-height: 1.1;
  color: #173B9D;
}

h3 {
  font-size: 22px;
  line-height: 1.1;
  color: #173B9D;
}

h4 {
  font-size: 15px;
  line-height: 1.2;
}

h5 {
  font-size: 16px;
  line-height: 1.3333333333;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
}

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);
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  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, blockquote small {
  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;
}

small {
  font-size: smaller;
}

big {
  font-size: 125%;
}

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;
}

.divider {
  border-top: 1px solid #EAE6E6;
  padding-top: 20px;
  margin-top: 20px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

/* 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;
}


/**
 * 2.0 Basic Structure
 *
 * -----------------------------------------------------------------------------
 */
.site {
  background: url(../images/body-bg.png) repeat #F5F5F5;
}

.mainwrapper {
  width: 1160px;
  max-width: 100%;
  margin: 40px auto;
}

.mainwrapperpadding {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #DBDBDB;
  padding: 10px;
}


/**
 * 3.0 Header
 *
 * -----------------------------------------------------------------------------
 */
header {
  background-color: #173C9D;
  overflow: hidden;
  clear: both;
}

.headerwrapper {
}

.headerleft {
  float: left;
  text-align: left;
  width: 40%;
}

.logo {
  padding: 20px 0 0 20px;
}

.headerright {
  float: right;
  text-align: right;
  width: 50%;
  padding: 20px 20px 0 20px;
  display: inline-block;
}

.headerright p {
  text-align: right;
  padding-top: 10px;
}

.headerrightcontact {
  display: inline-block;
  text-align: left;
  font-size: 22px;
  line-height: 1.2em;
  vertical-align: middle;
  padding-left: 5px;
  color: #FFFFFF;
}

.headerright ul {
  margin-top: 0;
}

.mobileph {
  display: none;
}


/**
 * 4.0 Navigation Menu
 *
 * -----------------------------------------------------------------------------
 */
nav {
  background-color: #072166;
  padding: 0;
}

.menuwrapper {
  padding: 0 20px;
}

.navmenu {
  background: #072166; /* Old browsers */
}

.menuwrapper ul {
  width: 100%;
  background-color: #072166;
  padding: 0;
  font-size: 0;
}

.menuwrapper ul li {
  list-style-type: none;
  display: inline-block;
  *display: inline;
  zoom:1;
  padding: 7px;
}

.menuwrapper ul li a {
  font-size: 16px;
  display: block;
  color: #FEFEFE;
  padding: 5px 7px;
  text-transform: uppercase;
}

.menuwrapper ul li a:hover {
  color: #E9C50A;
  text-decoration: none;
  -webkit-transition: color 222ms linear;
  -moz-transition: color 222ms linear;
  -o-transition: color 222ms linear;
  -ms-transition: color 222ms linear;
  transition: color 222ms linear;
}

.menuwrapper ul li a.active {
  color: #E9C50A;
}

/********************************************
Mobile
********************************************/
#mfToggleText {
  display: inline-block;
  margin-left: 10px;
}

#mfToggleMenu {
  display: none;
  cursor: pointer;
  color: #525252;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  text-align: center;
  background-color: #E9C50A;
}


/**
 * 5.0 Slider Section
 *
 * -----------------------------------------------------------------------------
 */
.slider {
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 20px;
}

.sliderwrapper {
  margin: 0 auto;
}

.sliderleft {
  width: 100%; /* Change to 100% for full width slider images */
  float: left;
}

.sliderright {
  float: right;
  text-align: right;
  width: 35.1%; /* Change to 100% if slider images are 100% */
  margin-left: 1%;
}

.sliderrighttopimage, .sliderrightbottomimage {
  display: block;
  position: relative;
}

.sliderrighttopimage .topimagelink, .sliderrightbottomimage .bottomimagelink {
  bottom: 0;
  color: #FFFFFF !important;
  display: block;
  font-size: 24px;
  height: 33px;
  left: 0;
  letter-spacing: 1px;
  padding: 5px 15px 10px 10px;
  position: absolute;
  text-decoration: none;
  width: 355px;
  max-width:100%;
  z-index: 300;
  text-align: left;
}

.topimagebg, .bottomimagebg {
  bottom: 5px;
  height: 40px;
  left: 1px;
  opacity: 0.5;
  position: absolute;
  width: 385px;
  max-width: 100%;
  z-index: 200;
  background-color: #287D9C;
}

.sliderbutton {
  width: 250px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: -75px;
  z-index: 100;
  position: absolute;
}

.fotorama__caption__wrap {
  background-color: rgba(255, 255, 255, 0.3);
}


/**
 * 6.0 Main Content Section
 *
 * -----------------------------------------------------------------------------
 */
.content {
  background-color: #FFFFFF;
  padding: 0;
  clear: both;
}

.contentwrapper {
  margin: 0 auto;
  clear: both;
  padding: 0 20px;
}

.grid-container {
  max-width: 100%;
  margin: 0 auto;
}

.row {
  margin: 0;
}

/******* ClearFix Hack ********/
.row:before, .row:after {
  content: "";
  clear: both;
  display: table;
}

[class*='col-'] {
  float: left;
  min-height: 1px;
  /**** Add Gutter ****/
  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;
}

.outline, .outline * {
  border: 1px solid #691405;
}

[class*='col-'] > p {
  color: #525252;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}

[class*='col-'] {
  /*background-color: #F3F3F3;*/
}

.col-content {
  width: 100%;
  padding: 10px 0;
}


/**
 * 7.0 Footer Section
 *
 * -----------------------------------------------------------------------------
 */
footer {
  background-color: #FFFFFF;
  border-top: 4px solid #F3F3F3;
}

.footerwrapper {
  padding: 0;
  color: #363636;
  font-size: 13px;
  overflow: auto;
}

.footertopwrapper {
  padding: 20px;
}

.footerbottomwrapper {
  border-top: 1px solid #666666;
  margin-top: 10px;
  padding: 5px 20px;
}

.footercontent {
  max-width: 55%;
  width: 100%;
  float: left;
  clear: right;
}

.footercontent a {
  text-decoration: none;
  display: inline;
  color: #363636;
}

.footercontent a:hover {
  text-decoration: underline;
}

.footersocial {
  max-width: 40%;
  width: 100%;
  float: right;
  text-align :right;
}

.footerleft {
  float: left;
  clear: right;
  max-width: 65%;
  width: 100%;
}

.footerright {
  float: right;
  max-width: 35%;
  width: 100%;
  text-align: right;
  padding-top: 10px;
}

.footerright a {
  color: #363636;
  text-decoration: underline;
}

footer ul {
  margin: 0;
  padding-left: 0 !important;
}

.footernav {
  list-style: none;
  margin: 10px 0;
  padding: 0 0 10px 0;
}

.footernav li {
  display: inline-block;
}

.footernav li:first-child {
  padding-left: 0 !important;
}

.footernav li a {
  text-decoration: none;
  display: inline-block;
  color: #363636;
  padding: 0;
}

.footernav li:after {
  content: "|";
  padding: 0 10px;
}

.footernav li:last-child:after {
  content: none;
  padding: 0;
}

.footernav li a:hover {
  text-decoration: underline;
}


/**
 * 8.0 Custom theme styles
 *
 * -----------------------------------------------------------------------------
 */
p img {
  padding: 5px 10px;
}

.contactblock i {
  padding: 0 3px 0 0;
}

.quote {
  border-left: 4px solid #333333;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin-left: 16px !important;
  padding-left: 16px !important;
  margin-bottom:10px !important
}

.testimonial {
  font-style: italic;
  margin-left: 16px !important;
  margin-bottom:20px !important
}

.testimonial i {
  margin-right: 10px;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}


/********************************************
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 {
  /*border-top: 1px solid #DDDDDD;*/
  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;
}


/********************************************
Buttons
********************************************/
.button-container{
  margin: 10px 0;
}

.button {
  color: #F5F5F5 !important;
  background-color: transparent;
  padding: 5px 10px;
  margin: 0 5px 0 5px;
  display: inline-table;
  text-transform: uppercase;
  border: 2px solid #363636;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
}

.button-container a.button:not(:first-child) {
  margin-top: 10px;
}

.button:hover {
  -webkit-transition: background-color 333ms linear;
  -moz-transition: background-color 333ms linear;
  -o-transition: background-color 333ms linear;
  -ms-transition: background-color 333ms linear;
  transition: background-color 333ms linear;
  background-color: #E9C50A;
  text-decoration: none;
}

.sliderbutton .button {
  font-weight: bold;
  color: #000000 !important;
  border: 2px solid #F5F5F5;
  background-color: rgba(255, 255, 255, 0.5);
}

.sliderbutton .button:hover {
  background-color: #E9C50A;
  color: #173B9D !important;
  border: 2px solid #173B9D;
}

.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 !important;
  font-size: 125%;
}

.buttonbooknow {
  background-color: transparent;
  color: #363636 !important;
}

.buttonbooknow:hover {
  background-color: #E9C50A;
  color: #173B9D !important;
}

.buttonenquire {
  background-color: transparent;
  color:#363636 !important;
}

.buttonenquire:hover {
  background-color: #E9C50A;
  color: #173B9D !important;
}

.buttonvisit {
  background-color: transparent;
  color:#363636 !important;
}

.buttonvisit:hover {
  background-color: #E9C50A;
  color: #173B9D !important;
}

.headerrightcontact .buttonbooknow {
  background-color: transparent;
  color: #F5F5F5 !important;
  border-color: #F5F5F5;
}

.headerrightcontact .buttonbooknow:hover {
  background-color: #E9C50A;
  color: #173B9D !important;
  border-color: #F5F5F5;
}


/********************************************
Client Reviews
********************************************/
.reviews-inner {
  padding: 10px 20px;
  border: 1px solid #DDDDDD;
  margin-bottom: 10px;
  background: #F5F5F5;
}

.reviews-inner:nth-child(even) {
  /*background-color: #EEEEEE;*/
}

.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: #173B9D;
}

.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;
  margin: 0;
  color: #333333;
}

.reviews-inner blockquote cite {
  display: block;
  margin: 0 0 0 20px;
  color: #BBBBBB;
}

.reviews-inner blockquote cite:before {
  content: "\2013\00a0";
}

.reviews-inner blockquote + br {
  display: none;
}


/********************************************
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: #E9C50A;
  font-size: 14px; /* Font Awesome fonts are designed to work at 14px and multiples */
}


/********************************************
jQuery UI overrides
********************************************/
.ui-accordion-content {
  color: #363636;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}


/********************************************
SmoothDivScroller
********************************************/
#badge-scroller {
  width:100%;
  position: relative;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
}

.centererhelper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#badge-scroller div.scrollableArea img {
  vertical-align: middle;
  position: relative;
  margin: 0;
  padding: 10px 50px;
  /* If you don't want the images in the scroller to be selectable, try the following
  block of code. It's just a nice feature that prevent the images from accidentally
  becoming selected/inverted when the user interacts with the scroller. */
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}


/********************************************
Other
********************************************/
label {
  float: left;
  text-align: left;
  margin-right: 15px;
  width: 25%;
  padding-top: 5px;
  font-size: 1.4em;
}

input, textarea {
  padding: 1%;
  width: 72.5%;
  font-family: Helvetica, sans-serif;
  font-size: 1.4em;
  margin: 0;
  border: 1px solid #CCCCCC;
}

textarea {
  height: 90px;
}

textarea:focus, input:focus {
  border: 1px solid #FFCC00;
}

input.submit-button {
  width: 100px;
  float: right;
}

.content-padding {
  padding: 0 10px;
}

article {
  margin: 0;
  line-height: 1.5em;
}

.block {
  display: block;
}

.articleblock {
  padding: 15px 25px;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  overflow: auto;
}

.articleblock img {
  margin-right: 20px;
  margin-top: 10px;
}

.contactblock {
  padding: 15px 25px;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  overflow: auto;
  margin-bottom: 10px;
}

.contactblock a {
  color: inherit;
}

.phone {
  margin-top: 20px;
}

.email {
  margin-top: 10px;
  padding-bottom: 25px !important;
  border-bottom: 1px solid #EAE6E6;
}

.phone, .email {
  display: block;
  padding: 3px 5px 3px 0;
}

article h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

article .resphone {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

article .resphonenumber {
  font-size: 26px;
  letter-spacing: 1px;
  padding: 5px 0;
  margin: 0 0 20px 0;
}

.col-content ul {
  padding-left: 30px;
}

.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%;
}


/**
 * 9.0 Media Queries
 *
 * -----------------------------------------------------------------------------
 */
@media print {
  div[role="tabpanel"] {
    /* Expand the tabs when the page is printed */
    display: block !important;
  }
}

@media screen and (max-width:960px) {
  .mainwrapper {
    margin: 0 auto;
    background-color: #F8F8F8;
  }

  .mainwrapperpadding {
    background-color: #F8F8F8;
    padding: 0;
  }

  #mfToggleText {
    display: inline-block;
  }

  #mfToggleMenu {
    display: block;
  }

  .menuwrapper {
    padding: 0;
  }

  .menuwrapper ul {
    width: 100%;
    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;
    padding: 5px 0 5px 0;
    border-top: 1px solid #F5F5F5;
  }

  .menuwrapper ul li a:hover {
    border-top: 1px solid #F5F5F5;
  }

  .menuwrapper ul li a.active {
    border-top: 1px solid #F5F5F5;
  }

  .contentwrapper {
    width: 96%;
    padding: 2%;
  }

  .footertopwrapper, .footerbottomwrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footerleft, .footerright {
    /* padding: 0;
    max-width: 40%; */
  }

  .footerleft {
    float: none;
    clear: both;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0;
  }

  .footerright {
    float: none;
    clear: both;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .footerleft, .footerright, .footernav {
    padding: 0;
    margin: 0;
  }

  .sliderwrapper h1 {
    font-size: 95%;
  }

  .sliderleft-images {
    float: none;
    width: 98%;
    margin: 0 auto;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .sliderright-content {
    float: none;
    width: 99%;
    margin: 0 auto;
    max-width: 100% !important;
    padding-right: 0 !important;
  }
}

@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%;
  }

  .reviews-inner p.review-date {
    margin: 0;
    padding: 0;
  }

  .reviews-inner blockquote {
    padding: 0;
  }
}

@media screen and (max-width:640px) {
  .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 0 10px 0;
  }

  .headerrightcontact {
    text-align: center;
    padding: 0;
  }

  .headerright p {
    text-align: center;
  }

  .slider {
    padding: 0;
  }

  .sliderleft {
    width: 100%;
  }

  .sliderright {
    display: none;
  }

  label {
    float: left;
    text-align: left;
    margin-right: 15px;
    width: 100%;
    padding-top: 5px;
    font-size: 1.4em;
  }

  input, textarea {
    padding: 1% 0;
    width: 100%;
    font-family: Helvetica, sans-serif;
    font-size: 1.4em;
    margin: 0 0 10px 0;
    border: 2px solid #CCCCCC;
  }
}

@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 10px 0 10px;
  }
}

@media screen and (max-width:580px) {
  .col-content {
    padding: 10px 5px;
  }

  .footercontent {
    float: none;
    clear: both;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
  }

  .footersocial {
    float: none;
    clear: both;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .footernav li {
    display: block;
  }

  .footernav li a {
    padding: 5px 0;
    font-size: 16px;
  }

  .footernav li:after {
    content: none;
  }
}

@media screen and (max-width:480px) {
  .sliderbutton {
    display: none;
  }

  .contentboxfooter {
    border-top: 1px solid #DDDDDD;
    padding: 10px 0;
  }

  .contentboxfooter h3 {
    float: none;
    clear: right;
    padding: 0 0 0 10px;
    margin: 0;
  }

  .contentboxfooterbuttons a {
    margin: 10px;
    float: none;
    display: block;
  }

  .button {
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width:320px) {
  .contentboximage {
    max-width: 100%;
    padding: 5px 0;
    border: none;
    margin: 0;
  }

  .button {
    width: 100%;
    margin: 5px 0 !important;
  }

  .button:last-of-type {
    margin-bottom: 0;
  }
}