/* ==========================================================================
   Base styles
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-family: 'GothamRounded-Book', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4;
}

::-moz-selection {
    background: #ffbab9;
    text-shadow: none;
}

::selection {
    background: #ffbab9;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

a {
  color: #888;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

p {
  color: #666;
}


@font-face {
    font-family: 'GothamRounded-Light';
    src: url('../../fonts/customer/GothamRounded-Light.eot?#iefix') format('embedded-opentype'),  url('../../fonts/customer/GothamRounded-Light.otf')  format('opentype'),
    url('../../fonts/customer/GothamRounded-Light.woff') format('woff'), url('../../fonts/customer/GothamRounded-Light.ttf')  format('truetype'), url('../../fonts/customer/GothamRounded-Light.svg#GothamRounded-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamRounded-Book';
    src: url('../../fonts/customer/GothamRounded-Book.eot?#iefix') format('embedded-opentype'),  url('../../fonts/customer/GothamRounded-Book.otf')  format('opentype'),
    url('../../fonts/customer/GothamRounded-Book.woff') format('woff'), url('../../fonts/customer/GothamRounded-Book.ttf')  format('truetype'), url('../../fonts/customer/GothamRounded-Book.svg#GothamRounded-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamRounded-Bold';
    src: url('../../fonts/customer/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),  url('../../fonts/customer/GothamRounded-Bold.otf')  format('opentype'),
    url('../../fonts/customer/GothamRounded-Bold.woff') format('woff'), url('../../fonts/customer/GothamRounded-Bold.ttf')  format('truetype'), url('../../fonts/customer/GothamRounded-Bold.svg#GothamRounded-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1,
.major-heading {
  font-family: 'GothamRounded-Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2,h3,h4 {
  font-family: 'GothamRounded-Book', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a:focus {
  text-decoration: none;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Layout Styles
   ========================================================================== */
.pad-100 {
  padding: 100px 0;
}

.pad-100-top {
  padding-top: 100px;
}

.pad-100-tb {
  padding: 100px 0;
}

.pad-50 {
  padding: 50px 0;
}

.pad-25-top {
  padding-top: 25px;
}

.pad-25-tb {
  padding: 25px 0;
}

.pad-50-tb {
  padding: 50px 0;
}

.pad-50-top {
  padding-top: 50px;
}

.pad-50-bottom {
  padding-bottom: 50px;
}

.pad-25-bottom {
  padding-bottom: 25px;
}

.pad-75-bottom {
  padding-bottom: 75px;
}

.pad-100-bottom {
  padding-bottom: 100px;
}

.pad-50-aa {
  padding: 50px;
}

.pad-10-right {
  padding-right: 10px;
}

.marg-50-top {
  margin-top: 50px;
}

.marg-50-bottom {
  margin-bottom: 50px;
}

.marg-50-tb {
  margin: 50px 0;
}

.marg-25-bottom {
  margin-bottom: 25px;
}

.marg-25-top {
  margin-top: 25px;
}

.marg-10-right {
  margin-right: 10px;
}

.between-section {
  margin: 0;
  padding: 50px 0 100px 0;
}

.pos-rel {
  position: relative;
}

.marg-center {
  margin: 0 auto;
}

.img-center {
  margin-left: auto;
  margin-right: auto;
}

.cover-all {
  width: 100%;
  height: 100%;
}

.val-mid {
  vertical-align: middle;
}

.about-logo {
  position: absolute;
  top: 500px;
  left: 20px;
}

@media screen and (max-width: 1199px){
  .about-logo {
    display: none;
  }
}

/* ==========================================================================
   Module Styles
   ========================================================================== */

#navver {
  display: none;
}

#main-content {
  background: url("../img/bucketmop.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #ffffff;
}

#front-row {
  background: -o-linear-gradient(-89deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%), url('../img/readRelax.jpg') no-repeat center center;
  background: -moz-linear-gradient(-89deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%), url('../img/readRelax.jpg') no-repeat center center;
  background: -ms-linear-gradient(-89deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%), url('../img/readRelax.jpg') no-repeat center center;
  background: -webkit-linear-gradient(-89deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%), url('../img/readRelax.jpg') no-repeat center center;
  background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('../img/readRelax.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #ffffff;
  padding-bottom: 50px;
}

#front-row nav {
  padding-top: 20px;
}

#front-row nav ul,
#front-row nav li {
  display: inline-block;
  list-style-type: none;
  font-size: 28px;
  color: #555;
}

#front-row nav ul {
  padding-left: 0;
}

#front-row nav li {
  padding-right: 15px;
}

.hero-text {
  font-family: 'GothamRounded-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  font-size: 62px;
  padding: 60px 0 0 0;
}

.hero-subtext {
  color: #999;
  font-size: 28px;
}

.front-row-btn { 
  background-image: -webkit-linear-gradient(#F47070 0%, rgba(207,15,15,0.65) 100%);
  background-image: -o-linear-gradient(#F47070 0%, rgba(207,15,15,0.65) 100%);
  background-image: linear-gradient(#F47070 0%, rgba(207,15,15,0.65) 100%);
  border-radius: 4px;
  border: none;
  font-family: 'GothamRounded-Book', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  padding: 25px 20px 20px 20px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.9;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.login-btn {
  background: #AAAAAA;
  border-radius: 4px;
  margin-top: 18px;
  border: none;
  font-family: font-family: 'GothamRounded-Book', "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px 10px 5px 10px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  opacity: 0.9;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.login-btn:hover {
  color: #FFFFFF;
}

.work-with-mpfy-btn {
  background-image: -webkit-linear-gradient(#484646 0%, rgba(4,4,4,0.65) 100%);
  background-image: -o-linear-gradient(#484646 0%, rgba(4,4,4,0.65) 100%);
  background-image: linear-gradient(#484646 0%, rgba(4,4,4,0.65) 100%);
  border-radius: 4px;
  margin-top: 24px;
  border: none;
  font-family: font-family: 'GothamRounded-Book', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 2px 10px 0 10px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.9;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.front-row-btn:hover,
.login-btn:hover {
  opacity: 1.0;
}

.brand-img {
  width: 75px;
  height: 75px;
}

#marketing-points {
  padding: 50px 0;
}

#marketing-points h3 {
  font-size: 32px;
  text-align: center;
  color: #555;
}

#marketing-points p {
  text-align: center;
  font-size: 18px;
  color: #888;
  margin-bottom: 40px;
  font-family: 'GothamRounded-Book', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mobile-brand-img,
.market-img {
  display: block;
  margin: 0 auto;
}

.mobile-brand-img {
  padding: 10px 0 20px 0;
  width: 75px;
}

.market-img {
  width: 75px;
  height: 75px;
}

@media screen and (min-width: 771px) {
  .mobile-nav {
    display: none;
  }
}

@media screen and (max-width: 770px) {
  .desktop-nav {
    display: none;
  }

  #front-row {
    background: -o-linear-gradient(-89deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%), url('../img/readRelaxTab.jpg') no-repeat center center;
    background: -moz-linear-gradient(-89deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%), url('../img/readRelaxTab.jpg') no-repeat center center;
    background: -ms-linear-gradient(-89deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%), url('../img/readRelaxTab.jpg') no-repeat center center;
    background: -webkit-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url('../img/readRelaxTab.jpg') no-repeat center center;
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('../img/readRelaxTab.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #ffffff;
    min-height: 300px;
  }

  .mobile-nav {
    display: block;
    text-align: center;
  }

  .hero-text,
  .hero-subtext {
    text-align: center;
  }

  .hero-text {
    font-size: 52px;
    padding-top: 20px;
  }

  .hero-subtext {
    color: #fff;
    font-size: 26px;
    padding: 10px 0;
    border-radius: 4px;
    background: rgba(0,0,0,0.4);
}

  .front-row-btn {
    display: block;
    margin: 0 auto 30px;
  }
}

#main-content p {
  font-family: 'GothamRounded-Book', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.0em;
  color: #f1f1f1;
}

#main hr {
  color: #f1f1f1;
}

#main-content ul,
#main-content li {
  list-style-type: none;
  font-size: 1.2em;
}

#main-content ul {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
}

#main-content li {
  display: inline-block;
  padding-right: 20px;
  text-transform: uppercase;
}

#main-content li:last-child {
  padding-right: 0px;
}

@media screen and (max-width: 770px) {
  #main-content .desktop-nav {
    display: none;
  }
}

@media screen and (min-width: 770px) {
  #main-content .mobile-nav {
    display: none;
  }
}

#main-content h1,
#main-content h2,
.shade-text {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

#main-content h1 {
  font-size: 5em;
}

@media screen and (max-width: 468px) {
  #main-content h1 {
    font-size: 4em;
  }
}

#main-content a {
  color: #f1f1f1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#vp {
  background-color: #eee;
  padding-bottom: 5px;
}

#vp p {
  font-size: 1.4em;
}

.flat-form,
.career-tab p,
.career-tab li,
.about-copy,
.faq-copy,
.faq-sec li,
.about-ol {
  font-family: 'GothamRounded-Book', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
}

@media screen and (max-width: 768px) {
  .career-tab p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.flat-form {
  background: #fff;
  box-shadow: none;
  padding: 14px 16px 12px 16px;
  border: 1px solid #e84c53;
  margin-bottom: 5px;
  height: auto;
}

.signup-img {
  display: block;
  max-width: 396px;
}

.form-custnav {
  background: #fff;
  box-shadow: none;
  padding: 8px 12px 5px 12px;
  border: 1px solid #e84c53;
  font-family: 'GothamRounded-Book', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-flat-form {
  background: #e84c53;
  box-shadow: none;
  padding: 14px 16px 12px 16px;
  border: 1px solid #e84c53;
  border-radius: 3px !important;
  height: auto;
  margin-bottom: 5px;
  font-family: 'GothamRounded-Book', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.module {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.7);
  z-index: 999;
}

.hideme {
  opacity: 0;
}

.brand-logo {
  max-height: 20px;
}

.book-cleaning {
  vertical-align: bottom;
  overflow: hidden;
}

.attention {
  font-family: 'GothamRounded-Book', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.prompt-box {
  position: relative;
  background: rgba(0,0,0,.8);
  width: 60%;
  left: 20%;
  margin-bottom: 15px;
}

.prompt-box-arrow {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 16px solid rgba(0,0,0,.8);
  position: absolute;
  width: 1px;
  height: 16px;
  overflow: hidden;
  left: 45%;
  bottom: -16px;
}

.prompt-box p {
  color: #fff;
  padding: 8px;
}

.dark-wood {
  background: url("../img/dark_wood.png") repeat;
}

.squary-light {
  background: url("../img/squairy_light.png") repeat;
}

.foot-divider {
  border-top: 5px solid rgba(100,100,100,.2);
}

.dark-wood h1,
.dark-wood h2,
.dark-wood p,
.sunset h1,
.sunset h2,
.sunset p {
  color: #f1f1f1;
}

.sunset {
  background: url("../img/sunset.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.notification-link {
  color: #E84C53;
}

.nanook {
  margin: -50px auto 0 auto;
  max-height: 60%;
}

.notification {
  max-height: 65%;
  margin: -40px auto 0 auto;
}

.cc,
.stripe {
  margin: 50px auto 0 auto;
}

.cc {
  width: 250px;
}

.btn-custnav {
  font-family: 'GothamRounded-Book', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  padding: 8px 12px 5px 12px;
  background: #e84c53;
  color: #f1f1f1;
  border: 1px solid #e84c53;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.custnav {
  background: rgba(255,255,255,0.8);
  font-family: 'GothamRounded-Book', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  border-bottom: 1px solid #ccc;
}

.navbar-nav > li > a {
  padding-top: 17px;
  padding-bottom: 13px;
  text-shadow: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-default .navbar-nav > .active > a {
  background-color: rgba(240,240,240, 0.4);
}

.home-footer {
  background-color: #eee;
}

.extra-info {
  position: relative;
  background: #444;
  color: #fff;
}

.extra-info:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 2px;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #ccc;
}

.extra-info a,
.extra-info p {
  color: #fff;
}

.extra-info p {
  text-align: center;
}

.extra-info a:hover,
.extra-info a:focus,
.extra-info a:active {
  color: #fff;
}

.extra-info .closer {
  display: none;
}

.extra-info span.icon {
  display: block;
  margin: 0 auto;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  text-align: center;
  font-size: 40px;
  margin-top: 20px;
}

.extra-info h3 {
  position: relative;
  text-align: center;
  font-size: 28px;
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.extra-info h3:after {
  content: '';
  position: absolute;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  width: 50px;
  height: 3px;
  border-radius: 20px;
  bottom: -15px;
  left: 50%;
  margin-left: -25px;
}

.extra-info .holder {
  padding: 25px 0;
  cursor: pointer;
}

.extra-info .holder:hover,
.extra-info .holder:focus {
  background: #666;
}

footer li {
  list-style-type: none;
  font-family: 'GothamRounded-Book', "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 5px;
  font-size: 1.2em;
  text-align: left;
}

footer ul {
  text-align: left;
  padding: 0;
}

footer h4 {
  border-bottom: 1px dotted #444;
}

.newsletter-section {
  background: #444444;
  padding: 80px 0;
}

footer .newsletter p {
  font-size: 18px;
  color: #F1F1F1;
}

footer .newsletter .form-control {
  background: rgba(0,0,0,0.1);
  text-transform: uppercase;
}

footer .newsletter .form-control:focus {
  background: rgba(0,0,0,0.3);
  color: #fff;
}

footer .newsletter .input-group-btn .btn.btn-default {
  color: #fff;
  background: #e84c53;
  padding: 20px 10px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

footer .successful,
footer .not-successful {
  display: none;
  margin-top: 10px;
  border-radius: 2px;
  color: #555;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

footer .successful {
  background: #54E070;
}

footer .not-successful {
  background: #FF8632;
}

footer .newsletter .assurance {
  font-size: 10px;
  text-align: center;
}

.signup-email-address {
  padding: 30px 10px;
}

.country-flag {
  position: relative;
  height: .8em;
  margin-bottom: .2em;
  opacity: .5;
  cursor: pointer;
}

.country-flag:hover {
  opacity: 1;
}

.city-link {
  font-size: 0.6em;
}

.proud-img {
  max-height: 100px;
  margin-bottom: 10px;
}

.img-how {
  position: absolute !important;
  top: -50px;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -25px;
  z-index: 999;
}

@media (max-width: 768px) {
  .img-how {
    left: 40%;
  }
}

.services-background {
  background: url("../img/home-interior.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: none;
}

.faq-background {
  background: url("../img/cartographer.png") repeat;
}

.faq-main,
.about-main {
  font-size: 5em;
  padding: 150px 0;
  margin: 0;
}

.faq-main {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

.about-main {
  color: #555;
}

.faq-sec {
  border-bottom: 1px solid #f6f6f6;
  padding: 20px 0;
}

.faq-sec:nth-child(even) {
  background-color: #FFFFFF;
  background: -webkit-gradient(linear, left center, right center, from(#FFFFFF), to(#FFFFFF), color-stop(.5,#FaFaFa));
  background: -moz-linear-gradient(left, #FFFFFF 0%, #FaFaFa 50%, #FFFFFF 100%);
}

.faq-copy a,
.terms,
.testimonial-header,
.about-head {
  color: #e84c53;
}

.terms-title {
  color: #444;
}

.faq-copy:nth-child(1) {
  margin-top: 20px;
}

.terms strong,
.about-ol strong {
    font-family: 'GothamRounded-Book', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.underline {
  text-decoration: underline;
}

.terms li,
.terms > p {
  font-size: 20px;
  line-height: 1.42;
}

.terms a {
  color: #e84c53;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 768px) {
  .terms li, .terms > p {
    font-size: 16px;
  }
}

.why-copy {
  font-size: 18px;
  line-height: 1.4;
}

.why-background {
  background: url("../img/cleaner-back.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.what-background {
  background: #CFE9FF;
  border-top: 1px solid #A6BDFF;
  border-bottom: 1px solid #A6BDFF;
}

.careers-background {
  background: url("../img/careersBack.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.tech-box {
  height: 175px;
  width: 175px;
  -webkit-border: 1px solid #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 20px auto;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .tech-box {
    height: 125px;
    width: 125px;
  }
}

.collapse {
  display: none;
}

.work-type {
  height: 125px;
  background: #C5E3E3;
  border: 1px solid #6CACE3;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.work-type p {
  font-family: 'GothamRounded-Bold', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  padding: 50px 0;
  text-align: center;
  margin: 0;
}

.lead > em {
  color: #e84c53;
}

.drop-line {
  display: block;
  -webkit-border: 1px solid #A6BDFF;
  border: 1px solid #A6BDFF;
  width: 300px;
  margin: 25px auto;
  border-radius: 50px;
  padding: 15px;
  color: #A6BDFF;
  text-align: center;
  font-size: 32px;
  letter-spacing: -1px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.career-tab {
  background: #6CACE3;
}

.career-tab p,
.career-tab h2 {
  color: #f1f1f1;
}

.testimonial {
  background: #CFE9FF;
  border: 1px solid #A6BDFF;
  background-color: #CFE9FF;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.testimonial p {
  color: #333;
}

.testimonial p:nth-child(2) {
  color: #999;
  font-size: 14px !important;
}

@media screen and (max-width: 1200px){
  .testimonial{
    margin-top: 10px;
  }
}

.social-box {
  background-color: #ddd;
  padding: 15px 20px;
  margin-top: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:    inset 0 1px 2px 0 rgba(0,0,0,0.50), 0 2px 0 rgba(255,255,255,0.9);
  box-shadow:         inset 0 1px 2px 0 rgba(0,0,0,0.50), 0 2px 0 rgba(255,255,255,0.9);
}

.social-box a {
  color: #aaa;
}

.social-fb,
.social-tw,
.social-g,
.social-blg {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.about-background {
  background: url('../img/tileable_wood_texture.png') repeat;
}

.text-small {
  font-size: 0.8em;
}

.text-big {
  font-size: 1.5em;
}

.text-huge {
  font-size: 2.0em;
}

.text-giant {
  font-size: 3.0em;
}

.text-light {
  color: #f1f1f1;
}

.panel-heading,
.panel-default {
  background-color: rgba(255, 255, 255, 0.6);
}

.text-pink {
  color: #e84c53;
}

.text-regular {
  font-family: 'GothamRounded-Book', "Helvetica Neue", Helvetica, Arial, sans-serif;;
}

.btn-penguin {
  background-color: rgba(183,223,255,0.6);
  box-shadow: 0 5px 0 rgba(183,223,255,1.0);
  font-size: 250%;
  font-family: 'GothamRounded-Book', 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  padding: 20px;
  text-transform: uppercase;
  border-radius: 4px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
  border: 1px solid rgba(255,255,255,0.7);
    -moz-transition: 0.2s ease-in all;
  -webkit-transtion: 0.2s ease-in all;
         transition: 0.2s ease-in all;
}

.security-pic,
.services-pic {
  max-width: 150px;
  margin: 0 auto;
}

.security-pic {
  padding-top: 30px;
}

.black-frost {
  background: rgba(0,0,0,0.3);
}

.black-header,
.black-footer {
  background: #222A2D;
  color: #fff;
}

.black-header {
  border-radius: 4px 4px 0 0;
}

.black-footer {
  border-radius: 0 0 4px 4px;
}

.black-header .close {
  color: #f1f1f1;
}

.modal .btn {
  color: #999;
  font-family: 'GothamRounded-Book' sans-serif;
}

.price-tier {
  background: #222a2d;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(20,20,20,0.3);
}

.price-tier .pt-head {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  background: #e84c53;
  color: #fff;
  border-radius: 4px 4px 0 0;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  font-size: 20px;
  padding: 10px;
}

.price-tier .pt-head:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e84c53;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}

.price-tier .pt-body {
  font-family: 'GothamRounded-Book' sans-serif;
  text-align: center;
  color: #fff;
  font-size: 48px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  padding: 20px 10px;
}

.pt-body span,
.pt-body span.sub-info {
  font-size: 14px;
}

.pt-body span.sub-info {
  display: block;
  text-align: center;
}

.pt-body p {
  color: #fff;
  font-family: 'GothamRounded-Book' sans-serif;
  font-size: 16px;
}

.pt-button {
  display: block;
  margin: 10px auto 0 auto;
  background: #e84c53;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  border: none;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 20px;
  padding: 5px 20px;
}

.price-tier li {
  font-family: 'GothamRounded-Book' sans-serif;
  font-size: 18px;
  text-align: left;
}

.text-fatty {
  font-family: 'GothamRounded-Bold' sans-serif;
}

.vp-item img {
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.vp-item:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 767px) {

  .price-tier .pt-head {
    font-size: 16px;
  }

  .price-tier .pt-body {
    font-size: 28px;
  }
}

.works-how {
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 50%;
  margin-left: -55px;
  border-radius: 50%;
  color: #fff;
  background: #222a2d;
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  line-height: 1.1;
  padding-top: 20px;
  border: 2px solid #fff;
}

.works-how span {
  display: block;
  position: relative;
  font-size: 18px;
}

.works-how span:before,
.works-how span:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 40px;
  background: #fff;
  border-radius: 10px;
  top: 50%;
  margin-top: -3px;
}

.works-how span:before {
  left: 0;
}

.works-how span:after {
  right: 0;
}

.supply-modal-img {
  display: block;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background: #FFFFFF;
  border-radius: 50%;
}

.supply-modal-img img {
  height: 150px;
  width: 150px;
  margin-top: 25px;
}

/* ==========================================================================
   COVID-specific styles
   ========================================================================== */
.covid {
  padding: 10px 0px;
  background: #F47070;
  opacity: 0.5;
  transition: 0.2s linear;
}

.covid:hover {
  opacity: 1.0;
}

.covid p {
  color: #FFFFFF;
  font-size: 1.5rem;
  margin-bottom: 0px;
  text-align: center;
}


/* ==========================================================================
   State Styles
   ========================================================================== */

a:hover,
a:focus {
  text-decoration: none;
  color: #e84c53;
}

.btn-custnav:hover,
.btn-flat-form:hover {
  color: #f1f1f1;
  background: #ff6061;
}

#main-content a:hover {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a:hover {
  color: #e84c53;
  background-color: rgba(255,255,255,0);
}

@media (max-width: 768px) {
  .navbar-nav > li > a:hover {
    color: #e84c53;
    border-top: none;
  }
}

.form-control:focus {
  box-shadow: none !important;
  border-color: #e84c53 !important;
}

.faq-copy a:hover {
  border-bottom: 1px dotted #777;
}

.terms a:hover {
  color: #000;
}

.tech-box:hover {
  border-radius: 40px;
}

.work-type:hover,
.work-typejs {
  cursor: pointer;
  background: #6CACE3;
}

.drop-line:hover {
  background: #A6BDFF;
  color: #f1f1f1;
}

.testimonial:hover {
  box-shadow: 0px 0px 4px rgba(0,0,0,0.9);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.social-box a.social-fb:hover {
  color: #284386;
}

.social-box a.social-tw:hover {
  color: #1ab7ea;
}

.social-box a.social-g:hover {
  color: #c13222;
}

.social-box a.social-bl:hover {
  color: #e84c53;
}

.js-hide-me {
  opacity: 0;
}

.js-show-me {
  opacity: 1;
}

.btn-penguin:hover {
  background-color: rgba(183,223,255,0.9);
  /*box-shadow: 0 5px 0 rgba(183,223,255,1.0);*/
  border: 1px solid rgba(255,255,255,1.0);
  color: #fff;
}

@media (max-width: 468px) {
  footer li a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 820px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 12px;
  }
}

@media screen and (max-width: 992px) {

#front-row nav ul,
#front-row nav li {
  font-size: 18px;
  }
}

/* ==========================================================================
   Survey Styles
   ========================================================================== */

.survey-status-box {
    background-color: #ddd;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid;
    font-size: 2em;
}

.survey-status-hidden {
    display: none;
}

.survey-status-success {
    background-color: #5cb85c;
    border-color: #008000;
}

.survey-status-error {
    background-color: #e84c53;
    border-color: #800000;
}


/* ==========================================================================
   Email Signup Form (general not just footer)
   ========================================================================== */

.signup-email-success {
    display: none;
}

.signup-email-error {
    display: none;
}