/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  box-sizing: border-box;
}

.gform_wrapper li {
  display: block;
}

.gform_wrapper #input_15_8 {
  margin-top: 2rem;
}

.gform_wrapper #input_25_9 {
  margin-top: 1rem;
}

.gform_wrapper #field_15_8,
.gform_wrapper #field_25_9 {
  margin: 2rem 0;
}

.gform_wrapper #field_15_8 .ginput_container_radio,
.gform_wrapper #field_25_9 .ginput_container_radio {
  display: inline-block;
}

.gform_fields.gform_column {
  display: block;
}

.gform_button {
  text-align: left;
  width: 100%;
  font-weight: 500;
  color: #000000;
  background-color: #f7cf2a;
  padding: 1rem;
  border: none;
  border-radius: 0.5rem;
}

.gform_button i.fa {
  font-size: 1.4rem;
  float: right;
  line-height: 2.2rem;
}

.gform_button:hover {
  background-color: #fae074;
}

.quote-form {
  padding: 1.5rem 2.5rem;
  margin-bottom: 3rem;
  color: #ffffff;
  background-color: #17a155;
  border-radius: 0.5rem;
}

.quote-form .validation_error {
  padding: 1.5rem;
  margin-top: 2rem;
  color: #d8000c;
  background-color: #ffbaba;
  border-radius: 0.5rem;
}

.quote-form .validation_message {
  font-weight: 300;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.quote-form p {
  margin-bottom: 2rem !important;
}

.quote-form ul {
  list-style-type: none !important;
  margin: 0 !important;
}

.quote-form ul li {
  font-weight: 500 !important;
}

.quote-form form {
  margin-top: 2rem;
}

.quote-form form input {
  color: #000000;
  padding: 1rem;
  border: none;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.quote-form form input[type="text"] {
  width: 100%;
}

.quote-form form textarea {
  color: #000000;
  padding: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  border: none;
  border-radius: 0.5rem;
  max-height: 21.1rem;
}

.quote-form .gfield_label {
  font-weight: 500;
}

.quote-form .gform_button {
  width: 100%;
}

.contact-form ::-webkit-input-placeholder {
  color: #000000;
  opacity: 1 !important;
}

.contact-form ::-moz-placeholder {
  color: #000000;
  opacity: 1 !important;
}

.contact-form :-ms-input-placeholder {
  color: #000000;
  opacity: 1 !important;
}

.contact-form input:-moz-placeholder {
  color: #000000;
  opacity: 1 !important;
}

.quote-form ul.gfield_radio {
  width: 100%;
  list-style-type: none;
  margin: 0;
}

.quote-form ul.gfield_radio li {
  display: inline-block;
  margin-left: 2rem;
}

.quote-form ul.gfield_radio li label {
  padding-left: 0.5rem;
}

.page-template-blank {
  background-color: #ffffff;
}

.page-template-blank pre.language-html,
.page-template-blank .gform_wrapper,
.page-template-blank .gform_footer {
  background-color: #ffffff;
  padding: 0 !important;
  margin: 0 !important;
}

.page-template-blank .gform_wrapper {
  background-color: #eaeaea;
  padding: 4rem !important;
}

.page-template-blank .gform_body {
  margin: 0 !important;
}

.page-template-blank .gform_body ul {
  margin: 0 !important;
}

.page-template-blank .gform_body ul li {
  margin-bottom: 2rem !important;
}

.page-template-blank .gform_footer {
  padding: 0 !important;
}

@media (min-width: 768px) {
  .gform_fields.gform_column {
    display: block;
    float: left;
    width: 50%;
  }
  .gform_wrapper #input_25_9 {
    margin-top: 0;
  }
  .gform_wrapper #field_15_8,
  .gform_wrapper #field_25_9 {
    margin-top: 0;
  }
  .gform_wrapper #field_15_8 > label,
  .gform_wrapper #field_25_9 > label {
    margin-bottom: 1rem;
  }
  .quote-form form input[type="text"] {
    width: calc( 100% - 1.25rem);
  }
  .quote-form form textarea {
    width: calc( 100% - 1.25rem);
    margin-left: 1.25rem;
  }
  .quote-form .gform_button {
    float: right;
    width: calc( 50% - 1.25rem);
  }
  #sidebar .quote-form form input {
    margin-bottom: 0rem;
  }
  #sidebar .quote-form form input[type="text"] {
    width: 100%;
  }
  #sidebar .quote-form form textarea {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0rem;
    max-height: 16rem;
  }
  #sidebar .quote-form .gform_button {
    width: 100%;
  }
}

.alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}

.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}

.rounded-corners {
  border-radius: 0.5rem;
}

a {
  color: #1b75bc;
  text-decoration: underline;
}

a:hover {
  color: #1b75bc;
  text-decoration: none;
}

ul {
  list-style-type: disc;
  margin: 0 0 3rem 2rem;
  line-height: 100%;
}

ul.horizontal {
  list-style-type: none;
  margin: 0;
}

ul.horizontal li {
  float: left;
}

ul.horizontal li a {
  display: block;
}

ul.chevrons {
  list-style-type: none;
  margin: 0 0 3rem 0;
}

ul.chevrons li {
  padding-left: 2.5rem;
  margin-bottom: 0.8rem;
}

ul.chevrons li:before {
  content: '\f054';
  font-family: 'FontAwesome';
  display: inline-block;
  width: 2.5rem;
  margin-left: -2.5rem;
  margin-top: 0.1rem;
}

ul.ticks {
  list-style-type: none !important;
  margin: 0 0 3rem 0;
}

ul.ticks li {
  padding-left: 2.5rem;
  margin-bottom: 0.8rem;
}

ul.ticks li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  display: inline-block;
  width: 2.5rem;
  margin-left: -2.5rem;
  margin-top: 0.1rem;
}

ul.ticks.green li:before {
  color: #17a155;
}

ul.ticks.bold li {
  font-weight: 500;
}

ul.ticks.indent {
  margin-left: 3rem;
  margin-right: 3rem;
}

ul.ticks.spaced li {
  margin-bottom: 2rem;
}

.page .lander-row,
.page-template-lander .lander-row {
  margin-bottom: 6rem;
}

.page .lander-cta,
.page-template-lander .lander-cta {
  border-radius: 1rem;
  color: #ffffff;
  padding: 5rem 3rem 3rem 3rem;
  margin-bottom: 6rem;
  background-position: center center;
  background-repeat: no-repeat;
}

.page .lander-cta.yellow,
.page-template-lander .lander-cta.yellow {
  background-color: #f7cf2a;
}

.page .lander-cta.green,
.page-template-lander .lander-cta.green {
  background-color: #17a155;
}

.page .lander-cta .cta-text,
.page-template-lander .lander-cta .cta-text {
  margin-top: 1rem;
  font-size: 4rem;
  font-weight: 400;
}

.page .lander-cta .cta-telephone,
.page-template-lander .lander-cta .cta-telephone {
  font-size: 4.5rem;
  font-weight: 600;
}

.page .the_content .img-responsive,
.page-template-lander .the_content .img-responsive {
  border: 0.1rem solid #cecfd1;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.page .the_content ul,
.page-template-lander .the_content ul {
  list-style-type: none !important;
  margin: 0 0 3rem 0 !important;
}

.page .the_content ul li,
.page-template-lander .the_content ul li {
  padding-left: 2.5rem;
  margin-bottom: 0.8rem;
  font-weight: 500;
}

.page .the_content ul li:before,
.page-template-lander .the_content ul li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  display: inline-block;
  width: 2.5rem;
  margin-left: -2.5rem;
  margin-top: 0.1rem;
  color: #17a155;
}

.page .lander-row,
.page .lander-cta {
  margin-bottom: 2rem;
}

.ul-horizontal ul {
  line-height: 100%;
  list-style-type: none !important;
  margin: 0 !important;
}

.ul-horizontal ul li {
  float: left;
}

.ul-horizontal ul li a {
  display: inline-block;
}

.ul-horizontal.chevron-right ul {
  margin: 0 0 3rem 0;
}

.ul-horizontal.chevron-right ul li {
  float: left;
  padding: 0 0 0 1.5rem;
  margin: 0 1rem 0.8rem 0;
  font-weight: 500;
}

.ul-horizontal.chevron-right ul li:before {
  content: '\f054';
  font-family: 'FontAwesome';
  font-size: small;
  display: inline-block;
  width: 1.5rem;
  margin-left: -1.5rem;
  color: #1b75bc;
}

hr.divider {
  border: none;
  margin: 0 0 3rem 0;
}

hr.divider.solid {
  border-top: 0.5rem solid #efefef;
}

iframe {
  margin-bottom: 2rem;
}

.icon-list {
  width: 100%;
  font-weight: 500;
  font-size: 2rem !important;
}

.icon-list .icons {
  margin: 0 !important;
  list-style-type: none !important;
}

.icon-list .icons li {
  font-size: 2rem !important;
  height: 6.5rem;
  padding-left: 8rem;
  margin-bottom: 3rem !important;
  background-repeat: no-repeat;
}

.icon-list .icons li span {
  display: inline-block;
  vertical-align: middle;
}

.icon-list .icons li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.icon-list .icons.with-description li {
  height: auto;
}

.icon-list .icons.with-description li span {
  margin-bottom: 1rem;
}

.icon-list .icons.with-description li div.description {
  font-weight: 300;
  font-size: 1.6rem;
}

.icon-list .icons.with-description li div.description p {
  line-height: 180% !important;
}

.boxed {
  margin-bottom: 3rem;
}

.boxed .title {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  padding: 1.5rem;
  color: #ffffff;
  background-color: #6b6b6b;
  border-radius: 0.5rem 0.5rem 0 0;
}

.boxed .image {
  height: 15rem;
  background-size: cover;
  background-position: center center;
}

.boxed .list {
  border-top: 0.5rem solid #eaeaea;
  border-bottom: 0.5rem solid #eaeaea;
}

.boxed .list ul {
  margin: 2rem !important;
}

.boxed .list ul li {
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.boxed .list ul li a {
  color: #000000;
  text-decoration: none;
}

.boxed .list ul li a:hover {
  text-decoration: underline;
}

.boxed .list ul li:before {
  color: #17a155;
}

.home .boxed .list li,
.page-boxes .boxed .list li {
  font-size: 1.8rem !important;
}

.circle {
  position: relative;
  display: block;
  text-align: center;
  background-color: transparent;
  color: #ffffff;
}

.circle:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  content: "";
  background-color: #17a155;
}

.circle .circle_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circle .circle_wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.circle .circle_content {
  display: table-cell;
  vertical-align: middle;
  padding: 2rem;
}

.testimonial,
blockquote {
  font-style: italic;
  padding: 2rem 4rem;
  margin-bottom: 3rem;
  background-color: #eaeaea;
  border-radius: 0.5rem;
  text-align: center;
}

.testimonial h5,
.testimonial .title,
blockquote h5,
blockquote .title {
  font-size: 2.8rem;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 2rem;
}

.testimonial h5:after,
blockquote h5:after {
  content: '';
  display: block;
  height: 1.8rem;
  background-image: url("../images/quotemarks.png");
  background-repeat: no-repeat;
  background-position: center center;
  margin: 2rem 0 1.5rem 0;
}

.testimonial img,
blockquote img {
  margin-bottom: 1.5rem;
}

.testimonial p,
blockquote p {
  line-height: 160% !important;
  margin-bottom: 2rem !important;
}

.testimonial h6,
.testimonial .author,
blockquote h6,
blockquote .author {
  font-weight: 500;
  font-size: 1.6rem;
  font-style: normal;
  margin-bottom: 0;
}

blockquote {
  margin-bottom: 4rem;
}

.locations ul {
  width: 100%;
  list-style-type: none !important;
  margin: 0 !important;
}

.locations ul li {
  width: 50%;
  float: left;
  font-weight: 500;
  font-size: 1.8rem !important;
}

.locations ul li a {
  display: block;
  margin: 0 0 1.5rem 0;
}

.story {
  margin-bottom: 2rem;
}

.story .image {
  margin-bottom: 2rem;
}

.story .image img {
  width: 100%;
  border-radius: 0.5rem;
}

.story .title {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.story .meta {
  font-style: italic;
  font-size: 1.6rem;
  color: #666666;
  margin-bottom: 2rem;
}

.story .content {
  font-size: 1.6rem;
}

.block {
  clear: both;
  text-align: center;
  margin-bottom: 3rem;
  border-radius: 0.5rem;
}

.block .overlay {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 3rem 5rem;
}

.block .overlay:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: '';
  z-index: -1;
}

.block .icon {
  margin-bottom: 2rem;
}

.block .title {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.block .content {
  color: #dddbdb;
}

.block .content p {
  margin: 0 !important;
}

.block .content a {
  color: #ffffff;
}

.block.talk-to-us {
  background: #ffffff url("../images/talk-to-us-bg.jpg") no-repeat center -3rem;
  background-size: cover;
  text-align: left;
}

.block.cctv-installation {
  background: #ffffff url("../images/cctv-installation-bg.jpg") no-repeat center center;
  background-size: cover;
}

.block.cctv-installer {
  background: #ffffff url("../images/cctv-installer-bg.jpg") no-repeat center center;
  background-size: cover;
}

.block.cctv-systems {
  background: #ffffff url("../images/cctv-systems-bg.jpg") no-repeat center center;
  background-size: cover;
}

.block.hd-footage {
  text-align: right;
  background-color: #eaeaea;
}

.block.hd-footage a {
  display: block;
  padding: 0 0 2rem 2rem;
}

.block.hd-footage a img {
  max-width: 100%;
}

.infoboxes {
  text-align: center;
  background-color: #eaeaea;
  border-radius: 0.5rem;
  padding: 2rem 0;
  margin-bottom: 3rem;
}

.infoboxes .infobox {
  padding: 2rem 4rem;
}

.infoboxes .infobox .icon {
  margin-bottom: 2rem;
}

.infoboxes .infobox .title {
  font-size: 2.8rem;
  font-weight: 600;
}

table.info {
  font-weight: 500;
}

table.info.margin {
  margin-bottom: 3rem;
}

table.info th {
  padding-right: 2rem;
}

table.info td {
  padding-bottom: 1rem;
}

.box {
  background-color: #eaeaea;
  border-radius: 0.5rem;
}

.box.padding {
  padding: 3rem 3rem 2rem 3rem;
}

.box.margin {
  margin-bottom: 3rem;
}

.page #main ol,
.page #main ul,
.single #main ol,
.single #main ul,
.error404 #main ol,
.error404 #main ul {
  margin: 0 0 4rem 4rem;
}

.page #main ol li,
.page #main ul li,
.single #main ol li,
.single #main ul li,
.error404 #main ol li,
.error404 #main ul li {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}

.page #main ol,
.single #main ol,
.error404 #main ol {
  list-style-type: decimal;
}

.page #main ul,
.single #main ul,
.error404 #main ul {
  list-style-type: disc;
}

.page #main ul.ticks,
.single #main ul.ticks,
.error404 #main ul.ticks {
  margin: 0 0 4rem 2rem;
}

.county-list ul,
.town-list ul {
  list-style-type: none !important;
  margin: 0 0 3rem 2rem !important;
}

.county-list ul li,
.town-list ul li {
  padding-left: 2.5rem;
  margin-bottom: 0.8rem;
  color: #1b75bc;
  font-size: 1.6rem;
  font-weight: 500;
}

.county-list ul li:before,
.town-list ul li:before {
  content: '\f054';
  font-family: 'FontAwesome';
  display: inline-block;
  width: 2.5rem;
  margin-left: -2.5rem;
  margin-top: 0.1rem;
}

/* YARPP */
.yarpp-related {
  font-size: 1.6rem;
}

.yarpp-related h3 {
  font-size: 2.8rem !important;
  font-weight: 600 !important;
  margin-bottom: 2rem !important;
}

.yarpp-related ol {
  list-style-type: decimal;
  margin: 0 0 4rem 4rem !important;
}

.yarpp-related ol li {
  font-weight: 500 !important;
  margin-bottom: 3rem;
}

.yarpp-related ol li a {
  font-weight: 500 !important;
  margin-bottom: 1rem;
  text-decoration: underline;
}

.yarpp-related ol li a:hover {
  text-decoration: none;
}

.yarpp-related ol li small {
  font-weight: 300;
  line-height: 160%;
}

.yarpp-related ol li a,
.yarpp-related ol li small {
  display: block;
}

@media (min-width: 768px) {
  table.info th {
    width: 25%;
  }
  .county-list ul,
  .town-list ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-position: inside;
  }
}

.navbar-header {
  text-align: center;
}

.navbar-header a {
  color: #000000;
  text-decoration: none;
}

.navbar-toggle {
  float: none;
  margin-right: 1rem;
}

#navigation {
  background-color: #f7cf2a;
  margin: 0;
}

#navigation .navbar-static-top {
  background-image: none;
  border: none;
  margin: 0;
}

#navigation .navbar {
  min-height: auto;
}

#navigation .navbar-static-top .navbar-nav > li > a {
  font-size: 1.7rem;
  font-weight: 400;
  padding: 1rem;
  margin: 0;
  color: #000000;
  text-decoration: none;
}

#navigation .navbar-static-top .navbar-nav > li > a:hover,
#navigation .navbar-static-top .navbar-nav > li:hover > a,
#navigation .navbar-static-top .navbar-nav > li > a:focus,
#navigation .navbar-static-top .navbar-nav > li:focus > a,
#navigation .navbar-static-top .navbar-nav > li > a:active,
#navigation .navbar-static-top .navbar-nav > li:active > a,
#navigation .navbar-static-top .navbar-nav > li.current-menu-item > a,
#navigation .navbar-static-top .navbar-nav > li.current_page_parent > a,
#navigation .navbar-static-top .navbar-nav > li.current_page_item > a,
#navigation .navbar-static-top .navbar-nav > li.current-page-ancestor > a,
#navigation .navbar-static-top .navbar-nav > li.current_page_parent > a,
#navigation .navbar-static-top .navbar-nav .active > a,
#navigation .navbar-static-top .navbar-nav .active > a:hover,
#navigation .navbar-static-top .navbar-nav > .open > a {
  color: #000000;
  background-color: #d8af29 !important;
  outline: 0;
}

#navigation .navbar-static-top .navbar-toggle {
  border-color: #000000;
  border-width: 2px;
}

#navigation .navbar-static-top .navbar-header a:hover .navbar-toggle,
#navigation .navbar-static-top .navbar-header a:focus .navbar-toggle,
#navigation .navbar-static-top .navbar-toggle:hover,
#navigation .navbar-static-top .navbar-toggle:focus {
  background-color: #000000;
}

#navigation .navbar-static-top .navbar-toggle .icon-bar {
  background-color: #000000;
}

#navigation .navbar-static-top .navbar-header a:hover .navbar-toggle .icon-bar,
#navigation .navbar-static-top .navbar-header a:focus .navbar-toggle .icon-bar,
#navigation .navbar-static-top .navbar-toggle:hover .icon-bar,
#navigation .navbar-static-top .navbar-toggle:focus .icon-bar {
  background-color: #ffffff;
}

#navigation .navbar-static-top .navbar-nav .dropdown .dropdown-menu {
  padding: 0;
  background-color: #f7cf2a;
}

#navigation .navbar-static-top .navbar-nav .dropdown .dropdown-menu li > a {
  font-weight: 400;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  text-decoration: none;
}

#navigation .navbar-static-top .navbar-nav .dropdown .dropdown-menu li > a:hover {
  background-color: #d8af29;
}

@media (min-width: 768px) {
  #navigation .navbar-static-top .navbar-header a {
    display: none;
  }
  #navigation .navbar-static-top .navbar-nav > li > a {
    padding: 2rem;
  }
  /* Dropdown */
  #navigation .navbar-static-top .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
  #navigation .navbar-static-top .navbar-nav .dropdown .dropdown-menu {
    top: calc( 100%);
    width: calc( 100%);
    border: none;
    box-shadow: none;
  }
  #navigation .navbar-static-top .navbar-nav .dropdown .dropdown-menu li > a {
    padding: 1rem 2rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 140%;
}

h1,
h2 {
  font-size: 3.8rem;
}

h3,
h4 {
  font-size: 2.8rem;
}

h3.green {
  color: #17a155;
}

h3.subheading {
  margin-top: -2rem;
}

h3.extra-margin {
  margin-bottom: 4rem;
}

h4 {
  margin-bottom: 3rem;
}

strong {
  font-weight: 600;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

html {
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  font: 300 1.8rem 'canada-type-gibson', Helvetica, Arial, sans-serif;
  color: #000000;
  background-color: #eaeaea;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

.searchform form {
  max-width: 36rem;
  padding: 1rem;
  margin-bottom: 3rem;
  border: 0.1rem solid #c6c6c6;
  border-radius: 0.3rem;
}

.searchform form input[type="text"],
.searchform form input[type="search"] {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 3.2rem;
  width: calc( 100% - 6.2rem);
  padding-right: 1rem;
  border: none;
}

.searchform form input[type="text"]::-webkit-input-placeholder,
.searchform form input[type="search"]::-webkit-input-placeholder {
  color: #606060;
  opacity: 1 !important;
}

.searchform form input[type="text"]::-moz-placeholder,
.searchform form input[type="search"]::-moz-placeholder {
  color: #606060;
  opacity: 1 !important;
}

.searchform form input[type="text"]:-ms-input-placeholder,
.searchform form input[type="search"]:-ms-input-placeholder {
  color: #606060;
  opacity: 1 !important;
}

.searchform form input[type="text"] input:-moz-placeholder,
.searchform form input[type="search"] input:-moz-placeholder {
  color: #606060;
  opacity: 1 !important;
}

.searchform form button {
  font-weight: 400;
  font-size: 1.4rem;
  padding: 0.8rem 1.2rem;
  background-color: #f7cf2a;
  border: none;
  border-radius: 0.3rem;
}

header {
  text-align: center;
  padding: 4.6rem 0 1rem 0;
  background-color: #ffffff;
}

header .searchform form {
  margin: 0.8rem auto 0 auto;
}

header .telephone {
  font-weight: 600;
  font-size: 3.6rem;
}

header .telephone span {
  display: block;
  font-weight: 400;
  font-size: 1.8rem;
}

header .searchform,
header .telephone {
  margin-bottom: 3.6rem;
}

header .logo {
  margin-bottom: 2.8rem;
}

#feature-bar {
  display:none;
  font-weight: 400;
  font-size: 1.4rem;
  color: #606060;
  background-color: #eaeaea;
  padding: 1rem 0;
}

#feature-bar ul {
  width: 100%;
  text-align: left;
  list-style-type: none;
  margin: 0;
}

#feature-bar ul li {
  display: block;
}

#feature-bar ul li img {
  vertical-align: middle;
  margin-right: 1rem;
}

#feature-bar a,
#feature-bar span {
  display: block;
  color: #606060;
  text-decoration: none;
  padding: 1.5rem 0;
}

#feature-bar a:hover {
  color: #000000;
}

#hero {
  padding: 4rem 0 6rem 0;
  background: #d8d8d8 url("../images/hero-default.jpg") center center no-repeat;
}

#hero h1 {
  font-size: 4.2rem;
  margin-top: -1rem;
  margin-bottom: 5rem;
}

#hero.map {
  padding: 0 !important;
  background-image: none !important;
}

#hero.map #overlay {
  margin-top: -25rem;
}

.page:not(.home) #hero,
.single #hero,
.category #hero {
  background-image: url("../images/news-hero-default.jpg");
  background-position: 0 -15rem;
}

.page:not(.home) #hero h1,
.single #hero h1,
.category #hero h1 {
  color: #ffffff;
  text-shadow: 0px 0px 10px #979797;
  margin-bottom: 0;
}

#hero .circle {
  font-weight: 400;
  font-size: 2.4rem;
  margin: 0 auto;
  max-width: 20rem;
}

#hero .circle .title {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 100%;
}

#main {
  padding: 5rem 0 1rem 0;
  background-color: #ffffff;
}

#main ul {
  line-height: 140%;
}

#main p {
  margin-bottom: 3rem;
  line-height: 140%;
}

#main .image-list {
  margin-bottom: 2rem;
}

#main .image-list img {
  margin-bottom: 2rem;
}

#main .image-list ul {
  list-style-type: none !important;
  margin-bottom: 2rem !important;
}

#main .image-list ul li {
  font-weight: 500;
}

#main .image-list ul li:before {
  color: #1b75bc;
}

footer {
  padding-top: 4rem;
}

footer .top {
  margin-bottom: 3rem;
}

footer .top .logo {
  margin-bottom: 2rem;
}

footer .top p {
  margin-bottom: 1rem;
}

footer .top .strong {
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
}

footer .top .footer-menu {
  font: 300 1.5rem 'adelle-sans', Helvetica, Arial, sans-serif;
  color: #2c2c2c;
}

footer .top .footer-menu li {
  margin-right: 2rem;
}

footer .top .footer-menu li:last-of-type {
  margin-right: 0;
}

footer .top .footer-menu li a {
  color: #2c2c2c;
  padding-bottom: 0.2rem;
  text-decoration: none;
  border-bottom: 0.1rem solid #bababa;
}

footer .top .footer-menu li a:hover, footer .top .footer-menu li a:focus {
  border-bottom: 0.1rem solid #eaeaea;
}

footer .bottom {
  padding-bottom: 3rem;
  font: 300 1.5rem 'adelle-sans', Helvetica, Arial, sans-serif;
}

/* Posts */
.single h2,
.category h2 {
  margin-bottom: 3rem;
}

.single h2 a,
.category h2 a {
  color: #000000;
  text-decoration: none;
}

.single hr,
.category hr {
  margin: 3rem 0;
  border-color: #dddddd;
}

.single .post-image,
.category .post-image {
  width: 100%;
  height: 20rem;
  background-position: center center;
  background-size: cover;
  margin: 0 0 3rem 0;
  border-radius: 0.5rem;
}

.single .post-image a,
.category .post-image a {
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.single .meta,
.category .meta {
  font-style: italic;
  font-size: 1.6rem;
  color: #666666;
  margin-bottom: 1.5rem;
}

.single .meta.bottom,
.category .meta.bottom {
  margin-bottom: 4rem;
}

.single .read-more,
.category .read-more {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.single .read-more p,
.category .read-more p {
  margin-bottom: 0.5rem !important;
}

.single .addthis_toolbox,
.category .addthis_toolbox {
  margin-bottom: 3rem;
}

.single .wp-caption.alignnone, .single .wp-caption.alignright,
.category .wp-caption.alignnone,
.category .wp-caption.alignright {
  float: right;
  margin: 0 0 3rem 3rem;
}

.single .wp-caption.alignleft,
.category .wp-caption.alignleft {
  float: left;
  margin: 0 3rem 3rem 0;
}

.single .wp-caption img,
.category .wp-caption img {
  border-radius: 0.5rem;
}

.single .wp-caption .wp-caption-text,
.category .wp-caption .wp-caption-text {
  font-size: 1.6rem;
  font-style: italic;
  color: #666666 !important;
  margin-top: 1rem;
}

/* WP-PAGENAVI */
.wp-pagenavi {
  text-align: right;
  margin-bottom: 3rem;
}

.wp-pagenavi .current {
  font-weight: 300 !important;
  color: #ffffff;
  background-color: #17a155;
  border-color: #17a155 !important;
}

.wp-pagenavi .pages,
.wp-pagenavi .extend {
  border: none;
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  border-radius: 0.5rem;
  padding: 0.3rem 1rem;
}

.wp-pagenavi .current:hover,
.wp-pagenavi .page:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  color: #ffffff;
  background-color: #17a155;
  border-color: #17a155 !important;
}

@media (min-width: 768px) {
  header .logo {
    text-align: left;
  }
  header .logo img {
    max-height: 6rem;
  }
  header .searchform form {
    margin-top: 0;
  }
  header .telephone {
    text-align: right;
    font-size: 2.8rem;
  }
  header .telephone span {
    font-size: 1.4rem;
  }
  #feature-bar {
    display:block;
    padding: 0;
  }
  #feature-bar ul {
    text-align: center;
  }
  #feature-bar ul li {
    display: inline-block;
    margin-right: 4rem;
  }
  #feature-bar ul li:last-of-type {
    margin: 0;
  }
  #hero {
    min-height: 45rem;
    background-position: center 0;
  }
  #hero.map {
    height: 30rem;
    min-height: 0;
  }
  #hero.map #overlay {
    margin-top: -30rem;
  }
  .page:not(.home) #hero,
  .single #hero,
  .category #hero {
    min-height: auto;
    padding: 8rem 0;
    background-size: cover;
  }
  .page:not(.home) #hero h2,
  .single #hero h2,
  .category #hero h2 {
    font-size: 5rem;
  }
  #hero .circle {
    margin: 0;
  }
  #hero.map .circle {
    margin-top: 5rem;
  }
  footer .top .strong {
    display: inline;
    margin-right: 3rem;
  }
  footer .top .strong:last-of-type {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  header .logo img {
    max-height: none;
  }
  header .searchform form {
    margin-top: 0.8rem;
  }
  header .telephone {
    font-size: 3.6rem;
  }
  header .telephone span {
    font-size: 1.8rem;
  }
  #hero.map .circle {
    margin-top: 5rem;
  }
  .page:not(.home) #hero,
  .single #hero,
  .category #hero {
    min-height: auto;
    padding: 12rem 0;
  }
  .page:not(.home) #hero h2,
  .single #hero h2,
  .category #hero h2 {
    font-size: 5rem;
  }
  .page:not(.home) #hero {
    padding: 8rem 0;
  }
  #sidebar.inset {
    margin-top: -46rem;
  }
  .page:not(.home) #sidebar.inset,
  .single #sidebar.inset,
  .category #sidebar.inset {
    margin-top: -31rem;
  }
  .page-template-town #sidebar.inset {
    margin-top: -30rem;
  }
}

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