/**
** Cogent Prototype **
** Thanks to HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ **
**/
/* variables */
/*
** Global Styles
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

:after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  color: #333;
  font-size: 1em;
  line-height: 1.4; }

body {
  font-family: "Roboto", sans-serif; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.small {
  font-size: 0.5em;
  display: inline-block;
  margin-left: 5px; }

.alignright {
  text-align: right; }

.alignleft {
  text-align: left; }

img {
  max-width: 100%; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 0; }

.bold {
  font-weight: 700;
  font-family: "Roboto", sans-serif; }

.emphasis {
  font-weight: 700; }

.brand1 {
  color: #152d69; }

.brand2 {
  color: #d23832; }

.brand3 {
  color: #7a7a7a; }

h1, h2, h3, h4 {
  font-family: "Roboto", sans-serif;
  color: #152d69;
  font-weight: 500;
  padding: 0; }

h2 {
  font-size: 2.5em; }

h4 {
  font-size: 1.5em; }

main p, main ul li {
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0.5em 0 1em;
  padding: 0; }

a {
  text-decoration: none;
  color: #7a7a7a;
  cursor: pointer; }
  a:hover {
    color: #7a7a7a; }

/*
** Header
*/
#header {
  position: relative;
  z-index: 101; }

header {
  width: 100%; }
  header a {
    text-decoration: none; }
    header a:hover {
      color: #7a7a7a; }

.logo.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .logo.column .logo-image {
    max-width: 280px;
    margin: 0;
    width: 280px; }
  .logo.column #header-tagline {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-item-align: baseline;
        align-self: baseline;
    width: 100%; }
    .logo.column #header-tagline span {
      display: block;
      font-size: 1.75em;
      line-height: 1em;
      color: #152d69;
      text-align: center; }
    .logo.column #header-tagline .tagline-second-line {
      font-weight: 700; }

.top-header {
  width: 100%;
  padding: 5px 0 5px;
  border-bottom: 1px solid #152d69;
  margin-bottom: 20px; }
  .top-header .wrapper {
    text-align: right;
    display: block; }

.utility-links {
  margin-bottom: 0;
  font-size: 14px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
  color: #152d69;
  font-weight: 500; }
  .utility-links a {
    color: #152d69; }
  .utility-links.second {
    padding-left: 15px; }

.search {
  width: calc(100% - 55px);
  max-width: 400px;
  position: relative;
  display: inline-block; }
  .search #header-search {
    border: 1px solid #333;
    background: #fff;
    padding: 7px;
    font-size: 14px;
    width: 100%; }
  .search #ico-search {
    position: absolute;
    top: 8px;
    right: 8px; }

.search-top {
  display: inline-block; }

.search-in-nav {
  display: none;
  width: calc(100% - 75px);
  position: relative;
  top: 7px;
  left: 5px; }

#shopping-cart {
  display: inline-block;
  width: 45px;
  position: relative;
  margin-left: 5px; }

/*
** Nav
*/
#header nav {
  -webkit-box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.25); }

nav {
  margin-top: 25px;
  background: #152d69; }
  nav.fixed {
    position: fixed;
    margin-top: 0;
    top: 0;
    width: 100%; }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    margin: 0;
    padding: 0; }
    nav ul.wrapper {
      position: relative; }
    nav ul > li {
      font-family: "Roboto", sans-serif; }
    nav ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      width: auto;
      text-align: center;
      letter-spacing: 0.5px; }
      nav ul li a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 12px 10px;
        font-size: 1em;
        font-weight: 500;
        text-transform: uppercase; }
      nav ul li:hover a {
        color: #152d69;
        background: #fff; }
    nav ul .dropdown {
      display: none;
      position: absolute;
      z-index: 11;
      -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
              box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
      font-size: 14px;
      min-width: 164px; }
      nav ul .dropdown li {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: auto;
        text-align: left; }
        nav ul .dropdown li a {
          background: #fff;
          color: #7a7a7a;
          padding: 5px 15px; }
        nav ul .dropdown li:hover a {
          color: #fff;
          background: #152d69; }
      nav ul .dropdown.meganav {
        width: 100%;
        left: 0;
        background: #fff;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 10px 0; }
        nav ul .dropdown.meganav li a {
          padding: 0.5px 5px 0.5px 15px;
          text-transform: none;
          font-size: 12px; }
        nav ul .dropdown.meganav li.parent-category a {
          text-transform: uppercase;
          color: #333;
          font-weight: 700;
          margin-top: 5px;
          padding: 1px 5px; }
          nav ul .dropdown.meganav li.parent-category a:hover {
            color: #fff; }

/*
** Grid
*/
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .grid .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%; }
    .grid .column.col-right {
      -ms-flex-item-align: center;
          align-self: center;
      text-align: right; }
    .grid .column.col-three-fifth {
      width: 60%; }
    .grid .column.col-four-fifth {
      width: 80%; }
    .grid .column.col-half {
      width: 50%; }
    .grid .column.col-third {
      width: 33.333%; }
    .grid .column.col-fourth {
      width: 25%; }
    .grid .column.col-fifth {
      width: 20%; }
    .grid .column.col-two-fifth {
      width: 40%; }

.grid.wrapper {
  margin: 0 auto; }

/*
** Main
*/
main {
  padding-bottom: 60px; }

main.push-down {
  position: relative;
  top: 47px; }

/*
** Homepage
*/
.homepage section {
  margin: 0 0 60px; }

.homepage-hero {
  width: 100%;
  position: relative;
  height: 600px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; }

.homepage-hero-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: rgba(21, 45, 105, 0.85);
  position: absolute;
  top: -100px;
  left: -75px;
  width: 400px;
  border-radius: 0 500px 500px 0;
  height: 800px;
  padding: 20px 20px 20px 100px; }
  .homepage-hero-overlay .homepage-hero-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-item-align: center;
        align-self: center; }
  .homepage-hero-overlay h1, .homepage-hero-overlay h4 {
    color: #fff;
    line-height: 1.25em; }
    .homepage-hero-overlay h1 .emphasis, .homepage-hero-overlay h4 .emphasis {
      color: #d23832; }
  .homepage-hero-overlay h1 {
    font-size: 3em;
    margin-bottom: 10px;
    line-height: 1.15em; }

.homepage-content {
  margin: 40px 0; }
  .homepage-content p {
    font-size: 1.5em; }

.homepage-categories .column {
  position: relative;
  margin: 0 0 15px 0;
  padding: 0;
  overflow: hidden; }
  .homepage-categories .column.col-third {
    margin-right: 15px; }
    .homepage-categories .column.col-third:last-child {
      margin-right: 0; }
  .homepage-categories .column a {
    display: block; }

.homepage-categories .top-bar {
  width: 100%;
  height: 25px; }
  .homepage-categories .top-bar.top-bar-blue {
    background: #152d69; }
  .homepage-categories .top-bar.top-bar-red {
    background: #d23832; }

.homepage-categories .category-image {
  width: 100%;
  height: 360px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .homepage-categories .category-image.category-image-large {
    height: 400px; }
  .homepage-categories .category-image:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }

.homepage-categories .category-image-large-overlay {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px 20px 20px 40px;
  margin-top: 25px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(50%, transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent 50%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent 50%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent 50%); }
  .homepage-categories .category-image-large-overlay .category-image-large-text {
    max-width: 480px; }
    .homepage-categories .category-image-large-overlay .category-image-large-text h2, .homepage-categories .category-image-large-overlay .category-image-large-text p {
      color: #fff; }
    .homepage-categories .category-image-large-overlay .category-image-large-text h2 {
      font-size: 3em;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1em; }
    .homepage-categories .category-image-large-overlay .category-image-large-text p {
      font-weight: 500;
      max-width: 400px; }

.homepage-categories .category-image-overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px 0; }
  .homepage-categories .category-image-overlay.overlay-red {
    background: #d23832; }
  .homepage-categories .category-image-overlay.overlay-blue {
    background: #152d69; }
  .homepage-categories .category-image-overlay h3 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em; }

.homepage-about-us-parallax {
  height: 450px; }
  .homepage-about-us-parallax .grid.wrapper {
    height: 100%; }

.homepage-about-us-overlay {
  background-color: rgba(21, 45, 105, 0.65);
  padding: 40px;
  height: 100%; }
  .homepage-about-us-overlay h2, .homepage-about-us-overlay p {
    color: #fff;
    margin-bottom: 20px; }

.homepage-blog-posts h4, .homepage-blog-posts h2, .homepage-blog-posts p {
  margin: 0 0 20px;
  padding: 0; }

.homepage-blog-posts h3 {
  text-transform: uppercase;
  padding: 0;
  margin: 0.5em 0 0.25em; }

.homepage-blog-posts .homepage-contact-form {
  padding: 15px;
  background: #152d69; }
  .homepage-blog-posts .homepage-contact-form h4, .homepage-blog-posts .homepage-contact-form h3, .homepage-blog-posts .homepage-contact-form p, .homepage-blog-posts .homepage-contact-form form {
    color: #fff; }

/*
** Landing Pages
*/
.hero-image {
  height: 380px;
  position: relative;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
  position: relative; }

.hero-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px; }
  .hero-text h1 {
    color: #fff;
    font-size: 3.25em; }

.landing-page-content h2 {
  font-size: 2.25em; }

.landing-page-content h3 {
  font-size: 1.5em;
  margin: 0.75em 0 0.5em; }

.landing-page-content .grid {
  margin: 20px -15px; }

.landing-page-content .main-content .col-two-thirds {
  padding-right: 50px; }

.landing-page-content .product-categories {
  margin: 40px -15px 60px;
  text-align: center; }
  .landing-page-content .product-categories h3 {
    font-size: 1.25em;
    margin: 0.5em 0 0.75em; }

/* 
** Bx Slider
*/
.bx-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none; }

/* 
** Forms
*/
form .form-item {
  margin: 0 0 20px; }
  form .form-item:last-child {
    margin-bottom: 0; }

form label {
  display: block;
  margin-bottom: 5px; }

form input, form textarea, form select {
  width: 100%;
  border: 1px solid #333;
  background: #fff;
  padding: 10px;
  font-size: 12px; }

/*
** Parallax
*/
.parallax {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 450px; }

/*
** Button
*/
.button {
  line-height: 1em;
  font-size: 14px;
  display: inline-block;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  text-align: center;
  color: #152d69;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #152d69;
  border-radius: 5px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1px;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border 0.2s ease; }
  .button:hover {
    border: 2px solid #fff;
    background: #152d69;
    color: #fff; }
  .button.alt {
    border: 2px solid #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    color: #fff; }
    .button.alt:hover {
      background: #fff;
      color: #152d69; }

/*
** Footer
*/
footer {
  background: #bebebe;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px 0 15px;
  font-size: 14px; }
  footer .logo-image, footer p {
    margin-bottom: 10px; }
  footer nav {
    background: none;
    margin-top: 0;
    padding-top: 0; }
    footer nav ul {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    footer nav li {
      text-align: left; }
      footer nav li a {
        background: none;
        color: #333;
        text-decoration: none;
        text-transform: none;
        padding: 1px 0;
        font-size: 14px;
        font-weight: 400; }
      footer nav li:hover a {
        background: none;
        color: #fff;
        text-decoration: none; }
      footer nav li.menu-item-has-children {
        border-top: 1px solid #333; }
        footer nav li.menu-item-has-children a {
          text-transform: uppercase;
          font-weight: 700; }
        footer nav li.menu-item-has-children:hover a {
          background: none;
          color: #333; }
    footer nav li:hover .dropdown {
      display: none; }
  footer .footer-social h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 35px;
    color: #333; }
  footer .footer-social .footer-social-link {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px; }
    footer .footer-social .footer-social-link:last-child {
      margin-right: 0; }
  footer .copyright {
    text-align: center;
    margin: 0;
    position: relative;
    top: -20px; }

/*
** Responsive Styles
*/
.narrow-wrapper {
  max-width: 650px;
  margin: 0 auto;
  text-align: center; }

@media (max-width: 768px) {
  .grid {
    display: block; }
    .grid .column.col-three-fifth, .grid .column.col-half, .grid .column.col-third, .grid .column.col-fourth, .grid .column.col-fifth {
      width: 100%; } }

@media (min-width: 1200px) {
  .wrapper {
    width: 1140px;
    margin: 0 auto; } }

@media (max-width: 1199px) {
  .wrapper {
    padding: 0 15px; } }

@media (max-width: 1024px) {
  #header .header-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #header-search {
    width: 100%; } }

@media (min-width: 769px) and (max-width: 1024px) {
  #header .col-half.logo {
    width: 59%; }
  #header .col-half.col-right {
    width: 41%; } }

@media (min-width: 769px) {
  #btn-mobile, #btn-mobile-fixed {
    display: none; }
  nav ul li:hover .dropdown {
    display: block; }
    nav ul li:hover .dropdown.meganav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

@media (max-width: 768px) {
  .menu-button {
    float: right;
    margin-top: 5px;
    margin-right: 15px;
    padding: 3px 5px;
    border: 1px solid #fff;
    border-radius: 2px;
    width: 40px; }
  #header nav {
    height: 47px;
    border-bottom: 1px solid #ccc;
    position: relative; }
    #header nav.fixed {
      position: fixed;
      top: 0; }
  #header-tagline {
    display: none; }
  #header nav > ul {
    display: none;
    position: absolute;
    background: #152d69;
    z-index: 10;
    top: 47px;
    padding: 10px;
    width: 100%; }
    #header nav > ul li {
      text-align: left; }
      #header nav > ul li a {
        padding: 12px; }
      #header nav > ul li .dropdown {
        width: 100%;
        position: relative; }
        #header nav > ul li .dropdown a {
          padding-left: 30px; }
          #header nav > ul li .dropdown a:hover {
            background: #d23832; }
  #header nav .meganav .column {
    background: #fff; }
  #header nav .meganav li {
    display: none; }
    #header nav .meganav li a {
      padding: 5px; }
    #header nav .meganav li.parent-category {
      display: block; }
  footer {
    padding: 30px; }
    footer .column {
      margin-bottom: 15px; }
    footer nav ul {
      display: block; }
      footer nav ul li {
        width: 100%; }
    footer .copyright {
      top: 0; } }

@media (max-width: 575px) {
  .search-top {
    display: none; }
  .search-in-nav {
    display: inline-block; } }

@media (max-width: 490px) {
  #header .grid {
    height: 100px; }
  #header .column {
    padding: 0; }
  #header .logo img {
    margin: 0;
    height: 100px; }
  .utility-links {
    font-size: 12px; } }
