@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&family=Montserrat:wght@500;600;700;800;900&display=swap');

html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
    animation: 0.8s ease-in-out 0s normal none 1 fadenavtwo;
    transition: color 0.1s ease-in-out 0s;
    background-color: #fff;
}


#giftCertificateForm {
    display:none;
}

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

input[type=number] {
    -moz-appearance:textfield;
}

.layClear {
    clear:both;
}

.banner {
    padding-bottom: 20px;
}

div.spacer {
    display: inline-block;
    margin: 0px 10px;
}

a:focus {
    outline: none;
    outline-offset: 0px;
}

a:focus-visible {
  outline: 5px auto;
  outline-offset: 0px;
}


/*.form-control {
    padding: 6px;
}*/

/*
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 12px;
    padding-right: 12px;
}
*/


/* END FORMS */

.site-wrapper {
    background-attachment: fixed;
    background-color: transparent;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}


/*.layoutcontent {
    background-color: rgba(245, 239, 228, 0.80);
    margin: 20px auto;
    max-width: 1080px;
    padding: 30px;
}*/

.layoutcontent {
    background-color: #FFF;
    margin: 0px;
    max-width: none;
    padding: 0px;
}

/*@media (min-width: 992px) {
    .layoutcontent {
        min-height: 50vh;
    }
}*/

.contentZone {
    max-width: 1800px;
    padding: 50px 100px 50px 100px;
    opacity: 1;
    margin: 0 auto;
}

.page-content, .col-sm-offset-1.col-sm-9 {
margin: 0px auto;

max-width: 1300px;

padding: 0px 50px;

float: none;

}

.category-banner {

}

.category-banner img {
    margin:auto;
    min-width: 100%;

}

.layoutcontent .subnav {
    margin-bottom: 40px;
    line-height: 40px;
}

/* MOBILE MENU */

footer .visible-xs.menu-small, footer .visible-s.menu-small {
    display: none !important;
}

.mobilefooterlogowrapper{border-bottom: 1px solid #8e8e8e; width: 100%;}

.mobilefooterlogo{max-width: 134px; margin: 46px auto;}

.mobilefooterinfo {

    color: #d7d7d7;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin: 30px auto;

}

.mobilefooterinfo .socials {

    margin: 10px auto;
    display: block;

}

.mobilefooterinfo a{color: #d7d7d7;}

.mobilefooterinfo a:hover{color: #fff;}

.visible-xs .custom-cart, .visible-s .custom-cart {

    position: absolute;
    top: 5px;
    right: 10px;
    padding: 0px;
    background-color: transparent;
    margin: 0px;
    width: 100px;
    left: auto;
    display: inline-block;

}

/* mobile menu */
header .visible-xs .navbar, header .visible-s .navbar {
    background-color: white;
    box-sizing: border-box;
    height: auto;
    left: 102%;
    line-height: 1em;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    text-align: left;
    /*transition: opacity 0.14s ease-in-out 0.1s, visibility 0s linear 0.14s;*/
    visibility: visible;
    width: 0px;
    z-index: 1001;
    margin: 0;
    padding: 0px;
    box-shadow: 2px 0px 9px 2px rgba(0,0,0,.35);
	overflow: hidden;
	transition: left .8s, padding 0s 1s, width 0s 1s;
	
}

header.active .visible-xs .navbar, header.active .visible-s .navbar {
	padding: 50px 25px 15px 22%;
    opacity: 1;
    pointer-events: auto;
    /*transition: opacity 0.14s ease-in-out 0.1s, visibility 0s linear 0s;*/
	transition: .8s;
    visibility: visible;
    left: -16%;
	width: 100%;
	overflow: auto;
	transition: left .8s, padding 0s, width 0s;

}

.visible-xs .nav > li > a, .visible-s .nav > li > a {
    display: inline-block;
position: relative;
font-size: 14px;
text-align: left;
color: #666;
font-style: normal;
font-weight: 500;
letter-spacing: 0.2px;
line-height: 1em;
text-decoration: none;
text-transform: uppercase;
background-color: transparent;
margin-left: 15px;
padding: 10px 5px;
}

.visible-xs .nav > li > a > i, .visible-s .nav > li > a > i {

}

.visible-xs .nav > li > a:hover, .visible-s .nav > li > a:hover {

    background-color: transparent;
    color: #11669C;

}

.visible-xs .nav > li > ul > li > a, .visible-s .nav > li > ul > li > a {

    font-size: 13px;
    text-transform: none;
    padding-left: 10%;

}

.visible-xs .nav > li > ul > li  > ul > li > a, .visible-s .nav > li > ul > li  > ul > li > a{
    text-transform: none;
}

.visible-xs .nav .menu-sub, .visible-s .nav .menu-sub  {
    display: none;
}

.visible-xs .nav .show-submenu, .visible-s .nav .show-submenu {
    display: block;
}

.open-submenu {
    cursor: pointer;
    position: absolute;
    color: #333;
    top: 5px;
    transform: rotate(90deg);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    font-size: 12px;
}

.open-submenu.closed{
    transform:rotate(0deg);
    -webkit-transition-duration: 0.1s;
      transition-duration: 0.1s;
}


.visible-xs .cart, .visible-s .cart {
    color:#000;
    height: 30px;
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 15px;
    width: 30px;
}


/*.visible-xs .title-logo-wrapper {
    width:auto;
    max-width: 100%;
    position: static;
    transform:none;

}

.visible-xs .title-logo-wrapper h1 {

    position: relative;
    white-space: nowrap;
    text-align: center;
    z-index: 1002;

}

.visible-xs .title-logo-wrapper {
    box-sizing: border-box;
    display: inline-block;
    height: auto;
    padding: 10px 0px;
    vertical-align: middle;
    width: 100%;
}
.visible-xs .title-logo-wrapper a{
    color: #fff;
    font-family: "proximanovalight", sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4em;
    display: block;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 0.05em;
    text-rendering: geometricprecision;
    position: relative;
    top:1px;
}


@media (max-width: 768px) {

        .visible-xs .title-logo-wrapper a{

        font-size: 26px;
        line-height: 1em;
    }


}*/

/* MOBILE NAV */

/* hamburger */
.mobile-nav-toggle-label {
    color: #000;
    cursor: pointer;
    height: 22px;
    right: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 47px;
    width: 28px;
    z-index: 1003;
	transition: right 0s;
    background: none;
    border: none;
}

/*.active .mobile-nav-toggle-label {
    right: 0px;
    top: 47px;
}*/

.active .mobile-nav-toggle-label {
    right: 17%;
    top: 47px;
}

.mobile-nav-toggle-label .top-bar, .mobile-nav-toggle-label .middle-bar, .mobile-nav-toggle-label .bottom-bar {
    background-color: #11669C;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: 50% 50% 0;
    transition: transform 0.1s ease-in-out 0s, top 0.1s ease-in-out 0.1s;
    width: 28px;
}

.active .mobile-nav-toggle-label .top-bar {
    background-color: #11669C;
    top: 7px;
    transform: rotate(45deg);
    transition: top 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out 0.2s;
}

.mobile-nav-toggle-label .middle-bar {
    top: 9px;
    transition: opacity 0s linear 0.15s;
}

.active .mobile-nav-toggle-label .middle-bar {
    opacity: 0;
}

.mobile-nav-toggle-label .bottom-bar {
    top: 19px;
}

.active .mobile-nav-toggle-label .bottom-bar {
    background-color: #11669C;
    top: 7px;
    transform: rotate(-45deg);
    transition: top 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out 0.2s;
}

.nav.menu-top > li:first-child {
    /*border-top: 1px solid rgba(30, 30, 20, 0.12);*/
}

.nav.menu-top > li > ul > li {
    /*border-bottom: 1px solid rgba(30, 30, 20, 0.12);*/
}

.nav.menu-top > li > ul > li:first-child {
    /*border-top: 1px solid rgba(30, 30, 20, 0.12);*/
}

.nav.menu-top > li > ul > li:last-child {
    /*border-bottom: 0px solid rgba(30, 30, 20, 0.12);*/
}

/* END MENU */



/* SUBNAV */

ul.subnav {
    list-style: outside none none;
    margin-top: 10px;
    padding: 0;
}

ul.subnav li.page-title {
    font-size: 17px;
    text-transform: uppercase;
}

ul.subnav li {
    margin-bottom: 5px;
}

ul.subnav li.level-3 {
    padding-left: 10px;
}

ul.subnav li.level-4, ul.subnav li.level-5 {
    display: none;
}

/*.storecart .subnavarea, .storecheckout .subnavarea {
    display: none;
}
*/

/* fonts */

body {
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.75em;
    overflow-x: hidden;
    background-color: #222;
}

.smallertext {
    font-size: .78em;
    line-height: 1.4em;
}

.full-wrap {

    background-image: url(/assets/images/eastman_fabrictexture.jpg);
    background-repeat: repeat;
    background-size: 187.5px auto;

}


h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
	color: #11669C;
	font-weight: bold;
}

h1.the-logo {
    margin: 0;
}

/*p{font-family: 'Montserrat', sans-serif; font-size: 18px; color: #333333;}*/

h1.page-title, .contentarea > h1:eq(0), .contentarea > h1:first-child, .contentarea .col-xs-12 > h1:eq(0), .contentarea .col-xs-12 > h1:first-child{}

.contentarea > h1:eq(0){}

h1.page-title, .contentarea > h1:first-child, .page-content h1:first-child {
color: #f37025;
text-align: center;
padding: 20px 5% 40px;
background-size: cover;
background-position: center 50%;
font-size: 36px;
letter-spacing: 0.05em;
margin-bottom: 0px;
}

.page-content h1:first-child{}

.page-content > h1:first-child{}

.contentarea .col-xs-12 > h1:eq(0){}

.contentarea .col-xs-12 > h1:first-child{}


a/*, a:visited, a:focus*/ {
    outline: 0;
    color: #11669C;
    text-decoration: underline;
}
a:hover  {
text-decoration: none;
    color: #11669C;
  
}

b, strong {
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

/* header */

header {
box-shadow: 0px 0px 0px transparent;
	transition: 1s;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    box-sizing: border-box;
    line-height: 1em;
    padding: 0px 20px;
    position: relative;
    /*max-width: 1800px;*/
    margin: 0px auto;
    background-color: #fff;
    /*background-image: url(/assets/images/headerback.png);*/
    width: 100%;
    z-index: 999;
    height: 150px;

}

body.homepage header {
    /*background-color: #a0cdea;*/
	background-color: white;
    border-bottom: 1px solid transparent;
    box-shadow: 0px 3px 15px rgba(0,0,0,.5);
    transition: 1s;
}

body.homepage {
    background-color: #222;
}

.hidden-xs.menu-large, header > .hidden-xs.row-fluid, .hidden-s.menu-large, header > .hidden-s.row-fluid {
    margin: 0px auto;
    max-width: 1800px;
    padding: 0px;
}

.hidden-xs.menu-large, .hidden-s.menu-large {
    margin-top: 24px;
}

header .menu-footer{display: none;}

/*title-logo-wrapper {
 width:500px;
    left: 50%;
    position: relative;
    text-align: center;
    transform: translate(-50%, 0px);
    box-sizing: border-box;
    display: block;
    vertical-align: middle;
  
}

.title-logo-wrapper h1 {
 opacity: 1;
    transition: opacity 0.14s ease-in-out 0s;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    font-weight:300;


}

.title-logo-wrapper a {

  color: #fff;
    font-family: "proximanovalight", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-transform: uppercase;
}

.title-logo-wrapper h1 a:hover {
    text-decoration: none;
}*/

.header-logo {
    margin:auto;
    width:100%;
    position:relative;
    min-height:50px;
}

.header-logo .the-logo a {
    display: inline-block;
    z-index: 999;
    margin: 0px auto;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    left: 0px;
    background-position: 2px 17px;
    background-size: 95px auto;
    top: 9px;
}

.header-logo a > img.logo {

    display: block;
    max-width: 160px;
    width: auto;

}


/* navigation */

.caret {
    display: none;
}

.navbar-inverse {
    background-color: transparent;
    border:0px;
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}
.navbar {

    background: transparent none repeat scroll 0 0;
    border: 0px solid transparent;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0px;
    position: relative;
    box-sizing: border-box;
    display: block;
    vertical-align: middle;
    text-align: center;
    min-height: inherit;
    font-family: 'Lato', sans-serif;

}

.menu-footer .navbar{font-family: 'Montserrat', sans-serif;}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
    }
}

ul.navbar-nav {
    background-color: transparent;
    display: block;
    margin: 10px auto;
    width: 100%;
    opacity: 1;
    transition: all 0.5s ease 0s;
    visibility: visible;
}

.navbar-nav {
    float:none;

}

ul.navbar-nav {
    display: block;
    -webkit-transition: .5s;
        transition: .5s;
        visibility: visible;
        opacity: 1;

}

.navbar-nav > li {
    float: none;
    display: inline-block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 0px 0px 6px 0px;
    border-bottom: 0px solid #e8c91b;
    margin: 0px 14px;
}

.navbar-nav > li.active, .navbar-nav > li:hover {
   border-bottom: 3px solid #e8c91b;
}

.navbar-nav > li.active, .navbar-nav > li:focus-within {
   border-bottom: 3px solid #e8c91b;
}

.navbar-inverse .navbar-nav > li > a {
    color: #11669C;
    text-shadow: 1px 1px 0 rgba(252, 248, 227, 0.3);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0px;
	text-decoration: none;
}

.navbar-nav > li > a {
    color: #535353;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 1em;
    text-shadow: 0px 0px 0 transparent;
    text-transform: none;
    visibility: visible;
    padding: 0px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #11669C;
}

.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #11669C;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #11669C;
}

/*
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fcf8e3;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #fcf8e3;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #fcf8e3;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
*/

.dropdown-menu {
    background: #fff;
    border: 0px;
    border-bottom: 0px solid #a08859;
    border-top: 0px solid #a08859;
    background-image: none;
    background-size: 100% auto;
    border-radius: 0px;
    box-shadow: 0 0;
	left: 0px;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 0;
    display:block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0s;
    transition: 0s;
}

.dropdown-menu > li > a {
    color: #333;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1em;
    padding: 10px 15px;
    font-size: 13px;
    text-transform: none;
    border-top: 0px solid #76716d;
    background-color: #fff;
    transition: .2s;
	text-decoration: none;
}

.dropdown-menu > .active > a{
    color: #fff;
    text-decoration: none;
    background-color: #11669C;
}

.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{   background-color: #EDEDED;
color: #555;}

.navbar-nav > li > .dropdown-menu {
    box-shadow: 5px 5px 5px rgba(125,125,125,.65);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
   background-color: #f7f7f7;
color: #11669C;
}

ul.navbar-nav ul ul, ul.navbar-nav ul ul ul, ul.navbar-nav li:hover ul ul, ul.navbar-nav li:hover ul ul ul {
        left: 100%;
        top: 0;
        visibility: hidden;
        opacity: 0;
     
    }

ul.navbar-nav li ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    top: 30px;
}

ul.navbar-nav li:hover ul{
    display: block;
    visibility: visible;
    opacity: 1;
	top: 100%;
 }
 
 ul.navbar-nav li:focus-within ul{
    display: block;
    visibility: visible;
    opacity: 1;
	top: 100%;
 }

ul.navbar-nav li li:hover ul, ul.navbar-nav li ul ul li:hover ul{left: 100%;
top: -2px; display: block;
    visibility: visible;
    opacity: 1;}

ul.navbar-nav > li.dropdown:first-child ul.dropdown-menu {
    left: -15px;
}

ul.navbar-nav li li.dropdown:hover ul.dropdown-menu {
    left: 100%;
}

ul.navbar-nav li:first-child, ul.navbar-nav > li:first-child > a:first-child{padding-left:0px;margin-left: 0px;}

/*ul.navbar-nav ul {
    -webkit-transition: height 0.3s ease-in;
      -moz-transition: height 0.3s ease-in;
         -o-transition: height 0.3s ease-in;
          -ms-transition: height 0.3s ease-in;
            transition: height 0.3s ease-in;
}

ul.navbar-nav ul li {
    -webkit-transition: background-color 0.3s ease;
       -moz-transition: background-color 0.3s ease;
          -o-transition: background-color 0.3s ease;
            -ms-transition: background-color 0.3s ease;
              transition: background-color 0.3s ease;
}*/

/* custom cart */

/*.custom-cart {
    background-color: #f9b864;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 1;
    position: fixed;
    right: 18px;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    visibility: visible;
    z-index: 1005;
    color:#242424;
}

.custom-cart a, .custom-cart a:visited {
    display: block;
    line-height: 1em;
    padding: 12px;
    white-space: nowrap;
    color:#242424;
}*/

.custom-cart {
    margin: 0px 0px;
    font-family: 'Lato', sans-serif;
    text-align: right;
    position: absolute;
    top: 19px;
    right: 10px;
    color: #11669C;
    background-color: transparent;
    font-size: 16px;
    padding: 0px 0px 0px;
    text-transform: uppercase;
    font-weight: 700;
}

.custom-cart ul, .custom-cart div.ul {
    text-align:right;
    list-style:none;
    margin:0;
    padding:0;
}

.custom-cart > ul, .custom-cart > div.ul {
    max-width: 1140px;
    margin: 0px 0px;
    float: right;
}

.custom-cart li {
    display: inline-block;
    margin: 3px;
}

.custom-cart li::before {
    content: " ";
    padding:0 5px;


}

.custom-cart li:first-child::before {
    content:none;
}

.custom-cart a, .custom-cart a:visited {

    color: #11669C;
    display: inline-block;
    text-shadow: 1px 1px 0 rgba(255, 255, 255,0);
    transition: .5s;
}

.custom-cart a:hover {

    color: #11669C;
    text-decoration: none;

}




/* footer */

#toolbar {
    background-color: #f7f0e1;
}

footer {
    max-width: none;
    background-color: #222222;
    font-size: 16.5px;
    margin: 0 auto 0px;
    width: 100%;
    padding-bottom: 0px;
    text-align: center;
    background-image: url(/assets/images/footerback.gif);
    background-repeat: repeat-x;
    background-size: auto;
    background-position: center top;
    min-height: 402px;
    padding: 45px 41px 0px;
}

footer .visible-xs, footer .visible-s {

    padding: 0px 0 20px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: auto 50px;
    background-position-x: center;
    margin: 0px auto;
    width: 100%;
    background-position-y: 15px;

}

.site-info {
    font-style: normal;
    font-weight: 300;
    letter-spacing: .2px;
    text-transform: none;
    text-align: center;
    color: #f5f5f0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    line-height: 24px;
    margin: 10px;
}

.site-info a{
    color: rgba(255, 255, 255, 0.72);
	transition: .3s;
}

.site-info a:hover{color: white;}

.vinsuite {
    text-transform: none;
}

.footer-nav.nav {
  text-align: center;
  float: none;
  margin-top: 30px;
}

.footer-nav.nav li {
  padding: 10px;
}

.footer-nav.nav li a {
  text-transform: uppercase;
}

footer .nav {

    margin: 0px;
    padding-top: 0px;
    display: inline-block;
    width: auto;
    float: left;
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    border-left: 0px solid #988274;

}

footer .nav li {

    display: inline-block;
    float: none;
    padding: 0px 0;
    width: auto;

}

footer .nav li::before {
    float:left;

}

footer .nav li:first-child::before {
    content:none;
}

footer .nav li a {
    color: rgba(255, 255, 255, 0.72);
    display: inline;
    font-weight: normal;
    padding: 0 0px 0 0px;
    text-decoration: none;
    text-transform: none;
    transition: .3s;
}

footer .nav li a:hover{color: #fff;}

footer .social {

    width: auto;
    display: inline-block;
    float: right;
    margin: 0px;
    padding: 0px;
    border-left: 0px solid #988274;
    border-right: 0px solid #988274;
    text-align: left;
    font-size: 11px;

}

footer .social a, footer .site-info a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
	transition: .3s;
}

footer .nav > li > a:hover, .nav > li > a:focus, footer .social > a:focus, footer .social > a:hover, footer .site-info a:hover {
    background-color: transparent;
    color: #fff;
	text-decoration: none;
}

footer .visible-xs .nav, footer .visible-s .nav {
    margin: 20px 0 10px;
text-align: center;
}

footer .visible-xs .nav li, footer .visible-s .nav li {
    display: inline-block;
    float: none;
    padding: 10px 15px;
    text-align: center;
}

footer .visible-xs .nav li::before, footer .visible-s .nav li::before {
    content: none;


}

footer .visible-xs .nav li:first-child::before, footer .visible-s .nav li:first-child::before {
    content:none;
}

footer .visible-xs .nav li a, footer .visible-s .nav li a {

    display: block;
    padding: 0px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: inherit;
    text-align: left;
    color: rgba(255, 255, 255, 0.72);
    font-weight: normal;
    line-height: 14px;

}

footer .visible-xs .nav > li > a:hover, footer .nav > li > a:focus, footer .visible-s .nav > li > a:hover, footer .nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}

/* store */

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #331b13;
    border-color: #331b13;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #BFB5B2;
    color: #A08859;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #a08859;
    border-color: #a08859;
    opacity: 0.8;
    color: #fff;
}


.product {
    margin: 35px 0;
}


.tab-content {
    margin-top:15px;
    width:100%;
}

.price-units {
    display: inline-block;
    font-size: 1em;
    padding-top: 5px;
    text-transform: uppercase;
    width: auto;
}

.price {
    display: inline-block;
    font-size: 1.2em;
    padding: 0 0.5em;
    width: auto;
}

.unit {
    display: inline-block;
    width: auto;
}

.quantity {
    min-width:45px;
    float:left;
}

.quantity input {
    text-align: center;
    padding:6px 4px;
    width:45px;
}



.add-to-cart {
    clear:both;
    display: block;
    padding:15px 0;

}

.category-content {
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
}


/* showlist */

.product-list .title {

}

.product-list .mobile-title {

    text-align: center;

}

.product-list .title h3 {
    font-size: 28px;
}

.product-list .product-image{overflow: hidden; border: 1px auto transparent;}

.product-list .product-image:hover{}

.product-list .product-image img {

}

.product-list .product-image:hover img {

}

.product-list .FirstPartyWine .product-image:hover img {

}

.product-list .title a {
    color: #331b13;
    display: block;
    height: auto;
    text-decoration: none;
}

.product-list .title a:hover {
    color: #a08859;
    text-decoration: none;
}

.product-list ul.nav-pills {
 display:none;
}

.product-list .producttype-product ul.nav-pills {
 display:block;
}

.product-list .img-responsive {
    max-height: 400px;
    width: auto;
}

.product-list .info {
    
}

.teaser p {
    padding:0;
}


.min-order {
    clear:both;
    display:block;
}

/* nav pills */


.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: transparent;
    border: 1px solid #a08859;
    color: #000;
}

.nav-pills > li > a:focus, .nav-pills > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #a08859;
    color:#000;
}

ul.nav-pills li a{color: #666; background-color: rgba(255,255,255,.8); text-decoration: none; border: 1px solid rgba(0,0,0,.8);}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, .nav-pills > li > a:focus, .nav-pills > li > a:hover {
    background-color: #000;
    color: #fff; border: 1px solid transparent;
}

/* showdrilldown */

.product-detail .title {

}

.product-detail .title h2 {
    margin: 0 0 0.5em;
    font-size: 38px;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 1.2em;
    text-transform: none;

}

.product-detail .title a {
    display: block;
    text-decoration: none;
}

.product-detail .mobile-title {
        text-align: center;
        background-position: top center;
    }


.product-detail .product-image img {
        max-height: 600px;
    }

@media (max-width: 640px) {

   .product-image img {
        max-height: 400px;
    }
}



.product-detail .product-title a {

    text-decoration: none;
}

.product-detail .product-title a:hover {
    text-decoration: none;
}

.product-detail .product-title h2 {

}

.product-detail .teaser {
    padding:10px 0;
}

.product-detail .nav-pills {
    display: none;
}

.product .product-detail .nav-pills {
    display:block;
}

.product-detail .tab-content {
 
   
    width:100%;
    clear:both;
}

.product-detail .tab-content form[data-type="purchase"]:first-child {
  
}

.product-detail .tab-content form[data-type="purchase"] {
   
}



.product-detail .quantity {
    float: left;
    width: 30px;
    margin-right:10px;
}



/* wine profile section - css workarounds until base3 fixes */

table.productDetails {
    margin:5px 0;

}

table.productDetails td {
    padding-right:15px;
}



/*   Pods   */

.pods {
    margin: 30px auto;
    max-width: 1300px;
    padding: 0;
}

.pod {

}

.pod-border {
   

}

.pods .panel {
 


}

.pods .panel-default {
    background-color: white;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.pods .panel-heading {
    background-color: #fff;
    border-color: transparent;
    border-radius: 0;
    color: #fff;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    color: #544e49;
    display: none;
}

.pods .panel-body {
    
}

.pages .pod {
  
}

.pods .panel-body label {
    font-weight: normal;
    font-size: .9em;
}


/* Clubs */

.well {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 0px solid #E3E3E3;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
}

.well:first-child {
    margin-top: 20px;
}

.club-rates.list-group {
    margin: 0 0 10px;
}

.club-rate.list-group-item {
    background-color: transparent;
    border: none;
    padding: 0;
}


/*  Forms  */

#sourceCodeForm {
    display: none;
}


legend {
    display: none;
    margin-bottom: 0.5em;
    font-size: 1.2em;
    line-height: inherit;
    color: inherit;
    border-width: 0px 0px 0px;

}

/*  buttons  */

.btn-primary, .btn-default, .btn, .btn-xs, .btn-group-xs > .btn, .btn-sm, .btn-group-sm > .btn {
    border: 0px solid transparent;
    background-color: #11669C;
    color: #FFF;
    border-radius: 7px;
    box-shadow: 3px 3px 5px transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.4;
    margin: 5px 0;
padding: 18px 50px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 3px transparent;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    font-family: 'Lato', sans-serif;
background-position: 0px 0px;
}

.btn:hover, .btn:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-position: 0px 0px;
    color: #fff;
    border: 0px solid transparent;
    background-size: auto 200%;
}

.btn-default:hover, .btn-default:focus {
  color: #e8c91b !important;
  background-color: #11669c;
}

.btn.btn-yellow, a.btn.demoButton.btn-yellow {
    background-color: #e8c91b;
    color: #00598e;
}

.btn.btn-yellow:hover, .btn.btn-yellow:focus,
a.btn.demoButton.btn-yellow:hover, a.btn.demoButton.btn-yellow:focus {
    color: #fff !important;
    background-color: #00598e;
}



.btn:active {
	color: #FFF;
	border: 1px solid transparent;
}

.modal-footer .btn + .btn {
    margin: 20px 0;
}

a.btn.demoButton, div.btn.demoButton {
    background-color: #e8c91b;
    color: #00598e;
    margin: 0px;
    border-radius: 5px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    opacity: 1;
    padding: 6.1px 12.5px;
    position: relative;
    top: -2px;
    background-image: none;
    cursor: pointer;
}

a.btn.demoButton:hover{
    color: #e8c91b;
}


/*  Cart   */

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: transparent;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: transparent;
}

.table > thead > tr > th {
    border-bottom: 1px solid #BFB5B2;
    }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #BFB5B2;
}

.storecart input[type=text] {
   width:auto;
}

.storecart p {
    padding:10px 0;
}

#productName .btn {

}

.storecart .cart-qty input {
    display: inline-block;
    width:40px;
}

.cart-image {
    width:auto;
    float:left;
    padding:0 15px ;
}




.subtotal-row td, .shipping-row td, .salestax-row td, .salestax-row td, .total-row td{
    text-align: right;
}

#divCoupon input, #divCoupon .btn {
    display: inline-block;

}

#divCoupon input {
    margin-bottom:3px;

}

#divFutureShipDate label {
    padding:5px 2px;
    display: block;
}

#checkout .btn {
    margin-bottom:3px;
}

#divShipping {
    padding-right: 15px;
}

#divLogin {
    max-width: 400px;
}

/*  Cart mobile  */



.cart-title {
    padding:15px 0;
    margin:20px 0 10px 0;
    line-height: 1;
   /* color: #A08859;*/

}

.cart-buttons .btn {
    width:150px;
    margin-bottom:3px;
}

.cart-buttons {
    padding:5px 0;
    display: block;
}

.cart-quantity {
    display: inline-block;
    padding-right:10px;
    vertical-align: top;
}

.cart-prices {
    display: inline-block;
    font-weight: bold;
    font-size: 17px;
}

.cart-quantity input {
    width:40px;
}

h1.cart-subtotal {
    font-size: 24px;
    margin:20px auto;
    padding:10px 0;
    background-image: none;
    border-top: 1px solid #c1b8a4;
    border-bottom: 1px solid #c1b8a4;
}

h2.cart-subtotal {
    font-size: 24px;
    margin:20px auto;
    padding:10px 0;
    background-image: none;
    border-top: 1px solid #c1b8a4;
    border-bottom: 1px solid #c1b8a4;
}

#circleG {
    height: 38px;
    margin: 20px auto 10px;
    width: 149.333px;
}

.circleG{
background-color:#331b13;
float:left;
height:32px;
margin-left:17px;
width:32px;
-moz-animation-name:bounce_circleG;
-moz-animation-duration:0.75s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-border-radius:21px;
-webkit-animation-name:bounce_circleG;
-webkit-animation-duration:0.75s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-border-radius:21px;
-ms-animation-name:bounce_circleG;
-ms-animation-duration:0.75s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-border-radius:21px;
-o-animation-name:bounce_circleG;
-o-animation-duration:0.75s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-border-radius:21px;
animation-name:bounce_circleG;
animation-duration:0.75s;
animation-iteration-count:infinite;
animation-direction:linear;
border-radius:21px;
}

#circleG_1{
-moz-animation-delay:0.15s;
-webkit-animation-delay:0.15s;
-ms-animation-delay:0.15s;
-o-animation-delay:0.15s;
animation-delay:0.15s;
}

#circleG_2{
-moz-animation-delay:0.35s;
-webkit-animation-delay:0.35s;
-ms-animation-delay:0.35s;
-o-animation-delay:0.35s;
animation-delay:0.35s;
}

#circleG_3{
-moz-animation-delay:0.45s;
-webkit-animation-delay:0.45s;
-ms-animation-delay:0.45s;
-o-animation-delay:0.45s;
animation-delay:0.45s;
}

@-moz-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #c1b8a4;
    }
    100% {}
}
@-webkit-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #c1b8a4;
    }
    100% {}
}
@-ms-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #c1b8a4;
    }
    100% {}
}
@-o-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #c1b8a4;
    }
    100% {}
}
@keyframes bounce_circleG {
    0% {} 50% {
        background-color: #c1b8a4;
    }
    100% {}
}

@media (prefers-reduced-motion: reduce) {
  .circleG{
    -moz-animation-iteration-count:5;
    -webkit-animation-iteration-count:5;
    -ms-animation-iteration-count:5;
    -o-animation-iteration-count:5;
     animation-iteration-count:5;
  }
}

h3.modal-title {
    background-image: none;
    border: 0 none;
    line-height: 1.42857;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.modal-body {
    font-size: 15px;
    line-height: 24px;
}

.modal-body .cart-title {
    font-size: 15px;
}

.cart-price {
    text-align: right;
}

.cart-totals {
    border-top: 1px solid #c1b8a4;
    margin-top: 15px;
    padding-top: 15px;
    text-align: right;
}

.thead-total {
    text-align: right;
}

.thead-price {
    text-align: right;
}

.strikethru {
    text-decoration:line-through;
}

.panel-group .visible-xs .img-responsive, .panel-group .visible-s .img-responsive {
    margin: 0 auto;
    max-width: 329px;
    width: 100%;
}

.error{
    color:#a94442;
}

.modal-body .cart-total {
    text-align: right;
}

.cartpaymenttypetabs {
    max-width:100%;
    margin-top:0;
    background:#fff;
    padding-top:50px;
    padding-bottom:50px;
    border-left:1px solid #c1b8a4;
    border-right:1px solid #c1b8a4;
    border-bottom:1px solid #c1b8a4;
}

.modal-body .cart-total {
    text-align: right;
}

.cart-total {
    text-align: right;
}

.fixed {
    border-bottom: 1px solid transparent;
    position: fixed !important;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
	transition: 1s;
}

header.fixedeffect {
    border-bottom: 1px solid transparent;
    box-shadow: 0px 3px 15px rgba(0,0,0,.5);
	transition: 1s;
	background-color: #fff;
}

hr {
    border-color: #bfb5b2;
}

.form-control {
    border-radius: 0;
}

.modal-body .table > thead > tr > th {
    border-bottom: 1px solid #ddd;
    }

.modal-body .table > tbody > tr > td, .table > tbody > tr > th, .modal-body .table > tfoot > tr > td, .modal-body .table > tfoot > tr > th, .modal-body .table > thead > tr > td, .modal-body .table > thead > tr > th {
    border-top: 1px solid #ddd;
}

td.wineNotesLeft{font-weight: bold;}

.product-detail div h4 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 1px;
}

.subnavarea.col-sm-3{width: 100%; padding: 0px; display: none;}
.subnavarea.col-sm-3 ul.subnav {
    text-align: center;
    width: 80%;
    margin: 0px auto 20px;
}
.subnavarea.col-sm-3 ul.subnav li {
    display: inline-block;
    padding: 0 15px;
}
.subnavarea.col-sm-3 ul.subnav li a{}
.subnavarea.col-sm-3 ul.subnav li a:hover {
    text-decoration: none;
    color: #666;
}
.subnavarea.col-sm-3 ul.subnav li.page-title{display: none;}
.contentarea.col-sm-9 {
    width: 100%;
    padding: 0px;
    margin: 0px auto;
}

.subnavarea.col-sm-3 ul.subnav li a.current {
    font-weight: 500;
}

.subnavarea.col-sm-3 ul.subnav li a.current:hover{cursor: default; text-decoration: none; color: #000;}

.subnavarea.col-sm-3 ul.subnav li.level-3 a{font-size: .9em; font-style: italic;}

.subnavarea.col-sm-3 ul.subnav li.level-4 a{font-size: .8em; font-style: italic;}

ul.nav-pills.has-prices{margin-top: 10px;}

#divCoupon button.apply{display: block; clear: both;}

body.clubs .layoutcontent .contentarea > .row{max-width: 1300px; padding: 0px 50px; margin: 0px auto;}

body.store .layoutcontent .contentarea .page-content {
    max-width: none;
    padding: 0px;
}

body.store .layoutcontent .contentarea .page-content .category-dropdown, body.store .layoutcontent .contentarea .page-content .statecompliancemessage, body.store .layoutcontent .contentarea .page-content .category-content, body.store .layoutcontent .contentarea .page-content .product-list {max-width: 1100px; padding: 0px 50px; margin: 0px auto;}

body.store.showdrilldown .layoutcontent .contentarea {
    max-width: 1300px;
    padding: 75px 50px 25px;
    margin: 0px auto;
    float: none;
}

#locationsFormHolder{max-width: 1300px; padding: 0px 50px; margin: 0px auto;}

body.homepage .layoutcontent > .row{margin: 0px auto;
max-width: 1300px;
padding: 0px 50px;
float: none;}

.pageimage img{width: 100%; height: auto;}

#subscribeForm{max-width: 1300px; margin: 0px auto; padding: 0px 50px; float: none;}

body.JoinClub .layoutcontent .contentarea{max-width: 1300px; margin: 0px auto; padding: 30px 50px;}

.showcart .contentarea, .storecart .contentarea, .ShowCart .contentarea, .storecheckout .contentarea{max-width: 1300px; margin: 0px auto; padding: 30px 50px;}

.storecheckout .panel-default > .panel-heading, .showcart .panel-default > .panel-heading, .storecart .panel-default > .panel-heading, .ShowCart .panel-default > .panel-heading {
    background-color: rgba(255,255,255,.4);
}

body.members .contentarea > .row{max-width: 1300px; margin: 0px auto; padding: 0px 50px;}

body.members .contentarea > form{max-width: 1300px; margin: 0px auto; padding: 0px 50px;}

.storecheckout .panel-default > .panel-heading, .storecart .panel-default > .panel-heading {
    background-color: rgba(255,255,255,.4) !important;
}

body.pages .full-wrap .layoutcontent > .row > .col-xs-12 img.img-responsive{width: 100%;}


.hide.available-cards{display: block !important;}

.header-logo > a.demoButton, .header-logo > div.demoButton {
    display: block;
    background-color: #e8c91b;
    transition: .5s;
    color: #00598e;
    padding: 8px 4px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 7.8px;
    float: none;
    margin: 0px 0px 0px 0px;
    line-height: 9px;
    position: absolute;
    left: auto;
    width: 44px;
    font-weight: 700;
    right: 65px;
    top: 40px;
    text-decoration: none;
    cursor: pointer;
}

.header-logo > a.demoButton:hover, .header-logo > div.demoButton:hover {background-color: #00598e; text-decoration: none; cursor: pointer;}

.header-logo > a.demoButton span.request{}
.header-logo > a.demoButton span.demo, .header-logo > div.demoButton span.demo {font-size: 11.5px;}

.loginZone {
    display: inline-block;
    color: #535353;
    cursor: pointer;
    background-image: url(/assets/images/loginicon.png);
    background-position: left 5.5px;
    background-repeat: no-repeat;
    padding-left: 16.5px;
}

.loginZone:hover{color: #00598e;}

.loginZone .loginZoneRollover {

    display: inline-block;
    z-index: 99;
    padding-left: 0px;
    color: #060b49;

}

.loginZone:hover .loginZoneRollover{background-color: transparent;}

.loginZoneRollover a {text-decoration: none;}

.loginLinks {
    display: block;
	position: absolute;
    left: 76px;
    top: 10px;
	opacity: 0;
	transition: .5s;
	visibility: hidden;
	border: 0px solid transparent;
	padding: 5px;
	z-index: 98;
}

.loginZone:hover .loginLinks {
    display: block;
    left: 76px;
    top: 26px;
    opacity: 1;
    transition: .5s;
    visibility: visible;
    border: 0px solid #e8c91b;
    padding: 5px;
    background-color: white;
	box-shadow: 5px 5px 5px rgba(125,125,125,.65);
}

.loginZone .loginLinks a {
    color: transparent;
    display: block;
}

.loginZone .loginLinks a img {
    height: auto;
    max-width: 120px;
    margin: 10px;
}

.loginZone .loginLinks a img:hover {
    opacity: .7;
}

.loginZone:hover .loginLinks a{color: #535353;}

.loginZone:hover .loginLinks a:hover{color: #00598e;}

/*body.homepage header{position: fixed; background-color: rgba(255,255,255,.9);}*/

.carousel-tagline {
    position: absolute;
    top: 0px;
    max-width: 100%;
    margin: 0px auto;
    left: 0%;
    text-align: center;
    color: white;
    background-image: url(/assets/images/opacity35.png);
    width: 100%;
    height: 100%;
    padding: 7% 20% 0px;
    text-shadow: 1px 1px 3px black;
    font-size: 24px;
    letter-spacing: .4px;
}

.carousel-tagline h1 {
    color: white;
    margin-bottom: 0px;
}

.carousel-tagline .btn {
    padding: 10px 40px;
}

.podlets {
  margin: 0px auto;
  max-width: none;
  font-family: 'Poppins',sans-serif;
  font-size: 1.5em;
  line-height: normal;
  color: #11669C;
  font-weight: 300;
}

.podlets strong {
    font-weight: 500;
}

.podlets h2 {
  font-family: 'Poppins',sans-serif;
  font-size: 2.1em;
  margin-bottom: 0.5em;
  margin-top: 0;
}

.podlets h3 {
    font-family: 'Poppins',sans-serif;
    font-size: 1.45em;
    margin-top: 0;
}

.podlet {
    transition: .5s;
    margin: 0;
    padding: 4em;
    width: 100%;
}

.podlet-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
}

.podlet img{max-width: 100%; height: auto; width: auto;}

#podlet01 .col-sm-7 {
  padding-right: 30px;
}

.homepage #podlet01 img {
    width: 100%;
    max-width: 600px;
}

.podlet#podlet02 {
  background-color: #11669C;
  padding: 4em 15px;
}

#podlet02 .podlet-inner, #podletIntegrations .podlet-inner {
  max-width: 100%;
}

#podlet02 h2 {
  color: #e8c91b;
}

.podletlets {
  margin-top: 2.5em;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.podletlet {
  background-color: #fff;
  width: 23%;
  padding: 40px 15px 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
  border-radius: 30px;
  border: 1px solid #e8c91b;
  margin: 15px auto;
}

.podletlets h3, .podletlets h2 {
  font-size: 1.1em;
  font-weight: 700;
  line-height: normal;
  display: block;
}

.podletlet .title {
  flex: 0 0 35%;
  margin-bottom: 1em;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.podletlet .info {
  flex: 1;
}

#podlet03 .intro {
  margin-bottom: 3em;
}

#podlet03 .intro h3 {
  font-size: 1em;
  font-weight: 500;
}

#podlet03 .product-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 2em;
}

#podlet03 .product-row .product-image {
  width: 55%;
  padding: 1em;
}

#podlet03 .product-row .product-info {
  width: 45%;
  padding: 1em;
}

#podlet03 .product-row.yellow-bar .product-image,
#podlet03 .product-row.yellow-bar .product-info {}

#podlet03 .product-row.blue-bar .product-image {
    width: 35%;
}
#podlet03 .product-row.blue-bar .product-info {
    width: 65%;
}

#podlet03 .product-row.yellow-bar, .product-row.yellow-bar h3 {
    color: #00598e
}
#podlet03 .product-row.blue-bar, .product-row.blue-bar h3 {
    color: #fff;
}

#podlet03 .product-row.yellow-bar::after,
#podlet03 .product-row.blue-bar::after {
  background-color: #e8c91b;
  background-repeat: no-repeat;
  background-size: 50%;
  content: "";
  position: absolute;
  top: 15%;
  bottom: 15%;
  right: 0;
  left: 0;
  z-index: -1;
}

#podlet03 .product-row.blue-bar::after {
  background-color: #11669C;
}

#podlet03 .product-row .product-info p {
  font-size: .8em;
}

#podlet03 .btn {
    margin-top: 1.5em;
}

#podlet03 .product-row .product-image img {
  box-shadow: 7px 7px 11px rgba(102, 102, 102, .7);
}

#podlet03 .outro {
  max-width: 1350px;
  margin: 0 auto;
}

#podlet04 {
  background-image: url(/assets/images/IndustryBackground.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#podlet04 h2 {
  font-size: 2.8em;
  max-width: 1050px;
}

#podlet04 p {
  margin-bottom: 1.4em;
}

#podlet04 p:last-child {
  margin-bottom: 10px;
}

.podlet#podlet05 {
  padding-bottom: 1em;
}

.podlet .testimonial {
  display: flex;
  flex-wrap: nowrap;
}

.podlet .testimonial:not(:last-child) {
  margin-bottom: 2em;
}

.podlet .testimonial.reverse {
  flex-direction: row-reverse;
}

.testimonial .test-img {
  width: 20%;
  padding-right: 20px;
}

.testimonial.reverse .test-img {
  width: 20%;
  padding-left: 20px;
  padding-right: 0;
}

.testimonial.reverse .test-img img {
  margin-left: auto;
}

.podlet#podlet05 img {
  margin-top: 10px;
  max-width: 200px;
  width: 100%;
}

.testimonial .test-text {
    width: 80%;
}

@media (max-width: 600px) {
    .podlet .testimonial {
      flex-wrap: wrap;
    }

    .testimonial .test-img, .testimonial.reverse .test-img {
      width: 100%;
      padding-right: 0;
      padding-left: 0;
    }

    .podlet#podlet05 img {
      margin-top: 0;
      margin-bottom: 20px;
      margin-left: 0;
    }

    .testimonial .test-text {
      font-size: .9em;
      width: 100%;
    }
}

#podlet06.podlet {
  padding: 3em 2em;
}

#podlet06 .book-demo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#podlet06 .book-demo-text {
    width: 66.66666667%;
    text-align: center;
}

#podlet06 .book-demo-button {
    width: 33.33333333%;
    text-align: center;
}

#podlet06 h2 {
    font-size: 1.9em;
    margin-bottom: 0;
}

.podlet#podletyellowbg, .podlet#podletyellowbg .podlet-inner,
.podlet#podletstreamline, .podlet#podletstreamline .podlet-inner {
  padding: 0;
  max-width: 100%;
}

.podlets.wips p, .podlets.wholesale p {
  margin-bottom: 1em;
}

.podlets.wips li p, .podlets.wholesale li p {
  margin-bottom: 10px;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.flex-col45 {
    width: 45%;
}

.flex-col50 {
    width: 50%;
}

.flex-col55 {
    width: 55%;
}

#podletyellowbg .yellow-bg {
  background-color: #e8c91b;
  color: #00598e;
}

#podletyellowbg .yellow-bg .yellow-bg2 {
  padding: 1.8em;
}

.product-ul {
  padding: 0;
  margin-top: 3em;
}

.product-ul h3 {
  font-size: 1.1em;
  line-height: 1.2em;
}

.product-ul li {
  list-style: none;
  padding-left: 25%;
  margin-bottom: 2.5em;
}

.product-ul li:last-child {
  margin-bottom: 0;
}

.product-ul li.real {
  background: url(/assets/client/Image/solutions/RealtimeInventory.png) no-repeat;
  background-size: 20%;
}

.product-ul li.simplified {
  background: url(/assets/client/Image/solutions/FinancialManagement.png) no-repeat;
  background-size: 20%;
}

.product-ul li.effortless {
  background: url(/assets/client/Image/solutions/Compliance.png) no-repeat;
  background-size: 20%;
}

.product-ul li.cost {
  background: url(/assets/client/Image/solutions/Wips-Inventory.png) no-repeat;
  background-size: 20%;
}

.product-ul li.seamless {
  background: url(/assets/client/Image/solutions/Wips-Production.png) no-repeat;
  background-size: 20%;
}

.podlet#podletstreamline, .podlet#podletstreamline .podlet-inner {
  padding: 1em 0 0;
}

#podletstreamline .flex-col45 {
  padding: 2em;
  font-size: .9em;
}

.bg-block img {
  max-width: 90%;
}

.yellow-bg2 p:last-child {
  margin-bottom: 0;
}

.bg-block {
  position: relative;
  z-index: 1;
}

.bg-block::after {
  position: absolute;
  content: "";
  width: 100%;
  z-index: -1;
  position: absolute;
  top: -30px;
  bottom: 0;
  right: 0;
  left: 40%;
  background-color: #11669C;
}

.podlet#podletIntegrations {
  padding: 1em;
}

.integrations .podletlets {
  margin-top: 0;
}

.integrations .podletlet {
  border-width: 2px;
  align-items: center;
}

.integrations .podletlet .title {
  flex: 0 0 20%;
  max-width: 250px;
}

.integrations .podletlets h2 {
  margin-top: 1em;
}

.podlet#podletIntegrations img {
  max-height: 90px;
}

.podlets .half-bg .podlet-inner > h2, .podlets .half-bg .podlet-inner > p {
  color: #fff;
}

.podlets .half-bg .podlet-inner > h2 {
  font-size: 1.5em;
}

.podlet.half-bg {
  background: linear-gradient(to bottom, #11669C 53%, #fff 50%);
  padding: 0 2em 4em;
}

.three-podletlets .podletlet {
  width: 30%;
}




/* podlet media queries */

@media (max-width: 1500px) {
    .reset .podlets h2 {
        font-size: 1.7em;
    }
}

@media (max-width: 1450px) {
    .podlet#podlet03 {
        padding: 2em;
    }

    #podlet03 .product-row.yellow-bar::after {
        top: 0%;
        bottom: 0%;
    }

    .reset .podlets .yellow-bg2 h2 {
        font-size: 1.5em;
    }

    .yellow-bg2 {
        font-size: 0.89em;
    }
}

@media (max-width: 1199px) {
    .podlet {
      padding: 3em;
    }

    #podlet01 .btn {
      margin-bottom: 2em;
    }

    .podletlet, .three-podletlets .podletlet {
      width: 48%;
    }

    .podlet#podlet03 {
        padding: 2em;
    }

    #podlet03 .product-row.yellow-bar::after {
      background-size: 80%;
    }

    #podlet03 .product-row.blue-bar::after {
      background-size: 70%;
      top: 12%;
      bottom: 14%;
    }

    #podlet04 h2 {
      font-size: 2.5em;
      max-width: 100%;
    }

    #podlet06 .book-demo-text, #podlet06 .book-demo-button {
        text-align: left;
    }

    #podlet06 h2 {
        font-size: 1.4em;
    }

    .flex-row {
        flex-direction: column;
    }

    .flex-row.yellow-bg {
        margin-top: 2em;
    }

    .flex-row.streamline {
        flex-direction: column-reverse;
    }

    .flex-row > div {
        width: 100%;
    }

    .yellow-bg1 img {
        max-width: 450px;
        margin-top: -1em;
    }

    .bg-block img {
        max-width: 450px;
        width: 90%;
    }

    .podlet#podletstreamline, .podlet#podletstreamline .podlet-inner {
        padding: 1em 0 0;
    }

    .podlet.half-bg {
        background: linear-gradient(to bottom, #11669C 70%, #fff 50%);
    }
}

@media (max-width: 991px) {
    .podlet {
        padding: 2em;
    }

    .podlets h2 {
        font-size: 1.8em;
    }

    .podlet#podlet02, .podlet#podletIntegrations {
        padding: 3em 15px;
    }

    .podletlet .title {
        flex: 0 0 30%;
    }

    .integrations .podletlet .title {
        flex: 0 0 25%;
    }

    #podlet03 .intro {
        margin-bottom: 1em;
    }

    #podlet03 .product-row .product-image, #podlet03 .product-row .product-info {
        width: 100% !important;
    }

    #podlet03 .product-row.yellow-bar::after {
        top: 14%;
        bottom: 2%;
    }

    #podlet03 .product-row.yellow-bar .product-image img {
        width: 100%;
        max-width: 480px;
    }

    #podlet03 .product-row.blue-bar {
      flex-direction: column-reverse;
    }

    #podlet03 .product-row.blue-bar .product-image img {
      max-width: 330px;
    }

    #podlet03 .product-row.blue-bar::after {
        background-size: 70%;
        top: 10%;
        bottom: 0%;
    }

    #podlet04 h2 {
        font-size: 2em;
    }

    #podlet06.podlet {
      padding: 2em;
    }

    #podlet06 .book-demo-text, #podlet06 .book-demo-button {
        text-align: center;
        width: 100%;
    }

    #podlet06 .book-demo-button .btn {
      margin-top: 1.5em;
    }

    .podlet#podletstreamline, .podlet#podletstreamline .podlet-inner {
        padding: .5em 0 0;
    }
}

@media (max-width: 767px) {
    .podlets {
        font-size: 1.2em;
    }

    .podlet {
        padding: 2em 1em;
      }

    .podlets h2 {
        font-size: 1.6em;
      }

    .podlet#podlet02, .podlet#podletIntegrations {
        padding: 2em 15px;
    }

    .podletlet {
        width: 100%;
    }

    .podletlets {
      margin-top: 1.2em;
    }

    .podletlet, .three-podletlets .podletlet {
        width: 100%;
        padding: 40px 15px;
    }

    .podletlet .title {
        flex: initial;
    }

    .podlet#podlet03 {
        padding: 1em;
    }

    #podlet04 h2 {
        font-size: 1.6em;
    }

    .podlet#podletstreamline, .podlet#podletstreamline .podlet-inner {
        padding: 1em 0 0;
    }

    .podlet.half-bg {
        background: linear-gradient(to bottom, #11669C 60%, #fff 50%);
        padding: 0 1em 2em;
    }

    .podlets .half-bg .podlet-inner > h2 {
        font-size: 1.1em;
    }

}


body.homepage .layoutcontent {}

/*.hidden-xs.menu-footer{display: none;}*/

footer .hidden-xs.menu-large, footer .hidden-s.menu-large {display: none;}

footer .menu-footer {display: block; padding: 0px;}

footer .menu-footer .navbar{padding: 0px;}

footer .menu-footer .navbar ul.nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

footer .menu-footer .navbar ul.nav > li {
    border-bottom: 0px solid transparent;
    color: #d7d7d7;
    display: flex;
    flex-direction: column;
    max-width: 230px;
}

footer .hidden-xs, footer .hidden-s {

    padding: 0px;
    max-width: 1800px;
    margin: 0px auto;

}

footer .nav li.firstone {
    color: #d7d7d7;
    line-height: 19.5px;
    letter-spacing: 0px;
    font-size: 16px;
}

footer .nav > li.links {

    padding-top: 28px;

}

footer .nav li.firstone img.footerlogo {

    max-width: 134px;
    margin-bottom: 25px;

}

li.firstone a, li.firstone a i.fa {

    font-size: 22px;
    padding-right: 2px !important;

}

li.firstone .footerlogosocials {
    flex-direction: row;
    margin-top: 18px;
}

.menu-footer ul.navbar-nav > li{margin: 0px;}
.menu-footer ul.navbar-nav > li a, .menu-footer ul.navbar-nav > li.active a {

    color: #d7d7d7 !important;
    text-shadow: none;

}

.menu-footer ul.navbar-nav > li > a, .menu-footer ul.navbar-nav > li.active > a {

    color: #d7d7d7 !important;
    text-shadow: none;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    padding: 0 4px;

}

.menu-footer ul.navbar-nav > li:first-child{padding-left: 0px; margin-left: 0px;}
.menu-footer ul.navbar-nav > li:last-child{padding-right: 0px; margin-right: 0px;}

.menu-footer ul.navbar-nav > li > ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    box-shadow: 0px 0px 0px rgba(125,125,125,1);
    background-color: transparent;
    margin-top: 36px;
    padding-left: 0px;
    position: relative;
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
	min-width: auto;
    padding: 0 4px;
}

.menu-footer ul.navbar-nav > li:hover > ul.dropdown-menu {

    top: 0px;

}

.menu-footer ul.navbar-nav > li > ul.dropdown-menu li {
    width: 100%;
    display: block;
    line-height: 24.2px;
}

.menu-footer ul.navbar-nav > li > ul.dropdown-menu li ul{display: none !important;}

.menu-footer ul.navbar-nav > li > ul.dropdown-menu li a {

    background-color: transparent;
    font-size: 15.5px;
    letter-spacing: 1px;

}

.showsmall{display: none;}

#return-to-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: transparent;
    width: 27px;
    height: 27px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #757a7e;
    font-size: 11px;
    border: 2px solid #757a7e;
	z-index: 99;
}

#return-to-top i {
    color: #757a7e;
    margin: 0;
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 21px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
background-color: rgba(0,0,0,.1);
    border: 2px solid #fff;
    box-shadow: 0px 0px 3px rgba(0,0,0,.2);

}
#return-to-top:hover i {

    color: #fff;
    top: -2px;
    text-shadow: 0px 0px 2px rgba(0,0,0,.2);

}

#topPageWrapper{background-color: #11669C; margin-top: 120px;}

@media (min-width: 768px) {
    #topPageWrapper{margin-top: 150px;}   
}

#topPage {
    color: white;
    text-align: center;
    padding: 0px;
    /*text-shadow: 1px 1px 3px #000;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    letter-spacing: 0px;
    background-repeat: repeat;
	position: relative;
}

#topPage.caption {
    color: white;
    text-align: left;
    padding: 49% 7% 1% 1%;
    text-shadow: 1px 1px 3px #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    letter-spacing: 0px;
    background-repeat: repeat;
	line-height: 24px;
}

#topPage h1, #topPage h2 {
    color: white;
    font-size: 3.2em;
    letter-spacing: .1px;
    font-family: 'Montserrat', sans-serif;
    padding-top: 10%;
    padding-bottom: 10%;
    font-weight: 700;
    margin: 0;
    font-family: "Poppins",sans-serif;
}

#topPageWrapper.no-page-image #topPage h1 {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    margin: 0;
}

#topPage span.caption {
    font-size: 16px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    line-height: 20px;
    text-align: left;
}

.pageArea{padding: 40px 20px 15px;}

.pageArea1, .pageArea3, .pageArea5, .pageArea7, .pageArea9, .pageArea11, .pageArea13, .pageArea15, .pageArea17{background-color: #F9F9F9;}

.lilmodule {
    border: 1px solid #e5e5e5;
    margin: 0px auto;
    display: inline-block;
    padding-bottom: 50px;
	position: relative;
}

.lilmoduleText {
    max-width: 325px;
    margin: 0px auto;
    text-align: center;
}

.flexrow .lilmodule {

    flex-basis: auto;
    max-width: 500px;
    margin: 19px 19px;

}

.lilmodule a.btn {

    position: absolute;
    bottom: 0px;
    left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
    margin-bottom: 10px;

}

/*.flexrow .lilmodule:first-child{margin-left: 0px;}

.flexrow .lilmodule:last-child{margin-right: 0px;}*/

.gray{background-color: #fafafa;}

.white{background-color: #fff;}

.flexrow {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1800px;
}

.flexrow > a.btn{margin: 19px;}

.pages .flexrow .autoflex{flex-basis: auto;}

.pages .flexrow.flexnowrap {flex-wrap: nowrap;}

.pages .flexrow .integrationdescription {
    text-align: left;
    padding: 0px 50px;
    max-width: 680px;
}

.pages .flexrow .clientdescription {
    padding: 0px 50px;
    max-width: 680px;
}

.pages .flexrow {
    justify-content: center;
    margin: 50px auto;
    flex-wrap: wrap;
}

.graypodlet {
    /*background-color: #fafafa;*/
    padding: 20px;
    border-radius: 12px;
    flex-basis: auto;
    margin: 0px 15px;
    max-width: 400px;
    border: 1px solid #e5e5e5;
}

.whitepodlet {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    flex-basis: auto;
    margin: 0px 25px;
    max-width: 250px;
	font-size: 18px;
}

.whitepodlet .btn{padding: 10px 30px;
font-size: 20px; }

#podlet02 .flexrow{max-width: 1200px; margin: 0px auto;}

.podlet span {
    max-width: 798px;
    margin: 0px auto;
    display: inline-block;
    padding: 0px 20px;
}

.flexrow.clientlogos, .marquee0 {
    margin: 0px auto;
    flex-wrap: wrap;
}

.flexrow.clientlogos {
  justify-content: space-around;
}

.flexrow.clientlogos img, .marquee0 img {
    height: 85px;
    width: auto;
    margin: 20px 60px;
}

.integrationpartners{}

.integrationpartner {
    margin: 35px;
}

.integrationpartner img {
    max-height: 50px;
    width: auto;
}

#podlet01{}

.contentBit {
    margin: 35px;
}

.homeBanner{width: 100%; display: block; position: relative;}

.homeBanner img {
    width: 100%;
    height: auto;
    z-index: 98;
}

.homeBanner .btn {
  position: absolute;
  z-index: 99;
  top: 82%;
  font-size: 28px;
  transform: translateX(-50%);
  left: 50%;
  padding: 15px 35px;
  padding: 1.4rem 4.4rem;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
  background-color: #11669C !important;
  color: #fff !important;
  background-image: none;
  border: none;
  box-shadow: none;
}

.homeBanner .btn:hover, .homeBanner .btn:focus {
    opacity: 0.9;
}

.homepageJason {

    position: absolute;
    z-index: 99;
    top: 47.2%;
    right: 29.6%;
    font-size: .69em;
    width: 30%;
    line-height: 1.3em;
    text-align: center;
    display: none;

}

.homepageJason img {
    /*max-width: 150px;*/
    clear: both;
    display: block;
    text-align: center;
    margin: 0px auto 10px;
    min-width: 100px;
    height: auto;
    flex-shrink: 0;
}

.homepageJason span {
    margin: 10px 3px 0px 0px;
}

.homepageJason span.speechbubble {

    background-image: url(/assets/images/speech.png);
    display: block;
    background-size: 100% 100%;
    margin: 0px 0px 5px;
    padding: 10px 10px 10px 25px;

}

a.anchorlink {
    display: inline-block;
    background-color: gray;
    background-image: url(/assets/images/anchorlink.png);
    border-radius: 6px;
    padding: 1px 40px 3px;
    margin: 5px;
    font-size: 20px;
    color: white;
    text-decoration: none;
    background-size: 100%;
}

a.anchorlink:hover{background-image: url(/assets/images/anchorlinkhover.png);}

h2 a{text-decoration: none;}

.websitetemplates .flexrow .autoflex.screens {
    max-width: 66%;
    padding-right: 3%;
}

.websitetemplates .flexrow .autoflex.description{width: 33%;}

.mapZone {
    position: relative;
	/*background-image: url(/assets/client/Image/mapping.png);*/
	background-image: url(/assets/client/Image/homepageelements/map.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	overflow:  hidden;
}

.mapZone .themap{opacity: 0; z-index:0;}

.mapZone .textblock{z-index: 1; position: absolute; height: auto; opacity: 0; transition: 2.8s;}

.mapZone .textblock.slid{opacity: 1;}

.mapZone .icon{z-index: 1; position: absolute; height: auto; transition: 1.8s;}

.mapZone .textblock img{width: 100%; height: auto;}

.mapZone .icon img{width: 100%; height: auto;}

.mapZone #textblock01 {

    top: 12.5%;
    left: 39.9%;
    width: 25.1%;

}

.mapZone #textblock02 {

    top: 37.1%;
    left: 31.3%;
    width: 22.2%;

}

.mapZone #textblock03 {

    top: 60.6%;
    left: 50%;
    width: 24.7%;

}

.mapZone #textblock04 {

    top: 86.9%;
    left: 28.3%;
    width: 29%;

}

.mapZone #icon01 {

    top: 3.99%;
    left: -37%;
    width: 36.4%;

}

.mapZone #icon02 {

    top: 31.79%;
    right: -23%;
    width: 22.7%;

}

.mapZone #icon03 {

    top: 59.83%;
    left: -31%;
    width: 30.6%;

}

.mapZone #icon04 {
    top: 78.53%;
    right: -34%;
    width: 33.6%;
}

.mapZone #icon01.slid {
    left: 2.6%;
}

.mapZone #icon02.slid {
    right: 19.1%;
}

.mapZone #icon03.slid {
    left: 14.4%;
}

.mapZone #icon04.slid {
    right: 5.7%;
}

.teamPod {
    position: relative;
    line-height: 26px;
    width: calc(25% - 1em);
    margin-bottom: 35px;
	overflow: hidden;
    text-align: center;
}

.teamPod img {

    max-width: 200px;
    height: auto;
    border-radius: 100px;
    margin: 15px;
	transition: height 1.3s, opacity 1.2s;

}

.teamPod .aboutBlurb {
    opacity: 0;
    position: absolute;
    z-index: 20;
    top: 15px;
    background-color: white;
    font-size: 16px;
    width: 100%;
    border: 0px solid transparent;
    padding: 15px 25px;
    border-radius: 50px;
    transition: height 0s, opacity 1.2s;
    transition: 1.2s;
    position: absolute;
    height: auto;
    line-height: 22px;
	color: #444;
}

.teamPod:hover{
    overflow: visible;
}

.teamPod:hover .aboutBlurb {
    opacity: .90;
    top: 15px;
    font-size: 16px;
    line-height: 22px;
    height: auto;
    transition: height 1.3s, opacity 1.2s;
    color: #444;
}

.teamPod:hover img {
    opacity: .3;
    transition: height 1.3s, opacity 1.2s;
}

body.webinars .flexrow .lilmodule {
    max-width: 33%;
    width: 30%;
}

body.webinars .flexrow .lilmodule img {
    width: 100%;
}

body.webinars .lilmoduleText {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    color: #585858;
}

body.webinars .lilmoduleText h4 {
    color: #585858;
    font-size: 24px;
}

body.about .teamPod {
    width: 20%;
font-size: 16px;
line-height: 20px;
}

body.about .teamPod img {
    max-width: 165px;
}

body.about .teamPod:hover img {
    opacity: 1;
    transition: 0s;
}

.websitetemplates .description a {
    text-decoration: none;
    border-bottom: 2px solid #11669C;
    padding-bottom: 0px;
    transition: .2s;
    display: inline-block;
    line-height: 1.3em;
}

.websitetemplates .description a.btn {
    border-bottom: 0px solid transparent;
    padding: 10px 20px;
}

.websitetemplates .description a.btn:hover {
border-bottom: 0px solid transparent;
    padding: 10px 20px;
}

.websitetemplates .description a:hover{text-decoration: none;
    border-bottom: 2px solid #11669C; padding-bottom: 2px;}
	
.laptopFadein {
    background-image: url(/assets/client/Image/wineclub/macbook_black.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.laptopFadein img {

    opacity: 0;
    transition: 2.5s;

}

.laptopFadein.fadein img{opacity: 1;}

.tabletFadein {
    background-image: url(/assets/client/Image/pos/tablet_black.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.tabletFadein img {

    opacity: 0;
    transition: 2.5s;

}

.tabletFadein.fadein img{opacity: 1;}

.templateFadein {
	background-image: url(/assets/client/Image/websitetemplates/template_black.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.templateFadein img {

    opacity: 0;
    transition: 2.5s;

}

.templateFadein.fadein img{opacity: 1;}

.desktopFadein {
    background-image: url(/assets/client/Image/pos/desktop_black.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.desktopFadein img {

    opacity: 0;
    transition: 2.5s;

}

.desktopFadein.fadein img{opacity: 1;}

.laptopnmobileFadein {
    background-image: url(/assets/client/Image/ecommerce/laptopnmobile_black.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.laptopnmobileFadein img {

    opacity: 0;
    transition: 2.5s;

}

.laptopnmobileFadein.fadein img{opacity: 1;}

body.integrations .lilmodule a.btn {}

iframe.clientvideo{margin: 0px auto;}

body.pricing .layoutcontent > .contentZone{
    background-image: url(/assets/images/pricingback.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: none;
    background-position: center bottom;
    padding: 50px 0px 100px;
}

body.thankyou .layoutcontent > .contentZone {
    background-image: url(/assets/images/thankyouback.png);
	background-size: cover;
    background-repeat: no-repeat;
    max-width: 1800px;
}

body.pricing .layoutcontent > .contentZone > .contentarea {
    max-width: 1800px; margin: 0px auto;
}

body.pricing .layoutcontent > .contentZone > .contentarea .flexrow {

    padding: 0px 100px;

}

body.pricing .pageArea1{background-color:white;}

body.pricing .pageArea2{background-color: #eaeaea;}

body.pricing .pageAreas > .layClear{background-color: #7a881f;}

body.pricing .layoutcontent > .layClear {background-color: #7A881F;}

body.pricing .flexrow .pricingpod {
  width: 25%;
  margin: 2.7% 0px 30px;
  /*flex-grow: 1;
    flex-basis: 0;*/
}

@media (min-width: 1100px) and (max-width: 1399px) {
    body.pricing .flexrow .pricingpod {
        width: 33%;
    }
}

@media (min-width: 810px) and (max-width: 1099px) {
    body.pricing .flexrow .pricingpod {
        width: 50%;
        max-width: none;
        flex-basis: auto;
        margin-bottom: 30px;
        margin-top: 5.1%;
    }   
}

@media (min-width: 768px) and (max-width: 809px) {
    body.pricing .flexrow .pricingpod {
        width: 100%;
    }   
}
    

body.pricing .flexrow .pricingpod.standardpod, body.pricing .flexrow .pricingpod.quickstartpod {

    margin-top: 0px;

}

body.pricing .flexrow .pricingpod .pricingPodInner {
    /*background-size: 100% 100%;
    background-repeat: none;
    padding: 20px 20px 35px;*/
    margin: 20px 20px 35px;
}

body.pricing .flexrow .pricingpod:hover .pricingPodInner {
    background-image: url(/assets/client/Image/pricingglow.png);

    background-image: none;
    box-shadow: 0px 0px 25px 10px #fff;
    border-radius: 30px;
}

body.pricing .flexrow .pricingpod.quickstartpod:hover .pricingPodInner {
    background-position: center 39px;
    background-size: 100% 94%;
    background-repeat: no-repeat;
}

body.pricing .flexrow .pricingpod.standardpod:hover .pricingPodInner {

    background-position: center 35px;
    background-size: 100% 96%;
    background-repeat: no-repeat;

}

body.pricing .flexrow .pricingpod .element {

    background-color: white;
    color: black;
    line-height: 30px;
    background-image: url(/assets/images/pricingdivider.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 20px;

}

body.pricing .flexrow .pricingpod .element.greyback {
    background-color: #dcdcde;
    color: #11669C;
    border-radius: 30px 30px 0px 0px;
    line-height: 25px;
    padding-bottom: 15px;
	background-image: none;
    position: relative;
}

body.pricing .flexrow .pricingpod .element.greyback a {
  text-decoration: none;
  display: block;
}

body.pricing .flexrow .pricingpod .element.greyback.standard {

    padding-top: 11.4%;
    padding-left: 0px;
    padding-right: 0px;
    overflow: visible;
    border-radius: 0px;
    background-color: transparent;
    padding-bottom: 0px;
    position: relative;
    background-image: url(/assets/images/standardtopper.png);
    background-size: 100% auto;
    background-position: center top;

}

body.pricing .flexrow .quickstartpod .element.greyback {
    padding-top: 11.4%;
    padding-left: 0px;
    padding-right: 0px;
    overflow: visible;
    border-radius: 0px;
    background-color: transparent;
    padding-bottom: 0px;
    position: relative;
    background-image: url(/assets/images/growthplantopper.png);
    background-size: 100% auto;
    background-position: center top;
}

body.pricing .flexrow .quickstartpod .element.greyback .contents,
body.pricing .flexrow .pricingpod .element.greyback .contents {
    background-color: #dcdcde;
    padding-bottom: 15px;
    z-index: 3;
    border-radius: 30px 30px 0px 0px;
    padding-top: 20px;
}

/*body.pricing .flexrow .pricingpod.flag {
  margin-top: 0;
}

body.pricing .flexrow .pricingpod.flag .element.greyback {
    padding-top: 11.4%;
    padding-left: 0px;
    padding-right: 0px;
    overflow: visible;
    border-radius: 0px;
    background-color: transparent;
    padding-bottom: 0px;
    position: relative;
    background-image: url(/assets/images/most-popular-flag.png);
    background-size: 100% auto;
    background-position: center top;
}

body.pricing .flexrow .pricingpod.flag .element.greyback::before {
    content: "Most Popular";
    position: absolute;
    top: -30px;
    left: 48%;
      width: 60%;
    height: 38px;
    background: #11669C;
    color: #fff;
    padding: 7px;
    border-radius: 10px 10px 10px 0px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    body.pricing .flexrow .pricingpod.flag .element.greyback::before {
      left: 55%;
      width: 50%;
      font-size: 14px;
      height: 32px;
      padding: 4px;
      top: -23px;
    }
}*/

body.pricing .flexrow .pricingpod.flag .element.greyback {
    border-radius: 30px 0 0px 0px;
}

body.pricing .flexrow .pricingpod .element.greyback .flag {
  --f: 15px;
  --r: 15px;
  --t: -14px;
  position: absolute;
  inset: var(--t) calc(-1*var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path: polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)), var(--r) calc(50% - var(--f)/2));
  background: #11669C;
  box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

body.pricing .flexrow .pricingpod .element.greyback.standard .contents {

    background-color: #dcdcde;
    padding-bottom: 15px;
    z-index: 3;
    border-radius: 30px 30px 0px 0px;
    padding-top: 20px;

}

body.pricing .flexrow .pricingpod .element.greyback h5, body.pricing .flexrow .pricingpod .element.greyback h2 {
    color: #27285d;
    margin: 0px auto 10px;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    padding: 0px 32px;
    font-weight: 700 !important;
}

body.pricing .flexrow .pricingpod .element.blueback {
    background-color: #11669C;
    color: white;
    display: block;
    text-decoration: none;
    border-radius: 0px 0px 30px 30px;
    background-image: none;
    cursor: pointer;
	transition: .5s;
}

body.pricing .flexrow .pricingpod .element.blueback:hover {background-color: #336;}

span.orangetext{color: #f37022;}

.flexrow.basefeatures {
    justify-content: space-evenly;
}

.basefeature {
    
    min-width: 410px;
    padding: 20px;
    text-align: center;
    font-size: 27px;
    width: 40%;
}

.basefeature h5 {
   
    font-size: 30px;
}

body.pricing img.hidden-xs.hidden-s, body.calculator img.hidden-xs.hidden-s{display: block;}

body.pricing img.hidden-s, body.pricing img.hidden-xs, body.calculator img.hidden-s, body.calculator img.hidden-xs{display: none;}

body.BlogList .blogEntry > p {
    display: block;
    width: 100%;
    clear: both;
    margin: 0px;
    line-height: 18px;
}

body.BlogList .blogEntryTeaser{}

body.BlogList .blogEntryTeaser br{display: none;}

body.BlogList .blogEntryTeaser img {display: inline-block;
    margin: 0px 30px 30px 0px;
    max-width: 200px;
    float: left;}
	
body.BlogList .blogEntryTeaser img.center-block {

    display: inline-block;
    margin: 0px 30px 30px 0px;
    max-width: 200px;
    float: left;

}

.blogEntryDate {
  display: none;
}

.smallcaption {

    font-size: .8em;
    display: block;
    margin-bottom: 10px;
	color: #27285d;

}


body.pricing #topPage, body.calculator #topPage{display: none;}
body.integrations .contentZone{padding-top: 0px;}
body.about{text-align: left;}

.dateLeft, .locationRight{padding: 0px 10px; font-size: .7em;}

.dateLeft{float: left; text-align: left;}

.locationRight{float: right; text-align: right;}

.events .lilmodule {
    padding-bottom: 0px;
    background-color: #D6D6D6;
}

body.events{background-color: white;}

iframe.signupForm {
    height: auto;
    min-height: 392px;
}

#privacy h3 {
    padding-top: 118px;
}

#privacy table {

    border: 1px solid 

    #CCC;

}

#privacy table thead {

    background-color: 

    #CCC;

}

#privacy table td {

    border-left: 1px solid 

#ccc;

border-bottom: 1px solid

    #ccc;
    font-size: .9em;
    line-height: 1.5em;
    padding: 20px;

}

#privacy table thead th {

    padding: 0px 20px;

}

.covid .contentZone a.textlink {

    text-decoration: none;
    color: #f57e47;
    transition: .5s;
	font-weight: 700;

}

.covid .contentZone a.textlink:hover{color: #11669C; text-decoration: none;}

.autoflex.screens.scheduledemo{min-height: 940px;}

.calculatorBox{margin: 30px auto 0px; width: 80%;}

iframe body.vp-center{height: auto;}

/* xs only */
@media (max-width: 767px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
		overflow-x: hidden;
    }

.layoutcontent {
   
}

iframe.signupForm {
    min-height: 453px;
}
	
.header-logo {
    width: auto;
    text-align: left;
}
	
.header-logo > a > img.logo {
    max-width: 153px;
    margin-left: 0;
    margin-bottom: 0;
    max-height: none;
    height: auto;
    margin-top: 4px;
}

footer ul.nav, footer div.site-info, footer div.social {
    width: 100%;
    margin: 0px auto 15px;
    text-align: left;
    border: 0px solid transparent;
        border-bottom-width: 0px;
        border-bottom-style: solid;
        border-bottom-color: transparent;
    padding: 0px 15px 15px;
    border-bottom: 0px dashed transparent;
    float: none;
	text-align: center;
}

footer div.social {
    padding-bottom: 20px;
    font-size: 24px;
	border-bottom: 0px solid transparent;
}

.pod {

    border-top: 1px solid rgba(30, 30, 20, 0.12);
    padding-top: 20px;

}

.contentarea.col-sm-9 { margin: 0px auto;}

.custom-cart{background-color: #544e49;
color: white;}

.custom-cart a, .custom-cart a:visited{color: #fff;}

.custom-cart a:hover {

    color: rgba(255,255,255,.7);
    text-decoration: none;

}

.modal-footer button {
    padding: 5px 20px;
    font-size: 18px;
}

header {
    padding: 0px;
    position: relative;
    z-index: 999;
    width: 100%;
   /* box-shadow: 0px 0px 10px #333;*/
    height: 120px;
}

.header-logo .the-logo a {

    background-repeat: no-repeat;
    background-size: 80px auto;
    display: inline-block;
    max-width: none;
    z-index: 999;
    margin: 5px auto 0px;
    text-align: center;
    padding-top: 5px;
    position: relative;
    left: 18px;
    padding-bottom: 5px;
    background-position: 1px 6px;
    top: 7px;

}

h1.page-title, .contentarea > h1:first-child, .contentarea .col-xs-12 > h1:first-child, .page-content h1:first-child {
    font-size: 33px;
    padding: 40px 3% 10px;
    margin-bottom: 5px;
}

footer .visible-xs ul.nav, footer .visible-xs div.site-info, footer .visible-xs div.social, footer .visible-s ul.nav, footer .visible-s div.site-info, footer .visible-s div.social {
    margin: 0px 0px 15px;
    padding: 0px;
}

footer .visible-xs ul.footer-nav.nav {
    border-bottom: 1px solid #8e8e8e;
    margin: 0 auto 0;
    text-align: center;
    padding-bottom: 20px;
}

footer .visible-xs .footer-nav.nav li a {
    text-align: center;
    margin: auto;
}

/*.layoutcontent .contentarea .col-xs-12 {
    padding: 0px;
    overflow-x: hidden;
}*/

h1.page-title, .contentarea > h1:first-child, .page-content h1:first-child{font-size: 33px;}

.showlist .purchase-form {
    text-align: center;
}

.showlist .purchase-form .quantity {
    display: inline-block;
    float: none;
}

.showlist .purchase-form .price-units {
    display: inline-block;
    float: none;
    position: relative;
    top: -9px;
}

.showlist .purchase-form .add-to-cart {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 30px;
}

.showlist .purchase-form .add-to-cart button{display: inline-block; float: none;}

.showlist .product-list .desktop-title h3 {
    margin-top: 20px;
}

.showlist .product-info .info{text-align: center;}

.nav-pills > li {
    float: none;
    display: inline-block;
}

.product-list .producttype-product ul.nav-pills {
    text-align: center;
}

.page-content, .col-sm-offset-1.col-sm-9 {
    margin: 0px auto;
    max-width: none;
    padding: 0px 20px;
    float: none;
}

.page-content, .contentarea > .row {

    max-width: none;
    padding: 30px 20px;

}

body.store .layoutcontent .contentarea .page-content {
    padding: 10px 4%;
}

body.storeproducts .layoutcontent .contentarea .page-content {
    padding: 0px;
}

body.store .layoutcontent .contentarea .page-content .category-dropdown, body.store .layoutcontent .contentarea .page-content .statecompliancemessage, body.store .layoutcontent .contentarea .page-content .category-content, body.store .layoutcontent .contentarea .page-content .product-list {

    max-width: none;
    padding: 0px 20px;
    margin: 0px auto;

}

#locationsFormHolder {
    max-width: none;
    padding: 0px 5%;}
	
	body.clubs .layoutcontent .contentarea > .row, .contentarea #formInfo, #contentInfo {
    padding: 0px 5%;}
	
body.homepage .layoutcontent > .row {

    padding: 0px 3%;

}

.product-detail .product-image img {

    max-height: 200px;

}

body.store.showdrilldown .layoutcontent .contentarea {

    max-width: 1300px;
    padding: 25px 4% 15px;
    margin: 0px auto;
    float: none;

}

#subscribeForm{max-width: 1300px; margin: 0px auto; padding: 0px 4%; float: none;}

body.JoinClub .layoutcontent .contentarea{margin: 0px auto; padding: 20px 4%;}

.showcart .contentarea, .storecart .contentarea, .storecheckout .contentarea, .ShowCart .contentarea{margin: 0px auto; padding: 20px 4%;}

body.members .contentarea > .row{margin: 0px auto; padding: 0px 4%;}

body.members .contentarea > form{margin: 0px auto; padding: 0px 4%;}

.carousel-tagline {

    bottom: auto;
    top: 0px;
    font-size: 0.75em;
    line-height: 1em;
    padding: 2% 5% 0px;

}

.carousel-tagline h1 {
    font-size: 18px;
}

.carousel-tagline .btn {

    padding: 5px 10px;
    font-size: 14px;

}

.carousel-indicators {display: none;}

.podlet#podlet06, .podlet#podlet06 {
    width: 100%;
    float: none; clear: both;
}

body.homepage .layoutcontent{}

.menu-footer ul.dropdown-menu{display: none;}

.mobilefooterlogo {
    max-width: 134px;
    margin: 46px auto;
}

footer {
    background-image: none;
    padding: 0px 0px;
}

footer .nav{

}

footer .menu-footer {

    display: block;
    padding: 29px 0 0;
    /*border-bottom: 1px solid #8e8e8e;*/

}

footer .nav li.firstone {
    display: none !important;
}

footer .nav li{width: 100%;}

footer .menu-footer .navbar ul.nav {
    width: 100%;
    display: block;
	margin-bottom: 0px
}

footer .menu-footer .navbar ul.nav > li {
    padding: 0px;
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.menu-footer ul.navbar-nav > li > a, .menu-footer ul.navbar-nav > li.active > a {
    margin-left: 0px;
    text-align: center;
	line-height: 32px;
}

.menu-footer ul.navbar-nav > li > ul.dropdown-menu {display: none !important; visibility: hidden; opacity: 0;}

#topPage {
    font-size: 12px;
    line-height: 17px;
}

 #topPageWrapper.no-page-image #topPage {
    padding: 0;
  }

#topPage.caption {
    padding: 49% 7% 1% 1%;
    font-size: 14px;
    line-height: 20px;
}

#topPage span.caption {
    font-size: 13px;
    line-height: 16px;
}

#topPage h1, #topPage h2 {
    font-size: 3.2em;
    letter-spacing: .1px;
    font-family: 'Montserrat', sans-serif;
    line-height: 50px;
}

.contentZone{padding: 40px 20px 15px;}

.flexrow {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.graypodlet, .whitepodlet {
    margin: 15px;
}

.whitepodlet{}

.flexrow.clientlogos{flex-wrap: wrap;
justify-content: center;}

.flexrow.clientlogos img {
    margin: 30px 40px 10px;
}

.podlet h1 {
    font-size: 32px;
	margin-bottom: 0px;
}

.flexrow .lilmodule {
    margin: 19px auto;
}

.flexrow .lilmodule:first-child{margin-left: auto;}

.flexrow .lilmodule:last-child{margin-right: auto;}

.lilmodule .btn {
    padding: 10px 25px;
    font-size: 18px;
}

.contentBit{}

.homeBanner .btn {}

#topPage.caption {
    font-size: 14px;
    line-height: 16px;
}

.pages .flexrow.flexnowrap {
    flex-wrap: wrap;
    margin: 10px auto;
}

.pages .flexrow.directionswitch {
    flex-direction: column-reverse;
}

.pages .flexrow .autoflex {
    margin: 0px auto;
}

.pages .flexrow .autoflex.integrationpartner {
    margin: 15px;
}

a.anchorlink {
    padding: 1px 30px 3px;
    font-size: 14px;
}
.zopim{display: none;}

.homepageJason {display: none;}

.websitetemplates .flexrow .autoflex.screens{max-width: 100%; width: 100%; padding-right: 0px;}

.websitetemplates .flexrow .autoflex.description{max-width: 100%; width: 100%;}

.teamPod, body.about .teamPod{
    width: 100%;
}

.teamPod .aboutBlurb, .teamPod:hover .aboutBlurb {
    height: auto;
    opacity: 1;
    position: relative;
    top: 12px;
    line-height: 22px;
    font-size: 16px;
}

.teamPod:hover img {
    opacity: 1;}

body.webinars .flexrow .lilmodule {max-width: 100%;}

.btn-primary, .btn-default, .btn, .btn-xs, .btn-group-xs > .btn, .btn-sm, .btn-group-sm > .btn {
    padding: 15px 30px;
    font-size: 18px;
}

.mapZone #textblock01 {
    top: 11.6%;
    left: 4.6%;
    width: 42%;
}

.mapZone #textblock02 {
    top: 40%;
    left: 52.2%;
    width: 43%;
}

.mapZone #textblock03 {
    top: 64.8%;
    left: 14.7%;
    width: 34.3%;
}

.mapZone #textblock04 {
    top: 87.4%;
    left: 51.3%;
    width: 44%;
}

.mapZone #icon01 {
    width: 30%;
    top: 8.4%;
    right: -30%;
    left: unset;
}

.mapZone #icon02 {
    width: 25%;
    top: 32%;
	left: -25%;
	right: unset;
}

.mapZone #icon03 {
    width: 25%;
    top: 60%;
	right: -25%;
	left: unset;
}

.mapZone #icon04 {
    width: 22%;
    top: 84.6%;
	left: -22%;
	right: unset;
}

.mapZone #icon01.slid {
    right: 30.5%;
	left: unset;
}

.mapZone #icon02.slid {
    left: 26%;
    right: unset;
}

.mapZone #icon03.slid {
    right: 23.8%;
    left: unset;
}

.mapZone #icon04.slid {
    left: 27.1%;
    right: unset;
}

.mapZone {
	background-image: url(/assets/client/Image/homepageelements/mapmobile.png);
}

.pages .flexrow .integrationdescription {
    padding: 30px 0px;
    max-width: none;
    width: 100%;
    text-align: center;
}

iframe.clientvideo {
    max-width: 100%;
    height: auto;
}

body.pricing .flexrow .pricingpod {
    max-width: none;
    margin: 15px 15px;
    width: 100%;
    flex-basis: auto;
}

body.pricing .flexrow .pricingpod .element.greyback h5, body.pricing .flexrow .pricingpod .element.greyback h2 {font-size: 1.8em;}

.basefeature {
    padding: 30px 60px;
text-align: left;
font-size: 18px;
line-height: 24px;
width: 100%;
}

.basefeature h5 {
    font-size: 24px;
    text-align: left;
}

.basefeature {
    text-align: center; min-width: 1px; padding: 30px 10px;
}

.basefeature h5 {text-align: center;}

body.pricing img.hidden-xs.hidden-s, body.calculator img.hidden-xs.hidden-s{display: none;}

body.pricing img.hidden-xs.visible-s, body.calculator img.hidden-xs.visible-s{display: none;}

body.pricing img.visible-xs.hidden-s, body.calculator img.visible-xs.hidden-s{display: block;}

.tabletFadein img {transition: 1.25s;}

.podlet h1 {
    font-size: 24px;
    margin-bottom: 0px;
}

body.pricing .layoutcontent > .contentZone > .contentarea .flexrow {
    padding: 0px 10px;
}

.active .mobile-nav-toggle-label {
    right: 20%;
}

body.pages.showpage.contact .contentarea > .col-xs-12 {
    padding: 0px 15px 0px;
}

#privacy {
    padding: 0px 20px;
    line-height: 1.3em;
    font-size: .7em !important;
}

#privacy table {
    font-size: 10px;
}
#privacy table thead {}
#privacy table td {padding: 5px 10px;}
#privacy table thead th {padding: 0px 10px; line-height: 18px;}

#privacy h3 {padding-top: 115px;}

.autoflex.screens.scheduledemo iframe {
    height: 100%;
    min-height: 925px;
}

.calconic-info{line-height: 1.2em !important;}

}

.quickstartpod{display: none;}

/* extra tiny phones only */
@media (min-width: 8px) and (max-width: 766px) {

.podlet h1 {
    font-size: 24px;
    margin-bottom: 0px;
}

/*.homeBanner .btn {
    font-size: 20px;
    padding: 10px 30px;
	display: none;
}*/

.homeBanner .btn {
  font-size: 13px;
    padding: 7px 30px;
  display: block !important;
  top: 74%;
}

h1 {
    font-size: 28px;
    margin-bottom: 32px;
}

#topPage h1, #topPage h2 {
    font-size: 2.5em;
}

body.webinars .flexrow .lilmodule {
    max-width: 100%;
    width: auto;
}

body.pricing .flexrow .pricingpod .element.greyback h5, body.pricing .flexrow .pricingpod .element.greyback h2 {
    font-size: 1.4em;
}

#topPage span.caption {
    font-size: 12px;
    line-height: 14px;
}

}

/* sm only */
@media (min-width: 768px) and (max-width: 992px) {

/*html {background-color: #222;}*/

.showsmall{display: block;}

.navbar-nav > li > a {
    font-size: 14px;
    letter-spacing: 0px; padding: 0px;
}
	
	.navbar-nav > li {padding: 0px 0px;}
	
	h1.page-title, .contentarea > h1:first-child, .page-content h1:first-child {
    font-size: 28px;
    padding: 30px 10px 10px 10px;
}
	
	.pod {

    border-top: 1px solid rgba(30, 30, 20, 0.12);
    padding-top: 20px;

}

.header-logo > a > img.logo {
    height: auto;
    max-height: none;
    max-width: 150px;
}

.custom-cart {font-size: 14px;}

.layoutcontent {

}

.dropdown-menu > li > a {
    font-size: 11px; letter-spacing: 0px;
	}
	
.carousel-tagline {
    top: 0px;
    font-size: 16px;
    line-height: 20px;
}

.carousel-tagline h1 {
    font-size: 28px;
}

.carousel-tagline .btn {
    font-size: 18px;
    padding: 5px 20px;
}

body.homepage .layoutcontent{}

.menu-footer ul.dropdown-menu{display: none;}

.mobilefooterlogo {
    max-width: 100px;
    margin: 0 auto 46px;
  }

/*footer {
    background-image: url(/assets/images/mobilefooterback.gif);
    padding: 0px 40px;
}*/

footer .nav{

}

footer .menu-footer {

    display: block;
    padding: 0px;
    margin: 30px auto;

}

footer .nav li.firstone {
    display: none !important;
}

footer .nav li{width: 100%;}

footer .menu-footer .navbar ul.nav {

    width: 100%;
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;

}

footer .menu-footer .navbar ul.nav > li {
    padding: 0px;
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.menu-footer ul.navbar-nav > li > a, .menu-footer ul.navbar-nav > li.active > a {
    margin-left: 0px;
    text-align: center;
	line-height: 32px;
}

.menu-footer ul.navbar-nav > li > ul.dropdown-menu {display: none !important; visibility: hidden; opacity: 0;}

.visible-xs .nav > li > ul > li > a, .visible-s .nav > li > ul > li > a {

    font-size: 13px;
    text-transform: none;
    padding-left: 5%;

}

#topPage {
    font-size: 16px;
    line-height: 22px;
}

#topPageWrapper.no-page-image #topPage {
    padding: 0;
}

#topPage.caption {
padding: 49% 7% 1% 1%;
    font-size: 16px;

}

#topPage h1, #topPage h2 {
    font-size: 3.2em;
}

#topPage .caption{font-size: 16px;}

.contentZone{}

.flexrow {
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.graypodlet, .whitepodlet {margin: 15px 15px;
}

.whitepodlet{}

.flexrow.clientlogos{flex-wrap: wrap;
justify-content: center;}

.flexrow.clientlogos img {
    margin: 20px 40px;
}

.flexrow .lilmodule {
    margin: 19px auto;
}

.flexrow .lilmodule:first-child{margin-left: auto;}

.flexrow .lilmodule:last-child{margin-right: auto;}

.lilmodule .btn {
    padding: 10px 25px;
    font-size: 18px;
}

.contentBit{}

/*.homeBanner .btn {
    font-size: 32px;
	display: none;
}*/

.homeBanner .btn {
    display: block !important;
    top: 81%;
    font-size: 0.8em;
}

.pages .flexrow.flexnowrap {flex-wrap: wrap;}

.pages .flexrow.directionswitch {
    flex-direction: column-reverse;
}

.pages .flexrow .autoflex {
    margin: 0px auto;
}
	
a.anchorlink {
    padding: 1px 30px 3px;
    font-size: 16px;
}

.zopim{display: none;}

.homepageJason {display: none;}

.websitetemplates .flexrow .autoflex.screens{max-width: 100%; width: 100%; padding-right: 0px;}

.websitetemplates .flexrow .autoflex.description{max-width: 100%; width: 100%;}

.teamPod, body.about .teamPod{
    width: 50%;

}

.teamPod .aboutBlurb, .teamPod:hover .aboutBlurb {
    height: auto;
    opacity: 1;
    position: relative;
    top: 12px;
    line-height: 22px;
    font-size: 14px;
    margin: 0px auto;
    width: 90%;
}

.teamPod:hover img {
    opacity: 1;}

body.webinars .flexrow .lilmodule {max-width: 100%;}

.integrationpartner img {
    margin: 15px;
}

.mapZone #textblock01 {
    top: 10.6%;
    left: 4.4%;
    width: 42%;
}

.mapZone #textblock02 {
    top: 40.2%;
    left: 52.2%;
    width: 42%;
}

.mapZone #textblock03 {
    top: 64.4%;
    left: 12.3%;
    width: 36%;
}

.mapZone #textblock04 {
    top: 88%;
    left: 50.1%;
    width: 48%;
}

.mapZone #icon01 {
    width: 30%;
    top: 8.4%;
    right: -30%;
    left: unset;
}

.mapZone #icon02 {
    width: 25%;
    top: 32%;
	left: -25%;
	right: unset;
}

.mapZone #icon03 {
    width: 25%;
    top: 60%;
	right: -25%;
	left: unset;
}

.mapZone #icon04 {
    width: 22%;
    top: 84.6%;
	left: -22%;
	right: unset;
}

.mapZone #icon01.slid {
    right: 30.5%;
	left: unset;
}

.mapZone #icon02.slid {
    left: 26%;
    right: unset;
}

.mapZone #icon03.slid {
    right: 23.8%;
    left: unset;
}

.mapZone #icon04.slid {
    left: 27.1%;
    right: unset;
}

.mapZone {
	background-image: url(/assets/client/Image/homepageelements/mapmobile.png);
}

.textblock img.hidden-s{display: none !important;}

.textblock img.visible-s{display: block !important;}

body.webinars .flexrow .lilmodule {
    max-width: 45%;
    width: auto;
}

.pages .flexrow .integrationdescription {
    padding: 30px 0px;
}

iframe.clientvideo {
    max-width: 100%;
    height: auto;
}

.flexrow.basefeatures {
    justify-content: space-evenly;
    max-width: 100%;
    width: 100%;
}

.basefeature {
    text-align: center;
    min-width: 100%;
    flex-basis: auto;
    width: 100%;
}

.basefeature h5 {text-align: center;}

body.pricing img.hidden-xs.hidden-s, body.calculator img.hidden-xs.hidden-s{display: none;}

body.pricing img.hidden-xs.visible-s, body.calculator img.hidden-xs.visible-s{display: block !important;}

body.pricing img.visible-xs.hidden-s, body.calculator img.visible-xs.hidden-s{display: none;}

.tabletFadein img {transition: 1.25s;}

.mobilefooterlogowrapper {
    border-bottom: 0px solid transparent;
    width: 100%;
}

body.webinars .lilmoduleText {
    padding: 0px 25px;
}

#privacy table {}
#privacy table thead {}
#privacy table td {}
#privacy table thead th {}

.autoflex.screens.scheduledemo {
    min-height: 875px;
}

.autoflex.screens.scheduledemo iframe.clientvideo {
    min-height:920px;
}

.calconic-info{line-height: 1.2em !important;}

}

/* md only */
@media (min-width: 993px) and (max-width: 1199px) {

.showsmall{display: block;}

.navbar-nav > li > a {

    /*font-size: 14px;*/
    padding: 0px;

}
	
	.navba-nav > li{padding: 36px 19px;}
	
	h1.page-title, .contentarea > h1:first-child {}
	
	.dropdown-menu > li > a {
    font-size: 12px; letter-spacing: 0px;
	}
	
	.dropdown-menu {left: 0px;}
	
.carousel-tagline {
    top: 0px;
    font-size: 20px;
}

.carousel-tagline h1 {
    font-size: 32px;
}

.carousel-tagline .btn {
    font-size: 20px;
    padding: 10px 30px;
}

body.homepage .layoutcontent{}

.menu-footer ul.dropdown-menu{display: none;}

.mobilefooterlogo {
    max-width: 134px;
    margin: 46px auto;
}

.visible-xs .nav > li > ul > li > a, .visible-s .nav > li > ul > li > a {
    padding-left: 4%;
}

footer {
    background-image: none;
    padding: 0px 40px;
}

footer .nav{

}

footer .menu-footer {

    display: block;
    padding: 0px;
    margin: 30px auto;

}

footer .nav li.firstone {
    display: none !important;
}

footer .nav li{width: 100%;}

footer .menu-footer .navbar ul.nav {

    width: 100%;
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;

}

.mobilefooterlogowrapper {
    border-bottom: 0px solid transparent;
}

footer .menu-footer .navbar ul.nav > li {
    padding: 0px;
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.menu-footer ul.navbar-nav > li > a, .menu-footer ul.navbar-nav > li.active > a {
    margin-left: 0px;
    text-align: center;
	line-height: 32px;
}

.menu-footer ul.navbar-nav > li > ul.dropdown-menu {display: none !important; visibility: hidden; opacity: 0;}

#topPage {}

#topPage.caption {
	padding: 49% 7% 1% 1%;
    font-size: 18px;

}

#topPage h1, #topPage h2 {
    font-size: 3.2em;
}

#topPage span.caption{font-size: 16px;}

.contentZone{}

.flexrow {
flex-wrap: wrap;
justify-content: center;
}

.graypodlet, .whitepodlet {
    margin: 15px 15px;
}

.whitepodlet{}

.flexrow.clientlogos{flex-wrap: wrap;
justify-content: center;}

.flexrow.clientlogos img {
    margin: 20px 40px;
}

.flexrow .lilmodule {
    margin: 19px auto;
}

.flexrow .lilmodule:first-child{margin-left: auto;}

.flexrow .lilmodule:last-child{margin-right: auto;}

body.webinars .flexrow .lilmodule {
    max-width: 45%;
    width: auto;
}

.contentBit{}

.homeBanner .btn {
    display: block !important;
    top: 81%;
    font-size: 0.8em;
}

.pages .flexrow.flexnowrap {flex-wrap: wrap;}


.pages .flexrow.directionswitch {
    flex-direction: column-reverse;
}

.pages .flexrow .autoflex {
    margin: 0px auto;
}

.homepageJason {

    font-size: .55em;
    top: 47.2%;
    width: 30%;
    flex-wrap: nowrap;

}

.homepageJason img {

    /*max-width: 80px;
    min-width: 70px;*/

}

.websitetemplates .flexrow .autoflex.screens{}

.websitetemplates .flexrow .autoflex.description{}

.teamPod, body.about .teamPod{
    width: 50%;

}

.integrationpartner img {
    margin: 15px;
}

body.webinars .flexrow .lilmodule {

}

.pages .flexrow .integrationdescription {
    padding: 40px 0px;
    max-width: none;
    width: 100%;
	text-align: center;
}

body.pricing .flexrow .pricingpod .element.greyback h5, body.pricing .flexrow .pricingpod .element.greyback h2 {
    font-size: 1.4em;
	}
	
	body.pricing img.hidden-xs.hidden-s, body.calculator img.hidden-xs.hidden-s{display: none;}
	
	body.pricing img.hidden-xs.visible-s, body.calculator img.hidden-xs.visible-s{display: block;}

body.pricing img.visible-xs.hidden-s, body.calculator img.visible-xs.hidden-s{display: none;}

.blog .contentarea.col-sm-9 {
    width: 100% !important;
}

body.webinars .lilmoduleText {
    padding: 0px 25px;
}

#privacy table {}
#privacy table thead {}
#privacy table td {}
#privacy table thead th {}

}

@media (min-width: 993px) and (max-width: 1024px) {

.mapZone #textblock01 {
    top: 15.6%;
    left: 4%;
    width: 44%;
}

.mapZone #textblock02 {
    top: 42%;
    left: 52.2%;
    width: 43%;
}

.mapZone #textblock03 {
    top: 65.8%;
    left: 27.3%;
    width: 46%;
}

.mapZone #textblock04 {
    top: 91%;
    left: 50.3%;
    width: 50%;
}

.mapZone #icon01 {
    width: 30%;
    top: 8.4%;
    right: -30%;
    left: unset;
}

.mapZone #icon02 {
    width: 25%;
    top: 32%;
	left: -25%;
	right: unset;
}

.mapZone #icon03 {
    width: 25%;
    top: 60%;
	right: -25%;
	left: unset;
}

.mapZone #icon04 {
    width: 22%;
    top: 84.6%;
	left: -22%;
	right: unset;
}

.mapZone #icon01.slid {
    right: 30.5%;
	left: unset;
}

.mapZone #icon02.slid {
    left: 26%;
    right: unset;
}

.mapZone #icon03.slid {
    right: 23.8%;
    left: unset;
}

.mapZone #icon04.slid {
    left: 27.1%;
    right: unset;
}

.mapZone {
	background-image: url(/assets/client/Image/homepageelements/mapmobile.png);
}

.textblock img.hidden-s{display: none !important;}

.textblock img.visible-s{display: block !important;}

.basefeature {
    text-align: center;
}

	body.pricing img.hidden-xs.hidden-s, body.calculator img.hidden-xs.hidden-s{display: none;}
	
	body.pricing img.hidden-xs.visible-s, body.calculator img.hidden-xs.visible-s{display: block !important;}

body.pricing img.visible-xs.hidden-s, body.calculator img.visible-xs.hidden-s{display: none;}

.tabletFadein img {transition: 1.25s;}

}

@media (min-width: 1025px) and (max-width: 1059px) {
.basefeature {
    text-align: center;
}
}

/* lg footer menu only */
@media (min-width: 1200px) and (max-width: 1450px) {

.menu-footer ul.navbar-nav > li > a, .menu-footer ul.navbar-nav > li.active > a {
    font-size: 16px;
}

.menu-footer ul.navbar-nav > li > ul.dropdown-menu li a {
    font-size: 13px;
    letter-spacing: 0px;
}



}

/* lg only */
@media (min-width: 1200px) {

.showsmall{display: none;}

h1.page-title, .contentarea > h1:first-child {}

.navbar-nav > li > a {}

.carousel-tagline {}

.carousel-tagline h1{}

.carousel-tagline .btn{}

body.homepage .layoutcontent{}

#topPage{}

#topPage span.caption{}

.contentZone {
    padding: 50px 100px 100px;
}

.flexrow {
}

.graypodlet {
}

.whitepodlet{}

.homeBanner .btn {
    font-size: 1.1em;
}

body.webinars .flexrow .lilmodule {
}

body.webinars .lilmoduleText {
    padding: 0px 25px;
}

}

.checkout-row {
    margin-top:15px;
}


/*datepicker won't show without*/
.datepicker.dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin:inherit;
}




#custom-search-input {
        margin:0;
        margin-top: 10px;
        padding: 0;
        width:250px;
        display:none;
    }
 
#custom-search-input .input-group-addon {
    background: #FFF none repeat scroll 0% 0% !important;
}

#custom-search-input button {
    border: 0px none;
    background: transparent none repeat scroll 0% 0%;
}

.password-meter {
    float: none !important;
    padding-top: 10px;
    width: 200px !important;
}

/*carousel*/
.carousel-control {
    z-index:100;
}

#myCarousel {
        width: 100%;
    position: relative;
    /*margin-left: -50vw;
    left: 50%;*/
    background-color: #efefef;
    max-height: 78vh;
	overflow: hidden;
}

.carousel-inner > .item > img {
     width: 100%;
    padding: 0;
}

/*.carousel-indicators {
    display:none;
}
*/



 /*maintains mobile layout on ipads NOT NO MORE*/
/*@media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)  {
        .visible-xs, .visible-s {
        display: block !important;
        }
        .hidden-xs, .hidden-s {
        display: none !important;
        }
}*/

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}

.carousel-tagline img{max-width: 100%;}

/* Icons for within */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: $carousel-control-icon-width;
  height: $carousel-control-icon-width;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url(/assets/images/left.svg);
}
.carousel-control-next-icon {
  background-image: url(/assets/images/right.svg);
}

body.BlogDrilldown .pageimage img, body.blogdrilldown .pageimage img{display: none;}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* vinsuite admin login page promo section */

body.loginpromo {
    background-color: transparent;
}

.loginpromo header, .loginpromo footer, .loginpromo #return-to-top,
.loginpromo #pi_tracking_opt_in_div, .loginpromo .uw-sl, .loginpromo .uwy {
    display: none !important;
}

.loginpromo .layoutcontent {
  background-color: transparent;
}

.loginpromo .contentZone {
    padding: 0;
}

.login-promo {
    background-color: transparent;
  /*background-image: url('/assets/client/Image/admin-login-promo/vineyard-background.png');
  background-size: cover;
  background-repeat: no-repeat*/
  padding: 2em;
  text-align: left;
}

.login-promo h1 {
  font-size: 3em;
  text-align: left !important;
  line-height: normal;
  margin-bottom: 20px;
}

.login-promo h2 {
  text-align: left !important;
  margin-bottom: 30px;
}

.btn.orange.btn-promo {
  font-size: 1.5em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  padding: 20px;
  margin-bottom: 20px;
}

.login-promo-iframe.embed-container {
    overflow: visible;
}

.login-promo-iframe.embed-container iframe {
    height: 200vh;
}


.blue-button {
  border: 2px solid #11669C;
  padding: 3px 12px;
  border-radius: 4px;
  text-decoration: none;
}

.loginZone {
  background-image: none;
  padding-left: 0;
}

ul.check {
  margin: 0 0 1em 0;
  padding: 0 0 0 1em;
  list-style: none;
}

ul.check li {
  position: relative;
  padding-left: 0.4em;
  padding-bottom: .5em;
}

ul.check li::before {
  font-family: 'FontAwesome';
  content: '\f00c';
  position: absolute;
  left: -1em;
  /* same as ul padding-left */
  top: 0;
}

table.policies td {
  vertical-align: top;
  padding: 1em;
}

/* flex header */
@media (min-width: 768px) {

    .header {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .hidden-xs.hidden-s.row-fluid {
        margin: 0;
        width: 100%;
    }

    .header-logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px;
    }

    .the-logo {
        width: 30%;
    }

    .header-logo > a, .header-logo .the-logo a {
        position: relative;
        left: auto;
        top: 0;
        padding-top: 0;
    }

    .custom-cart {
        position: relative;
        top: 0;
        right: 0;
        width: 70%;
    }

    .header .hidden-xs.menu-large {
        min-height: 60px;
        margin-top: 0;
    }

}

/****************** demo request page ***************/

.demo {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #11669C;
}

.demo-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.demo-logo, .demo-login {
  margin-bottom: 2em;
}

a.btn-demo {
  color: #26275E;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  border: 4px solid #f06e1f;
  border-radius: 5px;
  padding: 10px 28px;
}

a.btn-demo:hover, a.btn-demo:focus {
  background-color: #f06e1f;
  color: #fff;
}

.demo .main-area {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.demo .intro {
  margin-right: 2em;
}

.demo .info-col {
    width: 40%;
}

.demo .intro.hidden-xs {
  margin-top: 30px;
}

.demo .intro.download-report.hidden-xs {
  margin: 30px 0;
}

.demo h2 {
  font-weight: 700;
  font-size: 3.3em;
  margin-bottom: 25px;
  font-family: "poppins", sans-serif;
}

.demo h2.chiller {
    font-size: 3.2rem;
}

.demo p {
  font-size: 25px;
}

.demo-form {
  filter: drop-shadow(0 0 0.75rem #ccc);
  background-color: #fff;
  padding: 50px 1.75em 0;
  border-radius: 50px;
  max-width: 485px;
  width: 100%;
  top: 30px;
  position: sticky;
}

.demo-form.stuck {
  position: fixed;
  overflow-y: scroll;
  height: 100vh;
  max-height: 840px;
}

.demo-form h2, .demo-form h3, h3.sub {
  font-size: 46px;
  font-weight: 800;
  text-align: center;
}

.intro.sales h3 {
    font-size: 46px;
  font-weight: 800;
}

.intro.sales h3.chiller {
  font-size: 36px;
}

.demo-form.download-report h2 {
  font-size: 40px;
}

h3.sub {
    text-align: left;
}

.demo-form p.asterisk {
  font-size: 15px;
  line-height: normal;
  max-width: 250px;
  margin: 0 auto;
  color: #666;
  font-family: 'Lato',sans-serif;
  text-align: center;
}

.demo-form .embed-container {
        height: 620px
}

.demo-form.sales .embed-container {
  height: 700px;
}

.demo-form.download-report .embed-container {
  height: 480px;
}

.intro.whole-intro.hidden-xs p {
  margin-bottom: 3em;
}

.demo-form form.form input[type="submit"] {
  color: #00598e !important;
  background-color: #e8c91b !important;
}

@media (max-width: 1200px) {
    .demo .intro h2 {
        font-size: 2.5em;
    }

    .demo-form {
        width: 425px;
    }
}

@media (min-width: 1200px) {
    .info-col {
      width: 50%;
    }
}


@media (min-width: 1025px) {
    .demo-header {
      height: 150px;
    }

    .info-col {
      -webkit-box-sizing: border-box;
    -moz-box-sixing: border-box;
    box-sizing: border-box;
    margin-right: 60px;
    }

    .demo .intro h2 {
    text-align: left !important;
  }

  /*.form-col {
      width: 485px;
      position: absolute;
      right: 0;
      top: 0;
    }*/

    .form-col {
        width: 485px;
    position: sticky;
    top: 0;
  }

    .demo-form {
      width: 485px;
    }
}


@media (max-width: 1024px) {
    .demo-header {
        flex-direction: column;
      align-items: center;
      margin-bottom: 2em;
    }

    .main-area {
      flex-direction: column;
    }

    .form-col, .info-col {
      width: 100%;
      position: relative;
    }

    .demo .intro {
        margin-right: auto;
    }

    .demo .intro.visible-xs {
      max-width: 550px;
      margin: 0 auto;
      text-align: center;
    }

    .demo .intro.sales.visible-xs {
    max-width: 750px;
  }

    h3.sub {
      margin-bottom: 1em;
    }

    .demo-form {
        top: 0;
    margin: 50px auto;
    }

    .demo-ul {
      margin-top: 0;
    }

    .demo-ul li {
      font-size: 20px;
      line-height: 1.75;
    }

    .demo-ul li p {
      font-size: 25px;
      line-height: 1.5;
    }

    .demo .testimonial img {
      margin: 30px 0 0;
    }

    .demo .testimonial {
      font-size: 21px;
      line-height: 1.5;
    }

}

@media (max-width: 575px) {
    .demo .intro h2 {
      font-size: 3.9rem;
    }

    .intro.sales h3.chiller {
      font-size: 32px;
    }

    .demo .intro p {
      font-size: 23px;
      line-height: 1.5;
    }

    .demo .testimonials.test-top {
      margin-top: 0;
      margin-bottom: 50px;
    }

    .demo-form {
    padding: 50px 0 45px;
    }

    .demo-form h2, .demo-form h3 {
      font-size: 35px;
    }

    h3.sub {
        font-size: 34px;
    margin-bottom: 1em;
  }

  .demo-ul li {
      padding: 0 0 45px 100px;
    }

    .demo-form p.asterisk {
      margin-bottom: 30px;
    }

     .demo-form .embed-container {
    height: 570px;
    background-color: transparent;
  }

   .demo-form.sales .embed-container {
    height: 660px;
  }

  .demo-form {
    width: 100%;
  }
}

.btn-sm {
  font-size: 0.7em;
  padding: 16px 38px;
}