@charset "UTF-8";
/*
Theme Name: ExtermPRO v1
Theme URI: https://www.extermpro.com
Description: ExtermPRO
Version: 1.0.0
Author: ExtermPRO
Author URI: https://www.extermpro.com
*/
/* ======================================
   Webfonts
====================================== */
@font-face {
  font-family: "cml";
  src: url("fonts/cml.eot?e95vks");
  src: url("fonts/cml.eot?#iefixe95vks") format("embedded-opentype"), url("fonts/cml.woff2?e95vks") format("woff2"), url("fonts/cml.ttf?e95vks") format("truetype"), url("fonts/cml.woff?e95vks") format("woff"), url("fonts/cml.svg?e95vks#cml") format("svg");
  font-weight: normal;
  font-style: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "cml";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
.icon-fb:before {
	content: "\e600";
}
.icon-lightning:before {
	content: "\e601";
}
.icon-magnify:before {
	content: "\e602";
}
.icon-star:before {
	content: "\e603";
}
.icon-checkmark-circle:before {
	content: "\e604";
}
.icon-checkmark:before {
	content: "\e605";
}
.icon-checkmark2:before {
	content: "\e606";
}
.icon-arrow-down:before {
	content: "\e607";
}
.icon-blocked:before {
	content: "\e608";
}
.icon-left:before {
	content: "\e609";
}
.icon-right:before {
	content: "\e60a";
}
.icon-phone:before {
	content: "\e60b";
}
.icon-heart:before {
	content: "\e60c";
}
.icon-phone2:before {
	content: "\e60d";
}
.icon-email:before {
	content: "\e60e";
}
.icon-location:before {
	content: "\e60f";
}
.icon-up:before {
	content: "\e610";
}
.icon-right2:before {
	content: "\e611";
}
.icon-down:before {
	content: "\e612";
}
.icon-left2:before {
	content: "\e613";
}
.icon-prev:before {
	content: "\e614";
}
.icon-next:before {
	content: "\e615";
}
.icon-check:before {
	content: "\e616";
}
.icon-play:before {
	content: "\e617";
}
.icon-grid:before {
	content: "\e61b";
}
.icon-menu:before {
	content: "\e619";
}
.icon-close:before {
	content: "\e61a";
}
.icon-calendar:before {
	content: "\e618";
}
.icon-directions:before {
	content: "\e61c";
}
.icon-play-reverse:before {
	content: "\e61d";
}
.icon-play-circle:before {
	content: "\e61e";
}
.icon-parking:before {
	content: "\e61f";
}
.icon-user:before {
	content: "\e700";
}
.icon-users:before {
	content: "\e701";
}
.icon-twitter:before {
	content: "\e702";
}
.icon-facebook:before {
	content: "\e703";
}
.icon-linkedin:before {
	content: "\e704";
}
.icon-googleplus:before {
	content: "\e705";
}
.icon-yelp:before {
	content: "\e706";
}
.icon-instagram:before {
	content: "\e707";
}
.icon-pinterest:before {
	content: "\e708";
}
.icon-yahoo:before {
	content: "\e709";
}
.icon-merchantcircle:before {
	content: "\e70a";
}
.icon-bestweb:before {
	content: "\e70b";
}
.icon-yellowpages:before {
	content: "\e70c";
}
.icon-youtube:before {
	content: "\e70d";
}
*/
/* ======================================
   Global
====================================== */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  -webkit-font-feature-settings: "kern" 1;
  -ms-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
}

body {
  font-weight: 400;
  color: #222;
  background: #fff;
  overflow-x: hidden;
}

/*
.wrapper { 
	max-width: 1200px;
	max-width: 75.0em;
	width: 100%;
	margin: 0 auto;
}
*/
.row.relative {
  position: relative;
}

/*
::selection {background:#1285DD;color:#FFF;text-shadow:none;}
::-webkit-selection {background:#1285DD;color:#FFF;text-shadow:none;}
::-moz-selection {background:#1285DD;color:#FFF;text-shadow:none;}

input:focus {outline:0;border:1px solid #0091BD;}
*/
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ======================================
   WordPress Core
====================================== */
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

img.alignright,
img.alignleft {
  max-width: 40%;
}
@media screen and (max-width: 40em) {
  img.alignright,
img.alignleft {
    max-width: 100%;
  }
}

.alignright {
  float: right;
  margin: 5px 0 20px 30px;
}
@media screen and (max-width: 40em) {
  .alignright {
    float: none;
    margin: 5px auto 25px auto;
    display: block;
  }
}

.alignleft {
  float: left;
  margin: 5px 30px 20px 0;
}
@media screen and (max-width: 40em) {
  .alignleft {
    float: none;
    margin: 5px auto 25px auto;
    display: block;
  }
}

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

p.wp-caption-text,
.wp-caption p.wp-caption-text {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  padding: 10px;
  background-color: #dedede;
  margin-bottom: 2.5rem;
}

.wp-caption img,
.wp-caption {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}

.wp-caption img.alignright,
.wp-caption.alignright,
.wp-caption img.alignleft,
.wp-caption.alignleft {
  max-width: 40% !important;
}
@media screen and (max-width: 40em) {
  .wp-caption img.alignright,
.wp-caption.alignright,
.wp-caption img.alignleft,
.wp-caption.alignleft {
    max-width: 100% !important;
  }
}

/* ======================================
   Elements
====================================== */
a {
  color: #52ae32;
  text-decoration: none;
  line-height: inherit;
}

a:hover, a:focus {
  color: #3f8627;
}

a img {
  border: none;
}

p, ul, ol, dl {
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #575756;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

h1 {
  font-size: 40px;
  font-size: 2.5rem;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 40em) {
  h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  h2 {
    font-size: 1.75rem;
    line-height: 1.2;
  }

  h3 {
    font-size: 1.5rem;
  }
}
.subheader {
  color: #6f6f6f;
}

.has-description {
  margin-bottom: 0;
}

hr {
  border: solid #ddd;
}
@media screen and (max-width: 40em) {
  hr {
    margin-top: 1.5rem;
  }
}

button, .button {
  background-color: #fb6a2d !important;
  color: #fff;
  border: 0 none;
  border-radius: 6px !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -webkit-box-shadow: 0px 1px 1px #d74304 !important;
          box-shadow: 0px 1px 1px #d74304 !important;
  text-shadow: 1px 1px 1px #d74304;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.875rem 1.25rem;
  min-width: 170px;
  will-change: background-color, box-shadow;
  -webkit-transition: background-color 0.1s linear, box-shadow 0.1s linear;
  -webkit-transition: background-color 0.1s linear, -webkit-box-shadow 0.1s linear;
  transition: background-color 0.1s linear, -webkit-box-shadow 0.1s linear;
  -o-transition: background-color 0.1s linear, box-shadow 0.1s linear;
  transition: background-color 0.1s linear, box-shadow 0.1s linear;
  transition: background-color 0.1s linear, box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
}

button.large, .button.large {
  padding: 0.875rem 1.25rem;
  font-size: 24px;
  font-size: 1.5rem;
}

button:hover, button:focus,
.button:hover, .button:focus {
  background-color: #f04a05 !important;
  -webkit-box-shadow: 0px 1px 1px #a53303 !important;
          box-shadow: 0px 1px 1px #a53303 !important;
}

button.disabled, button[disabled],
.button.disabled, .button[disabled] {
  background-color: #ccc;
  color: #fff;
}

.clear {
  clear: both;
}

.gutters {
  padding: 0 30px;
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .gutters {
    padding: 0 15px;
  }
}
@media screen and (max-width: 40em) {
  .gutters {
    padding: 0;
  }
}

ul.col2, ol.col2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-fill: balance;
  -webkit-column-fill: balance;
          column-fill: balance;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media only screen and (max-width: 40em) {
  ul.col2, ol.col2 {
    -webkit-column-count: 1;
    -mox-column-count: 1;
    -moz-column-count: 1;
         column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
ul.col2 li, ol.col2 li {
  -webkit-column-break-inside: avoid;
  margin-bottom: 0 !important;
}
ul.col2 li:after, ol.col2 li:after {
  content: "";
  display: block;
  height: 0.75rem;
}

select {
  background-position: right 0rem center;
}

.row.block-center {
  font-size: 0;
}
.row.block-center .column.column-block {
  display: inline-block;
  float: none;
  vertical-align: top;
}

#at4-share {
  z-index: 99997;
}

/* ======================================
   Box Styles
====================================== */
.box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.box:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* ar 1:1*/
}

.box.ar-2-1:before {
  padding-top: 50%;
}

.box.ar-1-2:before {
  padding-top: 200%;
}

.box.ar-4-3:before {
  padding-top: 75%;
}

.box.ar-4-1:before {
  padding-top: 25%;
}

.box.ar-3-1:before {
  padding-top: 33.3333%;
}

.box.ar-3-2:before {
  padding-top: 66.6667%;
}

.box.ar-16-9:before {
  padding-top: 56.25%;
}

@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .box.medium-ar-2-1:before {
    padding-top: 50%;
  }

  .box.medium-ar-1-2:before {
    padding-top: 200%;
  }

  .box.medium-ar-4-3:before {
    padding-top: 75%;
  }

  .box.medium-ar-4-1:before {
    padding-top: 25%;
  }

  .box.medium-ar-3-1:before {
    padding-top: 33.3333%;
  }

  .box.medium-ar-3-2:before {
    padding-top: 66.6667%;
  }

  .box.medium-ar-16-9:before {
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 40em) {
  .box.small-ar-2-1:before {
    padding-top: 50%;
  }

  .box.small-ar-1-2:before {
    padding-top: 200%;
  }

  .box.small-ar-4-3:before {
    padding-top: 75%;
  }

  .box.small-ar-4-1:before {
    padding-top: 25%;
  }

  .box.small-ar-3-1:before {
    padding-top: 33.3333%;
  }

  .box.small-ar-3-2:before {
    padding-top: 66.6667%;
  }

  .box.small-ar-16-9:before {
    padding-top: 56.25%;
  }
}
.box .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.box .content .table {
  display: table;
  /*   width: 102%;
    height: 102%;
    margin: -1%; */
  width: 100%;
  height: 100%;
}

.box .content .table .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 8%;
}

.box.feature {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  position: relative;
}

.box.feature .content {
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.box.feature .bgi {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  will-change: transform;
  -webkit-transition: -webkit-transform 7s ease;
  transition: -webkit-transform 7s ease;
  -o-transition: transform 7s ease;
  transition: transform 7s ease;
  transition: transform 7s ease, -webkit-transform 7s ease;
}

.box.feature.active .bgi {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.box.feature.active .content {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

.box.feature .button:hover, .box.feature .button:focus {
  background-color: #fff !important;
  border-color: #fff !important;
}

.box.feature .anim {
  will-change: opacity, transform;
}

.box.feature.orange .content {
  background-color: rgba(251, 106, 45, 0.75);
}

.box.feature.orange .button:hover, .box.feature.orange .button:focus {
  color: #fb6a2d;
}

.box.feature.star .content {
  background-color: rgba(255, 174, 0, 0.75);
}

.box.feature.star .button:hover, .box.feature.star .button:focus {
  color: #ffae00;
}

.box.feature.gold .content {
  background-color: rgba(167, 160, 53, 0.75);
}

.box.feature.gold .button:hover, .box.feature.gold .button:focus {
  color: #a7a035;
}

.box.feature.yellow .content {
  background-color: rgba(251, 188, 5, 0.75);
}

.box.feature.yellow .button:hover, .box.feature.yellow .button:focus {
  color: #fbbc05;
}

.box.feature.ltblue .content {
  background-color: rgba(203, 217, 252, 0.75);
}

.box.feature.ltblue .button:hover, .box.feature.ltblue .button:focus {
  color: #cbd9fc;
}

.box.feature.dkblue .content {
  background-color: rgba(6, 31, 92, 0.75);
}

.box.feature.dkblue .button:hover, .box.feature.dkblue .button:focus {
  color: #061f5c;
}

.box.feature.ltgreen .content {
  background-color: rgba(147, 196, 98, 0.75);
}

.box.feature.ltgreen .button:hover, .box.feature.ltgreen .button:focus {
  color: #93c462;
}

.box.feature.dkgreen .content {
  background-color: rgba(82, 174, 50, 0.75);
}

.box.feature.dkgreen .button:hover, .box.feature.dkgreen .button:focus {
  color: #52ae32;
}

.box.feature.red .content {
  background-color: rgba(234, 67, 53, 0.75);
}

.box.feature.red .button:hover, .box.feature.red .button:focus {
  color: #ea4335;
}

.box.feature.purple .content {
  background-color: rgba(216, 37, 147, 0.75);
}

.box.feature.purple .button:hover, .box.feature.purple .button:focus {
  color: #D82593;
}

.box.feature.gray .content {
  background-color: rgba(87, 87, 86, 0.75);
}

.box.feature.gray .button:hover, .box.feature.gray .button:focus {
  color: #575756;
}

.box.feature.ltgray .content {
  background-color: rgba(235, 235, 234, 0.75);
}

.box.feature.ltgray .button:hover, .box.feature.ltgray .button:focus {
  color: #ebebea;
}

.box.feature h4 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  margin-bottom: 0.6875rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.box.feature h3 {
  margin-bottom: 1.0625rem;
  line-height: 1.1;
  font-size: 30px;
  font-size: 1.875rem;
}

.box.feature .button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 0;
}

/* ======================================
   Header
====================================== */
header#site-header {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: auto;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  /*
  background-image: url(img/trees.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  */
  color: #fff;
  position: fixed;
  top: 0;
  z-index: 99998;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
header#site-header #logomain {
  height: 90px;
  background-color: #fff;
}
.usemenu header#site-header #logomain {
  height: 80px;
}
@media screen and (max-width: 40em) {
  .usemenu header#site-header #logomain {
    height: 60px;
  }
}
.navup header#site-header {
  -webkit-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  transform: translateY(-150px);
}
@media screen and (max-width: 40em) {
  .navup header#site-header {
    -webkit-transform: translateY(-140px);
    -ms-transform: translateY(-140px);
    transform: translateY(-140px);
  }
}
.navup header#site-header.takeover {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
header#site-header.header_burg {
  height: 80px;
}

.admin-bar header#site-header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar header#site-header {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .admin-bar header#site-header {
    top: 0;
  }
}

@media (max-width: 600px) {
  html[lang] {
    margin-top: 0 !important;
  }

  html #wpadminbar {
    display: none;
    top: -46px;
  }
}
header#site-header div.logo {
  height: 100%;
  width: 300px;
  left: 2px;
  position: absolute;
}
.usemenu header#site-header div.logo {
  width: 200px;
}
@media screen and (max-width: 40em) {
  header#site-header div.logo {
    width: 200px;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  header#site-header div.logo {
    width: 300px;
  }
}
header#site-header div.logo a {
  display: block;
  height: 100%;
}
header#site-header div.logo a img {
  width: 100%;
  height: 100%;
  background: url(img/logo-extermpro-h.svg) no-repeat center left;
  background-size: contain;
}
.home header#site-header div.logo a {
  pointer-events: none;
}

header#site-header div.taginfo {
  visibility: hidden;
  position: absolute;
  right: 15px;
  text-align: right;
  top: 0;
  background-color: #fff;
  height: 100%;
  /*
  &:after {
  	content: '';
  	background-color: $color-dkblue;
  	display: block;
  	width: 3760px; height: 100%;
  	position: absolute;
  	top: 0; left: 100%;
  }
  &:before {
  	content: '';
  	background-image: url(img/taginfo2.png);
  	background-size: contain;
  	background-position: 100% 0%;
  	background-repeat: no-repeat;
  	display: block;
  	width: 30px; height: 100%;
  	position: absolute;
  	top: 0; left: -30px;

  }
  */
}
@media screen and (max-width: 40em) {
  header#site-header div.taginfo {
    right: 60px;
  }
}
.usemenu header#site-header div.taginfo {
  top: 50%;
  right: 80px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 40em) {
  .usemenu header#site-header div.taginfo {
    right: 60px;
  }
}

header#site-header div.tagline {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  font-size: 1.375rem;
  color: #707070;
  line-height: 1.1;
}
.usemenu header#site-header div.tagline {
  display: none;
}

header#site-header div.phone {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
}
.usemenu header#site-header div.phone {
  font-size: 26px;
  font-size: 1.625rem;
  margin-top: 27px;
  padding-left: 16px;
}
@media screen and (max-width: 40em) {
  .usemenu header#site-header div.phone {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 20px;
  }
}
header#site-header div.phone a {
  color: #52ae32;
}
header#site-header div.phone a.cphone {
  visibility: hidden;
}
header#site-header div.phone a:hover {
  color: #3f8627;
}
header#site-header div.phone a:before {
  content: "\e60d";
  font-family: "cml";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -2px;
  margin-right: 9px;
}
@media screen and (max-width: 480px) {
  header#site-header div.phone {
    display: none;
  }
}

header#site-header nav.utility {
  margin-bottom: 10px;
  padding-top: 14px;
}
.usemenu header#site-header nav.utility {
  display: none;
}
header#site-header nav.utility ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header#site-header nav.utility ul li {
  font-size: 16px;
  font-size: 1rem;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  list-style: none;
  margin: 0 0 0 15px;
  padding: 0;
  display: inline-block;
}
header#site-header nav.utility ul li a {
  padding: 0;
}
header#site-header nav.utility ul li a[href^=tel]:before {
  content: "\e60d";
  font-family: "cml";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: bottom;
  margin-right: 6px;
}
header#site-header nav.utility ul li.button {
  min-width: inherit;
  padding: 5px 12px 5px;
  background-color: #fb6a2d !important;
  -webkit-box-shadow: 0px 1px 1px #d74304 !important;
          box-shadow: 0px 1px 1px #d74304 !important;
}
header#site-header nav.utility ul li.button:hover {
  background-color: #f04a05 !important;
  -webkit-box-shadow: 0px 1px 1px #a53303 !important;
          box-shadow: 0px 1px 1px #a53303 !important;
}
header#site-header nav.utility ul li.button a {
  color: #fff;
}

#menu, #menu .lines, #menu .line {
  position: absolute;
}

#menu {
  display: none;
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 50px;
  height: 50px;
  right: 15px;
  top: 50%;
  cursor: pointer;
  border: 0 none;
  background-color: transparent;
  margin-top: -25px;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
@media screen and (max-width: 40em) {
  #menu {
    width: 40px;
    height: 40px;
    right: 10px;
    margin-top: -20px;
  }
}

.usemenu #menu {
  display: block;
}

#menu:focus {
  outline: 0;
}

#menu .lines {
  width: 20px;
  height: 18px;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -9px;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (max-width: 40em) {
  #menu .lines {
    width: 16px;
    height: 13px;
    margin-left: -8px;
    margin-top: -7px;
  }
}

#site-header.takeover #menu .lines {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}
@media screen and (max-width: 40em) {
  #site-header.takeover #menu .lines {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}

#menu .line {
  background-color: #52ae32;
}

#menu .line {
  width: 100%;
  height: 3px;
  display: block;
  -webkit-transition: -webkit-transform 0.4s, margin 0.4s, opacity 0.4s, background-color 0.2s;
  -webkit-transition: margin 0.4s, opacity 0.4s, background-color 0.2s, -webkit-transform 0.4s;
  transition: margin 0.4s, opacity 0.4s, background-color 0.2s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, margin 0.4s, opacity 0.4s, background-color 0.2s;
  transition: transform 0.4s, margin 0.4s, opacity 0.4s, background-color 0.2s;
  transition: transform 0.4s, margin 0.4s, opacity 0.4s, background-color 0.2s, -webkit-transform 0.4s;
}

#menu:hover .line {
  background-color: #8ad670;
}

#site-header.takeover #menu .line1 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu .line2 {
  -webkit-transform: translateY(7px) scale(1, 1);
  -ms-transform: translateY(7px) scale(1, 1);
  transform: translateY(7px) scale(1, 1);
}
@media screen and (max-width: 40em) {
  #menu .line2 {
    -webkit-transform: translateY(5px) scale(1, 1);
    -ms-transform: translateY(5px) scale(1, 1);
    transform: translateY(5px) scale(1, 1);
  }
}

#site-header.takeover #menu .line2 {
  -webkit-transform: translateY(0px) scale(0, 1);
  -ms-transform: translateY(0px) scale(0, 1);
  transform: translateY(0px) scale(0, 1);
}

#menu .line3 {
  -webkit-transform: translateY(14px);
  -ms-transform: translateY(14px);
  transform: translateY(14px);
}
@media screen and (max-width: 40em) {
  #menu .line3 {
    -webkit-transform: translateY(10px) scale(1, 1);
    -ms-transform: translateY(10px) scale(1, 1);
    transform: translateY(10px) scale(1, 1);
  }
}

#site-header.takeover #menu .line3 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

header#site-header #logomain > .row,
header#site-header #logomain > .row > .columns {
  height: 100%;
}

header#site-header #navmain {
  display: block;
  visibility: hidden;
  background-color: #fff;
  /*
  .navup & {
  	box-shadow: none;
  }
  */
}

.usemenu header#site-header #navmain {
  visibility: hidden !important;
  height: 0;
  overflow: hidden;
}

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

header#site-header #navmain nav ul li {
  list-style: none;
  margin: 0;
  padding: 0 15px;
  display: inline-block;
  position: relative;
}

header#site-header #navmain nav a {
  display: inline-block;
}

header#site-header #navmain nav ul li a {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0 !important;
  display: inline-block;
  color: #575756;
  background: transparent;
  -webkit-transition: 0.2s color linear;
  -o-transition: 0.2s color linear;
  transition: 0.2s color linear;
  will-change: color;
}

header#site-header #navmain nav > ul > li.menu-item-has-children a {
  position: relative;
  padding: 0 12px 0 0;
}

header#site-header #navmain nav > ul > li.menu-item-has-children > a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #cccccc transparent transparent transparent;
  position: absolute;
  top: 51%;
  right: 0;
}

header#site-header #navmain nav ul li a:active,
header#site-header #navmain nav ul li a:hover {
  color: #71716f;
  text-decoration: none;
}

header#site-header #navmain nav ul li.current-menu-ancestor > a,
header#site-header #navmain nav ul li.current-menu-item > a {
  color: #71716f;
}

header#site-header #navmain nav li > ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 1000px;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  will-change: opacity, transform;
}

header#site-header #navmain nav li.active > ul.sub-menu {
  display: block;
}

.navup header#site-header #navmain nav li.active > ul.sub-menu {
  display: none;
}

/*
header#site-header #navmain nav li:hover > ul.sub-menu {
	display: block;

	opacity: 1;
	@include transform(translateY(0px));
}
*/
header#site-header #navmain nav li > ul.sub-menu li {
  display: block;
  padding: 0;
}

header#site-header #navmain nav li > ul.sub-menu a {
  width: auto;
  line-height: 1.2;
  padding: 16px 15px;
  border-bottom: 1px solid #f2f2f2;
  background-color: transparent;
  will-change: background-color;
  -webkit-transition: 0.4s background-color linear, 0.2s color linear;
  -o-transition: 0.4s background-color linear, 0.2s color linear;
  transition: 0.4s background-color linear, 0.2s color linear;
}

header#site-header #navmain nav li > ul.sub-menu.sized a {
  width: 100%;
}

header#site-header #navmain nav li > ul.sub-menu a:hover {
  background-color: #ecf5e4;
}

/* ======================================
   Takeover Nav
====================================== */
#takeover {
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: -1;
  padding-top: 80px;
  will-change: transform, opacity, visibility;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 40em) {
  #takeover {
    padding-top: 30px;
  }
}

#takeover .outer {
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#takeover .inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

#takeover nav ul#menu-mobile-menu {
  list-style: none;
  margin: 0 0 3.5rem 0;
  padding: 0;
}
@media (max-width: 600px) {
  #takeover nav ul#menu-mobile-menu {
    margin-bottom: 1.5rem;
  }
}

#takeover nav ul#menu-mobile-menu li {
  will-change: transform, opacity, visibility;
  display: block;
  margin-bottom: 1rem;
}
#takeover nav ul#menu-mobile-menu li.phone {
  display: inline-block;
  margin-bottom: 1.5rem;
}

#takeover nav ul#menu-mobile-menu li a {
  color: #52ae32;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  display: inline;
  text-transform: uppercase;
  font-size: 42px;
  font-size: 2.625rem;
  -webkit-box-shadow: inset 0px 0px 0px rgba(147, 196, 98, 0);
          box-shadow: inset 0px 0px 0px rgba(147, 196, 98, 0);
  -webkit-transition: 0.3s box-shadow, 0.9s color;
  -webkit-transition: 0.9s color, 0.3s -webkit-box-shadow;
  transition: 0.9s color, 0.3s -webkit-box-shadow;
  -o-transition: 0.3s box-shadow, 0.9s color;
  transition: 0.3s box-shadow, 0.9s color;
  transition: 0.3s box-shadow, 0.9s color, 0.3s -webkit-box-shadow;
}
@media (max-width: 480px) {
  #takeover nav ul#menu-mobile-menu li a {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (max-width: 320px) {
  #takeover nav ul#menu-mobile-menu li a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#takeover nav ul#menu-mobile-menu li a:hover {
  color: #3f8627;
  -webkit-box-shadow: inset 0px -6px 0px rgba(147, 196, 98, 0.4);
          box-shadow: inset 0px -6px 0px rgba(147, 196, 98, 0.4);
  -webkit-transition: 0.4s box-shadow 0.1s, 0.2s color;
  -webkit-transition: 0.2s color, 0.4s -webkit-box-shadow 0.1s;
  transition: 0.2s color, 0.4s -webkit-box-shadow 0.1s;
  -o-transition: 0.4s box-shadow 0.1s, 0.2s color;
  transition: 0.4s box-shadow 0.1s, 0.2s color;
  transition: 0.4s box-shadow 0.1s, 0.2s color, 0.4s -webkit-box-shadow 0.1s;
}
@media (max-width: 600px) {
  #takeover nav ul#menu-mobile-menu li a:hover {
    -webkit-box-shadow: inset 0px -3px 0px rgba(147, 196, 98, 0.4);
            box-shadow: inset 0px -3px 0px rgba(147, 196, 98, 0.4);
  }
}

#takeover nav ul#menu-mobile-menu li.current-menu-item a {
  color: #3f8627;
  pointer-events: none;
}

#takeover nav ul#menu-mobile-menu li.phone.button a {
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 700;
  text-transform: none;
}
#takeover nav ul#menu-mobile-menu li.phone.button a:before {
  content: "\e60d";
  font-family: "cml";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -3px;
  margin-right: 7px;
}
@media screen and (min-width: 481px) {
  #takeover nav ul#menu-mobile-menu li.phone.button {
    display: none;
  }
}

#content nav.social ul,
#takeover nav ul#menu-social-icons {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 600px;
  font-size: 0;
}

#content nav.social ul {
  max-width: 100%;
}

#content nav.social ul li,
#takeover nav ul#menu-social-icons li {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  font-size: 40px;
  font-size: 2.5rem;
  overflow: hidden;
}
@media (max-width: 600px) {
  #content nav.social ul li,
#takeover nav ul#menu-social-icons li {
    width: 40px;
    height: 40px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#content nav.social ul li {
  width: 50px;
  height: 50px;
  font-size: 32px;
  font-size: 2rem;
  margin: 0 10px 10px 0;
}
@media (max-width: 600px) {
  #content nav.social ul li {
    width: 50px;
    height: 50px;
    font-size: 32px;
    font-size: 2rem;
  }
}

#content nav.social ul li a,
#takeover nav ul#menu-social-icons li a {
  color: #fff;
  background-color: rgba(102, 102, 102, 0.8);
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  position: relative;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

#content nav.social ul li a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#content nav.social ul li a:hover,
#takeover nav ul#menu-social-icons li a:hover {
  background-color: #666666;
}

#content nav.social ul li a:after,
#takeover nav ul#menu-social-icons li a:after {
  content: "\e700";
  font-family: "cml";
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 60px;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 600px) {
  #content nav.social ul li a:after,
#takeover nav ul#menu-social-icons li a:after {
    line-height: 40px;
  }
}

#content nav.social ul li a:after {
  line-height: 50px;
}
@media (max-width: 600px) {
  #content nav.social ul li a:after {
    line-height: 50px;
  }
}

#content nav.social ul li.default a,
#takeover nav ul#menu-social-icons li.default a {
  background-color: rgba(102, 102, 102, 0.8);
}

#content nav.social ul li.default a:hover,
#takeover nav ul#menu-social-icons li.default a:hover {
  background-color: #666666;
}

#content nav.social ul li.twitter a,
#takeover nav ul#menu-social-icons li.twitter a {
  background-color: rgba(0, 172, 237, 0.8);
}

#content nav.social ul li.twitter a:hover,
#takeover nav ul#menu-social-icons li.twitter a:hover {
  background-color: #00aced;
}

#content nav.social ul li.facebook a,
#takeover nav ul#menu-social-icons li.facebook a {
  background-color: rgba(59, 89, 152, 0.8);
}

#content nav.social ul li.facebook a:hover,
#takeover nav ul#menu-social-icons li.facebook a:hover {
  background-color: #3b5998;
}

#content nav.social ul li.googleplus a,
#takeover nav ul#menu-social-icons li.googleplus a {
  background-color: rgba(221, 75, 57, 0.8);
}

#content nav.social ul li.googleplus a:hover,
#takeover nav ul#menu-social-icons li.googleplus a:hover {
  background-color: #dd4b39;
}

#content nav.social ul li.yelp a,
#takeover nav ul#menu-social-icons li.yelp a {
  background-color: rgba(194, 22, 19, 0.8);
}

#content nav.social ul li.yelp a:hover,
#takeover nav ul#menu-social-icons li.yelp a:hover {
  background-color: #c21613;
}

#content nav.social ul li.pinterest a,
#takeover nav ul#menu-social-icons li.pinterest a {
  background-color: rgba(203, 32, 39, 0.8);
}

#content nav.social ul li.pinterest a:hover,
#takeover nav ul#menu-social-icons li.pinterest a:hover {
  background-color: #cb2027;
}

#content nav.social ul li.linkedin a,
#takeover nav ul#menu-social-icons li.linkedin a {
  background-color: rgba(0, 123, 182, 0.8);
}

#content nav.social ul li.linkedin a:hover,
#takeover nav ul#menu-social-icons li.linkedin a:hover {
  background-color: #007bb6;
}

#content nav.social ul li.youtube a,
#takeover nav ul#menu-social-icons li.youtube a {
  background-color: rgba(187, 0, 0, 0.8);
}

#content nav.social ul li.youtube a:hover,
#takeover nav ul#menu-social-icons li.youtube a:hover {
  background-color: #bb0000;
}

#content nav.social ul li.vimeo a,
#takeover nav ul#menu-social-icons li.vimeo a {
  background-color: rgba(170, 212, 80, 0.8);
}

#content nav.social ul li.vimeo a:hover,
#takeover nav ul#menu-social-icons li.vimeo a:hover {
  background-color: #aad450;
}

#content nav.social ul li.tumblr a,
#takeover nav ul#menu-social-icons li.tumblr a {
  background-color: rgba(50, 80, 109, 0.8);
}

#content nav.social ul li.tumblr a:hover,
#takeover nav ul#menu-social-icons li.tumblr a:hover {
  background-color: #32506d;
}

#content nav.social ul li.instagram a,
#takeover nav ul#menu-social-icons li.instagram a {
  background-color: rgba(81, 127, 164, 0.8);
}

#content nav.social ul li.instagram a:hover,
#takeover nav ul#menu-social-icons li.instagram a:hover {
  background-color: #517fa4;
}

#content nav.social ul li.flickr a,
#takeover nav ul#menu-social-icons li.flickr a {
  background-color: rgba(255, 0, 132, 0.8);
}

#content nav.social ul li.flickr a:hover,
#takeover nav ul#menu-social-icons li.flickr a:hover {
  background-color: #ff0084;
}

#content nav.social ul li.dribbble a,
#takeover nav ul#menu-social-icons li.dribbble a {
  background-color: rgba(234, 76, 137, 0.8);
}

#content nav.social ul li.dribbble a:hover,
#takeover nav ul#menu-social-icons li.dribbble a:hover {
  background-color: #ea4c89;
}

#content nav.social ul li.quora a,
#takeover nav ul#menu-social-icons li.quora a {
  background-color: rgba(168, 36, 0, 0.8);
}

#content nav.social ul li.quora a:hover,
#takeover nav ul#menu-social-icons li.quora a:hover {
  background-color: #a82400;
}

#content nav.social ul li.foursquare a,
#takeover nav ul#menu-social-icons li.foursquare a {
  background-color: rgba(0, 114, 177, 0.8);
}

#content nav.social ul li.foursquare a:hover,
#takeover nav ul#menu-social-icons li.foursquare a:hover {
  background-color: #0072b1;
}

#content nav.social ul li.forrst a,
#takeover nav ul#menu-social-icons li.forrst a {
  background-color: rgba(91, 154, 104, 0.8);
}

#content nav.social ul li.forrst a:hover,
#takeover nav ul#menu-social-icons li.forrst a:hover {
  background-color: #5b9a68;
}

#content nav.social ul li.vk a,
#takeover nav ul#menu-social-icons li.vk a {
  background-color: rgba(69, 102, 142, 0.8);
}

#content nav.social ul li.vk a:hover,
#takeover nav ul#menu-social-icons li.vk a:hover {
  background-color: #45668e;
}

#content nav.social ul li.wordpress a,
#takeover nav ul#menu-social-icons li.wordpress a {
  background-color: rgba(33, 117, 155, 0.8);
}

#content nav.social ul li.wordpress a:hover,
#takeover nav ul#menu-social-icons li.wordpress a:hover {
  background-color: #21759b;
}

#content nav.social ul li.stumbleupon a,
#takeover nav ul#menu-social-icons li.stumbleupon a {
  background-color: rgba(235, 72, 35, 0.8);
}

#content nav.social ul li.stumbleupon a:hover,
#takeover nav ul#menu-social-icons li.stumbleupon a:hover {
  background-color: #eb4823;
}

#content nav.social ul li.yahoo a,
#takeover nav ul#menu-social-icons li.yahoo a {
  background-color: rgba(123, 0, 153, 0.8);
}

#content nav.social ul li.yahoo a:hover,
#takeover nav ul#menu-social-icons li.yahoo a:hover {
  background-color: #7b0099;
}

#content nav.social ul li.blogger a,
#takeover nav ul#menu-social-icons li.blogger a {
  background-color: rgba(251, 143, 61, 0.8);
}

#content nav.social ul li.blogger a:hover,
#takeover nav ul#menu-social-icons li.blogger a:hover {
  background-color: #fb8f3d;
}

#content nav.social ul li.soundcloud a,
#takeover nav ul#menu-social-icons li.soundcloud a {
  background-color: rgba(255, 58, 0, 0.8);
}

#content nav.social ul li.soundcloud a:hover,
#takeover nav ul#menu-social-icons li.soundcloud a:hover {
  background-color: #ff3a00;
}

#content nav.social ul li.opentable a,
#takeover nav ul#menu-social-icons li.opentable a {
  background-color: rgba(184, 34, 45, 0.8);
}

#content nav.social ul li.opentable a:hover,
#takeover nav ul#menu-social-icons li.opentable a:hover {
  background-color: #b8222d;
}

#content nav.social ul li.angieslist a,
#takeover nav ul#menu-social-icons li.angieslist a {
  background-color: rgba(127, 187, 0, 0.8);
}

#content nav.social ul li.angieslist a:hover,
#takeover nav ul#menu-social-icons li.angieslist a:hover {
  background-color: #7fbb00;
}

#content nav.social ul li.default a:after,
#takeover nav ul#menu-social-icons li.default a:after {
  content: "\e700";
}

#content nav.social ul li.twitter a:after,
#takeover nav ul#menu-social-icons li.twitter a:after {
  content: "\e702";
}

#content nav.social ul li.facebook a:after,
#takeover nav ul#menu-social-icons li.facebook a:after {
  content: "\e703";
}

#content nav.social ul li.googleplus a:after,
#takeover nav ul#menu-social-icons li.googleplus a:after {
  content: "\e705";
}

#content nav.social ul li.yelp a:after,
#takeover nav ul#menu-social-icons li.yelp a:after {
  content: "\e706";
}

#content nav.social ul li.pinterest a:after,
#takeover nav ul#menu-social-icons li.pinterest a:after {
  content: "\e708";
}

#content nav.social ul li.linkedin a:after,
#takeover nav ul#menu-social-icons li.linkedin a:after {
  content: "\e704";
}

#content nav.social ul li.youtube a:after,
#takeover nav ul#menu-social-icons li.youtube a:after {
  content: "\e70d";
}

#content nav.social ul li.vimeo a:after,
#takeover nav ul#menu-social-icons li.vimeo a:after {
  content: "\e700";
}

#content nav.social ul li.tumblr a:after,
#takeover nav ul#menu-social-icons li.tumblr a:after {
  content: "\e700";
}

#content nav.social ul li.instagram a:after,
#takeover nav ul#menu-social-icons li.instagram a:after {
  content: "\e707";
}

#content nav.social ul li.flickr a:after,
#takeover nav ul#menu-social-icons li.flickr a:after {
  content: "\e700";
}

#content nav.social ul li.dribbble a:after,
#takeover nav ul#menu-social-icons li.dribbble a:after {
  content: "\e700";
}

#content nav.social ul li.quora a:after,
#takeover nav ul#menu-social-icons li.quora a:after {
  content: "\e700";
}

#content nav.social ul li.foursquare a:after,
#takeover nav ul#menu-social-icons li.foursquare a:after {
  content: "\e700";
}

#content nav.social ul li.forrst a:after,
#takeover nav ul#menu-social-icons li.forrst a:after {
  content: "\e700";
}

#content nav.social ul li.vk a:after,
#takeover nav ul#menu-social-icons li.vk a:after {
  content: "\e700";
}

#content nav.social ul li.wordpress a:after,
#takeover nav ul#menu-social-icons li.wordpress a:after {
  content: "\e700";
}

#content nav.social ul li.stumbleupon a:after,
#takeover nav ul#menu-social-icons li.stumbleupon a:after {
  content: "\e700";
}

#content nav.social ul li.yahoo a:after,
#takeover nav ul#menu-social-icons li.yahoo a:after {
  content: "\e709";
}

#content nav.social ul li.blogger a:after,
#takeover nav ul#menu-social-icons li.blogger a:after {
  content: "\e700";
}

#content nav.social ul li.soundcloud a:after,
#takeover nav ul#menu-social-icons li.soundcloud a:after {
  content: "\e700";
}

#content nav.social ul li.merchantcircle a:after,
#takeover nav ul#menu-social-icons li.merchantcircle a:after {
  content: "\e70a";
}

#content nav.social ul li.bestweb a:after,
#takeover nav ul#menu-social-icons li.bestweb a:after {
  content: "\e70b";
}

#content nav.social ul li.yellowpages a:after,
#takeover nav ul#menu-social-icons li.yellowpages a:after {
  content: "\e70c";
}

#content nav.social ul li.opentable a:after,
#takeover nav ul#menu-social-icons li.opentable a:after {
  content: "\e70e";
}

#content nav.social ul li.angieslist a:after,
#takeover nav ul#menu-social-icons li.angieslist a:after {
  content: "\e70f";
}

/* ======================================
   Footer
====================================== */
footer#site-footer {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
footer#site-footer h1, footer#site-footer h2, footer#site-footer h3, footer#site-footer h4, footer#site-footer h5 {
  color: #fff;
}

/*
.single-litem footer#site-footer,
.single-guide footer#site-footer,
.tax-glfgps_librarytypes footer#site-footer,
.home footer#site-footer {
	border-top: 0 none;
}
*/
footer#site-footer .colophon {
  color: #575756;
  background-color: #ebebea;
  padding: 24px 5%;
  text-align: center;
}

footer#site-footer .colophon p,
footer#site-footer .colophon ul {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 40em) {
  footer#site-footer .colophon p,
footer#site-footer .colophon ul {
    font-size: 16px;
    font-size: 1rem;
  }
}

footer#site-footer .colophon nav ul,
footer#site-footer .colophon ul.copyright {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}

footer#site-footer .colophon ul.copyright {
  margin-bottom: 0;
}

footer#site-footer .colophon nav ul li,
footer#site-footer .colophon ul.copyright li {
  list-style: none;
  padding: 0;
  display: inline-block;
}

footer#site-footer .colophon nav ul li:after,
footer#site-footer .colophon ul.copyright li:after {
  content: "·";
  margin: 0 9px 0 12px;
}

footer#site-footer .colophon nav ul li:last-of-type:after,
footer#site-footer .colophon ul.copyright li:last-of-type:after {
  content: "";
  margin: 0;
}

footer#site-footer .colophon nav ul li a {
  text-decoration: none;
  color: #575756;
  display: inline;
  padding: 0;
  line-height: inherit;
  -webkit-transition: 0.2s color linear;
  -o-transition: 0.2s color linear;
  transition: 0.2s color linear;
}

footer#site-footer .colophon nav ul li a:active,
footer#site-footer .colophon nav ul li a:hover {
  color: #52ae32;
  text-decoration: none;
}

footer#site-footer .colophon nav ul li a:hover {
  color: #52ae32;
}

footer#site-footer .colophon nav ul li.current-menu-item a {
  color: #52ae32;
  pointer-events: none;
}

footer#site-footer .colophon ul.copyright a {
  color: #575756;
}

footer#site-footer .colophon ul.copyright a:hover {
  color: #52ae32;
}

#lt {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  color: #fff;
  padding-bottom: 12px;
  text-align: center;
}

footer#site-footer .widgets {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  footer#site-footer .widgets {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 40em) {
  footer#site-footer .widgets {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

footer#site-footer .widgets h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 22px;
  line-height: 1.2;
}

footer#site-footer .widgets h5 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

footer#site-footer .widgets .contact span[itemprop=name] {
  font-weight: 700;
}

footer#site-footer .widgets .seasonal nav ul {
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  footer#site-footer .widgets .seasonal nav ul {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 40em) {
  footer#site-footer .widgets .seasonal nav ul {
    margin-bottom: 3rem;
  }
}

footer#site-footer .widgets .seasonal nav ul li {
  display: block;
  padding: 13px 0;
  max-width: 300px;
  border-bottom: 1px solid white;
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  footer#site-footer .widgets .seasonal nav ul li {
    max-width: 90%;
  }
}
@media screen and (max-width: 40em) {
  footer#site-footer .widgets .seasonal nav ul li {
    max-width: 100%;
  }
}

footer#site-footer .widgets .seasonal nav ul li:first-of-type {
  padding-top: 0;
}

footer#site-footer .widgets .recent ul {
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  footer#site-footer .widgets .recent ul {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 40em) {
  footer#site-footer .widgets .recent ul {
    margin-bottom: 3rem;
  }
}

footer#site-footer .widgets .recent ul li {
  display: table;
  margin-bottom: 14px;
  max-width: 300px;
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  footer#site-footer .widgets .recent ul li {
    max-width: 90%;
  }
}
@media screen and (max-width: 40em) {
  footer#site-footer .widgets .recent ul li {
    max-width: 100%;
  }
}

footer#site-footer .widgets .recent ul li:last-of-type {
  margin-bottom: 0;
}

footer#site-footer .widgets .recent ul li .thumb,
footer#site-footer .widgets .recent ul li .text {
  display: table-cell;
  vertical-align: middle;
}

footer#site-footer .widgets .recent ul li img {
  max-width: 50px;
  margin-right: 8px;
}

footer#site-footer .social ul {
  list-style: none;
  margin: 0 auto 1rem;
  padding: 0;
  width: 100%;
  font-size: 0;
}

footer#site-footer .social ul li {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  font-size: 32px;
  font-size: 2rem;
  overflow: hidden;
}
@media (max-width: 600px) {
  footer#site-footer .social ul li {
    width: 40px;
    height: 40px;
    font-size: 26px;
    font-size: 1.625rem;
  }
}

footer#site-footer .social ul li a {
  color: #ebebea;
  background-color: #8a8a89;
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

footer#site-footer .social ul li a:hover {
  color: #fff;
}

footer#site-footer .social ul li a:after {
  content: "\e700";
  font-family: "cml";
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 600px) {
  footer#site-footer .social ul li a:after {
    line-height: 40px;
  }
}

footer#site-footer .social ul li.default a:after {
  content: "\e700";
}

footer#site-footer .social ul li.twitter a:after {
  content: "\e702";
}

footer#site-footer .social ul li.facebook a:after {
  content: "\e703";
}

footer#site-footer .social ul li.googleplus a:after {
  content: "\e705";
}

footer#site-footer .social ul li.yelp a:after {
  content: "\e706";
}

footer#site-footer .social ul li.pinterest a:after {
  content: "\e708";
}

footer#site-footer .social ul li.linkedin a:after {
  content: "\e704";
}

footer#site-footer .social ul li.youtube a:after {
  content: "\e70d";
}

footer#site-footer .social ul li.vimeo a:after {
  content: "\e700";
}

footer#site-footer .social ul li.tumblr a:after {
  content: "\e700";
}

footer#site-footer .social ul li.instagram a:after {
  content: "\e707";
}

footer#site-footer .social ul li.flickr a:after {
  content: "\e700";
}

footer#site-footer .social ul li.dribbble a:after {
  content: "\e700";
}

footer#site-footer .social ul li.quora a:after {
  content: "\e700";
}

footer#site-footer .social ul li.foursquare a:after {
  content: "\e700";
}

footer#site-footer .social ul li.forrst a:after {
  content: "\e700";
}

footer#site-footer .social ul li.vk a:after {
  content: "\e700";
}

footer#site-footer .social ul li.wordpress a:after {
  content: "\e700";
}

footer#site-footer .social ul li.stumbleupon a:after {
  content: "\e700";
}

footer#site-footer .social ul li.yahoo a:after {
  content: "\e709";
}

footer#site-footer .social ul li.blogger a:after {
  content: "\e700";
}

footer#site-footer .social ul li.soundcloud a:after {
  content: "\e700";
}

footer#site-footer .social ul li.merchantcircle a:after {
  content: "\e70a";
}

footer#site-footer .social ul li.bestweb a:after {
  content: "\e70b";
}

footer#site-footer .social ul li.yellowpages a:after {
  content: "\e70c";
}

footer#site-footer .social ul li.opentable a:after {
  content: "\e70e";
}

footer#site-footer .social ul li.angieslist a:after {
  content: "\e70f";
}

footer#site-footer .social ul li.default a:hover {
  background-color: #666666;
}

footer#site-footer .social ul li.twitter a:hover {
  background-color: #00aced;
}

footer#site-footer .social ul li.facebook a:hover {
  background-color: #3b5998;
}

footer#site-footer .social ul li.googleplus a:hover {
  background-color: #dd4b39;
}

footer#site-footer .social ul li.yelp a:hover {
  background-color: #c21613;
}

footer#site-footer .social ul li.pinterest a:hover {
  background-color: #cb2027;
}

footer#site-footer .social ul li.linkedin a:hover {
  background-color: #007bb6;
}

footer#site-footer .social ul li.youtube a:hover {
  background-color: #bb0000;
}

footer#site-footer .social ul li.vimeo a:hover {
  background-color: #aad450;
}

footer#site-footer .social ul li.tumblr a:hover {
  background-color: #32506d;
}

footer#site-footer .social ul li.instagram a:hover {
  background-color: #517fa4;
}

footer#site-footer .social ul li.flickr a:hover {
  background-color: #ff0084;
}

footer#site-footer .social ul li.dribbble a:hover {
  background-color: #ea4c89;
}

footer#site-footer .social ul li.quora a:hover {
  background-color: #a82400;
}

footer#site-footer .social ul li.foursquare a:hover {
  background-color: #0072b1;
}

footer#site-footer .social ul li.forrst a:hover {
  background-color: #5B9A68;
}

footer#site-footer .social ul li.vk a:hover {
  background-color: #45668e;
}

footer#site-footer .social ul li.wordpress a:hover {
  background-color: #21759b;
}

footer#site-footer .social ul li.stumbleupon a:hover {
  background-color: #EB4823;
}

footer#site-footer .social ul li.yahoo a:hover {
  background-color: #7B0099;
}

footer#site-footer .social ul li.blogger a:hover {
  background-color: #fb8f3d;
}

footer#site-footer .social ul li.soundcloud a:hover {
  background-color: #ff3a00;
}

footer#site-footer .social ul li.opentable a:hover {
  background-color: #B8222D;
}

footer#site-footer .social ul li.angieslist a:hover {
  background-color: #7fbb00;
}

/*
footer#site-footer .contact .subscribe {
	visibility: hidden;
}
*/
footer#site-footer .contact .subscribe .button.update {
  height: 40px;
  line-height: 40px;
  margin: 10px 0 0;
  padding: 0 20px;
}

footer#site-footer .subscribe {
  margin: 30px 0;
}
footer#site-footer .subscribe h5 {
  margin-bottom: 0.5rem;
}

footer#site-footer #frm_form_6_container {
  width: 100%;
  max-width: 480px;
  margin: 10px auto 0;
  text-align: left;
}
footer#site-footer #frm_form_6_container .frm_error_style {
  display: none;
}

footer#site-footer #frm_field_83_container:before {
  content: "\e60e";
  font-family: "cml";
  display: block;
  color: #999;
  font-size: 32px;
  font-size: 2rem;
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

footer#site-footer #frm_form_6_container form #frm_field_83_container.frm_form_field.frm_none_container label,
footer#site-footer #frm_form_6_container #frm_field_83_container.frm_form_field input[type=email] {
  padding-left: 50px;
}

footer#site-footer #frm_form_6_container form #frm_field_83_container.frm_form_field.frm_none_container label {
  line-height: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
}

footer#site-footer #frm_form_6_container form #frm_field_83_container.frm_none_container.placeholder-focus label {
  padding-left: 14px;
}

footer#site-footer #frm_form_6_container form .frm_form_field.frm_none_container.placeholder-focus label {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  display: none;
}

.no-rgb footer#site-footer #frm_form_6_container form .frm_form_field.frm_none_container.placeholder-focus label {
  background-color: #eaeaea;
}

footer#site-footer #frm_form_6_container form .frm_form_field.frm_none_container.placeholder-focus label:after {
  border-top: 5px solid rgba(255, 255, 255, 0.8);
}

.no-rgba footer#site-footer #frm_form_6_container form .frm_form_field.frm_none_container.placeholder-focus label:after {
  border-top-color: #eaeaea;
}

footer#site-footer #frm_form_6_container #frm_field_83_container,
footer#site-footer #frm_form_6_container #frm_field_83_container input {
  margin-bottom: 0;
}

footer#site-footer #frm_form_6_container #frm_field_83_container {
  float: left;
  width: 80%;
}

footer#site-footer #frm_form_6_container #frm_field_83_container input {
  background-color: #eaeaea;
  height: 40px;
  line-height: 40px;
  -webkit-box-shadow: 0px 1px 1px #ccc;
          box-shadow: 0px 1px 1px #ccc;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

footer#site-footer #frm_form_6_container #frm_field_83_container.frm_form_field.frm_blank_field input[type=email] {
  border-color: transparent;
}

footer#site-footer #frm_form_6_container #frm_field_83_container.frm_form_field input[type=email]:focus {
  border-color: #cbd9fc;
  background-color: #f1f1f1;
}

footer#site-footer #frm_form_6_container .frm_submit {
  margin-top: 0;
  width: 20%;
  float: left;
}

footer#site-footer #frm_form_6_container .frm_submit .button {
  margin-bottom: 0;
  padding: 0;
  min-width: 0;
  width: 100%;
  height: 40px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "cml";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

footer#site-footer #frm_form_6_container .frm_submit .button[disabled] {
  opacity: 0.5;
}

footer#site-footer #frm_form_6_container .frm_submit .button:focus {
  outline: none;
}

footer#site-footer #frm_field_83_container .frm_error {
  display: none;
}

@-webkit-keyframes errorshake {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  20% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  60% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  80% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes errorshake {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  20% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  60% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  80% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
footer#site-footer #frm_field_83_container.frm_blank_field {
  -webkit-animation-name: errorshake;
          animation-name: errorshake;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

@-webkit-keyframes msgconfirm {
  from {
    color: transparent;
  }
  to {
    color: #2d2d2d;
  }
}

@keyframes msgconfirm {
  from {
    color: transparent;
  }
  to {
    color: #2d2d2d;
  }
}
footer#site-footer #frm_form_6_container .frm_message {
  display: table;
  width: 100%;
}

footer#site-footer #frm_form_6_container .frm_message p {
  background-color: #eaeaea;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #2d2d2d;
  height: 40px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  -webkit-box-shadow: 0px 1px 1px #a1a1a1;
          box-shadow: 0px 1px 1px #a1a1a1;
  border-radius: 6px;
  -webkit-animation-name: msgconfirm;
          animation-name: msgconfirm;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes msgcheck {
  from {
    color: transparent;
  }
  to {
    color: #fb6a2d;
  }
}

@keyframes msgcheck {
  from {
    color: transparent;
  }
  to {
    color: #fb6a2d;
  }
}
footer#site-footer #frm_form_6_container .frm_message p:before {
  content: "\e605";
  font-family: "cml";
  color: #fb6a2d;
  margin-right: 10px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: msgcheck;
          animation-name: msgcheck;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

body.cmlwpalertbar.cmlwpalertbar_bottom iframe.kommunicate-custom-iframe {
  z-index: 10000009;
}

/* ======================================
   Owl Carousel
====================================== */
.owl.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  top: 0;
  z-index: 101;
  pointer-events: none;
}

.loner .owl.controls {
  display: none !important;
}

.owl.controls .owl-prev,
.owl.controls .owl-next {
  width: 70px;
  height: 100%;
  color: #333;
  opacity: 0.33;
  position: absolute;
  top: 0;
  cursor: pointer;
  pointer-events: all;
  -webkit-transition: 0.2s opacity linear;
  -o-transition: 0.2s opacity linear;
  transition: 0.2s opacity linear;
}

section.module.gallery .owl.controls .owl-prev,
section.module.gallery .owl.controls .owl-next {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0.5;
}

section.module.dark .owl.controls .owl-prev,
section.module.dark .owl.controls .owl-next {
  color: #fff;
}

.owl.controls .owl-prev:hover,
.owl.controls .owl-next:hover {
  opacity: 1 !important;
}

.owl.controls .owl-prev:after,
.owl.controls .owl-next:after {
  font-family: "cml";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e609";
  position: absolute;
  display: block;
  font-size: 32px;
  line-height: 60px;
  height: 60px;
  width: 70px;
  top: 50%;
  margin-top: -30px;
  text-align: center;
}

.owl.controls .owl-prev {
  left: 0;
}

.owl.controls .owl-next {
  right: 0;
}

.owl.controls .owl-next:after {
  content: "\e60a";
}

.owl-pager {
  text-align: center;
  margin-top: 45px;
}

.loner .owl-pager {
  display: none;
}

.owl-pager .owl-dot {
  display: inline-block;
  text-indent: -50px;
  width: 25px;
  height: 25px;
  margin: 0 5px;
  cursor: pointer;
}

.owl-pager .owl-dot span {
  display: block;
  width: 25px;
  height: 5px;
  margin: 10px 0 0 0;
  background-color: #cccccc;
}

.owl-pager .owl-dot.active span {
  background-color: #2d2d2d !important;
}

.owl-carousel .owl-stage-outer {
  z-index: 1;
}

.module.product-featured .owl.controls .owl-prev, .module.product-featured .owl.controls .owl-next {
  height: 70px;
  top: 50%;
  margin-top: -35px;
  border-radius: 9999px;
}

.module.product-featured .owl.controls .owl-next {
  right: 110px;
}

/* ======================================
   Content
====================================== */
main#content {
  padding-top: 150px;
}
@media screen and (max-width: 40em) {
  main#content {
    padding-top: 60px;
  }
}
main#content .textnode h1 a, main#content .textnode h2 a {
  background-position: 0% 92%;
}
main#content .textnode a {
  color: #222;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAGvASP///yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==);
  background-repeat: repeat-x;
  background-position: 0% 96%;
  text-decoration: none;
  line-height: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-shadow: 0px -1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, 1px 1px 0px #fff, 0px 1px 0px #fff, -1px 1px 0px #fff, -1px 0px 0px #fff, -1px -1px 0px #fff;
}
main#content .textnode a.button {
  color: #fff;
  background-image: none;
  text-shadow: none;
  -webkit-box-shadow: 0px 1px 1px #d74304 !important;
          box-shadow: 0px 1px 1px #d74304 !important;
  text-shadow: 1px 1px 1px #d74304;
  -webkit-transition: background-color 0.1s linear, box-shadow 0.1s linear;
  -webkit-transition: background-color 0.1s linear, -webkit-box-shadow 0.1s linear;
  transition: background-color 0.1s linear, -webkit-box-shadow 0.1s linear;
  -o-transition: background-color 0.1s linear, box-shadow 0.1s linear;
  transition: background-color 0.1s linear, box-shadow 0.1s linear;
  transition: background-color 0.1s linear, box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
}
main#content .textnode a.button:hover, main#content .textnode a.button:focus {
  color: #fff;
}
main#content .textnode a:hover, main#content .textnode a:focus {
  color: #52ae32;
  background-color: transparent;
  background-image: none;
}
main#content .textnode nav.social a {
  text-shadow: none;
  background-image: none;
}
main#content .textnode nav.social a:hover {
  color: #fff;
}

.usemenu main#content {
  padding-top: 80px;
}
@media screen and (max-width: 40em) {
  .usemenu main#content {
    padding-top: 60px;
  }
}

p.large {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

p.small {
  font-size: 12px;
  font-size: 0.75rem;
}

h1.title,
h2.title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
@media screen and (max-width: 40em) {
  h1.title,
h2.title {
    font-size: 32px;
    font-size: 2rem;
  }
}

h2.subtitle,
h3.subtitle {
  margin-bottom: 3rem;
}

h1.title.st,
h2.title.st,
h2.subtitle.st,
h3.subtitle.st {
  margin-bottom: 0;
  line-height: 1.1;
}

h2.subtitle {
  line-height: 1.1;
  text-transform: uppercase;
}
@media screen and (max-width: 40em) {
  h2.subtitle {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

hr {
  background: #93c462;
  color: #93c462;
  border: 0 none;
  margin: 3rem auto;
  height: 1px;
  width: 100%;
}

hr.full {
  width: 100%;
  height: 1px;
}

section.module h2.title + hr {
  margin: 0 auto 3rem;
}

img.round {
  border-radius: 50%;
}

@media screen and (max-width: 40em) {
  .error404 article img.round,
.single article img.round {
    max-width: 200px;
  }
}
main#content b,
main#content strong {
  font-weight: 700;
}

/*
.error404 article h1.post-title,
.single article h1.post-title {
margin-bottom: 1.5rem;
line-height: 1.2;
}
.error404 article h1.post-title.st,
.single article h1.post-title.st {
margin-bottom: 0.25rem;
}
.error404 article h3.post-subtitle,
.single article h3.post-subtitle {
margin-bottom: 1.5rem;
}
*/
.single article .post-date {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 40em) {
  .single article .post-date {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}

.single article .post-date span {
  font-weight: 700;
}

.single nav.post-adjacent {
  margin-top: 2rem;
}

.single nav.post-adjacent .thumb {
  position: relative;
}

.single nav.post-adjacent .thumb .overlay {
  position: absolute;
  height: 137px;
  width: 137px;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  background-color: #fff;
  opacity: 0.5;
  -webkit-transition: 0.2s opacity linear;
  -o-transition: 0.2s opacity linear;
  transition: 0.2s opacity linear;
}

.single nav.post-adjacent a:hover .thumb .overlay {
  opacity: 0;
}

.single nav.post-adjacent .thumb img {
  max-width: 135px;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.single nav.post-adjacent .thumb .overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 137px;
  content: "\e609";
  font-family: "cml";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #555;
  font-size: 4rem;
}

.single nav.post-adjacent .next .thumb .overlay:after {
  content: "\e60a";
}

@media screen and (max-width: 40em) {
  .single nav.post-adjacent .prev,
.single nav.post-adjacent .next {
    margin-bottom: 3rem;
  }
}
#content li {
  margin-bottom: 0.75rem;
}

.embedwrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 1.5rem;
}

.embedwrap.hascaption {
  margin-bottom: 0;
}

.embedwrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.single-post img.wp-post-image,
body.page img.size-feature-square {
  border-top-left-radius: 7%;
  border-bottom-right-radius: 7%;
}

#postQuoteCallout {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  display: table;
  position: fixed;
  right: -240px;
  top: 294px;
  width: 240px;
  height: 48px;
  z-index: 100000;
  -webkit-transform: rotate(90deg) translateY(-48px);
  -ms-transform: rotate(90deg) translateY(-48px);
  transform: rotate(90deg) translateY(-48px);
  -webkit-transform-origin: left top 0;
      -ms-transform-origin: left top 0;
          transform-origin: left top 0;
  will-change: height, transform;
  -webkit-transition: 0.1s height ease-out, 0.3s transform;
  -webkit-transition: 0.1s height ease-out, 0.3s -webkit-transform;
  transition: 0.1s height ease-out, 0.3s -webkit-transform;
  -o-transition: 0.1s height ease-out, 0.3s transform;
  transition: 0.1s height ease-out, 0.3s transform;
  transition: 0.1s height ease-out, 0.3s transform, 0.3s -webkit-transform;
}

#postQuoteCallout:hover {
  height: 64px;
}

.qscrolled #postQuoteCallout {
  -webkit-transform: rotate(90deg) translateY(0);
  -ms-transform: rotate(90deg) translateY(0);
  transform: rotate(90deg) translateY(0);
}

#postQuoteCallout a {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  padding: 0;
  line-height: 1;
  background-color: #fb6a2d;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #d74304;
  text-transform: uppercase;
  border-bottom-left-radius: 6px;
  -webkit-transition: 0.1s background-color linear;
  -o-transition: 0.1s background-color linear;
  transition: 0.1s background-color linear;
}

#postQuoteCallout a:hover {
  background-color: #f04a05;
}

.reveal h2[id^=modalTitle_] {
  margin-top: 1rem;
  text-transform: uppercase;
}

@media screen and (min-width: 40.063em) {
  .reveal {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
/* ======================================
   A-Spot Video
====================================== */
section#hero video::-webkit-media-controls {
  display: none !important;
}

section#hero {
  left: 0;
  background-color: #FFF;
  color: #FFF;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  /*
  &:before {
  	content:"";
  	position: absolute;
  	left: -7px;
  	width: 50%;
  	height: 16px;
  	bottom: 0;
  	background-color: #e1f2da;
  	-webkit-transform: skew(40deg);
  	-moz-transform: skew(40deg);
  	-o-transform: skew(40deg);
  	-ms-transform: skew(40deg);
  	transform: skew(40deg);
  	z-index: 100;
  }
  &:after {
  	content:"";
  	position: absolute;
  	right: -6px;
  	width: 50%;
  	height: 16px;
  	bottom: 0;
  	background-color: #e1f2da;
  	-webkit-transform: skew(-40deg);
  	-moz-transform: skew(-40deg);
  	-o-transform: skew(-40deg);
  	-ms-transform: skew(-40deg);
  	transform: skew(-40deg);
  	z-index: 101;
  }
  */
}

section#hero.module {
  padding: 0;
}

section#hero .videowrap {
  overflow: hidden;
  display: table;
  height: 540px;
  text-align: center;
  position: relative;
  width: 100%;
  background-size: cover !important;
  background-position: 50% 50%;
  background-color: #d5d7d9;
}
@media screen and (max-width: 40em) {
  section#hero .videowrap {
    min-height: 480px !important;
  }
}

section#hero .videowrap .overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

section#hero .videowrap .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0 5%;
  z-index: 20;
  position: relative;
  color: #fff;
  visibility: hidden;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.75);
  /*
  &>.column {
  	padding-bottom: 16px;
  }
  */
}

@media screen and (max-width: 40em) {
  section#hero .videowrap .content h1,
section#hero .videowrap .content h1:before {
    max-width: 360px;
    height: 131px;
  }
}
section#hero .videowrap .content h2.title {
  font-size: 50px;
  font-size: 3.125rem;
  text-transform: uppercase;
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  section#hero .videowrap .content h2.title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 40em) {
  section#hero .videowrap .content h2.title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

section#hero .videowrap .content p.pretitle {
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  display: inline-block;
}

section#hero .videowrap .content h3.subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

section#hero .videowrap .content a.button {
  margin-bottom: 0;
  -webkit-box-shadow: 0px 1px 1px #d74304, 0px 0px 16px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0px 1px 1px #d74304, 0px 0px 16px rgba(0, 0, 0, 0.3) !important;
}

section#hero .videowrap .content a.button:hover {
  -webkit-box-shadow: 0px 1px 1px #8c2b03, 0px 0px 16px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0px 1px 1px #8c2b03, 0px 0px 16px rgba(0, 0, 0, 0.3) !important;
}

section#hero .videowrap .mejs-container,
section#hero .videowrap .mejs__container {
  height: 100% !important;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100% !important;
  z-index: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

section#hero .videowrap .mejs-container.visible,
section#hero .videowrap .mejs__container.visible {
  opacity: 1;
  visibility: visible;
}

section#hero .videowrap .mejs-mediaelement,
section#hero .videowrap .mejs__mediaelement {
  overflow: hidden;
}

section#hero .videowrap video {
  height: 100.2%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  width: auto !important;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section#hero .videowrap video.wide {
  height: auto !important;
  width: 100% !important;
}

section#hero .mejs-offscreen,
section#hero .mejs__offscreen {
  display: none;
}

/* ======================================
   Modules
====================================== */
section.module img.round {
  max-width: 240px;
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 40em) {
  section.module img.round {
    max-width: 200px;
    margin-top: 1rem;
  }
}

section.module .intro {
  margin-bottom: 3rem;
}

section.module a {
  -webkit-box-shadow: inset 0px -3px 0px #cbedbf;
          box-shadow: inset 0px -3px 0px #cbedbf;
  background-color: transparent;
  -webkit-transition: 0.1s background-color linear;
  -o-transition: 0.1s background-color linear;
  transition: 0.1s background-color linear;
}

section.module a:hover {
  background-color: #cbedbf;
}

section.module a.image_link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

section.module a.image_link:hover {
  background-color: transparent;
}

section.module a.play {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

section.module a.play:after {
  font-family: "cml";
  font-style: normal;
  font-weight: normal;
  line-height: 96px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fb6a2d;
  content: "\e61e";
  font-size: 96px;
  font-size: 6rem;
  position: absolute;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s color linear;
  -o-transition: 0.2s color linear;
  transition: 0.2s color linear;
}

section.module a.play:hover:after {
  color: rgb(255, 255, 255);
}

section.module {
  margin: 90px 0;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  section.module {
    margin: 70px 0;
  }
}
@media screen and (max-width: 40em) {
  section.module {
    margin: 50px 0;
  }
}
section.module.pullup {
  margin-bottom: -60px;
}
@media screen and (max-width: 40em) {
  section.module.pullup {
    margin-bottom: -30px;
  }
}

section.module hr.final {
  margin-bottom: 0;
  margin-top: 60px;
}

section.module.nextsolid hr.final {
  display: none;
}

section.module.dark {
  padding: 90px 0;
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  section.module.dark {
    padding: 70px 0;
  }
}
@media screen and (max-width: 40em) {
  section.module.dark {
    padding: 50px 0;
  }
}

/*
section.module.dark a.button:hover {
	background-color: lighten($color-red, 10%) !important;
}
*/
section.module.solid {
  margin-top: 0;
  margin-bottom: 0;
}

section.module h1.title, section.module h2.title {
  color: #52ae32;
}
section.module h2.subtitle, section.module h3.subtitle {
  color: #52ae32;
}

section.module h3.pretitle {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

section.module.dark {
  color: #fff;
}
section.module.dark h1, section.module.dark h2, section.module.dark h3, section.module.dark h4, section.module.dark h5, section.module.dark h6 {
  color: #fff;
}

section.module.guide h1.title.st,
section.module.standard h1.title.st {
  margin-bottom: 1.5rem;
}

section.module.guide h2.subtitle,
section.module.standard h2.subtitle {
  font-size: 30px;
  font-size: 1.875rem;
}

section.module.guide p:last-of-type {
  margin-bottom: 0;
}

.single-post section.module.form,
.single-guide section.module.form {
  background-color: #eaeaea;
  padding: 50px 0;
}
@media screen and (max-width: 40em) {
  .single-post section.module.form,
.single-guide section.module.form {
    padding: 30px 0 50px;
  }
}

.single-post section.module.form {
  margin-top: -2rem;
}

@media screen and (max-width: 40em) {
  section.module.form .cta-block {
    text-align: center;
  }
}

section.module.form .cta-block .outer {
  display: table;
  height: 100%;
}
@media screen and (max-width: 40em) {
  section.module.form .cta-block .outer {
    display: block;
  }
}

section.module.form .cta-block .inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 40em) {
  section.module.form .cta-block .inner {
    display: block;
  }
}

@media screen and (max-width: 40em) {
  section.module.form .cta-image img {
    margin-bottom: 30px;
  }
}

section.module.form .cta-content p {
  font-size: 18px;
  font-size: 1.125rem;
}

section.module.form .cta-button {
  margin-top: 2.5rem;
}

section.module.form .cta-button button {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 40em) {
  section.module.form .cta-button button {
    width: 100%;
  }
}

.home section.module.col2home h2.subtitle {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .home section.module.col2home h2.subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 40em) {
  .home section.module.col2home h2.subtitle {
    text-align: center;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 64em) {
  .home section.module.col2home .introtext {
    margin-bottom: 2rem;
  }
}
.home section.module.col2home .introtext p, .home section.module.col2home .introtext ul, .home section.module.col2home .introtext ol {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 40em) {
  .home section.module.col2home .introtext p, .home section.module.col2home .introtext ul, .home section.module.col2home .introtext ol {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.home section.module.col2home .introtext ul, .home section.module.col2home .introtext ol {
  margin-left: 2.5rem;
}

section.module.col2contact .contentcol {
  margin-bottom: 3rem;
}

section.module.cta a.button {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 40em) {
  section.module.cta a.button {
    width: 100%;
  }
}

section.module.cta.nextsolid a.button {
  margin-bottom: 0;
}

.single-litem section.module.post section.module.cta {
  margin-bottom: 0;
}
@media screen and (max-width: 40em) {
  .single-litem section.module.post section.module.cta {
    margin-bottom: 3rem;
  }
}

.single-litem h3.librarylink {
  margin-bottom: 1.75rem;
}

.single-litem h3.librarylink a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tax-glfgps_librarytypes section.module.posts section.module.cta {
  margin-top: 0;
}

.tax-glfgps_librarytypes section.module.posts section.module.cta hr,
.single-litem section.module.post section.module.cta hr {
  margin: 0 auto 5rem;
}
@media screen and (max-width: 40em) {
  .tax-glfgps_librarytypes section.module.posts section.module.cta hr,
.single-litem section.module.post section.module.cta hr {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 40.063em) and (max-width: 64em) {
  section.module.gallery h2.title, section.module.gallery h3.subtitle {
    padding: 0 0.9375em;
  }
}
@media screen and (max-width: 40em) {
  section.module.gallery h2.title, section.module.gallery h3.subtitle {
    padding: 0 0.9375em;
  }
}
section.module.gallery .loner, section.module.gallery .owl-carousel {
  margin: 54px 0 84px;
}
@media screen and (max-width: 40em) {
  section.module.gallery .loner, section.module.gallery .owl-carousel {
    margin: 34px 0 54px;
  }
}
section.module.gallery .loner img {
  width: 100%;
}

section.module.testimonials {
  background-repeat: no-repeat;
  background-position: 100% 75%;
  background-size: cover;
  background-color: #4e3b2f;
  color: #111;
}
section.module.testimonials h1.title, section.module.testimonials h2.title {
  color: #111;
}
section.module.testimonials .owl.controls .owl-prev, section.module.testimonials .owl.controls .owl-next {
  color: #222;
}

section.module.testimonials.light {
  background-color: transparent;
}

section.module.testimonials:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

section.module.testimonials.light:before {
  background-color: transparent;
}

.post-type-archive-review section.module.testimonials {
  padding-top: 0 !important;
  padding-bottom: 0;
}

.post-type-archive-review section.module.testimonials:before {
  display: none;
}

section.module.testimonials .ttmwrap {
  position: relative;
}

section.module.testimonials p.pullquote {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #061f5c;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (max-width: 40em) {
  section.module.testimonials p.pullquote {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

section.module.testimonials.light p.pullquote {
  color: #ffae00;
}

section.module.testimonials p.pullquote:before {
  content: "“";
}

section.module.testimonials p.pullquote:after {
  content: "”";
}

.post-type-archive-review section.module.testimonials p.pullquote {
  color: #061f5c;
}

section.module.testimonials p.attribution {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 40em) {
  section.module.testimonials p.attribution {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

section.module.testimonials p.attribution.norating {
  margin-bottom: 1.75rem;
}

section.module.testimonials div.stars {
  margin-bottom: 1.75rem;
  text-align: center;
}

section.module.testimonials div.stars span {
  font-size: 0;
}

section.module.testimonials div.stars span:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "cml";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffae00;
  content: "\e603";
  font-size: 30px;
  font-size: 1.875rem;
}

section.module.testimonials div.quote p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0;
}
@media screen and (max-width: 40em) {
  section.module.testimonials div.quote p {
    font-size: 16px;
    font-size: 1rem;
  }
}

section.module.testimonials.light div.quote p {
  margin-bottom: 1.5rem;
}

section.module.testimonials div.quote.big p {
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
}
@media screen and (max-width: 40em) {
  section.module.testimonials div.quote.big p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

section.module.testimonials a.button {
  margin-top: 50px;
  margin-bottom: 0;
}

section.module.testimonials.light a.button {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

section.module.csp.dark {
  padding: 0 0;
}

section.module.learningcenter.dark {
  padding: 0 0;
  background-color: #78924a;
}

section.module.learningcenter.dark h2.title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 40em) {
  section.module.learningcenter.dark h2.title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

section.module.learningcenter.dark button,
section.module.learningcenter.dark a.button {
  margin-bottom: 0;
}

section.module.learningcenter.dark .box .content {
  background-color: rgba(0, 0, 0, 0.7);
  will-change: background-color;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

section.module.learningcenter.dark .box .content:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

section.module.learningcenter.one nav {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
section.module.learningcenter.one .content {
  background-color: rgba(0, 0, 0, 0.6);
  will-change: background-color;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
section.module.learningcenter.one .content:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
section.module.learningcenter.one .content .table {
  display: table;
  width: 100%;
  height: 100%;
}
section.module.learningcenter.one .content .table .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 4rem 8%;
}

.tax-glfgps_librarytypes section.module img.round {
  max-width: 240px;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .tax-glfgps_librarytypes section.module img.round {
    max-width: 270px;
  }
}
@media screen and (max-width: 40em) {
  .tax-glfgps_librarytypes section.module img.round {
    max-width: 200px;
    margin-top: 1rem;
  }
}

section.module .offer h3.pretitle {
  font-size: 24px;
  font-size: 1.5rem;
}
section.module .offer h2.title {
  font-size: 36px;
  font-size: 2.25rem;
}
section.module .offer .so-expire p {
  color: #ffae00;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  font-style: italic;
  margin-bottom: 2rem;
}

section.module.specialoffer .so-expire p {
  color: #ffae00;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  font-style: italic;
  margin-bottom: 3rem;
}

@media screen and (min-width: 40.063em) and (max-width: 64em) {
  section.module.posts article {
    padding: 0 20px;
  }
}
@media screen and (max-width: 40em) {
  section.module.posts article {
    padding: 0 0.9375em;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  section.module.posts img.round {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 40em) {
  section.module.posts img.round {
    max-width: 200px;
    margin-top: 1rem;
  }
}

section.module.child_pages h2.post-title,
section.module.featured_pages h2.post-title,
section.module.posts h2.post-title,
section.module.featured-post h2.post-title,
section.module.latest-post h2.post-title {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

section.module.child_pages h2.post-title a,
section.module.featured_pages h2.post-title a,
section.module.posts h2.post-title a,
section.module.featured-post h2.post-title a,
section.module.latest-post h2.post-title a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

section.module.posts h2.post-title.st,
section.module.featured-post h2.post-title.st,
section.module.latest-post h2.post-title.st {
  margin-bottom: 0.25rem;
}

section.module.posts h5.post-subtitle,
section.module.featured-post h5.post-subtitle,
section.module.latest-post h5.post-subtitle {
  margin-bottom: 1.5rem;
  font-size: 26px;
  font-size: 1.625rem;
  color: #666;
}

section.module.posts .post-date span,
section.module.featured-post .post-date span,
section.module.latest-post .post-date span {
  font-weight: 700;
}

section.module.featured-post img.round,
section.module.latest-post img.round {
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 64em) {
  section.module.featured-post img.round,
section.module.latest-post img.round {
    margin-bottom: 2rem;
  }
}

section.module.featured-post h2.title,
section.module.latest-post h2.title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 40em) {
  section.module.featured-post h2.title,
section.module.latest-post h2.title {
    margin-bottom: 0;
  }
}

section.module.featured-post h5.post-subtitle,
section.module.latest-post h5.post-subtitle {
  margin-bottom: 0.25rem;
}

section.module.featured-post article .row > .columns .outer,
section.module.latest-post article .row > .columns .outer {
  display: table;
  height: 100%;
}
@media screen and (max-width: 64em) {
  section.module.featured-post article .row > .columns .outer,
section.module.latest-post article .row > .columns .outer {
    display: block;
  }
}

section.module.featured-post article .row > .columns .inner,
section.module.latest-post article .row > .columns .inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 64em) {
  section.module.featured-post article .row > .columns .inner,
section.module.latest-post article .row > .columns .inner {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: inherit;
  }
}

section.module.featured-post article .row > .columns.fimg .inner,
section.module.latest-post article .row > .columns.fimg .inner {
  vertical-align: top;
}
@media screen and (max-width: 64em) {
  section.module.featured-post article .row > .columns.fimg .inner,
section.module.latest-post article .row > .columns.fimg .inner {
    vertical-align: inherit;
  }
}

section.module.featured-post article .row > .columns .text-left p,
section.module.latest-post article .row > .columns .text-left p {
  margin-bottom: 0;
}
@media screen and (max-width: 64em) {
  section.module.featured-post article .row > .columns .text-left p,
section.module.latest-post article .row > .columns .text-left p {
    margin-bottom: 1.5rem;
  }
}

section.module.featured-post p.herotext,
section.module.latest-post p.herotext {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #999;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}
@media screen and (max-width: 40em) {
  section.module.featured-post p.herotext,
section.module.latest-post p.herotext {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

section.module.child_pages,
section.module.featured_pages {
  /*
  margin-top: -90px;
  @include media('screen', '<=small') {
  	margin-top: -40px;
  }
  */
}
section.module.child_pages .compactview,
section.module.featured_pages .compactview {
  font-size: 0;
}
section.module.child_pages .compactview .column.column-block,
section.module.featured_pages .compactview .column.column-block {
  float: none;
  display: inline-block;
  clear: none;
  vertical-align: top;
}
section.module.child_pages .compactview .column.column-block img.round,
section.module.featured_pages .compactview .column.column-block img.round {
  max-width: 200px;
}

section.module.ssform iframe {
  overflow: hidden !important;
  overflow-y: hidden !important;
}

section.module.instagram .box {
  position: relative;
}

section.module.instagram .box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

section.module.instagram .box a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 10em rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 10em rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 0.3s opacity linear;
  -o-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}

section.module.instagram .box a:hover:after {
  opacity: 1;
}

section.module.instagram .box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a.igfollow {
  color: #517fa4;
  text-decoration: none;
}
a.igfollow:hover {
  text-decoration: none;
  color: #7098b8;
}
a.igfollow:before {
  content: "\e707";
  font-family: "cml";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 19px;
  font-size: 1.1875rem;
  vertical-align: bottom;
  margin: 0 2px 0 6px;
}

section.module.product_carousel a.button {
  margin-bottom: 0;
}

section.module.product_carousel .row.products {
  margin-bottom: 40px;
}

section.module.reviews .review {
  padding: 0 20px 40px;
}

section.module.reviews .review p.quote {
  margin-bottom: 1rem;
}

section.module.reviews .review p.attribution {
  margin-bottom: 0;
}

section.module.videos .video {
  margin-bottom: 1.5rem;
}

section.module.videos .video h3 {
  color: #666;
  margin-bottom: 1rem;
  line-height: 1.2;
}

section.module.videos .embedwrap > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

section.module.recent_posts img.round {
  margin-top: 0;
  margin-bottom: 1rem;
  max-width: 200px;
}
@media screen and (max-width: 40em) {
  section.module.recent_posts img.round {
    max-width: 150px;
  }
}
section.module.recent_posts p.title {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 10%;
  margin: 0;
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  section.module.recent_posts p.title {
    padding: 0 5%;
  }
}
@media screen and (max-width: 40em) {
  section.module.recent_posts p.title {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 5%;
    margin-bottom: 2rem;
  }
}
section.module.recent_posts ul.align-center {
  text-align: center;
  font-size: 0;
}
section.module.recent_posts ul.align-center li {
  display: inline-block;
  float: none;
  vertical-align: top;
}

section.module.logos {
  margin: 0;
  padding: 2px 0;
}
section.module.logos .owl-stage {
  margin: 0 auto;
}

section.module.bspot {
  text-align: center;
}
section.module.bspot form {
  font-size: 32px;
  font-size: 2rem;
  margin: 3rem 0;
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  section.module.bspot form {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 40em) {
  section.module.bspot form {
    margin: 1rem 0 2rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
section.module.bspot form .frm_inline_container {
  display: inline;
}
section.module.bspot form label {
  display: inline;
  font-size: 32px;
  font-size: 2rem;
  vertical-align: middle;
  text-transform: uppercase;
  color: #52ae32;
  font-weight: 700;
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  section.module.bspot form label {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 40em) {
  section.module.bspot form label {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
  }
  section.module.bspot form label:after {
    content: "…";
  }
}
section.module.bspot form select {
  width: auto;
  font-size: 32px;
  font-size: 2rem;
  padding: 0.875rem;
  height: auto;
  line-height: 1;
  vertical-align: middle;
  background-color: #fff;
  border-color: #93c462;
  font-weight: 700;
  text-transform: uppercase;
}
section.module.bspot form select:focus {
  background-color: #fff;
  border-color: #52ae32;
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  section.module.bspot form select {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 40em) {
  section.module.bspot form select {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
section.module.bspot form .frm_submit {
  display: inline;
  margin-top: 0;
}
section.module.bspot form .frm_submit input[type=submit] {
  min-width: 90px;
  margin-bottom: 0;
  vertical-align: middle;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  section.module.bspot form .frm_submit input[type=submit] {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 40em) {
  section.module.bspot form .frm_submit input[type=submit] {
    width: auto;
    font-size: 18px;
    font-size: 1.125rem;
    min-width: 70px;
  }
}

section.module.location h3.post-subtitle a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
section.module.location .contentcol {
  margin-bottom: 3rem;
}

section.module.servicearea {
  background-color: #eaeaea;
  padding: 50px 0 30px;
}
section.module.servicearea.textnode a {
  text-shadow: 0px -1px 0px #eaeaea, 1px -1px 0px #eaeaea, 1px 0px 0px #eaeaea, 1px 1px 0px #eaeaea, 0px 1px 0px #eaeaea, -1px 1px 0px #eaeaea, -1px 0px 0px #eaeaea, -1px -1px 0px #eaeaea !important;
}

section.module.comparison_table table {
  border-collapse: separate;
  border-spacing: 16px 2px;
  margin: 2rem 0 0;
  margin: 0;
}
section.module.comparison_table table tbody, section.module.comparison_table table tfoot, section.module.comparison_table table thead {
  border: none;
  background-color: transparent;
}
section.module.comparison_table table tbody tr.pricing td {
  line-height: 1;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  background-color: transparent;
}
section.module.comparison_table table tbody tr.pricing td .csym {
  font-size: 30px;
  font-size: 1.875rem;
  padding-right: 2px;
}
section.module.comparison_table table tbody tr.pricing td sup.ddag {
  font-size: 50%;
  color: #bbb;
  top: -1em;
  margin-left: 2px;
}
section.module.comparison_table table tbody tr.pricing td .ctrt {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}
section.module.comparison_table table tbody tr.pricing td .cnum {
  display: block;
  font-size: 48px;
  font-size: 3rem;
}
section.module.comparison_table table tbody tr.pricing td .cdsc {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  padding-top: 0.5rem;
}
section.module.comparison_table table tbody tr.pricing td.p2 .cnum, section.module.comparison_table table tbody tr.pricing td.p2 .ctrt {
  color: #fb6a2d;
}
section.module.comparison_table table tbody tr.pricing td.p3 .cnum, section.module.comparison_table table tbody tr.pricing td.p3 .ctrt {
  color: #52ae32;
}
section.module.comparison_table table tbody tr:nth-child(2n) {
  border-bottom: unset;
  background-color: transparent;
}
section.module.comparison_table table th {
  font-size: 34px;
  font-size: 2.125rem;
}
section.module.comparison_table table thead th {
  font-weight: 700;
  vertical-align: top;
  line-height: 1;
}
section.module.comparison_table table thead th.p1 {
  width: 60%;
}
section.module.comparison_table table thead th.p2 {
  width: 20%;
}
section.module.comparison_table table thead th.p2 span.protection {
  color: #fb6a2d;
  text-transform: uppercase;
  font-size: 80%;
}
section.module.comparison_table table thead th.p3 {
  width: 20%;
}
section.module.comparison_table table thead th.p3 span.protection {
  color: #52ae32;
  text-transform: uppercase;
  font-size: 80%;
}
section.module.comparison_table table thead th.p3 span.protection span.plus {
  font-size: 150%;
}
section.module.comparison_table table thead th.p3 span.rec {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
  padding: 8px 4px;
  margin-top: 12px;
  background-color: #52ae32;
  color: #fff;
  border-radius: 4px;
}
section.module.comparison_table table td {
  font-size: 24px;
  font-size: 1.5rem;
}
section.module.comparison_table table th, section.module.comparison_table table td {
  padding: 1rem !important;
}
section.module.comparison_table table th.p2, section.module.comparison_table table th.p3, section.module.comparison_table table td.p2, section.module.comparison_table table td.p3 {
  text-align: center;
}
section.module.comparison_table table tbody td {
  vertical-align: middle;
}
section.module.comparison_table table tbody td.p1 {
  background-color: #f0f0f0;
}
section.module.comparison_table table tbody td.p2 {
  background-color: #fff1eb;
}
section.module.comparison_table table tbody td.p3 {
  background-color: #ebf8e7;
}
section.module.comparison_table table tbody td.sym {
  font-size: 0;
}
section.module.comparison_table table tbody td.sym:before {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  vertical-align: bottom;
  font-family: "cml";
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #52ae32;
  content: "\e616";
}
section.module.comparison_table table tbody td.sym.p2:before {
  color: #fb6a2d;
}
section.module.comparison_table table tbody td.sym.val0:before {
  color: #ccc;
  content: "\e624";
}
section.module.comparison_table table tbody td.p1.r1 {
  font-weight: 700;
}
@media screen and (max-width: 40em) {
  section.module.comparison_table table tbody td.p1.r1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
section.module.comparison_table table tfoot td, section.module.comparison_table table tfoot th {
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: 2rem !important;
}
@media screen and (max-width: 40em) {
  section.module.comparison_table table {
    margin: 0;
    border-spacing: 0;
  }
  section.module.comparison_table table thead th {
    vertical-align: middle;
    padding: 0.5rem 0.2rem !important;
    font-size: 30px;
    font-size: 1.875rem;
  }
  section.module.comparison_table table thead th.p1 {
    width: 0%;
  }
  section.module.comparison_table table thead th.p2 {
    width: 50%;
  }
  section.module.comparison_table table thead th.p3 {
    width: 50%;
  }
  section.module.comparison_table table tr {
    display: block;
    margin-bottom: 0.75rem;
    clear: both;
    font-size: 0;
  }
  section.module.comparison_table table tbody tr.pricing td {
    font-size: 30px;
    font-size: 1.875rem;
  }
  section.module.comparison_table table tbody tr.pricing td.p1 {
    display: none;
  }
  section.module.comparison_table table tbody tr.pricing td .cdsc {
    font-size: 14px;
    font-size: 0.875rem;
  }
  section.module.comparison_table table tbody tr.pricing td .csym {
    font-size: 24px;
    font-size: 1.5rem;
  }
  section.module.comparison_table table td {
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
    padding: 0.75rem !important;
  }
  section.module.comparison_table table td.p1 {
    text-align: center;
    clear: both;
    margin-top: 2px;
  }
  section.module.comparison_table table td.p2 {
    width: 50%;
    display: inline-block;
  }
  section.module.comparison_table table td.p3 {
    width: 50%;
    display: inline-block;
  }
}

/* ======================================
   Pagination
====================================== */
div.pagination {
  margin: 34px 0;
  text-align: center;
}

div.pagination .page-numbers {
  display: inline-block;
  margin: 0 1px;
  background: #52ae32;
  padding-top: 8px;
  width: 40px;
  height: 40px;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 999px;
}

div.pagination a.page-numbers:hover {
  background-color: #3f8627;
  -webkit-box-shadow: none;
          box-shadow: none;
}

div.pagination .page-numbers.current {
  background: #bbb;
}

div.pagination .page-numbers.prev,
div.pagination .page-numbers.next {
  background: transparent;
  padding: 8px 13px 0;
  color: #52ae32;
  border-radius: 0;
  width: auto;
}

div.pagination a.page-numbers.prev:hover,
div.pagination a.page-numbers.next:hover {
  background-color: transparent;
  color: #3f8627;
}

/* ======================================
   Formidable Forms
====================================== */
::-moz-placeholder {
  color: #666;
  opacity: 1;
  font-weight: 400;
  font-size: 1.125rem;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}

::-webkit-input-placeholder {
  color: #666;
  font-weight: 400;
  font-size: 1.125rem;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}

.frm_forms .frm_form_fields > fieldset {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.frm_forms .frm_hidden {
  display: none;
}

.frm_forms .frm_form_field h2,
.frm_forms .frm_form_field h3,
.frm_forms .frm_form_field h4 {
  color: #222;
}

#commentform .comment-form-field,
.frm_forms .frm_form_field {
  margin-bottom: 2rem;
}

.frm_forms .frm_none_container > label {
  display: none;
}

.frm_forms .horizontal_radio .frm_radio {
  display: inline-block;
  margin-right: 1rem;
}

.frm_forms .horizontal_radio .frm_radio:last-child {
  margin-right: 0;
}

.frm_forms input[type=radio].icon {
  margin-right: 2.25rem;
}
.frm_forms input[type=radio].icon:before {
  content: "\e628";
  display: inline-block;
  margin-left: 1.5rem;
  font-family: "cml";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -2px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ccc;
}
.frm_forms input[type=radio].icon.commercial:before {
  content: "\e629";
}
.frm_forms input[type=radio].icon:checked:before {
  color: #52ae32;
}

.frm_forms .frm_error {
  color: #900;
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: -18px;
  height: 14px;
  left: 14px;
  line-height: 1;
}

.frm_forms .text-center .frm_error {
  text-align: center;
  width: 100%;
  left: 0;
}

.frm_forms label,
#commentform label {
  font-weight: 700;
  color: #666;
  display: inline-block;
  margin-bottom: 0.75rem;
  margin-top: 1rem;
  font-size: 16px;
  cursor: initial;
}

.frm_forms .frm_top_container label.frm_primary_label {
  display: block;
}

.frm_forms label[for] {
  cursor: pointer;
}

.frm_forms .frm_opt_container label {
  color: #444;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  margin-top: 0;
}

.frm_forms .frm_opt_container label:hover {
  color: #000;
}

.frm_forms .frm_checkbox label,
.frm_forms .frm_radio label {
  font-weight: 400;
  color: #444;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  margin: 0;
}

.frm_forms .frm_checkbox label:hover,
.frm_forms .frm_radio label:hover {
  color: #000;
}

.frm_forms .frm_form_field .frm_description {
  margin-left: 1rem;
  margin-bottom: 1.5rem;
}

.frm_forms .frm_form_field.cml-agent .frm_description {
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 700;
}
.frm_forms .frm_form_field.cml-agent .frm_error {
  position: static;
}

.frm_forms .frm_section_heading {
  margin-top: 2rem;
}

.frm_forms .frm_submit {
  margin-top: 1rem;
}

@media screen and (max-width: 40em) {
  div.frm_submit input {
    width: 100%;
  }
}
.frm_form_fields div.rating-cancel,
.frm_form_fields div.star-rating {
  float: left;
  width: 36px;
  height: 32px;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden;
}

.frm_form_fields div.rating-cancel a:before {
  content: "\e608";
  font-family: "cml";
  display: block;
  text-indent: 0;
  text-align: center;
  font-size: 27px;
  line-height: 30px;
  padding-top: 4px;
  color: #999;
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

.frm_form_fields div.star-rating a:before {
  content: "\e603";
  font-family: "cml";
  display: block;
  text-indent: 0;
  text-align: center;
  font-size: 30px;
  line-height: 32px;
  color: #999;
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

.frm_form_fields div.rating-cancel a,
.frm_form_fields div.star-rating a {
  display: block;
  width: 32px;
  height: 32px;
  border: 0;
  border-bottom: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.frm_form_fields div.rating-cancel a:hover,
.frm_form_fields div.star-rating a:hover {
  border-bottom: 0 none;
  background-color: transparent;
}

.frm_form_fields div.star-rating-on a:before {
  color: #ffae00;
  text-shadow: 0px 0px 6px rgba(255, 174, 0, 0.6);
}

.frm_form_fields div.star-rating-hover a:before {
  color: #e69d00;
  text-shadow: 0px 0px 6px rgba(219, 219, 219, 0.3);
}

.frm_form_fields div.rating-cancel.star-rating-hover a:before {
  color: #ccc;
  text-shadow: none;
}

.frm_form_fields div.star-rating-readonly a:before {
  cursor: default !important;
}

.frm_form_fields div.star-rating {
  background: transparent !important;
  overflow: hidden !important;
}

.frm_form_fields div.frm-star-group input {
  display: none;
}
.frm_form_fields div.frm-star-group label.rating-cancel,
.frm_form_fields div.frm-star-group label.star-rating {
  float: left;
  width: 36px;
  height: 32px;
  margin: 0;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden;
}
.frm_form_fields div.frm-star-group label.rating-cancel:before {
  content: "\e608";
  font-family: "cml";
  display: block;
  width: 32px;
  height: 32px;
  text-indent: 0;
  text-align: center;
  font-size: 27px;
  line-height: 30px;
  padding-top: 4px;
  color: #999;
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.frm_form_fields div.frm-star-group label.star-rating:before {
  content: "\e603";
  font-family: "cml";
  display: block;
  width: 32px;
  height: 32px;
  text-indent: 0;
  text-align: center;
  font-size: 30px;
  line-height: 32px;
  color: #999;
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.frm_form_fields div.frm-star-group label.star-rating-on:before {
  color: #ffae00;
  text-shadow: 0px 0px 6px rgba(255, 174, 0, 0.6);
}
.frm_form_fields div.frm-star-group label.star-rating-hover:before {
  color: #e69d00;
  text-shadow: 0px 0px 6px rgba(219, 219, 219, 0.3);
}
.frm_form_fields div.frm-star-group label.rating-cancel.star-rating-hover:before {
  color: #ccc;
  text-shadow: none;
}
.frm_form_fields div.frm-star-group label.star-rating-readonly:before {
  cursor: default !important;
}
.frm_form_fields div.frm-star-group label.star-rating {
  background: transparent !important;
  overflow: hidden !important;
}

.frm_forms .frm_form_field {
  position: relative;
}

.frm_forms .frm_form_field input[type=text],
.frm_forms .frm_form_field input[type=password],
.frm_forms .frm_form_field input[type=date],
.frm_forms .frm_form_field input[type=datetime],
.frm_forms .frm_form_field input[type=datetime-local],
.frm_forms .frm_form_field input[type=month],
.frm_forms .frm_form_field input[type=week],
.frm_forms .frm_form_field input[type=email],
.frm_forms .frm_form_field input[type=number],
.frm_forms .frm_form_field input[type=search],
.frm_forms .frm_form_field input[type=tel],
.frm_forms .frm_form_field input[type=time],
.frm_forms .frm_form_field input[type=url],
.frm_forms .frm_form_field input[type=color],
.frm_forms .frm_form_field select,
.frm_forms .frm_form_field textarea,
#commentform input[type=text],
#commentform input[type=email],
#commentform input[type=url],
#commentform select,
#commentform textarea {
  background-color: #eaeaea;
  border-color: transparent;
  font-size: 16px;
  font-size: 1rem;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #2d2d2d;
  padding: 0 14px;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 40px;
  line-height: 40px;
  -webkit-transition: border-color 0.15s linear, background-color 0.15s linear;
  -o-transition: border-color 0.15s linear, background-color 0.15s linear;
  transition: border-color 0.15s linear, background-color 0.15s linear;
}

.frm_forms .frm_form_field select {
  border-radius: 6px;
}

.search-form input[type=search] {
  height: 50px;
  line-height: 50px;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-color: #ddd;
  margin-top: -0.5rem;
  margin-bottom: 2rem;
  padding-left: 45px;
  -webkit-transition: border-color 0.15s linear;
  -o-transition: border-color 0.15s linear;
  transition: border-color 0.15s linear;
}
.search-form input[type=search]::-moz-placeholder {
  color: #888;
}
.search-form input[type=search]:-ms-input-placeholder {
  color: #888;
}
.search-form input[type=search]::-webkit-input-placeholder {
  color: #888;
}

.search-form {
  position: relative;
  margin-top: 2rem;
}
.search-form:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "\e620";
  width: 50px;
  height: 50px;
  color: #aaa;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  overflow: hidden;
  font-family: "cml";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

span.query-term {
  background-color: #cbd9fc;
  padding: 2px 6px;
  border-radius: 6px;
}

.frm_forms .frm_form_field input[type=file] {
  background-color: #f0f0f0;
  padding: 6px;
}

.frm_forms .frm_form_field input[type=checkbox], .frm_forms .frm_form_field input[type=radio] {
  margin-bottom: 0;
}

.frm_forms .frm_form_field textarea,
#commentform textarea {
  height: 120px;
  line-height: 1.5;
  padding: 8px 14px;
  resize: none;
}

.frm_forms .frm_form_field.frm_blank_field input[type=text],
.frm_forms .frm_form_field.frm_blank_field input[type=password],
.frm_forms .frm_form_field.frm_blank_field input[type=date],
.frm_forms .frm_form_field.frm_blank_field input[type=datetime],
.frm_forms .frm_form_field.frm_blank_field input[type=datetime-local],
.frm_forms .frm_form_field.frm_blank_field input[type=month],
.frm_forms .frm_form_field.frm_blank_field input[type=week],
.frm_forms .frm_form_field.frm_blank_field input[type=email],
.frm_forms .frm_form_field.frm_blank_field input[type=number],
.frm_forms .frm_form_field.frm_blank_field input[type=search],
.frm_forms .frm_form_field.frm_blank_field input[type=tel],
.frm_forms .frm_form_field.frm_blank_field input[type=time],
.frm_forms .frm_form_field.frm_blank_field input[type=url],
.frm_forms .frm_form_field.frm_blank_field input[type=color],
.frm_forms .frm_form_field.frm_blank_field select,
.frm_forms .frm_form_field.frm_blank_field textarea {
  border-color: #900;
}

.frm_forms .frm_form_field input[type=text]:focus,
.frm_forms .frm_form_field input[type=password]:focus,
.frm_forms .frm_form_field input[type=date]:focus,
.frm_forms .frm_form_field input[type=datetime]:focus,
.frm_forms .frm_form_field input[type=datetime-local]:focus,
.frm_forms .frm_form_field input[type=month]:focus,
.frm_forms .frm_form_field input[type=week]:focus,
.frm_forms .frm_form_field input[type=email]:focus,
.frm_forms .frm_form_field input[type=number]:focus,
.frm_forms .frm_form_field input[type=search]:focus,
.frm_forms .frm_form_field input[type=tel]:focus,
.frm_forms .frm_form_field input[type=time]:focus,
.frm_forms .frm_form_field input[type=url]:focus,
.frm_forms .frm_form_field input[type=color]:focus,
.frm_forms .frm_form_field select:focus,
.frm_forms .frm_form_field textarea:focus,
#commentform input[type=text]:focus,
#commentform input[type=email]:focus,
#commentform input[type=url]:focus,
#commentform select:focus,
#commentform textarea:focus {
  border-color: #cbd9fc;
  background-color: #f2f2f2;
}

/* infieldLabel styles */
.frm_forms form .frm_form_field,
#commentform .comment-form-field {
  display: block;
  position: relative;
}

.frm_forms form .frm_form_field {
  clear: both;
}

#commentform .comment-form-field label,
.frm_forms form .frm_form_field.frm_none_container label {
  bottom: 0;
  color: #666;
  display: block;
  left: 0;
  line-height: 40px;
  margin: 0;
  right: 0;
  top: 0;
}

#commentform .comment-form-field label,
.frm_forms form .frm_form_field.frm_none_container label {
  cursor: text;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  padding: 0 14px;
  position: absolute;
  white-space: nowrap;
}

#commentform .comment-form-field.placeholder-focus label,
.frm_forms form .frm_form_field.frm_none_container.placeholder-focus label {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  bottom: auto;
  color: #fff;
  line-height: 36px;
  right: auto;
  top: -40px;
}

.no-rgba #commentform .comment-form-field.placeholder-focus label,
.no-rgba .frm_forms form .frm_form_field.frm_none_container.placeholder-focus label {
  background-color: #111;
}

#commentform .comment-form-field.placeholder-focus label:after,
.frm_forms form .frm_form_field.frm_none_container.placeholder-focus label:after {
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  display: block;
  height: 0;
  left: 10px;
  position: absolute;
}

.no-rgba #commentform .comment-form-field.placeholder-focus label:after,
.no-rgba .frm_forms form .frm_form_field.frm_none_container.placeholder-focus label:after {
  border-top-color: #111;
}

.infield-label-image.placeholder-focus label {
  top: -122px;
}

.placeholder-hide label {
  bottom: auto !important;
  left: -9999px !important;
  right: auto !important;
  top: -9999px !important;
}

.checkbox-proxy .chk .inner {
  display: table;
  width: 100%;
  cursor: pointer;
  margin-bottom: 20px;
}

.checkbox-proxy .chk .inner label {
  display: table-cell;
  font-weight: 400;
  font-size: 16px;
  vertical-align: middle;
  padding-left: 10px;
}

.checkbox-proxy .chk .inner .box {
  display: table-cell;
  width: 60px;
  height: 60px;
  background-color: #f0f0f0;
  text-align: center;
  line-height: 60px;
  font-size: 40px;
  overflow: hidden;
  font-family: "cml";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid transparent;
  color: #444;
  position: relative;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.25s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.25s;
  -o-transition: box-shadow 0.25s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.25s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.25s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.25s;
}

.checkbox-proxy .chk .inner:hover .box {
  border-color: #d16f1a;
  -webkit-box-shadow: 0px 0px 8px #d16f1a;
          box-shadow: 0px 0px 8px #d16f1a;
}

.checkbox-proxy .chk .inner .box:after {
  display: block;
  content: "\e616";
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: opacity 0.2s linear, visibility 0s linear 0.3s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.2s linear, visibility 0s linear 0.3s, -webkit-transform 0.3s ease-out;
  -o-transition: opacity 0.2s linear, transform 0.3s ease-out, visibility 0s linear 0.3s;
  transition: opacity 0.2s linear, transform 0.3s ease-out, visibility 0s linear 0.3s;
  transition: opacity 0.2s linear, transform 0.3s ease-out, visibility 0s linear 0.3s, -webkit-transform 0.3s ease-out;
}

.checkbox-proxy .chk .inner.checked .box:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.frm_forms form .frm_form_field.cml-left,
.frm_forms form .frm_form_field.cml-right {
  width: 48%;
  float: left;
  clear: none;
}
@media screen and (max-width: 40em) {
  .frm_forms form .frm_form_field.cml-left,
.frm_forms form .frm_form_field.cml-right {
    width: auto;
    float: none;
    clear: both;
  }
}
.frm_forms form .frm_form_field.cml-right {
  margin-left: 4%;
}
@media screen and (max-width: 40em) {
  .frm_forms form .frm_form_field.cml-right {
    margin-left: 0;
  }
}
.frm_forms form .frm_form_field.frm_section_heading h3 {
  text-align: center;
}
.frm_forms form label.frm_screen_reader {
  display: none !important;
}

.cml_frm_response {
  border: 1px solid #93c462;
  border-radius: 6px;
  padding: 2rem;
  background-color: #e1f2da;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e1f2da), to(#f8fcf6));
  background-image: -o-linear-gradient(top, #e1f2da, #f8fcf6);
  background-image: linear-gradient(to bottom, #e1f2da, #f8fcf6);
}
.cml_frm_response p {
  font-size: 24px;
  font-size: 1.5rem;
}
.cml_frm_response p:last-of-type {
  margin-bottom: 0;
}

.ssformcon .cml_frm_response, section.module.form .cml_frm_response,
.ssformcon .frm_form_field.cml-subcheck,
section.module.form .frm_form_field.cml-subcheck,
.ssformcon .frm_submit,
section.module.form .frm_submit {
  text-align: center;
}
@media screen and (max-width: 64em) {
  section.module.col2home .cml_frm_response, section.module.location .cml_frm_response, section.module.specialoffer .cml_frm_response,
section.module.col2home .frm_form_field.cml-subcheck,
section.module.location .frm_form_field.cml-subcheck,
section.module.specialoffer .frm_form_field.cml-subcheck,
section.module.col2home .frm_submit,
section.module.location .frm_submit,
section.module.specialoffer .frm_submit {
    text-align: center;
  }
}

/* ======================================
   Comments
====================================== */
h3#reply-title {
  margin-bottom: 1rem;
}

.comment-list {
  margin-bottom: 3rem;
}

.comment-list .comment {
  margin-bottom: 2rem;
}

.comment-list .comment-meta {
  margin-bottom: 1rem;
}

.comment-list .comment-meta .datetime {
  color: #555;
  font-style: italic;
}

.comment-list .comment-meta .name {
  font-weight: 700;
}

.comment-list .content {
  padding-top: 0.5rem;
}

.comment-list .comment-awaiting-moderation {
  background-color: #EAEAEA;
  padding: 8px 16px;
  display: inline-block;
  color: #555;
  border-radius: 9999px;
  margin-top: 0.75rem;
  font-style: italic;
}

.comment-list .avatar img {
  border-radius: 9999px;
}

@media screen and (max-width: 40em) {
  h3#reply-title {
    text-align: center;
  }

  #comments input[type=submit] {
    width: 100%;
  }
}