/*!
Theme Name: Allen Vanguard Theme
Theme URI: http://allenvanguard.com
Author: Nova Networks
Author URI: http://novanetworks.com
Description: Custom theme for Allen Vanguard website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: allenvanguard
*/
/* SASS MIXINS
---------------------------------------------------------------------------*/
/* sets font-size, font-weight, and line-height. Note: use real weights (300, 400, 700, 900)  */
/**
 * Burger parts
 *
 * (---) top    -> &:before
 * [---] middle -> &
 * (---) bottom -> &:after
 */
/**
 * Burger
 */
/**
 * Select parts of the burger
 */
/**
 * Burger animations
 */
/*Navihation horizontal*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Assistive text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */ }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
  text-align: center; }

/* Images */
.alignleft {
  float: left; }

.alignright {
  float: right; }

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

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

img.alignright {
  margin: 5px 0 5px 20px; }
img.alignleft {
  margin: 5px 20px 5px 0; }
img.aligncenter {
  margin: 5px auto; }
img.alignnone {
  margin: 5px 0; }

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img {
  max-width: 100%; }

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height] {
  height: auto; }

img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto; }
img.size-full, img.size-large, img.wp-post-image {
  height: auto;
  max-width: 100%; }

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%; }

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important; }

.white-panel {
  background: #FFF;
  padding: 15px;
  -webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.2);
  box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.2); }
  .white-panel img {
    max-width: 100%;
    height: auto; }
  .white-panel h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #d32f2f; }
  .white-panel a {
    cursor: pointer;
    color: #CEC532; }
    .white-panel a:focus, .white-panel a:hover, .white-panel a:active, .white-panel a:visited {
      color: #CEC532;
      text-decoration: underline; }

.img-panel {
  display: block; }
  .img-panel::after {
    clear: both;
    content: "";
    display: table; }
  .img-panel .ip-img {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding: 15px 0; }
    .img-panel .ip-img:last-child {
      margin-right: 0; }
    @media (max-width: 980px) {
      .img-panel .ip-img {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .img-panel .ip-img:last-child {
          margin-right: 0; } }
    .img-panel .ip-img img {
      max-width: 100%;
      display: block;
      margin: 0 auto;
      height: auto; }
  .img-panel .ip-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    padding: 15px;
    margin-right: 0; }
    .img-panel .ip-content:last-child {
      margin-right: 0; }
    @media (max-width: 980px) {
      .img-panel .ip-content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .img-panel .ip-content:last-child {
          margin-right: 0; } }

.left-panel::after {
  clear: both;
  content: "";
  display: table; }
.left-panel .left-img, .left-panel .left-content {
  float: left;
  padding: 15px; }

/* Small menu */
.menu-toggle,
.main-navigation.toggled .nav-menu {
  display: block; }

.menu-toggle {
  cursor: pointer;
  color: #fff;
  width: 100%;
  padding: 2.35765%;
  text-align: right; }

button {
  cursor: pointer; }

a {
  cursor: pointer;
  color: #191b1b;
  text-decoration: none; }
  a:focus, a:hover, a:active, a:visited {
    color: #191b1b; }

.blue-btn {
  border: none;
  border-bottom: 4px solid #d32f2f;
  border-color: #020913;
  background: #0E376D;
  color: #d7d7d6;
  border-radius: 0px;
  display: block;
  height: 40px;
  line-height: 200%;
  margin-top: 13.33333px !important;
  text-align: center;
  text-decoration: none;
  width: 200px;
  outline: none;
  -webkit-transition: background 0.3s ease-out, color 0.3s ease-out;
  -moz-transition: background 0.3s ease-out, color 0.3s ease-out;
  transition: background 0.3s ease-out, color 0.3s ease-out;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.125em;
  float: left;
  clear: both; }
  .blue-btn:hover, .blue-btn:focus, .blue-btn:active {
    background: #0b2c56;
    color: #fff;
    color: #FFFFFF; }

/* Grid */
.row {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .row::after {
    clear: both;
    content: "";
    display: table; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

.one {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%;
  padding: 2.35765%; }
  .one:last-child {
    margin-right: 0; }

.two {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  padding: 2.35765%; }
  .two:last-child {
    margin-right: 0; }

.three {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  padding: 2.35765%; }
  .three:last-child {
    margin-right: 0; }

.four {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  padding: 2.35765%; }
  .four:last-child {
    margin-right: 0; }

.five {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  padding: 2.35765%; }
  .five:last-child {
    margin-right: 0; }

.six {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  padding: 2.35765%; }
  .six:last-child {
    margin-right: 0; }

.seven {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  padding: 2.35765%; }
  .seven:last-child {
    margin-right: 0; }

.eight {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  padding: 2.35765%; }
  .eight:last-child {
    margin-right: 0; }

.nine {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  padding: 2.35765%; }
  .nine:last-child {
    margin-right: 0; }

.ten {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  padding: 2.35765%; }
  .ten:last-child {
    margin-right: 0; }

.eleven {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%;
  padding: 2.35765%; }
  .eleven:last-child {
    margin-right: 0; }

.twelve {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 2.35765%; }
  .twelve:last-child {
    margin-right: 0; }

@media screen and (max-width: 500px) {
  .one,
  .two,
  .three,
  .four,
  .five,
  .six,
  .seven,
  .eight,
  .nine,
  .ten,
  .eleven,
  .twelve {
    width: 100%;
    padding: 2.35765%; } }
/* Pagination */
.pagination {
  margin-bottom: 1.5em;
  text-align: center;
  margin-top: 50px;
  list-style: none; }
  .pagination li {
    list-style: none;
    display: inline-block;
    margin: 0; }
  .pagination a {
    display: inline-block;
    padding: 0.5em 0.75em;
    border: solid 1px #191b1b;
    color: #191b1b;
    line-height: 1;
    font-size: 1.125em;
    font-weight: 700; }
  .pagination a:hover {
    background: #191b1b;
    color: #ffffff; }
  .pagination li.active a {
    background: #d32f2f;
    border-color: #939292;
    color: #ffffff; }
  .pagination li.dots a {
    border-color: transparent; }

#all-products-slider {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0; }
  #all-products-slider.all-products-slider {
    width: calc(100% - 100px);
    margin: 20px auto;
    background: transparent;
    border: none; }
    @media (max-width: 480px) {
      #all-products-slider.all-products-slider {
        width: 100%; } }
    #all-products-slider.all-products-slider ul.slides li.product-slide {
      width: 280px !important;
      margin-right: 10px;
      float: left;
      display: block;
      background: #ffffff;
      position: relative;
      height: 280px;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      border: 10px solid #ffffff;
      opacity: 0.95;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      #all-products-slider.all-products-slider ul.slides li.product-slide:hover {
        opacity: 1; }
      #all-products-slider.all-products-slider ul.slides li.product-slide .product-inner-slide {
        border-radius: 50%;
        display: block;
        background: #ffffff;
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 0;
        overflow: hidden; }
        #all-products-slider.all-products-slider ul.slides li.product-slide .product-inner-slide .prod-img {
          width: 100%;
          height: 70%;
          display: block;
          background: #3b3d3d;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          text-align: center; }
          #all-products-slider.all-products-slider ul.slides li.product-slide .product-inner-slide .prod-img img {
            height: 90%;
            width: auto;
            margin: 5% auto; }
        #all-products-slider.all-products-slider ul.slides li.product-slide .product-inner-slide .prod-info {
          width: 100%;
          height: 30%;
          display: block;
          background: #d32f2f;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%; }
          #all-products-slider.all-products-slider ul.slides li.product-slide .product-inner-slide .prod-info span.name {
            display: block;
            width: 100%;
            text-align: center;
            font-size: 1.125em;
            margin-top: 5px;
            font-weight: bold;
            color: #ffffff; }
          #all-products-slider.all-products-slider ul.slides li.product-slide .product-inner-slide .prod-info span.prod-arrow {
            display: block;
            position: absolute;
            bottom: 0;
            border-radius: 50%;
            height: 100px;
            width: 100px;
            bottom: -60px;
            background: #ffffff;
            left: 50%;
            margin-left: -50px; }
            #all-products-slider.all-products-slider ul.slides li.product-slide .product-inner-slide .prod-info span.prod-arrow span.fa {
              width: 100%;
              text-align: center;
              font-size: 1.75em;
              color: #d32f2f;
              margin-top: 7px;
              margin-left: 5px; }
    #all-products-slider.all-products-slider .flex-control-nav {
      top: calc(100% + 20px);
      bottom: auto; }
      #all-products-slider.all-products-slider .flex-control-nav a {
        background: #d7d7d6; }
        #all-products-slider.all-products-slider .flex-control-nav a.flex-active {
          background: #d32f2f; }
    #all-products-slider.all-products-slider .flex-control-nav, #all-products-slider.all-products-slider .flex-direction-nav {
      z-index: 2; }
    #all-products-slider.all-products-slider .flex-direction-nav .flex-prev {
      left: -45px !important;
      opacity: 1;
      outline: none;
      padding-top: 10px;
      z-index: 2; }
      #all-products-slider.all-products-slider .flex-direction-nav .flex-prev:before {
        color: #d32f2f;
        text-shadow: none; }
      @media (max-width: 480px) {
        #all-products-slider.all-products-slider .flex-direction-nav .flex-prev {
          display: none; } }
    #all-products-slider.all-products-slider .flex-direction-nav .flex-next {
      right: -45px !important;
      opacity: 1;
      outline: none;
      padding-top: 10px;
      z-index: 2; }
      #all-products-slider.all-products-slider .flex-direction-nav .flex-next:before {
        color: #d32f2f;
        text-shadow: none; }
      @media (max-width: 480px) {
        #all-products-slider.all-products-slider .flex-direction-nav .flex-next {
          display: none; } }

.loadingOverlay {
  background-color: #191b1b;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001; }

.loadingOverlay .loader {
  position: fixed;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -70px;
  list-style: none; }

.loadingOverlay .loader li {
  background-color: #d32f2f;
  width: 20px;
  height: 50px;
  float: right;
  margin-right: 8px;
  box-shadow: 0px 100px 20px rgba(135, 135, 135, 0.2); }

.loadingOverlay .loader li:first-child {
  -webkit-animation: loadbars 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) infinite 0s;
  -moz-animation: loadbars 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) infinite 0s;
  animation: loadbars 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) infinite 0s; }

.loadingOverlay .loader li:nth-child(2) {
  -webkit-animation: loadbars 0.6s ease-in-out infinite -0.2s;
  -moz-animation: loadbars 0.6s ease-in-out infinite -0.2s;
  animation: loadbars 0.6s ease-in-out infinite -0.2s; }

.loadingOverlay .loader li:nth-child(3) {
  -webkit-animation: loadbars 0.6s ease-in-out infinite -0.4s;
  -moz-animation: loadbars 0.6s ease-in-out infinite -0.4s;
  animation: loadbars 0.6s ease-in-out infinite -0.4s; }

.loadingOverlay .loader li:nth-child(4) {
  -webkit-animation: loadbars 0.6s ease-in-out infinite -0.6s;
  -moz-animation: loadbars 0.6s ease-in-out infinite -0.6s;
  animation: loadbars 0.6s ease-in-out infinite -0.6s; }

.loadingOverlay .loader li:nth-child(5) {
  -webkit-animation: loadbars 0.6s ease-in-out infinite -0.8s;
  -moz-animation: loadbars 0.6s ease-in-out infinite -0.8s;
  animation: loadbars 0.6s ease-in-out infinite -0.8s; }

@-webkit-keyframes loadbars {
  0% {
    height: 50px;
    margin-top: 25px; }
  50% {
    height: 100px;
    margin-top: 0px; }
  100% {
    height: 50px;
    margin-top: 25px; } }
@-moz-keyframes loadbars {
  0% {
    height: 50px;
    margin-top: 25px; }
  50% {
    height: 100px;
    margin-top: 0px; }
  100% {
    height: 50px;
    margin-top: 25px; } }
@keyframes loadbars {
  0% {
    height: 50px;
    margin-top: 25px; }
  50% {
    height: 100px;
    margin-top: 0px; }
  100% {
    height: 50px;
    margin-top: 25px; } }
.sticky {
  background: #d7d7d6;
  border: 3px solid #d32f2f;
  padding: 15px; }

/* Containers */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  color: #191b1b;
  line-height: 1.4em;
  background-color: #000000;
  background: url("img/content-bg.png");
  background-attachment: fixed;
  /**********************
      FOOTER GRID
  *********************/ }
  body fieldset {
    border: 0; }
  @media (max-width: 980px) {
    body {
      padding-top: 80px; } }
  body .site-header {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    body .site-header::after {
      clear: both;
      content: "";
      display: table; }
    body .site-header::after {
      clear: both;
      content: "";
      display: table; }
    body .site-header .header-content {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 15px; }
      body .site-header .header-content::after {
        clear: both;
        content: "";
        display: table; }
      body .site-header .header-content::after {
        clear: both;
        content: "";
        display: table; }
    body .site-header .nav-container {
      background-color: #0E376D; }
  body .main-content {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 100%;
    overflow: hidden; }
    body .main-content::after {
      clear: both;
      content: "";
      display: table; }
    body .main-content::after {
      clear: both;
      content: "";
      display: table; }
    body .main-content .about-us-facebook-feed {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      margin-left: auto !important;
      margin-right: auto !important; }
      body .main-content .about-us-facebook-feed::after {
        clear: both;
        content: "";
        display: table; }
      body .main-content .about-us-facebook-feed::after {
        clear: both;
        content: "";
        display: table; }
    body .main-content .site-section {
      width: 100%;
      margin-left: auto !important;
      margin-right: auto !important; }
      body .main-content .site-section::after {
        clear: both;
        content: "";
        display: table; }
      body .main-content .site-section .menu-container {
        background: #d7d7d6;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        body .main-content .site-section .menu-container:last-child {
          margin-right: 0; }
        @media (max-width: 980px) {
          body .main-content .site-section .menu-container {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%;
            margin-top: 20px;
            margin-bottom: 20px; }
            body .main-content .site-section .menu-container:last-child {
              margin-right: 0; } }
        body .main-content .site-section .menu-container .menu-col {
          padding: 0; }
          body .main-content .site-section .menu-container .menu-col h2 {
            color: #ffffff;
            font-weight: 700;
            border-bottom: 1px solid #191b1b;
            padding: 15px;
            background: #0E376D;
            border-top: 5px solid #CEC532;
            font-size: 1.5em; }
            body .main-content .site-section .menu-container .menu-col h2 a {
              color: #ffffff; }
              body .main-content .site-section .menu-container .menu-col h2 a:hover, body .main-content .site-section .menu-container .menu-col h2 a:focus, body .main-content .site-section .menu-container .menu-col h2 a:active {
                text-decoration: underline; }
          body .main-content .site-section .menu-container .menu-col ul {
            list-style: none;
            padding: 10px;
            color: #191b1b;
            font-weight: 700; }
            body .main-content .site-section .menu-container .menu-col ul li {
              padding: 5px 0; }
              body .main-content .site-section .menu-container .menu-col ul li a {
                font-size: 1.125em;
                display: block; }
                body .main-content .site-section .menu-container .menu-col ul li a:hover, body .main-content .site-section .menu-container .menu-col ul li a:focus, body .main-content .site-section .menu-container .menu-col ul li a:active {
                  text-decoration: underline; }
              body .main-content .site-section .menu-container .menu-col ul li.current {
                color: #d32f2f; }
                body .main-content .site-section .menu-container .menu-col ul li.current a {
                  color: #d32f2f; }
          body .main-content .site-section .menu-container .menu-col.news-menu-col li a {
            display: inline-block; }
        body .main-content .site-section .menu-container.contact-menu-container {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          body .main-content .site-section .menu-container.contact-menu-container:last-child {
            margin-right: 0; }
          body .main-content .site-section .menu-container.contact-menu-container .menu-col h2 {
            font-size: 2.25em; }
      body .main-content .site-section .hero-banner {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%; }
        body .main-content .site-section .hero-banner img {
          width: 100%; }
        body .main-content .site-section .hero-banner:last-child {
          margin-right: 0; }
        @media (max-width: 980px) {
          body .main-content .site-section .hero-banner {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%;
            margin-top: 20px; }
            body .main-content .site-section .hero-banner:last-child {
              margin-right: 0; } }
      body .main-content .site-section .contact-content .hero-banner {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-top: 20px; }
        body .main-content .site-section .contact-content .hero-banner:last-child {
          margin-right: 0; }
      body .main-content .site-section .content-col {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        border-top: 10px solid #0E376D;
        color: #191b1b;
        background: #CFD7E4; }
        body .main-content .site-section .content-col:last-child {
          margin-right: 0; }
        @media (max-width: 980px) {
          body .main-content .site-section .content-col {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%;
            margin-top: 20px; }
            body .main-content .site-section .content-col:last-child {
              margin-right: 0; } }
        body .main-content .site-section .content-col.contact-content, body .main-content .site-section .content-col.full-width-content {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          background: none;
          border: none; }
          body .main-content .site-section .content-col.contact-content:last-child, body .main-content .site-section .content-col.full-width-content:last-child {
            margin-right: 0; }
        body .main-content .site-section .content-col .post-head {
          color: #d32f2f;
          font-weight: 700;
          border-bottom: 1px solid #191b1b;
          font-size: 2.25em;
          padding: 15px; }
        body .main-content .site-section .content-col .content {
          padding: 20px; }
          body .main-content .site-section .content-col .content .content-heading {
            text-align: center;
            margin-bottom: 10px;
            line-height: 130%; }
  body .footer-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding: 10px; }
    body .footer-col:last-child {
      margin-right: 0; }

/* Header */
.site-header {
  padding-top: 10px;
  position: relative; }
  @media (max-width: 980px) {
    .site-header {
      padding-top: 0;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      border-bottom: 2px solid #CEC532;
      z-index: 999;
      background: rgba(207, 215, 228, 0.8); } }
  .site-header .header-content {
    margin: 0;
    position: relative;
    z-index: 1000; }
    .site-header .header-content::after {
      clear: both;
      content: "";
      display: table; }
    @media (max-width: 980px) {
      .site-header .header-content {
        margin: 7px 0 0; } }
    .site-header .header-content .logo {
      display: inline-block;
      margin: 0 30px; }
      @media (max-width: 980px) {
        .site-header .header-content .logo {
          margin: 0 10px;
          width: 100px; } }
      .site-header .header-content .logo img {
        width: 100%; }
      @media (max-width: 480px) {
        .site-header .header-content .logo {
          margin: 0; } }
    .site-header .header-content .mobile-nav-btns {
      display: none; }
      @media (max-width: 980px) {
        .site-header .header-content .mobile-nav-btns {
          display: block;
          float: right; } }
      .site-header .header-content .mobile-nav-btns a {
        display: block;
        width: 45px;
        height: 45px;
        font-size: 2.2em;
        color: #0E376D;
        float: left;
        padding: 5px;
        margin: 5px;
        text-align: center; }
        .site-header .header-content .mobile-nav-btns a.nav-hamburger .fa:before {
          content: "\f0c9"; }
        .site-header .header-content .mobile-nav-btns a.mob-search-btn .fa:before {
          content: "\f002"; }
        .site-header .header-content .mobile-nav-btns a.mob-btn-active .fa:before {
          content: "\f00d"; }
    .site-header .header-content .search-wrapper {
      float: right; }
      .site-header .header-content .search-wrapper::after {
        clear: both;
        content: "";
        display: table; }
      @media (max-width: 980px) {
        .site-header .header-content .search-wrapper {
          display: none; } }
      .site-header .header-content .search-wrapper .search-input-box {
        width: 250px;
        display: block;
        margin-top: 10px;
        background: #FFF;
        border: 3px solid #CFD7E4;
        padding-right: 0;
        position: relative;
        top: 24px;
        right: 0px;
        -webkit-transition: width 0.4s ease-out, padding-right 0.4s ease-out;
        -moz-transition: width 0.4s ease-out, padding-right 0.4s ease-out;
        transition: width 0.4s ease-out, padding-right 0.4s ease-out;
        -webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.2);
        -moz-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.2);
        box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.2); }
        .site-header .header-content .search-wrapper .search-input-box .search-me {
          float: right;
          background: transparent;
          border: none;
          margin-right: 5px;
          margin-top: 2px;
          font-size: 1.5em;
          color: #191b1b; }
      .site-header .header-content .search-wrapper .search-input {
        display: inline-block;
        padding: 7px;
        border: 0;
        font-size: 16px;
        outline: none; }
      .site-header .header-content .search-wrapper .search-btn {
        font-size: 1.5em;
        text-align: center;
        width: 35px;
        height: 35px;
        padding: 2px 5px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        color: #ffffff;
        text-align: center;
        display: block; }
        .site-header .header-content .search-wrapper .search-btn span:before {
          content: "\f002"; }
      .site-header .header-content .search-wrapper.search-active .search-input-box {
        width: 265px; }
      .site-header .header-content .search-wrapper.search-active .search-btn {
        background: #d32f2f; }
        .site-header .header-content .search-wrapper.search-active .search-btn span:before {
          content: "\f00d"; }
  .site-header .nav-container {
    display: block;
    float: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .site-header .nav-container::after {
      clear: both;
      content: "";
      display: table; }
    .site-header .nav-container::after {
      clear: both;
      content: "";
      display: table; }

/* Main Navigation */
.main-navigation {
  margin-right: 40px;
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .main-navigation::after {
    clear: both;
    content: "";
    display: table; }
  .main-navigation::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 980px) {
    .main-navigation {
      display: none; } }
  .main-navigation ul.top-nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: right; }
    .main-navigation ul.top-nav::after {
      clear: both;
      content: "";
      display: table; }
    .main-navigation ul.top-nav > li {
      display: block;
      float: left; }
      .main-navigation ul.top-nav > li:last-child {
        margin-right: 0px; }
    .main-navigation ul.top-nav > li {
      position: relative; }
      .main-navigation ul.top-nav > li > a {
        padding: 15px;
        font-size: 1.25em;
        color: #ffffff;
        line-height: 1.0625em;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        text-align: center;
        display: block;
        border: 1px solid transparent;
        font-weight: bold; }
        .main-navigation ul.top-nav > li > a:hover, .main-navigation ul.top-nav > li > a:active, .main-navigation ul.top-nav > li > a:focus {
          outline: none;
          background: #CFD7E4;
          color: #0E376D; }
      .main-navigation ul.top-nav > li:hover > a, .main-navigation ul.top-nav > li:active > a, .main-navigation ul.top-nav > li:focus > a {
        outline: none;
        background: #CFD7E4;
        color: #0E376D; }
      .main-navigation ul.top-nav > li .main-sub-nav {
        list-style-type: none;
        padding: 0;
        margin: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        -webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.2);
        -moz-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.2);
        box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.2);
        z-index: 999;
        border: 1px solid #811b1b;
        display: none; }
        .main-navigation ul.top-nav > li .main-sub-nav > li {
          display: block;
          padding: 0;
          margin: 0; }
          .main-navigation ul.top-nav > li .main-sub-nav > li:last-child {
            margin-right: 0px; }
          .main-navigation ul.top-nav > li .main-sub-nav > li > a {
            display: block;
            height: 45px;
            width: 100%;
            color: #ffffff;
            background: #252628; }
        .main-navigation ul.top-nav > li .main-sub-nav li a {
          padding: 10px 15px;
          height: 40px;
          display: block;
          line-height: 1em;
          border-bottom: 1px solid #d32f2f;
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
          white-space: nowrap; }
          .main-navigation ul.top-nav > li .main-sub-nav li a:hover, .main-navigation ul.top-nav > li .main-sub-nav li a:active, .main-navigation ul.top-nav > li .main-sub-nav li a:focus {
            outline: none;
            background: #811b1b;
            color: #FFF; }

.mobile-nav-container {
  position: absolute;
  top: 100%;
  -webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.2);
  box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.2);
  z-index: 999;
  width: 100%;
  left: 0;
  margin-top: 2px; }
  .mobile-nav-container .mobile-navigation {
    display: none;
    position: relative; }
    .mobile-nav-container .mobile-navigation::after {
      clear: both;
      content: "";
      display: table; }
    .mobile-nav-container .mobile-navigation ul.mobile-main {
      list-style-type: none;
      padding: 0;
      margin: 0;
      overflow: hidden; }
      .mobile-nav-container .mobile-navigation ul.mobile-main > li {
        display: block;
        padding: 0;
        margin: 0; }
        .mobile-nav-container .mobile-navigation ul.mobile-main > li:last-child {
          margin-right: 0px; }
        .mobile-nav-container .mobile-navigation ul.mobile-main > li > a {
          display: block;
          height: 45px;
          width: 100%;
          color: #ffffff;
          background: #252628; }
      .mobile-nav-container .mobile-navigation ul.mobile-main > li {
        position: relative; }
        .mobile-nav-container .mobile-navigation ul.mobile-main > li > a {
          border-bottom: 2px solid #CEC532;
          line-height: 280%;
          padding-left: 15px;
          -webkit-transition: background 0.2s ease-out, border-bottom-color 0.2s ease-out;
          -moz-transition: background 0.2s ease-out, border-bottom-color 0.2s ease-out;
          transition: background 0.2s ease-out, border-bottom-color 0.2s ease-out; }
          .mobile-nav-container .mobile-navigation ul.mobile-main > li > a:hover, .mobile-nav-container .mobile-navigation ul.mobile-main > li > a:focus, .mobile-nav-container .mobile-navigation ul.mobile-main > li > a:active {
            background: #0E376D; }
        .mobile-nav-container .mobile-navigation ul.mobile-main > li .mob-menu-expand-btn {
          display: block;
          background: #811b1b;
          position: absolute;
          right: 0;
          top: 0;
          width: 45px;
          height: 43px;
          text-align: center;
          font-weight: 700;
          font-size: 1.5em;
          line-height: 1.5em;
          color: #FFF;
          cursor: pointer; }
        .mobile-nav-container .mobile-navigation ul.mobile-main > li ul {
          overflow: hidden;
          height: 0;
          list-style-type: none;
          padding: 0;
          margin: 0;
          overflow: hidden;
          -webkit-transition: height 0.2s ease-out;
          -moz-transition: height 0.2s ease-out;
          transition: height 0.2s ease-out; }
          .mobile-nav-container .mobile-navigation ul.mobile-main > li ul > li {
            display: block;
            padding: 0;
            margin: 0; }
            .mobile-nav-container .mobile-navigation ul.mobile-main > li ul > li:last-child {
              margin-right: 0px; }
            .mobile-nav-container .mobile-navigation ul.mobile-main > li ul > li > a {
              display: block;
              height: 45px;
              width: 100%;
              color: #d9d9d9;
              background: #252628; }
          .mobile-nav-container .mobile-navigation ul.mobile-main > li ul li a {
            line-height: 280%;
            position: relative;
            overflow: hidden;
            padding-left: 50px;
            border-bottom: 1px solid #811b1b;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out; }
            .mobile-nav-container .mobile-navigation ul.mobile-main > li ul li a:before {
              position: absolute;
              height: 0;
              width: 30px;
              left: 10px;
              border-bottom: 3px solid #d32f2f;
              top: 46%;
              content: ""; }
            .mobile-nav-container .mobile-navigation ul.mobile-main > li ul li a:hover, .mobile-nav-container .mobile-navigation ul.mobile-main > li ul li a:focus, .mobile-nav-container .mobile-navigation ul.mobile-main > li ul li a:active {
              background: #811b1b;
              color: #ffffff; }
  .mobile-nav-container.mob-nav-active .mobile-navigation {
    height: calc(100vh - 70px);
    overflow: auto; }
  .mobile-nav-container .mobile-search {
    position: absolute;
    top: 0;
    height: 60px;
    width: 100%;
    background: #CFD7E4;
    display: none;
    -webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.2);
    box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.2);
    border-bottom: 2px solid #CEC532; }
    .mobile-nav-container .mobile-search::after {
      clear: both;
      content: "";
      display: table; }
    .mobile-nav-container .mobile-search .search-input-box {
      width: 90%;
      overflow: hidden;
      margin: 0 auto;
      margin-top: 10px;
      background: #FFF;
      border-bottom: 3px solid #0E376D;
      padding-right: 0;
      -webkit-transition: width 0.2s ease-out, padding-right 0.2s ease-out;
      -moz-transition: width 0.2s ease-out, padding-right 0.2s ease-out;
      transition: width 0.2s ease-out, padding-right 0.2s ease-out; }
      .mobile-nav-container .mobile-search .search-input-box .search-me {
        float: right;
        background: transparent;
        border: none;
        margin-right: 5px;
        margin-top: 2px;
        font-size: 1.5em;
        color: #0E376D;
        display: inline-block; }
    .mobile-nav-container .mobile-search .search-input {
      display: inline-block;
      padding: 7px;
      border: 0;
      font-size: 16px;
      outline: none; }

.main-content .site-section.slider-section {
  max-height: 400px;
  position: relative;
  z-index: 0; }
  .main-content .site-section.slider-section img {
    max-height: 400px;
    width: 100%; }
.main-content .site-section .hero-banner img {
  max-height: 400px;
  width: 70%; }
.main-content .site-section.website-blurb {
  padding: 15px; }
  .main-content .site-section.website-blurb .blurb-head {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px; }
.main-content .site-section.service-section {
  background: #CFD7E4;
  border-top: 10px solid #0E376D; }
  .main-content .site-section.service-section .service-img {
    text-align: right;
    overflow: hidden;
    margin-top: -10px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .main-content .site-section.service-section .service-img img {
      max-width: 100%; }
    .main-content .site-section.service-section .service-img::after {
      clear: both;
      content: "";
      display: table; }
    .main-content .site-section.service-section .service-img:last-child {
      margin-right: 0; }
    @media (max-width: 980px) {
      .main-content .site-section.service-section .service-img {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        text-align: center;
        margin-bottom: 20px; }
        .main-content .site-section.service-section .service-img:last-child {
          margin-right: 0; } }
  .main-content .site-section.service-section .service-text {
    padding: 40px 20px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .main-content .site-section.service-section .service-text:last-child {
      margin-right: 0; }
    @media (max-width: 980px) {
      .main-content .site-section.service-section .service-text {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-top: 20px;
        padding: 0px 20px 20px; }
        .main-content .site-section.service-section .service-text:last-child {
          margin-right: 0; }
        .main-content .site-section.service-section .service-text .service-title, .main-content .site-section.service-section .service-text h3.service-sub-title {
          text-align: center; } }
    .main-content .site-section.service-section .service-text .service-title {
      font-size: 2em; }
      @media (max-width: 980px) {
        .main-content .site-section.service-section .service-text .service-title {
          display: block;
          font-size: 1.5em;
          line-height: 130%; } }
    .main-content .site-section.service-section .service-text h3.service-sub-title {
      padding: 20px 0; }

.footer-container {
  background-color: #252628;
  position: relative; }
  .footer-container .site-footer {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    color: #FFF; }
    .footer-container .site-footer::after {
      clear: both;
      content: "";
      display: table; }
    .footer-container .site-footer::after {
      clear: both;
      content: "";
      display: table; }
    .footer-container .site-footer .footer-col {
      text-align: center; }
      .footer-container .site-footer .footer-col ul {
        list-style: none;
        display: block;
        margin: 0 auto;
        width: 547px;
        max-width: 90%;
        overflow: hidden; }
        .footer-container .site-footer .footer-col ul li {
          padding: 10px 10px 0;
          float: left; }
          @media (max-width: 980px) {
            .footer-container .site-footer .footer-col ul li {
              width: 100%; } }
          .footer-container .site-footer .footer-col ul li a {
            color: #ffffff;
            font-size: 1.25em; }
            .footer-container .site-footer .footer-col ul li a:hover, .footer-container .site-footer .footer-col ul li a:active, .footer-container .site-footer .footer-col ul li a:focus {
              text-decoration: underline; }
        .footer-container .site-footer .footer-col ul.sub-menu li, .footer-container .site-footer .footer-col ul.children li {
          position: relative;
          padding-left: 20px; }
          .footer-container .site-footer .footer-col ul.sub-menu li:before, .footer-container .site-footer .footer-col ul.children li:before {
            content: "-";
            color: #d32f2f;
            display: block;
            position: absolute;
            left: 5px; }
            @media (max-width: 980px) {
              .footer-container .site-footer .footer-col ul.sub-menu li:before, .footer-container .site-footer .footer-col ul.children li:before {
                display: none; } }
      .footer-container .site-footer .footer-col .contact-info {
        padding: 10px; }
        .footer-container .site-footer .footer-col .contact-info a {
          color: #ffffff;
          text-decoration: underline; }
          .footer-container .site-footer .footer-col .contact-info a:hover, .footer-container .site-footer .footer-col .contact-info a:active, .footer-container .site-footer .footer-col .contact-info a:focus {
            text-decoration: underline; }
      .footer-container .site-footer .footer-col .social-container ul.social-menu {
        font-size: 2em;
        text-align: center; }
        .footer-container .site-footer .footer-col .social-container ul.social-menu li {
          padding: 10px;
          background: #d32f2f;
          width: 50px;
          height: 50px;
          border-radius: 50%; }
      .footer-container .site-footer .footer-col .social-container .cts-logo {
        text-align: center;
        margin-top: 15px; }
      .footer-container .site-footer .footer-col .social-container .cts-link {
        text-align: center; }
        .footer-container .site-footer .footer-col .social-container .cts-link a {
          color: #ffffff;
          text-decoration: underline; }
          .footer-container .site-footer .footer-col .social-container .cts-link a:focus, .footer-container .site-footer .footer-col .social-container .cts-link a:hover, .footer-container .site-footer .footer-col .social-container .cts-link a:active, .footer-container .site-footer .footer-col .social-container .cts-link a:visited {
            color: #d32f2f; }
  .footer-container .copyrights {
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
    color: #ffffff; }
    .footer-container .copyrights .footer-links a {
      color: #ffffff;
      text-decoration: underline; }
      .footer-container .copyrights .footer-links a:focus, .footer-container .copyrights .footer-links a:hover, .footer-container .copyrights .footer-links a:active, .footer-container .copyrights .footer-links a:visited {
        color: #d32f2f; }

.main-content .site-section.about-section, .main-content .site-section.single-post-section, .main-content .site-section.full-width-section {
  margin: 20px 0; }
  .main-content .site-section.about-section .content-col ul, .main-content .site-section.single-post-section .content-col ul, .main-content .site-section.full-width-section .content-col ul {
    margin-left: 20px; }
  .main-content .site-section.about-section .content-col h4, .main-content .site-section.single-post-section .content-col h4, .main-content .site-section.full-width-section .content-col h4 {
    color: #d32f2f;
    margin: 15px 0 10px;
    font-size: 1.25em; }
  .main-content .site-section.about-section .content-col h3, .main-content .site-section.single-post-section .content-col h3, .main-content .site-section.full-width-section .content-col h3 {
    color: #d32f2f;
    margin: 15px 0 10px;
    font-size: 1.5em; }
  .main-content .site-section.about-section .content-col h5, .main-content .site-section.about-section .content-col h6, .main-content .site-section.single-post-section .content-col h5, .main-content .site-section.single-post-section .content-col h6, .main-content .site-section.full-width-section .content-col h5, .main-content .site-section.full-width-section .content-col h6 {
    font-size: 18px;
    color: #d32f2f;
    margin: 10px 0 5px; }
  .main-content .site-section.about-section .content-col table, .main-content .site-section.single-post-section .content-col table, .main-content .site-section.full-width-section .content-col table {
    border-collapse: collapse;
    border-color: #0E376D; }

.main-content .site-section.news-section {
  margin: 20px 0; }
  .main-content .site-section.news-section .content-col {
    background: transparent;
    border-top: none; }
  .main-content .site-section.news-section .news-row::after {
    clear: both;
    content: "";
    display: table; }
  .main-content .site-section.news-section .news-row .news-panel {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    background: #CFD7E4;
    margin-bottom: 20px; }
    .main-content .site-section.news-section .news-row .news-panel:last-child {
      margin-right: 0; }
    @media (max-width: 980px) {
      .main-content .site-section.news-section .news-row .news-panel {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .main-content .site-section.news-section .news-row .news-panel:last-child {
          margin-right: 0; } }
    .main-content .site-section.news-section .news-row .news-panel .news-img {
      width: 100%;
      height: auto;
      position: relative;
      max-height: 200px;
      overflow: hidden; }
      .main-content .site-section.news-section .news-row .news-panel .news-img img {
        width: 100%; }
    .main-content .site-section.news-section .news-row .news-panel .news-head {
      line-height: 130%;
      text-align: center;
      background: #0E376D;
      padding: 10px;
      color: #ffffff;
      border-top: 5px solid #CEC532; }
      .main-content .site-section.news-section .news-row .news-panel .news-head::after {
        clear: both;
        content: "";
        display: table; }
      .main-content .site-section.news-section .news-row .news-panel .news-head h3 {
        font-size: 1.25em;
        float: left;
        margin-top: 10px; }
      .main-content .site-section.news-section .news-row .news-panel .news-head .news-date {
        float: right; }
        .main-content .site-section.news-section .news-row .news-panel .news-head .news-date span {
          display: block; }
    .main-content .site-section.news-section .news-row .news-panel .news-content {
      padding: 15px;
      color: #191b1b; }
      .main-content .site-section.news-section .news-row .news-panel .news-content .news-blurb {
        margin-bottom: 20px; }
      .main-content .site-section.news-section .news-row .news-panel .news-content .news-rm-btn {
        border: none;
        border-bottom: 4px solid #d32f2f;
        border-color: #020913;
        background: #0E376D;
        color: #d7d7d6;
        border-radius: 0px;
        display: block;
        height: 40px;
        line-height: 160%;
        margin-top: 13.33333px !important;
        text-align: center;
        text-decoration: none;
        width: 90%;
        outline: none;
        -webkit-transition: background 0.3s ease-out, color 0.3s ease-out;
        -moz-transition: background 0.3s ease-out, color 0.3s ease-out;
        transition: background 0.3s ease-out, color 0.3s ease-out;
        font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-size: 1.25em;
        margin: 0 auto;
        max-width: 200px; }
        .main-content .site-section.news-section .news-row .news-panel .news-content .news-rm-btn:hover, .main-content .site-section.news-section .news-row .news-panel .news-content .news-rm-btn:focus, .main-content .site-section.news-section .news-row .news-panel .news-content .news-rm-btn:active {
          background: #0b2c56;
          color: #fff;
          color: #FFFFFF; }
        @media (max-width: 980px) {
          .main-content .site-section.news-section .news-row .news-panel .news-content .news-rm-btn {
            width: 200px; } }

.main-content .site-section.product-section {
  margin: 20px 0; }
  .main-content .site-section.product-section .content-col {
    background: transparent; }
  .main-content .site-section.product-section h2.product-head {
    color: #d32f2f;
    font-weight: 700;
    border-bottom: 1px solid #191b1b;
    font-size: 2.25em;
    padding: 15px;
    background: #d7d7d6; }
  .main-content .site-section.product-section .product-main {
    background: #d7d7d6; }
    .main-content .site-section.product-section .product-main .product-tagline {
      text-align: center;
      font-style: italic;
      margin-bottom: 10px;
      font-size: 1.75em;
      padding: 10px;
      line-height: 130%; }
    .main-content .site-section.product-section .product-main .product-content {
      padding: 15px; }
      .main-content .site-section.product-section .product-main .product-content::after {
        clear: both;
        content: "";
        display: table; }
      .main-content .site-section.product-section .product-main .product-content .product-img {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .main-content .site-section.product-section .product-main .product-content .product-img:last-child {
          margin-right: 0; }
        @media (max-width: 980px) {
          .main-content .site-section.product-section .product-main .product-content .product-img {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%; }
            .main-content .site-section.product-section .product-main .product-content .product-img:last-child {
              margin-right: 0; } }
        .main-content .site-section.product-section .product-main .product-content .product-img img {
          max-width: 90%;
          display: block;
          margin: 0 auto; }
      .main-content .site-section.product-section .product-main .product-content .product-text {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%; }
        .main-content .site-section.product-section .product-main .product-content .product-text:last-child {
          margin-right: 0; }
        @media (max-width: 980px) {
          .main-content .site-section.product-section .product-main .product-content .product-text {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%; }
            .main-content .site-section.product-section .product-main .product-content .product-text:last-child {
              margin-right: 0; } }
  .main-content .site-section.product-section .accessory-main {
    background: #d7d7d6;
    border-bottom: 1px solid #000000; }
    .main-content .site-section.product-section .accessory-main h3.accessory-head {
      color: #d32f2f;
      font-weight: 700;
      font-size: 1.5em;
      padding: 10px;
      text-align: center; }
    .main-content .site-section.product-section .accessory-main .accessory-content {
      padding: 15px; }
      .main-content .site-section.product-section .accessory-main .accessory-content::after {
        clear: both;
        content: "";
        display: table; }
      .main-content .site-section.product-section .accessory-main .accessory-content .accessory-img {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .main-content .site-section.product-section .accessory-main .accessory-content .accessory-img:last-child {
          margin-right: 0; }
        @media (max-width: 980px) {
          .main-content .site-section.product-section .accessory-main .accessory-content .accessory-img {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%; }
            .main-content .site-section.product-section .accessory-main .accessory-content .accessory-img:last-child {
              margin-right: 0; } }
        .main-content .site-section.product-section .accessory-main .accessory-content .accessory-img img {
          max-width: 90%;
          display: block;
          margin: 0 auto; }
      .main-content .site-section.product-section .accessory-main .accessory-content .accessory-text {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%; }
        .main-content .site-section.product-section .accessory-main .accessory-content .accessory-text:last-child {
          margin-right: 0; }
        @media (max-width: 980px) {
          .main-content .site-section.product-section .accessory-main .accessory-content .accessory-text {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%; }
            .main-content .site-section.product-section .accessory-main .accessory-content .accessory-text:last-child {
              margin-right: 0; } }
    .main-content .site-section.product-section .accessory-main .accessory-carousel {
      margin-bottom: 20px; }
      .main-content .site-section.product-section .accessory-main .accessory-carousel .accessory-slider {
        width: calc(100% - 100px);
        margin: 20px auto !important;
        -webkit-transition: width 0.2s ease-out;
        -moz-transition: width 0.2s ease-out;
        transition: width 0.2s ease-out;
        background: transparent;
        border: none; }
        .main-content .site-section.product-section .accessory-main .accessory-carousel .accessory-slider .accessory-slide {
          max-height: 210px; }
        .main-content .site-section.product-section .accessory-main .accessory-carousel .accessory-slider .flex-control-nav {
          top: calc(100% + 20px);
          bottom: auto; }
          .main-content .site-section.product-section .accessory-main .accessory-carousel .accessory-slider .flex-control-nav a {
            background: #d7d7d6; }
            .main-content .site-section.product-section .accessory-main .accessory-carousel .accessory-slider .flex-control-nav a.flex-active {
              background: #d32f2f; }
        .main-content .site-section.product-section .accessory-main .accessory-carousel .accessory-slider .flex-control-nav, .main-content .site-section.product-section .accessory-main .accessory-carousel .accessory-slider .flex-direction-nav {
          z-index: 2; }
        .main-content .site-section.product-section .accessory-main .accessory-carousel .accessory-slider .flex-direction-nav .flex-prev {
          left: -45px !important;
          opacity: 1;
          outline: none;
          padding-top: 10px;
          z-index: 2; }
          .main-content .site-section.product-section .accessory-main .accessory-carousel .accessory-slider .flex-direction-nav .flex-prev:before {
            color: #d32f2f;
            text-shadow: none; }
        .main-content .site-section.product-section .accessory-main .accessory-carousel .accessory-slider .flex-direction-nav .flex-next {
          right: -45px !important;
          opacity: 1;
          outline: none;
          padding-top: 10px;
          z-index: 2; }
          .main-content .site-section.product-section .accessory-main .accessory-carousel .accessory-slider .flex-direction-nav .flex-next:before {
            color: #d32f2f;
            text-shadow: none; }
  .main-content .site-section.product-section .product-addtionals {
    margin-top: 20px; }
    .main-content .site-section.product-section .product-addtionals::after {
      clear: both;
      content: "";
      display: table; }
    .main-content .site-section.product-section .product-addtionals .pa-row {
      display: block; }
      .main-content .site-section.product-section .product-addtionals .pa-row::after {
        clear: both;
        content: "";
        display: table; }
      .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        -webkit-transition: height 0.3s ease-out;
        -moz-transition: height 0.3s ease-out;
        transition: height 0.3s ease-out;
        overflow: hidden;
        margin-bottom: 20px; }
        .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab:last-child {
          margin-right: 0; }
        @media (max-width: 980px) {
          .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%; }
            .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab:last-child {
              margin-right: 0; } }
        .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab .pa-title {
          background: #bebebc;
          min-height: 45px;
          font-size: 1.375em;
          padding: 15px 10px;
          padding-left: 40px;
          position: relative;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
          cursor: pointer; }
          .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab .pa-title span {
            display: block;
            position: absolute;
            left: 10px;
            top: 15px;
            color: #d32f2f; }
            .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab .pa-title span:before {
              content: "\f078"; }
          .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab .pa-title:hover {
            background: #d32f2f;
            color: #ffffff; }
            .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab .pa-title:hover span {
              color: #FFF; }
        .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab .pa-content {
          padding: 15px;
          background: #ebebea;
          border: 2px solid #bebebc; }
        .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab.tab-open .pa-title {
          background: #d32f2f;
          color: #ffffff;
          cursor: pointer; }
          .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab.tab-open .pa-title span {
            color: #ffffff; }
            .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab.tab-open .pa-title span:before {
              content: "\f077"; }
        .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab.pa-features ul {
          margin-left: 15px; }
        .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab.pa-recommended ul {
          list-style: none; }
          .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab.pa-recommended ul li.related {
            border-bottom: 1px solid #a5a5a2;
            padding-bottom: 7px;
            margin-bottom: 7px; }
            .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab.pa-recommended ul li.related::after {
              clear: both;
              content: "";
              display: table; }
            .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab.pa-recommended ul li.related:last-child {
              border-bottom: 0;
              margin-bottom: 0; }
            .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab.pa-recommended ul li.related a:hover p, .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab.pa-recommended ul li.related a:focus p, .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab.pa-recommended ul li.related a:active p {
              text-decoration: underline; }
            .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab.pa-recommended ul li.related img {
              display: block;
              float: left;
              display: block;
              margin-right: 2.35765%;
              width: 23.23176%; }
              .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab.pa-recommended ul li.related img:last-child {
                margin-right: 0; }
            .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab.pa-recommended ul li.related .rec-content {
              display: block;
              float: left;
              display: block;
              margin-right: 2.35765%;
              width: 74.41059%; }
              .main-content .site-section.product-section .product-addtionals .pa-row .pa-tab.pa-recommended ul li.related .rec-content:last-child {
                margin-right: 0; }
  .main-content .site-section.product-section .product-contact-line {
    background: #bebebc;
    padding: 15px;
    font-size: 1.25em;
    margin: 0px 0 20px;
    border-top: 2px solid #d32f2f;
    text-align: center; }
    .main-content .site-section.product-section .product-contact-line a {
      color: #d32f2f; }
      .main-content .site-section.product-section .product-contact-line a:hover, .main-content .site-section.product-section .product-contact-line a:focus, .main-content .site-section.product-section .product-contact-line a:active {
        text-decoration: underline; }
.main-content .site-section.products-carousel {
  margin-bottom: 20px; }
  .main-content .site-section.products-carousel .products-slider {
    width: calc(100% - 100px);
    margin: 20px auto !important;
    -webkit-transition: width 0.2s ease-out;
    -moz-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out;
    background: transparent;
    border: none; }
    .main-content .site-section.products-carousel .products-slider .product-slide {
      max-height: 210px; }
    .main-content .site-section.products-carousel .products-slider .flex-control-nav {
      top: calc(100% + 20px);
      bottom: auto; }
      .main-content .site-section.products-carousel .products-slider .flex-control-nav a {
        background: #d7d7d6; }
        .main-content .site-section.products-carousel .products-slider .flex-control-nav a.flex-active {
          background: #d32f2f; }
    .main-content .site-section.products-carousel .products-slider .flex-control-nav, .main-content .site-section.products-carousel .products-slider .flex-direction-nav {
      z-index: 2; }
    .main-content .site-section.products-carousel .products-slider .flex-direction-nav .flex-prev {
      left: -45px !important;
      opacity: 1;
      outline: none;
      padding-top: 10px;
      z-index: 2; }
      .main-content .site-section.products-carousel .products-slider .flex-direction-nav .flex-prev:before {
        color: #d32f2f;
        text-shadow: none; }
    .main-content .site-section.products-carousel .products-slider .flex-direction-nav .flex-next {
      right: -45px !important;
      opacity: 1;
      outline: none;
      padding-top: 10px;
      z-index: 2; }
      .main-content .site-section.products-carousel .products-slider .flex-direction-nav .flex-next:before {
        color: #d32f2f;
        text-shadow: none; }

.contact-content .hero-banner img {
  max-height: 400px; }

.map-canvas-container {
  width: 49%;
  float: left;
  margin-bottom: 20px; }
  @media (max-width: 980px) {
    .map-canvas-container {
      width: 100%; } }
  .map-canvas-container:last-of-type {
    margin-left: 2%; }
    @media (max-width: 980px) {
      .map-canvas-container:last-of-type {
        margin-left: 0; } }
  .map-canvas-container .map-head {
    font-size: 1.25em; }
  .map-canvas-container .map-canvas {
    width: 100%;
    height: 420px; }

#allenVanguardInfo h2 {
  text-align: center; }

.content .contact-col {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-top: 10px;
  margin-bottom: 10px; }
  .content .contact-col:last-child {
    margin-right: 0; }
  @media (max-width: 980px) {
    .content .contact-col {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .content .contact-col:last-child {
        margin-right: 0; } }
  .content .contact-col .contact-form {
    margin-top: 5px; }
    .content .contact-col .contact-form::after {
      clear: both;
      content: "";
      display: table; }
    .content .contact-col .contact-form div {
      margin-top: 10px; }
      .content .contact-col .contact-form div::after {
        clear: both;
        content: "";
        display: table; }
      .content .contact-col .contact-form div.frm_error {
        margin-top: 5px;
        font-size: 14px;
        margin-left: 100px;
        color: #d32f2f; }
      .content .contact-col .contact-form div.frm_message {
        color: #CEC532; }
      .content .contact-col .contact-form div.frm_error_style {
        color: #d32f2f; }
    .content .contact-col .contact-form label {
      width: 100px;
      display: inline-block;
      margin-right: 5px; }
      .content .contact-col .contact-form label.contact-message {
        vertical-align: top; }
    .content .contact-col .contact-form .submit-btn {
      border: none;
      border-bottom: 4px solid #d32f2f;
      border-color: #020913;
      background: #0E376D;
      color: #d7d7d6;
      border-radius: 0px;
      display: block;
      height: 40px;
      line-height: 100%;
      margin-top: 13.33333px !important;
      text-align: center;
      text-decoration: none;
      width: 200px;
      outline: none;
      -webkit-transition: background 0.3s ease-out, color 0.3s ease-out;
      -moz-transition: background 0.3s ease-out, color 0.3s ease-out;
      transition: background 0.3s ease-out, color 0.3s ease-out;
      font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 1.125em;
      float: right; }
      .content .contact-col .contact-form .submit-btn:hover, .content .contact-col .contact-form .submit-btn:focus, .content .contact-col .contact-form .submit-btn:active {
        background: #0b2c56;
        color: #fff;
        color: #FFFFFF; }
    .content .contact-col .contact-form .frm_error {
      color: #d32f2f;
      margin-left: 27%; }
    .content .contact-col .contact-form .frm_message {
      color: #CEC532; }
    .content .contact-col .contact-form input, .content .contact-col .contact-form textarea {
      padding: 8px;
      width: calc(100% - 110px);
      max-width: 100% !important;
      display: inline-block;
      border: 1px solid #0E376D;
      outline: none;
      transition: box-shadow 0.3s, border 0.3s;
      background: #CFD7E4; }
      .content .contact-col .contact-form input:focus, .content .contact-col .contact-form textarea:focus {
        border-color: #CEC532;
        border-width: 1.5px; }
  .content .contact-col .contact-info-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    float: right; }
    .content .contact-col .contact-info-content:last-child {
      margin-right: 0; }
    @media (max-width: 980px) {
      .content .contact-col .contact-info-content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .content .contact-col .contact-info-content:last-child {
          margin-right: 0; } }
    .content .contact-col .contact-info-content .email-info {
      margin: 10px 10px; }
      .content .contact-col .contact-info-content .email-info p {
        padding: 1px 0; }
    .content .contact-col .contact-info-content .country-info {
      margin: 10px 0; }
      .content .contact-col .contact-info-content .country-info .country-heading {
        font-weight: 700; }

.search-header-wrapper {
  background: #d7d7d6;
  margin-bottom: 20px;
  padding: 80px 100px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .search-header-wrapper:last-child {
    margin-right: 0; }
  @media (max-width: 980px) {
    .search-header-wrapper {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      padding: 20px 10px; }
      .search-header-wrapper:last-child {
        margin-right: 0; } }
  .search-header-wrapper .search-header {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px; }
    .search-header-wrapper .search-header::after {
      clear: both;
      content: "";
      display: table; }
    .search-header-wrapper .search-header::after {
      clear: both;
      content: "";
      display: table; }
  .search-header-wrapper .search-icon {
    width: 100px;
    margin-right: 20px;
    float: left; }
    .search-header-wrapper .search-icon::after {
      clear: both;
      content: "";
      display: table; }
    .search-header-wrapper .search-icon .fa {
      font-size: 7em;
      float: right; }
      @media (max-width: 980px) {
        .search-header-wrapper .search-icon .fa {
          font-size: 4em; } }
    @media (max-width: 980px) {
      .search-header-wrapper .search-icon {
        width: 60px; } }
  .search-header-wrapper .search-head {
    width: calc(100% - 120px);
    float: left;
    margin-top: 20px;
    color: #0E376D; }
    .search-header-wrapper .search-head .search-head-text {
      font-size: 3.125em;
      font-weight: bold;
      display: inline-block;
      margin-left: 30px; }
      @media (max-width: 980px) {
        .search-header-wrapper .search-head .search-head-text {
          font-size: 1.75em;
          width: calc(100% - 80px); } }
    .search-header-wrapper .search-head .search-text {
      font-size: 0.75em;
      font-weight: 700;
      display: inline-block;
      margin-left: 5px; }
    .search-header-wrapper .search-head .result-num {
      color: #0E376D;
      display: block;
      font-size: 0.5em;
      margin: 10px; }

.search-content {
  clear: both;
  background: #d7d7d6;
  margin-bottom: 20px; }
  .search-content .search-result {
    padding: 10px 30px;
    color: #191b1b; }
    .search-content .search-result .result {
      margin: 25px;
      line-height: 150%; }
      .search-content .search-result .result h2 {
        padding-left: 0;
        margin-bottom: 5px; }
      .search-content .search-result .result a {
        color: #0E376D;
        padding: 0;
        text-decoration: underline; }
      .search-content .search-result .result a:hover {
        color: #051529; }
  .search-content .pagination {
    color: #191b1b; }

.error-404 {
  background: #d7d7d6; }
  .error-404 h1 {
    text-align: center;
    font-size: 1.5em;
    margin: 20px auto;
    color: #0E376D; }
  .error-404 .page-content p {
    text-align: center;
    font-size: 1.25em;
    margin: 10px auto; }
    .error-404 .page-content p a {
      color: #0E376D; }
      .error-404 .page-content p a:hover, .error-404 .page-content p a:focus, .error-404 .page-content p a:active {
        text-decoration: underline; }
  .error-404 .search-input-box {
    width: 500px;
    max-width: 90%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    background: #FFF;
    border-bottom: 3px solid #0E376D;
    padding-right: 0;
    -webkit-transition: width 0.2s ease-out, padding-right 0.2s ease-out;
    -moz-transition: width 0.2s ease-out, padding-right 0.2s ease-out;
    transition: width 0.2s ease-out, padding-right 0.2s ease-out; }
    .error-404 .search-input-box .search-me {
      float: right;
      background: transparent;
      border: none;
      margin-right: 5px;
      margin-top: 2px;
      font-size: 1.875em;
      color: #0E376D;
      display: inline-block; }
  .error-404 .search-input {
    display: inline-block;
    padding: 10px;
    border: 0;
    font-size: 20px;
    outline: none; }

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