/* Uncomment to change colors */

/* Primary Color */

#PrimaryMenu > ul > li > a:hover,
#PrimaryMenu > ul > li.dropdown.open > a,
#PrimaryMenu > ul > li.ActivePage > a,
#PrimaryMenu ul.category-list > li > a:hover,
#PrimaryMenu ul.category-list > li.dropdown.open > a,
#PrimaryMenu ul.category-list > li.ActivePage > a {
  color: #1cbbb4;
}

a {
    color: #3e5063;
    text-decoration: underline;
}

a:hover {
  color: #627788;
 }

.btn,
a.btn,
input[type="submit"],
input[type="button"],
button,
.ExpressCheckoutBlock .ExpressCheckoutTitle,
#footer-cta {
  background: #3e5063;
  text-decoration: none;
}
.btn { clear:both; }

.btn:hover,
a.btn:hover,
.ProductQty a:hover,
.ProductActionAdd a:hover,
.slide-show-render-full .slide-button span:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button {
  background: #627788;
  transition: background-color 0.4s ease;
}

#productDetailsAddToCartForm .btn {
      background: #ff6622;
}

#productDetailsAddToCartForm .btn:hover {
      background: #fb7e46;
}

#custom-slider .flex-control-paging li a:hover,
#custom-slider .flex-control-paging li a.flex-active {
  background: #98b018;
  border-color: #98b018;
}

/* Secondary Color */

/*.btn.alt,
.ExpressCheckoutBlock .ExpressCheckoutTitle,
#PrimaryMenu ul li.dropdown ul a:hover,
#PrimaryMenu ul li ul a:hover,
.Left ul li a:hover,
#SideCatPopOut ul li ul a:hover {
  background: #cc3333;
}

.btn.alt:hover {
  background: #dd4545;
}*/

.banner-header {
    background: url(//cdn2.bigcommerce.com/n-arxsrf/uw2phsl6/templates/__custom/img/slider-bg.jpg?t=1571243567) repeat-x;
    background-size: cover;
}

/* Global */
a, a:active { outline: 0 !important; }
body {  font-family: 'Open Sans', sans-serif; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: 'Open Sans Semibold', sans-serif; }
h1 { color: #3e5063; }
h2 {   font-weight: 300;  line-height: 32px; }
h3 {
  color: #3e5063;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px 0px 10px;
}

h2.rokkitt { color: #3e5063; font-family: 'Rokkitt', sans-serif; font-weight: bold; border-bottom: 1px solid #e3e3e3; padding-bottom: 5px; }

/* Top Menu */

#TopMenuOuter {
    background: #464646;
    margin-bottom: 0;
}

.TopMenu li {
    border-left: 1px solid #5d5d5d;
    color: #c7c7c7;
    margin-left: 0;
    padding: 0 6px;
    text-transform: none;
}

.TopMenu li.first {
    border: none;
}

.TopMenu li.CartLink a {
    color: #fff;
    font-weight: 700;
}

.TopMenu a {
    color: #c7c7c7;
}

.TopMenu a:hover {
    color: #c7c7c7 !important;
    text-decoration: underline;
}

.CartLink 

/* Header */

.header {
    background: none !important;
}

#HeaderOuter {
    margin-bottom: 0;
}

#Header {
    margin: 0;
}

.header-logo {
    margin: 10px 0;
}

.header-logo img {
    max-width: 195px;
}

#PrimaryMenu {
    float: right;
    height: 78px;
    /*width: 610px;*/
}

#PrimaryMenu > ul {
    float: right;
}

#PrimaryMenu ul li a {
    color: #627788;
    font-size: 15px;
    font-weight: 700;
    padding: 28px 12px 29px;
    text-transform: none;
}
#PrimaryMenu ul.pages-menu > li > a { height: 78px; }

#PrimaryMenu ul li a:hover {
    background: #627788;
    transition: background-color 0.4s ease;
    color: #fff !important;
}

#PrimaryMenu > ul > li > a:hover, #PrimaryMenu > ul > li.dropdown.open > a, #PrimaryMenu > ul > li.ActivePage > a {
    color: #627788;
}
#PrimaryMenu > ul.pages-menu > li:last-child {
    background: #627788;
    }
#PrimaryMenu > ul.pages-menu > li:last-child a { 
    color: white;
    }

/* Home Slider */

#custom-slider {
    height: 471px;
    margin-bottom: 0;
}

.slide-heading span {
    color: #95bfe8;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 48px;
    font-weight: 700;
}

#custom-slider p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

#custom-slider .btn {
    background: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    padding: 8px 50px !important;
    text-transform: none;
}

#custom-slider .btn:hover {
    background: #3e5063;
}

/* Home Nav */

#home-nav-wrap {
    background: #3e5063;
    width: 100%;
    max-height: 50px
}

#home-nav {
    margin: 0 auto;
    text-align: center;
    
}

#home-nav ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#home-nav ul li {
    float: left;
    padding: 0;
    width: 20%;
}

#SideCategoryList .sf-menu .sf-sub-indicator {
    top: 16px !important;
    display: none;
}

#home-nav ul li:first-child {
    border-left: 1px solid #344354;
}

#home-nav ul li {
    border-right: 1px solid #344354;
}

#home-nav ul li a {
    color: #fff;
    background: #3e5063;
    padding: 13px 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

#home-nav ul li a:hover {
    color: #fff;
    background: #627788;
    transition: background-color 0.4s ease;
    text-decoration: none;
}

#home-nav ul li ul {
    position: absolute;
    top: 98%;
    display: none;
}

#home-nav ul li ul li {
    width: 220px;
    background: #3e5063;
    text-align: left;
    padding: 0;
    border-bottom: 1px solid #344354;
}

#home-nav ul li ul li a {
    padding: 14px;
}

#home-nav ul li ul li:first-child {
    border-top: 1px solid #344354;
}
    
#home-nav ul li ul li ul {
    position: absolute;
    left: 100%;
    top: -1px;
}

#home-nav ul li ul li ul li {
    width: 220px;
    background: #3e5063;
    text-align: left;
    padding: 0;
}

/* Home CTA */

#cta-1 {
    background: url(//cdn2.bigcommerce.com/n-arxsrf/uw2phsl6/templates/__custom/img/cta-1.jpg?t=1571243567) no-repeat;
    height: 342px;
    margin-bottom: 20px;
    position: relative;
    background-size: contain;
}

#cta-2 {
    background: url(//cdn2.bigcommerce.com/n-arxsrf/uw2phsl6/templates/__custom/img/cta-2.jpg?t=1571243567) no-repeat;
    height: 342px;
    margin-bottom: 20px;
    position: relative;
    background-size: contain;
}

#cta-3 {
    background: url(//cdn2.bigcommerce.com/n-arxsrf/uw2phsl6/templates/__custom/img/cta-3.jpg?t=1571243567) no-repeat;
    height: 342px;
    margin-bottom: 20px;
    position: relative;
    background-size: contain;
}

.cta {
    background: #204b65;
    background: rgba(32,75,101,0.8);
    bottom: 0;
    position: absolute;
    padding: 0px 3px; 
}

.cta h3 {
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.cta p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.cta p img {
    padding-top: 10px;
}

.cta .btn {
    background: #fff;
    color: #627788 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: lowercase;
    text-decoration: none;    
    width: 150px;
    margin:0 auto;
}


.cta .btn:hover {
    background: #fff;
    color: #fff!important;
    transition: background-color 0.4s ease;
    background: #627788;
}

.home-text {
    background: #fff;
    border: 2px solid #f3f3f4;
    box-shadow: 0 0 2px 1px #afb1b2;
    height: 229px;
    padding: 10px;
}

#home.body-home .home-text.grid-3 {
    overflow: hidden;
    background: none;
    }
#home.body-home .home-text.grid-3 > .text-center { 
    background: white; 
    height: 208px;
    overflow: hidden;
    padding: 5px;
    display: table-cell;
    vertical-align: middle;
    }
    
    
.home-text h3 {
    color: #204b65;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.home-text h1 {
    color: #204b65;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 4px;
}

.home-text p {
    color: #58595b;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
#home-video {
    width: 464px;
}
.col-xs-12 #home-video {
    width: 100%;
}

@media (min-width: 480px) {
  #home-video {
/*width: 464px !important;*/
}
}
#home-video {
/*background: url(//cdn2.bigcommerce.com/n-arxsrf/uw2phsl6/templates/__custom/img/video-bg.jpg?t=1571243567) no-repeat;
padding-top: 95px;    */
    height: 229px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

#home-video .btn {
    background: #fff;
    color: #9fb2c2;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    width: 200px;
    padding: 12px 32px;
    margin: 0 auto;
}

#home-video .btn:hover {
    background: #627788;
    transition: background-color 0.4s ease;
    color: #fff;
    text-decoration: none;
}

#home-video .btn img {
    margin-right: 10px;
}

/* Page Styles */

.white-bg {
    background-color: #fff;
    padding: 20px 20px 10px 20px;
    margin: 10px 0;
    border: 1px solid #E3E3E3;
}
.alignleft { float: left; margin: 0 15px 15px 0; }
.alignright {float: right; margin: 0 0 15px 15px; }

/* Extra Stuff */

.grid-4 {
    width: 300px;
    margin:0 auto;
}

.grid-3 {
    width: 218px;
    margin: 0 auto !important;
}

.row.space-bottom {
margin-top: 20px;
}

#PrimaryMenu > ul {
    float: right;
}


.footer-btn {
color: #fff;
text-decoration: none;
background: #3e5063;
border: 1px solid #9fb2c2;
padding: 5px 10px 5px 10px;
text-align: center;
float: none;
}

.footer-btn:hover {
    color: #fff !important;
    text-decoration: none;
    transition: background-color 0.4s ease;
    background: #627788;
}

div#socnet {
clear: none;
padding-top: 5px;
}

.footer-main p {
    color:#fff;
}
.footer-main a:hover {
    color: #efefef;
}
.footer-links a:hover {
    color: #efefef;
}

.body-home .Content {
overflow:visible;
}
.TopMenu li.first {
border: none;
}
.TopMenu li {
border-left: 1px solid #5d5d5d;
color: #c7c7c7;
margin-left: 0;
padding: 0 6px;
text-transform: none;
}

.TopMenu a {
color: #c7c7c7;
text-decoration: none;
}


.body-home .navwraphide {
    display:none;
}


div.bluebg {
background: #3e5063;
padding: 10px;
color: #fff !important;
    
}
div.productAttributeList {
padding: 10px;
}

div.DetailRow.qty {
padding: 10px;
}


.SubCategoryList {
margin-bottom: 20px;
background: #3e5063;
}

.Left ul li a {
color: #fff;
background: #627788;
padding: 10px;
}

.Left ul li a:hover {
    background: #3e5063 !important;
}


.ProductList .pname { color: black; }
#SideProductRelated .ProductList .pname { color: white; }

#SideProductRelated .ProductDetails {
    background: #3e5063;
    height: 102px;
}

#SideProductRelated .ProductList em {
    color:#fff;
}

#ProductReviews .prodAccordionContent {
    display:block !important
    }

.col-sm-4 > div > ul {
    height:75px;
    overflow:hidden;
}


.body-blog .Left ul li {
width: 100%;
}
.body-blog .Left .BlockContent {
margin-bottom: 20px;
background: #3e5063;
    overflow: hidden;
}