/*
Theme Name: Lovely Banks
Author: Town Square
Author URI: http://www.townsquare.agency
Version: 1.2
*/
/* -----------------------------------------
	Base & Main Structure
----------------------------------------- */
@font-face {
	font-family: 'Pluto';
	src: url('fonts/hinted-PlutoBold.eot');
	src: local('Pluto Bold'), local('PlutoBold'),
		url('fonts/hinted-PlutoBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-PlutoBold.woff') format('woff'),
		url('fonts/hinted-PlutoBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Pluto';
	src: url('fonts/hinted-PlutoHeavy.eot');
	src: local('Pluto Heavy'), local('PlutoHeavy'),
		url('fonts/hinted-PlutoHeavy.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-PlutoHeavy.woff') format('woff'),
		url('fonts/hinted-PlutoHeavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

/*Global Text Colours*/

h1, h2, h3, h4, h5, h6, body, .entry-title a {
  color: #424d56
}

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  margin: 0 0 15px 0;
  font-weight: normal;
  font-family: 'Pluto', sans-serif;
  text-transform: uppercase;
  color: #424d56;
  letter-spacing: -0.02em;
}

h1 {
  font-size: 70px;
  font-weight: 900;
}

h2 {
  font-size: 30px;
  font-weight: bold;
}

h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}

h4 {
  font-size: 16px;
  font-weight: bold;
}

h5 {
  font-size: 15px;
  font-weight: bold;
}

h6 {
  font-size: 12px;
  font-weight: bold;
}

p {
  margin: 0 0 15px 0;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}

a {
  -webkit-transition: color 0.18s ease, background-color 0.18s ease;
  transition: color 0.18s ease, background-color 0.18s ease;
  outline: none;
  color: #23282d;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:active {
  outline: none;
}

body {
  line-height: 1.71;
  font-size: 14px;
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

label {
  display: block;
  font-size: 90%;
  margin-bottom: 2px;
}

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
textarea {
  border-radius: 0;
  box-shadow: none;
  width: auto;
  font: inherit;
  padding: 11px 12px;
  height: auto;
  border: 1px solid #D7D7D7;
  line-height: normal;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
  min-width: 80%;
}
[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
textarea:focus {
  border-color: #ACACAC;
  outline: none;
}

textarea {
  width: 100%;
  height: auto;
}

fieldset {
  padding: 15px 15px 0 15px;
}
fieldset legend {
  font-weight: bold;
  padding: 0 3px;
  margin: 0;
  margin-left: -3px;
}

input.highlight {
  border-color: #ff4a4a;
}

#top, #bottom, #left, #right {
	background: #fff;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 30px;
		}
		#left { left: 250px; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 30px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }

.sidebar .CTA {
    color: #fff!important;
    cursor: pointer;
    width: 100%;
}

.featherlight {
    cursor: pointer!important;
}

.featherlight .featherlight-close-icon {
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20fill%3D%22%23007b4b%22%20d%3D%22M21%204.41L19.59%203%2012%2010.59%204.41%203%203%204.41%2010.59%2012%203%2019.59%204.41%2021%2012%2013.41%2019.59%2021%2021%2019.59%2013.41%2012%2021%204.41z%22/%3E%0A%3C/svg%3E) center no-repeat!important;
}

/*.featherlight-iframe .featherlight-content {
	position: relative;
	padding-bottom: 43.25%;  16:9 
	padding-top: 25px;
	height: 0;
	width: 80%;
}

@media (max-width: 767px) {
    .featherlight-iframe .featherlight-content {
        padding-bottom: 47.25%;
        width: 90%;
    }
}

@media (max-width: 460px) {
    .featherlight-iframe .featherlight-content {
        padding-bottom: 44.25%;
    }
}

.featherlight-iframe .featherlight-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/

.sidebar #form-lightbox {
    display: none;
}

#form-lightbox {
    background: #007b4b;
    padding: 30px;
    width: 90%;
    min-width: 400px;
    margin: auto;
    max-width: 750px;
}

.featherlight-content {
    text-align: center;
    text-align: -webkit-center;
    background: none!important;
}

#form-lightbox input[type="submit"], .home-contact-form input[type="submit"] {
    border-color: #fff!important;
    background-color: #007b4b!important;
    color: #fff!important;
}

input[type="submit"] {
    width: 100%!important;
}

.frm_ajax_loading {
    position: absolute;
}

#form-lightbox h3, #form-lightbox, #form-lightbox .form-legal {
    color: #fff;
}

.frm_style_formidable-style.with_frm_style input[type=submit]:focus, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:focus, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:focus, .frm_style_formidable-style.with_frm_style input[type=submit]:active, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:active, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:active {
    color: #007b4b;
}
.frm_submit.frm_form_field.form-field.frm_none_container.frm_first.frm_half {
    margin-bottom: 0;
}

/* Buttons
=================================== */
.CTA {
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
    padding: 8px 24px;
    color: #fff;
    background: #007b4b;
    box-shadow: none;
    outline: none;
    -webkit-transition: all 0.18s ease;
    transition: all 0.18s ease;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Pluto', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}
.CTA:hover {
    background: #005f3a;
}

a.btn, a.comment-reply-link,
[type=submit] {
  line-height: normal;
  border: 2px solid #363636;
  border-radius: 0;
  vertical-align: middle;
  display: inline-block;
  padding: 8px 24px;
  color: #444;
  background: transparent;
  box-shadow: none;
  outline: none;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
  font-weight: bold;
  font-size: 14px;
}
a.btn:hover, a.comment-reply-link:hover,
[type=submit]:hover {
  background: #363636;
  color: #FFF;
}

#map * {
  max-width: none !important;
}

html,
body,
#page,
.sidebar {
  height: 100%;
}

#page {
  position: relative;
}

.sidebar {
  position: fixed;
  width: 250px;
  /* padding: 30px; */
  z-index: 10;
  background-color: #efeff0;
}

.sidebar #masthead {
    padding: 30px;
}

@media (max-width: 767px) {
  .sidebar {
    width: 100%;
    position: relative;
    height: auto;
    background-position: top center !important;
    padding-bottom: 10px;
  }
}

.content-wrap {
    width: calc(100% - 250px);
    margin-left: 250px;
    float: left;
    padding: 30px;
    background-position: center;
    background-size: cover;
}
}
.content-wrap.full {
  padding: 0;
}
@media (max-width: 767px) {
  .content-wrap {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
  }
}

#content {
  margin: 0;
}
.full #content {
  margin: 0;
}

/* -----------------------------------------
	Header
----------------------------------------- */
.alt-nav {
  display: none;
}

/*
#nav {
  margin: 0 0 30px;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navigation {
  /* Navigation functional styles  ---------------------- 
}
#navigation li {
  position: relative;
  z-index: 100;
}
#navigation > li {
  display: block;
}
#navigation ul {
  position: absolute;
  z-index: 300;
  top: -999em;
}
#navigation li:hover > ul,
#navigation .sfHover > ul {
  top: -10px;
  left: 100%;
}
#navigation li li:hover > ul,
#navigation li .sfHover > ul {
  top: 0;
  left: 100%;
}
#navigation li li li:hover > ul,
#navigation li li .sfHover > ul {
  top: 0;
  left: 100%;
}
#navigation a {
  display: block;
  white-space: nowrap;
}
#navigation a {
  padding: 3px 0;
  color: #222222;
  outline: none;
  /* Global Menu Link Styles 
}
#navigation > li > a {
  /* First level link styles 
}
#navigation > li:last-child a {
  padding-right: 0;
}
#navigation a:hover,
#navigation .sfHover > a {
  text-decoration: none;
  color: #101010;
   First Level & Global Menu Link Hover Styles 
}
#navigation > li.sfHover > a,
#navigation > li.current_page_item > a,
#navigation > li.current-menu-item > a,
#navigation > li.current-menu-ancestor > a,
#navigation > li.current-menu-parent > a,
#navigation > li.current > a {
  color: #FFF;
  border-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  ul #navigation > li.sfHover > a, ul
  #navigation > li.current_page_item > a, ul
  #navigation > li.current-menu-item > a, ul
  #navigation > li.current-menu-ancestor > a, ul
  #navigation > li.current-menu-parent > a, ul
  #navigation > li.current > a {
    color: #4f4f4f;
    border-color: #4f4f4f;
  }
}
#navigation ul {
  padding: 9px 21px 14px;
  min-width: 230px;
  margin-left: 15px;
  /* All Lower Level Menu Container Styles 
}
#navigation a.sf-with-ul {
  padding-right: 20px;
  position: relative;
  /* Styling for navigation arrows  ---------- 
}
#navigation.sf-arrows .sf-with-ul:after {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  font-size: 8px;
  font-weight: normal;
}
#navigation.sf-arrows ul .sf-with-ul:after {
  right: 8px;
  content: "\f054";
  /* Styling for right facing arrows  ---------- 
}
@media (max-width: 767px) {
  #navigation ul {
    position: static;
    display: block !important;
    opacity: 1 !important;
    padding: 0;
    box-shadow: none;
    margin: 0 0 0 5px;
  }
  #navigation ul a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #navigation.sf-arrows .sf-with-ul:after {
    display: none;
  }
}


*/

/* -----------------------------------------
	02. Main Navigation
----------------------------------------- */
#nav {
  margin: 40px 0 50px;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav ul ul {
  /* margin-left: 15px; */
  display: none;
  background-color: #dedede;
}
#nav ul ul.toggled-on {
  display: block;
}

#navigation {
  line-height: 1.384615385;
}
#navigation li {
  position: relative;
  z-index: 100;
  display: block;
}
#navigation a, #navigation a:visited {
  display: block;
  white-space: nowrap;
}
#navigation a {
  font-family: "Montserrat", sans-serif;
  color: #252525;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  padding: 8px 0 8px 30px;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
  position: relative;
}
#navigation .dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  padding: 6px 10px;
  background-color: transparent;
  line-height: normal;
  color: #252525;
}
#navigation .dropdown-toggle:after {
  content: "\f107";
  font-family: FontAwesome;
}
#navigation .dropdown-toggle.toggle-on:after {
  content: "\f106";
}
#navigation a:hover {
  background-color: #cccccc;
}
#navigation > li > a {
  /* First Level Menu Link Styles */
}
#navigation > li ul a {
    padding-left: 40px;
}
#navigation > li ul a:hover,
#navigation > li ul .sfHover > a {
  /* All Other Level Menu Link Hover Styles */
}
#navigation li:first-child.current_page_item > a, 
#navigation li:first-child.current-menu-item > a, 
#navigation li:first-child.current-page-item > a, 
#navigation li:first-child.current > a {
    background: #efeff0;
}
#navigation li:first-child.current_page_item > a:hover, 
#navigation li:first-child.current-menu-item > a:hover, 
#navigation li:first-child.current-page-item > a:hover, 
#navigation li:first-child.current > a:hover {
    background: #cccccc;
}
#navigation li > a:hover {
    background: #cccccc;
}
#navigation li.current_page_item > a,
#navigation li.current-menu-item > a,
#navigation li.current-page-item > a,
#navigation li.current > a/*,
#navigation li.current-menu-ancestor > a*/ {
    background: #cccccc;
}

#navigation li.current-menu-ancestor > a {
    background: #dedede;
}
#navigation li li:first-child.current_page_item > a, 
#navigation li li:first-child.current-menu-item > a, 
#navigation li li:first-child.current-page-item > a, 
#navigation li li:first-child.current > a {
    background: #cccccc;
}
#navigation li li > a:hover,
#navigation li li.current_page_item > a,
#navigation li li.current-menu-item > a,
#navigation li li.current-page-item > a,
#navigation li li.current > a,
#navigation li li.current-menu-ancestor > a {
  background-color: #cccccc;
  color: #252525;
}
#navigation li:hover > .dropdown-toggle,
#navigation li.current-menu-item > .dropdown-toggle,
#navigation li.current-menu-ancestor > .dropdown-toggle {
  color: #000;
}
#navigation li:hover > .dropdown-toggle:hover,
#navigation li.current-menu-item > .dropdown-toggle:hover,
#navigation li.current-menu-ancestor > .dropdown-toggle:hover {
  background-color: #cccccc;
  color: #252525;
}
#navigation ul {
  /* All Lower Level Menu Container Styles */
}

@media (max-width: 767px) {
#navigation a { padding: 10px 0; }
}


.brand {
  margin: 0 0 50px;
  text-align: center;
}
.brand.textual {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 30px;
}
.brand.textual a {
  color: #FFF;
}

.mobile-trigger {
    color: #007b4b!important;
    position: absolute;
    font-size: 26px;
    top: 20px;
    right: 20px;
    line-height: 0.4;
    padding: 2px 5px;
}

/* -----------------------------------------
	Entry Styles
----------------------------------------- */
.entry {
  margin: 0 0 40px;
  position: relative;
}

.entry-thumb {
  margin: 0;
}
.entry-thumb img {
  margin: 0 0 30px;
  display: inline-block;
}
.entry-thumb iframe {
  width: 100%;
  max-width: 100%;
}
.entry-thumb.alignnone {
  margin: 0;
}
.entry-thumb.alignleft img, .entry-thumb.alignright img, .entry-thumb.aligncenter img, .entry-thumb.alignnone img {
  margin: 0 0 15px;
}

.video-hold {
  margin: 0 0 30px;
}

.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}
.embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-icon {
  font-size: 22px;
  display: inline-block;
  margin-bottom: 15px;
}

.entry-title {
  font-size: 18px;
  margin: 0;
}

.entry-title a:hover {
  color: #000;
}
.type-page .entry-title {
  margin-bottom: 15px;
}

.entry-meta {
  color: #969595;
  margin-bottom: 18px;
}
.entry-meta a {
  color: #969595;
}
.entry-meta a:hover {
  text-decoration: underline;
}

.entry-reading-time {
  font-weight: 500;
  color: #282828;
  margin-top: -7px;
}

.entry-content a {
  border-bottom: 1px dotted #2f2f2f;
}
.entry-content blockquote {
  border-left: 12px solid #E2E2E2;
  margin: 0 0 30px;
  padding: 0 0 0 15px;
  font-size: 15px;
  line-height: 1.5;
}

.entry-nav {
  position: absolute;
  top: -55px;
  right: 0;
}
.entry-nav a {
  color: #949494;
  font-size: 20px;
  display: inline-block;
  padding: 5px 0 0;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 0;
  background: #E7E7E7;
}
.entry-nav a:hover {
  background: #d1d1d1;
}

.search-notice {
  margin-bottom: 40px;
}

.entry-content .more-link {
  display: none;
}

/* -----------------------------------------
	Post Format Specific Styling
----------------------------------------- */
/* Audio */
.mejs-container {
  margin: 0 0 15px;
}

.format-audio.has-post-thumbnail .entry-thumb img {
  margin: 0;
}

/* Link */
.dashicons-format-link:before {
  content: '\f103';
}

/* Galleries */
.entry-content .gallery {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 15px;
}
.entry-content .gallery:before, .entry-content .gallery:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.entry-content .gallery:after {
  clear: both;
}

.gallery-item {
  position: relative;
  margin-bottom: 10px;
}
.gallery-item img {
  width: 100%;
}

.gallery-item figcaption {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  width: 96%;
  padding: 10px;
  color: #fff;
}

.gallery-columns-1 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-1 .gallery-item {
    float: left;
    width: 100%;
  }
}

.gallery-columns-2 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    float: left;
    width: 50%;
  }
}

.gallery-columns-3 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    float: left;
    width: 33.33333%;
  }
}

.gallery-columns-4 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-4 .gallery-item {
    float: left;
    width: 25%;
  }
}

.gallery-columns-5 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    float: left;
    width: 20%;
  }
}

.gallery-columns-6 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-6 .gallery-item {
    float: left;
    width: 16.66667%;
  }
}

.gallery-columns-7 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-7 .gallery-item {
    float: left;
    width: 14.28571%;
  }
}

.gallery-columns-8 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-8 .gallery-item {
    float: left;
    width: 12.5%;
  }
}

.gallery-columns-9 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-9 .gallery-item {
    float: left;
    width: 11.11111%;
  }
}

/* -----------------------------------------
	Pagination
----------------------------------------- */
#paging {
  margin-bottom: 50px;
  text-align: right;
}
#paging ul {
  display: block;
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#paging ul li {
  display: inline-block;
}
#paging a,
#paging > span,
#paging li span {
  display: inline-block;
  line-height: normal;
  padding: 6px 11px;
  font-size: 14px;
  background: #E7E7E7;
  color: #424242;
  border: none;
}
#paging > span.current,
#paging li span.current,
#paging a:hover {
  text-decoration: none;
  background: #424242;
  color: #FFF;
}

/* -----------------------------------------
	Related Items
----------------------------------------- */
.related {
  margin-bottom: 50px;
}
.related h3 {
  margin-bottom: 20px;
}
.related .item {
  height: 300px;
}

.row.joined {
  margin: 0;
}
.row.joined [class*=col] {
  padding: 0;
}

/* -----------------------------------------
	Grid Item Listing
----------------------------------------- */
.full .container {
  width: 100%;
  padding: 0;
}

.item {
  height: 350px;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 1199px) {
  .item {
    height: 300px;
  }
}
.item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
  position: relative;
  padding: 15px;
  overflow: hidden;
}
.item a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.55) 50%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.55) 50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.item a:hover:after {
  opacity: 1;
}
.item a:hover .item-title {
  opacity: 1;
  top: 50%;
  z-index: 2;
}

.item-title {
  position: absolute;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  font-style: italic;
  font-size: 16px;
  text-align: center;
  top: 60%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  -webkit-transition: top 0.35s ease, opacity 0.25s ease;
  transition: top 0.35s ease, opacity 0.25s ease;
}

#load-more, .load-more > a {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  height: 50px;
  font-size: 16px;
  padding: 11px 0 0;
}
#load-more:hover, .load-more > a:hover {
  text-decoration: none;
}

/*
ACF Builder Blocks
*/




.hero {
    width: 100%;
    height: 50vh;
    min-height: 400px;
    display: block;
    background: #efeff0;
    background-position: center;
    background-size: cover;
}

.hero.home {
    height: 65vh;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.hero.home:after {
    z-index: 10;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(39, 99, 71, 0.23);
}

.hero.home .display-tagline {
    z-index: 15;
}

.hero.home video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: 1600px;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
}

@media (max-width:1400px) {
    .hero.home video { width: 1400px; }
}

@media (max-width:1200px) {
    .hero.home video { width: 1200px; }
}

@media (max-width:1100px) and (orientation: portrait) {
    .hero.home video { height: 100%; width: auto; }
}
@media (max-width:1100px) and (orientation: landscape) {
    .hero.home video { width: 1000px; }
}
@media (max-width:767px) {
    .hero.home video, .hero.home:after { display: none; }
}

.page-template-template-contact .content-wrap {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.hero.contact {
    height: calc(100vh - 60px);
    display: table;
    background: none;
}

.hero.contact > div.row {
    display: table-cell;
    vertical-align: middle;
}

.display-heading h1 {
    font-size: 30px;
    font-family: Times New Roman, sans-serif;
    text-transform: inherit;
    font-style: italic;
    color: #fff;
    -webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
    margin: 0px !important;
}

.display-heading {
    position: absolute;
    top: 0px;
    margin-top: 35px;
    margin-left: 35px;
}

.display-heading hr {
    margin: 10px 0;
}

.display-tagline {
    position: absolute;
    bottom: 0px;
    margin-bottom: 35px;
    margin-left: 35px;
}

.display-tagline h1, .display-tagline h2 {
    font-size: 70px;
    line-height: 0.8em;
    color: #ffffff;
    font-weight: 900;
}
.display-tagline h2 {
    margin-bottom: 0px;
}

.display-tagline p {
    color: #ffffff;
    font-size: 1.3em;
    line-height: 1.3em;
    width: 100%;
    max-width: 500px;
    margin: 20px 0 30px;
}

.lead-in {
    width: 100%;
    height: 30vh;
    /*min-height: 300px;*/
    display: block;
    background-position: center;
    background-size: cover;
}

.lead-in-links {
    position: absolute;
    right: 15px;
    top: 15px;
    margin: 30px;
    max-width: 250px;
}

.lead-in h3, .text-col h2 {
    margin-bottom: 5px;
}
.lead-in p, .text-col p {
    font-size: 1.2em;
}

.full-image-col {
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.text-col-wrapper {
    min-height: 500px;
}

.text-col {
    min-height: 500px;
    padding: 30px;
    display: table;
}

.with-bg {
    background: #f3f3f4;
}

.with-bg-left {
    background: #f3f3f4;
    padding-right: 0px;
}

.with-bg-right {
    background: #f3f3f4;
    padding-left: 0px;
}

.text-col-inner {
    display: table-cell;
    vertical-align: middle;
}

/* .text-col div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90%;
} */

.page-content {
    padding: 60px 30px;
}

.highlight-copy, .entry-excerpt {
    font-family: Times New Roman, serif;
    font-size: 1.5em;
    line-height: 1.5em;
    font-style: italic;
}

.highlight-copy.keyline:before, .highlight-copy.keyline:after {
    content: "";
    width: 30%;
    height: 1px;
    background: #949494;
    display: block;
    line-height: 1px;
    font-size: 1px;
}
.highlight-copy:before { margin-bottom: 25px; }
.highlight-copy:after { margin-top: 25px; }

.highlight-copy h6 {
    font-family: Arial, sans-serif;
    font-weight: normal;
    text-transform: inherit;
    color: #585858;
}

.image-highlight {
    background-size: cover;
    background-position: center center;
}

.colour-highlight, .image-highlight {
    min-height: 340px;
}

.colour-highlight h2, .image-highlight h2 {
    font-size: 3em;
    line-height: 0.9em;
}

.colour-highlight.slider {
    padding: 60px 80px 30px;
    min-height: auto;
}

.colour-highlight.slider h2 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 40px;
}

.thumb {
    height: 150px;
    background-size: cover;
    background-position: center;
}

.news-thumb {
    height: 300px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.grey-highlight {
    background: #f3f3f4;
}

.row.grey-highlight.sub-pages, .row.grey-highlight.news {
    padding: 30px 30px 0;
}

.sub-pages h3 {
    text-align: center;
    margin-bottom: 30px;
}

.page-tile {
    background: #fff;
    margin-bottom: 30px;
}

.page-tile:hover {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}

.page-tile .inner {
    padding: 15px;
}

.page-tile br {
    display: none;
}

.contact-container, .error-container {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 30px 0;
    min-width: 550px;
}

.frm_forms.with_frm_style {
    padding-bottom: 20px;
}

.contact-container .display-heading {
    margin: 0;
    position: relative;
    top: initial;
    display: inline-block;
    margin-bottom: 10px;
}

.contact-container .display-heading h1 {
    color: #000;
}
.contact-container .display-heading hr {
    border-top-color: #000;
}

.contact-details i {
    font-size: 1.5em;
    line-height: 30px;
    color: #007b4b;
}

.contact-details a {
    text-decoration: none;
    border: none;
}

.contact-details {
    font-size: 1.3em;
    margin-bottom: 10px;
    line-height: 30px;
}

.frm_submit, .form-legal {
    float: left;
}

.frm_submit input {
    margin: 0!important;
}

.form-legal {
    font-size: 0.8em;
    line-height: 1.2em;
    color: #888;
}

.home-contact-form {
    padding: 30px 30px 0;
}

.home-contact-form #frm_field_89_container {
    width: 66%;
    float: left;
    clear: none;
}

.home-contact-form #frm_field_96_container {
    width: 33%;
    float: right;
    clear: none;
}

.home-contact-form textarea#field_i7ys93 {
    max-height: 160px;
    height: 160px;
}

.unslider li, .unslider h3 {
    color: #fff;
}

.full-image-col {
    position: relative;
}
.highlight-image-link {
    width: 100%;
    height: 100%;
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px;
}

.enlarger {
    position: absolute;
    left: 20px;
    bottom: 20px;
    opacity: 0.5;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.highlight-image-link:hover .enlarger {
    opacity: 1;
}

/* ------  Row Margins  ------ */
.hero.home, .lead-in, .full-image-col, .colour-highlight, .grey-highlight.news {
    margin-bottom: 15px;
}
.small-margin:first-child {
    padding-right: 7.5px!important;
}
.small-margin:last-child {
    padding-left: 7.5px!important;
}

.entry.post {
    margin: 60px 0 0;
}

/* -----------------------------------------
	Footer
----------------------------------------- */
#colophon {
  position: absolute;
  bottom: 0;
  padding: 0 30px 30px;
  font-size: 12px;
  width: 100%;
  text-align: center;
}
#colophon, #colophon a {
    color: #777777;
}
#colophon a:hover {
    color: #383838;
}
.admin-bar #colophon {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  
}
#colophon .widget {
  margin-bottom: 0;
}

.credits {
  margin: 5px 0 0;
}

/* -----------------------------------------
   Comments
----------------------------------------- */
#comments {
  margin: 35px 0 0;
}

#comment-list {
  margin: 0;
  padding: 0;
}
#comment-list ol, #comment-list ul {
  padding: 0 0 0 25px;
}
@media (max-width: 767px) {
  #comment-list ol, #comment-list ul {
    padding: 0;
  }
}

.post-comments {
  margin: 0 0 20px;
}
.post-comments ol, .post-comments ul {
  list-style: none;
}
.post-comments .avatar {
  float: left;
  overflow: hidden;
  margin: 0 15px 0 0;
}
.post-comments .edit-link {
  opacity: 0.8;
  margin-left: 10px;
}

.comment-body {
  margin: 0 0 25px;
}

.comment-metadata {
  font-size: .857142857em;
}

.comment-content {
  margin: 5px 0 0 79px;
}

a.comment-reply-link {
  padding: 3px 9px;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0 0 0 79px;
}
a.comment-reply-link:hover {
  text-decoration: none;
}

.comment-reply-title small {
  font-size: 0.6em;
}

.form-allowed-tags {
  font-size: .857142857em;
}

/* Theme Specific Comment Styling */
.post-comments h3 {
  margin-bottom: 25px;
}

.comment-metadata a,
.comment-notes {
  color: #969595;
}

/* -----------------------------------------
	Widgets
----------------------------------------- */
.sidebar {
  color: #222222;
}
.sidebar a {
  color: #222222;
}
.sidebar a:hover {
  color: #101010;
  text-decoration: none;
}
.sidebar .widget {
  font-size: 12px;
}

.widget {
  margin-bottom: 25px;
}

.widget-title {
  color: white;
  font-size: 17px;
  margin: 0 0 5px;
}

#sidebar .widget:last-child {
  margin-bottom: 0;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul li {
  padding: 5px 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
  display: block;
  margin: 0;
}

.widget ul ul.children li:first-child {
  border-top: 1px dotted #e5e5e5;
}

.widget ul ul.children li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.widget ul.children {
  margin-top: 5px;
}

.widget ul.children li {
  padding-left: 15px;
}

/* WIDGET: #Ads125
========================================= */
#ads125, .ads125 {
  margin: 0;
  padding: 0;
  list-style: none;
}

#ads125 li,
.ads125 li {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  float: left;
  margin: 0 15px 10px 0;
  padding: 0;
  max-width: 125px;
}

/* WIDGET: #Search
========================================= */
.searchform {
  line-height: 1;
  position: relative;
}

.searchform > div {
  position: relative;
  line-height: 1;
}

.searchform .screen-reader-text {
  display: none;
}

.searchform [type=text] {
  border-radius: 0;
  margin: 0;
  width: 100%;
  font: inherit;
  line-height: normal;
  height: 40px;
}
.sidebar .searchform [type=text] {
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.sidebar .searchform [type=text]:focus {
  border-color: #FFF;
}

.searchsubmit {
  font-size: 14px;
  line-height: 0;
  padding: 3px 11px 2px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  background: none;
}
.searchsubmit:hover {
  background: none;
}
.sidebar .searchsubmit {
  color: rgba(255, 255, 255, 0.3);
}

.sidebar ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.sidebar :-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.sidebar ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.sidebar :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

/* WIDGET: #Flickr
========================================= */
.flickr_badge_image {
  float: left;
  margin: 0 15px 15px 0;
}
.flickr_badge_image a {
  display: block;
  line-height: 0;
}

/* WIDGET: #About
========================================= */
.widget_about {
  margin-top: -5px;
}
.widget_about .alignleft {
  float: left;
  margin: 5px 10px 6px 0;
}
.widget_about .alignright {
  float: right;
  margin: 5px 0 6px 10px;
}

/* WIDGET: #Text Widget
========================================= */
.widget_text p:last-child {
  margin-bottom: 0;
}

/* WIDGET: #Twitter
========================================= */
.widget_ci_twitter_widget ul li {
  margin-bottom: 12px;
}
.widget_ci_twitter_widget .twitter-time {
  display: block;
  font-size: 0.85em;
}

/* WIDGET: #Calendar
================================================== */
#wp-calendar {
  width: 100%;
}
#wp-calendar a {
  font-weight: bold;
  font-style: italic;
}
#wp-calendar caption {
  text-align: left;
  margin-top: 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
  padding: 9px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  padding: 8px;
}
#wp-calendar tbody td {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 3px;
}
#wp-calendar tbody td:hover {
  background: rgba(0, 0, 0, 0.1);
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* WIDGET: #Social Icons
========================================= */
.social-icon i {
  font-size: 24px;
  display: inline-block;
  margin-right: 3px;
}

.social-icon:hover i {
  opacity: 1;
}

.ci-socials-ignited-fa a {
  -webkit-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
  opacity: 0.5;
  margin-right: 4px;
  line-height: 1;
}
.ci-socials-ignited-fa a:hover {
  opacity: 1;
}

/* ----------------------------------------------
	Helpers, WordPress Defaults, Generic Items
---------------------------------------------- */
/* WordPress Generated Classes
=================================== */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

table {
  width: 100%;
  margin-bottom: 20px;
}

/* -----------------------------------------
   MOBILE MENU
----------------------------------------- */
/* -----------------------------------------
	External Plugins
----------------------------------------- */
/* Flexslider */
.flexslider {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
}

.flex-direction-nav a {
  width: 30px;
  height: 45px;
  top: 50%;
  margin: -35px 0 0 0;
  opacity: 0.5;
  text-shadow: none;
  background: #e7e7e7;
  text-align: center;
}
.flex-direction-nav a:hover {
  opacity: 1;
  color: #585858;
}

.flex-direction-nav a:before {
  font-family: FontAwesome;
  content: '\f104';
  font-size: 17px;
  position: relative;
  top: 8px;
}

.flex-direction-nav a.flex-next:before {
  content: '\f105';
  left: -10px;
}

.flex-direction-nav a.flex-next {
  right: 0;
}

.flex-direction-nav a.flex-prev {
  left: 0;
}

.flexslider:hover .flex-prev {
  left: 0;
}
.flexslider:hover .flex-next {
  right: 0;
}

/* Infinite Scrolling Loader */
#infscr-loading {
  font-size: 13px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 1;
  background: rgba(43, 43, 43, 0.5);
  padding: 0;
  margin: 0;
  font-style: normal;
  z-index: 10;
  line-height: 1.5;
}
#infscr-loading img {
  display: none;
}
#infscr-loading em {
  font-style: normal;
}
#infscr-loading > div {
  position: absolute;
  width: 266px;
  padding: 95px 30px 50px;
  top: 50%;
  left: 50%;
  margin-left: -133px;
  margin-top: -120px;
  border-radius: 2px;
  letter-spacing: 0.04em;
}
#infscr-loading > div:before {
  content: "";
  width: 32px;
  height: 31px;
  z-index: 5;
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -19px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Jetpack Sharing */
div.sharedaddy {
  margin: 0 0 30px;
}

div.sharedaddy div.sd-block {
  border: none !important;
}

div.sharedaddy .sd-content {
  float: none !important;
  width: 100% !important;
}

/* Jetpack Comments */
.comment-subscription-form {
  margin-bottom: 5px;
  color: #969595;
}


/* Bootstrap Over-rides */

.container {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.featherlight:last-of-type {
    background: rgba(232, 232, 232, 0.9)!important;
}

@media screen and (min-width: 1340px) {
    .unslider-arrow.next { left:auto!important; right: -60px!important; }
    .unslider-arrow { left: -60px!important; width: 60px!important; height: 60px!important; }
    
}
@media screen and (min-width: 1340px) and (min-height: 800px) {
    .page-tile .thumb { height: 250px;}
}

@media screen and (max-width: 1339px) {
    .sidebar { width: 220px; }
    .content-wrap { width: calc(100% - 220px); margin-left: 220px; }
    #left { left: 220px; }
}

@media screen and (max-width: 1199px) {
    .display-tagline h1, .display-tagline h2 { font-size: 60px; }
    .lead-in-links { max-width: 40%; bottom: 0; right: 15px; margin: 15px; }
}

@media screen and (max-width: 1000px) {
    .sidebar { width: 200px; }
    .content-wrap { width: calc(100% - 200px); margin-left: 200px; }
    #left { left: 200px; }
}

@media screen and (max-height: 840px) {
    .brand.imglogo {
        margin: 0;
    }
}

/*   Small Short Wide Screen styles   */
@media screen and (min-width: 768px) and (max-height: 800px) {
    #nav { margin: 0; }

    .sidebar #masthead { padding: 20px 50px; }

    #navigation a { padding: 7px 0 7px 20px; }

    #navigation > li ul a { padding-left: 28px; }

    #colophon { padding-bottom: 10px!important; }
    
    .hero-copy, .lead-in-links p { display: none}
    
    .lead-in-links {
        max-width: 40%;
        bottom: auto;
        top: 15px;
        right: 15px;
        margin: 15px;
    }
}

@media (min-width: 992px) {
  .mobile-trigger {
    display: none;
  }
}

@media (max-width: 991px) {
    .contact-container, .error-container {
        min-width: 80%;
    }
    .display-tagline h1, .display-tagline h2 { font-size: 48px; }
    .page-content { padding: 30px 15px 0; }
    .text-col {
        min-height: initial;
        margin-bottom: 15px;
    }
    .text-col-wrapper { min-height: initial; }
    .full-image-col { min-height: 300px!important; margin-bottom: 0; }
    .with-bg-right { padding-left: 15px; }
    
    .head-wrap {
    width: 100%;
    display: none;
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
    }
    
    #left { left: 0px; }
    #left, #right { width: 15px; }
    #top, #bottom { height: 15px; }

    .content-wrap {
        width: 100%;
        float: none;
        margin: 0;
        padding: 80px 15px 15px;
    }

    .page-template-template-contact .content-wrap {
        background-image: none!important;
    }

    .sidebar {
        width: 100%;
        position: fixed;
        height: auto;
        padding-bottom: 0px;
        background: #ffffff;
        z-index: 100;
    }

    .sidebar #masthead {
        padding: 15px;
    }

    .brand.imglogo img {
        height: 50px;
    }

    .brand.imglogo {
        font-size: 1px;
        line-height: 1px;
        text-align: left;
        margin-bottom: 0px;
    }
    
    #colophon {
        position: static;
    }

    #navigation a {
        padding: 10px 15px;
    }

    .hero.home {
        height: 60vh;
        min-height: initial;
    }

    .hero {
        min-height: 275px;
        height: 30vh;
    }
    
    .hero.contact {
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        background: #ffffff;
        height: initial;
    }

    .hero.contact > div.row {
        vertical-align: top;
    }

    .page-tile .thumb {
        height: 250px;
    }

    .display-tagline h1, .display-tagline h2 {
        font-size: 44px;
        line-height: 0.9em;
    }

    h2 {
        font-size: 25px;
        line-height: 1em;
    }

    .display-heading {
        margin-top: 15px;
        margin-left: 15px;
    }

    .display-tagline {margin: 0 30px 15px;left: 0;right: 0;}
    
}

@media (max-width: 767px) {

    .hero-copy, .lead-in-links p { display: none}
    
    .highlight-copy, .entry-excerpt {
        font-size: 1.3em;
        line-height: 1.3em;
    }
    
    .lead-in {
        min-height: initial;
    }

    .lead-in-links {
        max-width: 40%;
        bottom: auto;
        top: 15px;
        right: 15px;
        margin: 15px;
    }

    #form-lightbox {
        min-width: initial;
        width: 95%;
    }

    .text-col {
        padding: 15px;
    }

    .row.grey-highlight.sub-pages, .row.grey-highlight.news, .home-contact-form {
        padding: 15px 15px 0;
    }

    .page-tile {
        margin-bottom: 15px;
    }

    .home-contact-form #frm_field_89_container, .home-contact-form #frm_field_96_container {
        width: 100%;
        float: none;
        clear: both;
    }

    .news-thumb {
        height: 200px;
    }

    .frm_forms.with_frm_style {
        padding-bottom: 15px;
    }

    .frm_style_formidable-style.with_frm_style .form-field.frm_submit  {
        margin-bottom: 0px;
    }

    .colour-highlight.slider h2 {
        font-size: 1.8em;
    }

    .colour-highlight.slider {
        padding: 15px 40px;
        min-height: initial;
    }

    .contact-container, .error-container {
        min-width: initial;
        padding: 15px 15px 0;
    }

    footer#colophon #text-2 {
        display: none;
    }

}

@media (max-width: 479px) {
    .display-tagline h1, .display-tagline h2 { font-size: 30px; }
    .display-heading h1 { font-size: 20px; }
    .lead-in h3 { font-size: 20px; }
    .CTA { padding: 8px 16px; font-size: 12px; }
    .hero {
        min-height: 240px;
        height: 30vh;
    }
}
