@import url("https://fonts.googleapis.com/css?family=Raleway");
@font-face {
  font-family: 'menu';
  src: url("../fonts/menudac9.eot?30002408");
  src: url("../fonts/menudac9.eot?30002408#iefix") format('embedded-opentype'), url("../fonts/menudac9.woff?30002408") format('woff'), url("../fonts/menudac9.ttf?30002408") format('truetype'), url("../fonts/menudac9.svg?30002408#menu") format('svg');
  font-weight: normal;
  font-style: normal;
}
.demo-icon {
  font-family: "menu";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
/* fix buttons height, for twitter bootstrap */
  line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
  margin-left: 0.2em;
/* You can be more comfortable with increased icons size */
  font-size: 65px;
/* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.header,
.footer {
  background-color: #55b3d5;
  padding: 30px 0 20px;
}
@media (min-width: 992px) {
  .header,
  .footer {
    padding-bottom: 40px;
  }
}
.header a,
.header h1,
.header p,
.footer a,
.footer-phone-number,
.footer p {
  color: #fff;
}
.logo {
  float: left;
  padding-right: 20px;
}
.header-text-area {
  margin-top: -38px;
}
@media (min-width: 768px) {
  .header-text-area {
    margin-top: 0;
  }
}
.footer-phone,
.footer-phone-number {
  float: left;
}
.footer-phone-number {
  padding-left: 10px;
}
.footer-phone {
  max-width: 30px;
  position: relative;
  top: 15px;
}
.copyright {
  padding: 10px 0;
}
.btn {
  background-color: #55b3d5;
  color: #fff;
}
.btn:hover {
  background-color: #44a0c2;
  color: #fff;
}
.help-icon {
  width: 42px;
  height: 42px;
  display: block;
  float: left;
  background: url("../img/help-icon.png") no-repeat bottom center;
}
.help-icon:hover {
  background-position: -50% 0;
}
.tooltip.right .tooltip-inner {
  background-color: #dbedf4;
  color: #000;
  padding: 5px;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #dbedf4;
}
.unsubscribe-button {
  background-color: #c77cb1;
}
.unsubscribe-button:hover {
  background-color: #b05f98;
}
.unsubscribed-button {
  background-color: transparent;
  border: 1px solid #c77cb1;
  color: #c77cb1;
  cursor: default;
}
.unsubscribed-button:hover {
  background-color: transparent;
  color: #c77cb1;
}
.x-on-button {
  padding-right: 10px;
  font-weight: bold;
}
.menu {
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .menu {
    padding: 20px;
  }
}
.menu ul {
  list-style-type: none;
  padding-top: 23px;
}
.menu ul li {
  float: left;
  display: inline;
  font-size: 18px;
  margin: 0 3px;
  padding: 10px 10px;
  border: 2px solid #55b3d5;
  border-radius: 6px;
}
a.menu-link {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 19px 10px;
  font-size: 2.5em;
  position: relative;
  top: -15px;
}
a.menu-link:hover {
  text-decoration: none;
}
@media only screen and (min-width: 320px) {
  a.menu-link {
    padding: 30px 10px;
  }
}
.mobile-menu {
  background-color: #44a0c2;
  clear: both;
  min-width: inherit;
  float: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.logout-btn {
  display: inline-block;
  padding: 20px 0 30px;
}
.mobile-menu-close {
  text-align: right;
  padding: 0 20px 0 0 !important;
}
.mobile-menu-close .demo-icon {
  font-size: 24px;
}
.mobile-menu,
.mobile-menu > ul ul {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease-out;
}
.mobile-menu > li > ul.sub-menu {
  padding: 0px;
  border: none;
}
.mobile-menu.active,
.mobile-menu > ul ul.active {
  height: 460px;
  transition: height 0.3s ease-out;
}
.mobile-menu ul {
  display: inline;
}
.mobile-menu li,
.mobile-menu > ul > li {
  display: block;
  text-align: center;
  font-size: 25px;
}
.mobile-menu li a {
  display: block;
  padding: 0.8em;
  position: relative;
}
.mobile-menu li.has-submenu > a:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 1.5em;
  padding: 0.55em 0.5em;
}
.mobile-menu li.has-submenu > a.active:after {
  content: "-";
}
.mobile-menu ul ul > li a {
  background-color: #e4e4e4;
  height: 58px;
  padding: 19px 18px 19px 30px;
}
.mobile-menu ul ul,
.mobile-menu ul ul ul {
  display: inherit;
  position: relative;
  left: auto;
  top: auto;
  border: none;
}
#landingModal .modal-title {
  color: #55b3d5;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
}
#landingModal .modal-close {
  font-size: 18px;
  margin: 0 3px;
  padding: 10px 10px;
  background-color: #fff;
  border: 2px solid #55b3d5;
  color: #55b3d5;
  border-radius: 6px;
}
#landingModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#landingModal .modal-header {
  border-bottom: 1px solid #55b3d5;
}
#landingModal .modal-footer {
  border-top: 1px solid #55b3d5;
}
@media screen and (min-width: 768px) {
  .modal {
    text-align: center;
  }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#about-us .content {
  margin-top: 0;
}
#about-us .left-section {
  margin-top: 8%;
}
#about-us .content ul {
  padding: 0;
}
#about-us .content li {
  list-style-type: none;
  padding: 10px 0;
}
#about-us .content li:before {
  content: url("../img/bullet.png");
  width: 10px;
  height: 10px;
  padding-right: 10px;
}
#about-us .content ul li ul {
  padding: 0;
}
#about-us .content ul li ul li {
  padding: 0;
  font-weight: bold;
}
#about-us .content ul li ul li:before {
  content: '';
  width: 0;
  height: 0;
  padding-right: 20px;
}
#home .content {
  margin-top: 6%;
}
#home  input {
  width: 100%;
  margin: 20px 0;
  border: 1px solid #55b3d5;
  padding: 10px 5px;
}
#home button {
  float: left;
  padding: 10px;
  margin-right: 10px;
}
#home .content .row,
#support .content .row {
  padding-bottom: 50px;
}
.grey-out * {
  color: #ddd;
}
.grey-out .img-responsive {
  opacity: 0.5;
}
#products .header,
#products .footer {
  background-color: #c77cb1;
}
#products .mobile-menu {
  background-color: #b05f98;
}
#products .menu ul li {
  border: 2px solid #c77cb1;
}
#products .product-images {
  margin-bottom: 20px;
}
#products .product-descriptions {
  margin-bottom: 10px;
  padding: 30px 0;
}
#products .bounce-mobi {
  margin-top: 50px;
}
#products .content {
  margin-top: 0;
}
.gossip-box {
  margin-top: 13px;
}
.section-heading {
  font-size: 45px;
}
@media (min-width: 768px) {
  .Product__logo--ifitness {
    position: relative;
    top: 88px;
    left: -70px;
    margin-bottom: 50px !important;
  }
}
@media (min-width: 1200px) {
  .Product__logo--ifitness {
    top: 70px;
    left: -95px;
    margin-bottom: 12px !important;
  }
}
.Product__logo--wwe {
  height: 190px;
}
@media (min-width: 992px) {
  .Product__logo--wwe {
    height: 250px;
  }
}
.service-img-food {
  width: 80%;
}
.profile-service-text {
  font-size: 16px !important;
  margin: 1em 0 !important;
}
#profile .header {
  padding: 30px 0 0 0;
}
#profile .header .white-divider {
  width: 85%;
}
#profile .content p {
  color: #444;
  font-size: 20px;
  margin: 0;
}
#profile .content h2 {
  padding-bottom: 10px;
}
#profile .content hr {
  border-top: 2px solid #c2c2c2;
  margin: 20px 0;
}
#profile .content .btn {
  font-size: 20px;
}
.profile-logo {
  width: 260px;
}
.active-subscriptions {
  margin-bottom: 50px;
}
.active-subscriptions img,
.unsubscribed-services img {
  margin-bottom: 20px;
}
.subscription-row {
  padding-bottom: 40px;
}
.subscription-row:not(:last-of-type) {
  border-bottom: 2px solid #c2c2c2;
  margin-bottom: 40px;
}
.profile-header-number {
  color: #fff;
  margin: 10px 0;
  font-weight: bold;
}
#support .header,
#support .footer {
  background-color: #81c8bd;
}
#support .mobile-menu {
  background-color: #69b8ac;
}
#support .Utility__Margin_bottom {
  margin-bottom: -40px;
}
#support .menu ul li {
  border: 2px solid #81c8bd;
}
#support .content h2 {
  margin: 0 0 10px;
}
#support .content {
  margin-top: 50px;
}
.js-support-question {
  border-radius: 50%;
  border: 3px solid #81c8bd;
  width: 39px;
  color: #81c8bd;
  font-size: 35px;
}
.js-support-question.demo-icon {
  position: absolute;
  right: 0;
}
@media (min-width: 600px) {
  .js-support-question {
    border: 4px solid #81c8bd;
    font-size: 48px;
    width: 55px;
  }
}
@media (min-width: 750px) {
  .js-support-question {
    font-size: 60px;
    width: 70px;
  }
}
.support-number {
  border: 3px solid #81c8bd;
  border-radius: 50%;
  color: #c77cb1;
  display: inline-block;
  font-weight: 800;
  height: 30px;
  width: 30px;
  line-height: 26px;
  text-align: center;
}
@media (min-width: 600px) {
  .support-number {
    border: 4px solid #81c8bd;
    font-size: 26px;
    height: 55px;
    line-height: 46px;
    width: 55px;
  }
}
@media (min-width: 750px) {
  .support-number {
    font-size: 30px;
    height: 70px;
    line-height: 62px;
    width: 70px;
  }
}
.Utility__Margin_bottom {
  margin-bottom: 30px;
}
.Utility__Margin_auto {
  margin: auto;
}
.Utility__Text_light {
  font-size: 36px;
  color: #c2c2c2;
}
.Utility__Position_relative {
  position: relative;
}
body {
  font-family: 'Raleway', sans-serif;
}
.container {
  padding-left: 25px;
  padding-right: 25px;
}
a:focus,
a:hover {
  text-decoration: underline;
}
.blue {
  color: #55b3d5;
}
.pink {
  color: #c77cb1;
}
.block {
  display: block;
}
@media (min-width: 768px) {
  .header-title {
    position: relative;
    top: 50px;
  }
}
.header-text-area p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .header-text-area {
    max-width: 370px;
  }
}
.product-header {
  margin-top: 70px;
}
.white-divider {
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.content {
  margin-top: 20px;
}
.xs-float-left {
  float: left;
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .profile {
    border: 2px solid #fff !important;
    border-radius: 6px;
    padding: 10px 20px;
    margin: 20px;
  }
  .profile:hover {
    background: #fff;
  }
  .profile:hover a {
    color: #55b3d5;
    text-decoration: none;
  }
  #products .profile:hover a {
    color: #c77cb1;
  }
  #support .profile:hover a {
    color: #81c8bd;
  }
  .menu-link {
    display: none;
  }
  .xs-float-left {
    float: none;
  }
  #products .header {
    padding: 30px 0 0 0;
  }
  #support .content h2 {
    margin: 20px 0 10px 0;
  }
  #support .collapse {
    padding-top: 0;
  }
  .profile-header-number {
    font-size: 40px;
  }
  .active-subscriptions {
    margin-bottom: 100px;
  }
  .active-subscriptions img,
  .unsubscribed-services img {
    margin-bottom: 0;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .header-image,
  .phone-ninja,
  .spider {
    position: absolute;
  }
  .header-image {
    top: 80px;
    left: 100px;
    width: 80%;
  }
  .header-text-area {
    padding: 0 30px;
  }
  #home .header-text-area {
    padding: 0 30px 20px 0;
  }
  .menu ul {
    padding-top: 18px;
  }
  .menu ul li {
    font-size: 22px;
    margin: 0 18px;
  }
  .menu-links {
    float: right;
  }
  .content {
    min-height: 640px;
  }
  #about-us .content {
    min-height: 654px;
  }
  .footer-phone,
  .footer-phone-number {
    font-size: 17.5px;
  }
  .product-descriptions .left {
    padding-left: 71px;
  }
  .product-descriptions .right {
    padding-left: 20px;
  }
  #support .header {
    padding-bottom: 50px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .header-image {
    top: 40px;
  }
  #profile .header .white-divider {
    width: 65%;
  }
}
/* responsive text queries */
@media screen and (max-width: 992px) {
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
}

/*# sourceMappingURL=main.css.map */
