/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  text-align: left;
  background: white;
  font-size: 10px;
  color: #777777;
  font-family: 'Comfortaa', cursive !important; }

/* stops blink/flash on iphone on click events*/
body * {
  -webkit-tap-highlight-color: transparent; }

/* header */
.header {
  background-color: #03cbfd;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0px; }

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #03cbfd; }

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
  color: #ffffff; }

.header li a:hover,
.header .menu-btn:hover {
  background-color: #ffffff;
  color: #03cbfd; }

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none; }

/* Mobile menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out; }

/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none; }

.header .menu-icon .navicon {
  background: #ffffff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px; }

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #ffffff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%; }

.header .menu-icon .navicon:before {
  top: 5px; }

.header .menu-icon .navicon:after {
  top: -5px; }

/* menu btn */
.header .menu-btn {
  display: none; }

.header .menu-btn:checked ~ .menu {
  max-height: 240px; }

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent; }

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg); }

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg); }

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0; }

/* 48em = 768px */
@media (min-width: 48em) {
  .header li {
    float: left; }

  .header li a {
    padding: 20px 30px; }

  .header .menu {
    clear: none;
    float: right;
    max-height: none; }

  .header .menu-icon {
    display: none; } }
/* end styles for mobile menu */
a.cta {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 10px;
  font-size: 16px;
  height: 40px;
  width: 200px;
  display: block;
  border-radius: 5px;
  background: #ffffff;
  color: #03cbfd;
  box-sizing: border-box;
  text-transform: uppercase; }

p {
  font-size: 14px;
  line-height: 20px;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 10px; 
color:#306098;
}

ul {
  font-size: 14px;
  line-height: 20px;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  left: 25px;
  z-index: 1000000; }

p.mission {
  font-size: 18px;
  color: #306098;
  text-transform: uppercase;
  margin-bottom: 5px; }

span.letter {
  color: #227de0;
  font-size: 28px; }

.italic {
  font-style: italic; }

input, textarea, keygen, select, button {
  font-size: 12px;
  font-family: 'Comfortaa', cursive !important; }

select {
  height: 35px;
  width: 210px;
  border-radius: 4px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

img.select-arrows {
  width: 20px;
  position: absolute;
  left: 70%;
  top: 38px;
  pointer-events: none; }

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 12px; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
  font-size: 12px; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
  font-size: 12px; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  font-size: 12px; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
  font-size: 12px; }

/*
header {
background-color: #fff;
border-bottom: 1px solid #cccccc;
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
letter-spacing: -0.6px;
overflow: hidden;
padding: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
}*/
div.content {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 142px;
  font-size: 14px;
  min-height: 600px; }

div.content.thin {
  max-width: 400px;
  padding-left: 5px;
  padding-right: 5px; }

div.content.max-width {
  max-width: 700px;
  padding-left: 5px;
  padding-right: 5px; }

.center {
  text-align: center; }

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

.text-link {
  text-decoration: none;
  color: #227de0; }

.success {
  color: #777777;
  border: 1px solid #6ec48f;
  background: #f6fcf1;
  text-align: center;
  padding: 10px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  margin-top: 0px; }

.problem {
  color: #777777;
  border: 1px solid #f76387;
  background: #f4edef;
  text-align: center;
  padding: 10px;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  margin-top: 0px; }

.bold {
  font-weight: bold; }

.question {
  font-size: 18px;
  color: #227de0; }

.display {
  display: block !important; }

.displaynone {
  display: none !important; }

.inline {
  display: inline-block; }

label.error {
  display: block;
  color: red;
  font-size: 13px !important;
  padding-left: 10px !important;
  padding-top: 0px !important; }

div#hero label.error {
  color: #ffffff; }

label.huncherror {
  display: none;
  color: red;
  font-size: 11px !important;
  position: relative;
  top: -22px; }

img.continue-with-facebook {
  width: 300px; }

.good {
  color: #8ce196;
  font-size: 18px; }

.bad {
  color: red;
  font-size: 18px; }

.no-border {
  border: none !important; }

.dog-box {
  background: #eeeeee;
  margin-bottom: 5px;
  padding: 5px; }

span#thequote, span#themonthlyquote {
  font-family: verdana, arial; }

/********************** ANIMATION STUFF ************************/
.bounce.triggeredCSS3 {
  animation: bounce 1s .1s;
  transform: scale(1); }

.bounce.bounce1.triggeredCSS3 {
  animation-delay: 0s; }

.bounce.bounce2.triggeredCSS3 {
  animation-delay: .5s; }

.bounce.bounce3.triggeredCSS3 {
  animation-delay: 1s; }

.bounce.bounce4.triggeredCSS3 {
  animation-delay: 1.5s; }

.scale.triggeredCSS3 {
  transform: scale(1.6); }

.translate.triggeredCSS3 {
  transform: translate3d(400px, 0, 0); }

@keyframes bounce {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }
.fadein.triggeredCSS3 {
  -webkit-animation: fadein 3s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 3s;
  /* Firefox < 16 */
  -ms-animation: fadein 3s;
  /* Internet Explorer */
  -o-animation: fadein 3s;
  /* Opera < 12.1 */
  animation: fadein 3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0; }

.fadein.fadein1.triggeredCSS3 {
  animation-delay: 0s; }

.fadein.fadein2.triggeredCSS3 {
  animation-delay: 1s; }

.fadein.fadein3.triggeredCSS3 {
  animation-delay: 2s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/****************** HEADER & MENU *****************************/
div#header {
  position: fixed;
  top: 0px;
  right: 0;
  left: 0;
  height: 50px;
  width: auto;
  background: #03cbfd;
  z-index: 10000000000; }

/*
div#menu {
margin: 0 auto;
max-width: 1200px;
position: relative;
height: 50px;
}
#top-links {
position: absolute;
top: 20px;
right: 10px;
}
#top-links a {
font-size: 12px;
text-decoration: none;	
color: $main-color;
margin: 0px 10px;
text-transform: uppercase;
}
#main-logo {
display: inline;
margin-left: 3px;
}
*/
#logo {
  display: inline;
  width: 200px;
  height: 44px;
  position: relative;
  top: 5px; }

div#why ul {
  list-style-image: url("/images/logo-paw.svg"); }

form ul {
  padding: 5px;
  list-style-type: none;
  left: 0px; }

h1 {
  font-size: 24px;
  font-weight: normal;
  color: #306098;
  text-transform: uppercase;
  text-align: center; }

h2 {
  font-size: 21px;
  font-weight: normal;
  color: #306098;
  text-transform: uppercase;
  text-align: center; }

h3 {
  font-size: 21px;
  font-weight: normal;
  color: #227de0;
  text-transform: uppercase;
  text-align: center;
  margin: 5px; }

.max-width h3, .max-width p {
  margin-left: 0px;
  text-align: left; }

.max-width h3 {
  margin-top: 20px; }

p.disclaimer {
  font-family: 'Comfortaa', cursive !important;
  font-size: 14px;
  color: #227de0;
  position: relative;
  top: -20px; }

div#banner {
  height: 30px;
  background: #227de0;
  color: #ffffff; }

div#banner a {
  text-decoration: none;
  color: #ffffff;
  position: relative;
  top: 8px; }

div#hero {
  /*background-image: url("/images/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;*/
	text-align:center;
  height: auto;
  position: relative;
  top: 140px;
  width: 100%;
  color: #ffffff; }

div#hero h1 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  font-size: 58px;
  position: relative;
  top: 0px;
  text-shadow: 2px 2px #03cbfd;
  font-weight: bold; }

div#hero div.inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

div#hero h2 {
  color: #ffffff; }

div#hero p {
  margin: 0;
  position: relative;
  top: -14px; }

div#hero img {
  position: relative;
  top: 0px; 
	max-width:100%;
	margin-bottom: 40px;
}

div.home-page-section {
  max-width: 1200px;
  border-top: 1px solid #227de0;
  padding-top: 20px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }

div.home-page-section#problems {
  padding-top: 0px; }

div.box {
  display: inline-block;
  width: 250px;
  text-align: center;
  vertical-align: top;
  border: 1px solid #cccccc;
  padding: 15px;
  height: 450px;
  margin: 5px 5px; }

div#howitworks div {
  display: inline-block;
  width: 300px;
  text-align: center;
  vertical-align: top; }

div#howitworks div p {
  line-height: 18px;
  width: 290px;
  margin-left: auto;
  margin-right: auto; }

div#howitworks img.step-number {
  width: 60px; }

div#howitworks img.icon {
  width: 140px;
  margin-top: -8px;
  margin-bottom: 20px; }

div#service-options div.box {
  display: inline-block;
  width: 250px;
  height: 350px;
  text-align: center;
  vertical-align: top; }

.price {
  color: #306098;
  font-size: 20px; }

.price-monthly {
  color: #227de0;
  font-size: 16px; }

div#why ul {
  text-align: left;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }

div#testimonials {
  padding-top: 20px;
  padding-bottom: 60px;
  border-top: 1px solid #227de0; }

.submit {
  width: 200px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  background: #306098;
  border: 1px solid #306098;
  border-radius: 30px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-appearance: none;
  position: relative;
  padding: 10px 25px;
  margin-top: 10px;
  margin-bottom: 10px; }

.button {
  display: inline-block;
  text-decoration: none;
  width: auto;
  color: #227de0;
  font-size: 14px;
  border: 1px solid #227de0;
  background: #ffffff;
  border-radius: 22px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 7px 20px;
  margin-top: 10px;
  margin-bottom: 0px; }

.inputfield {
  width: 300px;
  height: 30px;
  border-radius: 0px;
  border: 1px solid #cccccc;
  padding-left: 10px;
  color: #777777;
  -webkit-appearance: none;
  font-size: 14px; }

.inputfield.zip {
  width: 100px; }

form#zip {
  padding-top: 5px; }

form#zip div {
  color: #ffffff; }

.inputfield.error {
  border: 1px solid red; }

.textarea {
  height: auto;
  padding: 10px; }

input#zip {
  opacity: 0.4; }

.hint {
  font-style: italic;
  font-size: 12px;
  position: relative;
  top: 0px;
  color: #aaaaaa;
  line-height: 13px;
  display: block;
  margin-top: 3px; }

form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }

.max-width form {
  margin-left: initial;
  margin-right: initial; }

div.title {
  font-size: 14px;
  text-transform: uppercase; }

form#schedule {
  position: relative;
  top: 10px; }

form li.section {
  max-width: 400px;
  margin-bottom: 20px;
  position: relative;
  padding: 0px;
  border-radius: 4px;
  text-align: center; }

.nobg {
  background: none !important; }

.caption {
  display: block;
  margin-bottom: 0px;
  font-size: 12px;
  color: #227de0;
  text-transform: uppercase; }

img.photo-border {
  border: 10px solid #ffffff;
  border-bottom: 25px solid #ffffff;
  -webkit-box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.25); }

div#testimonials blockquote {
  font-size: 14px;
  line-height: 18px !important;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 7px; 
color:#306098;
}

div#testimonials p {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px; }

img.quotation {
  width: 32px;
  position: relative;
  top: 5px;
  margin-right: 10px; }

div.attribute {
  font-size: 16px;
  color: #227de0;
  text-align: right;
  padding-right: 50px; }

.uppercase {
  text-transform: uppercase; }

.ui-icon-background {
  display: none !important; }

div.message {
  font-size: 22px; }

div.quote {
  font-size: 28px; }

div#quote-box {
  padding-top: 5px;
  height: 65px;
  margin-top: 5px;
  background: #306098;
  color: #ffffff; }

div.quote-frequency-container {
  margin-bottom: 5px;
  font-size: 14px; }

div#quotenote {
  font-size: 11px; }

span.pervisit, span.permonth {
  font-size: 14px; }

.lowercase {
  text-transform: lowercase !important; }

img.frequency {
  height: 120px; }

img.divider {
  height: 40px; }

img.bullet {
  height: 20px; }

/******************* Toggles on add baby pool page ***************/
.toggle {
  width: 80px;
  /*border-bottom: 1px solid #eeeeee;*/
  text-align: right; }

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }

.cmn-toggle + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
  text-align: left; }

input.cmn-toggle-round + label {
  padding: 2px;
  width: 50px;
  /*half*/
  height: 25px;
  /*half*/
  background-color: #dddddd;
  border-radius: 25px;
  /*half*/
  margin-left: 83px;
  font-size: 11px; }

.no-margin-left {
  margin-left: 0px !important; }

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: ""; }

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 30px;
  transition: background 0.4s;
  padding-left: 33px;
  padding-top: 6px;
  content: "No";
  color: #aaaaaa; }

input.cmn-toggle-round + label:after {
  width: 25px;
  /*half*/
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s; }

input.cmn-toggle-round:checked + label:before {
  background-color: #227de0;
  padding-left: 4px;
  padding-top: 6px;
  content: "Yes";
  color: white; }

input.cmn-toggle-round:checked + label:after {
  margin-left: 27px;
  /*little more than half---half plus 2*/ }

.toggle-caption {
  position: relative;
  top: 21px;
  font-size: 13px;
  text-transform: uppercase; }

.horiz-buttons {
  text-align: center; }

/************* END TOGGLE **************/
.horiz-buttons {
  margin-bottom: 5px; }

.horiz-buttons label.ui-button {
  background: #ffffff !important;
  color: #227de0 !important;
  padding: 5px 0px !important;
  border: 1px solid #227de0; }

.horiz-buttons label.ui-state-active {
  background: #227de0 !important;
  color: white !important; }

.two-buttons {
  width: 130px !important; }

.three-buttons {
  width: 100px !important; }

.four-buttons {
  width: 89px !important; }

.five-buttons {
  width: 70px !important; }

div#referral .five-buttons {
  height: 25px; }

.six-buttons {
  width: 50px !important; }

input[type="file"] {
  display: none; }

#custom-file-upload {
  background: #428442;
  border-radius: 5px;
  border: none;
  color: white;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  top: 5px; }

input[type="button"] {
  background: #8ce196;
  border-radius: 5px;
  border: none;
  color: white;
  padding: 10px;
  font-size: 14px;
  cursor: pointer; }

#remove-image {
  background: #bf5668;
  -webkit-appearance: none;
  padding: 4px 10px; }

.webkit {
  -webkit-appearance: none; }

.ui-widget select {
  font-size: 24px !important;
  font-family: 'Comfortaa', cursive !important;
  border: none;
  -webkit-appearance: none;
  color: #333333; }

.close-dialog-button {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  text-align: center;
  text-transform: uppercase;
  background: #8ce196;
  color: white;
  padding: 5px 5px;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Comfortaa', cursive !important;
  border-radius: 30px;
  background: #227de0; }

.tiny {
  font-size: 10px; }

.white {
  background: #ffffff !important; }

.ui-checkboxradio-radio-label {
  font-size: 11px !important; }

/******************** Sticky*************/
div#sticky-top {
  position: fixed;
  left: 0;
  top: 60px;
  height: 80px;
  width: 100%;
  z-index: 10000;
  background: #306098; }

div#sticky-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 80px;
  width: 100%;
  z-index: 10000;
  background: yellow;
  border-top: 1px solid #03cbfd; }

div#sticky-bottom .sticky-text, div#sticky-top .sticky-text {
  font-size: 17px;
  position: relative;
  top: 5px; }

div#sticky-bottom .submit, div#sticky-top .submit {
  width: 100px;
  padding: 8px;
  margin-top: 11px;
  background: #227de0 !important; }

div#sticky-bottom .inputfield, div#sticky-top .inputfield {
  height: 25px;
  border-radius: 5px;
  margin-bottom: 2px; }

div#sticky-bottom label.error, div#sticky-top label.error {
  color: #ffffff;
  display: inline;
  position: absolute;
  bottom: 0px;
  width: 400px; }

span.phone {
  font-size: 16px;
  color: #306098; }

a {
  color: #ffffff;
  text-decoration: none; }

table {
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

/******************* FOOTER ******************/
footer {
  position: relative;
  top: 100px;
  font-size: 12px; }

div#footer {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background: #306098;
  /*background: -webkit-linear-gradient(#227de0, #59acf7);
  /* For Safari 5.1 to 6.0 */
 /* background: -o-linear-gradient(#227de0, #59acf7);
  /* For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(#227de0, #59acf7);
  /* For Firefox 3.6 to 15 */
  /*background: linear-gradient(#227de0, #59acf7);
  /* Standard syntax (must be last) */
  color: white;
  margin-top: 30px;
  padding: 40px 0px; }

div#footer a {
  color: white;
  text-decoration: none; }

div#footer img {
  max-width: 250px; }

div#sticky-top a {
display: inline-block;
    height: 50px;
	line-height:32px;
    width: 300px;
    background: #03cbfd;
    border-radius: 5px;
    font-size: 20px;
    color: #ffffff;
    margin-top: 15px;
	}

/*************** END FOOTER *******************/
div#socialmedia {
  display: block;
  margin-bottom: 20px; }

div#social-container img {
  max-width: 200px; }

div#social-container-icons img {
  width: 64px; }

.fb_iframe_widget {
  top: -3px; }

/************* MOBILE / RESPONSIVE ******************/
@media (min-width: 10px) and (max-width: 1023px) {
  div#header {
    height: 35px; }

  div#logo {
    left: 40px;
    top: 3px; }

  div#features div.bullets.third {
    display: block;
    margin-left: auto;
    margin-right: auto;
    top: 0px; }

  div#howitworks div.third {
    width: 100%; } }
@media (min-width: 10px) and (max-width: 700px) {
  div#features div.column {
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    top: 0px; }

 /* div#hero {
    height: 550px;
    background-image: url("/images/hero.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    top: 0px; }

  div#hero h1 {
    max-width: 500px;
    font-size: 38px;
    top: 190px; }

  div#hero img {
    top: 30px; } */
}
@media (min-width: 10px) and (max-width: 400px) {
  p {
    font-size: 12px; }

  /*div#hero {
    height: 550px;
    position: relative;
    top: 0px; }

  div#hero h1 {
    max-width: 350px;
    font-size: 28px;
    text-shadow: 1px 1px #03cbfd; }

  div#hero img {
    max-width: 200px; }
*/
  div.box {
    height: auto; } 
}
@media (min-width: 10px) and (max-width: 375px) {
  div {
    max-width: 375px; } }
@media (min-width: 10px) and (max-width: 320px) {
  #logo {
    width: 135px; } }
