/*Global Styles*/
*{
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscalel;
  text-rendering: optimizeSpeed;
}
body{
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 150px;
}
.pageHeader h1{
  font-family: 'Helvetica Neue Bold';
  font-size: 44px;
  color: #092334;
  text-transform: capitalize;
}
.pageHeader h2{
  color: #55434a;
  font-size: 28px;
}
h2{
  font-family: 'Helvetica Neue';
  font-size: 36px;
  line-height: 42px;
  color: #064165;
}
h3{
  font-family: 'Helvetica Neue';
  font-size: 24px;
  line-height: 42px;
  color: #064165;
}
h4{
  font-family: 'Helvetica Neue Condensed Bold';
}
em{
  color: #666666;
}
hr{
  border-top:2px solid #dee0db;
  border-top-color:#dee0db !important;
}
a{
  text-decoration: none;
}
a.bigLink{
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  bottom: 0;
  z-index: 0;
  cursor: pointer;
}
a.bigLink.redBorder:hover{
  border: 4px solid #ee2924;
}
p{
  font-family: 'Open Sans';
  color: #092334;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  margin-top: 0px;
}
.intro-text p{
  font-family: 'Open Sans';
  color: #092334;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.uk-display-table{
  display: table;
}
.uk-display-table-row{
  display: table-row;
}
.uk-display-table-cell{
  display: table-cell;
}
.innerContent{
  margin: 30px auto;
}
.innerContent p,
.innerContent ul li{
  font-size: 16px;
  line-height: 24px;
}

.article.innerContent h3 {
  margin-bottom: 10px!important;
}

.article.innerContent p {
  margin-top: 0px!important;
}

.innerContent strong{
  font-size: 22px;
}
.innerContent ul{
  padding-left: 50px;
}
.innerContent ul li{
  font-family: 'Open Sans';
  margin-bottom: 10px;
  color: #092334;
}
ul.uk-list-arrows{
  list-style: none;
  padding-left: 0px;
}
ul.uk-list-arrows li,
ul.uk-list-arrows li a{
  font-family: 'Helvetica Neue';
  font-size: 16px;
  color: #27aae1;
}
ul.uk-list-arrows li:before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('../images/backArrow.svg') 0px 0px no-repeat;
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.uk-button{
  background-color: rgb(37, 170, 225);
  font-family: 'Helvetica Neue Bold';
  font-size:18px;
  color: #ffffff;
  text-transform: none;
  line-height: 40px;
  border:none;
}
.uk-button:hover,
.uk-button:focus{
  color: #ffffff;
  background:#058ebf;
  cursor: pointer;
}
.uk-button.uk-button-download{
  background-color: #ffffff;
  border:1px solid #000000;
  color: #092334;
  font-size: 16px;
  min-height: 60px;
  height: auto;
  text-transform: none;
  padding-left: 75px;
  background: url('../images/pdfIcon.png') left 15px center no-repeat;
  background-size: 35px;
  line-height: 55px;
}
.uk-button.uk-button-download:hover{
  background-color: #e9f6fc;
}
.uk-button.cart:disabled,
.uk-button.cart:disabled:hover,
.uk-button.cart:disabled:focus{
  color: #aaaaaa !important;
  border-color: #aaaaaa !important;
  background: #ffffff url('../images/cartIcon_DIS.svg') left 10px center no-repeat !important;
  background-size: 30px !important;
  opacity: 0.75 !important;
}
.logIn a,
.logIn strong,
.productListItem .uk-dropdown a,
.productListItem .uk-dropdown strong,
.product .uk-table td .logIn strong{
  color: #ee2924;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: 'Helvetica Neue Bold';
}
.logIn a,
.productListItem .uk-dropdown a{
  display: block;
  font-family: 'Helvetica Neue';
}
.logIn a:hover,
.productListItem .uk-dropdown a:hover{
  text-decoration:underline;
  color: #ee2924;
}
.productListItem .uk-dropdown a,
.productListItem .uk-dropdown strong{
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 18px;
}
span[uk-icon="tooltip"]{
  background: url('../images/help.svg') 0px 0px no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  opacity: 0.75;
  margin-bottom:4px;
}
span[uk-icon="tooltip"]:hover{
  opacity: 1;
  cursor: pointer;
}
.uk-dropdown{
  font-family: 'Helvetica Neue Bold';
  max-width:120px;
  min-width:120px;
  padding:8px;
  background:#ffffff;
  border:1px solid #969595;
  border-radius:0px;
  color:#ee2924;
  font-size:14px;
  line-height: 16px;
  box-shadow: none;
}
.uk-dropdown:before,
.uk-dropdown:after{
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
  z-index: 2;
}
.uk-dropdown:after{
  margin-top: -11px;
  left: -11px;
  border-width: 11px 11px 11px 0;
  border-color: transparent #969595 transparent transparent;
  z-index: 1;
}
.pageHeader.search-padding{
  padding-top: 30px;
}
.red{
  color: #ee2924;
}
.green{
  color: #24ee6b;
}
/*Global Layout Adjustments*/
/*--Container*/
.uk-container{
  max-width: 1320px;
}
.uk-container.uk-container-small{
  max-width: 900px;
}
/*--Keep image same size when in flex*/
.max-width-none,
.max-width-none svg{
  max-width: none;
}
/*--Give AP div width*/
.uk-position-center.uk-width-3-4{
  width: 75%;
}
/*--Shrink Nav Bar Height*/
nav .uk-navbar-nav>li>a{
  min-height: 50px;
}
/*--Home Page hero height and overflow*/
.uk-height-hero{
  height: 600px;
  max-height: 600px;
  min-height: 600px;
  margin-bottom: 30px;
  overflow: hidden;
}
.uk-height-hero-sub{
  height: 300px;
  max-height: 300px;
  min-height: 300px;
}
.uk-height-hero-sub h1{
  font-family: 'Helvetica Neue Condensed Black';
  font-size:120px;
  color: #ffffff;
  line-height: 70px;
  text-transform: uppercase;
  -webkit-text-shadow: 0px 1px 13px rgba(0,0,0,0.75);
  -moz-text-shadow: 0px 1px 13px rgba(0,0,0,0.75);
  text-shadow: 0px 1px 13px rgba(0,0,0,0.75);
}
.uk-height-hero-sub h1 strong{
  color: #dee0db;
  font-weight: normal;
  font-size: 71px;
  line-height: 50px;
}
.uk-height-hero img{
  width: 100%;
  height: auto;
}
.uk-height-hero .uk-position{
  top: 38%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
   pointer-events: none;
}
.uk-height-hero .uk-position:first-of-type{
  z-index: 2;
}
.uk-height-hero .fullHeight{
  top: 0px;
  bottom: 0px;
  -webkit-transform: translate(-50%,0px);
  -moz-transform: translate(-50%,0px);
  transform: translate(-50%,0px);
}
.badge{
  padding: 5px;
  background: rgba(48, 168, 220, 0.9);
  right: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.badge img{
  width: auto;
  height: auto;
}
.heroText{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  position: absolute;
}
.heroText h1{
  font-family: 'Helvetica Neue Condensed Black';
  font-size: 170px;
  line-height: 110px;
  margin-top: 70px;
  color: #0a293b;
  -webkit-transform: perspective(750px) rotateX(-4deg) rotateY(10deg) scale3d(1, 1, 1);
  transform: perspective(750px) rotateX(-4deg) rotateY(10deg) scale3d(1, 1, 1);
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  margin-left: 48px;
}
.heroText h1 span{
  font-size: 100px;
  color: #143561;
  display: block;
  margin-left: 6px;
}
.heroButton{
  top: 60%;
  left: 160px;
  right: 0;
  z-index: 3;
  max-width: 1024px;
  margin: 0 auto;
  position: absolute
  letter-spacing:normal;
}
.heroButton .uk-button{
  background-color: rgba(37, 170, 225, 0.80);
  line-height: 50px;
}
.heroButton .uk-button:hover{
  background-color: rgba(5, 142, 191, 0.90);
  cursor: pointer;
}
/*--Table Styles*/
.uk-table-small td, .uk-table-small th {
    padding: 3px 5px;
}
/*--Inputs*/
input.uk-input,
input.uk-input:focus,
textarea.uk-textarea,
textarea.uk-textarea:focus{
  font-family: 'Helvetica Neue';
  font-size: 16px;
  color: #000000;
}
.uk-checkbox,
.uk-checkbox:checked,
.uk-checkbox:focus{
  background-color: #ffffff;
  border:1px solid #d1d0d0;
}
.uk-checkbox:checked,
.uk-checkbox:disabled:checked{
  background-image: url(../images/checkMark.jpg);
  background-size: 20px;
  background-position: center center;
}
.uk-checkbox:disabled:checked{
  opacity: 0.75;
  cursor: no-drop;
}
.uk-checkbox:checked + .background,
.uk-checkbox:checked + .background{
  border:5px solid #ee2924;
}
/*----Placeholders*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #092334;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #092334;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #092334;
}
:-moz-placeholder { /* Firefox 18- */
  color: #092334;
}
/*Header*/
.header{
  max-width: none;
  width: 100%;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 40px 0px 30px;
  z-index: 99;
  background: #ffffff;
  top: 0px;
  left: 0px;
  height: 150px;
}
.header .uk-container-large{
  max-width: 1330px;
  width: 100%;
  padding: 0px;
  max-height: 80px;
}
.header .logo a.uk-logo{
  max-width: 400px;
  width: 100%;
}
.header .logo img{
  height: auto;
  width: 275px;
  z-index: 2;
  position: relative;
  top: -5px;
}
/*--Shrunkin Header*/
.header.smallHeader{
  padding-top: 0px;
  height: 80px;
}
.header.smallHeader .logo img{
  width: 175px;
  top: -3px;
}
.header.smallHeader .logo{
  margin-bottom: -10px;
}
.header.smallHeader .utilNav{
  top: -80px;
  opacity: 0;
}
.header.smallHeader,
.header.smallHeader .smallCart,
.header.smallHeader .logo,
.header.smallHeader .logo img,
.header.smallHeader nav.uk-navbar{
  -webkit-transition:all 1.1s ease;
  -moz-transition:all 1.1s ease;
  transition:all 1.1s ease;
}
.header,
.header .smallCart,
.utilNav,
.header.smallHeader .utilNav,
.header .logo,
.header .logo img,
.header nav.uk-navbar{
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  transition:all 0.9s ease;
}
.header.smallHeader nav.uk-navbar{
  -webkit-transform: translateY(-42px) translateX(175px);
  -ms-transform: translateY(-42px) translateX(175px);
  transform: translateY(-42px) translateX(175px);
  
}
.header .smallCart{
  opacity: 0;
}
.header.smallHeader .smallCart{
  opacity: 1;
}
.header .smallCart>a:hover{
  background-color: transparent;
    padding-bottom: 4px;
    border-bottom: none;
}
.header .no-stretch > li {
  height: auto; 
}
.servicesHome > div > div > div {
  height: 100%;
  
  overflow: hidden;
}
.servicesHome > div > div > div img {
  object-fit: cover;
  height:100%;
}

@media(min-width: 1199px){
  .servicesHome > div > div > div{
    min-height: 450px;
  }
  .ccm-block-custom-template-services .servicesHome > div > div > div{
    min-height: 450px;
  }
}
@media(min-width: 1099px){
  .header .uk-navbar-nav>li>a {
    font-size: 14px;
  }
}

/*--Ulti Nav*/
.utilNav{
  top: 0px;
  right: 0px;
  margin-bottom: 25px !important;
  opacity: 1;
  z-index: 2;
}
.utilNav .phone{
  font-family: 'Helvetica Neue Condensed Bold';
  font-size: 32px;
  color: #092334;
}
.utilNav .login a,
.uk-navbar-nav a.cart{
  font-family: 'Helvetica Neue Bold';
  font-size: 14px;
  color: #092334;
  text-transform: uppercase;
}
.utilNav .uk-icon,
.uk-navbar-nav .uk-icon[uk-icon="cart"]{
  width: 23px;
  height: 23px;
  margin:0 !important;
  background-size: 23px 23px;
}
.utilNav .uk-icon svg,
.uk-navbar-nav .uk-icon[uk-icon="cart"] svg{
  display: none;
}
.utilNav .uk-icon[uk-icon="receiver"]{
  background: url('../images/phoneIcon.svg') 0px 0px no-repeat;
  height: 30px;
  width: 40px;
  cursor: pointer;
}
.uk-icon[uk-icon="cart"]{
  background-image: url('../images/cartIcon.svg');
  background-position: 0px 3px;
  background-repeat: no-repeat; 
  cursor: pointer;
}
.utilNav .uk-icon[uk-icon="search"]{
  background: url('../images/searchIcon.svg') 0px 3px no-repeat;
  height: 25px;
  cursor: pointer;
}
.utilNav .uk-icon.uk-close{
  background: url('../images/closeNav.svg') 0px 0px no-repeat;
  height: 15px;
  width: 15px;
  cursor: pointer;
  opacity: 0.5;
}
.utilNav .uk-icon.uk-close:hover{
  opacity: 1;
}
.utilNav .phone:hover,
.utilNav .uk-icon[uk-icon="receiver"]:hover + .phone,
.utilNav .login a:hover{
  color: #1bb1e7;
  cursor: pointer;
  text-decoration: none;
}
.utilNav .uk-search-input{
  font-family: 'Helvetica Neue';
  font-size: 14px;
  height: 30px;
  padding: 5px;
  border-bottom: 1px solid #25aae1;
  color: #092334;
}
.utilNav .uk-drop.search-drop{
  width: 400px;
}
.smallCart .cartItemNumber{
  left: 50%;
    top: 10px;
    margin-left: -6px;
}
.cartItemNumber{
  color: #ee2924;
  position: absolute;
  background: #ffffff;
  line-height: 10px;
  padding: 1px 3px;
  left: 6px;
  top: -2px;
}
.uk-search-page input[type="search"]{
  width: 50%;
  display: block;
  border-bottom:1px solid #25aae1;
  margin-bottom: 15px;
}
/*--Nav*/
.header .uk-navbar-container:not(.uk-navbar-transparent){
  background:#ffffff;
}
.uk-navbar-nav>li>a{
  font-family: 'Helvetica Neue';
  font-size: 17px;
  color: #143d6c;
  text-transform: none;
  padding-bottom: 4px;
  min-height: 56px;
}
.uk-navbar-nav>li>a:hover,
.uk-navbar-nav>li>a:focus,
.uk-navbar-nav>li>a.uk-open{
  background-color: #d4eef9;
  color: #143d6c;
  padding-bottom: 0px;
  border-bottom: 4px solid #ee2924;
}
.uk-button.shopNow{
  /* width: 160px; */
  font-family: 'Helvetica Neue Bold';
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background-color: #25aae1;
  line-height: 30px;
  text-transform: uppercase;
  min-height: 0px;
  padding-bottom: 0px;
  margin-bottom: 4px;
  margin-left: 10px;
}
.shopNow-drop{
    width: 100px;
    font-size: 14px;
    line-height: 25px;
    position: absolute;
    top: -55px;
    display: none;
    right: 0px
}
.shopNow-drop .uk-button.shopNow{
  width: 100px;
  padding: 0px;
}
.uk-button.shopNow:hover,
.uk-navbar-nav li:hover>.uk-button{
  background-color: #058ebf;
  cursor: pointer;
  color:#ffffff;
  border-bottom: none;
}
/*----Dropdowns*/
[class*=uk-navbar-dropdown-bottom]{
  margin-top: 0px;
  left: 13px !important;
}
.uk-navbar-dropdown{
  max-width: 850px;
  width: 100%;
}
.uk-navbar-dropdown h3,
.uk-navbar-dropdown h3 a{
  font-family: 'Open Sans';
  font-size: 19px;
  color: #064165;
  margin:25px 0px 10px 0px;
  padding: 0px 0px 5px 10px;
  border-bottom: 1px solid #dee0db;
}
.uk-navbar-dropdown h3 a{
  border-bottom: none;
  padding: 0px;
  margin: 0px;
  display: block;
}
.uk-navbar-dropdown h3 a:hover{
  text-decoration:none;
  color: #ee2924;
  cursor: pointer;
}
.uk-navbar-dropdown h3.nav-first{
  margin-top: 0px;
}
.uk-nav.uk-navbar-dropdown-nav>li>ul>li>a,
.uk-nav.uk-navbar-dropdown-nav>div>li>a{
  font-family: 'Helvetica Neue';
  font-size: 15px;
  color: #092334;
  line-height: 15px;
  margin-bottom: 10px;
}
.uk-nav.uk-navbar-dropdown-nav>li>ul>li>a:hover,
.uk-nav.uk-navbar-dropdown-nav>div>li>a:hover{
  color: #ee2924;
  cursor: pointer;
}
.uk-nav.uk-navbar-dropdown-nav>li>ul>li,
.uk-nav.uk-navbar-dropdown-nav>div>li{
  padding: 0px 0px 0px 10px;
}
.uk-nav.uk-navbar-dropdown-nav>div {
 columns: 3;
}
.nav-about .uk-navbar-dropdown-nav>div {
  display: flex;
  flex-wrap: wrap;  
}
.nav-about .uk-navbar-dropdown-nav>div>li {
  width: 33%;
}

/*Mobile Nav*/

.mobile-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.mobileSlideMenu ul{
  list-style: none;
  padding: 0px;
  width: 100%;
  position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    will-change: transform;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}
.mobileSlideMenu ul.menu-show{
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 999;
}
.transform-view{
  -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.5s ease;
}
.transform-right{
  -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.5s ease;
}
.transform-right-right{
  -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
    transition: all 0.5s ease;
}
.transform-left{
  -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.5s ease;
}
.uk-offcanvas-overlay::before{
  background: rgba(0,0,0,.6);
}
.uk-offcanvas-bar{
  background: #ffffff;
  width: 350px;
  overflow-x:hidden;
}
.uk-open>.uk-offcanvas-reveal{
  width: 350px;
}
.mobileSlideMenu .uk-icon[uk-icon="backArrow"]{
  background: url('../images/backArrow.svg') 0px 0px no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 15px;
}
.mobileSlideMenu ul{
  padding: 85px 30px 30px 30px;
}
.mobileSlideMenu ul>li>a,
.mobileSlideMenu ul>li>a.header{
  color: #064165;
  font-family: 'Open Sans';
  font-size: 26px;
  margin-bottom: 15px;
  display: block;
}
.mobileSlideMenu ul>li>a:hover{
  color: #ee2924;
  text-decoration: none;
}
.mobileSlideMenu ul ul>li>a{
  font-family: 'Helvetica Neue';
  font-size: 18px;
}
.mobileSlideMenu ul>li>a.shop,
.mobileSlideMenu ul>li>a.util{
  font-family: 'Helvetica Neue Bold';
  font-size: 21px;
  text-transform: uppercase;
  color: #27aae1;
  margin-bottom: 23px !important;
}
.mobileSlideMenu ul>li>a.util{
  color: #092334;
  font-size: 18px
}
.mobileSlideMenu ul>li>a.shop{
  margin-top: 23px;
}
.mobileSlideMenu hr{
  margin-bottom: 23px !important;
}
.mobileSlideMenu ul>li>a.back{
  font-family: 'Open Sans';
  font-size: 18px;
  color: #092334;
  border-bottom: 1px solid #dee0db;
  padding-bottom: 10px;
}
button.uk-offcanvas-close svg{
  display: none;
}
button.uk-offcanvas-close{
  height:35px;
  width:35px;
  background:url('../images/closeNav.svg') 0px 0px no-repeat;
}

/*Cookie consent popup window*/

.cc-message a {
  color: #1bb1e7;
  text-decoration: none;
}

.cc-message a:hover {
  color: #a0d1e7;
  text-decoration: none;
}

.cc-dismiss.cc-btn:hover {
  text-decoration: none;
  background-color: #a0d1e7!important;
}

.cc-link {
  opacity: 1!important;
}


/*Footer*/

.footer a:hover {
  color: #a0d1e7;
  text-decoration: none;
}

.footer{
  background:#074166;
  border-top: 5px solid #818182;
}
.footer p{
  font-family: 'Helvetica Neue';
  font-size: 16px;
  color: #ffffff;
  margin: 0px;
}

.footer p strong{
  color: #1bb1e7;
  font-style: none;
  font-weight: normal;
}
.footer p em{
  color: #bdbebc;
  font-style: normal;
}
.footer a{
  color: #1bb1e7;
  text-decoration: none;
}

.footer a:hover {
  color: #a0d1e7;
  text-decoration: none;
}
/*--Social Media*/

.socialMeida{
  width: 74px;
  height: 50px;
  display: inline-block;
  /* margin-left: 10px; */
  background-image: url('../images/socialSprite.png'); 
}
.socialMeida.facebook{
  background-position: 0px 0px;
}
.socialMeida.facebook:hover{
  background-position: 0px 50px;
}
.socialMeida.twitter{
  background-position: 317px 0px;
}
.socialMeida.twitter:hover{
  background-position: 317px 50px;
}
.socialMeida.linkedin{
  background-position: 397px 0px;
}
.socialMeida.linkedin:hover{
  background-position: 397px 50px;
}
.socialMeida.youtube{
  background-position: 236px 0px;
}
.socialMeida.youtube:hover{
  background-position: 236px 50px;
}
.socialMeida.instagram{
  background-position: 155px 0px;
}
.socialMeida.instagram:hover{
  background-position: 155px 50px;
}
.socialMeida.pinterest{
  background-position: 75px 0px;
}
.socialMeida.pinterest:hover{
  background-position: 75px 50px;
}

/*--Bottom Border*/
.bottomBorder{
  height: 2px;
  background: #064165;
  background: -moz-linear-gradient(left, #064165 0%, #1bb1e7 100%);
  background: -webkit-linear-gradient(left, #064165 0%,#1bb1e7 100%); 
  background: linear-gradient(to right, #064165 0%,#1bb1e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#064165', endColorstr='#1bb1e7',GradientType=1 );
  position: absolute;
    bottom: 0px;
    left: 0px;
}

/*SideBars*/
/*--Global*/
.sideBar{
  background-color: #e9f6fc;
  padding: 35px;
}
.sideBar h3{
  font-family: 'Kefa';
  font-size: 28px;
  color: #322328;
  padding-bottom: 5px;
  border-bottom: solid 5px #ffffff;
  margin-bottom: 25px;
}
.sideBar a{
  font-family: 'Helvetica Neue Bold';
  font-size: 18px;
  color: #064165;
  margin:0px;
}
.sideBar a:hover{
  text-decoration: none;
  color: #1bb1e7;
}
.sideBar p{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
/*--News and events*/
.sideBar img{
  width: 50%;
  height: auto;
}
.sideBar.caseStudies img{
  width: 100px;
}
.sideBar img.pdf{
  width: 35px;
  height: auto;
}
.sideBar .brochure img.pdf{
  width: 45px;
}
.sideBar .brochure .uk-padding-small{
  padding: 6px;
}
/*--Prodcuts Listing*/
.sideBar .uk-overlay{
  background-color: rgba(255,255,255,0.85);
  padding: 10px;
  width: 100%;
}
.sideBar .uk-overlay h3{
  border:none;
  font-family: 'Helvetica Neue Condensed Bold';
  color: #092334;
  font-size: 22px;
  line-height: 22px;
  padding:0px;
  margin:0px;
}
.sideBar .uk-overlay p{
  font-size: 16px;
  line-height: 18px;
  margin:7px 0px 15px 0px;
}
.sideBar .uk-button.uk-button-default{
  background:#ffffff;
  color: #27aae1;
  font-size: 16px;
  margin-top: 24px;
  padding: 10px 30px;
}
.sideBar .uk-button.uk-button-default:hover{
  color:#ffffff;
  background: #27aae1;
}
.sideBar .uk-overlay .uk-button{
  margin-top: 0px;
  font-size: 16px;
  line-height: 28px;
      padding: 5px 30px;
    color: white;
}
.sideBar hr{
    border-top: 5px solid #ffffff;
    border-top-color:#ffffff !important;
}
.sideBar .assistance h3{
  font-family: 'Kefa';
  color: #322328;
  font-size: 28px;
  border-bottom: none;
  margin-top: 10px;
}

/*Home Page*/
/*--Brand Statment*/
.breakOut{
  background: #1bb1e7 url('../images/brandBack.png') 0px 0px no-repeat;
  background-size: cover;
}
.breakOut img{
	max-width: 150px;
	height: auto;
}
.breakOut p{
  font-family: 'Kefa';
  margin-bottom: 0px;
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
}
.breakOut strong{
  font-family: 'Helvetica Neue Condensed Bold';
  font-size: 32px;
  line-height: 36px;
}
.breakOut em{
  font-family: 'Open Sans';
  font-size: 32px;
  font-style:normal;
  color: #ffffff;
  line-height: 36px;
}
/*--Services*/
.servicesHome > div{
  margin: 0px -15px;
}
.servicesHome h3{
  font-family: 'Helvetica Neue Condensed Bold';
  font-size: 43px;
  line-height: 46px;
  color: #062f44;
  margin-bottom: 7px;
}
.servicesHome p{
  font-family: 'Helvetica Neue Bold';
  font-size: 22px;
  line-height: 28px;
  color: #3f2f35;
  margin:0px;
}

.servicesHome ul {
  color: #064165;
  margin-top: 0px;
}

 ol {
  margin-top: 0px;
}

ol li{
  font-size: 16px;
  font-family: 'Open Sans';
  /* margin-bottom: 10px; */
  color: #092334;
}


.servicesHome a{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0px;
  left: 0px;
}
.servicesHome .uk-overlay{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.servicesHome a:hover + .uk-overlay,
.servicesHome .uk-overlay:hover{
  border:4px solid #ee2924;
  -webkit-box-shadow: 7px 7px 22px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: 7px 7px 22px -9px rgba(0,0,0,0.75);
  box-shadow: 7px 7px 22px -9px rgba(0,0,0,0.75);
}
.servicesHome .uk-transition-scale-up{
  opacity: 1 !important;
}
.servicesTab img {
  max-width: none;
  padding: 0px 5px 5px 0px;
}

.servicesTab td > img:first-of-type {
  margin-top: 2px;
}

.servicesTab img {
  margin-right: 20px;
}

.servicesTab table {
  margin-bottom: 20px;
  width: 100%; 
  border-collapse: collapse; 
}

.servicesTab ul {
  margin-bottom: 0px;
}

/*--Resources*/
.resourcesHome{
  background:#f3f4f3;
}
.resourcesHome > div{
  margin: 0 auto;
}
.resourcesHome img{
  width: 100%;
}
.resourcesHome .uk-inline{
  overflow: hidden;
}
.resourcesHome .resourceWrap:first-of-type .uk-overlay-default{
  background: rgba(6, 47, 68, 0.75);
}
.resourcesHome .resourceWrap:last-of-type .uk-overlay-default{
  background: rgba(78, 67, 86, 0.75);
}
.resourcesHome h3{
  font-family: 'Helvetica Neue Bold';
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 5px;
}
.resourcesHome p{
  font-family: 'Helvetica Neue';
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  margin: 5px 0px;
}
.resourcesHome a{
  font-family: 'Helvetica Neue Bold';
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 10px;
  color:#1bb1e7;
  display: block;
}
.resourcesHome a:hover{
  text-decoration: none;
  color: #058ebf;
}
/*--Company Logo Slider*/
.comapnyLogos h3 {
    font-family: 'Helvetica Neue Bold';
    font-size: 22px;
    line-height: 28px;
    color: #3f2f35;
    margin: 0px;
}
.comapnyLogos img{
  width: 100%;
  height: auto;
}
.comapnyLogos .uk-slider a.uk-slidenav{
  margin-top: 15px;
}
.comapnyLogos a.uk-slidenav-previous{
  background: url(../images/bwArrowLeft.png) 0px 0px no-repeat;
  background-size: contain;
  left: -80px;
}
.comapnyLogos a.uk-slidenav-previous:hover{
  background: url(../images/blueArrowLeft.png) 0px 0px no-repeat;
  background-size: contain;
}
.comapnyLogos a.uk-slidenav-next{
  background: url(../images/bwArrowRight.png) 0px 0px no-repeat;
  background-size: contain;
  right: -80px;
  left: auto;
}
.comapnyLogos a.uk-slidenav-next:hover{
  background: url(../images/blueArrowRight.png) 0px 0px no-repeat;
  background-size: contain;
}
/*--Contact*/
.contactHome img{
  width: 100%;
  height: auto;
}
.contactHome p,
.productInfo .contactHome p{
  margin: 0px;
  font-family: 'Helvetica Neue Bold';
  font-size: 22px;
  color: #0f5d9a;
}
.contactHome .uk-button{
  font-family: 'Helvetica Neue Bold';
  font-size: 18px;
  color: #ffffff;
  background:#0f5d9a;
  padding: 0px 10px;
  max-width: 200px;
  width: 100%;
}
.contactHome .uk-button:hover{
  background:#04477b;
}
.contactHome .uk-button:before{
  content: 'or';
  position: absolute;
  right: -28%;
  color: #0f5d9a;
  text-transform: lowercase;
}
.contactHome .or {
  color: #0f5d9a;
  font-family: 'Helvetica Neue Bold';
  font-size: 18px;
  padding: 0 10px;
}
.contactHome.sticky .uk-button:before{
  display: none;
}
.contactHome .buttons > .uk-button:last-of-type:before{
  display: none;
}
.contactHome .buttons a{
  position: relative;
}
.contactHome .uk-overlay{
  margin-top: -25px;
  z-index: 2;
}
.contactHome .uk-position-bottom{
  margin-bottom: 50px;
  z-index: 2;
}
.contactHome .uk-position-bottom iframe{
  border-top:5px solid white;
  border-bottom:5px solid white;
}
.contactHome .uk-position-absolute{
  top: 0px;
  width: 100%;
}
.contactHome .uk-position-absolute.imgs{
  pointer-events: none;
}
.contactHome .uk-position-absolute.imgs:nth-of-type(2){ /*Must be buttom image*/
  z-index: 1;
}
.contactHome .contactHeroText{
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
}
.contactHome .contactHeroText h1{
  font-family: 'Helvetica Neue Condensed Black';
  font-size: 120px;
  color: #25aae1;
  line-height: 80px;
  text-shadow: 0px -10px 100px rgba(255,255,255,0.7);
  position: absolute;
  left: 360px;
  top: 80px;
   -webkit-transform: perspective(750px) rotateX(1deg) rotateY(-28deg) scale3d(1, 1, 1);
  transform: perspective(750px) rotateX(1deg) rotateY(-28deg) scale3d(1, 1, 1);
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
}
.contactHome .contactHeroText h1 span{
  font-size: 71px;
  color: #143561;
  display: block;
}
/*------Sticky Promo*/
.contactHome.sticky{
  background: #c8eaf8;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  bottom: 0px;
  z-index: 2;
  overflow: visible;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.contactHome.sticky.slideUp-mobile{
  bottom: 0px;
}
.contactHome.sticky p{
  font-size: 18px;
  line-height: 22px;
}
.contactHome.sticky .uk-container{
  overflow: hidden;
  position: relative;
  padding: 10px;
}
.contactHome.sticky .uk-container:before,
.contactHome.sticky .uk-container:after{
  content: '';
  display: block;
  position: absolute;
  top: -32px;
  left: 0px;
  width: 391px;
  height: 156px;
  z-index: -1;
  background:url('../images/boxStrips.png') 0px 0px no-repeat;
}
.contactHome.sticky .uk-container:after{
  left: auto;
  right: 0px;
}
.contactHome.sticky .mobileOpen{
  position: absolute;
  display: block;
  right: 10px;
  top: -30px;
  width: 55px;
  height: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #c8eaf8 url('../images/slideUpArrow.png') center center no-repeat;
  background-size: 30px;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contactHome.sticky .mobileOpen.arrowFlip-mobile{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contactHome.sticky .mobileOpen.arrowFlip{
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
.contactHome.sticky.slideUp{
  bottom: -64px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.contactHome.sticky .chat-icon{
  display: inline-block;
  width: 22px;
  height: 20px;
  background: url('../images/chatnow-icon.png') 0px 0px no-repeat;
  position: relative;
  top: 6px;
  margin-right: 6px;
}
.contactHome.sticky .call-icon{
  display: inline-block;
  width: 14px;
  height: 20px;
  background: url('../images/callme-icon.png') 0px 0px no-repeat;
  position: relative;
  top: 4px;
  margin-right: 6px;
}
/*Product Page*/
/*--Breadcrumb*/
.breadcrumb-container {
  margin-top: 80px;
}
.uk-breadcrumb{
  padding-bottom: 10px;
}
.uk-breadcrumb > li > *{
  color: #949494;
  font-family: 'Helvetica Neue';
  font-size: 14px;
}
.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before{
  margin:0 10px;
}
/* Show more / less */
.toggle-content{
  display: none;
}
.readmore-label {
  color: #064165;;
  font-weight: bold;
}
.readmore-label:hover {
  cursor: pointer;
  color: #1bb1e7;
  text-decoration: underline;
}
.close-label {
  display: none;
  color: #064165;;
  font-weight: bold;
}
.close-label:hover {
  cursor: pointer;
  color: #1bb1e7;
  text-decoration: underline;
}

/*--Product*/
/*----Product Image*/
.product .mainImg img{
  border:1px solid #cccccc;
  width: auto;
  max-height: 350px;
}
.product .zoom{
  width: 65px;
  border:1px solid #cccccc;
  padding: 12px;
  background-color: #ffffff;
}
.product .zoom:hover{
  cursor: pointer;
}
.product .zoom img{
  border:none;
}
.product .socialMedia{
  margin-top: 10px;
}
.product .socialMedia span{
  width: 32px;
  height: 32px;
}
.product .socialMedia span:hover{
  cursor: pointer;
}
.product .socialMedia span svg{
  display: none;
}
.product .socialMedia span[uk-icon="facebook"]{
  background: url('../images/facebookShare.jpg') 0px 0px no-repeat;
}
.product .socialMedia span[uk-icon="twitter"]{
  background: url('../images/twitterShare.jpg') 0px 0px no-repeat;
}
.product .socialMedia span[uk-icon="linkedin"]{
  background: url('../images/linkedinShare.jpg') 0px 0px no-repeat;
}
.product .socialMedia span[uk-icon="pinterest"]{
  background: url('../images/pinterestShare.jpg') 0px 0px no-repeat;
}
.product .socialMedia span[uk-icon="mail"]{
  background: url('../images/emailShare.jpg') 0px 0px no-repeat;
}
/*----Product Table*/
.product .uk-table{
  border-collapse: collapse;
  border-style: hidden;
}
.product .uk-table td {
  padding-left: 10px;
  border: 1px solid #cccccc;
  color: #092334;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  vertical-align: middle;
}
.product .uk-table td strong{
  font-family: 'Helvetica Neue Condensed Bold';
  color: #064165;
  font-size: 16px;
}
.product .uk-table td strong.price{
  font-family: 'Helvetica Neue Bold';
  font-size: 24px;
  color: #092334;
  margin-right: 10px;
}
.product .uk-table td span{
  color: #ee2924;
  font-size: 14px;
}
.product .uk-table td span strong{
  font-family: 'Helvetica Neue Bold';
  text-transform: uppercase;
  color: #ee2924;
  font-size: 14px;
}
.product .callOut{
  padding: 10px;
  margin: 25px 0px 30px;
  font-family: 'Helvetica Neue Bold';
  color: #064165;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #cccccc;
}
.product .callOut strong{
  color: #27aae1;
  font-size: 18px;
}
.product .callOut strong span{
  color: #27aae1;
  font-size: 24px;
}
/*----Order Form*/
.orderForm{
  padding: 20px;
  background: #eff0ef;
}
.orderForm strong{
  font-family: 'Helvetica Neue Bold';
  color: #064165;
  font-size: 16px;
  margin-right: 20px;
}
.orderForm .uk-button{
  background:#ffffff;
  font-family: 'Helvetica Neue';
  font-size: 36px;
  color: #064165;
  padding: 0px 10px;
  height: 30px;
}
.orderForm .uk-button span{
    position: relative;
    top: -7px;
}
.orderForm .uk-input{
  width: 70px;
  margin: 0px 15px;
  border:none;
  text-align: center;
}
.orderForm .uk-button.cart{
  font-family: 'Helvetica Neue Bold';
  font-size: 18px;
  color: #ffffff;
  text-transform: none;
  background:#27aae1;
  height: auto;
}
.orderForm .uk-button.cart:hover{
    background-color: #058ebf;
    cursor: pointer;
}
.orderForm .cart img{
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
/*----Extras*/
.product .extra a{
  font-family: 'Helvetica Neue';
  font-size: 12px;
  color: #333333;
}
.product .extra a:hover{
  color: #333333;
  text-decoration: none;
}
.product .extra span{
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.product .extra span svg{
  display: none;
}
.product .extra span[uk-icon="print"]{
  background: url('../images/printIcon.svg') 0px 0px no-repeat;
  width: 22px;
  height: 21px;
}
.product .extra span[uk-icon="mail"]{
  background: url('../images/emailIcon.svg') 0px 0px no-repeat;
  width: 24px;
  height: 20px;
}
.product .extra span[uk-icon="info"]{
  background: url('../images/infoIcon.svg') 0px 0px no-repeat;
}
/*--Product Info*/
/*----Overview*/
.productInfo h2,
.productInfo h3{
  font-family: 'Helvetica Neue';
  font-size: 32px;
  color: #064165;
  margin-bottom: 5px;
}
.productInfo h3{
  font-size: 24px;
}
.productInfo p{
  font-family: 'Helvetica Neue';
  font-size: 16px;
  color: #000000;
  margin:0px;
}
/*----Features*/
.features{
  background:#d4eef9 url('../images/cornerStrips.png') right bottom no-repeat;
  padding: 0px;
}
.features > div{
  padding: 20px 60px;
}
.features .uk-list{
  margin:5px 0px;
}
.features .uk-list>li{
  font-family: 'Helvetica Neue';
  font-size: 16px;
  color: #064165;
  padding-left: 10px;
  position: relative;
}
.features .uk-list>li::before{
  content: '•';
  display: inline-block;
  position: absolute;
  left: 0px;
}
/*----Specifications*/
.specifications{
  background-color: #ffffff;
  position: relative;
  padding: 40px 30px;
}
.specifications:before,
.specifications:after{
  content: '';
  display: block;
  position: absolute;
  width: 3000px;
  height: 50px;
  background: #f3f3f3;
  margin-top: 420px;
  top: 100%;
  right: 40%;
  z-index: -1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.specifications:after{
  height: 30px;
  margin-top: 510px;
}
.specifications .uk-table,
.specifications .uk-table td{
  font-family: 'Helvetica Neue';
  font-size: 16px;
  border:2px solid #d8d9da;
  color:#092334;
}
/*----Dimensisons*/
.dimensisons{
  position: relative;
}
.dimensisons p{
  margin:0px;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  color: #000000;
  white-space: nowrap;
}
.dimensisons:before,
.dimensisons:after{
  content: '';
  display: block;
  position: absolute;
  width: 3000px;
  height: 50px;
  background: #f3f3f3;
  margin-top: 500px;
  top: 0px;
  left: 40%;
  z-index: -1;
  transform-origin: left;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dimensisons:after{
  margin-top: 590px;
  height: 30px;
}
.dimensisons > div > div:first-of-type{
  flex: 1 0 32%;
}
.dimensisons > div > div:last-of-type{
  flex: 1 0 65%;
}
/*----Downloads*/
.downloads{
  background-color: #d4eef9;
}
.downloads .uk-container-small{
  max-width: 650px;
}
.downloads a.uk-slidenav svg{
  display: none;
}
.downloads a.uk-slidenav{
  width: 36px;
  height: 66px;
}
.downloads a.uk-slidenav img{
  max-width: none;
}
.downloads a.uk-slidenav-previous{
  margin-top: 6px;
  left: 100px;
}
.downloads a.uk-slidenav-next{
  margin-left: -160px;
}
.downloads .uk-card-default{
  box-shadow: none;
}
.downloads .uk-card-body{
  padding: 5px;
}
.downloads .uk-card-title{
  font-family: 'Helvetica Neue';
  font-size: 14px;
  color: #092334;
  margin-top: 10px;
}
.downloads .uk-button-primary,
.productInfo .related .uk-button-primary{
  font-family: 'Helvetica Neue';
  font-size: 16px;
  background:#062f44;
  color: #ffffff;
  text-transform: none;
  margin-top: 10px;
  line-height: 27px;
}
.downloads a.bigLink:hover + .uk-button-primary,
.productInfo .related a.bigLink:hover + .uk-button-primary{
  background:#054b6e;
  color: #ffffff;
}
/*----Related Products*/
.productInfo .related h4{
  font-family: 'Helvetica Neue Bold';
  font-size: 22px;
  color: #064165;
}
.productInfo .related .numProducts{
  margin-bottom: 50px;
  display: block;
}
.productInfo .related .numProducts strong{
  font-family: 'Helvetica Neue Bold';
  font-size: 16px;
  color: #092334;
}
.productInfo .related .numProducts a{
  font-family: 'Helvetica Neue';
  font-size: 16px;
  color: #ee2924;
}
.productInfo .related .uk-card-default{
  box-shadow: none;
  border: 1px solid #d7d7d7;
}
.productInfo .related .uk-card-media-top{
  margin-top: 10px;
}
.productInfo .related .uk-card-body{
  padding: 10px;
}
.productInfo .related .uk-card-body p{
  font-family: 'Helvetica Neue';
  font-size: 16px;
  color: #092334;
  text-align: center;
}
.productInfo .related .uk-button-primary{
  line-height: 30px;
}
.productInfo hr{
  width: 1200px;
  margin: 20px auto;
  border-width: 2px;
}
/* Manufacturer Related Products */
.manufacturer-product a {
  color: #064165;
}
.manufacturer-product-image {
  object-fit: contain;
  margin-left: 15px; 
  margin-right: 15px; 
  width: 200px; 
  height: 145px;
}
/*-Search Page-*/

.search-result-page {
  margin-top: 100px;
}
.search-result-page .border-gray {
  border-top: 1px solid #c0c0c0;
  padding-top: 15px;
}

.search-result-page .border-gray strong,
.search-result-page .border-gray a{
  line-height: 20px;
}

.search-result-page .pagination-prev-arrow {
  background-image: url('/application/files/8315/7443/3296/pagination-arrows.jpg');
  background-size: 50px 50px;
}

.search-result-page .search-results a{
  font-family: 'Helvetica Neue';
  font-size: 24px;
  line-height: 42px;
  color: #27aae1;
  margin-bottom: 10px;
  display: block;
}

.search-result-page .search-results{
  margin-bottom: 30px;
}

.search-result-page p {
  color: #092334;
  font-size: 16px;
  font-family: 'Helvetica Neue';
  line-height: 24px;
  margin-bottom: 0px;
}

.search-result-page img {
  max-width: 100px;
  height: auto;
  margin-right: 20px;
}

 .search-result-page ul {
  margin: 0px 0px 0px 0px;
  line-height: 25px;
}

.search-result-page + ul {
  margin: 0px 0px 0px 26px;
}

.search-result-page svg {
  vertical-align: baseline;
}
.search-result-page .uk-icon {
  display: inline;
}
 


/*---Top Search Bar*/
.topSearchBar{
  background: #25aae1;
  position: fixed;
  top: 150px;
  left: 0px;
  z-index: 98;
  width: 100%;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  transition:all 0.9s ease;
}
.topSearchBar.superUser{
  top: 198px;
}
.topSearchBar img.strips{
  height: 60px;
  width: auto;
}
.topSearchBar strong{
  font-family: 'Helvetica Neue Condensed Bold';
  font-size: 36px;
  color: #062f44;
}
.topSearchBar strong span{
  text-transform: uppercase;
  color: #ffffff;
}
.topSearchBar input{
  width: 380px;
  background-color:#ffffff;
  background-size: 30px;
  padding-right: 50px;
  padding-left: 10px;
  height: 40px;
  color: #000000;
}
.topSearchBar .uk-search a svg{
  display: none;
}
.topSearchBar .uk-search button{
  width: 50px;
  cursor: pointer;
  background: url('../images/searchIcon_flipped.svg');
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center;
  border: none;
}
.topSearchBar.superUser.smallSearch{
  top: 128px !important;
  -webkit-transition:all 1.1s ease;
  -moz-transition:all 1.1s ease;
  transition:all 1.1s ease;
}
.topSearchBar.smallSearch{
  top: 80px !important;
  -webkit-transition:all 1.1s ease;
  -moz-transition:all 1.1s ease;
  transition:all 1.1s ease;
}

/*Search Select*/
.search-type-wrap{
  border-bottom: 1px solid #25aae1;
}
.uk-button.uk-button-search-type{
  font-family: 'Helvetica Neue';
  font-size: 14px;
  line-height: normal;
  color: #0a2334;
  background: #ddf1f7 url('../images/search-arrow.png') right 3px center no-repeat;
  border:1px solid #ddf1f7;
  padding: 0px 20px 0px 10px;
  width: 87px;
  height: 29px;
  text-align: right;
}
.uk-button.uk-button-search-type.uk-open{
  background: #ffffff url('../images/search-arrow.png') right 3px center no-repeat;
  border: 1px solid #d8d9da;
}
.uk-dropdown.search-type-drop{
  width: 87px;
  min-width: 87px;
  max-width: 87px;
  margin:0px;
  padding: 0px;
  border:none;
}
.uk-dropdown.search-type-drop:before,
.uk-dropdown.search-type-drop:after{
  display: none;
}
.uk-dropdown.search-type-drop button{
  font-family: 'Helvetica Neue';
  font-size: 14px;
  line-height: 14px;
  color: #0a2334;
  text-align: center;
  width: 100%;
  padding: 7px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border:1px solid #d8d9da;
  background: none;
}
.uk-button.uk-button-search-type.uk-open:hover,
.uk-dropdown.search-type-drop button:hover{
  background-color: #ddf1f7;
  border-color: #ddf1f7;
}
.uk-dropdown.search-type-drop button:focus{
  outline: none;
}

/*Products listing page*/
.uk-slider .uk-overlay{
  background: rgba(255,255,255,0.85);
  padding:10px;
}
.uk-slider .uk-overlay p{
  font-size: 16px;
  line-height: 24px;
}
.uk-dotnav>*>*{
  width: 17px;
  height: 17px;
}
.uk-slider a.uk-slidenav svg{
  display: none;
}
.uk-slider a.uk-slidenav{
  width: 30px;
  height: 60px;
  margin-top: -5px;
}
.productsSlider.uk-slider a.uk-slidenav.uk-slidenav-previous{
    background:url('../images/bwArrowLeft.png') 0px 0px no-repeat;
    background-size: contain;
}
.productsSlider.uk-slider a.uk-slidenav.uk-slidenav-next{
    background:url('../images/bwArrowRight.png') 0px 0px no-repeat;
    background-size: contain;
}

/*Products Category Page*/
.categoryFeatures{
  margin-bottom: 50px;
  padding:35px;
  background: #e9f6fc url('../images/featuresBack.png') right bottom no-repeat;
  clear: both;
}
.innerContent .categoryFeatures ul{
  color: #064165;
  margin-top: 0px;
}
.innerContent .categoryFeatures ul li{
  font-size: 16px;
  margin-bottom: 0px;
}
.categoryFeatures ul li ul{
  list-style: initial;
}
.categoryFeatures h2{
  margin-bottom: 0px;
}
.cat-img {
  max-height: 350px;
  width: auto;
}
.categoryFeatures p{
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.categoryFeatures a{
  color: #25aae1;
    font-weight: bold;
}
.categoryFeatures a:hover{
  text-decoration: none;
  color: #058ebf;
}
.categoryFeatures hr{
  border-top: 5px solid #ffffff;
  border-top-color: #ffffff !important;
}
.categoryFeatures strong{
  color: #064165;
  font-size: 18px;
  font-family: 'Helvetica Neue Condensed Bold';
  display: block;
  margin-top: 8px;
  margin-bottom: 3px;
}
.categoryFeatures h3{
  line-height: 30px;
}
.categoryFeatures .browse a{
    font-family: 'Helvetica Neue Bold';
    font-size: 18px;
    color: #064165;
    margin: 0px;
}
.categoryFeatures .browse a:hover{
    text-decoration: none;
    color: #1bb1e7;
}
.categoryFeatures .ul-columns > ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.categoryFeatures .ul-columns > ul > li{
  width: 50%;
  line-height: 21px;
}
.categoryFeatures .ul-columns > ul > li:nth-of-type(odd){
  padding-right: 20px;
}
.categoryFeatures.content h3{
  margin:0px;
}
.categoryFeatures.content p{
  margin-top: 10px;
  margin-bottom: 20px;
}
.categoryFeatures.content p:last-of-type{
  margin-bottom: 0px;
}
.overview a{
  color: #064165;
  font-weight: 700;
}
.overview a:hover{
  text-decoration: none;
  color: #1bb1e7;
}
.recommended-products{
  padding-bottom: 50px;
}
.recommended-products:nth-of-type(4n+1){
    padding-left: 0px;
}
.categoryFeatures .recommended-products h3{
  flex-grow: 1;
}
/*--Sub Cagegory List*/
.subCategoryList>div{
  padding-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
}
.subCategoryList>div:last-of-type{
  border-bottom: none;
}
.subCategoryList a strong{
  font-family: 'Helvetica Neue Bold';
  font-size: 20px;
  color: #092334;
  margin-bottom: 10px;
  display: block;
}
.subCategoryList ul li a{
  font-size: 16px;
  color: #064165;
}
.subCategoryList a:hover,
.subCategoryList a strong:hover{
  text-decoration:none;
  color: #1bb1e7;
}
/*--Browse similar products*/
.browse strong,
.browse a{
  font-family: 'Helvetica Neue Condensed Bold';
  font-size: 22px;
  color: #ee2924;
  line-height: normal;
}
.browse p{
  font-family: 'Helvetica Neue';
  font-size: 16px;
  line-height: 24px;
  color: #062f44;
  margin:0px;
}
.browse .bigLink:hover + div strong{
  text-decoration:underline;
}
.browse .border img{
  width: 100%;
  height: auto;
}
.browse .border,
.byBrand .border,
.browse.group .border{
  border-top:none;
}
/*Shop by Brand*/
.byBrand a{
  font-family: 'Helvetica Neue Bold';
  font-size: 16px;
  color: #064165;
  text-align: center;
  margin: 25px 0px;
}
.byBrand h3{
  font-family: 'Helvetica Neue Bold';
  font-size: 16px;
  line-height: 26px;
  color: #064165;
  text-align: center;
  margin: 0px;
}
.byBrand .bigLink:hover + a{
  text-decoration:underline;
}

/*Sub Category Page*/
.products-list-header .pageHeader h1{
  margin-bottom: 0px;
}
.products-list-header p{
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 24px;
  margin-top: 5px;
}
.productList select.uk-select{
  border-color: #27aae1;
  font-family: 'Helvetica Neue Bold';
  color: #064165;
  font-size: 18px;
  cursor: pointer;
}
.productList .uk-button.cart{
  background-color: #ffffff;
  background-image: url('../images/cartIcon.svg');
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  padding-left: 50px;
  padding-right: 15px;
  border:1px solid #27aae1;
  color: #27aae1;
}
.productList .uk-button.cart:hover{
  background-color: #27aae1;
  background-image: url('../images/cartIcon_RO.svg');
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  color: #ffffff;
}
.productList .uk-button.uk-button-default{
  background-color: #ffffff;
  border:1px solid #818182;
  color: #818182;
}
.productList .uk-button.uk-button-default:hover{
  background-color: #818182;;
  color: #ffffff;
}
.productListItem .background{
  background-color: #eff0ef;
  border:5px solid transparent;
}
.productListItem:hover .background{
  border:5px solid #27aae1;
}
.productListItem:hover .uk-checkbox:checked + .background{
  border:5px solid #ee2924;
}
.productListItem a{
  font-family: 'Helvetica Neue Bold';
  font-size: 20px;
  color: #092334;
  line-height: 22px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}
.productListItem a.bigLink{
  margin:0px;
}
.productListItem a.bigLink:hover + div > div > a{
  color: #27aae1;
}
.productListItem p,
.productListItem strong{
  margin: 0px;
  font-size: 14px;
  line-height: 19px;
  display: block;
   margin-bottom: 4px;
}
.productListItem p{
  text-align: right;
  margin-right: 5px;
}
.productListItem .no-wrap p{
  white-space: nowrap;
}
.productListItem .product-line-height{
  line-height: 19px;
  margin-bottom: 7px;
}
.productListItem p.uk-text-small{
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
.productListItem strong{
  font-family: 'Helvetica Neue Condensed Bold';
  color: #064165;
}
.productListItem .uk-checkbox{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
}
.productListItem .price{
  font-family: 'Helvetica Neue Bold';
  font-size: 28px;
  color: #092334;
}
.productListItem .price sup{
  font-size: 14px;
  top: -10px;
}
.productListItem .img{
  width: 120px;
}
.productListItem .img img{
  max-width: 120px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.productListItem.bigLink {
  z-index: 0;
}

.productListItem button {
  z-index: 1;
}

.productListItem input {
  z-index: 1;
}

.product-qty-input {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
  
}
input[type=number] {
  -moz-appearance:textfield;
}

  
/*--Pagination*/
.uk-pagination-previous svg polyline,
.uk-pagination-next svg polyline{
  fill: #c0c0c0;
  stroke: #c0c0c0 !important;
}
.uk-pagination-previous:hover svg polyline,
.uk-pagination-next:hover svg polyline{
  fill: #818182;
  stroke: #818182 !important;
}
.uk-pagination>*>*{
  color: #c0c0c0;
  font-family: 'Helvetica Neue Condensed Bold';
  font-size: 16px;
}
.uk-pagination>.uk-active>*{
  color: #064165;
}
.paginationShowing p{
  font-family: 'Helvetica Neue';
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
/*--SideBar*/
.productListSidebar{
  margin-top: 0px;
}
.productListSidebar h2{
  font-size: 32px;
}
.productListSidebarBody{
  background: #d4eef9;
  background: -moz-linear-gradient(top, #d4eef9 10%, #ebebeb 90%);
  background: -webkit-linear-gradient(top, #d4eef9 10%,#ebebeb 90%); 
  background: linear-gradient(to bottom, #d4eef9 10%,#ebebeb 90%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4eef9', endColorstr='#ebebeb',GradientType=0 );
}
.productListSidebarBody .filter{
  padding: 35px;
  border-bottom: 2px solid #27aae1;
  background: url('../images/sidebarStrips.png') right bottom no-repeat;
  margin-bottom: 35px;
}
.productListSidebarBody .uk-padding{
  padding:25px 35px 35px 35px;
}
.productListSidebarBody .filter .uk-input{
  height: 60px;
  /* background:#ffffff url('../images/addIcon.svg') right 10px center no-repeat; */
  /* background-size: 30px;
  padding-right: 50px; */
}
.productListSidebarBody .keywordAddButton {
    background: url('../images/addIcon.svg') right 10px center no-repeat;
    background-size: 30px;
    padding-right: 50px;
    border: 0px;
    cursor: pointer;
}
.filter .uk-label{
  font-family: 'Helvetica Neue';
  font-size: 16px;
  color: #092334;
  background: #ffffff;
  border-radius: 0px;
  border:1px solid #b0b0b0;
  padding: 8px;
  margin:10px 10px 0px 0px;
}
.filter .uk-label button.closeLabel{
  margin-left: 10px;
  border:none;
  background: url('../images/closeBlue.svg') center center no-repeat;
  background-size: 16px;
  height: 20px;
  width: 20px;
}
#clearAllFiltersBtn,
#clearAttrFiltersBtn{
  margin-left: 3px;
  border:none;
  background: url('../images/closeBlue.svg') center center no-repeat;
  background-size: 18px;
  height: 20px;
  width: 20px;
}
.filter .uk-label button.closeLabel:hover,
.productListSidebarBody .clearAllFilters:hover,
.attrTitle .clearAttrFilters:hover{
  cursor: pointer;
}
.productListSidebarBody h3{
  font-family: 'Helvetica Neue Bold';
  font-size: 20px;
  color: #064165;
  padding: 10px 10px 10px 35px;
  margin:0px;
  display: inline-block;
  background:#ffffff;
  position: relative;
}
.productListSidebarBody h3:after{
  content: '';
  position: absolute;
  right: -30px;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 62px 30px 0 0px;
  border-color: #ffffff transparent transparent transparent;
}
.productListSidebarBody div.clearAllFilters{
  margin: 10px 10px 10px 35px;
}
#clearAllFiltersText,
#clearAttrFiltersText{
  font-family: 'Helvetica Neue';
  color: #064165;
  font-size: 14px;
}
.attrTitle div.clearAttrFilters{
  margin-left: 10px;
}
.productListSidebarBody a.tags{
  font-family: 'Helvetica Neue';
  font-size: 18px;
  color: #092334;
  text-decoration: none;
}
.productListSidebarBody p{
  margin-bottom: 0px;
}
.productListSidebarBody a.tags:hover{
  text-decoration: none;
  cursor: pointer;
  color: #27aae1;
}
.productListSidebarBody h4{
  font-family: 'Helvetica Neue Bold';
  font-size: 18px;
  color: #092334;
  margin-bottom: 5px;
}
.productListSidebarBody label p{
  display: inline-block;
  font-size: 16px;
  margin: 0px 0px 0px 9px;
  line-height: 24px;
}
.productListSidebarBody .call h4{
  font-family: 'Helvetica Neue Condensed Bold';
  font-size: 23px;
  color: #092334;
  margin-bottom: 0px;
}
.productListSidebarBody .call p{
  font-size: 16px;
  line-height: 18px;
}
.productListSidebarBody .call .uk-overlay{
  padding: 15px;
  background-color: rgba(255,255,255, 0.85);
}
.productListSidebarBody .call .uk-input{
  border:1px solid #a1a1a1;
  margin: 10px 0px 15px 0px;
}
.productListSidebarBody .login{
  background-color: #ffffff;
  padding: 15px;
}
.productListSidebarBody .login p {
    font-size: 16px;
    line-height: 18px;
}

/*About Page*/
.buttonPageList{
  overflow:hidden;
  background: #27aae1;
  background: -moz-linear-gradient(top, #27aae1 21%, #064165 99%);
  background: -webkit-linear-gradient(top, #27aae1 21%,#064165 99%);
  background: linear-gradient(to bottom, #27aae1 21%,#064165 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27aae1', endColorstr='#064165',GradientType=0 );
}
.buttonPageList.column{
  background:none;
}
.buttonPageList:before{
  content: '';
  width: 1243px;
  height: 335px;
  background: url('../images/rocks_blueBack.png') left center no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.5;
}
.buttonPageList.column:before{
  display: none;
}
.buttonPageList > div{
  padding: 25px;
}
.buttonPageList .uk-card > div{
  background: #bee5f6;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.buttonPageList .uk-card .bigLink:hover + div{
  background: #25aae1;
  -webkit-box-shadow: 0px 0px 20px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 20px -7px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 20px -7px rgba(0,0,0,0.75);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.buttonPageList .uk-card strong{
  font-family: 'Helvetica Neue Condensed Bold';
  font-size: 30px;
  line-height: 32px;
  color: #092334;
}
.buttonPageList.column strong{
  font-size: 28px;
}
.buttonPageList.column p{
  margin-bottom: 0px;
  margin-right: 35px;
  font-size: 20px;
}
.buttonPageList .uk-card span{
  width: 75px;
  height: 75px;
  margin-right: 20px
}
.buttonPageList.column .uk-card span{
  width: 125px;
  height: 125px;
}
.buttonPageList .uk-card span[uk-icon="whiteArrow"]{
  background: url('../images/whiteArrow.svg') 0px 0px no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 0px;
}
span[uk-icon="materials"]{
  background: url('../images/materials_icon.svg') 0px 0px no-repeat;
}
span[uk-icon="service"]{
  background: url('../images/service_Icon.svg') 0px 0px no-repeat;
}
span[uk-icon="tools"]{
  background: url('../images/tools_Icon.svg') 0px 0px no-repeat;
}

/*Case Study/Whitepapers*/
.searchBar{
  background: #27aae1 url('../images/boxStrips.png') right -100px center no-repeat;
}
.searchBar button.uk-button{
  width: 80px;
  height: 40px;
  background-color: #ee2924;
  padding: 0px;
}
.searchBar button.uk-button:hover{
  background-color: #d42c27;
}
.searchBar span[uk-icon="search"] svg{
  display: none
}
.searchBar span[uk-icon="search"]{
  background: url('../images/searchIcon_white.svg') 0px 0px no-repeat;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  text-align: center;
  margin-top: 2px;
}
.imgContentRowPageList p{
  margin:0px 0px 16px 0px;
  font-size: 16px;
  line-height: 24px;
}
.imgContentRowPageList h3,
.imgContentRowPageList a{
  margin:0px 0px 10px 0px;
  font-family: 'Helvetica Neue Bold';
  font-size: 22px;
  color: #092334;
}
.imgContentRowPageList a:hover{
  text-decoration:none;
  color: #25aae1;
}
.imgContentRowPageList a.uk-button{
    font-size: 18px;
    color: #ffffff;
    margin: 0px;
}
.imgContentRowPageList a.uk-button:hover{
  color: #ffffff;
}
.imgContentRowPageList .uk-padding{
  padding: 20px;
}
.imgContentRowPageList .uk-padding-large{
  padding: 50px;
}
.imgContentRowPageList .uk-margin-bottom{
  margin-bottom: 50px !important;
}
.imgContentRowPageList img{
  max-width: 250px;
}
.imgContentRowPageList .serviceHover{
  border: 5px solid #ffffff;
}
.imgContentRowPageList .serviceHover:hover{
  border: 5px solid #ee2924;
}
/*--Email Sub Promo*/
.emailSub{
  background: #27aae1;
}
.emailSub p{
  font-family: 'Helvetica Neue Bold';
  margin-bottom: 0px;
  font-size: 18px;
  color: #ffffff;
  line-height: 21px;
  margin-right: 20px;
}
.emailSub strong{
  font-family: 'Helvetica Neue Condensed Bold';
  font-size: 48px;
  color: #092334;
  line-height: 65px;
  margin-right: 10px;
}
.emailSub span[uk-icon="mail"] svg{
  display: none;
}
.emailSub span[uk-icon="mail"]{
  background:url('../images/main_icon.svg') 0px 0px no-repeat;
  height: 42px;
  width: 60px;
  margin-right: 20px;
}
.emailSub .uk-button{
  background: #064165;
  padding: 0px 15px;
}
.emailSub .uk-button:hover{
  background: #0f5d9a;
}

/*News and Events*/
.schdules{
  background:#93d4f0 url('../images/schudleStrips.png') right bottom no-repeat;
}
.schdules .uk-card{
  background-color: rgba(255,255,255,0.5);
  opacity: 1 !important;
  border:4px solid transparent;
  margin-top: 15px;
}
.schdules .uk-transition-toggle{
  border:4px solid transparent;
}
.schdules strong{
  font-family: 'Helvetica Neue Condensed Bold';
  font-size: 26px;
  color: #092334;
  margin:25px 0px 5px 0px;
  display: block;
}
.schdules p{
  font-family: 'Helvetica Neue Bold';
  font-size: 18px;
  line-height: 22px;
  color: #55434a;
  margin: 0px;
}
.schdules p span{
  color: #092334;
}

/*My Account*/
.myAccount .uk-nav-default>li>a{
  font-family: 'Helvetica Neue Bold';
  font-size: 16px;
  color: #1bb1e7;
  opacity: 0.75;
}
.myAccount .uk-nav-default>li.uk-active>a,
.myAccount .uk-nav-default>li>a:hover{
  text-decoration: none;
  color: #058ebf;
  opacity: 1;
}
.myAccount .uk-text-small,
.checkout .uk-text-small,
.register .uk-text-small{
  font-size: 12px;
  color: #9f9f9f;
}

/*ShoppingCart*/
.shoppingCart a.title{
  font-family: 'Helvetica Neue Bold';
  font-size: 20px;
  color: #1bb1e7;
  line-height: 22px;
  margin-bottom: 10px;
  text-decoration: none;
}
.shoppingCart a.title:hover{
  color: #058ebf;
}
.shoppingCart .price{
    font-family: 'Helvetica Neue Bold';
    font-size: 28px;
    color: #092334;
    line-height: 22px;
}
.shoppingCart .price.uk-text-small{
  font-size: 21px;
}
.shoppingCart.border{
  padding:10px;
  border:1px solid #999999;
  margin-bottom: 25px;
  min-height: 100px;
}
.shoppingCart.border.uk-padding{
  padding: 40px;
}
.shoppingCart img{
  width: 100px;
}

/*Checkout*/
.checkout > div:last-child{
  padding-left: 40px;
}

/*Service Layout*/
.servicesTab .uk-subnav a{
  font-family: 'Helvetica Neue Condensed Bold';
  font-size: 24px;
  color: #092334;
  padding: 10px 40px 10px 10px;
  text-transform:capitalize;
  background: #e0e1e0 url('../images/whiteArrow.svg') right 10px center no-repeat;
  background-size: 25px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.servicesTab .uk-subnav a:hover{
  background: #bee5f6 url('../images/whiteArrow.svg') right 10px center no-repeat;
  background-size: 25px;
  padding: 10px 40px 10px 10px;
}
.servicesTab .uk-subnav-pill>.uk-active>a{
  padding: 10px 40px 10px 10px;
  background: #bee5f6 url('../images/whiteArrowDown.svg') right 10px center no-repeat;
   background-size: 25px;
}
.servicesTab p,
.servicesTab ul{
      font-family: 'Open Sans';
    color: #092334;
    font-size: 16px;
    line-height: 24px;
}
.servicesTab .uk-switcher ul{
  list-style: disc;
}

/*Silo Form*/
.mcg-form h2{
  margin-top: 20px;
}
.mcg-form .uk-padding-small{
  padding:0px 15px 15px 0px !important;
}
.mcg-form .uk-padding-small:last-of-type{
  padding:0px 0px 15px 0px !important;
}
.mcg-form label{
  font-family: 'Helvetica Neue';
  margin:8px 0px 5px 0px;
  display: block;
  color: #092334;
  font-weight: 500;
}
.mcg-form .uk-checkbox,
.mcg-form .uk-radio{
  margin-right: 5px;
}
.mcg-form .material-info .uk-radio{
  margin-right: 0px;
  position: absolute;
  opacity: 0;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
}
.mcg-form .material-info .uk-radio:checked + img{
  border:3px solid #064165;
  padding:4px 10px 10px 10px;
}
.mcg-form .material-info > div{
  position: relative;
}
.mcg-form .material-info img{
  padding:7px 10px 10px 10px;
  margin-top: 10px;
}
.mcg-form .uk-button{
  margin: 20px 0px 50px 0px;
}
.mcg-form span{
  margin-left: 8px;
}
.mcg-form span.right{
  margin-right: 8px;
  margin-left: 0px;
}
.mcg-form span.circle-num{
  font-family: 'Helvetica Neue Bold';
  color: #064165;
  margin:0px auto;
  width: 25px;
  height: 25px;
  display: block;
  border:3px solid #064165;
  font-size: 16px;
  line-height: normal;
  border-radius: 50%;
}
#clicktocallForm .mcg-form label{
  font-family: 'Helvetica Neue Bold';
  margin-bottom: 10px;
}
#clicktocallForm .mcg-form label span{
  margin-left: 5px;
  color: #2fabdf;
}
#clicktocallForm .uk-button{
    margin: 30px auto 20px;
    display: block;
    max-width: 250px;
    width: 100%;
    padding: 5px 30px;
}
.vessel-info{
  margin-bottom: 50px;
}
.vessel-info img{
  max-width: 188px;
  width: 100%;
}
.vessel-info img.small{
  max-width: 102px;
}
/*Thank You Pages*/
.thank-you .topSearchBar{
  position: static !important;
}

/*No-Flex Fallback*/
.no-flexbox .uk-flex,
.no-flexbox .uk-flex > div.uk-flex{
  display: table;
  width: 100%;
}
.no-flexbox .uk-flex > div{
  display: table-cell;
  vertical-align: top;
}
.no-flexbox .uk-flex > div img{
  display: block;
  margin:0 auto;
}
.no-flexbox .uk-flex.uk-flex-between > div{
  float: left;
}

.uk-modal-page{
  overflow: inherit;
}
.uk-modal-page body{
  overflow: hidden;
}
/*Mobile*/
@media only screen and (max-width: 1600px) {
  /*This makes the hero image start to shrink proportionally instead of being cropped*/
  .uk-height-hero,
  .uk-height-hero-sub{
    height: auto;
    max-height: auto;
    min-height: auto;
  }
  .uk-height-hero-sub h1{
    font-size: 7vw;
    line-height: 4vw;
  }
  .uk-height-hero-sub h1 strong {
    font-size: 4vw;
    line-height: 5vw;
  }
  .heroText h1{
    margin-top: 52px;
  }
}
@media only screen and (max-width: 1450px) {
  .comapnyLogos a.uk-slidenav-previous{
    left: -50px;
  }
  .comapnyLogos a.uk-slidenav-next{
    right: -50px;
    left: auto;
  }
}
@media only screen and (max-width: 1400px){
  .header .uk-navbar-nav>li>a{
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1200px){
  .productListItem img{
    width: 75px;
  }
  .productListItem p, 
  .productListItem strong{
    font-size: 14px;
  }
  .productListItem .uk-button.cart{
    font-size: 15px;
  }
}
@media only screen and (max-width: 1300px) {
  .heroButton{
    left: 30px;
    max-width: 900px;
  }
  .heroText h1{
    margin-top: 39px;
  }
  .servicesTab .uk-subnav a{
    font-size: 18px;
  }
  .contactHome .contactHeroText h1{
    left: 250px;
    top: 27px;
  }
  .contactHome .uk-button:before{
    display: none;
  }
  .dimensisons{
    overflow: hidden;
  }
  .header .uk-navbar-nav>li>a{
    font-size: 15px;
    padding-left: 9px;
    padding-right: 9px;
  }
  .servicesHome > div{
    margin: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .uk-navbar-nav{
    position: relative;
  }
  .uk-navbar-nav>li>a{
    font-size: 15px;
    padding: 0px 6px;
  }
  .uk-button.shopNow:hover,
  .uk-navbar-nav li:hover>.uk-button,
  .uk-button.shopNow,
  .uk-navbar-nav>li>a:hover,
  .uk-navbar-nav>li>a:focus,
  .uk-navbar-nav>li>a.uk-open{
    font-size: 15px;
  }
  .emailSub .uk-input{
    margin-bottom: 10px;
  }
  .emailSub strong,
  .emailSub p{
    margin-bottom: 15px;
  }
  .schdules .uk-card{
    margin-bottom: 25px;
  }
  .comapnyLogos .uk-slider{
    padding: 0px 50px;
  }
  .comapnyLogos a.uk-slidenav-previous{
    left: -15px;
  }
  .comapnyLogos a.uk-slidenav-next{
    right: -15px;
    left: auto;
  }
  .productInfo hr{
    width: 100%;
  }
  .badge{
    position: relative;
    top: -30px;
  }
  .badge img{
    width: 150px;
  }
  .uk-padding-remove-all\@l{
    padding: 0px !important;
  }
  .subCategoryList .uk-button{
    margin-top: 20px;
  }
  .header.smallHeader .uk-navbar-nav .uk-button.shopNow{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: transform 0s 0.5s, opacity 0.5s linear;
    -o-transition: transform 0s 0.5s, opacity 0.5s linear;
    transition: transform 0s 0.5s, opacity 0.5s linear;
  }
  .header .uk-navbar-nav .uk-button.shopNow{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
  }
  .header.smallHeader .smallCart{
    right: 130px;
    position: absolute;
  }
  .header .smallCart>a:hover{
      padding-bottom: 0px;
  }
  .shopNow-drop{
      display: block;
      opacity: 0;
      transition: top 0.5s, opacity 0.5s ease;
  }
  .header.smallHeader .shopNow-drop{
      top:0px;
      opacity: 1;
      transition: top 0.5s 0.5s, opacity 0.5s 0.5s ease;
  }
  .servicesHome .uk-overlay{
    padding: 10px;
  }
  .servicesHome h3{
    font-size: 32px;
    line-height: 34px;
  }
  .servicesHome p{
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 959px){
  .buttonPageList .uk-card strong{
    font-size: 21px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .heroText h1 {
      font-size: 140px;
      line-height: 102px;
  }
  .heroText h1 span {
      font-size: 70px;
  }
  .downloads a.uk-slidenav-previous{
    margin-top: 6px;
    left: auto;
  }
  .downloads a.uk-slidenav-next{
    margin-left: -10px;
  }
  .contactHome .map{
    position: static !important;
  }
  .contactHome .contactHeroText h1{
    left: 120px;
    top: 13px;
  }
  /*.uk-height-hero-sub h1{
    font-size: 72px;
    line-height: 52px;
  }
  .uk-height-hero-sub h1 strong{
    font-size: 46px;
    line-height: 40px;
  }*/

  .servicesTab table, thead, tbody, th, td, tr { 
    display: block; 
  }

  .servicesTab td > img {
    margin-top: 0px;
}

  .servicesTab table {
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .servicesTab img {
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
  }


  .servicesTab strong {
    text-align: center;
    display: block;
  }
  .header .uk-navbar-nav>li>a {
    font-size: 14px;
    padding-left: 7px;
    padding-right: 6px;
  }

}
@media screen and (max-width: 959px) {
  body.superUser{
    padding-top: 168px !important;
  }
  body{
    padding-top: 120px !important;
  }
  .header.uk-container-large,
  .airmatic-container{
    padding: 20px;
  }
  .utilNav{
    margin-bottom: 0px !important;
    top:18px;
    width: 100%;
  }
  .utilNav .uk-navbar-dropdown{
    margin-left: -43px;
    max-width: none;
  }
  .utilNav .uk-icon[uk-icon="search"]{
    height: 40px;
    width: 35px;
  }
  .utilNav .uk-icon[uk-icon="receiver"]{
    width: 40px;
    height: 40px;
    margin-left: 7px !important;
  }
  .uk-icon[uk-icon="cart"]{
    height: 40px;
    width: 50px;
    margin-left: 7px !important;
    background-size: 40px 40px; 
  }
  .utilNav .uk-icon[uk-icon="mobileNav"]{
    background: url('../images/mobileMenu.jpg');
    width: 114px;
    min-width: 114px;
    height: 32px;
    min-height: 32px;
    max-height: 32px;
    margin-left: 15px !important;
    cursor: pointer;
  }
  .header .logo a.uk-logo,
  .header .logo{
    max-width: 300px;
    position: relative;
    z-index: 3;
  }
  .resourcesHome .uk-overlay{
    margin: 0px;
    right: auto;
    top:auto;
    bottom: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    max-width: 100%;
  }
  .resourcesHome .uk-inline{
    height: 100%;
  }
  .searchBar{
    background: #27aae1 url('../images/boxStrips.png') left bottom no-repeat;
  }
  /*----No-Flex Fallback*/
  .no-flexbox .uk-flex > div{
    display: block;
    width: 100%;
  }
  .no-flexbox .uk-flex.uk-flex-between > div{
    float: none;
    display: block;
  }
  .contactHome .uk-button{
    max-width: 100%;
    margin-bottom: 10px;
  }
  .servicesHome .uk-overlay{
    padding: 5px 10px;
  }
  .servicesHome h3{
    font-size: 24px;
    line-height: 26px;
  }
  .servicesHome p{
    font-size: 14px;
    line-height: 20px;
  }
  .uk-height-hero{
    margin-bottom: 0px;
  }
  .uk-height-hero-sub{
    margin-bottom: 30px;
  }
  .contactHome.sticky p{
    text-align: center;
    margin-bottom: 20px;
  }
  .contactHome.sticky .uk-container:after,
  .contactHome.sticky .uk-container:before{
    display: none;
  }
  .buttonPageList:before{
    display: none;
  }
  .topSearchBar input{
    width: 100%;
    margin-left: 15px;
  }
  .topSearchBar{
    background: #25aae1 url('../images/boxStrips.png') right center no-repeat;
  }
  .productListItem img{
    margin-bottom: 20px;
  }
  .productListItem .uk-display-table-row{
    display: block;
  }
  .header{
    padding-bottom: 20px;
    height: auto;
  }
  .contactHome .contactHeroText h1{
    left: 120px;
    top: 12px;
    font-size: 100px;
  }
  .contactHome .contactHeroText h1 span {
      font-size: 58px;
      line-height: 50px;
  }
  .contactHome .uk-overlay{
    transform: none;
    width: 100%;
    margin: 0px;
    left: 0px;
    bottom: 270px;
    top: auto;
  }
  .topSearchBar{
    top: 120px;
  }
  .topSearchBar.superUser{
    top: 168px;
  }
  .caseStudy .uk-margin-left{
    margin-left: 0px !important;
  }
  .contactHome.sticky,
  .contactHome.sticky.slideUp{
    overflow: visible !important;
    bottom: -170px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  }
  .contactHome.sticky.slideUp-mobile{
    bottom: 0px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  }
  .contactHome.sticky .mobileOpen,
  .contactHome.sticky .mobileOpen.arrowFlip{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .contactHome.sticky .mobileOpen.arrowFlip-mobile{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .cartItemNumber{
    font-size: 25px;
    line-height: 18px;
    left: 22px;
    padding: 1px 6px;
  }
  .uk-padding-remove-all\@m{
    padding: 0px !important;
  }
  .resourcesHome .resourceWrap:first-of-type .uk-overlay-default{
    background: rgba(6, 47, 68, 1);
  }
  .resourcesHome .resourceWrap:last-of-type .uk-overlay-default{
    background: rgba(78, 67, 86, 1);
  }
  .comapnyLogos h2{
    text-align: center;
  }
  .productsSlider .uk-overlay{
    position: static !important;
  }
  .productsSlider .uk-slidenav{
    display: none;
  }
  .mcg-form .uk-padding-small.mobile{
    padding: 0px 0px 15px 0px !important;
  }
  .mcg-form .uk-button{
    width: 100%;
  }
  .categoryFeatures .ul-columns > ul{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
  }
  .categoryFeatures .ul-columns > ul li{
    width:100%;
    margin-bottom: 6px;
  }
  .categoryFeatures .ul-columns > ul li:nth-of-type(odd){
    padding-right: 0px;
  }
  .uk-search-page input[type="search"]{
    width: 100%;
  }
  .resourcesHome .uk-overlay{
    position: static !important;
  }
  .productListItem p{
    text-align: left;
    display: inline;
    line-height: initial;
  }
  .productListItem strong{
    display: inline;
    line-height: initial;
  }
  .heroText h1{
    margin-left: 7%
  }
  .heroButton{
    top: 50%;
  }
  .shoppingCart img,
  img.cat-img{
    margin: 0 auto !important;
  }
  .product .uk-table td{
    min-height: 32px;
  }
  .product .mainImg,
  .product .socialMedia{
    margin:0 auto;
  }
  .recommended-products:nth-of-type(2n+1){
      padding-left: 0px;
  }
  .dimensisons > div > div:first-of-type,
  .dimensisons > div > div:last-of-type{
    flex: 1 0 auto;
  }
}
@media only screen and (max-width: 756px) {
  .heroText h1 {
      margin-top: 75px;
      font-size: 100px;
      line-height: 60px;
      -webkit-transform: perspective(750px) rotateX(-4deg) rotateY(20deg) scale3d(1, 1, 1);
      transform: perspective(820px) rotateX(-4deg) rotateY(20deg) scale3d(1, 1, 1);
      margin-left: 8%
  }
  .heroText h1 span {
      font-size: 40px;
  }
  .contactHome .contactHeroText h1{
    left: 120px;
    top: 12px;
    font-size: 80px;
  }
  .contactHome .contactHeroText h1 span {
    font-size: 48px;
    line-height: 32px;
  }
}
@media screen and (max-width: 639px) {
  .contactHome .contactInfo div{
    border-right:none;
  }
  .heroText h1 {
      margin-top: 41px;
      font-size: 80px;
      line-height: 55px;
  }
  .utilNav .uk-icon[uk-icon="search"]{
    height: 25px;
    width: 22px;
    position: relative;
    right: 30px;
  }
  .utilNav .uk-icon[uk-icon="receiver"]{
    width: 25px;
    height: 25px;
    margin-left: 0px !important;
    position: relative;
    right: 12px;
    top: 1px;
  }
  .uk-icon[uk-icon="cart"]{
    height: 25px;
    width: 35px;
    margin-left: 0px !important;
    background-size: 23px 23px;
  }
  .utilNav .uk-icon[uk-icon="mobileNav"]{
    background: url('../images/mobileMenu.jpg');
    margin-left: 0px !important;
    margin-bottom: 10px !important;
  }
  .buttonPageList .uk-card span,
  .buttonPageList.column p{
    margin-right: 0px;
  }
  .imgContentRowPageList .uk-padding-large{
    padding: 25px;
  }
  .topSearchBar{
    padding:15px 0px;
  }
  .topSearchBar strong{
    font-size: 21px;
  }
  .topSearchBar input{
    margin-left: 0px;
  }
  .checkout h2,
  .checkout h3{
    margin-bottom: 0px;
  }
  .checkout > div:last-child{
    padding-left: 0px;
  }
  .shoppingCart.border.uk-padding{
    padding: 10px;
  }
  .utilNav{
    top:5px;
  }
  .contactHome .uk-overlay{
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    position: static !important;
  }
  .contactHome .contactHeroText,
  .contactHome img{
    display: none;
  }
  .uk-height-hero-sub h1{
    margin-bottom: 0px;
  }
  .caseStudy img.max-width-none{
    max-width: 100% !important;
  }
  .cartItemNumber {
      font-size: 18px;
      line-height: 15px;
      left: 11px;
      padding: 1px 2px;
  }
  #cart-modal img{
    margin-bottom: 20px;
  }
  #cart-modal a,
  #cart-modal.shoppingCart .price{
    margin-bottom: 10px;
    display: block;
  }
  .uk-padding-remove-all\@s{
    padding: 0px !important;
  }
  .breakOut p{
    text-align: center;
  }
  .contactHome h1{
    margin-bottom: 0px;
    font-family: 'Helvetica Neue Condensed Black';
    color: #1bb1e7;
    font-size: 46px;
  }
  .contactHome h1 span{
    color: #143561;
    display: inline-block;
  }
  .pageHeader h1{
    font-size: 36px;
  }
  .social-mobile {
    width: 200px;
  }
  .mobile-search-padding{
    padding-top: 100px;
  }
  .search-result-page h1,
  .search-result-page ul{
    margin-top: 15px !important;
    margin-left: 0px;
  }
  .search-result-page .search-results a{
    line-height: 31px;
  }
  .recommended-products{
      padding-left: 0px;
  }
  .servicesHome img{
    width: 100%;
  }
}
@media screen and (max-width: 480px){
  .heroText h1 {
      margin-top: 17px;
      font-size: 60px;
      line-height: 45px;
  }
  .heroText h1 span {
      font-size: 30px;
  }
  .productList .uk-button.cart,
  .productList .uk-button-default{
    font-size: 14px;
  }
  .productListItem .uk-button.cart{
    font-size: 18px;
  }
  .header{
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .logo a.uk-logo, .header .logo {
    max-width: 210px;
  }
  .utilNav {
    top: 14px;
  }
  .utilNav .uk-icon[uk-icon="mobileNav"]{
    width: 85px;
    min-width: 85px;
    height: 23px;
    min-height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 2px !important;
  }
  .utilNav .uk-icon[uk-icon="search"]{
    right: 7px;
  }
  .utilNav .uk-icon[uk-icon="receiver"]{
    right: 3px;
  }
  .utilNav .uk-navbar-dropdown {
    margin-left: -23px;
  }
  .comapnyLogos h2{
    text-align:center;
  }
  .imgContentRowPageList img{
    max-width: 100%;
    width: 100%;
  }
  .schdules img.max-width-none{
    max-width: 100% !important;
  }
  .cartItemNumber{
    top: -2px;
  }
  img.cat-img,
  .shoppingCart img{
    width: 100%;
    height: auto;
  }
}

/*--Flex Extended*/
@media (min-width: 640px) {
  .uk-flex-row\@s{
    flex-direction: row;
  }
  .uk-flex-column\@s{
    flex-direction: column;
  }
  .uk-flex-left\@s {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .uk-flex-right\@s {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .uk-flex-center\@s {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .uk-flex-between\@s {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .uk-flex-around\@s {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .uk-flex-top\@s {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .uk-flex-bottom\@s {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .uk-flex-middle\@s {
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .uk-flex-none\@s {
    -webkit-flex: none;
    -moz-flex: none;
    flex: none;
  }
  .uk-flex-auto\@s {
    -webkit-flex: auto;
    -moz-flex: auto;
    flex: auto;
  }
  .uk-flex-1\@s {
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
  }
  .uk-flex-wrap\@s {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .uk-flex-nowrap\@s {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .uk-margin-top\@s{
    margin-top: 20px!important;
  }
  .uk-margin-bottom\@s{
    margin-bottom: 20px!important;
  }
  .uk-margin-left\@s{
    margin-left: 20px!important;
  }
  .uk-margin-right\@s{
    margin-right: 20px!important;
  }
  .uk-margin-small-top\@s{
    margin-top: 10px!important;
  }
  .uk-margin-small-bottom\@s{
    margin-bottom: 10px!important;
  }
  .uk-margin-small-left\@s{
    margin-left: 10px!important;
  }
  .uk-margin-small-right\@s{
    margin-right: 10px!important;
  }
  .uk-margin-large-top\@s{
    margin-top: 70px!important;
  }
  .uk-margin-large-bottom\@s{
    margin-bottom: 70px!important;
  }
  .uk-margin-large-left\@s{
    margin-left: 70px!important;
  }
  .uk-margin-large-right\@s{
    margin-right: 70px!important;
  }
  .uk-padding-top\@s{
    padding-top: 20px!important;
  }
  .uk-padding-bottom\@s{
    padding-bottom: 20px!important;
  }
  .uk-padding-left\@s{
    padding-left: 20px!important;
  }
  .uk-padding-right\@s{
    padding-right: 20px!important;
  }
  .uk-padding-small-top\@s{
    padding-top: 10px!important;
  }
  .uk-padding-small-bottom\@s{
    padding-bottom: 10px!important;
  }
  .uk-padding-small-left\@s{
    padding-left: 10px!important;
  }
  .uk-padding-small-right\@s{
    padding-right: 10px!important;
  }
  .uk-padding-large-top\@s{
    padding-top: 70px!important;
  }
  .uk-padding-large-bottom\@s{
    padding-bottom: 70px!important;
  }
  .uk-padding-large-left\@s{
    padding-left: 70px!important;
  }
  .uk-padding-large-right\@s{
    padding-right: 70px!important;
  }
  .browse .border,
  .byBrand .border,
  .browse.group .border{
    border-top:1px solid #e5e5e5;
  }
  .browse .border:nth-of-type(-n+2),
  .byBrand .border:nth-of-type(-n+2),
  .browse.group .border:nth-of-type(-n+2){
    border-top:none;
  }
}
@media (min-width: 960px) {
  .uk-flex-row\@m{
    flex-direction: row;
  }
  .uk-flex-column\@m{
    flex-direction: column;
  }
  .uk-flex-left\@m {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .uk-flex-right\@m {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .uk-flex-center\@m {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .uk-flex-between\@m {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .uk-flex-around\@m {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
   .uk-flex-top\@m {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .uk-flex-bottom\@m {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .uk-flex-middle\@m {
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .uk-flex-none\@m {
    -webkit-flex: none;
    -moz-flex: none;
    flex: none;
  }
  .uk-flex-auto\@m {
    -webkit-flex: auto;
    -moz-flex: auto;
    flex: auto;
  }
  .uk-flex-1\@m {
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
  }
  .uk-flex-wrap\@m {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .uk-flex-nowrap\@m {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .uk-margin-top\@m{
    margin-top: 20px!important;
  }
  .uk-margin-bottom\@m{
    margin-bottom: 20px!important;
  }
  .uk-margin-left\@m{
    margin-left: 20px!important;
  }
  .uk-margin-right\@m{
    margin-right: 20px!important;
  }
  .uk-margin-small-top\@m{
    margin-top: 10px!important;
  }
  .uk-margin-small-bottom\@m{
    margin-bottom: 10px!important;
  }
  .uk-margin-small-left\@m{
    margin-left: 10px!important;
  }
  .uk-margin-small-right\@m{
    margin-right: 10px!important;
  }
  .uk-margin-large-top\@m{
    margin-top: 70px!important;
  }
  .uk-margin-large-bottom\@m{
    margin-bottom: 70px!important;
  }
  .uk-margin-large-left\@m{
    margin-left: 70px!important;
  }
  .uk-margin-large-right\@m{
    margin-right: 70px!important;
  }
  .uk-padding-top\@m{
    padding-top: 20px!important;
  }
  .uk-padding-bottom\@m{
    padding-bottom: 20px!important;
  }
  .uk-padding-left\@m{
    padding-left: 20px!important;
  }
  .uk-padding-right\@m{
    padding-right: 20px!important;
  }
  .uk-padding-small-top\@m{
    padding-top: 10px!important;
  }
  .uk-padding-small-bottom\@m{
    padding-bottom: 10px!important;
  }
  .uk-padding-small-left\@m{
    padding-left: 10px!important;
  }
  .uk-padding-small-right\@m{
    padding-right: 10px!important;
  }
  .uk-padding-large-top\@m{
    padding-top: 70px!important;
  }
  .uk-padding-large-bottom\@m{
    padding-bottom: 70px!important;
  }
  .uk-padding-large-left\@m{
    padding-left: 70px!important;
  }
  .uk-padding-large-right\@m{
    padding-right: 70px!important;
  }
  .browse .border,
  .byBrand .border,
  .browse.group .border{
    border-top:1px solid #e5e5e5;
  }
  .browse .border:nth-of-type(-n+3),
  .byBrand .border:nth-of-type(-n+5),
  .browse.group .border:nth-of-type(-n+4){
    border-top:none;
  }
}
@media (min-width: 1200px) {
  .uk-flex-row\@l{
    flex-direction: row;
  }
  .uk-flex-column\@l{
    flex-direction: column;
  }
  .uk-flex-left\@l {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .uk-flex-right\@l {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .uk-flex-center\@l {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .uk-flex-between\@l {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .uk-flex-around\@l {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .uk-flex-top\@l {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .uk-flex-bottom\@l {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .uk-flex-middle\@l {
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .uk-flex-none\@l {
    -webkit-flex: none;
    -moz-flex: none;
    flex: none;
  }
  .uk-flex-auto\@l {
    -webkit-flex: auto;
    -moz-flex: auto;
    flex: auto;
  }
  .uk-flex-1\@l {
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
  }
  .uk-flex-wrap\@l {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .uk-flex-nowrap\@l {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .uk-margin-top\@l{
    margin-top: 20px!important;
  }
  .uk-margin-bottom\@l{
    margin-bottom: 20px!important;
  }
  .uk-margin-left\@l{
    margin-left: 20px!important;
  }
  .uk-margin-right\@l{
    margin-right: 20px!important;
  }
  .uk-margin-small-top\@l{
    margin-top: 10px!important;
  }
  .uk-margin-small-bottom\@l{
    margin-bottom: 10px!important;
  }
  .uk-margin-small-left\@l{
    margin-left: 10px!important;
  }
  .uk-margin-small-right\@l{
    margin-right: 10px!important;
  }
  .uk-margin-large-top\@l{
    margin-top: 70px!important;
  }
  .uk-margin-large-bottom\@l{
    margin-bottom: 70px!important;
  }
  .uk-margin-large-left\@l{
    margin-left: 70px!important;
  }
  .uk-margin-large-right\@l{
    margin-right: 70px!important;
  }
  .uk-padding-top\@l{
    padding-top: 20px!important;
  }
  .uk-padding-bottom\@l{
    padding-bottom: 20px!important;
  }
  .uk-padding-left\@l{
    padding-left: 20px!important;
  }
  .uk-padding-right\@l{
    padding-right: 20px!important;
  }
  .uk-padding-small-top\@l{
    padding-top: 10px!important;
  }
  .uk-padding-small-bottom\@l{
    padding-bottom: 10px!important;
  }
  .uk-padding-small-left\@l{
    margin-left: 10px!important;
  }
  .uk-padding-small-right\@l{
    padding-right: 10px!important;
  }
  .uk-padding-large-top\@l{
    padding-top: 70px!important;
  }
  .uk-padding-large-bottom\@l{
    padding-bottom: 70px!important;
  }
  .uk-padding-large-left\@l{
    padding-left: 70px!important;
  }
  .uk-padding-large-right\@l{
    padding-right: 70px!important;
  }
}
@media (min-width: 1600px) {
  .uk-flex-row\@xl{
    flex-direction: row;
  }
  .uk-flex-column\@xl{
    flex-direction: column;
  }
  .uk-flex-left\@xl {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .uk-flex-right\@xl {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .uk-flex-center\@xl {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .uk-flex-between\@xl {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .uk-flex-around\@xl {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .uk-flex-top\@xl {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .uk-flex-bottom\@xl {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .uk-flex-middle\@xl {
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .uk-flex-none\@xl {
    -webkit-flex: none;
    -moz-flex: none;
    flex: none;
  }
  .uk-flex-auto\@xl {
    -webkit-flex: auto;
    -moz-flex: auto;
    flex: auto;
  }
  .uk-flex-1\@xl {
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
  }
  .uk-flex-wrap\@xl {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .uk-flex-nowrap\@xl {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .uk-margin-top\@xl{
    margin-top: 20px!important;
  }
  .uk-margin-bottom\@xl{
    margin-bottom: 20px!important;
  }
  .uk-margin-left\@xl{
    margin-left: 20px!important;
  }
  .uk-margin-right\@xl{
    margin-right: 20px!important;
  }
  .uk-margin-small-top\@xl{
    margin-top: 10px!important;
  }
  .uk-margin-small-bottom\@xl{
    margin-bottom: 10px!important;
  }
  .uk-margin-small-left\@xl{
    margin-left: 10px!important;
  }
  .uk-margin-small-right\@xl{
    margin-right: 10px!important;
  }
  .uk-margin-large-top\@xl{
    margin-top: 70px!important;
  }
  .uk-margin-large-bottom\@xl{
    margin-bottom: 70px!important;
  }
  .uk-margin-large-left\@xl{
    margin-left: 70px!important;
  }
  .uk-margin-large-right\@xl{
    margin-right: 70px!important;
  }
  .uk-padding-top\@xl{
    padding-top: 20px!important;
  }
  .uk-padding-bottom\@xl{
    padding-bottom: 20px!important;
  }
  .uk-padding-left\@xl{
    padding-left: 20px!important;
  }
  .uk-padding-right\@xl{
    padding-right: 20px!important;
  }
  .uk-padding-small-top\@xl{
    padding-top: 10px!important;
  }
  .uk-padding-small-bottom\@xl{
    padding-bottom: 10px!important;
  }
  .uk-padding-small-left\@xl{
    padding-left: 10px!important;
  }
  .uk-padding-small-right\@xl{
    padding-right: 10px!important;
  }
  .uk-padding-large-top\@xl{
    padding-top: 70px!important;
  }
  .uk-padding-large-bottom\@xl{
    padding-bottom: 70px!important;
  }
  .uk-padding-large-left\@xl{
    padding-left: 70px!important;
  }
  .uk-padding-large-right\@xl{
    padding-right: 70px!important;
  }
}

@media print {
  
}


/* CONCRETE CMS STYLES */

/* Hides overflow in clipboard */
div#ccm-panel-add-clipboard-block-list>div.ccm-panel-add-clipboard-block-item div.blocks>div.block {
  overflow: hidden !important;
}
