/* ==========================================================================
   Imports
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800,900|Oxygen:400,300,700);
@import url(/wp-content/themes/ardent/css/font/flaticon/flaticon.css);
.sss {
  height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
}

.ssslide {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
}

.ssslide img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}

.sssnext, .sssprev {
  width: 25px;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  background: url("images/arr.png") no-repeat;
}

.sssprev {
  left: 3%;
  background-position: 0 50%;
}

.sssnext {
  right: 3%;
  background-position: -26px 50%;
}

.sssprev:hover, .sssnext:hover {
  cursor: pointer;
}

/* ==========================================================================
    Color Scheme
    ========================================================================== */
main a {
  color: #FF530D;
}

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Theme Hacks
   ========================================================================== */
main {
  margin: 25px 0 40px;
}

main h1 {
  display: none;
}

.accent-color-text, #product-list.product i,
main#service .service-item .item:hover,
#product-list.quote i,
aside .big b, ul li a {
  color: #FF530D;
}

.accent-color-bg, main#blog .blog-post .date {
  background-color: #FF530D;
}

.primary-color-text, main h3,
main h6, main h1, main h2, main#blog .blog-post h6 a {
  color: #2B3A42;
}

.primary-color-bg, main#product #quote-bar .header,
main#product #quote-bar form button,
.form.style-3 button, .form.style-3 .button, .form.style-3 input[type="submit"], .form.style-3 input[type="button"],
.form.style-3 label.select i,
a.button {
  background-color: #2B3A42;
}

/* Background Color Adjustments */
/* Misc */
.form.style-3 label.select i {
  height: 2.3em;
  top: 0;
}

.form.style-3 label.select i:hover {
  background-color: #253239 !important;
}

aside .button.about {
  margin-bottom: 0;
  padding: 15px;
  background: #2B3A42;
}

/* ==========================================================================
   Theme Specific
   ========================================================================== */
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

main {
  padding-top: 40px;
}

/* Header */
section#header-nav {
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
}

section#header-nav .row {
  margin: 0;
}

section#header-nav, .mm-toggle {
  background: rgba(41, 41, 41, 0.9);
}

section#header-nav ul {
  padding: 15px 0 0;
}

/* Mobile Menu Adjustments */
.mm-toggle {
  background: none !important;
}

/* Background Color of Nav Icon */
.mobile-menu .home {
  background: #FF530D !important;
}

.mobile-menu .home a {
  color: white !important;
}

.mobile-menu .expand {
  color: #FF530D !important;
}

.quote-nav {
  background-color: rgba(255, 83, 13, 0.95);
  background-image: url(../images/subtle-carbon.png);
  padding: 0;
  height: 71px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  /* works with row or column */
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.quote-nav:hover {
  background-color: #f34600;
}

.quote-nav a {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  color: #fff;
  flex: 1;
  position: relative;
  font-size: 95%;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .5px;
  line-height: 71px;
  text-align: center;
  text-decoration: none;
}

.quote-nav a i:before {
  font-family: FontAwesome;
  font-style: normal;
  content: "\f1ec";
  margin-left: 7px;
}

header {
  padding: 95px 0 0;
}

header .contact {
  padding-top: 10px;
  line-height: 110%;
}

header .contact .detail {
  display: table;
  float: right;
  margin-top: 12px;
}

header .contact .detail:nth-child(odd) {
  padding-left: 20px;
  border-left: 1px solid #d8d8d8;
}

header .contact .detail:nth-child(even) {
  padding-right: 20px;
}

header .contact .detail i, header .contact .detail span {
  display: inline-block;
}

header .contact .detail b {
  font-weight: 600;
  display: block;
}

header .contact .detail.address span {
  padding-left: 12px;
}

header .contact .detail.phone span {
  padding-left: 18px;
}

header .contact .detail i {
  color: #FF530D;
  font-size: 200%;
}

header .contact .detail i.fa-mobile {
  font-size: 245%;
}


header .contact .detail i.fa-map-marker {
  position: relative;
  top: -20px;
}

header .search {
  display: table;
  float: right;
  margin-top: 20px;
}

header .search form {
  margin: 0;
}

header .search input[type=search] {
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  width: 90%;
  background: #eee;
}

header .search input[type=search]:focus {
  color: #888;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

header .search button {
  margin: 0;
  padding: 0;
  border: 0;
  text-shadow: 0;
  background: 0;
  position: relative;
  margin-left: -15px;
  top: -30px;
  z-index: 3;
  float: right;
}

header .search button i:before {
  font-family: FontAwesome;
  font-style: normal;
  content: "\f002";
  color: rgba(0, 0, 0, 0.35);
  font-size: 120%;
}

section#page-title {
  background: #eee;
  padding: 30px 0;
}

section#page-title .row {
  margin: 0;
}

section#page-title h1 {
  font-size: 300%;
  margin: 0;
  line-height: 90%;
  color: #3F5765;
  font-weight: 400;
}

#banner {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  min-height: 300px;
}

#banner .row {
  margin: 0;
}

#banner .slide {
  background: no-repeat center bottom;
  background-size: cover;
  height: 450px;
  width: 100%;
}

#banner .slide.one {
  background-image: url(../images/header-image-3.jpg);
}

#banner .slide.two {
  background-image: url(../images/header-image-2.jpg);
}

#banner .blur {
  background: url(../images/blur.png) top left no-repeat;
  height: 375px;
  padding-top: 75px;
  width: 100%;
  height: 100%;
}

#banner .cta {
  background: url(../images/subtle-carbon.png) rgba(255, 83, 13, 0.75);
  padding: 45px;
  border-left: 10px solid rgba(166, 48, 0, 0.2);
  word-wrap: break-word;
}

#banner .cta h5 {
  margin: 0;
  color: white;
  font-size: 280%;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  line-height: 110%;
}

#banner .cta p {
  color: white;
  font-size: 135%;
  margin: 20px 0 30px;
  margin-bottom: 0;
  line-height: 100%;
}

#banner .cta a {
  display: none;
  padding: 10px 25px;
  color: white;
  border: 1px solid white;
  font-size: 120%;
  text-decoration: none;
}

main#home {
  margin-bottom: 0;
}

main#home .container.content {
  padding: 25px 0 50px;
}

main#home .container.content h6.intro {
  font-size: 150% !important;
  line-height: normal;
  font-weight: 300;
  margin: 0 0 45px;
}

main#home .container.content h1 {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #BDD4DE;
  font-size: 280%;
  display: block;
}

main#home #products a {
  display: table-cell;
  float: left;
  width: 190px;
  height: 175px;
  margin: 0 5px 5px 0;
  color: white;
  text-decoration: none;
  overflow: hidden;
}

main#home #products a span {
  padding: 0 10px;
}

main#home #products a:hover {
  color: white;
}

main#home #products a:hover span {
  background: rgba(255, 83, 13, 0.85);
}

main#home #products img {
  display: block;
  position: relative;
  max-width: 190px;
}

main#home #products span {
  display: table-cell;
  width: 190px;
  height: 190px;
  position: relative;
  vertical-align: middle;
  top: -190px;
  z-index: 1;
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
}

main#home h1 {
  font-size: 300%;
  color: #3F5765;
  margin: 0 0 25px;
}

main#home h1 span {
  display: block;
  color: #7F7E7E;
  font-size: 50%;
  line-height: 110%;
}

main#home #testimonials {
  background: url(https://s3.amazonaws.com/assets.trwebwizard.com/ao/themes/ardent/testimonials-bg.jpg) no-repeat center center;
  webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

main#home #testimonials .testimonial-overlay {
  background: rgba(43, 58, 66, 0.9);
  min-height: 300px;
  padding: 40px 0;
}

main#home #testimonials h6 {
  text-align: center;
  color: white;
  font-size: 250%;
  font-weight: normal;
  margin: 0;
}

main#home #testimonials .row {
  border: 1px solid rgba(189, 212, 222, 0.1);
  border-right: none;
  border-left: none;
  padding: 45px;
  margin: 30px 0;
}

main#home #testimonials p {
  color: white;
  font-size: 110%;
  line-height: 25px;
}

main#home #testimonials .author {
  color: #BDD4DE;
}

main#home #testimonials a {
  display: table;
  margin: auto;
  font-size: 120%;
  color: white !important;
  text-decoration: none;
}

main#home #highlight-bar {
  background: url(../images/subtle-carbon.png) #FF530D;
  color: white;
  text-align: center;
  padding: 35px 0;
  font-size: 150%;
  line-height: 110%;
}

main#home #highlight-bar .row {
  margin: 0;
}

main#home #carriers {
  padding: 40px 0 20px;
  border-top: 1px solid rgba(127, 126, 126, 0.15);
}

main#home #carriers h6 {
  font-size: 140% !important;
  color: #3F5765;
  font-weight: normal;
  margin: 0;
  line-height: 110%;
}

main#home #carriers img {
  padding: 15px;
  border: 1px solid rgba(127, 126, 126, 0.3);
  margin-right: 7px;
}

main#home #carriers img:last-of-type {
  margin: 0;
}

section#extras {
  text-align: center;
}

section#extras h6 {
  font-weight: normal;
  font-size: 160%;
  margin: 50px 0 35px;
}

section#extras .spacer {
  display: block;
  margin-bottom: 60px;
}

section#extras #newsletter input[type="email"] {
  font-size: 110%;
  padding: 15px;
  width: 500px;
  height: 60px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d4d4d4;
}

section#extras #newsletter button {
  background: #FF530D;
  text-transform: uppercase;
  color: white;
  padding: 19px 15px;
  font-size: 100%;
  height: 60px;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  margin-left: -5px;
  top: -1px;
}

section#extras #social-bar {
  margin: 40px 0 75px;
  text-align: center;
}

section#extras #social-bar a {
  color: #2B3A42;
}

section#extras #social-bar i {
  font-size: 135%;
  margin: 0 10px;
}

/* --- Content --- */
.container.content {
  font-size: 20px;
  line-height: 30px;
  padding: 20px 0;
}

.container.content h1 {
  margin-top: 0;
  font-size: 20px;
}

.container.content h1 {
  font-size: 28px;
  line-height: 50px;
  margin-bottom: 14px;
  font-weight: normal;
}

.container.content h2 {
  font-size: 21px;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: normal;
}

.container.content h3 {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 8px;
  font-weight: normal;
}

.container.content h4 {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 4px;
  font-weight: normal;
}

.container.content h5 {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}

.container.content h6 {
  font-size: 12px;
  line-height: 21px;
  font-weight: normal;
}

/* --- Footer --- */
footer {
  background: #292929;
  color: white;
}

footer svg {
  color: gray;
}

footer [class*="col"] {
  border-right: 1px solid rgba(128, 128, 128, 0.2);
  padding-bottom: 30px;
}

footer [class*="col"]:last-of-type {
  border: none;
}

footer [class*="col"] section {
  padding: 35px 20px 0 0;
  width: 85%;
  display: table;
  margin: auto;
}

footer h6 {
  text-transform: uppercase;
  font-size: 110%;
  margin: 0 0 25px;
  color: white;
}

footer .products ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

footer .products li {
  font-size: 100%;
  margin-bottom: 5px;
}

footer .products li:nth-child(n+10) {
  display: none;
}

footer .products li a {
  color: white;
  text-decoration: none;
  display: inline-block;
  padding-left: 10px;
}

footer .products li a:hover {
  text-decoration: underline;
}

footer .products i:before {
  content: "\25AA";
  color: #BDD4DE;
}

footer .recent-posts ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

footer .recent-posts li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

footer .recent-posts li:last-of-type {
  border: 0;
}

footer .recent-posts a {
  color: white;
  text-decoration: none;
}

footer .recent-posts span {
  display: block;
  color: #7F7E7E;
  font-size: 90%;
  margin-top: 5px;
}

footer .contact div {
  padding: 20px 0;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  width: 100%;
}

footer .contact div:first-of-type {
  padding-top: 0;
}

footer .contact div:last-of-type {
  border: none;
  padding-bottom: 0;
}

footer .contact i {
  font-family: Flaticon;
  font-style: normal;
  color: white;
  display: table-cell;
  float: left;
  margin: 0 15px 15px 0;
  font-size: 170%;
}

footer .contact .phone i:before {
  content: "\e0b0";
}

footer .contact .phone span {
  display: table-cell;
  font-size: 100%;
}

footer .contact .phone span span {
  font-size: 80%;
}

footer .contact .address i:before {
  content: "\e081";
}

footer .contact .address span {
  display: table-cell;
  font-size: 100%;
}

footer .contact .email {
  padding-bottom: 0;
}

footer .contact .email i:before {
  content: "\e057";
}

footer .contact .email a {
  color: white;
  text-decoration: none;
}

footer .contact .email span {
  display: table-cell;
  font-size: 100%;
}

footer .contact .email span span {
  font-size: 80%;
}

footer section#copy {
  background: white;
  color: gray;
  padding-top: 20px;
}

footer section#copy a {
  color: gray;
  text-decoration: none;
}

footer section#copy [class*="col"] {
  padding-bottom: 10px !important;
}

.Back2Top {
  padding: 15px !important;
}

.Back2Top i {
  font-size: 20px;
}

/* RESPONSIVENESS
   ========================================================================== */
/* =Media query for 960 Screens - sets nested grids to 100%
  -------------------------------------------------------------- */
@media only screen and (max-width: 960px) {
  /*.quote-nav a { padding-top: 15px; } */
  header .contact .detail {
    border: 0 !important;
  }
  nav ul.menu li a {
    font-size: 75% !important;
    padding: 8px 20px !important;
  }
  nav ul.menu li:hover > ul {
    top: 36px !important;
  }
}

/* =Media query for iPad and tablets
	-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation: portrait) {
  nav {
    position: static;
  }
  nav .row {
    margin: 0;
  }
  header {
    padding-top: 20px;
  }
  #banner .slide {
    height: 325px;
  }
  #banner .cta h5 {
    font-size: 170%;
  }
  #products a {
    width: 115px !important;
    height: 100px !important;
  }
  #products a span {
    width: 125px !important;
    height: 100px !important;
    font-size: 80% !important;
  }
  main#home .container.content h6.intro {
    font-size: 105% !important;
  }
  main#home #testimonials h6 {
    font-size: 150% !important;
  }
  main#home #testimonials .row {
    padding: 0 !important;
  }
  main#home #carriers img {
    max-width: 45% !important;
  }
  main#home #highlight-bar {
    font-size: 95% !important;
    padding: 10px 0 !important;
  }
  footer .contact .address span {
    font-size: 85% !important;
  }
  main#home #products a:nth-of-type(5n) {
    margin-right: 5px;
  }
  main#home #carriers {
    text-align: center;
  }
  main#home #carriers img {
    margin-right: 0px;
  }
  main#home #newsletter input[type="email"] {
    width: 50%;
    height: 57px;
  }
  .Back2Top {
    display: none !important;
  }
  section#header-nav {
    position: static;
  }
  section#header-nav [class^="col"] {
    margin-bottom: 0;
  }
  section#header-nav ul {
    padding: 0;
  }
  .mobile-menu .form-control {
    height: 30px !important;
  }
  #credit {
    display: table;
    margin: 10px auto 0;
    float: none;
  }
}

/* ==========================================================================
   Navigation
   ========================================================================== */
* {
  -webkit-backface-visibility: hidden;
}

nav ul.menu {
  margin: 0;
  padding: 0;
  /* controls icon for top level dropdown */
  /* controls icon for submenu dropdown */
}

nav ul.menu li > a:after {
  font-family: FontAwesome;
  font-style: normal;
  content: '\f107';
  float: right;
  margin-left: 8px;
}

nav ul.menu li > a:only-child:after {
  content: '';
}

nav ul.menu li > li > a:after {
  content: '\f105';
  margin: 0;
}

nav ul.menu li.home {
  text-align: center;
}

nav ul.menu li.home i:before {
  font-family: FontAwesome;
  font-style: normal;
  content: "\f015";
}

nav ul.menu li {
  display: inline-block;
  float: left;
  position: relative;
}

nav ul.menu li:last-of-type a {
  border: 0;
}

nav ul.menu li a {
  /* Top Level Styling */
  color: #fff;
  float: left;
  padding: 8px 25px;
  text-decoration: none;
  font-size: 95%;
  text-transform: uppercase;
  font-weight: 800;
  border-right: 1px solid rgba(127, 126, 126, 0.15);
  letter-spacing: .5px;
}

nav ul.menu li a:hover {
  color: white;
}

nav ul.menu li.current-menu-item a,
nav ul.menu li.current-menu-item a:hover {
  background: rgba(0, 0, 0, 0.3);
}

nav ul.menu li:hover > a {
  background: rgba(0, 0, 0, 0.3);
  color: white;
}

/* Submenu 1.level */
nav ul.menu ul {
  display: none;
  margin: 0;
  padding: 0 !important;
  list-style-type: none;
  animation-duration: 0.25s;
  animation-delay: 0s;
  animation-iteration-count: 1;
}

nav ul.menu li:hover > ul {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 34px;
  background: #2B2B2B;
  color: #fff;
  z-index: 1;
  width: 200px;
}

nav ul.menu ul li,
nav ul.menu ul li a {
  display: block;
  float: none;
  clear: both;
}

nav ul.menu ul li a {
  padding: 10px 20px;
  font-weight: 300;
  font-size: 85%;
  text-transform: none;
}

nav ul.menu ul li a:hover {
  background: #222;
}

nav ul.menu ul li:first-child a {
  border-top: none;
}

nav ul.menu ul li a:after {
  content: "\f105";
  margin-left: 0px;
}

nav ul.menu ul li:hover > a {
  background: #262626;
  color: #fff;
}

/* Submenu 2.level */
nav ul.menu ul ul {
  display: none;
}

nav ul.menu ul li:hover > ul {
  display: inline-block;
  position: absolute;
  left: 200px;
  top: 0px;
  background: #262626;
  z-index: 1;
  width: 200px;
}

nav ul.menu ul ul li a:hover {
  background: #444;
}
