@font-face {
  font-family: 'Harabara';
  src: url('/resources/fonts/harabara-webfont.eot');
  src: url('/resources/fonts/harabara-webfont.eot?#iefix') format('embedded-opentype'), url('/resources/fonts/harabara-webfont.woff') format('woff'), url('/resources/fonts/harabara-webfont.ttf') format('truetype'), url('/resources/fonts/harabara-webfont.svg#harabararegular') format('svg');
  font-style: normal;
}

/*________ GLOBAL ELEMENTS ________*/

* {
    margin: 0;
    padding: 0;
}
img {
    display: block;
    border: 0;
}
a {
    outline: none;
    color: #ec008c;
}
a:hover {
    text-decoration: none;
}
html {
    font-size: 100%;
}
body {
    font-family: 'Open Sans', Arial, Verdana, Sans Serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    color: #3f3f3f;
    background: #fff;
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
.wideWrapper,
.wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wideWrapper {
    max-width: 1920px;
}
.wrapper {
    max-width: 976px;
}
.ie .wideWrapper {
    width: 1920px;
}
.ie .wrapper {
    width: 976px;
}
.stuck {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
}

/*________ HEADER ________*/

.header .headMob,
.header .headFix {
    display: none;
}
.header {
    background: #fff;
}
.header a {
    text-decoration: none;
}
.header .utility {
    background: #525252;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 8px 0;
    padding: 0.5rem 0;
}
.header .utility a {
    color: #fff;
}
.header .utility a:hover {
    text-decoration: underline;
}
.header .utility ul {
    list-style-type: none;
    float: right;
}
.header .utility ul li {
    color: #fff;
    display: inline-block;
    margin-left: 20px;
    margin-left: 1.25rem;
}
.header .headMsgs {
    overflow: hidden;
}
.header .headActions {
    margin: 20px 0;
    margin: 1.25rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header .headActions .logoSite {
    margin-right: auto;
}
.header .headActions .quote {
    margin-left: 32px;
    margin-left: 2rem;
}
.header .headActions .phone {
    text-decoration: none;
}
.header .headActions .phone .phIcon,
.header .headActions .phone .text {
    display: inline-block;
    vertical-align: middle;
}
.header .headActions .phone .text {
    color: #252525;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 12px;
    margin-left: 0.75rem;
}
.header .mobileNav {
    display: none;
    border: none;
    background-color: transparent;
    background-image: url(/includes/templates/specballoonsV2/images/icon-mobile-nav-open.png);
    background-repeat: no-repeat;
    background-position: left 0;
    background-size: 26px 26px !important;
    color: #fff;
    outline: none;
    cursor: pointer;
}
.header .mobileNav.menu {
    background-color: #ec008c;
    background-position: center 6px;
    font-size: 8px;
    font-size: 0.5rem;
    height: 50px;
    height: 3.125rem;
    width: 50px;
    width: 3.125rem;
    padding: 32px 0 0;
    padding: 2rem 0 0;
    border-radius: 4px;
    border-radius: 0.25rem;
    text-align: center;
    text-transform: uppercase;    
}
.mobileNav.close {
    background-image: url(/includes/templates/specballoonsV2/images/icon-mobile-nav-close.png);
}
.shopNav {
    background: #ec008c;
}
.shopNav .wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.shopNav .prodSearch {
    margin-left: auto;
}
.shopNav .productSearch {
    background: #c40074;
    position: absolute;
    z-index: 4000;
    top: 42px;
    right: 0;
    width: 300px;
    max-width: 100%;
}
.shopNav .productSearch .searchWrap {
    margin: 16px 20px;
    margin: 1rem 1.25rem;
    background: #fff;
    padding: 0 16px;
    padding: 0 1rem;
    border-radius: 4px;
    border-radius: 0.25rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.shopNav .productSearch .searchWrap .searchItem.input {
    flex: auto;
}
.shopNav .productSearch input[type="text"] {
    border: 0;
    padding: 0;
    margin: 0;
    height: 38px;
    color: #171717;
    outline: none;
}
.shopNav .productSearch button[type="submit"] {
    background: 0;
    padding: 0;
    border: 0;
}
.home .contentArea .content .slideWrap {
    height: 100%;
    max-height: 438px;
    max-height: 27.375rem;
    overflow: hidden;
}

/*________ NAVIGATION (DESKTOP) ________*/

.mainNav {
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 1px;
    margin-left: -32px;
    margin-left: -2rem; 
}
.mainNav li {
    float: left;
    position: relative;
    z-index: 100;
    list-style: none;
    margin-left: 32px;
    margin-left: 2rem;
}
.mainNav li:hover {
    z-index: 200;
}
.mainNav a {
    text-decoration: none;
    display: block;
    color: #fff;
    padding: 12px 0;
    padding: 0.75rem 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.mainNav a.catWithKids:after {
    content: '';
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: #fff;
    top: 20px;
    position: absolute;
    margin: 0 0 0 4px;
    margin: 0 0 0 0.25rem;
}
.mainNav a.catWithKids:hover:after {
    border-top-color: #faef04;        
}
.mainNav .current a, 
.mainNav a:hover,
.mainNav li:hover > a {
    color: #faef04;
}
/* level 2 list */
.mainNav ul ul {
    display: none;
    padding: 0 20px 32px;
    padding: 0 1.25rem 2rem 1.25rem;
    width: 200px;
    position: absolute;
    z-index: 200;
    background: #a90064;
    border-bottom-left-radius: 12px;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 12px;
    border-bottom-right-radius: 0.75rem;
}
/* dropdown */
.mainNav li:hover > ul {
    display: block;
}
.mainNav ul ul li {
    float: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #b6267b;
}
.mainNav ul ul a {
    padding-left: 0;
    padding-right: 0;
}
/* level 3+ list */
.mainNav ul ul ul {
    left: 195px;
    top: 0;
}
/* clearfix */
.mainNav > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/*________ HEADER (MOBILE / FIXED) ________*/

.shopNav .phone {
    color: #fff;
}
.shopNav .phone .phIcon,
.shopNav .phone .text {
    display: inline-block;
    vertical-align: middle;
}
.shopNav .phone .text {
    font-weight: 700;
    margin-left: 8px;
    margin-left: 0.5rem;
}
.shopNav .quote {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 32px;
    line-height: 2rem;
    padding: 0 16px;
    padding: 0 1rem;
    margin: 0 24px;
    margin: 0 1.5rem;   
}

/*________ HEADER MOBILE ________*/

@media (max-width: 58.75em) {
    .header .headDesk {
        display: none;
    }
    .header .headMob {
        display: block;
    }
    .shopNav {
        padding: 8px 0;
        padding: 0.5rem 0;
    }
    .shopNav .mobileNav {
        display: none;
    }
    .shopNav .productSearch {
        top: 40px;
    }
}

/*________ HEADER FIXED ________*/

.scrolled .header .headNorm {
    display: none;
}
.scrolled .header .headFix {
    display: block;
}
.scrolled .header .logoSiteWh {
    display: none;
}

.scrolled .shopNav {
    padding: 8px 0;
    padding: 0.5rem 0;
}
.scrolled .shopNav .mobileNav.browse {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    padding-left: 32px;
    padding-left: 2rem;
    height: 24px;
    height: 1.5rem;
    background-size: 22px 22px !important;   
}
.scrolled .shopNav .phone {
    margin-left: auto;
}
.scrolled .shopNav .prodSearch {
    margin-left: 0;
}
.scrolled .shopNav .productSearch {
    top: 46px;
}


/*________ NAVIGATION (MOBILE / FIXED) ________*/

.scrolled .mainNav,
.mobile .mainNav {
    display: none;
    clear: both;
    width: 100%;
    width: calc(100% - 32px);
    width: calc(100% - 2rem);
    padding: 8px 20px;
    padding: 0.5rem 1.25rem;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 156px;
    top: 4rem;
    left: 16px;
    left: 1rem;
    z-index: 3500;
    border-radius: 4px;
    border-radius: 0.25rem;
    background-color: #171717;
    background-color: rgba(23, 23, 23, 0.9);
    max-height: 400px;
    overflow-x: auto;
}
.scrolled .mainNav li,
.mobile .mainNav li {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
}
.scrolled .mainNav li a,
.scrolled .mainNav ul li a,
.mobile .mainNav li a,
.mobile .mainNav ul li a {
    line-height: 50px;
    line-height: 3.125rem;
    padding: 0;
    margin: 0;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.scrolled .mainNav li a:hover,
.scrolled .mainNav li:hover > a,
.mobile .mainNav li a:hover,
.mobile .mainNav li:hover > a {
    background-color: #171717;
}
.scrolled .mainNav li:last-child a,
.mobile .mainNav li:last-child a {
    border-bottom: none;
}
.scrolled .mainNav li a.catWithKids::after,
.mobile .mainNav li a.catWithKids::after {
    border: 5px solid transparent;
    border-top-color: #fff;
    top: 24px;
    position: absolute;
    margin: 0;
    right: 0;
}
/*.scrolled .mainNav > ul,
.mobile .mainNav > ul {
    max-height: 300px;
    overflow-x: auto;
}*/
.scrolled .mainNav ul,
.mobile .mainNav ul {
    width: 100%;
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
}
.scrolled .mainNav li ul,
.mobile .mainNav li ul {
    display: none;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-color: #171717;
    background-color: rgba(23, 23, 23, 0.9);
}
.scrolled .mainNav li.toggled > ul,
.mobile .mainNav li.toggled > ul {
    display: block;
}
.scrolled .mainNav li ul li,
.mobile .mainNav li ul li {
    border:0;
}
.scrolled .mainNav li ul li a,
.mobile .mainNav li ul li a {
    font-weight: normal;
    padding-left: 16px;
    padding-left: 1rem;
}
.scrolled .mainNav li ul li ul li a,
.mobile .mainNav li ul li ul li a {
    padding-left: 32px;
    padding-left: 2rem;
}
.scrolled .mainNav li ul li a:hover,
.mobile .mainNav li ul li a:hover {
    background-color: #111111;
}
  
/*________ CONTENT AREA ________*/

.contentArea {
    overflow: hidden;
    margin-top: 40px;
    margin-top: 2.5rem;
}
.home .contentArea {
    margin-top: 0;
}
.contentArea h1,
.contentArea h2,
.contentArea h3,
.contentArea h4,
.contentArea h5,
.contentArea h6 {
    font-family: Harabara, "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    letter-spacing: 1px;
}
.contentArea h1,
.contentArea h2 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

.clientWrap {
    background: #ec008c;
    padding: 40px 0;
    padding: 2.5rem 0;
    max-height: 64px;
    max-height: 4rem;
}
.sbClients {
    margin: 0 auto;
}
.sbClients .client {
    height: 70px;
    max-width: 84px;
    margin: 0 12px;
    margin: 0 0.75rem;
}
.sbClients .client img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/* APPA Slide */
.sbClients .client.appa {
    max-width: 280px;
    margin: 0 40px;
}

/*________ CONTENT ________*/

.content {
overflow: hidden;
padding-bottom: 40px;
padding-bottom: 2.5rem;
}
.home .content {
padding-bottom: 0;
}

.content h2,
.content h3,
.content h4 {
color: #ec008c;
margin-bottom: 16px;
margin-bottom: 1rem;
line-height: 1.2;
}
.content h2 {
font-size: 24px;
font-size: 1.5rem;
}
.content h3 {
font-size: 20px;
font-size: 1.25rem;
}
.content h4 {
font-size: 18px;
font-size: 1.125rem;
}
.content h5 {

}
.content h6 {

}
.content p {
margin: 0 0 20px;
margin: 0 0 1.25rem;
line-height: 1.5;
}
.content ul,
.content ol {
margin: 0 0 16px 40px;
margin: 0 0 1rem 2.5rem;
}
.content ul li,
.content ol li {
line-height: 1.5;
}
.content blockquote {
font-style: italic;
margin: 0 0 16px 40px;
margin: 0 0 1rem 2.5rem;
}
.content .entry-content img {
max-width: 100%;
height: auto;
}

.content .featuredCats {
    overflow: hidden;
    margin: 40px 0;
    margin: 2.5rem 0;
}
.content .featuredCats .featCat {
display: inline-block;
width: 50%;
vertical-align: top;
padding: 40px 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #dfdfdf;
border-top: 0;
}
.content .featuredCats .featCat:nth-child(odd) {
border-left: 0;
padding-right: 2.173913043478261%;
}
.content .featuredCats .featCat:nth-child(even) {
border-right: 0;
margin-left: -1px;
padding-left: 2.173913043478261%;
}
.content .featuredCats .featCat.bottom {
border-bottom: 0;
}
.featuredCats .featCat .catImg,
.featuredCats .featCat .featCatInfo {
display: inline-block;
vertical-align: middle;
}
.featuredCats .featCat .catImg {
max-width: 440px;
width: 47.82608695652174%;
height: 332px;
margin-right: 4.6%;
position: relative;
}
.featuredCats .featCat .catImg img {
max-width: 100%;
width: auto;
max-height: 100%;
height: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.featuredCats .featCat .featCatInfo {
width: 45.4%;
}
.featuredCats .featCat .featCatInfo h4 a {
text-decoration: none;
}
.featuredCats .featCat .featCatInfo h4 a:hover {
text-decoration: underline;
}
.featuredCats .featCat .featCatInfo ul {
padding: 0;
margin: 0 0 24px 0;
margin: 0 0 1.5rem 0;
}
.featuredCats .featCat .featCatInfo ul li {
list-style: none;
padding: 0 0 8px 28px;
padding: 0 0 0.5rem 1.75rem;;
position: relative;
}
.featuredCats .featCat .featCatInfo ul li:before {
content: '';
display: inline-block;
position: absolute;
left: 0;
top: 2px;
height: 19px;
width: 19px;
background: url(/includes/templates/specballoonsV2/images/icons/list-item-feature.png) no-repeat 0 0;
background-size: 19px;
}

.content .featuredCatsV2 {
    overflow: hidden;
    margin: 40px 0;
    margin: 2.5rem 0;
}
.content .featuredCatsV2 .wideWrapper {
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    
    align-items: flex-start;
}
.content .featuredCatsV2 .featCat {
    max-width: 416px;
    flex-basis: 30%;
    padding: 20px 0;
    box-sizing: border-box;
}
.featuredCatsV2 .featCat .catImg img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}
.featuredCatsV2 .featCat .featCatInfo {
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
}
.featuredCatsV2 .featCat .featCatTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}
.featuredCatsV2 .featCat .featCatTitle .svButton {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 40px;
    line-height: 2.5rem;
    padding: 0 20px;
    padding: 0 1.25rem;
    flex-shrink: 0;
}
.featuredCatsV2 .featCat .featCatInfo h4 {
    margin: 0;
    padding: 0;
}
.featuredCatsV2 .featCat .featCatInfo h4 a {
    text-decoration: none;
}
.featuredCatsV2 .featCat .featCatInfo h4 a:hover {
    text-decoration: underline;
}
.featuredCatsV2 .featCat .featCatInfo p {
    padding: 0;
    margin: 0;
}

.content .post {
overflow: hidden;
padding-bottom: 40px;
padding-bottom: 2.5rem;
}
.content .post .postThumb {
float: left;
margin-right: 40px;
margin-right: 2.5rem; 
padding-top: 14px;
padding-top: 0.875rem;
}
.content .post .postThumb img {
max-width: 180px;
width: 100%;
height: auto;
}
.content .post .postInfo {
overflow: hidden;
padding-top: 12px;
padding-top: 0.75rem;
}
.content .post .postInfo h3 {
margin: 0 0 4px 0;
margin: 0 0 0.25rem 0;
}
.content .post .postInfo h3 a {
text-decoration: none;
}
.content .post .postInfo h3 a:hover {
text-decoration: underline;
}
.content .post .postInfo .date {
text-transform: uppercase;
font-weight: 700;
font-size: 10px;
font-size: 0.625rem;
display: block;
margin-bottom: 20px;
margin-bottom: 1.25rem;
color: #999;
}

.content .centerDisp {
text-align: center;
}
.content .centerDisp img {
margin: 0 auto;
}

/*________ HOME ________*/

.content .slideWrap {
    padding: 0;
}
.promoSlider .slide img {
    max-width: 100%;
    height: auto;
}

.promoSlider .slick-dots {
    margin: 0;
    bottom: -30px;
}
.promoSlider .slick-dots li {
    margin: 0 1px;
}
.promoSlider .slick-dots button {
    display: inline-block;
    width: 22px;
    height: 12px;
    text-indent: -9999px;
    background: url(/includes/templates/specballoonsV2/images/slider-nav-grey.png) no-repeat;
}
.promoSlider .slick-dots .slick-active button {
    background-position:-22px 0;
}

.homeText {
    background: #ececec;
    padding: 32px 0;
    padding: 2rem 0;
}
.homeText .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.homeText h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    width: 42%;
    line-height: 1.5;
    letter-spacing: 1.3px;
}
.homeText p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
    width: 52%;
}
.content .headMsgs {
    background: #525252;
    color: #fff;
    text-align: center;
    padding: 20px;
    padding: 1.25rem;
}
.content .headMsgs p {
    padding: 0;
    margin: 0;
}
.content .headMsgs a {
    color: #fff;
    text-decoration: none;
}
.content .headMsgs a:hover {
    text-decoration: underline;
}

.blogIntro {
overflow: hidden;
background: #555;
color: #fff;
padding: 64px 0;
padding: 4rem 0 0;
}
.blogIntro h2,
.blogIntro h3 {
color: #fff;
}
.blogIntro h2 {
font-size: 32px;
font-size: 2rem;
}
.blogIntro h3 {
font-size: 24px;
font-size: 1.5rem;
}
.blogIntro p {
font-size: 14px;
font-size: 0.875rem;
}
.blogIntro .fbReviews .swiper-pagination {
display: none;
}
.blogIntro .blogPanel,
.blogIntro .introPanel {
float: left;
width: 45.65217391304348%;
}
.blogIntro .blogPanel {
padding: 0 4.347826086956522% 0 0;
}
.blogIntro .introPanel {
padding-left: 4.347826086956522%;
}
.blogPanel .post .postThumb,
.blogPanel .post .postInfo {
padding: 0;
}
.blogPanel .post .postThumb,
.blogPanel .post .postInfo p {
margin-bottom: 0;
}
.blogPanel .post .postInfo h3 a {
color: #fff;
text-decoration: none;
}
.blogPanel .post .postInfo h3 a:hover {
text-decoration: underline;
}
.blogIntro .introPanel h2 {
margin-bottom: 30px;
margin-bottom: 1.875rem;
}
.blogIntro .introPanel h3 {
margin-bottom: 24px;
margin-bottom: 1.5rem;
}
.blogIntro .readMore {
color: #ccc;
}
.blogIntro .readMore:hover {
color: #fff;
}
.blogIntro .postThumb {
float: left;
margin-right: 4%;
margin-bottom: 40px;
margin-bottom: 2.5rem;
}
.blogIntro .welcomeTxt {
overflow: hidden;
padding-bottom: 24px;
padding-bottom: 1.5rem;
}
.blogIntro .welcomeTxt p {
padding-bottom: 16px;
padding-bottom: 1rem;
}
.blogIntro .newsletter {
clear: both;
padding-bottom: 16px;
padding-bottom: 1rem;
}
.blogIntro .newsletter form label {
display: none;
}
.blogIntro .newsletter form fieldset {
float: left;
width: 75%;
}
.blogIntro .newsletter form .fieldwrap {
float: left;
clear: none;
width: 48%;
margin: 0 2% 0 0;
padding: 0;
}
.blogIntro .newsletter form fieldset input {
border: 2px solid #878787;
color: #d1d1d1;
background: transparent;
border-radius: 8px;
border-radius: 0.5rem;
outline: none;
padding: 0 16px;
padding: 0 1rem;
line-height: 54px;
height: 54px;
}
.blogIntro .newsletter form fieldset input:focus {
border: 1px solid #fff;
}
.blogIntro .newsletter form.elab_form button[type="submit"] {
margin-top: 0;
width: 25%;
max-width: 136px;
padding: 0;
}
.blogIntro .introPanel form.elab_form .footnote {
  margin-bottom: 0;
}
.widgetContainer .rplg-slider-prev,
.widgetContainer .rplg-slider-next {
  display: none;
}
.widgetContainer .fbrev-slider .wp-facebook-stars .wp-star svg path {
  fill: #ec008c;
}
.widgetContainer .fbrev-slider .wp-facebook-name {
    color: #ffffff !important;
}
.widgetContainer .fbrev-slider .wp-more-toggle {
  color: #ec008c !important;
}
.widgetContainer .swiper-pagination-bullet-active {
  background: #ec008c;
}
.widgetContainer .fbrev-slider .wp-facebook-content2:before {
  color: #d9d9d9 !important;
}
.widgetContainer .fbrev-slider .fbrev-review {
    margin: 0 0 40px !important;
    margin: 0 0 2.5rem !important;
}
.widgetContainer .fbrev-slider .wp-facebook-text {
    line-height: 22px !important;
    line-height: 1.375rem !important;
}
.widgetContainer .fbrev-slider .wp-facebook-content2 {
    font-size: 14px !important;
    font-size: 0.875rem !important;
}

/*________ SUB CATEGORY LISTING ________*/

.content .centerDisp .categoryImg {
max-height: 350px;
margin-bottom: 20px;
margin-bottom: 1.25rem;
}
.content .catsListing {
text-align: center;
}
.content .catsListing .product {
display: inline-block;
margin: 0 4px 8px;
margin: 0 0.25rem 0.5rem;
}

/*________ PRODUCT LISTING ________*/
  
.content .productsListing {
overflow: hidden;
text-align: center;
}  
.content .productsListing .product {
display: inline-block;
vertical-align: middle;
width: 13.40579710144928%;
margin: 0 1.630434782608696% 64px; 
margin: 0 1.630434782608696% 4rem; 
}
.content .productsListing .product .prodImg {
display: block;
margin: 0 0 8px 0;
margin: 0 0 0.5rem 0;
height: 340px;
height: 21.25rem;
position: relative;
}       
.content .productsListing .product .thumb {
width: auto;
height: auto;  
max-width: 100%;
max-height: 100%;  
position: absolute;
z-index: 100;
margin: auto;
top: 0; left: 0; bottom: 0; right: 0;                   
}
.content .productsListing .product .prodName {
font-size: 16px;
font-size: 1rem;
}
.content .productsListing .product .prodName a {
text-decoration: none;
}
.content .productsListing .product .prodName a:hover {
color: #000;
}
.content .productsListing .product .prodPrice {
color: #ec008c;
font-size: 14px;
font-size: 0.875rem;
float: right;
padding: 16px 0;
padding: 1rem 0;
padding-right: 5%;                     
}
.content .productsListing .product .prodPrice.cusPrBal {
line-height: normal;
margin: 0 0 20px 0;
margin: 0 0 1.25rem 0;
padding: 0;
}
.content .productsListing .product .prodPrice .normalprice {
text-decoration: line-through;
margin-right: 4px;
margin-right: 0.25rem;  
}
.content .productsListing .product .prodPrice .productSpecialPrice {
color: #e53d3d;  
}
.content .productsListing .product .svButton {
float: left;
}
.content .productsListing .product .cusPrBal {
float: none;
}

.content .navSplitPagesLinks {
float: right;
margin: 0 0 20px 0;
margin: 0 0 1.25rem 0;
}
.content .navSplitPagesLinks .current,
.content .navSplitPagesLinks a {
float: left;
margin-left: 6px;
padding: 8px 12px;  
text-transform: lowercase;
font-size: 14px;
font-size: 0.875rem;  
}
.content .navSplitPagesLinks a {
color: #251c21;
font-weight: 700;           
background: #faef04;
border-radius: 8px;
border-radius: 0.5rem;
text-decoration: none;  
}
.content .navSplitPagesLinks a:hover {
background: #ec008c;
color: #fff;
}
.content .navSplitPagesResult {
font-size: 12px;
font-size: 0.75rem;  
}

.content #prLoading {
margin: 0 auto;
padding: 30% 0;
}

/*________ FEATURED PRODUCT LISTING (home) ________*/

.content .featureProds {
padding: 20px 0 40px;
padding: 1.25rem 0 2.5rem;
position: relative;
}
.featureProds .slick-dots {
margin: 0;
padding: 0;
bottom: -20px;
}
.featureProds .slick-dots li {
margin: 0 1px;
}
.featureProds .slick-dots button {
display: inline-block;
width: 22px;
height: 12px;
text-indent: -9999px;
background: url(/includes/templates/specballoonsV2/images/slider-nav-grey.png) no-repeat;
}
.featureProds .slick-dots .slick-active button {
background-position:-22px 0;
}
.content .featureProds .productsListing {
overflow: visible;
}
.content .featureProds .productsListing .product {
/*width: 18.5%;
margin: 0 3%;*/
width: 100%;
margin: 0;
}
.content .featureProds .productsListing .product .prodImg {
max-width: 250px;
height: 320px;
height: 20rem;
margin-left: auto;
margin-right: auto;
}
.content .featureProds .productsListing .product .svButton,
.content .featureProds .productsListing .product .prodPrice {
float: none;
display: inline-block;
vertical-align: middle;
margin: 0 5%;
}
.content .featureProds .productsListing .product .prodPrice {
padding: 0;
margin: 0;
line-height: normal;                          
}
.content .featureProds .productsListing .product .prodPrice.cusPrBal {
margin-bottom: 20px;
margin-bottom: 1.25rem;
}

/*________ XSELL PRODUCT LISTING ________*/

.xSellWrap {
background: #3f3f3f;
padding: 64px 0 0 0;
padding: 4rem 0 0 0;
}
.xSellWrap .content {
padding: 0 0 16px 0;
padding: 0 0 1rem 0;
}
.xSellWrap h2 {
color: #fff;
text-align: center;
font-size: 36px;
font-size: 2.25rem;
padding: 0;
margin: 0 0 24px 0;
margin: 0 0 1.5rem 0;
}
.xSellWrap .productsListing {
display: flex;
align-items: stretch;
justify-content: center;
flex-wrap: wrap;
}
.xSellWrap .content .productsListing .product {
background: #fff;
flex-grow: 1;
display: block;
vertical-align: unset;
flex-basis: 22%;
max-width: 400px;
margin: 0 0 64px 0;
margin: 0 1.5% 4rem 1.5%; 
border-radius: 12px;
border-radius: 0.75rem;
padding: 32px 20px;
padding: 2rem 1.25rem;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.xSellWrap .content .productsListing .product .prodImg {
height: 180px;
height: 11.25rem;
margin-bottom: 12px;
margin-bottom: 0.75rem;
}
.xSellWrap .content .productsListing .product .prodName {
margin-bottom: 24px;
margin-bottom: 1.5rem;
}
.xSellWrap .content .productsListing .product .prodPrice {
margin: 0;
}

/*________ PRODUCT DETAIL ________*/

.content .imagesArea {
float: left;
width: 32.78688524590164%;
margin: 0 4.098360655737705% 80px 0;
margin: 0 4.098360655737705% 5rem 0;
}
.content .attrDisp .imagesArea {
margin-bottom: 40px;
margin-bottom: 2.5rem;
}
.productsImage .smImg {
max-width: 100%;
height: auto;
margin: auto;
}
.additionalImages .addImg {
float: left;
width: 23.125%;
margin-right: 2.5%;
margin-bottom: 8px;
margin-bottom: 0.5rem;
position: relative;
height: 90px;
}
.additionalImages a:last-child {
margin-right: 0;
}
.additionalImages .addImg img {
width: auto;
height: auto;  
max-width: 100%;
max-height: 90px;  
position: absolute;
z-index: 100;
margin: auto;
top: 0; left: 0; bottom: 0; right: 0;
}
.content .bioDeg {
position: relative;
height: 93px;
margin-top: 8px;
margin-top: 0.5rem;
}
.content .bioDeg .bioDegImg {
position: absolute;
z-index: 20;
left: 12px;
top: 0;
}
.content .bioDeg .bioDegTxt {
position: absolute;
z-index: 10;
top: 37px;
left: 0;
margin: auto;
display: block;
width: 100%;
color: #588a09;
border: 1px solid #b0e856;
border-radius: 8px;
font-family: Harabara, "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
font-weight: 700;
letter-spacing: 0.5px;
font-size: 24px;
font-size: 1.5rem;
text-align: right;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 6px 30px;
padding: 0.375rem 1.875rem;
max-width: 320px;
}
.content .bioDeg100 {
max-width: 100%;
height: auto;
margin: 8px auto;
margin: 0.5rem auto;
}
.content .productsDetail,
.content .prOptions,
.content .prOptions #cartAdd,
.content .productsInfo {
overflow: hidden;  
}
.content .productsInfo {
width: 63.11475409836065%;  
margin-bottom: 16px;
margin-bottom: 1rem;
}
.content .productsDetail .price {
font-size: 24px;
font-size: 1.5rem;
margin: 32px 0 20px 0;
margin: 2rem 0 1.25rem 0;
color: #ec008c;
font-weight: 700;
line-height: 0.9;
}
.content .productsDetail .price .from {
font-size: 20px;
font-size: 1.25rem;
}
.content .productsDetail .price .normalprice {
text-decoration: line-through;
margin-right: 8px;
margin-right: 0.5rem;
}
.content .productsDetail .price .productSpecialPrice {
color: #e53d3d;
}
.content .productsDetail .price .gst {
font-size: 14px;
font-size: 0.875rem;
font-weight: 400;
color: #3f3f3f;
}

.content .attrDisp .prOptions {
clear: both;
}
.content .productAttributes {
overflow: hidden;
}
.content .prOptions h2 {
border-bottom: 2px solid #ec008c;
padding-bottom: 8px;
padding-bottom: 0.5rem;
margin-bottom: 20px;
margin-bottom: 1.25rem;
}
.content .prOptions fieldset {
margin-bottom: 20px;
margin-bottom: 1.25rem;
overflow: hidden;
clear: both;      
}
.content .prOptions fieldset h2 {
margin-bottom: 28px;
margin-bottom: 1.75rem;
}
.content .optionSet-1 {
margin-left: -5px;
}
.content .optionSet-1 h2 {
margin-left: 5px;
}
.content .optionSet-1 label,
.content .optionSet-3 label {
border: 2px solid #d2d2d2;
border-radius: 4px;
float: left;
width: 60.4px;
height: 70px;
position: relative;
margin: 0 0 5px 5px;
cursor: pointer;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.content .optionSet-3 label {
width: 120.8px;
height: 140px;   
}
.content .optionSet-1 label:hover,
.content .optionSet-1 label.selected,
.content .optionSet-3 label:hover,
.content .optionSet-3 label.selected {
border-color: #ec008c;
}
.content .optionSet-1 .attribsRadioButtonSoldOut,
.content .optionSet-3 .attribsRadioButtonSoldOut {
display: none;
}
.content .optionSet-1 label input,
.content .optionSet-3 label input {
display: none;
}
.content .optionSet-1 label img,
.content .optionSet-3 label img {
max-width: 90%;
width: auto;
max-height: 90%;
height: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
pointer-events: none;
}
.content .prOptions .optionSet-2,
.content .prOptions .optionSet-7,
.content .prOptions .optionSet-8,
.content .prOptions .optionSet-9,
.content .prOptions .optionSet-13,
.content .prOptions .optionSet-14,
.content .prOptions .optionSet-15,
.content .prOptions .optionSet-16 {
float: left;
width: 46.10655737704918%;
clear: none;
}
.content .prOptions .optionSet-2,
.content .prOptions .optionSet-9 {
margin-right: 7.78688524590164%;
}
.content .prOptions .optionSet-14 {
margin-left: 7.78688524590164%;
}
.content .prOptions textarea {
resize: none;
padding: 8px 12px;
padding: 0.5rem 0.75rem;
height: 140px;
height: 8.75rem;
}
.content .prOptions .optionSet-6 h2 {
margin-bottom: 12px;
margin-bottom: 0.75rem;
}
.content .prOptions .optionSet-6 p {
font-size: 14px;
font-size: 0.875rem;
}
.content .prOptions .qq-uploader {
background-color: transparent;
border: 0;
padding: 0;
min-height: 0;
}
.content .prOptions .qq-uploader ul {
margin: 0;
}
.content .prOptions .qq-uploader .qq-upload-file {
height: auto;
}
.content .prOptions .qq-uploader .qq-edit-filename {
width: auto;
}
.content .prOptions .qq-uploader .qq-alert-dialog-selector {
margin: 0 auto;
padding: 20px;
}
.content .prOptions .cpbQty {
width: 100%;
border-spacing: 0;
border: 1px solid #d1d1d1;
text-align: center;
font-size: 14px;
margin-bottom: 12px;
margin-bottom: 0.75rem;
}
.content .prOptions .cpbQty td {
padding: 8px 2px;
padding: 0.5rem 0.125rem;
border: 1px solid #d1d1d1;
}
.content .prOptions .cpbQty thead td {
background: #f1f1f1;
font-weight: 700;
}
.content .prOptions .cpbQty thead td.select {
color: #ed028a;
}
.content .prOptions .cpbQty tr.selected td {
font-weight: 700;
border: none;
background: #f6f108;
}
.content .prOptions .cpbQty .svButton {
display: block;
width: 70px;
line-height: 26px;
padding: 0;
margin: 0 auto;
font-size: 12px;
font-size: 0.75rem;
background: #f1f1f1;
color: #afafaf;
}
.content .prOptions .cpbQty .svButton:hover {
background: #ed028a;
color: #fff;
}
.content .prOptions .cpbQty .svButton.selected {
background: #ed028a;
color: #fff;
}
.content .prOptions .cpbQty input[type="radio"] {
display: none;
}

.content .cpbQtyDisp.vertical,
.content .cpbQtyDisp.verticalOn {
overflow: hidden;
font-size: 12px;
font-size: 0.75rem;
}
.content .cpbQtyDisp.vertical .sbSet,
.content .cpbQtyDisp.verticalOn .sbSet {
flex-direction: column;
float: left;
}
.content .cpbQtyDisp.vertical .sbSet.qty,
.content .cpbQtyDisp.verticalOn .sbSet.qty {
width: 18%;
}
.content .cpbQtyDisp.vertical .sbSet.pba,
.content .cpbQtyDisp.verticalOn .sbSet.pba {
width: 30%;
}
.content .cpbQtyDisp.vertical .sbSet.tot,
.content .cpbQtyDisp.verticalOn .sbSet.tot {
width: 24%;
}
.content .cpbQtyDisp.vertical .sbSet.sel,
.content .cpbQtyDisp.verticalOn .sbSet.sel {
width: 28%;
}
.content .cpbQtyDisp.vertical .svButton,
.content .cpbQtyDisp.verticalOn .svButton {
line-height: 23px;
width: 62px;
}

.content .prOptions .quoteMe {
color: #ed028a;
font-size: 14px;
font-size: 0.875rem;
}

.content .cpbQtyDisp {
border: 1px solid #d1d1d1;
text-align: center;
font-size: 14px;
font-size: 0.875rem;
margin-bottom: 12px;
margin-bottom: 0.75rem;  
}
.content .cpbQtyDisp .sbSet {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-end;
}
.content .cpbQtyDisp .sbSet.headerTop {
display: none;
}
.content .cpbQtyDisp .sbCell {
border: 1px solid #d1d1d1;
padding: 8px 2px;
padding: 0.5rem 0.125rem;
flex: 1;
}
.content .cpbQtyDisp .sbCell.special {
color: #ed028a;
font-weight: 700;
}
.content .cpbQtyDisp .sbCell .normPrice {
text-decoration: line-through;
font-size: 12px;
font-size: 0.75rem;
}
.content .cpbQtyDisp .sbSet.headerTop .sbCell,
.content .cpbQtyDisp .sbSet .sbCell.headerLeft {
background: #f1f1f1;
font-weight: 700;
}
.content .cpbQtyDisp .sel .sbCell:not(.headerLeft) {
padding: 5px 2px;
padding: 0.3125rem 0.125rem;
}
.content .cpbQtyDisp .sel .sbCell.headerLeft {
color: #f1f1f1;
}
.content .cpbQtyDisp .sbCell.selected {
border-top: none;
border-bottom: none;
background: #f6f108;
}
.content .cpbQtyDisp .svButton {
display: block;
width: 64px;
line-height: 25px;
padding: 0;
margin: 0 auto;
font-size: 11px;
font-size: 0.6875rem;
background: #f1f1f1;
color: #afafaf;
}
.content .cpbQtyDisp .svButton:hover {
background: #ed028a;
color: #fff;
}
.content .cpbQtyDisp .svButton.selected {
background: #ed028a;
color: #fff;
}
.content .cpbQtyDisp input[type="radio"] {
display: none;
}

.content .prOptions #cartAdd {
margin-bottom: 20px;
margin-bottom: 1.25rem;
}
.content .prOptions.attrDisp #cartAdd {
text-align: center;
}
.content .prOptions #cartAdd input[type="text"] {
float: left;
max-width: 100px;
margin-right: 12px;
margin-right: 0.75rem;
height: 54px;
height: 3.375rem;
}
.content .prOptions #cartAdd input[type="submit"] {
font-size: 16px;
font-size: 1rem;
}
.content .prOptions #cartAdd input[type="submit"].inactive {
background: #cecece;
cursor: default;
}
.content .prOptions #cartAdd #a2cLoad {
float: left;
padding: 10px 60px;
}
.content .prOptions #cartAdd #attrMsg {
font-size: 12px;
font-size: 0.75rem;
color: #ff0000;
line-height: 40px;
line-height: 2.5rem;
margin: 0;
padding: 0;
}
.content .prOptions #cartAdd .minQty {
clear: both;
font-size: 14px;
font-size: 0.875rem;
font-weight: 700;
}

.content .prInfoPanel {
overflow: hidden;
border: 1px solid #e0e0e0;
border-bottom: none;
margin-top: 10px;
margin-top: 0.625rem;
margin-bottom: 32px;
margin-bottom: 2rem;
}
.content .prPanel {
border-bottom: 1px solid #e0e0e0;
}
.content .prPanel h2 {
font-family: 'Open Sans', Arial, Verdana, Sans Serif;
font-size: 16px;
font-size: 1rem;
letter-spacing: normal;
padding: 0;
margin: 0;
}
.content .prPanel h2 a {
text-decoration: none;
display: block;
color: #474747;
padding: 28px 20px;
padding: 1.75rem 1.25rem;
position: relative;
}
.content .prPanel h2 a:after {
content: '';
height: 0;
width: 0;
border: 5px solid transparent;
border-top-color: #3f3f3f;
position: absolute;
right: 20px;
top: 50%;
margin-top: -3px;
}
.content .prPanel.open h2 a:after {
border-top-color: transparent;
border-bottom-color: #3f3f3f;
position: absolute;
right: 20px;
top: 50%;
margin-top: -8px;
}
.content .prPanel .prPanelContent {
display: none;
padding: 0 20px;
padding: 0 1.25rem;
}
.content .prPanel.open .prPanelContent {
display: block;
}

.content .prodSellingPoints {
font-size: 12px;
font-size: 0.75rem;
}
.content .prodSellingPoints .prBadges {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.content .prodSellingPoints .prBadge {
max-width: 126px;
flex-basis: 23%;
text-align: center;
}
.content .prodSellingPoints .prBadge img {
margin-bottom: 16px;
margin-bottom: 1rem;
max-width: 100%;
height: auto; 
}
.content .prodSellingPoints .prBadge p {
line-height: 1.3;
margin: 0 0 16px 0;
margin: 0 0 1rem 0;
padding: 0;
}
.content .prodSellingPoints .ShipDisclaim {
color: #adadad;
}

/*________ LOGIN / SIGNUP ________*/

.content .loginForm {
margin-bottom: 32px;
margin-bottom: 2rem;      
}
.content form #lg_login {
margin-right: 5px;
}

.content .forgotPassword {
font-size: 91%;
}

.content .alert {
text-align: right;
overflow: hidden;
font-weight: bold;
margin-bottom: 5px;
}
.content .chk-field.street_address,
.content .chk-field.suburb {
margin-bottom: 4px;
margin-bottom: 0.25rem;  
}
.content p.poBox {
    font-size: 10px;
    font-weight: 400;
    margin: 0 0 0.5rem;
    padding: 2px 0 0;
}

/*________ ACCOUNT SUCCESS ________*/

#createAcctSuccess legend,
#addressBookDefault legend {
display: none;
}

#createAcctSuccess fieldset {
border: 0;
margin-bottom: 20px;
} 

#createAcctSuccess address {
float: left;
margin-right: 50px;
margin-bottom: 10px;
}

#createAcctSuccess .forward a {
margin-bottom: 5px;
}

#createAcctSuccess .addressBookDefaultName {
clear: both;
}

/*________ MY ACCOUNT ________*/

#accountDefault p.forward {
float: right;
}

#accountDefault table {
margin-bottom: 15px;
}

#accountDefault table tr th,
#accountHistInfo table tr th {
color: #fff;
background: #555555;
border-bottom: 1px solid #e6e6e6;
padding: 5px;
text-align: left;
}

#accountDefault table tr td,
#accountHistInfo table tr td {
border-bottom: 1px solid #e6e6e6;
padding: 10px 5px;
text-align: left;
}

#accountHistInfo #orderTotals {
padding-top: 5px;
}

#accountHistInfo p.forward {
float: right;
font-size: 91%;
}

#accountHistInfo #myAccountShipInfo {
float: left;

width: 50%;
}

#accountHistInfo #myAccountShipInfo,
#accountHistInfo #myAccountPaymentInfo {
padding: 20px 0;
}

#accountHistInfo p.shipBill {
font-weight: bold;
font-size: 116%;
padding: 7px 0 3px 0;
color: #fff;
}

#accountHistoryDefault fieldset {
border: 0;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #e6e6e6;
}

#accountHistoryDefault legend {
margin-bottom: 3px;
font-weight: bold;
}

#accountHistoryDefault .view {
float: right;
}

#accountHistInfo #orderTotals .forward {
margin-bottom: 5px;
padding: 0 5px 5px 5px;
border-bottom: 1px solid #e6e6e6;

}

#accountHistInfo #orderTotals .forward img {
display: inline;
}

#accountHistInfo #orderTotals .amount {
float: right;
clear: right;
font-weight: bold;
border-bottom: 1px solid #e6e6e6;
}

#dcRedeem {
margin-bottom: 20px;  
}

/*________ ADDRESS BOOK ________*/

#addressBookDefault address {
margin-bottom: 15px;
}

#addressBookDefault fieldset {
border: 0;
}

#content #addressBookDefault .alert {
text-align: right;
margin-bottom: 5px;
float: none;
}

#addressBookDefault fieldset .address {
overflow: hidden;
border-bottom: 1px dotted #e6e6e6;
margin-bottom: 15px;
clear: right;  
}

#addressBookDefault fieldset address {
float: left;
}

#addressBookDefault .forward {
float: right;
}

#addressBookDefault .forward a {
margin-bottom: 5px;
}

.content .chAddress {
margin-bottom: 16px;
margin-bottom: 1rem;
overflow: hidden;      
}
.content .chAddress input[type="radio"] {
float: left;
margin: 2px 4px 0 0;  
}
.content .chAddress label {
display: block;
overflow: hidden;
float: none;
width: auto;
margin: 0;
line-height: normal;
}

/*________ FAQ ARCHIVE PAGE ________*/

.faqArchive .stickyContainer > .content {
width: 75%;
float: left;
}
.faqArchive .stickyContainer .sidebar {
width: 25%;
float: right;
}
.faqContainer {
padding: 0 0 20px;
padding: 0 0 1.25rem;
}
.faqContainer .faq {
}
.faqContainer .faq h4 {
line-height: 2;
margin-bottom: 0;
}
.faqContainer .faq h4 a {
text-decoration: none;
display: block;
border-bottom: 1px solid #e8e8e8;
padding: 8px 12px;
padding: 0.5rem 0.75rem;

display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-align-items: center;
align-items: center;
}
.faqContainer .faq h4 a .icon {
width: 20px;
width: 1.25rem;
height: 20px;
height: 1.25rem;
overflow: hidden;
margin: 0 24px 0 0;
margin: 0 1.5rem 0 0;
position: relative;
border-radius: 50%;
border: 2px solid #3f3f3f;
border: 0.125rem solid #3f3f3f;
display: block;

-webkit-flex-grow: 0;
flex-grow: 0;
-webkit-flex-shrink: 0;
flex-shrink: 0;
}
.faqContainer .faq h4 a .icon:before,
.faqContainer .faq h4 a .icon:after {
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-ms-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
transition: all 0.1s linear;
background-color: #3f3f3f;
display: block;

position: absolute;
margin: auto;
content: '';

top: 0;
left: 0;
right: 0;
bottom: 0;
}
.faqContainer .faq h4 a:hover .icon,
.faqContainer .faq.show h4 a .icon {
border: 2px solid #ec008c;
border: 0.125rem solid #ec008c;
}
.faqContainer .faq h4 a .icon:before {
width: 2px;
width: 0.125rem;
height: 10px;
height: 0.625rem;
}
.faqContainer .faq h4 a .icon:after {
height: 2px;
height: 0.125rem;
width: 10px;
width: 0.625rem;
}
.faqContainer .faq h4 a:hover .icon:before,
.faqContainer .faq.show h4 a .icon:before,
.faqContainer .faq h4 a:hover .icon:after,
.faqContainer .faq.show h4 a .icon:after {
background-color: #ec008c;
}

.faqContainer .faq.show h4 a .icon {
transform: rotate(45deg);
}

.faqContainer .faq h4 a .text {
overflow: hidden;
display: block;
}
.faqContainer .faq .faqContent {
height: 0;
opacity: 0;
overflow: hidden;
padding: 0 0 0 60px;
padding: 0 0 0 3.75rem;
border-bottom: 1px solid #e8e8e8;
}
.faqContainer .faq.show .faqContent {
height: auto;
opacity: 1;
padding: 20px 0 0 60px;
padding: 1.25rem 0 0 60px;
}
.faqArchive .sidebar .section {
padding: 0 28px;
padding: 0 1.75rem;
}

/*________ CAREER PAGE ________*/

.singleCareer .career .featImgSingle {
padding-bottom: 20px;
padding-bottom: 1.25rem;
}
.singleCareer .career .titleContainer {
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: wrap;
align-items: flex-end;
border-bottom: 1px solid #e8e8e8;
padding-bottom: 10px;
padding-bottom: 0.625rem;
margin-bottom: 10px;
margin-bottom: 0.625rem;
}
.singleCareer .career h1 {
padding-bottom: 4px;
padding-bottom: 0.25rem;
margin: 0 auto 0 0;
}


/*________ CONTACT US ________*/

.content .contactInfo {
float: right;
width: 27%;
margin-left: 12%;
}
.content .contactContainer #fc_enquiry_form {
overflow: hidden;      
}
.content .contactContainer .fc_container form.elab_form fieldset {
margin-right: -2%;
}
.content .contactContainer .fc_container form.elab_form fieldset .fieldwrap.textarea {
width: 98%;
margin-right: 2%;
}
.mapContainer {
  position: relative;
  width: 100%;
  height: 460px;
  height: 28.75rem;
  z-index: 4;
}
.constrainSlider.page-template-pages-contact .mapContainer {
  max-width: 1200px;
  max-width: 75rem;
  margin: 0 auto;
}
.mapContainer .locationCanvas {
  width: 100%;
  height: 100%;
  position: absolute;
}
.mapContainer img {
  max-width: none;
}
.mapContainer .gm-style-iw {
  color: #ec008c;
}


/*________ QUOTE FORM ________*/

.quoteTitle {
display: inline-block;
}
.chartButton {
display: inline-block;
float: right;
}
.quoteContainer fieldset .fieldsetTitle {
margin: 20px 0;
margin: 1.25rem 0;
}
.quoteContainer fieldset p {
width: 100%;
clear: both;
}
.quoteContainer fieldset[id*="fs_product_details"] div.double{
width: 100%;
}
/*Custom Printed Balloons*/
.quoteContainer fieldset[id*="fs_custom_printed_balloons"] div[id*="cnt_4_cpb_print_color"],
.quoteContainer fieldset[id*="fs_custom_printed_balloons"] div[id*="cnt_4_cpb_balloon_color"],
.quoteContainer fieldset[id*="fs_custom_printed_balloons"] div[id*="cnt_4_cpb_print_direction"],
.quoteContainer fieldset[id*="fs_custom_printed_balloons"] div[id*="cnt_4_cpb_quantity"] {
clear: both;
}
.quoteContainer fieldset div[id*="print_direction"] .inputwrap input {
display: none;
}
.quoteContainer fieldset div[id*="print_direction"] .inputwrap .neckDown,
.quoteContainer fieldset div[id*="print_direction"] .inputwrap .neckUp {
border: 2px solid #d2d2d2;
display: inline-block;
width: 92px;
padding: 6px 12px;
border-radius: 4px;
margin: 0 6px 6px;
cursor: pointer;
margin: 0 6px;
}

.quoteContainer fieldset div[id*="print_direction"] .inputwrap span:hover, 
.quoteContainer fieldset div[id*="print_direction"] .inputwrap span.selected {
    border-color: #ec008c;
}
.quoteContainer fieldset div[id*="print_direction"] {
  width: 100%;
    }

/*.quoteContainer fieldset[id*="fs_custom_printed_balloons"] div[id*="cnt_4_cpb_print_direction_options"] .radiowrap.selected label span {
border-color: #ec008c;
}*/
.quoteContainer fieldset div[id*="print_direction"] .inputwrap span img {
width: 100%;
height: auto;
}
/*Custom Printed Foil Balloons*/
.quoteContainer fieldset[id*="fs_custom_printed_foil_balloons"] div[id*="cnt_5_cpfb_print_color"],
.quoteContainer fieldset[id*="fs_custom_printed_foil_balloons"] div[id*="cnt_5_cpfb_balloon_color"] {
clear: both;
}
/*Shirts*/ 
.quoteContainer fieldset[id*="fs_shirts"] div[id*="cnt_8_shrts_quantity"],
.quoteContainer fieldset[id*="fs_shirts"] div[id*="cnt_8_shrts_print_requirements"] {
clear: both;
}
.quoteContainer fieldset[id*="fs_shirts"] div[id*="cnt_8_shrts_sizes"].multicheckbox {
clear: both;
display: block;
border-top: 1px inset #fefefe;
padding-top: 16px;
padding-top: 1rem;
}
.quoteContainer .statusMsg {
padding-top: 88px;
padding-top: 5.5rem;
bottom: initial;
}

/*________ FORMS ________*/

form,
.wrapper form.elab_form * {
 font-family: 'Open Sans', Arial, Verdana, Sans Serif; 
}
form fieldset {
  border: none;
}
form fieldset legend {
  display: none;
}
form label {
  display: block;
  margin: 0 0 2px 0;
  margin: 0 0 0.125rem 0;
}
form label.checkbox {
  margin: 0 0 8px 0;
  margin: 0 0 0.5rem 0;
}
form input[type="text"],
form input[type="password"],
form input[type="email"],
form select,
form textarea {
  border: 2px solid #e1e1e1;
  color: #414141;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  font-family: 'Open Sans', Arial, Verdana, Sans Serif;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 16px;
  padding: 0 1rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  margin: 0 0 0.625rem 0;
}
form select {
  padding: 6px;
  padding: 0.375rem;
}
form label input {
  margin-right: 5px;
  margin-right: 0.3125rem;
}
form.shopForm fieldset label {
  float: left;
  width: 22%;
  margin-right: 2%;
  line-height: 40px;
  line-height: 2.5rem;
}
form.shopForm fieldset input[type="text"],
form.shopForm fieldset input[type="email"],
form.shopForm fieldset input[type="number"],
form.shopForm fieldset input[type="password"],
form.shopForm fieldset select,
form.shopForm fieldset textarea {
  width: 76%;
}
form.shopForm fieldset label.checkbox {
  width: auto;
  float: none;
  text-align: left;
  margin-right: 0;
  padding: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
}
form.shopForm fieldset label.checkbox input {
  width: auto;
  display: inline-block;
  vertical-align: top;
}

form.shopForm fieldset label.checkbox,
form.shopForm input[type="submit"] {
  margin-left: 24%;
}

.content .field {
display: block;
overflow: hidden;
width: 100%;
margin-bottom: 10px;
margin-bottom: 0.625rem;  
}
.content .field.col2 {
width: 48%;
margin-right: 4%;
float: left; 
}
.content .field.col3 {
width: 32%;
margin-right: 2%;
float: left; 
}
.content .field.right {
margin-right: 0;  
}
.content .field.cBox {
clear: both;  
}
.content .field label {
float: none;
clear: none;
display: block;
margin: 0 0 4px 0;
margin: 0 0 0.25rem 0;
padding: 0;
text-align: left;
width: 100%;
line-height: normal;  
}
.content .field.cBox label {
margin: 0;
line-height: 1;  
}
.content .field input[type="text"],
.content .field input[type="password"],
.content .field select {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 4px;
padding: 0.25rem;
margin: 0;
width: 100%;  
}
.content .field input[type="checkbox"] {
padding: 0;
width: auto;    
}
.content .field.cBox input[type="checkbox"] {
float: left;
margin-right: 4px;
}
.content .fieldCols input[type="submit"] {
margin-left: 0;    
}
.content .fgpass {
float: right;  
}

/*________ CHECKOUT FIELDS ________*/

.content .chk-field {
position: relative;
border: 1px solid #d9d9d9; 
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 4px;
height: 48px;
height: 3rem;
margin-bottom: 12px;
margin-bottom: 0.75rem;
}
.content .chk-field.col2 {
width: 49%;
margin-right: 2%;
}
.content .chk-field.col2.right {
margin-right: 0;  
}
.content .chk-field.active {
border-color: #1990c6;  
}
.content .chk-field label {
position: absolute;
top: 2px;
top: 0.125rem;
left: 8px;
left: 0.5rem;
z-index: 1;
font-size: 13px;
font-size: 0.8125rem;
color: #999;
white-space: nowrap;
cursor: text;
pointer-events: none;
opacity: 0;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.content .chk-field.show-label label {
opacity: 1;
transform: none;  
}
.content .chk-field input[type="text"],
.content .chk-field input[type="password"],
.content .chk-field select {
padding: 8px;
padding: 0.5rem;
height: 46px;
height: 2.875rem;
line-height: 46px;
line-height: 2.875rem;
border: 0;
font-size: 15px;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;  
}
.content .chk-field.show-label input[type="text"],
.content .chk-field.show-label input[type="password"],
.content .chk-field.show-label select {
padding: 14px 8px 0;
padding: 0.875rem 0.5rem 0;
}
.content .chk-field.show-label select {
appearance:none;
-moz-appearance: none;
-webkit-appearance: none;
background: url("/images/chk-field-dropdown-arrow.svg") no-repeat 95% center;
line-height: normal;
}
.content .chk-field.show-label select:focus {
text-shadow: 0 0 0 #000;
}

.content .chk-field.country,
.content .chk-field.state {
width: 37%;   
}
.content .chk-field.postcode {
width: 22%;        
}
      
/*________ FOOTER ________*/

.footer {
overflow: hidden;
padding: 32px 0;
padding: 2rem 0;
}
.footer .wideWrapper {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: center;
align-items: center;
}

.footer ul {
list-style-type: none;
}
.footer .ballLogos li {
display: inline-block;
vertical-align: middle;
margin-right: 20px;
margin-right: 1.25rem;
}
.footer .ballLogos img {
max-width: 100px;
max-height: 50px;
width: auto;
height: auto;
}
.footer .navContainer {
text-align: center;
}
.footer .footNav {
font-size: 14px;
font-size: 0.875rem;
overflow: hidden;
margin-bottom: 6px;
margin-bottom: 0.375rem;
}
.footer .footNav li {
padding: 0 10px;
padding: 0 0.625rem;
position: relative;
}
.footer .footNav li:after {
content: '';
display: block;
width: 1px;
height: 14px;
height: 0.875rem;
position: absolute;
top: 0;
right: 0;
bottom: 0;
margin: auto;
background-color: #d9d9d9;
}
.footer .footNav li:last-child:after {
display: none;
}
.footer .footNav li a {
text-decoration: none;
}
.footer .footNav li a:hover {
text-decoration: underline;
}
.footer .footNav.main {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.footer .copy {
color: #c7a2b7;
font-size: 12px;
font-size: 0.75rem;
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;   
}
.footer .copy a {
color: #c7a2b7;
text-decoration: none;  
}
.footer .copy a:hover {
text-decoration: underline;  
}
.footer .social li a.facebook {
width: 24px;
width: 1.5rem;
height: 24px;
height: 1.5rem;
display: block;
}
.footer .social li a.twitter {
width: 24px;
width: 1.5rem;
height: 20px;
height: 1.25rem;
display: block;
}
.footer .social li a.instagram {
width: 25px;
width: 1.5625rem;
height: 24px;
height: 1.5rem;
display: block;
}
.footer .social li a.pinterest {
width: 19px;
width: 1.1875rem;
height: 1.5rem;
display: block;
}
.footer .social li a.googlePlus {
width: 27px;
width: 1.6875rem;
height: 18px;
height: 1.125rem;
display: block;
}
.footer .social li a.youTube {
width: 28px;
width: 1.75rem;
height: 19px;
height: 1.1875rem;
display: block;
}

.footer .social li {
margin-left: 16px;
margin-left: 1rem;
display: inline-block;
vertical-align: middle;
}
    
/*________ MISC ________*/

.wrapper .hide,
.wrapper .contentContainer .hide,
.wrapper .contentContainer .content .hide,
.hide,
.clearBoth {
  display: none;
}
.clearLeft {
clear: left;  
}

.animate,
.animate::after {
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-ms-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
transition: all 0.1s linear;  
}
.animate2,
.animate2::after {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;      
}
.animate3,
.animate3::after {
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;      
}

.svButton,
form input[type="submit"],
.wideWrapper form.elab_form button[type="submit"] {
font-family: 'Open Sans', Arial, Verdana, Sans Serif;
font-weight: 700;
font-size: 16px;
font-size: 1rem;    
background: #faef04;
color: #251c21;
padding: 0 32px;
padding: 0 2rem;
line-height: 54px;
line-height: 3.375rem;
border: 0;  
display: inline-block;
overflow: hidden;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
text-decoration: none;
border-radius: 8px;
border-radius: 0.5rem;
outline: none;
-webkit-appearance: none;
}
.svButton.green {
background: #10bd29;
color: #fff;
}
.svButton:hover,
.wideWrapper form.elab_form button[type="submit"]:hover {
background: #ec008c;
cursor: pointer;
color: #fff;
text-decoration: none;
}
.svButton.small {
padding: 0;
width: 60px;
text-align: center;
font-size: 83%;
text-transform: none;
display: block;
line-height: 32px;
line-height: 2rem;
}

.svButton.pinky {
background: #ec008c;
color: #fff;
}
.svButton.pinky:hover {
background: #faef04;
color: #251c21;
}
.svButton.secondary {
background: #cccccc;
color: #000;
}
.svButton.secondary:hover {    
background: #696969;
color: #fff;
}


.svButton.soldOut,
.svButton.soldOut:hover {
background: #ee4f4f;
cursor: default;  
}

.messageStackCaution,
.messageStackError,
.messageStackSuccess,
.messageStackWarning {
color: #fff;
padding: 10px;
margin-bottom: 10px;
overflow: hidden;
font-size: 14px;
font-size: 0.875rem;

}
.messageStackCaution img,
.messageStackError img,
.messageStackSuccess img,
.messageStackWarning img {
float: left;
margin-right: 10px;
}
.messageStackCaution,
.messageStackWarning {
background: #cfd100;
}
.messageStackError {
background: #e51f1f;
}
.messageStackSuccess {
background: #22c302;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes spzoom {
    0% {
        -webkit-transform: scale(1,1);
    }
    20% {
        -webkit-transform: scale(1.05,1.05);
    }
    100% {
        -webkit-transform: scale(1,1);
    }
}

/* Standard syntax */
@keyframes spzoom {
    0% {
        transform: scale(1,1);
    }
    20% {
        transform: scale(1.05,1.05);
    }
    100% {
        transform: scale(1,1);
    }
}

/*________ Responsive Structure ________*/

/* 1920px */
@media (max-width: 120em) {
    .wideWrapper {
    padding: 0 16px;
    padding: 0 1rem;
    }
}

/* 1800px */
@media (max-width: 112.5em) {
    .content .productsListing .product {
    width: 16.73913043478261%;
    }
}

/* 1460px */
@media (max-width: 91.25em) {
    .content .productsListing .product {
    width: 21.73913043478261%;
    }
    .footer .navContainer {
    margin-right: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    order: 3;
    }
    .footer .footNav li {
    padding: 0 10px 14px;
    padding: 0 0.625rem 0.875rem;
    }
    .footer .footNav li:after {
    top: -12px;
    top: -0.75rem;
    }
    .footer .ballLogos,
    .footer .social {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    }
    .footer .ballLogos {
        order: 1;
    }
    .footer .social {
        order: 2;
    }
    .footer .ballLogos li,
    .footer .social li {
        margin: 0 8px;    
    }
    .footer .ballLogos li img {
        max-width: 80px;
        max-height: 40px;
    }
    .footer .social,
    .footer .copy {
    text-align: center;
    }
}

/* 1100px */
@media (max-width: 68.75em) {
    .content .featuredCatsV2 .featCat {
        max-width: none;
        flex-basis: 46%;
    }
    .xSellWrap .content .productsListing .product {
        flex-basis: 47%;
    }
}

/* 976px */
@media (max-width: 61em) {
    .wrapper,
    .header .wrapper {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    }
    .blogIntro {
    padding-bottom: 0;
    }
    .blogIntro .blogPanel, 
    .blogIntro .introPanel {
    float: none;
    width: 100%;
    padding: 0;
    }
} 
    
/* 800px */
@media (max-width: 50em) {
    .content .featuredCats .featCat {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #dfdfdf !important;
    }
    .footer {
    text-align: center;
    }
}

/* 700px */
@media (max-width: 43.75em) {
    /*________ HEADER ________*/

    .header .utility {
        text-align: center;
    }
    .header .utility ul {
        float: none;
    }
    .header .headMsgs {
        display: none;
    }
    /*________ HEADER FIXED ________*/
    
    .scrolled .utility {
        display: none;
    }
    .scrolled .shopNav {
        padding-top: 0;
    }
    .scrolled .shopNav .wrapper {
        flex-wrap: wrap;
    }
    .scrolled .shopNav .logoSiteWh {
        display: block;
        padding: 8px 0 8px 0;
        margin-bottom: 8px;
        border-bottom: 1px solid #ff68bb;
    }
    .scrolled .shopNav .categoryNav {
        width: calc(100% - 94px);
        text-align: right;
        margin-left: auto;
        padding-bottom: 4px;
        margin-bottom: 8px;
        border-bottom: 1px solid #ff68bb;
    }
    .scrolled .shopNav .mobileNav.browse {
        display: none;   
    }
    .scrolled .shopNav .mobileNav.menu {
        display: block;
        background-color: transparent;
        margin-left: auto;
        width: 26px;
    }
    .scrolled .shopNav .phone {
        margin-left: 0;
    }
    .scrolled .shopNav .prodSearch {
        margin-left: auto;
    }
    .scrolled .shopNav .productSearch {
        top: 103px;
    }
    /*________ HOME ________*/

    .homeText .wrapper {
        display: block;
    }
    .homeText h2 {
        width: auto;
        padding-bottom: 20px;
        padding-bottom: 1.25rem;
    }
    .homeText p {
        width: auto;
    }
}
        
/* 640px */
@media (max-width: 40em) {
    .content {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
    margin: 0 0 1.25rem 0;
    }
    .sidebar {
    width: 100%;
    float: none;
    text-align: center;
    }
    .content .imagesArea,
    .content .productsInfo {
    float: none;
    overflow: hidden;
    width: 100%;
    margin-right: 0; 
    }
    .content .imagesArea {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    }
    .content .contactInfo {
    float: none;
    width: 100%;
    margin-left: 0;
    }
    form.shopForm fieldset label {
    width: 33%;
    margin-right: 2%;
    }
    form.shopForm fieldset input[type="text"],
    form.shopForm fieldset input[type="email"],
    form.shopForm fieldset input[type="number"],
    form.shopForm fieldset input[type="password"],
    form.shopForm fieldset select {
    width: 65%;
    }
    form.shopForm fieldset label.checkbox,
    form.shopForm input[type="submit"] {
    margin-left: 35%;
    }
    .content .featuredCatsV2 .featCat {
        flex-basis: 100%;
        max-width: 450px;
        margin: 0 auto;
    }
}
/* 540px */
@media (max-width: 33.75em) {
    .home .contentArea .content .slideWrap {
        max-height: 100%; 
    }
}
/* 500px */
@media (max-width: 31.25em) {
    .featuredCats .featCat .catImg, 
    .featuredCats .featCat .featCatInfo {
    display: block;
    }
    .featuredCats .featCat .catImg {
    width: 100%;
    height: auto;
    position: static;
    margin: 0;
    }
    .featuredCats .featCat .catImg img {
    position: static;
    margin: 0 auto;
    }
    .featuredCats .featCat .featCatInfo {
    width: 100%;
    }
    .content .featureProds .productsListing .product {
    margin: 0 10px;
    }
    .xSellWrap .content .productsListing .product {
        flex-basis: 87%;
    }
    .content .post .postThumb,
    .blogIntro .postThumb {
    float: none;
    margin: 0;
    }
    .content .post .postThumb img,
    .blogIntro .postThumb img {
    margin: 0 auto 12px;
    margin: 0 auto 0.75rem;
    }
    .blogIntro .newsletter form fieldset {
    float: none;
    width: 100%;
    }
    .blogIntro .newsletter form .fieldwrap {
    float: none;
    width: 100%;
    margin: 0 0 12px 0;
    margin: 0 0 0.75rem 0;
    }
    .blogIntro .newsletter form.elab_form button[type="submit"] {
    width: 136px;
    }
    .content .field {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    float: none !important;
    }
}

/* 480px */
@media (max-width: 30em) {
    .content .productsListing .product {
    width: 38%;
    margin-left: 6%;
    margin-right: 6%;
    }
    .content .productsImage .imgHolder {
    height: 320px;    
    height: 20rem;       
    }
    .content .prodSellingPoints .prBadge {
    flex-basis: 48%;
    }
    .svButton,
    form input[type="submit"] {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    }
    .quoteTitle {
    display: block;
    }
    .chartButton {
    float: none;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    }
    .quoteContainer form.elab_form div.double {
    width: 100%;
    }
    /*________ HOME ________*/

    .homeText h2 {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

/* 400px */
@media (max-width: 25em) {
    /*________ HEADER (MOBILE / FIXED) ________*/
    
    .shopNav .wrapper {
        justify-content: space-between;
    }
    .shopNav .quote {
        margin: 0;
        padding: 0 12px;
        padding: 0 0.75rem;   
    }
    .scrolled .shopNav .prodSearch,
    .mobile .shopNav .prodSearch,
    .shopNav .prodSearch {
        margin-left: 0;
    }

    .content .productsListing .product,
    .content .productsListing .product.right,
    .content.full .productsListing .product {
    width: 100%;
    max-width: 265px;
    max-width: 16.5625rem;
    float: none;
    margin-left: auto;
    margin-right: auto;
    }
    .content .productsListing .product .prodImg {
    height: 265px;
    height: 16.5625rem; 
    }
    .content .productsImage .imgHolder {
    height: 288px;    
    height: 18rem;       
    }
    .content .prodSellingPoints .prBadges {
    justify-content: space-evenly;
    }
    form.shopForm fieldset label {
    width: 100%;
    margin-right: 0%;
    text-align: left;
    float: none;
    padding-top: 0;
    }
    form.shopForm fieldset input[type="text"],
    form.shopForm fieldset input[type="email"],
    form.shopForm fieldset input[type="number"],
    form.shopForm fieldset input[type="password"],
    form.shopForm fieldset select {
    width: 100%;
    }
    form.shopForm fieldset label.checkbox,
    form.shopForm input[type="submit"] {
    margin-left: 0%;
    }
    .content .contactContainer .fc_container form.elab_form div.double {
    width: 98%;
    margin-right: 0;
    float: none;
    }
}

/*! Hint.css (base version) - v1.3.3 - 2014-07-06
* http://kushagragour.in/lab/hint/
* Copyright (c) 2014 Kushagra Gour; Licensed MIT */

.hint,[data-hint]{position:relative;display:inline-block}.hint:before,.hint:after,[data-hint]:before,[data-hint]:after{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0ms;-moz-transition-delay:0ms;transition-delay:0ms}.hint:hover:before,.hint:hover:after,.hint:focus:before,.hint:focus:after,[data-hint]:hover:before,[data-hint]:hover:after,[data-hint]:focus:before,[data-hint]:focus:after{visibility:visible;opacity:1}.hint:hover:before,.hint:hover:after,[data-hint]:hover:before,[data-hint]:hover:after{-webkit-transition-delay:100ms;-moz-transition-delay:100ms;transition-delay:100ms}.hint:before,[data-hint]:before{content:'';position:absolute;background:transparent;border:6px solid transparent;z-index:1000001}.hint:after,[data-hint]:after{content:attr(data-hint);background:#383838;color:#fff;padding:8px 10px;font-size:12px;line-height:12px;white-space:nowrap}.hint--top:before{border-top-color:#383838}.hint--bottom:before{border-bottom-color:#383838}.hint--left:before{border-left-color:#383838}.hint--right:before{border-right-color:#383838}.hint--top:before{margin-bottom:-12px}.hint--top:after{margin-left:-18px}.hint--top:before,.hint--top:after{bottom:100%;left:50%}.hint--top:hover:after,.hint--top:hover:before,.hint--top:focus:after,.hint--top:focus:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom:before{margin-top:-12px}.hint--bottom:after{margin-left:-18px}.hint--bottom:before,.hint--bottom:after{top:100%;left:50%}.hint--bottom:hover:after,.hint--bottom:hover:before,.hint--bottom:focus:after,.hint--bottom:focus:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--right:before{margin-left:-12px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:before,.hint--right:after{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before,.hint--right:focus:after,.hint--right:focus:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{margin-right:-12px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:before,.hint--left:after{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:bef


