@charset "UTF-8";
/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*colors*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400");
.colorBar {
  display: flex;
  flex-flow: row wrap; }
  .colorBar > div {
    height: 10px;
    flex: 1 auto; }
  .colorBar > div:nth-child(1) {
    background: #dedb00; }
  .colorBar > div:nth-child(2) {
    background: #87ba26; }
  .colorBar > div:nth-child(3) {
    background: #a1c417; }
  .colorBar > div:nth-child(4) {
    background: #00d2d9; }
  .colorBar > div:nth-child(5) {
    background: #0096c2; }
  .colorBar > div:nth-child(6) {
    background: #009494; }
  .colorBar > div:nth-child(7) {
    background: #fdba12; }
  .colorBar > div:nth-child(8) {
    background: #f29100; }
  .colorBar > div:nth-child(9) {
    background: #f58220; }
  .colorBar > div:nth-child(10) {
    background: #ff2e40; }
  .colorBar > div:nth-child(11) {
    background: #8a2182; }
  .colorBar > div:nth-child(12) {
    background: #663652; }
  .colorBar > div:nth-child(13) {
    background: #00c0f3; }
  .colorBar > div:nth-child(14) {
    background: #0084c5; }
  .colorBar > div:nth-child(15) {
    background: #002e65; }

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%; }

/* clear */
.clear:before, .woocommerce div.product:before,
.clear:after,
.woocommerce div.product:after {
  content: ' ';
  display: table; }

.clear:after, .woocommerce div.product:after {
  clear: both; }

.clear, .woocommerce div.product {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #002e65;
  text-decoration: none;
  outline: 0; }
  a:hover {
    color: #00c0f3;
    text-decoration: none; }
  a:focus, a:hover, a:active {
    outline: 0; }

/*embed*/
.embedBox {
  position: relative;
  padding-bottom: 62.25%;
  /* ratio for youtube embed */
  padding-top: 30px;
  height: auto;
  overflow: hidden; }

.embedBox iframe, .embedBox object, .embedBox embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

[readonly='readonly'] {
  pointer-events: none; }

.roundImage {
  border-radius: 50%; }

.button {
  color: #FFF;
  background: #002e65;
  text-decoration: none !important;
  padding: 12px 25px;
  display: inline-block;
  border: 0; }
  .button.small {
    padding: 2px 20px; }
  .button:hover {
    color: #FFF;
    background: #00c0f3; }
  .button.lightBlue {
    background: #00c0f3; }
    .button.lightBlue:hover {
      background: #FFF;
      color: #000; }
  .button.grey {
    border: none;
    color: #FFF;
    background: #adb8bf; }
    .button.grey:hover {
      background: #000; }
  .button.white, .button.redFull {
    color: #FFF; }
    .button.white:hover, .button.redFull:hover {
      border: 1px solid #FFF;
      background: #fa0016; }
  .button.redFull {
    background: #ff2e40; }
  .button.blue {
    color: #0096c2; }
    .button.blue:hover {
      background: rgba(0, 150, 194, 0.2); }
  .button.black {
    background: #000;
    color: #FFF; }
  .button i {
    margin-right: 5px; }

body #mainContent .checkout-button, body #mainContent #place_order {
  background: #002e65;
  color: #FFF;
  padding: 10px; }
body #mainContent .cart_totals th, body #mainContent .cart_totals td {
  border-top: 1px solid #00c0f3; }

img.round {
  border-radius: 50%; }

a.arrowIcon {
  display: inline-block;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 3px solid #FFF;
  text-align: center; }
  a.arrowIcon i {
    color: #FFF;
    font-size: 40px; }
  a.arrowIcon:hover {
    border-color: #0096c2; }
    a.arrowIcon:hover i {
      color: #0096c2; }
  a.arrowIcon.blackIcon {
    border-color: #000;
    margin-bottom: 40px; }
    a.arrowIcon.blackIcon i {
      color: #000;
      position: relative;
      top: -2px; }
    a.arrowIcon.blackIcon:hover {
      border-color: #0096c2; }
      a.arrowIcon.blackIcon:hover i {
        color: #0096c2; }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/*@import url("https://use.typekit.net/ico0jyv.css");*/
/*font-family: 'Montserrat', sans-serif;*/
body {
  background: #FFF;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-weight: 300;
  font-size: 160%;
  line-height: 150%;
  overflow-x: hidden; }

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #002e65;
  margin-bottom: 20px; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 20px;
  color: #0096c2; }

h2 + h3 {
  margin-top: 0; }

h3 + h2 {
  margin-bottom: 0; }

@media only screen and (max-width: 580px) {
  img.alignright {
    float: none; } }
a {
  color: #002e65; }

a, a:hover {
  transition: all 0.2s; }

.transition {
  transition: all 0.2s; }

article.page a {
  text-decoration: underline; }
  article.page a:hover {
    text-decoration: none; }

.whiteText h1, .whiteText h2, .whiteText h3, .whiteText h4, .whiteText h5, .whiteText p, .whiteText li {
  color: #FFF; }
.whiteText a {
  color: #FFF !important;
  text-decoration: underline; }

.arrow, #sidebarNav a:before {
  font-family: FontAwesome;
  font-weight: lighter;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f054";
  position: absolute; }

a.video {
  position: relative;
  display: block;
  margin-bottom: 20px; }
  a.video img {
    min-width: 100%;
    height: auto; }
  a.video:after {
    background: url("img/play.png") center center no-repeat;
    content: "";
    display: block;
    width: 82px;
    height: 82px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -41px;
    margin-top: -41px;
    opacity: 0.8; }
  a.video:hover:after {
    opacity: 1; }

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 40px; }

  h2 {
    font-size: 24px; }

  h3 {
    font-size: 20px; } }
.intro {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

/* wrapper */
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative; }

/* header */
.dropdown-menu {
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-align: left;
  z-index: 1000; }

.caret {
  border: none;
  width: 10px;
  height: 10px;
  position: relative; }
  .caret:after {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 100%;
    content: "\f078";
    color: #00c0f3;
    font-family: FontAwesome;
    font-weight: lighter;
    font-style: normal;
    font-size: 10px; }

#headerTop {
  padding: 20px 0;
  background: #adb8bf; }

#menu-item-2559 {
  display: none !important; }

#header {
  padding-top: 20px;
  position: relative;
  background: #FFF; }
  #header .navbar-default {
    background: transparent;
    border: none;
    margin-bottom: 0;
    z-index: 1000; }
  #header a {
    font-weight: 300;
    color: #0096c2;
    font-size: 18px;
    line-height: 100%; }
  #header .navbar-toggle {
    border-color: #ff2e40;
    margin-top: 18px; }
    #header .navbar-toggle .icon-bar {
      background-color: #ff2e40; }
    #header .navbar-toggle:hover {
      background: #ff2e40; }
      #header .navbar-toggle:hover .icon-bar {
        background-color: #FFF; }
  #header #mainNav {
    clear: both;
    padding: 20px 0; }
    #header #mainNav a {
      color: #000;
      padding: 8px 0px;
      background: transparent;
      text-transform: uppercase;
      position: relative;
      top: 2px; }
      #header #mainNav a:hover {
        background: transparent;
        color: #00c0f3; }
      #header #mainNav a.home {
        border: none;
        padding-left: 0; }
        #header #mainNav a.home i {
          font-size: 30px;
          position: relative;
          top: 4px;
          margin-right: 5px; }
      @media only screen and (max-width: 768px) {
        #header #mainNav a {
          padding: 0; } }
    #header #mainNav .dropdown-menu a {
      text-transform: none;
      margin: 0;
      padding: 8px 15px; }
    #header #mainNav > div > ul {
      width: 100%;
      /*> li:nth-child(2){
      	margin-left: 0;
      	padding-left: 0;
      }*/ }
      #header #mainNav > div > ul > li {
        margin: 0px 35px; }
      #header #mainNav > div > ul > li:first-child {
        /*display:none;*/
        margin-left: 0;
        padding-left: 0; }
    #header #mainNav #menu-primary {
      margin-top: 0; }
      #header #mainNav #menu-primary > li {
        z-index: 1; }
      #header #mainNav #menu-primary li.active > a, #header #mainNav #menu-primary li.active > a:hover, #header #mainNav #menu-primary li.active > a:focus {
        background: transparent; }
      #header #mainNav #menu-primary li:last-child > a {
        border: none; }
    #header #mainNav .searchToggle {
      float: right;
      padding: 10px 18px;
      border: 0;
      font-size: 24px;
      color: #FFF; }
      #header #mainNav .searchToggle:hover, #header #mainNav .searchToggle.active {
        background: #0096c2; }
  #header .navbar-brand {
    height: auto;
    padding: 0;
    margin: 10px 0 0;
    z-index: 100;
    width: 280px;
    position: relative;
    /*>img{
    	image-rendering: -webkit-optimize-contrast;
    }*/ }
    @media only screen and (max-width: 480px) {
      #header .navbar-brand {
        width: auto; }
        #header .navbar-brand > img {
          width: 210px; } }
    @media only screen and (max-width: 768px) {
      #header .navbar-brand {
        margin-left: 20px; } }
  @media only screen and (max-width: 768px) {
    #header #mainNav, #header #sideHead, #header .pageActions {
      display: none; }
    #header #mainNav > div > ul {
      float: none;
      width: 100%;
      margin: 0;
      clear: both; }
      #header #mainNav > div > ul > li {
        position: static;
        float: none;
        margin: 5px 0; }
      #header #mainNav > div > ul a {
        padding: 0;
        display: block;
        border: none !important; }
    #header #mainNav {
      padding-bottom: 20px; }
      #header #mainNav a.home {
        display: block;
        margin-bottom: 0; }
        #header #mainNav a.home i {
          display: none; }
    #header .searchToggle {
      display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 996px) {
    #header #searchform #s {
      width: 140px; }
    #header .navbar-brand {
      width: 230px; }
    #header #menu-primary {
      margin-top: 0; } }

#searchform {
  width: 260px;
  font-size: 15px; }

#searchform > div {
  float: right;
  position: relative; }

#searchform #s {
  background: #FFF;
  border: 1px solid #000;
  padding: 6px 5px 5px 35px; }

#searchform #searchsubmit {
  background: none;
  border: none;
  font-weight: bolder;
  font-size: 17px;
  position: absolute;
  top: 11px;
  left: 11px;
  color: #000; }
  #searchform #searchsubmit input {
    background: none;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000; }
  #searchform #searchsubmit:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f002"; }

@media only screen and (max-width: 768px) {
  #searchform {
    display: none; } }
#secondNav {
  text-align: right; }
  #secondNav a {
    text-transform: uppercase;
    margin-left: 30px;
    margin-bottom: 10px;
    display: inline-block; }

#cartCount {
  position: relative;
  padding-right: 35px; }
  #cartCount > span {
    background: #002e65;
    text-align: center;
    width: 35px;
    height: 35px;
    display: block;
    padding: 8px;
    color: #FFF;
    border-radius: 50%; }
  #cartCount:hover > span {
    background: #00c0f3; }
  #cartCount i {
    position: absolute;
    top: 4px;
    right: 0;
    font-size: 26px;
    color: #002e65; }

#breadcrumbs {
  font-size: 13px;
  margin: 10px 0;
  background: #adb8bf;
  padding: 10px 15px;
  margin-bottom: 20px; }
  #breadcrumbs ul, #breadcrumbs li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline; }
  #breadcrumbs .divider {
    padding: 0 10px;
    color: #00c0f3; }
  #breadcrumbs .active {
    color: #00c0f3;
    font-weight: 300; }

#bannerImage {
  position: relative; }
  #bannerImage .overlay {
    position: absolute;
    top: 22px;
    right: 33px;
    max-width: 12%; }

#sidebar {
  float: left;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    #sidebar {
      width: 100%;
      margin-bottom: 30px; } }

#sidebarNav {
  	/*>ul>li{
  		display: none;
  		&.current-menu-ancestor, &.current-menu-parent, &.current-menu-item{
  			display: block;
  			li{
  				display: block;
  			}
  		}
  		&.current-menu-item:not(.menu-item-has-children){
  			display: none;
  		}
  		>a{
  			display: none;
  			//top link
  			color: $red;
  			font-weight: bold;
  			&:hover{
  				cursor:text;
  				color: $red;
  				font-weight: normal;
  			}
  		}
  		>ul{
  			display: block;
  			background: transparent;
  			>li{
  				> a{
  					margin-bottom: 3px;
  				}
  				&:last-child{
  					border-bottom: none;
  				}
  				>ul{
  					display: none;
  				}
  
  				&.current-menu-ancestor, &.current-menu-parent, &.current-menu-item{
  					>ul{
  						display: block;
  						position: static;
  						background: transparent;
  						a{
  							padding-left: 30px;
  							&:hover{
  								text-decoration:none;
  							}
  						}
  					}
  				}
  			}
  		}
  	}*/ }
  #sidebarNav h3 {
    text-transform: uppercase;
    color: #00c0f3;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    border-bottom: 2px solid #00c0f3; }
  #sidebarNav > .nav > li {
    margin-bottom: 30px; }
  #sidebarNav ul, #sidebarNav li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%; }
  #sidebarNav a {
    display: block;
    padding: 5px 15px;
    padding-left: 25px;
    width: 100%;
    font-size: 16px;
    white-space: normal;
    color: #000;
    border-bottom: 1px solid #adb8bf;
    position: relative; }
    #sidebarNav a:before {
      font-weight: lighter;
      position: absolute;
      top: 5px;
      font-size: 14px;
      left: 10px;
      color: #00c0f3; }
  #sidebarNav a:hover, #sidebarNav a.active > a {
    text-decoration: none;
    color: #00c0f3;
    background: none;
    font-weight: normal; }
  #sidebarNav .caret {
    display: none; }
  #sidebarNav .dropdown-menu {
    float: none;
    position: static;
    min-width: 0; }

#sideButtons a {
  display: block;
  margin-bottom: 15px; }

#mainContent {
  float: right;
  margin-bottom: 40px;
  margin-top: 40px; }
  #mainContent.textSizeLarge {
    font-size: 120%;
    line-height: 140%; }
  #mainContent a {
    color: #00c0f3; }
  #mainContent article h3, #mainContent .callout h3 {
    font-size: 24px; }
  #mainContent article a, #mainContent .callout a {
    text-decoration: underline; }
  #mainContent h1:first-child {
    margin-top: 0; }
  #mainContent > header {
    padding-bottom: 15px;
    margin-bottom: 25px; }
  #mainContent.slimPage {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    float: none; }
  #mainContent .contentBlock {
    padding: 40px 0; }
    #mainContent .contentBlock .sectionLabel {
      margin: 0;
      background: #0096c2;
      color: #000;
      text-transform: uppercase;
      display: inline-block;
      padding: 8px 10px;
      border-radius: 5px;
      font-size: 13px;
      font-weight: 400;
      margin-bottom: 20px; }
    #mainContent .contentBlock .sectionLabel + h2 {
      margin-top: 0; }
    #mainContent .contentBlock.highlight-tint {
      background: #0096c2; }
      #mainContent .contentBlock.highlight-tint .button {
        color: #000;
        background: #FFF; }
        #mainContent .contentBlock.highlight-tint .button:hover {
          background: #0096c2; }
    #mainContent .contentBlock.highlight-full {
      background: #0096c2;
      color: #FFF; }
      #mainContent .contentBlock.highlight-full h1, #mainContent .contentBlock.highlight-full h2, #mainContent .contentBlock.highlight-full h3, #mainContent .contentBlock.highlight-full h4, #mainContent .contentBlock.highlight-full li, #mainContent .contentBlock.highlight-full p {
        color: #FFF; }
      #mainContent .contentBlock.highlight-full .button {
        color: #000;
        background: #FFF; }
        #mainContent .contentBlock.highlight-full .button:hover {
          background: #0096c2; }
      #mainContent .contentBlock.highlight-full .sectionLabel {
        background: #FFF;
        color: #000; }

.page-template-default #mainContent {
  float: left; }

@media only screen and (min-width: 768px) {
  #sideImage {
    margin-top: 100px; } }

.social {
  font-size: 20px;
  color: #FFF;
  background: #00c0f3;
  padding: 6px 10px;
  display: inline-block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-bottom: 20px; }

#cta {
  /*background: url("img/footer.jpg") no-repeat left bottom / 100% auto;*/
  background: #002e65;
  text-align: center;
  padding: 40px 0;
  color: #FFF; }
  @media only screen and (max-width: 550px) {
    #cta {
      background-size: 550px auto;
      padding: 30px 0; } }
  #cta h2 {
    color: #FFF;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px; }
  #cta .button {
    color: #FFF;
    border: none;
    font-size: 18px;
    background: #00c0f3; }
  #cta .ginput_container {
    float: left; }
  #cta .gform_body, #cta .gform_footer {
    float: left;
    margin: 0;
    padding: 0;
    clear: none; }
  #cta #field_1_1 input {
    width: 300px;
    line-height: 16px;
    padding: 6px 8px;
    border: 0;
    color: #000;
    margin-right: 20px; }
  #cta #field_1_3 {
    display: none; }
  #cta label {
    display: none; }
  #cta .gform_wrapper {
    display: inline-block; }
    #cta .gform_wrapper div, #cta .gform_wrapper input, #cta .gform_wrapper li {
      margin: 0; }
  @media only screen and (max-width: 620px) {
    #cta #selectbox {
      margin: 10px auto; } }

#selectbox {
  float: left;
  width: 300px;
  background: #FFF;
  color: #adb8bf;
  position: relative;
  z-index: 100; }
  #selectbox > a {
    text-decoration: none;
    position: relative; }
    #selectbox > a:after {
      position: absolute;
      top: 5px;
      right: 10px;
      font: normal normal normal 16px/1 FontAwesome;
      content: ""; }
  #selectbox a {
    display: block;
    padding: 2px 10px; }
  #selectbox > div {
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    background: #FFF; }

#footer {
  background: #FFF;
  padding: 60px 0;
  border-bottom: 20px solid #1578be; }
  #footer #logoFooter img {
    max-width: 300px;
    margin-bottom: 40px; }
  #footer .menu {
    column-count: 2; }
    @media only screen and (min-width: 768px) {
      #footer .menu {
        border-left: 1px solid #002e65;
        padding: 0 0 0 40px; } }
    #footer .menu > li {
      list-style: none;
      /*&:before{
      	content:"\f054";
      	font: normal normal normal 12px/1 FontAwesome;
      	color: $red;
      	margin-right: 5px;
      }*/ }
      #footer .menu > li > ul {
        display: none; }
  #footer .logoFooter {
    max-width: 240px;
    margin-bottom: 30px; }
  #footer .copyright {
    margin: 20px 0 0; }
    @media only screen and (min-width: 768px) {
      #footer .copyright {
        text-align: right; } }
  #footer #footerRCPA {
    background: #FFF;
    text-align: center;
    padding: 20px 20px 30px; }
    #footer #footerRCPA img {
      max-width: 240px;
      margin-bottom: 20px; }
    #footer #footerRCPA .button {
      width: 180px; }
    #footer #footerRCPA .social {
      margin-top: 20px; }

/*	HOMEPAGE	*/
body.home #breadcrumbs {
  display: none; }
body.home h2 {
  font-size: 30px;
  line-height: 32px; }
body.home #header #mainNav #menu-primary {
  padding-bottom: 0;
  border: 0; }

#intro {
  background: url("img/homebanner.jpg") bottom center no-repeat;
  background-size: 100% auto;
  padding-top: 300px; }
  @media only screen and (max-width: 1380px) {
    #intro {
      background-size: 1370px auto; } }
  @media only screen and (min-width: 1600px) {
    #intro {
      background-size: 1600px auto;
      max-width: 1600px;
      margin: 0 auto;
      position: relative; }
      #intro:after, #intro:before {
        content: "";
        display: block;
        width: 150px;
        height: 100%;
        position: absolute;
        top: 0; }
      #intro:before {
        left: 0;
        background: linear-gradient(to right, #FFF, rgba(255, 255, 255, 0)); }
      #intro:after {
        right: 0;
        background: linear-gradient(to left, #FFF, rgba(255, 255, 255, 0)); } }
  @media only screen and (max-width: 500px) {
    #intro {
      background-position: -470px bottom; } }
  #intro h1 {
    color: #FFF;
    margin: 0;
    font-size: 34px;
    line-height: 100%;
    font-weight: 500;
    max-width: 500px; }
    #intro h1 span {
      color: #0096c2;
      display: block; }
    @media only screen and (max-width: 768px) {
      #intro h1 {
        font-size: 24px; } }
    @media only screen and (min-width: 768px) {
      #intro h1 {
        text-align: right; } }
  #intro .introBG {
    background: rgba(0, 192, 243, 0.8);
    position: relative;
    left: 50%;
    width: 50%;
    bottom: 0;
    padding: 40px 50px; }
    @media only screen and (max-width: 1170px) {
      #intro .introBG {
        left: 30%;
        width: 70%; } }
    @media only screen and (max-width: 768px) {
      #intro .introBG {
        left: 0;
        width: 100%; } }
    #intro .introBG:before {
      background: rgba(0, 192, 243, 0.8);
      clip-path: polygon(100% 50%, 0% 100%, 100% 100%);
      display: block;
      content: "";
      width: 100%;
      height: 300px;
      position: absolute;
      top: -300px;
      left: 0; }

#introList {
  background: #00c0f3;
  padding: 30px; }
  #introList ul {
    padding: 0;
    margin: 0; }
  #introList li {
    list-style: none;
    color: #FFF;
    padding-left: 40px;
    margin-bottom: 10px;
    position: relative; }
    #introList li:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      display: block;
      height: 30px;
      width: 30px;
      background: url("img/icons/icon-tick.svg") 0px/30px no-repeat; }

#intro2 {
  font-size: 18px;
  line-height: 28px;
  padding: 40px 0; }
  #intro2 .button {
    margin-top: 20px; }
  #intro2 p:first-child {
    font-size: 21px; }

#homeCallouts {
  background: #002e65;
  padding: 40px 0; }
  #homeCallouts h2 {
    color: #FFF;
    margin: 0 0 30px 10px; }
  #homeCallouts > .container > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  #homeCallouts .callout {
    background: #FFF;
    padding: 20px;
    text-align: center;
    margin: 0 10px 20px;
    flex: 1;
    width: 15%; }
    #homeCallouts .callout img {
      margin: 0 auto 10px;
      max-width: 70px; }
    #homeCallouts .callout > span {
      display: block; }

#homeNews {
  margin: 20px 0; }
  #homeNews .homeArticle {
    padding: 10px 0;
    border-bottom: 1px solid #adb8bf; }
    #homeNews .homeArticle:last-child {
      border-bottom: none; }
  #homeNews .icon {
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    color: #00c0f3;
    font-size: 24px; }
  #homeNews .content {
    position: relative;
    padding-left: 35px; }
  #homeNews h3 {
    margin-top: 0; }
  #homeNews img {
    margin-top: 80px;
    margin-bottom: 40px; }

.slick-arrow {
  background: none;
  border: 0;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  font-size: 30px; }
  .slick-arrow.slideNext {
    right: -50px; }
  .slick-arrow.slidePrev {
    left: -50px; }

#sitemap .dropdown-menu {
  display: block;
  position: static;
  float: none;
  margin-bottom: 20px; }
#sitemap a {
  padding: 0; }
  #sitemap a:hover {
    background: none; }
#sitemap > div > ul > li {
  display: none; }
#sitemap > div:nth-child(1) > ul > li:nth-child(2) {
  display: block; }
#sitemap > div:nth-child(2) > ul > li:nth-child(3) {
  display: block; }
#sitemap > div:nth-child(3) > ul > li:nth-child(4) {
  display: block; }
#sitemap > div:nth-child(4) > ul > li:nth-child(5) {
  display: block; }
#sitemap > div:nth-child(5) > ul > li:nth-child(6) {
  display: block; }
#sitemap > div:nth-child(6) > ul > li:nth-child(7) {
  display: block; }
#sitemap > div > ul {
  padding: 0; }
  #sitemap > div > ul > li > ul {
    padding: 0; }
    #sitemap > div > ul > li > ul ul {
      padding-left: 10px; }

/*FAQ*/
.accordion {
  margin-top: 20px; }
  .accordion > div {
    border-bottom: 1px solid #adb8bf; }
    .accordion > div > div {
      margin-bottom: 20px; }
    .accordion > div > button {
      width: 100%;
      background: transparent;
      border: 0;
      padding: 20px 0;
      text-align: left;
      color: #000;
      font-size: 20px;
      line-height: 22px;
      position: relative; }
      .accordion > div > button:after {
        position: absolute;
        top: 20px;
        right: 0px;
        content: "+";
        display: block;
        font-size: 20px;
        font-family: FontAwesome;
        font-weight: lighter;
        font-style: normal;
        content: "\f067";
        transition: 0.5s; }
    .accordion > div.active > button:after {
      transform: rotate(45deg);
      transition: 0.5s; }

/*profiles*/
#profiles {
  margin-top: 40px; }
  #profiles .profile {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ff2e40; }
    #profiles .profile h2:first-child, #profiles .profile h3:first-child, #profiles .profile h4:first-child {
      margin-top: 0;
      font-size: 24px;
      color: #0096c2; }
    #profiles .profile:last-child {
      border: none; }
    #profiles .profile img {
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        #profiles .profile img {
          max-width: 220px;
          margin-left: auto;
          margin-right: auto; } }

/*news*/
#newsList > article {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ff2e40; }
  #newsList > article:last-child {
    border: none; }
#newsList h2:first-child {
  margin-top: 0; }
  #newsList h2:first-child a {
    text-decoration: none; }
    #newsList h2:first-child a:hover {
      text-decoration: underline; }

.pagination {
  margin-top: 20px; }
  .pagination a, .pagination span {
    padding: 2px 10px;
    background: #adb8bf; }
    .pagination a.current, .pagination span.current {
      background: #ff2e40;
      color: #FFF; }

/*products*/
.mainBanner {
  margin-top: 25px; }

#catBanner {
  position: relative; }
  #catBanner:after, #catBanner:before {
    position: absolute;
    left: 0;
    display: block;
    content: "";
    width: 458px;
    opacity: 0.8;
    z-index: 100; }
    @media only screen and (max-width: 768px) {
      #catBanner:after, #catBanner:before {
        display: none; } }
  #catBanner:after {
    bottom: 0;
    height: 40px;
    background: #000; }
  #catBanner:before {
    bottom: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 0 0 458px;
    border-color: transparent transparent transparent #000; }

.woocommerce-breadcrumb {
  max-width: 880px !important;
  margin: 0 auto !important;
  float: none !important;
  margin-top: 20px !important; }

h2.alt {
  color: #000;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 5px solid #000; }

/*product list*/
#prodListNoState {
  border-top: 10px solid #000;
  padding-top: 20px; }

.tax-product_cat .product {
  border-bottom: 1px solid #002e65; }
  .tax-product_cat .product h3 {
    color: #000; }

.term-description h3 {
  color: #000; }

.woocommerce div.product {
  display: flex;
  flex-flow: row wrap; }
  .woocommerce div.product .label {
    width: 100px; }
  .woocommerce div.product .product_meta {
    display: none; }
  .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000; }
  .woocommerce div.product div.summary {
    flex: 40 auto;
    float: none; }
    .woocommerce div.product div.summary > .price {
      display: none; }
    .woocommerce div.product div.summary p {
      padding-left: 17px;
      position: relative;
      /*
      &:before{
      	content:"";
      	position: absolute;
      	top: 8px;
      	left: 0;
      	height: 7px;
      	width: 7px;
      	border-radius: 50%;
      	background: #000;
      }*/ }
  .woocommerce div.product div.images {
    flex: 1 auto;
    opacity: 1 !important;
    float: none;
    width: 195px;
    margin: 10px 0 0 20px; }
  .woocommerce div.product .price {
    margin-bottom: 20px;
    display: block; }
  .woocommerce div.product .single_add_to_cart_button {
    margin-left: 20px; }
  .woocommerce div.product .woocommerce-product-gallery__image img {
    border: 1px solid #000; }

/*health section img border is in image so remove*/
body.term-17.woocommerce div.product .woocommerce-product-gallery__image img {
  border: none; }

.sampleLink {
  display: none !important; }

.woocommerce-product-gallery {
  text-align: center; }

#mainContent .samplePage {
  text-align: center;
  color: #002e65;
  font-size: 14px;
  margin-top: 10px;
  display: block; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #002e65;
  border-radius: 25px; }

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background: rgba(0, 46, 101, 0.6); }

.catIcon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .catIcon {
      float: right; } }

#navMenuTerms {
  display: none; }

#homeProducts {
  background: #f5f5f5;
  text-align: center;
  padding: 20px 0; }
  #homeProducts > div > div {
    display: flex;
    flex-flow: row wrap;
    justify-content: left; }
    @media only screen and (min-width: 1280px) {
      #homeProducts > div > div {
        justify-content: space-between; } }
  #homeProducts a {
    padding-bottom: 10px;
    flex: 1 auto;
    text-align: center;
    max-width: 80px;
    display: block;
    margin: 0 10px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    transition: all 0.2s; }
    #homeProducts a > .icon {
      transition: all 0.2s;
      width: 80px;
      height: 80px;
      display: block;
      margin-bottom: 10px; }
      #homeProducts a > .icon img {
        max-width: 100%; }
    #homeProducts a > span {
      display: block; }
    #homeProducts a.empty {
      pointer-events: none;
      position: relative; }
      #homeProducts a.empty:hover {
        color: #000;
        cursor: pointer; }
      #homeProducts a.empty > span {
        opacity: 0.3;
        transition: all 0.2s; }
      #homeProducts a.empty:after {
        content: "Coming soon";
        display: block;
        position: absolute;
        text-align: center;
        font-size: 12px;
        line-height: 14px;
        top: 22px;
        left: 0;
        opacity: 1;
        /*background: $darkBlue;*/
        color: #002e65;
        font-weight: bold;
        padding: 4px 0; }
    #homeProducts a:hover {
      margin: 0;
      max-width: 100px;
      transition: all 0.2s; }
      #homeProducts a:hover > .icon {
        height: 100px;
        width: 100px;
        transition: all 0.2s; }
      #homeProducts a:hover > span:last-child {
        width: 80px;
        transition: all 0.2s;
        margin: 0 10px; }

/*cart*/
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
  min-width: 60px; }
  #add_payment_method table.cart .product-thumbnail img, .woocommerce-cart table.cart .product-thumbnail img, .woocommerce-checkout table.cart .product-thumbnail img {
    width: 60px; }

#coupon_code {
  width: 180px;
  padding: 9px 10px; }

.actions .button {
  font-weight: normal; }

#mainContent th {
  color: #00c0f3; }
#mainContent .woocommerce table.woocommerce-cart-form__contents {
  border: 0; }
  #mainContent .woocommerce table.woocommerce-cart-form__contents tr:first-child > td {
    border-top: 0; }
  #mainContent .woocommerce table.woocommerce-cart-form__contents td.actions {
    border-top: 1px solid #002e65;
    padding-top: 10px; }
#mainContent .woocommerce .table > thead > tr > th {
  border-top: 1px solid #00c0f3 !important;
  border-bottom: 1px solid #00c0f3; }
#mainContent .woocommerce .product-name a {
  color: #000; }
#mainContent .shop_table_responsive {
  border: 0; }

#billing_country_field, #shipping_country_field {
  display: none; }

body.term-22 .catIcon, body.term-22 #catBanner:after {
  background-color: #663652; }
body.term-22 #catBanner:before {
  border-color: transparent transparent transparent #663652; }
body.term-22 h1, body.term-22 h2.alt, body.term-22 label, body.term-22 .accordion > div > button:after {
  color: #663652; }
body.term-22 h2.alt, body.term-22 #prodListNoState {
  border-color: #663652; }

.icon.cat22 {
  background-color: #663652; }
  .icon.cat22:hover {
    background-color: #452437; }

body.term-24 .catIcon, body.term-24 #catBanner:after {
  background-color: #8a2182; }
body.term-24 #catBanner:before {
  border-color: transparent transparent transparent #8a2182; }
body.term-24 h1, body.term-24 h2.alt, body.term-24 label, body.term-24 .accordion > div > button:after {
  color: #8a2182; }
body.term-24 h2.alt, body.term-24 #prodListNoState {
  border-color: #8a2182; }

.icon.cat24 {
  background-color: #8a2182; }
  .icon.cat24:hover {
    background-color: #61175b; }

body.term-23 .catIcon, body.term-23 #catBanner:after {
  background-color: #0084c5; }
body.term-23 #catBanner:before {
  border-color: transparent transparent transparent #0084c5; }
body.term-23 h1, body.term-23 h2.alt, body.term-23 label, body.term-23 .accordion > div > button:after {
  color: #0084c5; }
body.term-23 h2.alt, body.term-23 #prodListNoState {
  border-color: #0084c5; }

.icon.cat23 {
  background-color: #0084c5; }
  .icon.cat23:hover {
    background-color: #006292; }

body.term-25 .catIcon, body.term-25 #catBanner:after {
  background-color: #a1c417; }
body.term-25 #catBanner:before {
  border-color: transparent transparent transparent #a1c417; }
body.term-25 h1, body.term-25 h2.alt, body.term-25 label, body.term-25 .accordion > div > button:after {
  color: #a1c417; }
body.term-25 h2.alt, body.term-25 #prodListNoState {
  border-color: #a1c417; }

.icon.cat25 {
  background-color: #a1c417; }
  .icon.cat25:hover {
    background-color: #7c9612; }

body.term-17 .catIcon, body.term-17 #catBanner:after {
  background-color: #009494; }
body.term-17 #catBanner:before {
  border-color: transparent transparent transparent #009494; }
body.term-17 h1, body.term-17 h2.alt, body.term-17 label, body.term-17 .accordion > div > button:after {
  color: #009494; }
body.term-17 h2.alt, body.term-17 #prodListNoState {
  border-color: #009494; }

.icon.cat17 {
  background-color: #009494; }
  .icon.cat17:hover {
    background-color: #006161; }

body.term-26 .catIcon, body.term-26 #catBanner:after {
  background-color: #43525a; }
body.term-26 #catBanner:before {
  border-color: transparent transparent transparent #43525a; }
body.term-26 h1, body.term-26 h2.alt, body.term-26 label, body.term-26 .accordion > div > button:after {
  color: #43525a; }
body.term-26 h2.alt, body.term-26 #prodListNoState {
  border-color: #43525a; }

.icon.cat26 {
  background-color: #43525a; }
  .icon.cat26:hover {
    background-color: #2d373d; }

body.term-27 .catIcon, body.term-27 #catBanner:after {
  background-color: #ff2e40; }
body.term-27 #catBanner:before {
  border-color: transparent transparent transparent #ff2e40; }
body.term-27 h1, body.term-27 h2.alt, body.term-27 label, body.term-27 .accordion > div > button:after {
  color: #ff2e40; }
body.term-27 h2.alt, body.term-27 #prodListNoState {
  border-color: #ff2e40; }

.icon.cat27 {
  background-color: #ff2e40; }
  .icon.cat27:hover {
    background-color: #c70011; }

body.term-28 .catIcon, body.term-28 #catBanner:after {
  background-color: #ba9e73; }
body.term-28 #catBanner:before {
  border-color: transparent transparent transparent #ba9e73; }
body.term-28 h1, body.term-28 h2.alt, body.term-28 label, body.term-28 .accordion > div > button:after {
  color: #ba9e73; }
body.term-28 h2.alt, body.term-28 #prodListNoState {
  border-color: #ba9e73; }

.icon.cat28 {
  background-color: #ba9e73; }
  .icon.cat28:hover {
    background-color: #a78653; }

body.term-29 .catIcon, body.term-29 #catBanner:after {
  background-color: #002e65; }
body.term-29 #catBanner:before {
  border-color: transparent transparent transparent #002e65; }
body.term-29 h1, body.term-29 h2.alt, body.term-29 label, body.term-29 .accordion > div > button:after {
  color: #002e65; }
body.term-29 h2.alt, body.term-29 #prodListNoState {
  border-color: #002e65; }

.icon.cat29 {
  background-color: #002e65; }
  .icon.cat29:hover {
    background-color: #001732; }

body.term-30 .catIcon, body.term-30 #catBanner:after {
  background-color: #00c0f3; }
body.term-30 #catBanner:before {
  border-color: transparent transparent transparent #00c0f3; }
body.term-30 h1, body.term-30 h2.alt, body.term-30 label, body.term-30 .accordion > div > button:after {
  color: #00c0f3; }
body.term-30 h2.alt, body.term-30 #prodListNoState {
  border-color: #00c0f3; }

.icon.cat30 {
  background-color: #00c0f3; }
  .icon.cat30:hover {
    background-color: #0098c0; }

body.term-31 .catIcon, body.term-31 #catBanner:after {
  background-color: #f58220; }
body.term-31 #catBanner:before {
  border-color: transparent transparent transparent #f58220; }
body.term-31 h1, body.term-31 h2.alt, body.term-31 label, body.term-31 .accordion > div > button:after {
  color: #f58220; }
body.term-31 h2.alt, body.term-31 #prodListNoState {
  border-color: #f58220; }

.icon.cat31 {
  background-color: #f58220; }
  .icon.cat31:hover {
    background-color: #d8690a; }

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

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

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
.printOnly {
  display: none !important; }

@media print {
  /** {
  	background:transparent !important;
  	color:#000 !important;
  	box-shadow:none !important;
  	text-shadow:none !important;
  }*/
  .hidePrint {
    display: none !important; }

  .printOnly {
    display: block !important; } }
