



body, h1, h2, h3, h4, p, ul, ol, span, div, main, section, footer, figure{
	margin: 0;
	padding:0;
}

body{
  font-family: "proxima-nova", Arial, Helvetica, Sans-Serif;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

section.isi:after,
section.isi:before{
  content: '';
  display: block;
  position: absolute;
  float: none;
}

section.isi:after{
  background: #2d5697;
  top: 0px;
  left: 0px;
  height: 7px;
  width: 100%;
}
section.isi:before{
  background: #fff;
  top: 100%;
  width: 100%;
  height: 100vh;
}
section.isi span.isi-head{
	color:#67b4e4;
}

section.isi p strong{
	color:#333;
	font-weight: 700;
}

section.isi p.footnote{
	font-size: 14px;
	line-height: 1.43;
  /*letter-spacing: 0.4px;*/
}


section.isi,
#main{
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8;
  /*letter-spacing: 1.1px;*/
}
section.isi{
  /*letter-spacing: 0px;*/
}

@media screen and (min-width: 768px){
  .o-mobile{
    display: none !important;
  }
}
@media screen and (max-width: 768px){
  section.isi,
  #main{
    font-size: 16px;
    line-height: 1.5;
    /*letter-spacing: 0.4px;*/
  }
  .o-desktop{
    display: none !important;
  }
}
sup{
  position: relative;
  font-size: .65em;
  line-height: 0em;
  text-transform: none;
  vertical-align: super;
}
#main .o-content .o-fancy sup{
  font-size: 30px;
  top: -5px;
}

#main .o-content h1,
#main .o-content h2,
#main .o-content h3,
#main .o-content h4,
#main .o-content p,
#main .o-content .o-p,
#main .o-content ol,
#main .o-content ul,
#main .o-content li{
  margin: 0px;
  padding: 0px 0px 30px;
}
#main .o-content h1,
#main .o-content h2,
#main .o-content .o-h2{
  color: #2b5698;
  line-height: normal;
  line-height: 1.5;
  font-weight: bold;
  font-size: 50px;
}
#main .o-content h2,
#main .o-content .o-h2{
  font-size: 30px;
  font-style: normal;
  font-stretch: normal;
  /*letter-spacing: normal;*/
}
#main .o-content h2.o-header,
#main .o-content .o-h2.o-header{
  padding-bottom: 0px !important;
}
#main .o-content h1.o-fancy,
#main .o-content h2.o-fancy,
#main .o-content .o-fancy{
  font-family: 'Rum Raisin', sans-serif;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0.6px;
  padding: 0px 0px 50px;
  font-weight: normal;
  color: #2b5698;
}
#main .o-content h1.o-fancy strong,
#main .o-content h2.o-fancy strong,
#main .o-content .o-fancy strong{
  font-weight: normal;
}
#main .o-content h2 small,
#main .o-content .o-fancy small{
  font-family: "proxima-nova", Arial, Helvetica, Sans-Serif;
  font-weight: 100;
  color: #333;
  font-size: 22px;
}
#main .o-content h1 strong,
#main .o-content h2 strong,
#main .o-content h1 em,
#main .o-content h2 em,
#main .o-content .o-h2 em,
#main .o-content .o-blue-light,
#main .o-content li strong,
#main .o-content p strong,
#main .o-content .o-p strong,
#main .o-content p a,
#main .o-content .o-p a,
.o-content p a,
.o-content .o-p a,
#main .o-content li a,
#main .o-content ul li:before{
  color: #62b5e5;
}
#main .o-content .o-p{
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  line-height: unset;
  font-family: inherit;
}
#main .o-content h2 + ul,
#main .o-content h3 + ul{
  margin-top: -20px;
}
#main .o-content h2.o-header + ul{
  margin-top: 10px;
}
p.o-footnote,
#main .o-content p.o-footnote{
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  /*letter-spacing: -0.1px;*/
}
#main .o-content p.o-hang{
  /*padding-left: 12px;*/
}
#main .o-content p.o-hang .o-hang{
  display: inline-block;
  position: relative;
  margin: 0px 0px 0px -10px;
  width: 10px;
  text-align: right;
}
#main .isi .o-content p strong,
#main .isi .o-content .o-p strong{
  color: inherit;
}
#main .o-content ul li{
  position: relative;
  list-style: none;
  padding: 0px 0px 18px 24px;
  clear: both;
}
#main .o-content ul li:before{
  content: '\2022';
  display: block;
  position: absolute;
  float: none;
  font-size: 28px;
  line-height: 0px;
  top: 0.65em;
  left: 0px;
}
#main .o-content ol{
  list-style-position: inside;
}
#main .o-content ol li{
  padding-bottom: 4px;
}
#main .o-content ol li span{
  padding-left: 10px;
}
#main .o-content .o-nopadbottom{
  padding-bottom: 0px !important;
}
#main .o-content .o-text-center{
  text-align: center;
}
#main .o-content .o-btn-treatment,
#main .o-content .o-btn-treatment strong{
  display: block;
  position: relative;
  float: left;
}
#main .o-content .o-btn-treatment{
  margin: 0px 0px 80px;
}
#main .o-content .o-btn-treatment strong{
  background: #ffb81c;
  padding: 10px 32px 10px 38px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
}
#main .o-content .o-btn-treatment span{
  font-size: 18px;
}
#main .o-content p.o-footnote{
  font-size: 10px;
  line-height: normal;
  padding-bottom: 4px;
}
#main .o-content p.o-footnote strong{
  font-weight: bold;
  color: inherit;
}
#main .o-nobrk{
  white-space: nowrap;
}
@media screen and (min-width: 768px){
  #main .o-centerimg{
    display: block !important;
    position: relative !important;
    float: none !important;

    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    transform: none !important;
  }
}
@media screen and (max-width: 768px){
  #main .o-content h1,
  #main .o-content h1.o-fancy,
  #main .o-content h2,
  #main .o-banner .o-content h1,
  #main .o-banner .o-content h2,
  #main .o-hero .o-content h1,
  #main .o-hero .o-content h2{
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
  }
  #main .o-content .o-fancy sup{
    font-size: 20px;
  }
  #main .o-content h2{
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
  }
  #main .o-content ul li:before{
    font-size: 20px;
    top: 0.55em;
  }
  #main .o-content .o-btn-treatment strong{
    padding-right: 12px;
    padding-left: 18px;
  }
  #main .o-mobile-centerimg{
    display: block !important;
    position: relative !important;
    float: none !important;

    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    height: auto !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    transform: none !important;
  }
  #main .o-mobile-centertext{
    text-align: center;
  }
  #main .o-mobile-lefttext{
    text-align: left !important;
  }
}
@media screen and (min-width: 850px){
  #main .o-nobrk-desktop{
    white-space: nowrap;
  }
}

#main section,
#main .o-clear,
#main .o-banner{
  clear: both;
}
#main,
#main section,
#main .o-banner,
#main .o-hero,
#main .o-column,
#main .o-content figure,
#main aside{
  display: block;
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
#main .o-content figure > h3,
#main .o-content figure > figcaption,
#main .o-content figure > figcaption p{
  clear: both;
}
#main .o-content figure > h3,
#main .o-content figure > figcaption p{
  text-align: center;
}
#main .o-content figure > h3{
  padding: 0px 0px 5px;
  color: #245598;
}
#main .o-content figure > h3 em{
  font-weight: normal;
  color: #000;
}
#main .o-content figure > figcaption p{
  font-size: 10px;
  line-height: normal;
  padding: 4px 0px 0px;
}
#main .o-content figure.video{
  max-width: 552px;
  /*border: 2px #dedede solid;*/
}
#main #o-home-four.o-content figure.video{
  border-radius: 12px;
}
#main #o-home-four.o-content figure.video:after{
  content: '';
  display: block;
  position: absolute;
  float: none;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 12px;
  border: 2px #dedede solid;
  box-sizing: border-box;
  pointer-events: none;
}
#main .o-content figure.video > div{
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding: 75% 0px 0px;
  overflow: hidden;
}
#main #o-home-four.o-content figure.video > div{
  border-radius: 12px;
}
#main .o-content figure.video.video916 > div{
  padding: 56.25% 0px 0px;
}
#main .o-content figure.video iframe{
  display: block;
  position: absolute;
  float: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
#main{
  background: #fff;
  padding: 94px 0px 0px;
  overflow: hidden;
}
#main .o-divider{
  background: url(../images/divider.png) top center/100% 32px no-repeat;
}
#main .o-divider.o-divider-bottom{
  background-position: bottom center;
}

#main .o-banner,
#main .o-hero{
  background: #f1f6f8;
  height: 355px;
  margin: 0px 0px 80px;
}
#main .o-banner img,
#main .o-hero img{
  display: block;
  position: absolute;
  float: none;
}
#main .o-banner .o-content,
#main .o-hero .o-content{
  height: 100%;
}
#main .o-banner .o-content div,
#main .o-hero .o-content div{
  display: block;
  position: relative;
  float: left;
  top: 50%;
  transform: translate(0px, -50%);
  width: 100%;
  max-width: 470px;
}
#main .o-hero .o-content div{
  width: calc(100% - 530px);
  max-width: none;
  min-width: 270px;
}
#main .o-banner .o-content p:last-child,
#main .o-banner .o-content ul:last-child,
#main .o-banner .o-content ul:last-child li:last-child{
  padding-bottom: 0px;
}

#main #o-banner-6in1,
#main #o-banner-fleas{
  background: #f1f6f8;
}
#o-banner-fleas.o-banner .o-content div{
  max-width: 550px;
}
#main #o-banner-6in1 img,
#main #o-banner-fleas img,
#main #o-banner-how img,
#main #o-banner-faq img,
#main #o-banner-compare img{
  top: 0px;
  right: 0px;
}
#main #o-banner-how,
#main #o-banner-faq{
  height: 395px;
}
#main #o-banner-how .o-content div,
#main #o-banner-faq .o-content div{
  /*max-width: 670px;*/
  width: calc(100% - 530px);
  max-width: auto !important;
}
#main #o-banner-compare .o-content div{
  max-width: 560px;
}
#main .o-banner .o-content h1,
#main .o-hero .o-content h1{
  padding: 0px;
}
@media screen and (max-width: 1150px){
  #main #o-banner-6in1 img{
    /*right: -200px;*/
    left: 120px;
    right: auto;
  }
}
@media screen and (max-width: 1050px){
  #main #o-banner-fleas img{
    right: -250px;
  }
}
@media screen and (max-width: 1150px){
  #main #o-banner-compare img{
    right: auto;
    left: 480px;
  }
}
@media screen and (max-width: 768px){
  #main .o-banner{
    height: auto;
    margin-bottom: 44px;
  }
  #main .o-banner .o-content{
    background: rgba(0,0,0,.4);
    float: left;
  }
  #main .o-banner .o-content > div{
    position: relative;
    float: left;
    width: 70%;
    min-width: 224px;
    top: auto;
    left: auto;
    transform: none;
    margin: 30px 0px;
  }
  #main .o-banner img{
    height: 100%;
    width: auto;
  }
  #main .o-banner .o-content h1,
  #main .o-banner .o-content h2,
  #main .o-banner .o-content p{
    color: #fff;
    text-align: left;
  }
  #main #o-banner-fleas img{
    right: -16%;
  }
  #main #o-banner-compare img{
    right: -10%;
    left: auto;
  }
  #main #o-banner-6in1 img{
    right: -200px;
    left: auto;
  }
  
  #main .o-hero{
    height: auto !important;
    margin-bottom: 30px;
  }
  #main .o-hero .o-content div{
    transform: none;
  }
  #main .o-hero .o-content h1{
    text-align: left;
    padding: 30px 0px;
  }
  #main .o-hero .o-content div{
    width: 70% !important;
    max-width: auto !important;
    min-width: auto !important;
  }
  #main #o-banner-how.o-hero img{
    margin-right: 0px;
  }

  /*
  #main .o-hero,
  #main .o-hero img,
  #main .o-hero .o-content,
  #main .o-hero .o-content div{
    display: block !important;
    position: relative !important;
    float: left !important;
    height: auto !important;
    width: 100%;
    top: auto;
    left: auto;
  }
  #main .o-hero{
    background: transparent;
    margin-bottom: 0px;
  }
  #main .o-hero img,
  #main .o-hero .o-content div{
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 100%;
  }
  #main .o-hero img{
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  #main .o-hero .o-content div{
    width: 100% !important;
    max-width: 100%;
  }
  #main .o-hero .o-content h1{
    width: 100%;
    padding: 5px 0px 20px;
    text-align: center;
  }
  #main #o-banner-how.o-hero img{
    margin-left: -25%;
    width: 125%;
  }
  #main #o-banner-faq.o-hero img{
    margin-left: -35%;
    width: 135%;
  }
  */
}
@media screen and (max-width: 400px){
  #main #o-banner-fleas img{
    right: -240px;
  }
  #main .o-hero .o-content div{
    /*width: 60% !important;*/
  }
  #main #o-banner-how.o-hero img{
    margin-right: -40px;
  }
}
@media screen and (max-width: 330px){
  #main #o-banner-how.o-hero img{
    display: none;
  }
}

.o-content,
#main .o-content,
.two-column-wide-narrow-pdp.navi .navi-container{
  display: block;
  position: relative;
  float: none;
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 0px 48px;
  max-width: 1300px;
  clear: both;
  /*
  padding: 0px 32px;
  max-width: 1268px;
  */
}
#main aside .o-aside-callout{
  display: block;
  position: relative;
  float: left;

  /*font-family: Gotham;*/

  margin: 0px 0px 44px;
}
#main aside .o-aside-callout h1,
#main aside .o-aside-callout h2,
#main aside .o-aside-callout h3,
#main aside .o-aside-callout p{
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  color: #000;
  padding: 0px;
  text-align: left !important;
}
#main aside .o-aside-callout p{
}
#main aside .o-aside-callout:last-child{
  margin-bottom: 55px;
}
#main aside .o-aside-callout img{
  display: block;
  position: relative;
  float: left;
  height: auto;
  max-width: 100%;
}
#main aside .o-aside-callout img:first-child,
#main aside .o-aside-callout .video{
  margin: 0px 0px 12px;
}
#main #aside-love-cats div{
  background: url(../images/footer-facebook.svg) top left/52px 52px no-repeat;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding: 0px 0px 0px 64px;
  text-align: left;
  max-width: 322px;
}
#main #aside-love-cats h4{
  font-size: 14px;
}
#main .o-btn-underline{
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  color: #000;
  margin: 6px 0px 0px;
  padding: 0px;
}
#main .o-btn-underline a{
  position: relative;
  color: #000;
  text-decoration: none;
  border-bottom: 5px #ffb30d solid;
  cursor: pointer;
}

#main .o-content .o-column,
#main .o-content .o-column-long{
  width: calc(100% - 352px);
  max-width: 720px;
}
#main .o-content .o-column-long{
  max-width: 736px;
}
#main .o-content aside{
  width: 322px;
  float: right;
}
#main .o-content figure{
  margin: 0px 0px 60px;
}
#main .o-content figure img{
  display: block;
  position: relative;
  float: left;
  max-width: 100%;
  height: auto;
}
/*@media screen and (max-width: 768px){*/
@media screen and (max-width: 900px){
  .o-content,
  #main .o-content{
    padding: 0px 24px;
    float: left;
    width: 100%;
  }
  #main .o-content .o-column,
  #main .o-content .o-column-long{
    max-width: 100%;
    width: 100%;
  }
  #main .o-content aside{
    max-width: 100%;
    margin: 0px auto;
    float: none;
  }
  #main aside .o-aside-callout{
    width: 100%;
  }
  #main aside .o-aside-callout:last-child{
    margin-bottom: 20px;
  }
  #main aside .o-aside-callout img{
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
}


#main .o-accordion,
#main .o-accordion > h1,
#main .o-accordion > h2,
#main .o-accordion > h4,
#main .o-accordion > h1 img,
#main .o-accordion > h2 img,
#main .o-accordion > h4 img,
#main .o-accordion > h1 > strong,
#main .o-accordion > h2 > strong,
#main .o-accordion > h4 > strong,
#main .o-accordion .o-accordion-content,
#main .o-accordion .o-accordion-content > div{
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
#main .o-accordion > h1,
#main .o-accordion > h2,
#main .o-accordion > h4{
  max-width: 785px;
  padding: 40px 0px;
  border-top: 1px #c3c3c3 solid;
  cursor: pointer;
}
#main .o-accordion > h1 img,
#main .o-accordion > h2 img,
#main .o-accordion > h4 img,
#main .o-accordion > h1 > strong,
#main .o-accordion > h2 > strong,
#main .o-accordion > h4 > strong{
  width: auto;
}
#main .o-accordion > h1 img,
#main .o-accordion > h2 img,
#main .o-accordion > h4 img{
  margin: 0px 12px 0px 0px;
}
#main .o-accordion > h1 > strong,
#main .o-accordion > h2 > strong,
#main .o-accordion > h4 > strong{
  vertical-align: middle;
  font-size: 30px;
  color: #2d5697;
  margin: 0px;
  line-height: 1.5;
  width: calc(100% - 80px);
}
#main .o-accordion > h1 > strong span,
#main .o-accordion > h2 > strong span,
#main .o-accordion > h4 > strong span{
  line-height: 67px;
  height: 67px;
  vertical-align: middle;
}
#main .o-accordion .o-accordion-btn{
  display: block;
  position: absolute;
  float: none;
  right: 0px;
  top: 50%;
  margin: -33px 0px 0px;
  width: 67px;
  height: 67px;
  box-sizing: border-box;
  border: 3px #61b5e4 solid;
  border-radius: 50%;
}
#main .o-accordion .o-accordion-btn span{
  background: #61b5e4;
  display: block;
  position: absolute;
  float: none;
  width: 3px;
  height: 3px;
}
#main .o-accordion .o-accordion-btn span:first-child{
  width: 31px;
  top: 29px;
  left: 15px;
}
#main .o-accordion .o-accordion-btn span:last-child{
  height: 31px;
  top: 15px;
  left: 29px;
  display: none;
}
#main .o-accordion.o-accordion-close span span:last-child{
  display: block;
}

#main .o-accordion .o-accordion-content{
  overflow: hidden;
  height: 0px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#main .o-accordion.o-accordion-close .o-accordion-content{
  height: 0px !important;
}
#main .o-accordion:last-child .o-accordion-content{
  border-bottom: 1px #c3c3c3 solid;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px){
  #main .o-accordion > h1 img,
  #main .o-accordion > h2 img,
  #main .o-accordion > h4 img{
    width: 40px;
    height: 40px;
  }
  #main .o-accordion > h1 > strong,
  #main .o-accordion > h2 > strong,
  #main .o-accordion > h4 > strong{
    font-size: 20px;
    text-align: left;
  }
  #main .o-accordion > h1 > strong span,
  #main .o-accordion > h2 > strong span,
  #main .o-accordion > h4 > strong span{
    height: 40px;
    line-height: 40px;
  }
  #main .o-accordion > h1 > span,
  #main .o-accordion > h2 > span,
  #main .o-accordion > h4 > span{
    width: 40px;
    height: 40px;
    border-width: 2px;
    margin-top: -20px;
  }
  #main .o-accordion span span{
    height: 2px;
    width: 2px;
  }
  #main .o-accordion span span:first-child{
    top: 17px;
    left: 3px;
  }
  #main .o-accordion span span:last-child{
    top: 3px;
    left: 17px;
  }
}




#main #o-home-hero{
  background: url(../images/home-hero.jpg) top -15px center/1986px 671px no-repeat;
  height: 608px;
  margin: 0px;
}
#main #o-home-hero .o-content{
  height: 100%;
}
#main #o-home-hero h1{
  display: block;
  position: relative;
  float: right;
  height: 500px;
  width: 440px;
  margin: 0px;
  padding: 0px;
}
#main #o-home-hero h1 span span,
#main #o-home-hero h1 img{
  display: block;
  position: relative;
  float: left;
}
#main #o-home-hero h1 img{
  margin: 58px 0px 0px;
}
#main #o-home-hero h2,
#main #o-home-hero .o-h2{
  text-align: center;
  /*font-size: 32px;*/
  padding: 0px;
}
#main #o-home-two{
  padding-top: 54px;
}
#main #o-home-two aside{
  padding-top: 28px;
}
#main #o-home-rev6{
  margin: 0px 0px 10px;
}
#main #o-home-rev6 img{
  float: left;
  margin: 0px 36px 0px 0px;
}
#main #o-home-rev6 h2{
  padding: 18px 0px 10px;
}
#main #o-home-legacy ul{
  padding: 24px 0px 68px;
}
#main #o-home-three p img{
  float: left;
  margin: 0px 20px 60px 0px;
}



@media screen and (min-width: 768px){
  #main #o-home-hero h1 > span,
  #main #o-home-hero h2,
  #main #o-home-hero .o-h2{
    display: block;
    position: absolute;
    float: none;
  }
  #main #o-home-hero h2,
  #main #o-home-hero .o-h2{
    width: 100%;
    bottom: 38px;
    left: 0px;
  }
  #main #o-home-hero h1 > span{
    top: 50%;
    width: 100%;
    transform: translate(0px, -50%);
  }
  #main #o-home-three h2 img{
    display: block;
    position: relative;
    float: left;
    margin: 12px 0px 4px;
  }
  #main #o-home-three h2 img + img{
    margin-left: 24px;
  }
}

@media screen and (max-width: 1200px){
  #main #o-home-hero{
    background-position-x: right -400px;
  }
}
@media screen and (max-width: 768px){
  #main #o-home-hero{
    background: url(../images/home-hero@2x.jpg) top center/100% auto no-repeat;
    height: auto;
    float: left;
    margin-bottom: 0px;
  }
  #main #o-home-hero h1{
    padding-top: 78%;
    width: 100%;
    height: auto;
    font-size: 34px;
    font-weight: 500;
    text-align: center;
  }
  #main #o-home-hero h1 > span{
    top: auto;
    transform: none;
  }
  #main #o-home-hero h1 span{
    position: relative;
    float: left;
    width: 100%;
  }
  #main #o-home-hero h1 img{
    margin-top: 28px;
    margin-bottom: 28px;
    height: auto;
    /*
    margin: 28px auto;
    float: none;
    clear: both;
    max-width: 100%;
    height: auto;
    */
  }
  #main #o-home-hero h2,
  #main #o-home-hero .o-h2{
    background: #61b5e4;
    display: block;
    position: relative;
    float: left;

    width: calc(100% + 48px);
    margin: 0px 0px 0px -24px;
    padding: 16px 24px;
    box-sizing: border-box;

    bottom: auto;

    color: #fff;
    font-family: 'Rum Raisin', sans-serif;
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 0.6px;
    clear: both;
    font-weight: 500;
  }
  #o-home-rev6{
    text-align: center;
  }
  #o-home-legacy img{
    margin-bottom: 20px;
    width: 302px;
    height: auto;
  }
  #main #o-home-legacy ul{
    padding-bottom: 8px;
  }
  #main #o-home-three p img{
    margin-bottom: 28px;
  }
  #main #o-home-three figure img{
    width: 100vw;
    max-width: 100vw;
    margin-left: -24px;
  }
  #main #o-home-three h2 img{
    max-width: 100%;
    height: auto;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  /*
  */
}

#main #o-home-four .o-content .o-column-long{
  max-width: 790px;
}
#main .o-content #o-accordion-1-flea-target img{
  display: block;
  float: right;
}
/*
#main .o-content #o-accordion-1-flea-target h2,
#main .o-content #o-accordion-1-flea-target h2 > span,
#main .o-content #o-accordion-1-flea-target h2 strong{
  display: block;
  position: relative;
  float: left;
}
#main .o-content #o-accordion-1-flea-target h2{
  padding: 0px 140px 30px 0px;
  max-width: 430px;
  box-sizing: border-box;
}
#main .o-content #o-accordion-1-flea-target h2 img{
  float: right;
  clear: none;
}
#main .o-content #o-accordion-1-flea-target h2 strong{
  font-size: 36px;
}
/*
#main .o-content #o-accordion-1-flea-target h2 small{
  font-size: 20px;
  font-weight: normal;
  color: #000;
}
*/
#main .o-content #o-accordion-1-flea-target h2 img{
  display: block;
  position: absolute;
  float: none;
  right: 0px;
  top: -10px;
}
/*
*/
#main .o-content #o-accordion-1-videos,
#main .o-content #o-accordion-1-videos img{
  display: block;
  position: relative;
  float: left;
  max-width: 100%;
  height: auto;
  margin: 0px 0px 30px;
}
@media screen and (max-width: 768px){
  #main .o-content #o-accordion-1-flea-target h2,
  #main .o-content #o-accordion-1-flea-target h2 span,
  #main .o-content #o-accordion-1-flea-target h2 small,
  #main .o-content #o-accordion-1-flea-target h2 strong{
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
  }
}
#main .o-content #o-accordion-2-figure0{
  width: 100%;
}
#main #o-home-four #o-accordion-2-figure0 div{
  display: block;
  position: relative;
  float: left;
  width: 33.33%;
}
#main #o-home-four #o-accordion-2-p{
  display: block;
  position: relative;
  float: left;
  width: 100%;
  max-width: 740px;
}
#main #o-home-four #o-accordion-2-p img{
  float: right;
  margin: 0px 0px 0px 30px;
}
#main #o-home-four #o-accordion-2-figure1{
  max-width: 790px;
}





#main #o-home-four #o-accordion-2-map:after,
#main #o-home-four #o-accordion-2-map img,
#main #o-home-four #o-accordion-2-map figcaption,
#main #o-home-four #o-accordion-2-map figcaption:after,
#main #o-home-four #o-accordion-2-map p,
#main #o-home-four #o-accordion-2-map small,
#main #o-home-four #o-accordion-2-map h4{
  display: block;
  position: absolute;
  float: none;
  box-sizing: border-box;
}


#main #o-home-four #o-accordion-2-map{
  background: #eaebed;
  border-radius: 12px;
  width: 100%;
  padding: 3px;
  margin-bottom: 160px;
}
#main #o-home-four #o-accordion-2-map:after{
  content: '';
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 12px;border: 3px #d6d6d6 solid;
}
#main #o-home-four #o-accordion-2-map img{
  opacity: 0;
  top: 0px;
  left: 0px;
  max-width: 54%;
  border-radius: 12px 0px 0px 12px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#main #o-home-four #o-accordion-2-map figcaption{
  border-radius: 0px 12px 12px 0px;
}
#main #o-home-four #o-accordion-2-map img:first-child{
  position: relative;
  float: left;
}
#main #o-home-four #o-accordion-2-map h4 strong,
#main #o-home-four #o-accordion-2-map h4 span,
#main #o-home-four #o-accordion-2-map p strong,
#main #o-home-four #o-accordion-2-map p span{
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
}
#main #o-home-four #o-accordion-2-map h4{
  margin: 18px 0px 0px;
  cursor: pointer;
  line-height: normal;
  font-size: 16px;
  text-align: center;
  top: 100%;
  width: 33%;
}
#main #o-home-four #o-accordion-2-map h4[data-tab="0"]{
  left: 0px;
}
#main #o-home-four #o-accordion-2-map h4[data-tab="1"]{
  left: 50%;
  margin-left: -16.5%;
}
#main #o-home-four #o-accordion-2-map h4[data-tab="2"]{
  right: 0px;
}
#main #o-home-four #o-accordion-2-map h4 strong{
  background: #ffb81c;
  width: 99%;
  max-width: 254px;
  color: #fff;
  height: 48px;
  border-radius: 5px;
}
#main #o-home-four #o-accordion-2-map h4[data-tab="1"] strong{
  float: none;
  margin: 0px auto;
}
#main #o-home-four #o-accordion-2-map h4[data-tab="2"] strong{
  float: right;
}
#main #o-home-four #o-accordion-2-map h4 span{
  top: 50%;
  transform: translate(0px, -50%);
  width: 100%;
}


#main #o-home-four #o-accordion-2-map figcaption{
  background: #eaebed;
  width: 46%;
  height: 100%;
  top: 0px;
  right: 0px;
}
#main #o-home-four #o-accordion-2-map figcaption:after{
  content: '';
  background: linear-gradient(to right, rgba(234, 235, 237, 0) 0%, rgba(234, 235, 237, 1) 100%);
  top: 0px;
  right: 100%;
  bottom: 0px;
  width: 12px;
}
#main #o-home-four #o-accordion-2-map p{
  font-size: 20px;
  line-height: 1.5;
  padding: 0px;
  margin: 0px;
  top: 50%;
  width: 100%;
  padding: 0px 10px 0px 0px;
  margin: -10px 0px 0px;
  transform: translate(0px, -50%);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  text-align: left;
}
#main #o-home-four #o-accordion-2-map[data-tab="0"] p[data-tab="0"],
#main #o-home-four #o-accordion-2-map[data-tab="1"] p[data-tab="1"],
#main #o-home-four #o-accordion-2-map[data-tab="2"] p[data-tab="2"]{
  opacity: 1;
}
#main #o-home-four #o-accordion-2-map p strong{
  color: #245598;
}
#main #o-home-four #o-accordion-2-map p span{
  margin: 5px 0px 0px;
}
#main #o-home-four #o-accordion-2-map small{
  font-size: 12px;
  bottom: 10px;
  left: 0px;
  line-height: normal;
}
#main #o-home-four #o-accordion-2-map[data-tab="0"] [data-tab="0"],
#main #o-home-four #o-accordion-2-map[data-tab="1"] [data-tab="1"],
#main #o-home-four #o-accordion-2-map[data-tab="2"] [data-tab="2"]{
  opacity: 1 !important;
}
#main #o-home-four #o-accordion-2-map[data-tab="0"] h4[data-tab="0"] strong,
#main #o-home-four #o-accordion-2-map[data-tab="1"] h4[data-tab="1"] strong,
#main #o-home-four #o-accordion-2-map[data-tab="2"] h4[data-tab="2"] strong{
  background: #74bde8;
}
#main #o-home-four #o-accordion-2-map[data-tab="0"] h4[data-tab="0"]:after,
#main #o-home-four #o-accordion-2-map[data-tab="1"] h4[data-tab="1"]:after,
#main #o-home-four #o-accordion-2-map[data-tab="2"] h4[data-tab="2"]:after{
  content: '';
  display: block;
  position: absolute;
  float: none;
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 15px solid #74bde8;
  bottom: 100%;
  left: 50%;
  margin: 0px 0px 0px -24px;
}


@media screen and (max-width: 1100px){
  #main #o-home-four #o-accordion-2-map p{
    line-height: 1.2;
    font-size: 16px;
  }
}
#main #o-home-four #o-accordion-2-map h5{
  display: none;
}
@media screen and (max-width: 950px){
  #main #o-home-four #o-accordion-2-map{
    position: relative;
    max-width: 458px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #main #o-home-four #o-accordion-2-map img{
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px 12px 0px 0px;
  }
  #main #o-home-four #o-accordion-2-map figcaption{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 150px;
    border-radius: 0px 0px 12px 12px;
  }
  #main #o-home-four #o-accordion-2-map figcaption:after{
    background: linear-gradient(to bottom, rgba(234, 235, 237, 0) 0%, rgba(234, 235, 237, 1) 100%);
    top: auto;
    right: 0px;
    left: 0px;
    bottom: 100%;
    width: 100%;
    height: 12px;
  }
  #main #o-home-four #o-accordion-2-map p{
    padding: 0px 10%;
  }
  #main #o-home-four #o-accordion-2-map small,
  #main #o-home-four #o-accordion-2-map p strong,
  #main #o-home-four #o-accordion-2-map p span{
    width: 100%;
    text-align: center;
  }
  #main #o-home-four #o-accordion-2-map h4{
    font-size: 12px;
    /*left: auto !important;
    margin-left: auto !important;*/
  }
  #main #o-home-four #o-accordion-2-map small{
    font-size: 10px;
  }
  #main #o-home-four #o-accordion-2-map h5{
    display: block;
    clear: both;
    height: 1px;
    padding: 0px;
  }
}

@media screen and (max-width: 768px){
  #main #o-home-four #o-accordion-2-figure0 div{
    width: 100%;
    margin: 0px 0px 40px;
  }
  #main #o-home-four #o-accordion-2-figure0 div:last-child{
    margin: 0px;
  }
  #main #o-home-four #o-accordion-2-p img{
    margin-left: 10px;
    width: 83px;
    height: auto;
  }
}
#main #o-home-four #o-accordion-3 figure.video{
  width: 77%;
}
#main #o-home-four #o-accordion-3 figure.video img{
  display: block;
  position: absolute;
  float: none;
  left: 100%;
  top: 50%;
  transform: translate(0px, -50%);
  height: 88.3%;
  width: auto;
  max-height: 374px;
}
#main #o-home-four #o-accordion-3-p,
#main #o-home-four #o-accordion-3-p img{
  display: block;
  position: relative;
  float: left;
}
#main #o-home-four #o-accordion-3-p{
  width: 100%;
  max-width: 610px;
  padding-bottom: 34px;
}
#main #o-home-four #o-accordion-3-p img{
  margin: 0px 40px 0px 0px;
}
#main #o-home-four #o-accordion-4-icon,
#main #o-home-four #o-accordion-4-icon img,
#main #o-home-four #o-accordion-5-icon,
#main #o-home-four #o-accordion-5-icon img,
#main #o-home-four #o-accordion-6-icon,
#main #o-home-four #o-accordion-6-icon img{
  display: block;
  position: relative;
  float: left;
}
#main #o-home-four #o-accordion-4-icon,
#main #o-home-four #o-accordion-5-icon,
#main #o-home-four #o-accordion-6-icon{
  clear: both;
  margin: 0px 0px 46px;
  width: 100%;
  padding: 0px;
}
#main #o-home-four #o-accordion-4-icon span,
#main #o-home-four #o-accordion-5-icon span,
#main #o-home-four #o-accordion-6-icon span{
  display: block;
  position: absolute;
  float: none;
  top: 50%;
  left: 0px;
  box-sizing: border-box;
  padding: 0px 0px 0px 95px;
  transform: translate(0px, -50%);
}
#main #o-home-four #o-accordion-5-icon span{
  padding-left: 96px;
}
#main #o-home-four #o-accordion-6-icon span{
  padding-left: 196px;
}
@media screen and (max-width: 950px){
  #main #o-home-four #o-accordion-4-icon,
  #main #o-home-four #o-accordion-5-icon,
  #main #o-home-four #o-accordion-6-icon{
    line-height: normal;
  }
}
@media screen and (max-width: 768px){
  #main #o-home-four #o-accordion-4-icon span,
  #main #o-home-four #o-accordion-5-icon span,
  #main #o-home-four #o-accordion-6-icon span{
    position: relative;
    float: left;
    top: auto;
    transform: none;
    padding: 0px;
    width: 100%;
  }
}

#main #o-home-five #o-home-compare{
  max-width: 522px;
  float: none;
  margin: 0px auto 60px;
  box-sizing: border-box;
}
#main #o-home-five #o-home-compare > div,
#main #o-home-five #o-home-compare figcaption{
  display: block;
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
}
#main #o-home-five #o-home-compare > div > img{
  display: block;
  position: relative;
  float: left;
  margin: 0px -47.4% 0px 0px;
  max-width: none;
}
/*
*/
#main #o-home-five #o-home-compare-other,
#main #o-home-five #o-home-compare-other:after{
  display: block;
  position: absolute;
  float: none;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
#main #o-home-five #o-home-compare-other{
  overflow: hidden;
  width: 45.873321%;
  cursor: grab;
}
.compare-down,
.compare-down #main #o-home-five #o-home-compare-other{
  cursor: grabbing;
}

#main #o-home-five #o-home-compare-other:after{
  content: '';
  background: url(../images/home-compare-border@2x.png) top left/100% 100% no-repeat;
  width: 100%;
  pointer-events: none;
}
#main #o-home-five #o-home-compare-other img,
#main #o-home-five #o-home-compare > div span{
  display: block;
  position: absolute;
  float: none;
}
#main #o-home-five #o-home-compare-other div{
  display: block;
  /*position: relative;*/
  float: left;
  height: 100%;
}
#main #o-home-five #o-home-compare-other img{
  height: 100%;
  width: 200%;
}
#main #o-home-five #o-home-compare-other > div{
  width: 200%;
}
#main #o-home-five #o-home-compare-other img{
  height: 100%;
}
#main #o-home-five #o-home-compare-other > div > div{
  width: 25%;
  height: 100%;
}
#main #o-home-five #o-home-compare > div span{
  background: url(../images/home-compare-swipe@2x.png) center center/contain no-repeat;
  top: 50%;
  left: 50%;
  width: 105px;
  height: 106px;
  margin: -53px 0px 0px -52px;
  pointer-events: none;
  transform: translate(0px, 0px, 0px);
  transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
/*
#main #o-home-five #o-home-compare > div span{
  background: url(../images/home-compare-swipe@2x.png) center center/contain no-repeat;
  top: 46%;
  left: 0px; 
  width: 100%;
  height: 17.4%;
  transform: translate3d(0px, -50%, 0px);
  pointer-events: none;
  transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
*/
#main #o-home-five #o-home-compare.compare-moved > div span{
  opacity: 0;
}
#main #o-home-five #o-home-compare > figcaption p{
  text-align: left;
}
@media screen and (max-width: 650px){
  #main #o-home-five #o-home-compare{
    max-width: 320px;
  }
  #main #o-home-five #o-home-compare img{
    width: 129.6%;
  }
  #main #o-home-five #o-home-compare-other{
    width: 29.85%;
  }
  #main #o-home-five #o-home-compare-other:after{
    background-image: url(../images/home-compare-border@2x-mobile.png)
  }
  #main #o-home-five #o-home-compare-other > div{
    width: 400%;
  }
  #main #o-home-five #o-home-compare > div span{
    transform: translate3d(0px, 0px, 0px) scale(.5);
  }
}

#o-faq #o-accordion-3 p img{
  display: block;
  position: relative;
  float: right;
  margin: 0px 0px 0px 25px;
}



#main #o-callout-upgrade{
  float: none;
  width: 100%;
  max-width: 774px;
  margin: 0px auto;
}
#main #o-faq #o-callout-upgrade{
  margin-bottom: 20px;
}
#main #o-callout-upgrade > div{
  display: block;
  position: relative;
  float: left;
  width: 50%;
}
#main #o-callout-upgrade > div:last-child div,
#main #o-callout-upgrade div:last-child img:last-child{
  display: none;
}
@media screen and (max-width: 500px){
  #main #o-callout-upgrade .o-upgrade-desktop{
    display: none;
  }
}
@media screen and (min-width: 500px){
  #main #o-callout-upgrade .o-upgrade-mobile{
    display: none;
  }
  #main #o-callout-upgrade > div:first-child{
    max-width: 376px;
    width: 48.9%
  }
  #main #o-callout-upgrade > div:last-child{
    max-width: 394px;
    width: 51.1%;
  }
  #main #o-callout-upgrade > div:last-child div{
    display: block;
    position: absolute;
    float: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 4px #ffb81c dashed;
    border-radius: 6px;
    box-sizing: border-box;
  }
  #main #o-callout-upgrade div:last-child img:last-child{
    display: block;
    position: absolute;
    float: none;
    top: 50%;
    left: 0px;
    transform: translate(-50%, -50%);
    max-height: 80%;
    width: auto;
  }
}
@media screen and (max-width: 768px){
}
/*
*/
#main #o-how p.o-footnote{
  display: block;
  position: relative;
  float: left;
  width: 100%;
  max-width: 640px;
}
@media screen and (min-width: 769px){
  #main #o-how.o-content p.o-how-step{
    position: relative;
    padding-left: 185px;
  }
  #main #o-how p img{
    position: absolute;
    top: 0px;
    left: 0px;
  }
}


#main footer #o-footer-top .o-content li{
  clear: none;
}
#main footer,
#o-footer-top,
#o-footer-bottom,
#main footer ul,
#main footer li,
#main footer a,
#main footer ul span,
#main footer a img,
#main footer p{
  display: block;
  position: relative;
  float: left;
}
#main footer,
#o-footer-top,
#o-footer-bottom,
#main footer p{
  width: 100%;
}
#main footer{
  font-weight: 500;
}
#main footer,
#main footer p,
#main footer a{
  color: #fff !important;
}
/*
#main footer .o-content{
  padding: 0px 86px;
  max-width: 1378px;
}
*/
#main footer .o-content ul,
#main footer .o-content ul li{
  list-style: none;
  padding: 0px;
}
#main footer li:before{
  display: none !important;
}
#o-footer-top{
  background: #ff8a01;
  font-size: 14px;
  padding: 20px 0px;
}
#o-footer-top ul{
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding: 0px;
}
#o-footer-top li,
#o-footer-top a,
#o-footer-top ul span{
  height: 100%;
}
#o-footer-top a img{
  margin: 14px 0px;
}
#o-footer-top-ul0 li:first-child{
  border-right: 1px #ffae60 solid;
}
#o-footer-top-ul0 a{
  padding: 0px 50px;
}
#o-footer-top-ul0 li:first-child a{
  padding-left: 0px;
}
#o-footer-top-ul0 img{
  margin: 13px 0px 0px;
}
#o-footer-top-ul1{
  float: right !important;
}
#o-footer-top-ul1 img{
  margin: 7px 0px 0px 10px;
}
#o-footer-top-ul1 span{
  padding: 0px 10px 0px;
}




#o-footer-bottom{
  background: #ff6500;
  font-size: 12px;
  padding: 60px 0px 20px;
}
#o-footer-bottom ul{
  margin: 0px 0px 50px !important;
}
#o-footer-bottom li{
  width: 215px;
}
#main footer .o-content p{
  padding: 0px 0px 12px;
}




#main,
.micro-site-container,
.two-column-wide-narrow-pdp,
.tiles,
.tiles .row{
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.two-column-wide-narrow-pdp.navi{
  background: #2c5697;
  display: block;
  position: fixed;
  float: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 94px;

  z-index: 99999;
}
.two-column-wide-narrow-pdp.navi .navi-container i,
.nav_mobile_nav,
#showRightPush{
  display: none;
}
.two-column-wide-narrow-pdp.navi .navi-container a,
.two-column-wide-narrow-pdp.navi .navi-container a span,
.two-column-wide-narrow-pdp.navi .navi-container .nav_logo,
.two-column-wide-narrow-pdp.navi .navi-container .nav_logo a img,
.two-column-wide-narrow-pdp.navi .navi-container .navi-item,
#nav{
  display: block;
  position: relative;
  float: left;
}
.two-column-wide-narrow-pdp.navi .tiles,
.two-column-wide-narrow-pdp.navi .tiles .row,
.two-column-wide-narrow-pdp.navi .navi-container{
  height: 100%;
  box-sizing: border-box;
}
.two-column-wide-narrow-pdp.navi .navi-container{
  padding-top: 24px;
}
.two-column-wide-narrow-pdp.navi .navi-container .nav_logo a img{
  width: 244px;
  height: 48px;
}
#nav{
  float: right;
}
#nav .navi-item,
#nav .navi-item a,
#nav .navi-item a span{
  height: 100%;
}
#nav a{
  font-family: 'Rum Raisin', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  /*letter-spacing: normal;*/
  text-decoration: none;
  /*color: #61b5e4;*/
  color: #fff;

  height: 46px;
  line-height: 46px;
  vertical-align: middle;
}
#nav a[href*="quiz"]{
  background: url(../images/header-enter-to-win@2x.png) top left no-repeat;
  background-size: 132px 62px;
  width: 132px;
  height: 62px;
  margin-top: -6px;
  padding: 0px;
  overflow: hidden;
}
#nav a[href*="quiz"] span{
  top: 60px;
}
#nav.nav_links .navi-item:first-child a span{
  /*padding-left: 0px !important;
  margin-left: 0px !important;*/
}
#nav.nav_links .navi-item a.active{
  color: #61b5e4;
}
#nav.nav_links .navi-item a span span,
#nav.nav_links .navi-item a > span > span span:after{
  /*content: '⨁';*/
  display: block;
  position: absolute;
  float: none;
  padding: 0px;
  margin: 0px;
}
#nav.nav_links .navi-item a > span > span{
  width: 19px;
  height: 19px;
  
  left: 100%;
  top: 50%;
  margin: -10px 0px 0px 8px;

  border-radius: 50%;
  border: #61b5e4 solid 1px;
}
#nav.nav_links .navi-item a > span > span span{
  background: #61b5e4;
  width: 11px;
  height: 1px;
  top: 9px;
  left: 4px;
}
#nav.nav_links .navi-item a > span > span span:after{
  content: '';
  background: #61b5e4;
  height: 11px;
  width: 1px;
  top: -5px;
  left: 5px;
}
.show-nav-index #nav.nav_links .navi-item a > span[data-nav="index"] > span span:after,
.show-nav-pi #nav.nav_links .navi-item a > span[data-nav="pi"] > span span:after{
  display: none;
}
@media screen and (min-width: 980px){
  #nav{
    
  }
  #nav .navi-item:last-child{
    margin: 0px !important;
  }
}

@media screen and (min-width: 900px){
  #nav .navi-item{
    margin-right: 10px;
  }
}
@media screen and (max-width: 1100px){
  #nav.nav_links .navi-item a > span > span{
    display: none;
  }
}
@media screen and (min-width: 1100px){
  #nav .navi-item{
    margin-right: 30px;
  }
}
@media screen and (max-width: 1150px){
  #nav.nav_links .navi-item a > span > span{
    margin-left: 2px;
  }
}
@media screen and (min-width: 1150px){
  #nav .navi-item{
    margin-right: 50px;
  }
}
@media screen and (min-width: 1250px){
  #nav .navi-item{
    margin-right: 80px;
  }
}

/*
@media screen and (max-width: 1100px){
  #nav .navi-item a > span span{
    display: none !important;
  }
}
@media screen and (min-width: 900px){
  #nav .navi-item a > span{
    margin-right: 4px;
  }
}
@media screen and (min-width: 1100px){
  #nav .navi-item a > span{
    padding: 0px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 1150px){
  #nav .navi-item a span{
    padding: 0px 26px 0px 0px;
  }
}
@media screen and (min-width: 1250px){
  #nav .navi-item a span{
    padding: 0px 32px;
  }
  #nav a[href*="quiz"]{
    margin-left: 32px;
  }
}
*/
@media screen and (max-width: 980px){
  #main{
    padding-top: 84px;
  }
  .two-column-wide-narrow-pdp.navi{
    height: 84px;
  }
  .two-column-wide-narrow-pdp.navi .navi-container{
    padding: 0px 0px 0px 20px;
  }

  #nav{
    display: none;
  }
  #showRightPush,
  #showRightPush i,
  #showRightPush:before,
  #showRightPush:after{
    display: block;
    position: absolute;
    float: none;
  }
  #showRightPush{
    width: 40px;
    height: 30px;
    right: 20px;
    top: 50%;
    margin: -15px 0px 0px;
  }
  #showRightPush i,
  #showRightPush:before{
    background: #fff;
    width: 100%;
    height: 4px;
    top: 0px;
    left: 0px;
  }
  #showRightPush i:last-child{
    top: auto;
    bottom: 0px;
  }
  #showRightPush:before{
    content: '';
    top: 50%;
    margin: -2px 0px 0px;
  }
  .two-column-wide-narrow-pdp.navi .navi-container .nav_logo,
  .two-column-wide-narrow-pdp.navi .navi-container .nav_logo a{
    height: 100%;
    box-sizing: border-box;
  }
  .two-column-wide-narrow-pdp.navi .navi-container .nav_logo{
    width: 100%;
  }
  .two-column-wide-narrow-pdp.navi .navi-container .nav_logo a{
    width: 244px;
    max-width: 71%;
  }
  .two-column-wide-narrow-pdp.navi .navi-container .nav_logo a img{
    top: 50%;
    transform: translate(0px, -50%);
    height: auto;
    width: 100%;
  }
  .nav_mobile_nav{
    background: #61b5e4;
    display: block;
    position: absolute;
    float: none;
    width: 100%;
    top: 100%;
    left: 100%;
    /*
    84 - Height of navigation
    48 - Height of add this shargin
    */
    height: calc(100vh - 84px);
    overflow: hidden;
    
    transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .mobile-shownav .nav_mobile_nav{
    transform: translate(-100%, 0px);
  }
  
  .nav_mobile_nav nav,
  .nav_mobile_nav h3,
  .nav_mobile_nav a,
  .nav_mobile_nav span,
  .nav_mobile_nav ul,
  .nav_mobile_nav li,
  .nav_mobile_nav span{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    list-style: none;
  }
  .nav_mobile_nav nav{
    padding: 0px 0px 30vh;
  }
  .nav_mobile_nav a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
  }
  .nav_mobile_nav span{
    padding: 10px 20px;
  }
  .nav_mobile_nav span span{
    display: none !important;
  }
  .nav_mobile_nav ul{
    background: #2c5697;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .nav_mobile_nav ul.o-nav-mobile-active{
    max-height: 400px;
  }
  .nav_mobile_nav ul a span{
    padding: 8px 20px 8px 40px;
  }
  .nav_mobile_nav li:last-child{
    margin-bottom: 15px;
  }
}


#o-nav{
  display: none;
}
/*
#main a[name]{
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 0px;

  margin: -84px 0px 0px;
  padding: 84px 0px 0px;
  z-index: -1;
}
#main a[name]:before{
  content: '';
  display: block;
  margin: -84px 0px 0px;
  height: 84px;
  visibility: hidden;
}
*/
#main p.o-anchor{
  display: block;
  position: relative;
  height: 0px;
  clear: both;
  padding: 0px !important;
  z-index: -1;
  pointer-events: none;
}
#main p.o-anchor a[name]{
  display: block;
  position: absolute;
  float: none;
  height: 84px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 875px){
  #main p.o-anchor a[name]{
    display: block;
    position: absolute;
    float: none;
    height: 94px;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }

  /*
  #main a[name]:before{
    margin: -94px 0px 0px;
    height: 94px;
  }
  #main a[name]{
    margin: -94px 0px 0px;
    padding: 94px 0px 0px;
  }
  */
  #o-nav{
    display: block;
    position: fixed;
    float: none;
    width: 100%;
    top: 94px;
    height: 88px;

    line-height: 44px;
    vertical-align: middle;

    z-index: 9999;
    overflow: hidden;
    pointer-events: none;
  }
  #o-nav > div{
    background: #61b5e4;
    display: block;
    position: absolute;
    float: none;
    width: 100%;
    height: 50%;
    bottom: 100%;
    transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .show-nav-index #o-nav-index,
  .show-nav-pi #o-nav-pi{
    transform: translate(0px, 100%);
    pointer-events: auto;
  }
  #o-nav ul{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    padding: 0px;
    text-align: center;
  }
  #o-nav ul li,
  #o-nav a{
    display: inline-block;
    clear: none;
    padding: 0px;
    height: 100%;
  }
  #o-nav ul li:before{
    display: none !important;
  }
  #o-nav a{
    color: #fff !important;
    
    /*font-family: Gotham;*/
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    /*letter-spacing: normal;*/

    text-decoration: none;

    padding: 0px 20px;
    height: 44px;
  }


  #o-nav a span{
    display: block;
    position: relative;
    float: left;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    color: #fff;
  }

  #o-nav div > a{
    background: #FFB81C;
    display: block;
    position: absolute;
    float: none;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    color: #fff;
    top: 100%;
    right: 0px;

    display: none;
  }
  [page-id="index"] #o-nav div > a{
    display: block;
    pointer-events: auto;
  }
}



.quizform,
.quizform label,
.quizform label span,
.quizform input[type="text"],
.quizform input[type="email"],
.quizform input[type="submit"]{
  background: none;
  display: block;
  position: relative;
  float: left;
  border: none;
  outline: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  clear: both;
}
.quizform{
  width: 90%;
  margin: 0px auto;
  float: none;
}
.quizform label{
  margin: 0px 0px 18px;
}
.quizform label span{
  background: #fff;
  border-radius: 3px;
  box-shadow: inset 4px 4px 5px rgba(0,0,0,.2);
}
.quizform input[type="text"],
.quizform input[type="email"]{
  padding: 10px 12px;
  font-size: 13px;
  border: 2px solid rgba(0,0,0,0);
  border-radius: 3px;
}
.quizform input[type="text"]:focus,
.quizform input[type="email"]:focus{
  border-color: rgba(0,0,0,.5);
}
.quizform .input-error input[type="text"],
.quizform .input-error input[type="email"]{
  border-color: #b62a2a;
}
.quizform input[type="submit"]{
  background: #fff;
  float: none;
  border-radius: 5px;
  margin: 0px auto 14px;
  padding: 5px 20px;
  max-width: 200px;
  
  font-size: 30px;
  text-align: center;
  font-family: AmaticSC-Regular;
  color: #ABA4C3;
}
.quizform input[type="submit"]:hover{
  background: #8f85af;
  color: #fff;
}
.quizform p{
  font-family: "Whitney A","Whitney B",arial,sans-serif !important;
  text-align: left !important;
  font-size: 15px !important;
  line-height: normal !important;
}
.quizform p a{
  color: inherit !important;
}


@media (min-width:500px){
  #o-kitnip .quizform,
  #o-kitnip .quizform input,
  #o-kitnip .quizform label{
    float: left;
  }
  #o-kitnip .quizform label{
    max-width: 260px;
  }
}


input:invalid,
input:focus,
input:required,
textarea{
  outline: none !important;
  box-shadow:none;
}