/***************************************************************
 GENERAL STYLES & SITE STRUCTURE
***************************************************************/
body {
  background:#fff !important;
  font-family:'Raleway', Arial, Helvetica, sans-serif !important;
  font-weight:200 !important;
  font-size:16px !important;
  color:#000 !important;
  line-height:1.8em !important;
}
.clear {
  clear:both;
}
.section {
  padding:80px 0;
}

#marketingcheckbox, #gdprcheckbox {
  float:left;
}

#marketinglabel, #gdprlabel {
  width:95% !important;
  font-size:15px !important;
  margin-top:0 !important;
  margin-left:20px;
}

#agreeToTerms {
  background-color: #f2dede;
  border:1px solid red;
  color:red;
  padding:10px;
  width: 100% !important;
}

#privacypolicyspan {
  display:block;
  margin-top:10px;
}

.section30 {
    padding: 30px 0;
}

.section.grey, .section30.grey {
  background:#e3e3e3;
}
.section.light-grey {
  background:#efefee;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
.section.no-padding-bottom, .section30.no-padding-bottom {
  padding-bottom:0;
}
.section.small-padding-bottom {
  padding-bottom:35px;
}
.section.no-padding-top {
  padding-top:0;
}
.section.light-grey h2 {
  margin-top:0;
}
h2 {
  font-weight:800;
  color:#304c3a;
  font-size:32px;
  margin:30px 0 15px 0;
}
h2.page-title {
  text-align:center;
  display:block;
  width:100%;
  margin-bottom:40px;
}
h2.page-title.cut {
  margin-bottom:25px;
}
h3 {
  margin-bottom:10px;
  font-weight:600;
}
.more-button {
  padding:15px 45px;
  background:#d3c53f;
  color:#262626;
  text-align:center;
  display:inline-block;
  margin-top:25px;
  font-size:14px;
  font-weight:700;
}
.more-button:hover {
  opacity:0.8;
}
.subtitle {
  margin:0 auto;
  text-align:center;
  width:50%;
}

strong {
  color:#304c3a;
}

.header-wrapper {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  z-index:99999;
}
.header-wrapper .header {
  background:white;
  border-top:5px solid #d3c53f;
  height:171px;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.25);
}
.header-wrapper .header .logo {
  padding:15px;
  float:left;
}
.header-wrapper .header .logo img {
  height:80px;
}
.header-wrapper .header .navbar {
  list-style:none;
  padding:0;
  margin:0;
  display:block;
  width:100%;
  border-top:1px solid #ccc;
  float:left;
}
.header-wrapper .header .navbar li {
  float:left;
  margin:4px;
}

.header-wrapper .header .navbar li:first-child {
  margin-left:15px;
}

.header-wrapper .header .navbar li a {
  padding:10px 35px;
  font-size:18px;
  display:block;
  letter-spacing:-0.01em;
  font-weight:600;
  border-radius:8px;
  color:#304c3a;
}
.header-wrapper .header .navbar li a:hover {
  background:#efefee;
  color:#304c3a;
}
.header-wrapper .header .navbar li.active a {
  background:#d3c53f;
  border-radius:8px;
}
.header-wrapper .header .navbar li.active a:hover {
  color:#000;
}
.header-wrapper .header div.social-icons {
  float:right;
  margin-right:10px;
  margin-top:14px;
}
.header-wrapper .header div.social-icons a {
  display:inline-block;
  -webkit-border-radius:50%;
  border-radius:50%;
  -moz-border-radius:50%;
  background:#304c3a;
  width:33px;
  height:33px;
  padding:0;
  margin:0;
  text-align:center;
  line-height:33px;
  color:#fff;
  font-size:17px;
}

a.telephone, a.email {
  font-size:17px;
  color:#304c3a;
  font-weight:bold;
  float:right;
}
a.email {
  margin-right:25px;
}

.header-wrapper .header div.social-icons a i {
  color:#fff;
  margin-right:0;
}

.header-wrapper .header li.social-icons a:hover {
  color:#fff;
  opacity:0.8;
}

.image-slider {
  background:#000;
  position:relative;
}
.image-slider .main-image {
  opacity:0.75;
  height:900px;
  overflow:hidden;
}
.image-slider .main-image .cycle-prev, .image-slider .main-image .cycle-next {
  position:absolute;
  left:25px;
  top:0;
  bottom:0;
  z-index:999999;
  color:white;
  height:70px;
  font-size:70px;
  margin:auto;
  cursor:pointer;
}
.image-slider .main-image .cycle-next {
  left:auto;
  right:25px;
}
.image-slider img {
  width:100%;
}
.image-slider .caption {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width:950px;
  height:147px;
  margin:auto;
  z-index:99999;
}
.image-slider .caption h1 {
  margin:0;
  padding:0;
  font-weight:800;
  color:#fff;
  font-size:60px;
  text-align:center;
  line-height:65px;
}

/* Small image slider used on sub pages */
.image-slider-small {
  background:#000;
  position:relative;
}
.image-slider-small .main-image {
  opacity:0.75;
  height:600px;
  overflow:hidden;
}
.image-slider-small .main-image .cycle-prev, .image-slider-small .main-image .cycle-next {
  position:absolute;
  left:25px;
  top:357px;
  bottom:0;
  z-index:999999;
  color:white;
  height:70px;
  font-size:70px;
  margin:0 auto;
  cursor:pointer;
}
.image-slider-small .main-image .cycle-next {
  left:auto;
  right:25px;
}
.image-slider-small img {
  width:100%;
  height:100%;
}
.image-slider-small .caption {
  position:absolute;
  top:335px;
  bottom:0;
  left:0;
  right:0;
  width:950px;
  height:147px;
  margin:0 auto;
  z-index:99999;
}
.image-slider-small .caption h1 {
  margin:0;
  padding:0;
  font-weight:800;
  color:#ffe001;
  font-size:60px;
  text-align:center;
  line-height:60px;
}



.intro-boxes .text {
  font-size:15px;
  font-weight:300
}

.companies-list {
  margin-top:35px;
  overflow:hidden;
}
.companies-list.our-companies-page {
  margin-top:0;
}
.companies-list .col {
  width:23.7%;
  margin:1%;
  margin-right:0;
  background:#bbb;
  float:left;
  height:340px;
  display:block;
  position:relative;
  overflow:hidden;
  -webkit-transition:all 0.2s;
  transition:all 0.2s;
  -moz-transition:all 0.2s;
}
.companies-list .col:last-child {
  margin-right:1%;
}
.companies-list.our-companies-page .col {
  width:100%;
  margin:0;
  margin-bottom:30px;
  height:400px;
}
.companies-list .col .background-image {
  height:100%;
}
.companies-list .col .content {
  width:100%;
  position:absolute;
  padding:25px;
  bottom:0;
  left:0;
  color:#fff;
  z-index:99999;
  letter-spacing: 0.02em;
  padding-top:50px;
  -webkit-transition:all 0.2s;
  transition:all 0.2s;
  -moz-transition:all 0.2s;
  opacity:1;
  
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0+0,0.54+19,0.86+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 20%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 20%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 20%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#db000000',GradientType=0 ); /* IE6-9 */
}
.companies-list .col:hover .content {
  opacity:0;
  -webkit-transition:all 0.2s;
  transition:all 0.2s;
  -moz-transition:all 0.2s;
}
.companies-list .col .overlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(48,76,58,0.8);
  color:#fff;
  text-align:center;
  padding:75px 25px;
  
  -webkit-transition:all 0.5s;
  transition:all 0.5s;
  -moz-transition:all 0.5s;
  opacity:0;
  z-index:99999;
}
.companies-list .col .overlay h3 {
  margin-bottom:10px;
}
.companies-list .col .overlay .main-btn {
  display:inline-block;
  margin:10px 0;
  background:#fff;
  padding:5px 20px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  clear:both;
  font-weight:700;
  font-size:14px;
}
.companies-list .col .overlay .main-btn:hover {
  background:#d3c53f;
}
.companies-list .col:hover .overlay {
  -webkit-transition:all 0.5s;
  transition:all 0.5s;
  -moz-transition:all 0.5s;
  opacity:1;
}
.companies-list .col .content h3 {
  margin-bottom:5px;
}
.companies-list .col .content .url {
  font-size: 15px;
  letter-spacing: 0.02em;
}


.footer {
  padding:40px 0;
  border-top:1px solid #ccc;
  font-size:13px;
  line-height:24px;
  font-weight:400;
  color:#3e3c3e;
  background:#e6e6e6;
  font-feature-settings: 'lnum' 1;
}
.footer h4 {
  margin:0;
  margin-bottom:10px;
  padding:0;
  font-size:15px;
  color:#3e3c3e;
}
.footer .space {
  padding:4px 0;
}
.footer a {
  display:block;
}
.footer .col {
  margin-right:120px;
  float:left;
}
.footer .social-icons a {
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  background: #304c3a;
  width: 33px;
  height: 33px;
  padding: 0;
  margin-right: 3px;
  text-align: center;
  line-height: 33px;
  color: #fff;
  font-size: 17px;
}
.footer .social-icons a:hover {
  color:#fff;
  opacity:0.9;
}
.copyright {
  padding:20px 0;
  border-top:1px solid #ccc;
  font-size:13px;
  font-weight:400;
  font-feature-settings: 'lnum' 1;
  color:#3e3c3e;
  line-height:24px;
  border-bottom:8px solid #d3c53f;
  background:#e6e6e6;
}


.news-item .image-container {
  height:170px;
  overflow:hidden;
}
.news-list .news-item {
  margin-bottom:30px;
  display:block;
}
.news-item .news-image {
  width:100%;
}
.news-item .content {
  background:#d3c53f;
  padding:20px 25px;
  color:#242424;
}
.news-item h3 {
  margin:0;
  font-size:18px;
  line-height:25px;
  padding-bottom:10px;
}
.news-item .date {
  display:block;
  font-weight:400;
  font-size:14px;
  font-feature-settings: 'lnum' 1;
}

.header .right {
  padding:15px;
  font-size:14px;
  letter-spacing:0.02em;
  font-feature-settings: 'lnum' 1;
}
.header .right span, .header .right a {
  margin-left:35px;
}
.header .right span i.fa, .header .right a i.fa {
  margin-right:5px;
  color:#304c3a;
}
.header .search-panel {
  display:block;
  margin-top:11px;
  text-align:right;
  position:relative;
  float:right;
  clear:right;
}
.header .search-panel input[type=text] {
  padding:5px 13px;
  font-size:14px;
  border:1px solid #ccc;
  -webkit-border-radius:5px;
  -webkit-border-radius:5px;
  width:250px;
  height:40px;
}
.header .search-panel input[type=text]:focus {
  box-shadow:none;
  outline:none;
  border:1px solid #808080;
}
.header .search-panel button {
  position:absolute;
  right:0;
  top:0;
  -webkit-border-top-right-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  outline:none;
  border:0;
  height:100%;
  width:45px;
  background:rgb(91,89,91);
  color:#fff;
  font-size:16px;
}
.header .search-panel button:hover {
  background:#262626;
}

.pad-img-top {
  margin-top:50px;
}
.small-pad-img-top {
  margin-top:40px;
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color:#304c3a;
  border-color:#304c3a;
}
.pagination>li>a, .pagination>li>span {
  color:#304c3a;
}


form.form-style label {
  display:block;
  font-size:14px;
  font-weight:300;
}
form.form-style input[type=text], form.form-style textarea {
  display:block;
  width:100%;
  padding:7px 10px;
  margin-bottom:15px;
  border:1px solid #d4d4d4;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
form.form-style .submit-button {
  display:inline-block;
  background:#d3c53f;
  padding:10px 25px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  clear:both;
  font-weight:700;
  font-size:14px;
  border:0;
  outline:none;
  color:#000;
  margin-top:5px;
}
form.form-style .submit-button:hover {
  opacity:0.9;
}

.contactBoxes {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.contact-box {
  padding:10px;
  background:#e6e6e6;
  border:1px solid #ccc;
  text-align:center;
  margin-top:15px;
  font-feature-settings: 'lnum' 1;
}
.contact-box h3 {
  margin-top:0;
  margin-bottom:8px;
  font-size:17px;
}
.contact-box span {
  display:block;
  font-size:14px;
}
.contact-box span .fa {
  margin-right:5px;
}





/* Google maps card styles - COPIED */
.gm-style .place-card div,
.gm-style .place-card a,
.gm-style .default-card div,
.gm-style .default-card a {
  color: #5B5B5B;
  font-family: Roboto, Arial;
  font-size: 12px;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text
}

.gm-style .place-card,
.gm-style .default-card,
.gm-style .directions-card {
  cursor: default
}

.gm-style .place-card-large {
  padding: 9px 4px 9px 11px
}

.gm-style .place-card-medium {
  width: auto;
  padding: 9px 11px 9px 11px
}

.gm-style .default-card {
  padding: 5px 14px 5px 14px
}

.gm-style .place-card a:link,
.gm-style .default-card a:link,
.gm-style .directions-card a:link {
  text-decoration: none;
  color: #3a84df
}

.gm-style .place-card a:visited,
.gm-style .default-card a:visited,
.gm-style .directions-card a:visited {
  color: #3a84df
}

.gm-style .place-card a:hover,
.gm-style .default-card a:hover,
.gm-style .directions-card a:hover {
  text-decoration: underline
}

.gm-style .place-desc-large {
  width: 200px;
  display: inline-block
}

.gm-style .place-desc-medium {
  display: inline-block
}

.gm-style .place-card .place-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 14px;
  color: black
}

html[dir="rtl"] .gm-style .place-name {
  padding-right: 5px
}

.gm-style .place-card .address {
  margin-top: 6px
}

.gm-style .tooltip-anchor {
  width: 100%;
  position: relative;
  float: right;
  z-index: 1
}

.gm-style .star-entity .tooltip-anchor,
.gm-style .star-entity-medium .tooltip-anchor,
.gm-style .navigate-entity-medium .tooltip-anchor,
.gm-style .navigate .tooltip-anchor {
  width: 50%;
  display: none
}

.gm-style .star-entity:hover .tooltip-anchor,
.gm-style .star-entity-medium:hover .tooltip-anchor,
.gm-style .navigate-entity-medium:hover .tooltip-anchor,
.gm-style .navigate:hover .tooltip-anchor {
  display: inline
}

.gm-style .tooltip-anchor>.tooltip-tip-inner,
.gm-style .tooltip-anchor>.tooltip-tip-outer {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  background-color: transparent;
  position: absolute;
  left: -8px
}

.gm-style .tooltip-anchor>.tooltip-tip-outer {
  border-bottom: 8px solid #CBCBCB
}

.gm-style .tooltip-anchor>.tooltip-tip-inner {
  border-bottom: 8px solid white;
  z-index: 1;
  top: 1px
}

.gm-style .tooltip-content {
  position: absolute;
  top: 8px;
  left: -70px;
  line-height: 137%;
  padding: 10px 12px 10px 13px;
  width: 210px;
  margin: 0;
  border: 1px solid #CBCBCB;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: white
}

html[dir="rtl"] .gm-style .tooltip-content {
  left: -10px
}

.gm-style .star-entity-medium .tooltip-content {
  width: 110px
}

.gm-style .navigate {
  display: inline-block;
  vertical-align: top;
  height: 43px;
  padding: 0 7px
}

.gm-style .navigate-entity-medium {
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin-top: 1px
}

.gm-style .navigate-link {
  display: block
}

.gm-style .place-card .navigate-text,
.gm-style .place-card .star-entity-text {
  margin-top: 5px;
  text-align: center;
  color: #3a84df;
  font-size: 12px;
  max-width: 55px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.gm-style .place-card .hidden {
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden
}

.gm-style .navigate-icon {
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .navigate-icon {
  border: 0
}

.gm-style .navigate-separator {
  display: inline-block;
  width: 1px;
  height: 43px;
  vertical-align: top;
  background: -webkit-linear-gradient(top, #fbfbfb, #e2e2e2, #fbfbfb);
  background: -moz-linear-gradient(top, #fbfbfb, #e2e2e2, #fbfbfb);
  background: -ms-linear-gradient(top, #fbfbfb, #e2e2e2, #fbfbfb);
  background: -linear-gradient(top, #fbfbfb, #e2e2e2, #fbfbfb)
}

.gm-style .star-entity {
  display: inline-block;
  vertical-align: top;
  height: 43px;
  padding: 0 7px
}

.gm-style .star-entity .star-button {
  cursor: pointer
}

.gm-style .navigate-entity .navigate-button {
  cursor: pointer
}

.gm-style .star-entity-medium {
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin-top: 1px
}

.gm-style .star-entity:hover .star-entity-text {
  text-decoration: underline
}

.gm-style .star-entity-icon-large {
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .star-entity-icon-medium {
  width: 17px;
  height: 17px;
  top: 0px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .navigate-entity-icon-medium {
  width: 17px;
  height: 17px;
  top: 0px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .can-star-large {
  position: relative;
  cursor: pointer;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .logged-out-star,
.logged-out-star:hover {
  position: relative;
  cursor: pointer;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .is-starred-large {
  position: relative;
  cursor: pointer;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .can-star-medium {
  position: relative;
  height: 17px;
  top: -2px;
  cursor: pointer
}

.gm-style .is-starred-medium {
  position: relative;
  height: 17px;
  top: -2px;
  cursor: pointer
}

.gm-style .navigate-icon-medium {
  position: relative;
  height: 17px;
  top: -2px;
  cursor: pointer
}

.gm-style .review-box {
  padding-top: 5px
}

.gm-style .place-card .review-box-link {
  padding-left: 8px
}

.gm-style .place-card .review-number {
  display: inline-block;
  color: #e7711b;
  font-weight: 500;
  font-size: 14px
}

.gm-style .rating-star {
  display: inline-block;
  width: 11px;
  height: 11px;
  overflow: hidden
}

.gm-style .directions-card {
  color: #5B5B5B;
  font-family: Roboto, Arial;
  background-color: white;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text
}

.gm-style .directions-card-medium-large {
  height: 71px;
  padding: 10px 11px
}

.gm-style .directions-info {
  padding-left: 25px
}

.gm-style .directions-waypoint {
  height: 20px
}

.gm-style .directions-address {
  font-weight: 400;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: black
}

.gm-style .directions-icon {
  float: left;
  vertical-align: top;
  padding-top: 2px;
  height: 50px;
  width: 20px
}

.gm-style .directions-icon div {
  width: 15px;
  height: 45px;
  overflow: hidden
}

.gm-style .directions-separator {
  position: relative;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 4px;
  background-color: #ccc
}

.gm-style .maps-links-box-exp {
  padding-top: 5px
}

.gm-style .time-to-location-info-exp {
  padding-right: 10px;
  border-right: 1px solid #ccc;
  margin-right: 10px;
  display: inline-block
}

.gm-style .google-maps-link-exp {
  display: inline-block;
  vertical-align: middle
}

.gm-style .time-to-location-text-exp {
  vertical-align: middle
}

.gm-style .place-card-large .only-visible-to-you-exp {
  padding-top: 5px;
  color: #ccc;
  display: inline-block
}

.gm-style .place-card-large .time-to-location-privacy-exp .learn-more-exp {
  color: #ccc;
  text-decoration: underline
}

.gm-style .navigate-icon {
  background-position: 0px 0px
}

.gm-style .navigate:hover .navigate-icon {
  background-position: 48px 0px
}

.gm-style .navigate-icon-medium {
  background-position: 0px 94px
}

.gm-style .navigate-icon-medium:hover {
  background-position: -16px 94px
}

.gm-style .can-star-large {
  background-position: 70px 187px
}

.gm-style .star-button:hover .can-star-large {
  background-position: 48px 187px
}

.gm-style .logged-out-star {
  background-position: 96px 187px
}

.gm-style .star-button:hover .logged-out-star {
  background-position: 96px 187px
}

.gm-style .is-starred-large {
  background-position: 0px 166px
}

.gm-style .rating-full-star {
  background-position: 48px 165px
}

.gm-style .rating-half-star {
  background-position: 35px 165px
}

html[dir="rtl"] .gm-style .rating-half-star {
  background-position: 10px 165px
}

.gm-style .rating-empty-star {
  background-position: 23px 165px
}

.gm-style .directions-icon {
  background-position: 0px 144px
}

.gm-style .hovercard-personal-icon-home {
  background-position: 96px 102px
}

.gm-style .hovercard-personal-icon-work {
  background-position: 96px 79px
}

.gm-style .can-star-medium {
  background-position: 0px 36px
}

.gm-style .can-star-medium:hover {
  background-position: -17px 36px
}

.gm-style .logged-out-star-medium {
  background-position: 36px 36px
}

.gm-style .star-button:hover .logged-out-star-medium {
  background-position: 36px 36px
}

.gm-style .is-starred-medium {
  background-position: 0px 19px
}

.gm-style .info {
  height: 30px;
  width: 30px;
  background-position: 19px 36px
}

.saved-from-source-link {
  margin-top: 5px;
  max-width: 331px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.gm-style .drive-icon-exp {
  background-position: -90px -62px;
  display: inline-block;
  width: 18px;
  height: 16px;
  overflow: hidden;
  margin: 0 auto;
  margin-right: 5px;
  vertical-align: middle
}

.gm-style .star-entity-icon-large-exp {
  width: 42px;
  height: 42px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .can-star-large-exp {
  position: relative;
  cursor: pointer;
  width: 42px;
  height: 42px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .logged-out-star-exp,
.logged-out-star-exp:hover {
  position: relative;
  cursor: pointer;
  width: 42px;
  height: 42px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .is-starred-large-exp {
  position: relative;
  cursor: pointer;
  width: 42px;
  height: 42px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .can-star-large-exp {
  background-position: -46px -46px
}

.gm-style .star-button-exp:hover .can-star-large-exp {
  background-position: -2px -46px
}

.gm-style .logged-out-star-exp {
  background-position: -46px -91px
}

.gm-style .star-button-exp:hover .logged-out-star-exp {
  background-position: -2px -46px
}

.gm-style .is-starred-large-exp {
  background-position: -2px -91px
}

.gm-style .star-button-exp {
  position: absolute;
  right: -10px
}

.gm-style .star-entity-exp .star-button-exp {
  cursor: pointer
}

.gm-style .navigate-icon-exp {
  width: 42px;
  height: 42px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .navigate-icon-exp {
  border: 0
}

.gm-style .navigate-icon-exp {
  background-position: -46px -1px
}

.gm-style .navigate:hover .navigate-icon-exp {
  background-position: -2px -1px
}

.gm-style .navigate-exp {
  display: inline-block;
  vertical-align: top;
  height: 43px;
  padding: 0 7px;
  position: absolute;
  right: -18px
}

.gm-style .icon {
  background-image: url(https://maps.gstatic.com/mapfiles/embed/images/entity11.png);
  background-size: 70px 210px;
}

.fancybox-container {
  height:150px;
  overflow:hidden;
  background:#000;
}
.fancybox-container:hover img {
  opacity:0.7;
}

.mc-field-group label {
  width:250px;
}

.image-grid {
  display:block;
  overflow:hidden;
}
.image-grid .image-container {
  background:#000;
  width:25%;
  float:left;
  overflow:hidden;
  cursor:pointer;
}
.image-grid .image-container img {
  width:100%;
  -webkit-transition:all 0.35s;
  -moz-transition:all 0.35s;
  transition:all 0.35s;
}
.image-grid .image-container:hover img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition:all 0.35s;
  -moz-transition:all 0.35s;
  transition:all 0.35s;
  opacity:0.6;
}

.display_archive {
  font-family:'Raleway', Arial, Helvetica, sans-serif;
  font-size:16px;
  font-feature-settings: 'lnum' 1;
}
.display_archive .campaign {
  margin:4px 0;
  display:block;
}

#mobileNav {
  border-top: 1px solid #ccc;
  text-align: center;
  width: 100%;
  float: left;
  font-size:15px;
  font-weight: 600;
  cursor:pointer;
  padding:8px;
  color: #304c3a;
  displaY:none;
}
#mobileNav:hover {
  background:#efefee;
  color:#304c3a;
}

.newsletter-signup {
  margin-top:40px;
}
.newsletter-signup h2 {
  margin-bottom:25px;
}
.newsletter-signup label {
  font-size: 14px;
  font-weight: 300;
}
.newsletter-signup input {
  font-size: 14px;
  padding: 2px 5px;
  min-width:310px;
  margin: 5px 0;
}
.newsletter-signup input[type=submit] {
  display: inline-block;
  background: #d3c53f;
  padding: 10px 25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  clear: both;
  font-weight: 700;
  font-size: 14px;
  border: 0;
  outline: none;
  color: #000;
  margin-top: 15px;
  outline:none;
  min-width:0;
}
.newsletter-signup input[type=submit]:hover {
  opacity:0.9;
}

.news-item-page .date {
  display:block;
  font-size:15px;
  margin-bottom:20px;
  font-feature-settings: 'lnum' 1;
}