@charset "UTF-8";
/*
@mixin transition($properties...) {
  @if length($properties) > 1 {
    $spec:              ();
    @for $i from 1 through length($properties) {
      $spec:            append($spec, nth($properties, $i), comma);
    }
  } @else {
    $spec:              $properties;
  }
  @include trans-prefix($spec, -webkit-);
  @include trans-prefix($spec, -moz-);
  @include trans-prefix($spec);
}
*/
/*
Theme Name: Commodore Bay Marina v1
Theme URI: https://www.commodorebaymarina.com
Description: Commodore Bay Marina
Version: 1.0.0
Author: Commodore Bay Marina
Author URI: https://www.commodorebaymarina.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 {
  -moz-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;
  -moz-font-feature-settings: "kern=1";
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -ms-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  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;
  -khtml-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: #1D3161;
  text-decoration: none;
  line-height: inherit; }

a:hover, a:focus {
  color: #47619e; }

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: "warnock-pro-display", serif;
  font-weight: 700;
  color: #1D3161;
  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: #1D3161 !important;
  color: #fff;
  border: 0 none;
  border-radius: 7px !important;
  box-shadow: none !important;
  letter-spacing: 0;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif, serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.875rem 1.25rem;
  min-width: 170px;
  will-change: background-color;
  -webkit-transition: background-color 0.1s linear, box-shadow 0.1s linear;
  -moz-transition: background-color 0.1s linear, box-shadow 0.1s linear;
  transition: background-color 0.1s linear, box-shadow 0.1s linear;
  background-color: #47619e;
  background-image: -webkit-linear-gradient(top, #47619e 0%, #1D3161 100%);
  background-image: linear-gradient(to bottom,#47619e 0%, #1D3161 100%);
  /*
	&.disabled, &[disabled] {
	    background-color: #ccc;
	    background-image: none !important;
	    color: #fff;
	}
	*/ }
  button:hover, button:focus, .button:hover, .button:focus {
    background-image: none;
    box-shadow: none !important; }
  button.alt, .button.alt {
    background-color: #fbbc05 !important;
    color: #0d1c3e;
    background-color: #fdde82;
    background-image: -webkit-linear-gradient(top, #fdde82 0%, #fbbc05 100%);
    background-image: linear-gradient(to bottom,#fdde82 0%, #fbbc05 100%); }
    button.alt:hover, button.alt:focus, .button.alt:hover, .button.alt:focus {
      background-image: none; }
  button.large, .button.large {
    padding: 0.875rem 1.25rem;
    font-size: 22px;
    font-size: 1.375rem; }

.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;
  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;
      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: .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;
  -khtml-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;
  -moz-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%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  will-change: transform;
  -webkit-transition: -webkit-transform 7s ease;
  -moz-transition: -moz-transform 7s ease;
  transition: transform 7s ease; }

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

.box.feature.active .content {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-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(218, 94, 39, 0.75); }

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

.box.feature.star .content {
  background-color: rgba(253, 222, 129, 0.75); }

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

.box.feature.gold .content {
  background-color: rgba(222, 209, 8, 0.75); }

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

.box.feature.ltyellow .content {
  background-color: rgba(253, 222, 129, 0.75); }

.box.feature.ltyellow .button:hover, .box.feature.ltyellow .button:focus {
  color: #fdde81; }

.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(71, 97, 158, 0.75); }

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

.box.feature.blue .content {
  background-color: rgba(29, 49, 97, 0.75); }

.box.feature.blue .button:hover, .box.feature.blue .button:focus {
  color: #1D3161; }

.box.feature.dkblue .content {
  background-color: rgba(13, 28, 62, 0.75); }

.box.feature.dkblue .button:hover, .box.feature.dkblue .button:focus {
  color: #0d1c3e; }

.box.feature.palegreen .content {
  background-color: rgba(236, 255, 222, 0.75); }

.box.feature.palegreen .button:hover, .box.feature.palegreen .button:focus {
  color: #ecffde; }

.box.feature.ltgreen .content {
  background-color: rgba(130, 193, 61, 0.75); }

.box.feature.ltgreen .button:hover, .box.feature.ltgreen .button:focus {
  color: #82c13d; }

.box.feature.green .content {
  background-color: rgba(0, 149, 59, 0.75); }

.box.feature.green .button:hover, .box.feature.green .button:focus {
  color: #00953b; }

.box.feature.dkgreen .content {
  background-color: rgba(28, 97, 55, 0.75); }

.box.feature.dkgreen .button:hover, .box.feature.dkgreen .button:focus {
  color: #1c6137; }

.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 h4 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif, 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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: auto;
  width: 100%;
  background-color: #dff7ff;
  background-image: url(img/bg-waves.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 50%;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  position: relative;
  z-index: 99998; }
  body.home header#site-header {
    background-color: transparent;
    background-image: none;
    box-shadow: none; }
  header#site-header #logomain {
    height: 160px;
    /*
		background-color: $color-header;

		body.home & {
			background-color: transparent;
		}
		*/ }
  .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);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    transform: translateY(-150px); }

@media screen and (max-width: 40em) {
  .navup header#site-header {
    -webkit-transform: translateY(-140px);
    -moz-transform: translateY(-140px);
    -ms-transform: translateY(-140px);
    -o-transform: translateY(-140px);
    transform: translateY(-140px); } }
    .navup header#site-header.takeover {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
  header#site-header.header_single {
    height: 160px; }
    .usemenu header#site-header.header_single {
      height: 100px;
      background-color: #dff7ff;
      background-image: url(img/bg-waves.png);
      box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 40em) {
  .usemenu header#site-header.header_single {
    height: 60px; } }
    header#site-header.header_single div.hbphone {
      height: 100%;
      display: none;
      position: absolute;
      line-height: 100px;
      top: 0;
      right: 80px;
      /*
			@include media('screen','<=480px') {
				display: none !important;
			}
			*/ }

@media screen and (max-width: 40em) {
  header#site-header.header_single div.hbphone {
    line-height: 60px;
    right: 60px; } }
      .usemenu header#site-header.header_single div.hbphone {
        display: inline-block; }
      header#site-header.header_single div.hbphone a {
        color: #333; }
        header#site-header.header_single div.hbphone a.cphone {
          visibility: hidden; }

@media screen and (max-width: 400px) {
  header#site-header.header_single div.hbphone a.cphone span {
    display: none !important; } }
        header#site-header.header_single div.hbphone a:hover {
          color: #47619e; }
        header#site-header.header_single div.hbphone 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: -5px;
          margin-right: 7px;
          font-size: 24px;
          font-size: 1.5rem; }
  header#site-header.header_burg {
    height: 80px; }

/*
.admin-bar header#site-header {
	top: 32px;
	@include media('<=782px') {
		top: 46px;
	}
	@include media('<=600px') {
	    top: 0;
	}
}
@include media('<=600px') {
	html[lang] { margin-top: 0 !important; }
	html #wpadminbar { display: none; top: -46px; }
}
*/
header#site-header div.logo {
  height: 100%;
  width: 400px;
  left: 10px;
  position: absolute; }
  .usemenu header#site-header div.logo {
    width: 300px; }

@media screen and (max-width: 40em) {
  .usemenu header#site-header div.logo {
    width: 200px; } }

@media screen and (max-width: 40em) {
  header#site-header div.logo {
    width: 140px; } }

@media screen and (min-width: 40.063em) and (max-width: 64em) {
  header#site-header div.logo {
    width: 320px; } }
  header#site-header div.logo a {
    display: block;
    height: 100%; }
    header#site-header div.logo a img {
      width: 100%;
      height: 100%;
      background-image: url(img/logo-commodorebay-v1.svg);
      background-position: center left;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: 0; }
    .home header#site-header div.logo a {
      pointer-events: none; }
      .home header#site-header div.logo a img {
        background-image: url(img/logo-commodorebay-v1w.svg); }
  .home.usemenu header#site-header div.logo a img {
    background-image: url(img/logo-commodorebay-v1.svg); }

header#site-header div.taginfo {
  visibility: hidden;
  position: absolute;
  right: 15px;
  text-align: right;
  top: 0;
  height: 100%;
  /*
	body.home & {
		background-color: transparent;
	}
	*/ }

@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%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-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, serif;
  font-weight: 600;
  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, serif;
  font-weight: 600;
  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: #1D3161;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    header#site-header div.phone a.cphone {
      visibility: hidden; }
    header#site-header div.phone a:hover {
      color: #47619e; }
    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; } }
  body.home header#site-header div.phone a {
    color: #fff; }
    body.home header#site-header div.phone a:hover {
      color: #47619e; }

#hsingleutil {
  position: absolute;
  right: 28px;
  top: 13px; }

header#site-header nav.utility {
  margin-bottom: 10px;
  padding-top: 34px; }
  .usemenu header#site-header nav.utility {
    display: none; }
  header#site-header nav.utility ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0; }
    header#site-header nav.utility ul li {
      font-size: 16px;
      font-size: 1rem;
      font-family: "proxima-nova", Helvetica, Arial, sans-serif, 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 {
        -webkit-transition: color 0.2s linear;
        -moz-transition: color 0.2s linear;
        transition: color 0.2s linear;
        padding: 0; }
        body.home header#site-header nav.utility ul li a {
          color: #bbb; }
          body.home header#site-header nav.utility ul li a:hover {
            color: #47619e; }
      header#site-header nav.utility ul li.phone {
        font-size: 30px;
        font-size: 1.875rem;
        font-weight: 600; }
        body.home header#site-header nav.utility ul li.phone a {
          color: #fff; }
        body.home header#site-header nav.utility ul li.phone a:hover {
          color: #dff7ff; }
        header#site-header nav.utility ul li.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: bottom;
          margin-right: 6px; }
      header#site-header nav.utility ul li.button {
        min-width: inherit;
        padding: 7px 11px 7px;
        /*
				&:hover {
					background-color: $color-header-button-bg-hover !important;
					box-shadow: 0px 1px 1px darken($color-header-button-bg-hover, 15%) !important;
				}
				*/ }
        header#site-header nav.utility ul li.button a {
          color: #fff !important; }
        header#site-header nav.utility ul li.button.alt a {
          color: #0d1c3e !important; }

#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;
  -moz-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;
  -moz-transition: -moz-transform 0.4s;
  transition: 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);
  -moz-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px); }

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

#menu .line {
  background-color: #1D3161; }

#menu .line {
  width: 100%;
  height: 3px;
  display: block;
  -webkit-transition: -webkit-transform 0.4s, margin 0.4s, opacity 0.4s, background-color 0.2s;
  -moz-transition: -moz-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; }

#menu:hover .line {
  background-color: #111d3a; }

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

#menu .line2 {
  -webkit-transform: translateY(7px) scale(1, 1);
  -moz-transform: translateY(7px) scale(1, 1);
  -ms-transform: translateY(7px) scale(1, 1);
  -o-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);
    -moz-transform: translateY(5px) scale(1, 1);
    -ms-transform: translateY(5px) scale(1, 1);
    -o-transform: translateY(5px) scale(1, 1);
    transform: translateY(5px) scale(1, 1); } }

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

#menu .line3 {
  -webkit-transform: translateY(14px);
  -moz-transform: translateY(14px);
  -ms-transform: translateY(14px);
  -o-transform: translateY(14px);
  transform: translateY(14px); }

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

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

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

header#site-header.header_single > .row {
  height: 100%; }

header#site-header #navmain {
  display: block;
  visibility: hidden;
  /*
	background-color: $color-navbar;

	body.home & {
		background-color: transparent;
	}
	*/
  /*
	.navup & {
		box-shadow: none;
	}
	*/ }

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

header#site-header.header_single #navmain {
  margin-left: 410px;
  /*
	.usemenu & {
		margin-left: 170px;
	}
	*/ }

@media screen and (max-width: 40em) {
  header#site-header.header_single #navmain {
    margin-left: 170px; } }

@media screen and (min-width: 40.063em) and (max-width: 64em) {
  header#site-header.header_single #navmain {
    margin-left: 330px; } }

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

header#site-header #navmain nav ul li {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  display: inline-block;
  position: relative; }
  header#site-header #navmain nav ul li.phone {
    padding: 0;
    margin-left: 15px; }
    header#site-header #navmain nav ul li.phone > a {
      line-height: 1 !important;
      padding: 1rem 15px;
      color: #fff; }
      header#site-header #navmain nav ul li.phone > a:hover {
        color: #fff; }
      header#site-header #navmain nav ul li.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: -5px;
        margin-right: 7px;
        font-size: 24px;
        font-size: 1.5rem; }

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

header#site-header #navmain nav ul li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 60px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0 !important;
  display: inline-block;
  color: #333;
  background: transparent;
  -webkit-transition: 0.2s color linear;
  -moz-transition: 0.2s color linear;
  transition: 0.2s color linear;
  will-change: color; }
  body.home header#site-header #navmain nav ul li a {
    color: #fff; }

header#site-header.header_single #navmain nav ul li a {
  line-height: 75px; }

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: #1D3161 transparent transparent transparent;
  position: absolute;
  top: 52%;
  right: 0; }
  body.home header#site-header #navmain nav > ul > li.menu-item-has-children > a:after {
    border-color: #1D3161 transparent transparent transparent; }

header#site-header #navmain nav ul li a:active,
header#site-header #navmain nav ul li a:hover {
  color: #47619e;
  text-decoration: none; }
  body.home header#site-header #navmain nav ul li a:active, body.home
  header#site-header #navmain nav ul li a:hover {
    color: #dff7ff; }

header#site-header #navmain nav ul li.current-menu-ancestor > a,
header#site-header #navmain nav ul li.current-menu-item > a {
  color: #47619e; }
  body.home header#site-header #navmain nav ul li.current-menu-ancestor > a, body.home
  header#site-header #navmain nav ul li.current-menu-item > a {
    color: #dff7ff; }

header#site-header #navmain nav li > ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin-left: 50%;
  margin-top: 0;
  width: 1000px;
  background-color: #dff7ff;
  border-top: 1px solid #aceaff;
  will-change: opacity, transform;
  text-align: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 14px; }
  header#site-header #navmain nav li > ul.sub-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #dff7ff transparent;
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    transform: translateX(-4px); }

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 li:first-of-type a {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px; }
  header#site-header #navmain nav li > ul.sub-menu li:last-of-type a {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px; }

header#site-header #navmain nav li > ul.sub-menu a {
  width: auto;
  line-height: 1.2;
  padding: 16px 15px;
  color: #333 !important;
  background-color: transparent;
  will-change: background-color;
  -webkit-transition: 0.4s background-color linear, 0.2s color linear;
  -moz-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: #b6edff;
  color: #47619e !important; }

/* ======================================
   Takeover Nav
====================================== */
#takeover {
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  background-color: #dff7ff;
  z-index: -1;
  padding-top: 80px;
  will-change: transform, opacity, visibility;
  opacity: 0;
  visibility: hidden;
  background-image: url(img/bg-waves.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto; }

#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: .75rem; }
  #takeover nav ul#menu-mobile-menu li.phone {
    display: inline-block;
    margin-bottom: 1rem; }

#takeover nav ul#menu-mobile-menu li a {
  color: #0d1c3e;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif, serif;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  display: inline;
  font-size: 42px;
  font-size: 2.625rem;
  box-shadow: inset 0px 0px 0px rgba(71, 97, 158, 0);
  -webkit-transition: 0.3s box-shadow, 0.9s color;
  -moz-transition: 0.3s box-shadow, 0.9s color;
  transition: 0.3s box-shadow, 0.9s color; }
  @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: #1D3161;
  box-shadow: inset 0px -6px 0px rgba(71, 97, 158, 0.4);
  -webkit-transition: 0.4s box-shadow 0.1s, 0.2s color;
  -moz-transition: 0.4s box-shadow 0.1s, 0.2s color;
  transition: 0.4s box-shadow 0.1s, 0.2s color; }
  @media (max-width: 600px) {
    #takeover nav ul#menu-mobile-menu li a:hover {
      box-shadow: inset 0px -3px 0px rgba(71, 97, 158, 0.4); } }

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

#takeover nav ul#menu-mobile-menu li.phone.button a {
  color: #fff;
  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 5px;
  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;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

#content nav.social ul li a {
  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: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ======================================
   Footer
====================================== */
footer#site-footer {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif, serif;
  border-top: 1px solid #e1e1e1;
  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 {
    font-weight: 700;
    color: #666; }

/*
.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: #666;
  background-color: #ebebeb;
  padding: 3rem 5%;
  text-align: center; }

@media screen and (max-width: 40em) {
  footer#site-footer .colophon {
    padding-bottom: 5rem; } }

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; }

@media screen and (max-width: 40em) {
  footer#site-footer .colophon ul.copyright li {
    display: block; } }

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

footer#site-footer .colophon ul.copyright li:after {
  margin: 0 4px 0 7px; }

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; }

@media screen and (max-width: 40em) {
  footer#site-footer .colophon ul.copyright li:after {
    content: '';
    margin: 0; } }

footer#site-footer .colophon nav ul li a {
  text-decoration: none;
  color: #666;
  display: inline;
  padding: 0;
  line-height: inherit;
  -webkit-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: #1D3161;
  text-decoration: none; }

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

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

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

footer#site-footer .colophon ul.copyright a:hover {
  color: #1D3161; }

#lt {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  color: #666;
  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: #fff;
  background-color: #4d4d4d;
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

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

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: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
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: 2rem 0 3rem; }
  footer#site-footer .subscribe h5 {
    margin-bottom: 1.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: #ccc;
  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: #999; }

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: 85%; }

footer#site-footer #frm_form_6_container #frm_field_83_container input {
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  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: transparent;
  background-color: #47619e; }

footer#site-footer #frm_form_6_container .frm_submit {
  margin-top: 0;
  width: 15%;
  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; }

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

footer#site-footer #frm_field_83_container.frm_blank_field {
  animation-name: errorshake;
  animation-duration: 0.4s; }

@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: #fff;
  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, serif;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  border-radius: 7px;
  animation-name: msgconfirm;
  animation-duration: 2s; }

@keyframes msgcheck {
  from {
    color: transparent; }
  to {
    color: #00953b; } }

footer#site-footer #frm_form_6_container .frm_message p:before {
  content: '\e605';
  font-family: 'cml';
  color: #00953b;
  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;
  animation-name: msgcheck;
  animation-duration: 2s; }

/* ======================================
   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;
  -moz-transition: 0.2s opacity linear;
  transition: 0.2s opacity linear; }

section.module.gallery .owl-stage-outer {
  border-radius: 21px; }

section.module.gallery .owl.controls .owl-prev,
section.module.gallery .owl.controls .owl-next {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.5);
  opacity: 1 !important;
  -webkit-transition: 0.2s background-color linear;
  -moz-transition: 0.2s background-color linear;
  transition: 0.2s background-color linear; }
  section.module.gallery .owl.controls .owl-prev:hover,
  section.module.gallery .owl.controls .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: white; }

section.module.gallery .owl.controls .owl-prev {
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px; }

section.module.gallery .owl.controls .owl-next {
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px; }

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;
  @include media('screen', '<=small') {
    padding-top: 60px;
  }
  */ }
  body.home main#content {
    margin-top: -160px; }
  main#content p + h2, main#content ul + h2, main#content ol + h2 {
    margin-top: 3rem; }
  main#content .textnode h1 a, main#content .textnode h2 a {
    background-position: 0% 71%; }
  main#content .textnode a {
    color: #222;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAEdhnv///yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==);
    background-repeat: repeat-x;
    background-position: 0% 96%;
    text-decoration: none;
    line-height: inherit;
    box-shadow: none;
    -webkit-transition: color 0.1s linear;
    -moz-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;
      box-shadow: none !important;
      text-shadow: none;
      will-change: background-color;
      -webkit-transition: background-color 0.1s linear, box-shadow 0.1s linear;
      -moz-transition: background-color 0.1s linear, box-shadow 0.1s linear;
      transition: background-color 0.1s linear, box-shadow 0.1s linear;
      background-color: #47619e;
      background-image: -webkit-linear-gradient(top, #47619e 0%, #1D3161 100%);
      background-image: linear-gradient(to bottom,#47619e 0%, #1D3161 100%); }
      main#content .textnode a.button:hover, main#content .textnode a.button:focus {
        color: #fff;
        background-image: none;
        box-shadow: none !important; }
      main#content .textnode a.button.alt {
        background-color: #fbbc05 !important;
        color: #0d1c3e;
        background-color: #fdde82;
        background-image: -webkit-linear-gradient(top, #fdde82 0%, #fbbc05 100%);
        background-image: linear-gradient(to bottom,#fdde82 0%, #fbbc05 100%); }
        main#content .textnode a.button.alt:hover, main#content .textnode a.button.alt:focus {
          background-image: none; }
  main#content .textnode a:hover, main#content .textnode a:focus {
    color: #47619e;
    background-color: transparent;
    background-image: none; }
  main#content .textnode nav.social {
    padding-top: 1.5rem; }
    main#content .textnode nav.social a {
      text-shadow: none;
      background-image: none; }
      main#content .textnode nav.social a:hover {
        color: #fff; }
  main#content ul.faq {
    list-style-type: none;
    margin-left: 0; }
    main#content ul.faq li.faqi h3, main#content ul.faq li.faqi p {
      margin-left: 1.5rem; }
    main#content ul.faq li.faqi h3 {
      position: relative;
      cursor: pointer; }
      main#content ul.faq li.faqi h3:before {
        position: absolute;
        left: -1.5rem;
        content: '+'; }
      main#content ul.faq li.faqi h3.faqhide:before {
        content: '-'; }
    main#content ul.faq li.faqi:last-of-type hr {
      display: none; }
    main#content ul.faq div.faqa {
      display: none; }
      main#content ul.faq div.faqa p:last-of-type {
        margin-bottom: 0; }
  main#content img.bottom {
    margin-bottom: .5rem; }

/*
.usemenu main#content {
  padding-top: 80px;
  @include media('screen', '<=small') {
    padding-top: 60px;
  }
}
*/
p.large {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600; }

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; }

@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; }

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

hr {
  background: #e1e1e1;
  color: #e1e1e1;
  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: 21px; }

@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: 600; }

/*
.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: 3rem;
}
*/
.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: 600; }

.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%);
  transform: translateX(-50%);
  background-color: #fff;
  opacity: 0.5;
  -webkit-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-litem img.wp-post-image,
body.single-post img.wp-post-image,
body.page img.size-feature-square {
  border-radius: 21px; }

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

#postQuoteCallout:hover {
  height: 64px; }

.qscrolled #postQuoteCallout {
  -webkit-transform: rotate(90deg) translateY(0);
  -moz-transform: rotate(90deg) translateY(0);
  -ms-transform: rotate(90deg) translateY(0);
  -o-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: #1D3161;
  box-shadow: none;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-shadow: none;
  -webkit-transition: 0.1s background-color linear;
  -moz-transition: 0.1s background-color linear;
  transition: 0.1s background-color linear; }

#postQuoteCallout a:hover {
  background-color: #17274d; }

@media screen and (min-width: 40em) {
  div[id^=quoteModal_] {
    max-width: 40rem !important; } }

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

/* ======================================
   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: .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: none;
  margin-top: 0;
  margin-bottom: 1.5rem; }

@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 {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  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;
  text-shadow: none;
  box-shadow: 0px 1px 1px #0b2615, 0px 0px 16px rgba(0, 0, 0, 0.3) !important; }

section#hero .videowrap .content a.button:hover {
  box-shadow: 0px 1px 1px black, 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;
  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;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-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 {
  box-shadow: inset 0px -3px 0px #7491d6;
  background-color: transparent;
  -webkit-transition: 0.1s background-color linear;
  transition: 0.1s background-color linear; }

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

section.module a.image_link {
  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: #DA5E27;
  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%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s color linear;
  -moz-transition: 0.2s color linear;
  transition: 0.2s color linear; }

section.module a.play:hover:after {
  color: white; }

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: -90px; }

@media screen and (min-width: 40.063em) and (max-width: 64em) {
  section.module.pullup {
    margin-bottom: -70px; } }

@media screen and (max-width: 40em) {
  section.module.pullup {
    margin-bottom: -50px; } }

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: #1D3161; }

section.module h2.subtitle, section.module h3.subtitle {
  color: #1D3161; }

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 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 {
  margin-top: 0;
  padding-top: 60px; }
  .home section.module.col2home h1.subtitle, .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 h1.subtitle, .home section.module.col2home h2.subtitle {
    text-align: center; } }

@media screen and (max-width: 40em) {
  .home section.module.col2home h1.subtitle, .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; }

@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .home section.module.col2home {
    padding-top: 40px; } }

@media screen and (max-width: 40em) {
  .home section.module.col2home {
    padding-top: 30px; } }
  .home section.module.col2home div.arcon {
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 30px; }
    .home section.module.col2home div.arcon:before {
      content: '';
      position: absolute;
      left: -26px;
      width: 50%;
      height: 30px;
      top: 0;
      background-color: #fff;
      -webkit-transform: skew(60deg);
      -moz-transform: skew(60deg);
      -ms-transform: skew(60deg);
      -o-transform: skew(60deg);
      transform: skew(60deg); }
    .home section.module.col2home div.arcon:after {
      content: '';
      position: absolute;
      right: -26px;
      width: 50%;
      height: 30px;
      top: 0;
      background-color: #fff;
      -webkit-transform: skew(-60deg);
      -moz-transform: skew(-60deg);
      -ms-transform: skew(-60deg);
      -o-transform: skew(-60deg);
      transform: skew(-60deg); }

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

@media screen and (max-width: 40em) {
  section.module.cta div.columns.second {
    margin-top: 2rem; } }

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 {
  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; } }

section.module.gallery {
  /*
	.loner, .owl-carousel {
		margin: 54px 0 84px;
		@include media('screen', '<=small') {
			margin: 34px 0 54px;
		}
	}
	*/ }

@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 .box .owl-carousel {
    position: absolute;
    top: 0; }
  section.module.gallery .loner img {
    width: 100%; }

section.module.testimonials {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1D3161;
  background-color: #1D3161;
  background-image: -webkit-linear-gradient(left, #1D3161 0%, #47619e 50%, #1D3161 100%);
  background-image: linear-gradient(to right,#1D3161 0%, #47619e 50%, #1D3161 100%);
  color: #fff; }
  section.module.testimonials h1.title, section.module.testimonials h2.title {
    color: #fff; }
  section.module.testimonials div.arcon {
    display: none;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 30px; }
  body.home section.module.testimonials {
    padding: 40px 0 100px; }
    body.home section.module.testimonials div.arcon {
      display: block; }
      body.home section.module.testimonials div.arcon:before {
        content: '';
        position: absolute;
        left: -26px;
        width: 50%;
        height: 30px;
        top: 0;
        background-color: #1D3161;
        background-color: #1D3161;
        background-image: -webkit-linear-gradient(left, #1D3161 0%, #47619e 100%);
        background-image: linear-gradient(to right,#1D3161 0%, #47619e 100%);
        -webkit-transform: skew(60deg);
        -moz-transform: skew(60deg);
        -ms-transform: skew(60deg);
        -o-transform: skew(60deg);
        transform: skew(60deg); }
      body.home section.module.testimonials div.arcon:after {
        content: '';
        position: absolute;
        right: -26px;
        width: 50%;
        height: 30px;
        top: 0;
        background-color: #1D3161;
        background-color: #47619e;
        background-image: -webkit-linear-gradient(left, #47619e 0%, #1D3161 100%);
        background-image: linear-gradient(to right,#47619e 0%, #1D3161 100%);
        -webkit-transform: skew(-60deg);
        -moz-transform: skew(-60deg);
        -ms-transform: skew(-60deg);
        -o-transform: skew(-60deg);
        transform: skew(-60deg); }
  section.module.testimonials .ttmwrap {
    position: relative;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
  section.module.testimonials p.pullquote {
    font-size: 28px;
    font-size: 1.75rem;
    font-family: "warnock-pro-display", serif;
    font-weight: 700;
    color: #fdde81;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0; }
    section.module.testimonials p.pullquote:before {
      content: '\201c'; }
    section.module.testimonials p.pullquote:after {
      content: '\201d'; }

@media screen and (max-width: 40em) {
  section.module.testimonials p.pullquote {
    font-size: 20px;
    font-size: 1.25rem; } }
  section.module.testimonials p.attribution {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "warnock-pro-display", serif;
    text-align: center;
    margin-bottom: 0.75rem; }
    section.module.testimonials p.attribution.norating {
      margin-bottom: 1.75rem; }

@media screen and (max-width: 40em) {
  section.module.testimonials p.attribution {
    font-size: 20px;
    font-size: 1.25rem; } }
  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: #fdde81;
        content: '\e603';
        font-size: 30px;
        font-size: 1.875rem; }
  section.module.testimonials div.starno {
    margin-bottom: 3rem; }
  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 div.quote p.big p {
      font-size: 22px;
      font-size: 1.375rem;
      text-align: center; }

@media screen and (max-width: 40em) {
  section.module.testimonials div.quote p.big p {
    font-size: 20px;
    font-size: 1.25rem; } }
  section.module.testimonials.stacked {
    padding: 0;
    background-color: transparent;
    background-image: none;
    color: #222; }
    section.module.testimonials.stacked h1.title, section.module.testimonials.stacked h2.title {
      color: #1D3161; }
    section.module.testimonials.stacked .ttmwrap {
      text-shadow: none; }
      section.module.testimonials.stacked .ttmwrap > .wrapper.row > .columns {
        padding-bottom: 3rem;
        margin-bottom: 3rem;
        border-bottom: 1px solid #e1e1e1; }
      section.module.testimonials.stacked .ttmwrap > .wrapper.row:last-of-type > .columns {
        padding-bottom: 0;
        margin-bottom: -3rem;
        border-bottom: none; }

@media screen and (min-width: 40.063em) and (max-width: 64em) {
  section.module.testimonials.stacked .ttmwrap > .wrapper.row:last-of-type > .columns {
    margin-bottom: -1.5rem; } }

@media screen and (max-width: 40em) {
  section.module.testimonials.stacked .ttmwrap > .wrapper.row:last-of-type > .columns {
    margin-bottom: 0; } }
    section.module.testimonials.stacked p.pullquote {
      color: #1D3161; }
    section.module.testimonials.stacked div.stars span:before {
      color: #ded108; }

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 {
  position: relative; }

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;
  -moz-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;
  -moz-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;
  margin-bottom: .5rem;
  color: #1D3161; }

@media screen and (max-width: 40em) {
  section.module .offer h3.pretitle {
    font-size: 18px;
    font-size: 1.125rem; } }

section.module .offer h2.title {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 1.5rem !important; }

@media screen and (max-width: 40em) {
  section.module .offer h2.title {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 1.5rem !important; } }

section.module .offer .soin {
  border: 2px dashed #ccc;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  border-radius: 1rem;
  background-color: #f7f7f7; }

section.module .offer .so-expire p {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  font-style: italic;
  margin-bottom: 2rem; }

@media screen and (max-width: 40em) {
  section.module .offer .so-expire p {
    font-size: 18px;
    font-size: 1.125rem; } }

/*
section.module.specialoffer .so-expire p {
	color: $color-star;
	font-weight: $font-weight-semibold;
	@include font-size(22px);
	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,
section.module.posts h2.post-title a,
section.module.featured-post h2.post-title a,
section.module.latest-post h2.post-title a {
  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: 600; }

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, 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 img.round,
  section.module.featured_pages img.round {
    max-width: 240px;
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 3rem; }

@media screen and (max-width: 40em) {
  section.module.child_pages img.round,
  section.module.featured_pages img.round {
    max-width: 200px;
    margin-top: 1rem; } }
  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 {
  background: #d7d7d7;
  background: -moz-linear-gradient(top, #d7d7d7 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #d7d7d7 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #d7d7d7 0%, #ffffff 100%); }

section.module.instagram.solid {
  padding-top: 30px !important;
  padding-bottom: 40px !important; }

@media screen and (max-width: 64em) {
  section.module.instagram.solid {
    padding-top: 30px !important;
    padding-bottom: 30px !important; } }

section.module.instagram .row.photos {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px; }

section.module.instagram .box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  box-shadow: none; }

@media screen and (max-width: 64em) {
  section.module.instagram .box a {
    padding: 10px; } }

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

section.module.instagram .box a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 20px;
  border-radius: 50%;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 64em) {
  section.module.instagram .box a:after {
    margin: 10px; } }

section.module.instagram .box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: inset 3px 0 2px rgba(0, 0, 0, 0.3); }

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 {
  padding-top: 1.875rem;
  background-color: #f7f7f7; }

section.module.location h3.post-subtitle a {
  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.cta_bar {
  padding: 3rem 0; }
  section.module.cta_bar .rbar .tbar {
    color: #666;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.1;
    text-align: center; }

@media screen and (min-width: 40.063em) and (max-width: 64em) {
  section.module.cta_bar .rbar .tbar {
    font-size: 24px;
    font-size: 1.5rem; } }

@media screen and (max-width: 40em) {
  section.module.cta_bar .rbar .tbar {
    font-size: 28px;
    font-size: 1.75rem;
    padding-left: 1rem;
    padding-right: 1rem; } }
  section.module.cta_bar .rbar.hasbutton {
    display: table;
    width: 100%; }
    section.module.cta_bar .rbar.hasbutton .tbar {
      display: table-cell;
      vertical-align: middle; }

@media screen and (max-width: 40em) {
  section.module.cta_bar .rbar.hasbutton .tbar {
    display: block; } }
    section.module.cta_bar .rbar.hasbutton .bbar {
      display: table-cell;
      vertical-align: middle;
      padding-left: 2rem; }

@media screen and (max-width: 40em) {
  section.module.cta_bar .rbar.hasbutton .bbar {
    display: block;
    padding-left: 0;
    text-align: center;
    margin-top: 2rem; } }
      section.module.cta_bar .rbar.hasbutton .bbar a.button {
        margin-bottom: 0;
        white-space: nowrap; }

@media screen and (max-width: 40em) {
  section.module.cta_bar .rbar.hasbutton .bbar a.button {
    white-space: break-word; } }
        section.module.cta_bar .rbar.hasbutton .bbar a.button.phone: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: -4px;
          margin-right: 7px;
          font-size: 24px;
          font-size: 1.5rem; }

section.module.comparison_table table {
  border-collapse: separate;
  border-spacing: 16px 2px;
  margin: 2rem 0 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 .cdsc {
      display: block;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 400;
      padding-top: .5rem; }
    section.module.comparison_table table tbody tr.pricing td.p2 .csym, section.module.comparison_table table tbody tr.pricing td.p2 .cprc {
      color: #1D3161; }
    section.module.comparison_table table tbody tr.pricing td.p3 .csym, section.module.comparison_table table tbody tr.pricing td.p3 .cprc {
      color: #00953b; }
  section.module.comparison_table table tbody tr:nth-child(2n) {
    border-bottom: unset;
    background-color: transparent; }
  section.module.comparison_table table th {
    font-size: 36px;
    font-size: 2.25rem; }
  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%;
      color: #1D3161; }
    section.module.comparison_table table thead th.p3 {
      width: 20%;
      color: #00953b; }
      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: #00953b;
        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: #47619e; }
    section.module.comparison_table table tbody td.p3 {
      background-color: #82c13d; }
    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: #00953b;
        content: '\e616'; }
      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;
      font-size: 26px;
      font-size: 1.625rem; }

@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 tbody td.p2.r1.sym:before {
      font-size: 48px;
      font-size: 3rem; }
    section.module.comparison_table table tbody td.p3.r1.sym:before {
      font-size: 48px;
      font-size: 3rem; }
  section.module.comparison_table table tfoot td, section.module.comparison_table table tfoot th {
    font-weight: 400;
    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: .5rem .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: .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: .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; } }

section.module.ahome {
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  padding-top: 250px;
  padding-bottom: 0 !important; }
  body.usemenu section.module.ahome {
    padding-top: 220px; }
  section.module.ahome .content {
    color: #fff;
    text-align: center; }
    section.module.ahome .content h2.title {
      font-size: 50px;
      font-size: 3.125rem;
      margin-top: 0 !important;
      margin-bottom: 1.5rem; }

@media screen and (min-width: 40.063em) and (max-width: 64em) {
  section.module.ahome .content h2.title {
    font-size: 40px;
    font-size: 2.5rem; } }

@media screen and (max-width: 40em) {
  section.module.ahome .content h2.title {
    font-size: 30px;
    font-size: 1.875rem; } }
    section.module.ahome .content p.pretitle {
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      font-size: 24px;
      font-size: 1.5rem;
      font-family: "warnock-pro-display", serif;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 3px;
      line-height: 1.2;
      margin-bottom: 0.75rem;
      display: inline-block; }
    section.module.ahome .content h3.subtitle {
      font-size: 26px;
      font-size: 1.625rem;
      margin-top: 0.5rem;
      margin-bottom: 1.5rem; }
    section.module.ahome .content div.asdesc p {
      font-size: 20px;
      font-size: 1.25rem; }
    section.module.ahome .content a.button {
      margin-top: 1rem; }
      section.module.ahome .content a.button.large {
        padding: 1.25rem 1.75rem; }
  section.module.ahome .abadgewrap {
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    padding-bottom: 90px; }

@media screen and (min-width: 40.063em) and (max-width: 64em) {
  section.module.ahome .abadgewrap {
    padding-bottom: 70px; } }

@media screen and (max-width: 40em) {
  section.module.ahome .abadgewrap {
    padding-bottom: 50px; } }
  section.module.ahome .abadges {
    margin-top: 5rem; }
    section.module.ahome .abadges h2 {
      margin-top: 2rem;
      color: #fdde82; }
    section.module.ahome .abadges .bimage img {
      filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.75));
      max-width: 70%; }

@media screen and (min-width: 40.063em) and (max-width: 64em) {
  section.module.ahome .abadges .bimage img {
    max-width: 70%; } }

@media screen and (max-width: 40em) {
  section.module.ahome .abadges .bimage img {
    max-width: 70%; } }
    section.module.ahome .abadges .bcopy {
      padding: 0 40px; }

@media screen and (min-width: 40.063em) and (max-width: 64em) {
  section.module.ahome .abadges .bcopy {
    padding: 0 20px; } }

@media screen and (max-width: 40em) {
  section.module.ahome .abadges .bcopy {
    padding: 0 10px 2rem; } }
    section.module.ahome .abadges .bbutton a.button {
      width: 100%; }

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

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

div.pagination a.page-numbers:hover {
  background-color: #111d3a;
  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: #1D3161;
  border-radius: 0;
  width: auto; }

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

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

::-webkit-input-placeholder {
  color: #666;
  font-weight: 400;
  font-size: 1.125rem;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif, 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: #1c6137; }

.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: 600;
  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;
  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;
  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;
  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;
  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;
  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: #fdde81;
  text-shadow: 0px 0px 6px rgba(253, 222, 129, 0.6); }

.frm_form_fields div.star-rating-hover a:before {
  color: #fdd768;
  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;
  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;
  transition: color 0.1s linear; }

.frm_form_fields div.frm-star-group label.star-rating-on:before {
  color: #fdde81;
  text-shadow: 0px 0px 6px rgba(253, 222, 129, 0.6); }

.frm_form_fields div.frm-star-group label.star-rating-hover:before {
  color: #fdd768;
  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, serif;
  font-weight: 400;
  color: #2d2d2d;
  padding: 0 14px;
  margin-bottom: 0;
  box-shadow: none;
  height: 40px;
  line-height: 40px;
  -webkit-transition: border-color 0.15s linear,background-color 0.15s linear;
  -moz-transition: border-color 0.15s linear,background-color 0.15s linear;
  -ms-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: 7px; }

.search-form input[type="search"] {
  height: 50px;
  line-height: 50px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-color: #ddd;
  margin-top: -.5rem;
  margin-bottom: 2rem;
  padding-left: 45px;
  -webkit-transition: border-color 0.15s linear;
  -moz-transition: border-color 0.15s linear;
  -ms-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: #dff7ff;
  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: transparent;
  background-color: #dff7ff; }

/* 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, 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);
  -moz-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;
  transition: box-shadow 0.25s, border-color 0.25s ease-in-out; }

.checkbox-proxy .chk .inner:hover .box {
  border-color: #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;
  transform: scale(0.6);
  transition: opacity 0.2s linear, transform 0.3s ease-out, visibility 0s linear 0.3s; }

.checkbox-proxy .chk .inner.checked .box:after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  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-radius: 7px;
  padding: 2rem;
  margin-bottom: 2rem;
  background-color: #dff7ff; }
  .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: 600; }

.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%; } }
