@charset "UTF-8";
/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
/* Red & Orange*/
/* Yellow */
/* Green */
/* Blue */
/* Grey */
/*************************************************************************************/
@import url(/Users/fhuseman/www/diet-site/src/dietsite-assets/css/magnific-popup.css);
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
h1 {
  margin: .25em 0;
  padding: 0;
  font-size: 60px;
  font-weight: 100;
  color: #2b2b2b;
  cursor: default;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  h1 {
    font-size: 3em;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  h1 {
    font-weight: 300;
    font-size: 2em;
  }
}

h2 {
  margin: .25em 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  font-size: 48px !important;
  color: #333;
  cursor: default;
}

h3 {
  font-display: swap;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 24px;
  font-weight: 300;
  color: #333;
  cursor: default;
}

h2:first-of-type,
h3:first-of-type {
  margin-top: 0;
}

h4 {
  font-display: swap;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  cursor: default;
}

/*************************************************************************************/
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0f97f9;
  /* 0f97f9 4ba8dc */
}

a:hover {
  text-decoration: underline;
  color: #08c;
}

a:focus {
  outline: none;
}

.at4-follow-outer {
  display: none;
}

/*************************************************************************************/
p {
  margin: 0 0 1.5em 0;
}

blockquote {
  border-color: #66625b;
}

/*************************************************************************************/
body.homepage #wrapper > header {
  padding-top: 71px;
}

body.nav-open {
  overflow: hidden;
}

#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#wrapper a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*************************************************************************************/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
/* TOP NAVIGATION
-------------------------------------------------------------- */
.sitenav {
  --textLinkColor: #1E1F44;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 70px;
  z-index: 1;
}

.sitenav__container {
  position: relative;
  width: 100%;
  max-width: 1270px;
  padding: 0 10px;
  margin: 0 auto;
}

.sitenav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  font-size: 16px;
}

.sitenav__logo {
  display: inline-block;
  width: 125px;
  height: 24px;
  background-image: url("/dietsite-assets/images/nav/logo.svg");
  background-repeat: no-repeat;
  background-size: 125px 24px;
  background-position: 0 0;
  text-indent: -10em;
  margin-right: auto;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
}

.sitenav__menu-link {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  font-weight: 500;
  color: var(--textLinkColor);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sitenav__menu-link:hover,
.sitenav__menu-link:focus {
  text-decoration: none;
  color: var(--textLinkColor);
}

.sitenav__menu-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: -2px;
  right: -2px;
  height: 2px;
  background: var(--textLinkColor);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sitenav__menu-link:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.sitenav__button {
  display: inline-block;
  background: none;
  border: 2px solid var(--textLinkColor);
  border-radius: 32px;
  padding: .35em 1.5em;
  margin-left: 20px;
  text-decoration: none;
  font-weight: 500;
  color: var(--textLinkColor);
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sitenav__button:hover {
  background: var(--textLinkColor);
  border-color: var(--textLinkColor);
  text-decoration: none;
  color: #fff;
}

.sitenav__toggle {
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  background: none;
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.sitenav__toggle:focus {
  outline: none;
}

.sitenav__toggle-burger,
.sitenav__toggle-burger:before,
.sitenav__toggle-burger:after {
  display: block;
  width: 28px;
  height: 2px;
  background: #1E1F44;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sitenav__toggle-burger:before,
.sitenav__toggle-burger:after {
  content: "";
}

.sitenav__toggle-burger:before {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.sitenav__toggle-burger:after {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.sitenav__toggle-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.sitenav-curve {
  z-index: -1;
}

/* SITE NAV - DARK BACKGROUND */
.sitenav__content.sitenav-dark .sitenav__logo {
  background-image: url("/dietsite-assets/images/nav/logo-white.svg");
}

.sitenav__content.sitenav-dark .sitenav__menu-link,
.sitenav__content.sitenav-dark .sitenav__menu-link:after,
.sitenav__content.sitenav-dark .sitenav__button {
  color: #fff;
}

.sitenav__content.sitenav-dark .sitenav__menu-link:after {
  background: #fff;
}

.sitenav__content.sitenav-dark .sitenav__button {
  border-color: #fff;
}

.sitenav__content.sitenav-dark .sitenav__button:hover {
  background: #fff;
  color: var(--textLinkColor);
}

/* SITE NAV - MOBILE */
@media only screen and (max-width: 691px) {
  .sitenav {
    padding: 0;
  }
  .sitenav__toggle {
    display: inline-block;
  }
  .sitenav__content {
    position: relative;
    overflow: hidden;
    min-height: 50px;
  }
  .sitenav__logo {
    position: absolute;
    top: 20px;
    left: 10px;
    background-image: url("/dietsite-assets/images/nav/logo.svg") !important;
  }
  .sitenav__content.sitenav-dark .sitenav__logo {
    background-image: url("/dietsite-assets/images/nav/logo-white.svg") !important;
  }
  .sitenav__toggle {
    position: absolute;
    top: 5px;
    right: -15px;
    cursor: pointer;
  }
  .sitenav__content.sitenav-dark .sitenav__toggle-burger,
  .sitenav__content.sitenav-dark .sitenav__toggle-burger:before,
  .sitenav__content.sitenav-dark .sitenav__toggle-burger:after {
    background: #fff;
  }
  .sitenav__menu,
  .sitenav__button {
    display: none;
  }
  /* DISPLAY MENU */
  .sitenav__content.sitenav-open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 999999;
  }
  .sitenav-open .sitenav__logo {
    top: 20px;
    left: 20px;
  }
  .sitenav-open .sitenav__toggle {
    top: 5px;
    right: -5px;
  }
  .sitenav-open .sitenav__toggle-burger {
    background: transparent;
  }
  .sitenav-open .sitenav__toggle-burger:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sitenav-open .sitenav__toggle-burger:after {
    -webkit-transform: translateY(-2px) rotate(-45deg);
            transform: translateY(-2px) rotate(-45deg);
  }
  .sitenav-open .sitenav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    font-size: 6vh;
  }
  .sitenav__menu-link {
    padding: 10px;
    color: var(--textLinkColor) !important;
  }
  .sitenav-open .sitenav__button {
    position: relative;
    top: -40px;
    display: inline-block;
    border-radius: 50px;
    border-color: var(--textLinkColor) !important;
    margin: 0;
    font-size: 4vh;
    color: var(--textLinkColor) !important;
  }
}

@media only screen and (min-width: 861px) {
  body.translated .topnav__logo {
    margin: 25px 0 25px 150px;
  }
}

body #wrapper > header {
  padding-top: 80px;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  body #wrapper > header {
    padding-top: 0;
  }
}

.sitenav-dark .sitenav__language:hover .language-dropdown {
  background-image: url("/dietsite-assets/images/common/arrow-down-white.png");
  color: var(--textLinkColor);
}

.sitenav-dark .sitenav__language .language-dropdown {
  /*background-image: url('/dietsite-assets/images/common/arrow-down-white.png') !important; */
  background-image: none;
  color: #fff;
}

.sitenav-dark .sitenav__language .language-links {
  border-top-right-radius: 7px;
  border-top-left-radius: 0;
}

.sitenav-dark .sitenav__language > header {
  padding-top: 150px;
}

@media only screen and (min-width: 0px) and (max-width: 860px) {
  .sitenav-dark .sitenav__language > header {
    background-size: 100%;
    margin-top: 20px;
  }
}

.topnav-language-globe {
  background-image: url("/dietsite-assets/images/nav/icon-language-dark.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
  height: 20px;
  width: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 860px) {
  .topnav-language-globe {
    background-size: 100%;
    height: 25px !important;
    width: 25px !important;
    margin-top: 20px;
  }
}

.sitenav__language {
  display: inline;
  position: relative;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding: 0 0 0 15px;
  margin-right: -5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.sitenav__language .language-links {
  padding: 0;
  position: absolute;
  top: 70px;
  left: 0;
  border-left: 1px solid #dcdad4;
  border-right: 1px solid #dcdad4;
  border-bottom: 1px solid #dcdad4;
  width: 180px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.sitenav__language:hover .language-dropdown {
  background-image: url("/dietsite-assets/images/common/arrow-down-black.png") !important;
  background-position: right center;
  text-decoration: none;
}

.sitenav__language:hover a {
  color: #000000 !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .sitenav__language:hover a {
    color: #ffffff !important;
    background-image: none;
    font-size: 22px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .sitenav__language:hover a {
    color: #ffffff !important;
    background-image: none;
    font-size: 22px;
  }
}

.sitenav__language:hover .language-dropdown {
  background-color: white;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .sitenav__language:hover .language-dropdown {
    background-color: transparent;
  }
}

.sitenav__language:hover .language-links {
  display: block;
  top: 30px;
  left: 35px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border-top-left-radius: 7px;
  width: 120px;
  padding-left: 10px;
  color: var(--textLinkColor);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  opacity: 1;
  visibility: visible;
}

.sitenav__language:hover .language-links li {
  list-style: none;
  padding: 3px 0;
}

.sitenav__language:hover .language-links li:hover {
  color: #000000;
}

.sitenav__language:hover .language-links li:hover:nth-of-type(2) {
  border-top-left-radius: 7px;
}

.sitenav__language:hover .language-links li:hover:last-of-type {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .sitenav__language:hover .language-links li {
    height: 10vh;
    line-height: 8vh;
    border-bottom: 1px solid #ffb2a2;
    color: #ffffff;
    font-size: 22px;
  }
  .sitenav__language:hover .language-links li:hover {
    background-color: transparent;
    color: #ffffff;
  }
  .sitenav__language:hover .language-links li:hover:nth-of-type(2) {
    border-top-right-radius: 0px;
  }
  .sitenav__language:hover .language-links li:hover:last-of-type {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .sitenav__language:hover .language-links li {
    height: 10vh;
    line-height: 8vh;
    border-bottom: 1px solid #ffb2a2;
    color: #ffffff;
    font-size: 22px;
  }
  .sitenav__language:hover .language-links li:hover {
    background-color: transparent;
    color: #ffffff;
  }
  .sitenav__language:hover .language-links li:hover:nth-of-type(2) {
    border-top-right-radius: 0px;
  }
  .sitenav__language:hover .language-links li:hover:last-of-type {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .sitenav__language:hover .language-links {
    display: none;
    background: #fe8941;
    /* #fe8941, #fe6c4e */
    background-image: linear-gradient(135deg, #fe8941 0%, #fe6c4e 100%);
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100vh;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .sitenav__language:hover .language-links {
    display: none;
    background: #fe8941;
    /* #fe8941, #fe6c4e */
    background-image: linear-gradient(135deg, #fe8941 0%, #fe6c4e 100%);
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100vh;
  }
}

.sitenav__language .lang-mobile {
  display: none;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .sitenav__language .lang-mobile {
    display: inherit;
    line-height: 10vh !important;
    border-bottom: 0px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .sitenav__language .lang-mobile {
    display: inherit;
    line-height: 10vh !important;
    border-bottom: 0px !important;
  }
}

.sitenav__language .lang-mobile-close {
  position: absolute;
  top: 22px;
  right: 10px;
  display: block;
  background-image: url("/dietsite-assets/images/nav/icon-close.png") !important;
  background-image: none, url("/dietsite-assets/images/nav/icon-close.svg") !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 20px;
  width: 40px;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  outline: none;
  text-indent: 34px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  color: white;
  opacity: .5;
  z-index: 9999999;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sitenav__language .lang-mobile-close:hover, .sitenav__language .lang-mobile-close:active, .sitenav__language .lang-mobile-close:focus {
  opacity: 1;
  text-decoration: none;
}

.sitenav__language .lang-mobile-icon {
  margin-top: -6px;
  margin-right: 7px;
  display: none;
}

.sitenav__language .language-dropdown {
  display: inline;
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 20px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding: 12px 22px 12px 10px;
  color: var(--textLinkColor);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .sitenav__language .language-dropdown {
    background-image: none;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 860px) {
  .sitenav__language {
    display: none;
  }
}

[class^="icon-"] {
  font-size: 20px;
  color: #333;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  position: relative;
}

@-webkit-keyframes dropIn {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-90deg) rotateZ(-10deg) translateY(-25%);
            transform: rotateY(-90deg) rotateZ(-10deg) translateY(-25%);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0deg) rotateZ(0deg) translateY(0px);
            transform: rotateY(0deg) rotateZ(0deg) translateY(0px);
  }
}

@keyframes dropIn {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-90deg) rotateZ(-10deg) translateY(-25%);
            transform: rotateY(-90deg) rotateZ(-10deg) translateY(-25%);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0deg) rotateZ(0deg) translateY(0px);
            transform: rotateY(0deg) rotateZ(0deg) translateY(0px);
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  100% {
    opacity: 0;
  }
  0% {
    opacity: 0;
  }
}

@keyframes fadeout {
  100% {
    opacity: 0;
  }
  0% {
    opacity: 0;
  }
}

/*************************************************************************************/
.slide {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.slide--down {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.slide--up {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

/*************************************************************************************/
.topnav-warning {
  background: #e54827;
  padding: 10px;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  color: #eee;
}

.topnav-warning a {
  text-decoration: underline;
  color: #fff;
}

/*************************************************************************************/
#wrapper > header {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 360px;
  font-display: swap;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  #wrapper > header {
    height: auto !important;
  }
}

@media only screen and (min-width: 861px) and (max-width: 1380px) {
  #wrapper > header .container,
  .container,
  .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  #wrapper > header .container,
  .container,
  .container-fluid {
    top: 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  #wrapper > header .container,
  .container,
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#wrapper > header .container {
  position: relative;
  max-width: 1300px !important;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 300;
  font-size: 3.2em;
  color: #fff;
  z-index: 1;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  #wrapper > header .container {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#wrapper > header .page-title {
  padding: 60px 60px 40px 60px;
  text-align: center;
  color: #fff;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  #wrapper > header .page-title {
    top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  #wrapper > header .page-title p {
    max-width: 80%;
    margin: 0 auto;
    padding-top: 40px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  #wrapper > header .page-title p {
    padding-top: 0;
    font-size: 16px;
  }
}

#wrapper > header .page-title p,
#wrapper > header .content-title p {
  opacity: 0;
  opacity: 1\9;
  -webkit-animation: fadein .25s 1s 1 forwards ease-out !important;
  animation: fadein .25s 1s 1 forwards ease-out !important;
  letter-spacing: .05em;
  font-size: .5em;
  font-weight: 300;
  color: #fff;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  #wrapper > header .page-title p,
  #wrapper > header .content-title p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem !important;
  }
}

#wrapper > header .page-title p b,
#wrapper > header .content-title p b {
  display: inline-block;
  margin-bottom: .5em;
  font-size: 1.1em;
  font-weight: 400;
  color: #fff;
}

#wrapper > header h1,
#wrapper > header h2 {
  margin: 10px 0 30px 0;
  padding: 0;
  line-height: 1;
  font-weight: 300 !important;
  opacity: 0;
  opacity: 1\9;
  -webkit-animation: fadein .6s .8s 1 forwards ease-out !important;
  animation: fadein .6s .8s 1 forwards ease-out !important;
  color: #fff;
  cursor: default;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  #wrapper > header h1,
  #wrapper > header h2 {
    font-size: 2em;
    line-height: 1.1em;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  #wrapper > header h1,
  #wrapper > header h2 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .25em;
    font-size: 32px !important;
  }
}

#wrapper > header h1 a,
#wrapper > header h2 a,
#wrapper > header h1 a:hover,
#wrapper > header h2 a:hover {
  text-decoration: none;
  color: #000;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  #wrapper > header .vertical-center {
    -webkit-transform: none;
    transform: none;
  }
}

#wrapper > header .video {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 320px;
  max-height: 720px;
  overflow: hidden;
}

@media only screen and (min-width: 861px) and (max-width: 1380px) {
  #wrapper > header .video {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  #wrapper > header .video {
    display: none;
  }
}

#wrapper > header video {
  display: block;
  width: 100%;
  height: auto;
  min-height: 320px;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  #wrapper > header video {
    display: none;
  }
}

#wrapper > header video img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#wrapper > header .btn-outline {
  display: inline-block;
  background: none;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-appearance: none;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  outline: none;
  font-weight: 300;
  color: #fff;
}

#wrapper > header .btn-outline:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: #fff;
  text-decoration: none;
  color: #fff;
}

#wrapper > header .btn-large {
  height: 68px;
  line-height: 68px;
  font-size: 18px;
}

/* SLIM HEADER */
#wrapper > header.header-slim {
  height: 30%;
  min-height: 360px;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  #wrapper > header.header-slim {
    height: 25%;
    min-height: 280px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  #wrapper > header.header-slim {
    height: 20%;
    min-height: 200px;
  }
}

#wrapper > header.header-slim:after {
  background: none;
  /*url('images/wrapper/bg-pixel-20.png');*/
}

#wrapper > header.header-slim h1,
#wrapper > header.header-slim h2 {
  margin-bottom: 30px;
  text-shadow: none;
  font-weight: 100;
  font-size: 64px;
  color: #333;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  #wrapper > header.header-slim h1,
  #wrapper > header.header-slim h2 {
    max-width: 100%;
  }
}

#wrapper > header.header-slim .container {
  top: 0;
}

#wrapper > header.header-slim .page-title {
  padding-top: 120px;
}

/* LARGE HEADER (2-lines of text)*/
#wrapper > header.header-lg .page-title,
#wrapper > header.header-lg .content-title {
  padding-top: 0;
}

#wrapper > header.header-lg .container {
  top: 100px;
  width: 60%;
}

#wrapper > header .btn-white {
  position: relative;
  top: 1px;
  background: #fff;
  border-color: #fff;
  padding: 0 32px;
  text-transform: uppercase;
  color: #0295ff;
}

#wrapper > header .btn-white:hover {
  background: rgba(255, 255, 255, 0.85);
  color: #333;
}

/*************************************************************************************/
#wrapper .subnav {
  position: relative;
  background: #363432;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

#wrapper .subnav ul {
  display: inline-block;
  width: 90%;
  max-width: 1280px;
  overflow: auto;
  margin: 0;
  padding: 0 15px;
}

#wrapper .subnav ul li {
  display: inline-block;
  width: 25%;
  list-style: none;
  float: left;
}

#wrapper .subnav.subnav-three ul li {
  width: 25%;
}

#wrapper .subnav.subnav-four ul li {
  width: 25%;
}

#wrapper .subnav.subnav-five ul li {
  width: 20%;
}

#wrapper .subnav.subnav-six ul li {
  width: 16.66%;
}

#wrapper .subnav ul li a {
  position: relative;
  display: block;
  height: 100px;
  line-height: 100px;
  text-align: center;
  outline: none;
  font-size: 1.4em;
  color: #fff;
}

#wrapper .subnav ul li a:hover {
  background: #494744;
  border-bottom: 4px solid #ff6e41;
  text-decoration: none;
  color: #fff;
}

#wrapper .subnav ul li a.subnav-active,
#wrapper .subnav ul li a.subnav-active:hover {
  /*background: #fff  2b2927;
    color: #000;*/
  background: #292724;
  border-bottom: 4px solid #ff6e41;
  color: #fff;
}

#wrapper .subnav ul li a.subnav-active:hover {
  text-decoration: none;
  cursor: default;
}

#wrapper .subnav li a.pro:after {
  content: "PRO";
  position: absolute;
  top: 10px;
  right: 5px;
  display: inline-block;
  background: #fc5d45;
  border-radius: 3px;
  font-size: 12px;
  line-height: 16px;
  padding: 3px 10px;
  color: #fff;
  opacity: .5;
}

#wrapper .subnav li a.pro:hover:after {
  opacity: 1;
}

/*************************************************************************************/
.footer {
  background: #fff !important;
  border: none !important;
  padding: 8em 70px 4em 70px !important;
}

.footer__container {
  max-width: 1250px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.footer__title {
  grid-column: 1 / -1;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 .5rem 0;
  font-size: .9rem;
  font-weight: 700 !important;
  color: #5f5f5f;
  cursor: default;
}

.footer__link {
  display: block;
  padding: 0 0 .5rem 0;
  text-decoration: none;
  font-size: .9rem;
  color: #999;
}

.footer__link:hover,
.footer__link:focus,
.footer__copyright-link:hover,
.footer__copyright-link:focus {
  text-decoration: underline;
  color: #5f5f5f;
}

.footer__copyright {
  max-width: 1250px;
  margin: 4rem auto 0 auto;
  font-size: .9rem;
  color: #999;
}

.footer__copyright-link {
  display: inline-block;
  text-decoration: none;
  color: #999;
}

.footer__copyright-p {
  margin: 0;
  padding: 0 0 .5rem 0;
}

.footer__copyright-small {
  display: block;
  padding: .5rem 0;
  opacity: .8;
  cursor: default;
}

@media (max-width: 900px) {
  .footer {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .footer__container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 425px) {
  .footer {
    padding: 6em 20px !important;
  }
  .footer__container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .footer__copyright {
    margin-top: 3rem;
  }
  .footer__link {
    display: inline-block;
    padding: 0;
    margin: 0 10px 8px 0;
    line-height: 1;
    color: #999 !important;
  }
  .footer__copyright-link {
    font-size: .9rem;
    color: #999 !important;
  }
  #teconsent {
    margin-bottom: 3rem;
  }
  #teconsent a {
    color: #999 !important;
  }
}

/* FOOTER LOGO */
.footer-atLogo {
  display: block;
  position: absolute;
  left: 50%;
  width: 120px;
  height: 120px;
  margin-top: -92px;
  z-index: 9;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer-atLogo svg {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.footer-atLogo:hover {
  background-position: 0 -140px;
  cursor: default;
}

.footer-atLogo img {
  display: none;
}

/*************************************************************************************/
@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/*************************************************************************************/
html, body {
  height: 100%;
}

body {
  position: relative;
  background: #fff;
  margin: 0;
  padding: 0 !important;
  font-family: "Montserrat","helvetica neue",helvetica,arial,sans-serif !important;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  color: #7b8084;
  /* 868F91 */
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  body {
    padding-top: 0;
  }
}

body.noscroll {
  overflow: hidden;
}

body.bodyblur:before {
  content: "";
  display: block;
  height: 100%;
  opacity: .6;
  position: absolute;
  width: 100%;
  filter: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%2…%3C%2FfeComponentTransfer%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E#blur");
  -webkit-filter: blur(15px) brightness(0.5);
  z-index: -1;
}

/*************************************************************************************/
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  outline: none;
  zoom: 1;
}

/*************************************************************************************/
section {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 80px 0;
  font-size: 18px;
  line-height: 1.6em;
}

section:last-of-type {
  border: none;
  padding-bottom: 6em;
}

section h1 {
  margin: 0 0 40px;
  font-weight: 400;
}

section h2 {
  margin: 0 0 40px;
  font-weight: 400;
}

section.section-white {
  background: #fff;
}

section.section-dark {
  background: #1b1b1b;
  color: #eee;
}

.section.section-dark .subtitle {
  color: #eee;
}

section.section-dark h2 {
  color: #fff;
}

section.section-dark h3 {
  color: #dbdee0;
}

.topLeftRounded {
  position: absolute;
  margin-top: -100px;
  z-index: 9;
  left: 0;
}

.topLeftRounded path {
  fill: #fff;
  stroke: #fff;
}

.bottomRightRounded {
  position: absolute;
  z-index: 9;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -1px;
}

.bottomRightRounded path {
  fill: #fff;
  stroke: #fff;
}

/*************************************************************************************/
.container,
.container-fluid {
  max-width: 1270px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.content-title {
  padding: 10px 0 60px 0;
  text-align: center;
}

/*************************************************************************************/
.nav-tabs {
  border-bottom-color: #666;
  margin: 1.5em 0;
}

.nav-tabs > li {
  margin-right: 3px;
}

.nav-tabs > li:first-child {
  border-bottom-color: #666;
  margin-left: 20px;
}

.nav > li > a {
  background: none;
  border-color: #ccc #ccc #666;
  padding: 10px 25px;
  color: #66625b;
}

.nav-tabs > li > a:hover {
  background: none;
  border-color: #666;
  color: #333;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: none;
  border-color: #3a3a3a #3a3a3a #ecebe8;
  color: #000;
}

/*************************************************************************************/
ol, ul, dl {
  margin-bottom: 2rem;
}

.subtitle {
  padding: 0 0 40px;
}

.sidebar {
  font-size: .9em;
}

.sidebar h4 {
  font-weight: 300;
  font-size: 1em;
}

.center {
  text-align: center;
}

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

.pill-pro {
  display: inline-block;
  background: none repeat scroll 0% 0% #f97352;
  border-radius: 12px;
  vertical-align: super;
  padding: 0 8px;
  line-height: 18px;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  cursor: default;
}

.pill-new {
  display: inline-block;
  background: #51c0df;
  border-radius: 12px;
  vertical-align: super;
  padding: 0 8px;
  line-height: 18px;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  cursor: default;
}

.photo-full {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  min-height: 470px;
  max-height: 740px;
  margin: 0;
  padding: 0;
}

.selectboxit-options a {
  -webkit-transition: none !important;
  transition: none !important;
}

.video-wrapper {
  position: relative;
  margin: 1.5em 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#at3lb {
  background: #2c2c2d;
  opacity: .8;
}

.at-quickshare-header-peep span img {
  border-radius: 50%;
}

/*************************************************************************************/
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  color: #333;
  background-color: #ebebeb;
}

.btn-large {
  height: 68px !important;
  line-height: 68px !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  font-size: 18px !important;
  border-radius: 4px;
}

.btn-callout {
  padding: 15px 20px;
  display: inline-block;
  background-image: linear-gradient(45deg, #3D41DA 0%, #0088F7 100%);
  color: #fff;
  text-shadow: 0 1px 1px rgba(30, 31, 68, 0.5);
  border-radius: 50px;
}

.btn-callout:hover {
  color: #fff;
  background-image: linear-gradient(-45deg, #3D41DA 0%, #0088F7 100%);
  text-decoration: none;
}

/*************************************************************************************/
@media only screen and (min-width: 861px) and (max-width: 1380px) {
  #wrapper > header .video {
    display: none;
  }
  #wrapper > header .container,
  .container,
  .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  body {
    padding: 0;
    color: #565656;
  }
  body > nav a {
    padding: 8px 20px;
  }
  #wrapper > header .container,
  .container,
  .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
  .topnav {
    position: relative;
  }
  .topnav-inner {
    padding: 0 0 70px;
  }
  .menu-icon {
    display: inline-block;
  }
  ul.topnav__right {
    top: -2px;
  }
  .topnav ul.topnav__right li a {
    color: #8f8f8f;
  }
  .topnav ul.topnav__right li a span {
    border: none;
    padding: 0;
  }
  .topnav ul.topnav-left {
    position: relative;
    top: 69px;
    left: 0;
    right: 0;
    display: block;
    background: #f5f5f5;
    border-top: 1px solid #dcdad4;
    width: 100%;
    padding: 10px 0 0;
    display: none;
  }
  .topnav ul.topnav-left > li {
    display: block;
    background: none;
    height: auto;
    line-height: 32px;
  }
  .topnav ul.topnav-left li {
    padding: 0;
  }
  .topnav ul.topnav-left > li:hover {
    background: none;
  }
  .topnav ul.topnav-left li > ul {
    position: relative;
    top: 0;
    border: none;
    width: 100%;
    display: block;
    overflow: auto;
    padding-bottom: 10px;
    visibility: visible;
    opacity: 1;
  }
  .topnav ul.topnav-left li > ul li {
    display: inline-block;
    padding: 0 5px;
  }
  .topnav ul.topnav-left li > ul li,
  .topnav ul.topnav-left li > ul li a,
  .topnav ul.topnav-left li > ul li a:hover {
    display: block;
    height: auto;
    background: none;
    padding: 0;
    text-transform: initial;
    font-size: 14px;
    color: #1a98fb;
  }
  .topnav ul.topnav-left li > ul li a,
  .topnav ul.topnav-left li > ul li a:hover {
    height: auto;
    line-height: 34px;
    padding: 0 20px;
    color: #333;
  }
  .topnav ul.topnav-left li > ul li a.active {
    background: #ececec;
    border-left: 4px solid #FF6550;
    padding-left: 16px;
    color: #000;
  }
  section h2 {
    font-size: 3em;
  }
  section h3 {
    font-size: 1.4em;
  }
  .content-title {
    padding: 0 0 30px 0;
  }
  .subnav {
    overflow: auto;
    height: auto;
  }
  .subnav ul,
  .subnav ul li,
  .subnav.subnav-three ul li,
  .subnav.subnav-four ul li,
  .subnav.subnav-five ul li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 0;
  }
  .subnav ul li a {
    height: 60px;
    line-height: 60px;
  }
  .subnav ul li a.subnav-active {
    background: #fc5d45;
    color: #fff;
  }
  .bigtext {
    color: #555;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .topnav {
    position: relative;
  }
  .topnav-inner {
    padding: 0 0 70px;
  }
  .menu-icon {
    display: inline-block;
  }
  ul.topnav__right {
    top: -2px;
  }
  .topnav ul.topnav__right li a {
    color: #8f8f8f;
  }
  .topnav ul.topnav__right li a span {
    border: none;
    padding: 0;
  }
  .topnav ul.topnav-left {
    position: relative;
    top: 69px;
    left: 0;
    right: 0;
    display: block;
    background: #f5f5f5;
    border-top: 1px solid #dcdad4;
    width: 100%;
    padding: 10px 0 0;
    display: none;
  }
  .topnav ul.topnav-left > li {
    display: block;
    background: none;
    height: auto;
    line-height: 32px;
  }
  .topnav ul.topnav-left li {
    padding: 0;
  }
  .topnav ul.topnav-left > li:hover {
    background: none;
  }
  .topnav ul.topnav-left li > ul {
    position: relative;
    top: 0;
    border: none;
    width: 100%;
    display: block;
    overflow: auto;
    padding-bottom: 10px;
    visibility: visible;
    opacity: 1;
  }
  .topnav ul.topnav-left li > ul li {
    display: inline-block;
    padding: 0 5px;
  }
  .topnav ul.topnav-left li > ul li,
  .topnav ul.topnav-left li > ul li a,
  .topnav ul.topnav-left li > ul li a:hover {
    display: block;
    height: auto;
    background: none;
    padding: 0;
    text-transform: initial;
    font-size: 14px;
    color: #1a98fb;
  }
  .topnav ul.topnav-left li > ul li a,
  .topnav ul.topnav-left li > ul li a:hover {
    height: auto;
    line-height: 34px;
    padding: 0 20px;
    color: #333;
  }
  .topnav ul.topnav-left li > ul li a.active {
    background: #ececec;
    border-left: 4px solid #FF6550;
    padding-left: 16px;
    color: #000;
  }
  section {
    padding: 40px 0;
    font-size: 1em;
  }
  section h2 {
    font-weight: 300;
    font-size: 2em;
  }
  section h2 + p {
    font-size: 16px;
  }
  section h3 {
    font-size: 1.2em;
  }
  .content-main {
    padding-top: 1em;
  }
  .content-title {
    padding: 15px 0;
  }
  .photo-full {
    min-height: 240px;
    max-height: 240px;
  }
  input[type="text"], input[type="password"], input[type="email"], input[type="url"] {
    height: 30px;
    line-height: 30px;
    font-size: 14px !important;
  }
  textarea {
    font-size: 14px;
  }
}

@media only screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .topnav-menu li a,
  .topnav-menu > li > span {
    padding: 0 5px;
  }
  .topnav-menu.menu-center {
    margin: 0 0 0 30px;
    float: left;
  }
  .topnav-menu.menu-right {
    right: 10px;
  }
}

/*************************************************************************************/
@media print {
  .nav,
  .header-menu,
  .photo-full {
    display: none;
  }
  #wrapper > header {
    height: auto;
    min-height: 12em;
  }
  #wrapper > header h1 {
    font-size: 1.5em;
  }
  #wrapper > header .page-title {
    padding: 25px 0;
  }
  .container-fluid {
    width: 100%;
    padding: 20px 0;
  }
  h2 {
    font-size: 1.25em;
  }
  h3 {
    font-size: 1.1em;
  }
  h4 {
    font-size: 1em;
  }
}

/*************************************************************************************/
/* CLEARFIX */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
img.lazyload:not([src]) {
  visibility: hidden;
}

.ratio-container {
  position: relative;
}

.ratio-container:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 50%;
}

.ratio-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

/*************************************************************************************/
#wrapper > header {
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 480px;
}

#wrapper > header h1 {
  max-width: 100%;
}

.center {
  text-align: center;
}

/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
body {
  background: #fff;
  font-family: 'Montserrat', sans-serif !important;
}

/* HEADER
-------------------------------------------------------------- */
/* Bootstrap Override */
#wrapper > header {
  padding-top: 0;
}

#wrapper > header h1 {
  margin: .75em 0 .5em;
  font-weight: 700 !important;
  font-size: 4rem !important;
  line-height: 4rem !important;
}

#wrapper > header p {
  font-size: 24px;
  letter-spacing: normal !important;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  #wrapper > header {
    position: relative;
    top: -20px;
  }
  #wrapper > header .hero__container {
    width: 100%;
    padding: 30px 20px 0;
  }
  #wrapper > header .container {
    padding-top: 0;
  }
  #wrapper > header h1, #wrapper > header h3 {
    font-size: 3rem !important;
    margin: 0 0 0.5em !important;
    line-height: 3rem !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  #wrapper > header .hero__container {
    width: 80%;
  }
}

@media only screen and (max-width: 379px) and (min-width: 0px) {
  #wrapper > header .hero__content-cta-links .cta-link:nth-child(1) {
    display: block;
    margin: -15px 0 10px 0;
    width: 100%;
  }
}

#wrapper > header .watch-video {
  width: 100%;
}

@media only screen and (min-width: 861px) and (max-width: 1380px) {
  #wrapper > header .watch-video {
    display: -ms-grid;
    display: grid;
  }
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  #wrapper > header .watch-video {
    display: -ms-grid;
    display: grid;
  }
}

#wrapper > header h2.page-sub-title {
  font-size: 24px !important;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  #wrapper > header .header-intro-devices {
    display: none;
  }
}

.container:after {
  display: none;
}

/***/
.header-intro-devices {
  margin: 80px auto 0;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.header-intro-devices img {
  max-width: 100%;
}

header h1, header h3, header p {
  line-height: 1.2 !important;
}

@media only screen and (min-width: 861px) {
  .header-homepage {
    height: 80vh;
    max-height: 920px;
    min-height: 600px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header-homepage .container {
  margin: 0 auto;
}

.header-homepage .container h1, .header-homepage .container p {
  color: #1E1F44 !important;
  text-align: left !important;
}

.header-homepage .container h1, .header-homepage .container h3 {
  font-size: 54px !important;
  font-weight: 700 !important;
  color: #1E1F44;
}

.header-homepage .container span {
  color: #0088f7;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .header-homepage .container {
    width: 100%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .header-homepage .container p {
    margin-bottom: 25px;
  }
}

.header-text {
  max-width: 540px;
  padding-left: 10%;
}

@media only screen and (min-width: 861px) {
  .header-text {
    padding-left: 0;
  }
}

@media only screen and (min-width: 1381px) {
  .header-text {
    padding-left: 10%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .header-text {
    padding-left: 15px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .header-text {
    padding-left: 25px;
  }
}

.homepage__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 14%;
  right: 5%;
  width: 50%;
  z-index: 9;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .homepage__video {
    display: none;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .homepage__video {
    display: none;
  }
}

.homepage__video .watch-video {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr;
      grid-template: 1fr / 1fr;
  position: absolute;
  right: 0;
  width: 90vmin !important;
}

@media only screen and (min-width: 860px) and (max-width: 991px) {
  .homepage__video .watch-video {
    width: 40vmin !important;
    display: -ms-grid !important;
    display: grid !important;
  }
}

.homepage__video .watch-video__btn, .homepage__video .watch-video__illustration {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

.homepage__video .watch-video__btn {
  position: absolute;
  z-index: 1;
  background: white;
  padding: 1em 2em;
  border-radius: 3em;
  -webkit-box-shadow: 0 .2em 1em #1E1F44;
          box-shadow: 0 .2em 1em #1E1F44;
  color: #3D41DA;
  text-decoration: none;
  -webkit-transition: .15s ease;
  transition: .15s ease;
}

.homepage__video .watch-video__btn:hover {
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
  -webkit-box-shadow: 0 .3em 2em #1E1F44;
          box-shadow: 0 .3em 2em #1E1F44;
}

.homepage__video .watch-video__illustration .thumbs-up {
  -webkit-transition: .35s ease;
  transition: .35s ease;
}

.homepage__video .watch-video__illustration .heart {
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

.homepage__video .watch-video__illustration .convo {
  -webkit-transition: .35s ease;
  transition: .35s ease;
}

.homepage__video .watch-video__illustration .envolope {
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.homepage__video .watch-video__btn:hover + .homepage__video .watch-video__illustration .thumbs-up {
  -webkit-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
}

.homepage__video .watch-video__btn:hover + .homepage__video .watch-video__illustration .heart {
  -webkit-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
}

.homepage__video .watch-video__btn:hover + .homepage__video .watch-video__illustration .envolope {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}

.homepage__video .watch-video__btn:hover + .homepage__video .watch-video__illustration .convo {
  -webkit-transform: translate(-5px, 5px);
          transform: translate(-5px, 5px);
}

.section-cta {
  font-size: 14px;
}

.section-cta a {
  background: #0088f7;
  color: #fff;
  text-shadow: 0 1px 1px rgba(30, 31, 68, 0.5);
  padding: 20px 25px;
  border-radius: 50px;
}

.section-cta button {
  background: transparent;
  padding: 14px;
  border-radius: 50px;
  border: 2px solid #dedede;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.section-cta button img {
  width: 30px;
}

.section-cta button:hover {
  border-color: #0088f7;
}

.section-cta .cta {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 10px;
  font-size: 16px;
}

.section-cta a {
  background-image: linear-gradient(45deg, #3D41DA 0%, #0088F7 100%);
}

.section-cta a.cta {
  position: relative;
}

.section-cta a.cta:after {
  content: "";
  display: block;
  height: 2px;
  width: calc(100% - 50px);
  position: absolute;
  top: 66%;
  background: white;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.section-cta a.cta:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .section-cta a.cta {
    margin-bottom: 20px;
  }
}

.section-cta a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .section-cta {
    max-width: 270px;
  }
}

/* SECTION 2 - FREE WEBSITE TOOLS
-------------------------------------------------------------- */
.free-tools {
  margin: 60px auto 0;
  width: 100%;
  padding: 0 30px 60px;
  border-bottom: none;
}

.free-tools .container {
  max-width: 1000px;
}

.free-tools h1 {
  font-size: 54px !important;
  font-weight: 700 !important;
}

@media only screen and (min-width: 0px) and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 860px) {
  .free-tools .ratio-container {
    min-height: 180px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .free-tools {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .free-tools {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0 !important;
  }
}

.intro-text h1, .intro-text p {
  text-align: center;
  color: #1E1F44;
}

.intro-text h1 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .intro-text p {
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 860px) {
  .intro-text h1 {
    font-size: 48px !important;
    text-align: left !important;
  }
  .intro-text p {
    font-size: 16px !important;
    text-align: left !important;
  }
}

.tool-list {
  margin: 50px auto;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .tool-list {
    margin-top: 0;
  }
}

.tool-list ul li, .tool-list .module h2 {
  font-weight: 700;
}

.tool-list .tool-modules {
  z-index: 1;
  margin-top: 30px;
  padding-right: 0;
}

@media only screen and (min-width: 0px) and (max-width: 860px) {
  .tool-list .tool-modules {
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 1005px) {
  .tool-list .tool-modules {
    padding-left: 0;
  }
}

.tool-list .tool-tabs {
  margin-top: 15px;
  padding-right: 0;
  display: none;
}

.tool-list .tool-tabs:after {
  content: '';
  background: #fff;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  height: 400px;
  width: 150px;
  left: 80%;
  top: 0;
  border-left: 2px solid #B1B2F0;
  position: absolute;
}

.tool-list .tool-tabs a:focus {
  text-decoration: none;
}

.tool-list li {
  max-width: 440px;
  position: relative;
  border-radius: 50px 0 0 50px;
  list-style-type: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.tool-list li a {
  padding: 15px 7px;
  font-size: 15px;
  color: #1E1F44;
}

.tool-list li a:before {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media (max-width: 1005px) {
  .tool-list li a {
    padding: 15px 15px 15px 10px;
    font-size: 16px;
  }
}

.tool-list li path {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.tool-list li.active {
  background-color: #EBECFB;
}

.tool-list li.active a {
  color: #0088f7;
  text-decoration: none;
}

.tool-list li.active:before {
  background-color: #0088f7;
}

.tool-list li.active:hover path {
  fill: #fff;
}

.tool-list li.active path {
  fill: #fff;
}

.tool-list li:hover {
  cursor: pointer;
}

.tool-list li:hover a {
  color: #0088f7;
  text-decoration: none;
}

.tool-list li:hover path {
  fill: #0088f7;
}

.tool-list li:before {
  content: '';
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  height: 70px;
  width: 70px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
}

.tool-list li svg {
  width: 70px;
  top: 20px;
  left: 0;
  position: absolute;
  opacity: 1;
}

.tool-list .module {
  width: 90%;
}

.tool-list .module h2 {
  font-size: 2em !important;
  margin: 25px 0 10px;
}

.tool-list .module p {
  color: #1E1F44;
}

@media only screen and (min-width: 0px) and (max-width: 860px) {
  .tool-list .module {
    margin: 30px auto;
    width: 100%;
    max-width: 300px;
    border-bottom: 2px solid #B1B2F0;
  }
  .tool-list .module:last-child {
    border-bottom: none;
  }
  .tool-list .module img {
    width: 100%;
  }
}

@media only screen and (min-width: 861px) {
  .tool-list .tool-tabs {
    display: block !important;
  }
  .tool-list .tool-list li a {
    padding: 15px 15px 15px 5px;
    font-size: 16px;
  }
  .tool-list .module {
    display: none;
    max-width: 350px;
  }
  .tool-list .module h2 {
    font-size: 1.5em !important;
  }
  .tool-list .show {
    display: block !important;
  }
}

.tool-list .links {
  margin-bottom: 40px;
  font-size: 16px;
}

.tool-list .activate-link {
  background-image: linear-gradient(45deg, #3D41DA 0%, #0088F7 100%);
  color: #fff;
  text-shadow: 0 1px 1px rgba(30, 31, 68, 0.5);
  border-radius: 50px;
  padding: 15px 20px;
  margin-right: 15px;
}

.tool-list .activate-link:hover {
  background-image: linear-gradient(-45deg, #3D41DA 0%, #0088F7 100%);
  text-decoration: none;
}

@media (max-width: 1005px) {
  .tool-list .activate-link {
    margin-right: 10px;
  }
}

.tool-list .learn-link {
  color: #3D41DA;
}

@media (max-width: 944px) {
  .tool-list .learn-link {
    font-size: 14px;
  }
}

/* SECTION 3 - VIDEO SECTION
-------------------------------------------------------------- */
.free-video {
  background-image: linear-gradient(-135deg, #3D41DA 0%, #1E1F44 100%);
  color: #fff;
}

.free-video .free__video-cta {
  color: #72C0FF;
}

.free-video .container {
  margin: 80px auto;
  max-width: 1000px;
  width: 90%;
}

.free-video .container h1 {
  font-size: 54px !important;
}

.free-video .container p {
  color: #fff;
}

.free-video .container h1, .free-video .container h2, .free-video .container h3 {
  color: #fff;
  font-weight: 700 !important;
}

@media only screen and (min-width: 0px) and (max-width: 860px) {
  .free-video .container h1 {
    font-size: 48px !important;
    text-align: left !important;
  }
  .free-video .container p {
    font-size: 16px !important;
    text-align: left !important;
  }
}

.free-video .video-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto;
  max-width: 720px;
}

@media only screen and (min-width: 0px) and (max-width: 860px) {
  .free-video .video-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .free-video .video-text .text {
    margin-top: 50px;
  }
}

.free-video .video {
  position: relative;
  margin-right: 30px;
  width: 47%;
}

.free-video .video .video-image {
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 5px;
}

.free-video .video .play-btn {
  -webkit-box-shadow: 0 4px 8px 0 rgba(30, 31, 68, 0.5);
          box-shadow: 0 4px 8px 0 rgba(30, 31, 68, 0.5);
  border-radius: 30px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  margin-left: -30px;
  margin-top: -10px;
}

.free-video .video:hover .video-image {
  opacity: .75;
}

.free-video .video:hover .play-btn {
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}

@media only screen and (min-width: 0px) and (max-width: 860px) {
  .free-video .video {
    margin: 0 auto;
    width: 90%;
  }
}

.free-video .intro-text, .free-video .outro-text p {
  text-align: center !important;
  margin: 0 10% 10px;
}

@media only screen and (min-width: 0px) and (max-width: 860px) {
  .free-video .intro-text, .free-video .outro-text p {
    text-align: left !important;
    margin: 0 0 10px;
  }
}

.free-video .outro-text a {
  color: #FDDD8D;
}

/* SECTION 4 - INFO & INTERAL LINKS
-------------------------------------------------------------- */
.info-links {
  margin: 0 auto 20px;
  padding-top: 40px;
  border-bottom: none;
}

.info-links .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 960px) {
  .info-links .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.info-links .info-link {
  margin: 20px;
  width: 100%;
  max-width: 300px;
  font-size: 16px;
  text-align: center;
}

.info-links .info-link p {
  text-align: center !important;
  margin-bottom: 40px;
}

.info-links .info-link p:nth-child(1) {
  padding: 0 5%;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .info-links .info-link p:nth-child(1) {
    padding: 0;
  }
}

.info-links .info-link p:nth-child(2) {
  padding: 0 5%;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .info-links .info-link p:nth-child(2) {
    padding: 0;
  }
}

@media only screen and (min-width: 861px) and (max-width: 1380px) {
  .info-links .info-link p {
    min-height: 114px;
  }
}

.info-links .info-link a {
  padding: 15px 20px;
  color: #3D41DA;
  font-size: 16px;
  border-radius: 50px;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  position: relative;
}

.info-links .info-link a:hover {
  color: #fff;
  text-decoration: none;
}

.info-links .info-link a:hover:after {
  opacity: 0;
}

.info-links .info-link a:after {
  content: "";
  background: #fff;
  border-radius: 40px;
  height: calc(100% - 4px);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  width: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -1;
}

.info-links .info-link a:before {
  content: "";
  background-image: linear-gradient(45deg, #3D41DA 0%, #0088F7 100%);
  border-radius: 40px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.info-links .info-image {
  margin-bottom: 30px;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .info-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* SECTION 5 - QUESTIONS / LEARN MORE
-------------------------------------------------------------- */
.learn-more {
  background: #BDF5E1;
}

.learn-more .container {
  max-width: 1000px;
  width: 90%;
  position: relative;
}

.learn-more .book-img {
  width: 100%;
  background: green;
}

.learn-more .book-img img {
  position: absolute;
}

.learn-more .book-img .book-top-right {
  top: -120px;
  right: 50px;
}

.learn-more .book-img .book-left {
  left: 0;
}

.learn-more .book-img .book-bottom-right {
  right: 0;
  bottom: -120px;
}

@media only screen and (min-width: 0px) and (max-width: 860px) {
  .learn-more .book-img {
    display: none;
  }
}

.learn-more .intro-text {
  margin: 100px auto;
  max-width: 500px;
  text-align: center;
}

.learn-more .intro-text h1, .learn-more .intro-text p {
  color: #1E1F44;
}

.learn-more .intro-text h3 {
  margin: 20px 0;
  font-size: 48px;
  font-weight: 700;
  color: #1E1F44;
}

.learn-more .intro-text p {
  width: 100%;
  margin-bottom: 40px;
  font-size: 22px;
}

.learn-more .intro-text a {
  background-image: linear-gradient(45deg, #3D41DA 0%, #0088F7 100%);
  color: #fff;
  text-shadow: 0 1px 1px rgba(30, 31, 68, 0.5);
  padding: 20px 25px;
  border-radius: 50px;
  font-size: 16px;
}

.learn-more .intro-text a:hover {
  background-image: linear-gradient(-45deg, #3D41DA 0%, #0088F7 100%);
  text-decoration: none;
}

/* CSS ANIMATION
-------------------------------------------------------------- */
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.graphic-icon {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.graphic-icon:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.ray path,
.ray ellipse {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.ray:hover path,
.ray:hover ellipse {
  -webkit-transform: translate(-6px, 3px);
          transform: translate(-6px, 3px);
}

.share-tools {
  -webkit-animation: 1.5s bounce ease-in-out infinite alternate;
          animation: 1.5s bounce ease-in-out infinite alternate;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.share-shadow {
  -webkit-animation: 1.5s fade ease-in-out infinite alternate;
          animation: 1.5s fade ease-in-out infinite alternate;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 0.35;
  }
}

@keyframes fade {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 0.35;
  }
}

.hero {
  padding-top: 90px !important;
}

.hero__container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  width: 80%;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hero__content {
  width: 50%;
  margin-right: 20px;
}

.hero__content-title {
  font-size: 4rem !important;
  font-weight: 700 !important;
  line-height: 1.2;
  color: #1E1F44 !important;
}

.hero__content-title span {
  color: #0088f7 !important;
}

.hero__content-subtitle {
  font-size: 1.5rem;
  color: #1E1F44;
}

.hero__content-cta-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .hero__content {
    width: 100%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .hero__content {
    width: 100%;
  }
}

.hero__content--centered {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.hero__content--white {
  color: #fff !important;
}

.hero .cta-link {
  margin-right: 10px;
}

.hero .cta-link button {
  background: transparent;
  height: 60px;
  width: 60px;
  padding: 14px;
  border-radius: 50px;
  border: 2px solid #dedede;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.hero .cta-link button:hover {
  border-color: #0088f7;
}

.hero .cta-link a {
  background-image: linear-gradient(45deg, #3D41DA 0%, #0088F7 100%);
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(30, 31, 68, 0.5);
  padding: 20px 25px;
  border-radius: 50px;
  position: relative;
  margin: 10px;
}

.hero .cta-link a:after {
  content: "";
  display: block;
  height: 2px;
  width: calc(100% - 50px);
  position: absolute;
  top: 66%;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.hero .cta-link a:hover {
  text-decoration: none;
}

.hero .cta-link a:hover:after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}

.hero .cta-link--white a {
  background: #fff;
  color: #1E1F44;
  text-shadow: none;
}

.hero .cta-link--white a:after {
  background: #1E1F44;
}

.hero .video-graphic {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr;
      grid-template: 1fr / 1fr;
  position: relative;
}

.hero .video-graphic__btn {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  position: absolute;
  z-index: 1;
  background: #fff;
  padding: 1em 2em;
  border-radius: 3em;
  -webkit-box-shadow: 0 0.2em 1em #1E1F44;
          box-shadow: 0 0.2em 1em #1E1F44;
  color: #122CD6;
  text-decoration: none;
  -webkit-transition: .15s ease;
  transition: .15s ease;
}

.hero .video-graphic__btn:hover {
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
  -webkit-box-shadow: 0 0.3em 2em #1E1F44;
          box-shadow: 0 0.3em 2em #1E1F44;
  text-decoration: none;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .hero .video-graphic {
    display: none;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .hero .video-graphic {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .hero svg {
    display: none;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .hero svg {
    display: none;
  }
}

.hero.home {
  padding-top: 150px;
  margin-bottom: 100px !important;
}

.hero.get {
  background: #0b9ee9;
  background: -webkit-gradient(linear, left top, right top, from(#0284F6), to(#3945DC));
  background: linear-gradient(90deg, #0284F6 0%, #3945DC 100%);
}

.hero.social-buttons {
  background: #3dcc89;
  background-image: url(/dietsite-assets/images/social-buttons/bg-hero-main.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero.free-website-tools {
  background: linear-gradient(135deg, #3D3F8B 0%, #0088F7 100%);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 140px;
  padding-bottom: 160px;
}

.hero.about {
  background: #FF5050;
  background-image: url("/dietsite-assets/images/homepage/translucent-swoop-L.png"), -webkit-gradient(linear, left top, right top, from(#d73b3c), to(#ff5050));
  background-image: url("/dietsite-assets/images/homepage/translucent-swoop-L.png"), linear-gradient(90deg, #d73b3c 0%, #ff5050 100%);
  background-position: bottom right !important;
  background-size: contain !important;
}

.hero.cloudflare {
  background-image: url("/dietsite-assets/images/homepage/Translucent-swoop-R.png"), -webkit-gradient(linear, left top, right top, from(#ff683e), to(#fe9124));
  background-image: url("/dietsite-assets/images/homepage/Translucent-swoop-R.png"), linear-gradient(to right, #ff683e 0%, #fe9124 100%);
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom right !important;
  background-size: contain !important;
  background-size: 100%;
  padding-bottom: 100px;
}

.hero.magento {
  background: -webkit-gradient(linear, left top, right top, from(#32C6C5), to(#4AE5AC));
  background: linear-gradient(to right, #32C6C5 0%, #4AE5AC 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.hero.careers {
  background: #0088f7;
  background-image: -webkit-gradient(linear, left top, right top, from(#0088f7), to(#1ec6ce));
  background-image: linear-gradient(90deg, #0088f7 0%, #1ec6ce 100%);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 100px;
}

/*************************************************************************************/
.tool-card__cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 20px;
  max-width: 500px;
}

.tool-card__cta {
  background-image: linear-gradient(45deg, #3D41DA 0%, #0088F7 100%);
  text-shadow: 0 1px 1px rgba(30, 31, 68, 0.5);
  padding: 15px 25px;
  border-radius: 50px;
  font-size: 16px;
  color: #fff;
}

.tool-card__cta:hover {
  background-image: linear-gradient(-45deg, #3D41DA 0%, #0088F7 100%);
  text-decoration: none;
  color: #fff;
}

.tool-card__advantages {
  padding: 0;
}

.tool-card__advantages li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none !important;
  line-height: 1.85rem;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .tool-card__advantages li {
    margin-bottom: 20px;
  }
  .tool-card__advantages li img {
    width: 50px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tool-card__advantages li {
    margin-bottom: 20px;
  }
  .tool-card__advantages li img {
    width: 50px;
  }
}

/*************************************************************************************/
.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section__container {
  margin: 5em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 90%;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .section__container {
    display: block;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .section__container {
    display: block;
  }
}

.section__content {
  margin: 10px auto;
  position: relative;
}

.section__content-title {
  margin: .75em 0 .5em;
  font-size: 2.5em;
  font-weight: 700;
  color: #1E1F44;
}

.section__content-subtitle {
  color: #1E1F44;
}

.section__content--centered {
  width: 100%;
  text-align: center;
}

.section__content--white {
  color: #fff;
}

.section__content.col-2 {
  width: 50%;
  position: relative;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .section__content.col-2 {
    width: 100%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .section__content.col-2 {
    width: 100%;
  }
}

.section__content.col-3 {
  width: 33%;
  margin: 0 30px 0 40px;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .section__content.col-3 {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .section__content.col-3 {
    width: 100%;
    margin: 0 auto;
  }
}

.section__content.col-3-wide {
  width: 66%;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .section__content.col-3-wide {
    width: 100%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .section__content.col-3-wide {
    width: 100%;
  }
}

.section__content.col-3-wide img {
  width: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .section__content {
    width: 100%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .section__content {
    width: 100%;
  }
}

.section__content.video a img {
  width: 100%;
}

.section.gradient-green {
  background: linear-gradient(-45deg, #1ECE8F 0%, #1EC6CE 100%);
}

.section.gradient-blue {
  background: linear-gradient(315deg, #3D41DA 0%, #0088F7 100%);
}

.section.gradient-blue-green {
  background: linear-gradient(-45deg, #0088f7 0%, #1EC6CE 100%);
}

.section.gradient-dark-blue {
  background: linear-gradient(315deg, #3C45CE 0%, #292D74 100%);
}

.section.mint-green {
  background: #BDF5E1;
}

.section.sea-green {
  background: #1ec6ce;
}

.section.light-blue {
  background: #bef0fc;
}

.section.blue {
  background: #0088f7;
}

.section.grey {
  background: #F3F3F3;
}

.section__cta-wrapper {
  margin: 20px auto;
}

.section__cta-wrapper--centered {
  text-align: center;
}

.section .cta-link {
  background: linear-gradient(45deg, #3D41DA 0%, #0088F7 100%);
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(30, 31, 68, 0.5);
  padding: 20px 40px;
  border-radius: 50px;
  position: relative;
}

.section .cta-link:hover {
  background-image: linear-gradient(-45deg, #3D41DA 0%, #0088F7 100%);
  text-decoration: none;
}

.section .cta-link--white {
  color: #1E1F44;
  background: #fff;
  border: 2px solid #fff;
  text-shadow: none;
}

.section .cta-link--white:hover {
  background: rgba(255, 255, 255, 0.8);
}

.section .cta-link-2 {
  display: inline-block;
  padding: 20px 10px;
  font-size: 14px;
  color: #0088f7;
}

.section .cta-link-2--white {
  color: #fff;
}

.section.reduce-white-space {
  padding: 0;
}

.section.amp img {
  width: 60%;
  margin: 30px 0;
}

.section.more {
  background-image: url("/dietsite-assets/images/share-buttons-for-amp/amp-jet.svg");
  background-color: #1ec6ce;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 48%;
  color: #1e1f44;
  padding-bottom: 30px;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .section.more {
    background-position: bottom right;
  }
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .section.more {
    background-position: bottom right;
  }
}

.install-vid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.install-vid .install-vid-bg {
  margin: 0 auto;
  width: 80%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.install-vid .install-vid-play {
  position: absolute;
  border-radius: 40px;
  bottom: -30px;
  left: 43%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.install-vid:hover .install-vid-bg {
  opacity: .75;
}

.install-vid:hover .install-vid-play {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

.tool-type-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .tool-type-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tool-type-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tool-type-links__link {
  margin: 10px;
}

.tool-type-links__link a {
  font-weight: 700;
  color: #1E1F44;
}

.tool-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .tool-advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tool-advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tool-advantages__content {
  max-width: 300px;
  padding: 10px;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .tool-advantages__content {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tool-advantages__content {
    margin: 0 auto;
  }
}

.tool-advantages__content-title {
  color: #1E1F44;
  font-weight: 700;
  font-size: 16px !important;
}

.tool-advantages__content-subtitle {
  color: #1E1F44;
  font-size: 16px !important;
}

.tool-features {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .tool-features {
    margin-left: 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tool-features {
    margin-left: 0;
  }
}

.tool-features__content {
  width: 47%;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .tool-features__content {
    width: 100%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tool-features__content {
    width: 100%;
  }
}

.tool-features__content-title {
  color: #1E1F44;
  font-weight: 700;
  font-size: 2em;
}

.tool-features__content-text {
  color: #1E1F44;
  font-size: 1em;
}

.tool-features__content:not(:last-child) {
  margin-bottom: 4em;
}

.tool-features__content:nth-child(2n) {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .tool-features__content:nth-child(2n) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tool-features__content:nth-child(2n) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.tool-features img {
  margin-bottom: 20px;
  width: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .tool-features img {
    width: 100%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tool-features img {
    width: 100%;
  }
}

.tool-features.share {
  margin-bottom: 230px;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .tool-features.share {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tool-features.share {
    margin-bottom: 0;
  }
}

.benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px auto;
}

.benefit__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.33%;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .benefit__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .benefit__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    width: 100%;
  }
}

/*************************************************************************************/
.bottom-right-rounded {
  position: absolute;
  z-index: 9;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -1px;
}

.bottom-right-rounded.default path {
  fill: #fff;
  stroke: #fff;
}

.bottom-right-rounded.light-blue path {
  fill: #bef0fc;
  stroke: #bef0fc;
}

.bottom-right-rounded.blue path {
  fill: #0088f7;
  stroke: #0088f7;
}

.top-left-rounded {
  position: absolute;
  margin-top: -100px;
  z-index: 9;
  left: 0;
}

.top-left-rounded.default path {
  fill: #fff;
  stroke: #fff;
}

.top-left-rounded.blue path {
  fill: #0088f7;
  stroke: #0088f7;
}

.top-left-rounded.light-blue path {
  fill: #bef0fc;
  stroke: #bef0fc;
}

.wrap {
  vertical-align: middle;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  margin-bottom: 3.5em;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.browser {
  width: 100%;
  margin: 0 auto;
  background: #FFF;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 16px rgba(0, 0, 0, 0.4);
  margin-top: 20px;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .browser {
    margin-top: 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .browser {
    max-width: 90vw;
  }
}

.browser__bar {
  background: #1E1F44;
  height: 34px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: left;
  padding: 0 12px;
}

.browser__bar ul {
  display: inline-block;
  line-height: 34px;
  padding-left: 0;
  cursor: default;
}

.browser__bar li {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 4px;
}

.browser__bar li:nth-of-type(1) {
  background: #DF7166;
}

.browser__bar li:nth-of-type(2) {
  background: #E6C646;
}

.browser__bar li:nth-of-type(3) {
  background: #5CCC8B;
}

.browser__content {
  background: #fff;
}

.browser__content iframe {
  border: 0;
  width: 100%;
  max-width: 80vw;
  height: 60vh;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .browser__content iframe {
    max-width: 100vw;
  }
}

.browser__content--image-sharing {
  padding-bottom: 40px;
}

.browser__content--follow {
  padding-bottom: 0;
}

.browser__content--follow iframe {
  max-height: 380px;
}

.browser__content--slider {
  padding-bottom: 0;
}

.browser__content--slider iframe {
  height: 360px;
}

.browser__content--popup {
  padding-bottom: 0;
}

.browser__content--popup iframe {
  min-height: 620px;
}

.browser__content--popup-listbuilding {
  padding-bottom: 0;
}

.browser__content--popup-listbuilding iframe {
  height: 660px;
}

.browser__content--popup-linkpromotion {
  padding-bottom: 0;
}

.browser__content--popup-linkpromotion iframe {
  min-height: 560px;
}

.browser__content--popup-tipjar {
  padding-bottom: 0;
}

.browser__content--popup-tipjar iframe {
  height: 40vh;
}

.browser__content--related-footer iframe {
  min-height: 700px;
}

.browser__content--related-inline iframe {
  min-height: 660px;
}

.anchor-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: fixed;
  border-radius: 10px 10px 0 0;
  background-image: linear-gradient(-45deg, #BDEFFB 0%, #41BBF2 100%);
  width: 75%;
  bottom: 0;
  z-index: 10;
  left: 50%;
  margin-left: -37.5%;
  will-change: transform;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .anchor-links {
    display: none;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .anchor-links {
    display: none;
  }
}

.anchor-links--pinned {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.anchor-links--unpinned {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.anchor-links .anchor {
  padding: 10px;
  height: 100px;
  text-align: center;
}

.anchor-links .anchor a {
  color: #1E1F44;
}

.anchor-links .anchor a:hover {
  text-decoration: none;
  color: #0088f7;
}

.anchor-links .anchor p {
  text-align: center;
  padding-top: 10px;
}

/*************************************************************************************/
.preview {
  width: 50%;
  left: 25%;
  position: relative;
  z-index: 10;
}

.preview img {
  margin-bottom: -150px;
  padding: 30px;
  width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .preview img {
    margin-bottom: -100px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .preview img {
    margin-bottom: -100px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .preview {
    width: 100%;
    left: 0;
  }
}

/*************************************************************************************/
.perks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.perks .play {
  background: url("/dietsite-assets/images/careers/animated-play.gif");
  background-position-y: 5px;
}

.perks .flex {
  background: url("/dietsite-assets/images/careers/animated-flex.gif");
}

.perks .learn {
  background: url("/dietsite-assets/images/careers/animated-book.gif");
  background-position-y: 10px;
}

.perks .package {
  background: url("/dietsite-assets/images/careers/animated-package.gif");
}

.perks .play, .perks .flex, .perks .learn, .perks .package {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 60px 84px;
  padding-top: 100px;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .perks .play, .perks .flex, .perks .learn, .perks .package {
    padding: 100px 40px 0 40px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .perks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .perks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.perks__content {
  max-width: 300px;
  padding: 10px;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .perks__content {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .perks__content {
    margin: 0 auto;
  }
}

.perks__content-title {
  color: #1E1F44;
  font-weight: 700;
  font-size: 16px !important;
}

.perks__content-subtitle {
  color: #1E1F44;
  font-size: 16px !important;
}

/* Slick Carousel */
.slider {
  width: 50%;
  margin: 100px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots li button:before {
  font-size: 0.75rem !important;
}

.slick-slide {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
body {
  background: #fff;
  font-family: 'Montserrat', sans-serif !important;
}

/* HEADER
-------------------------------------------------------------- */
/* Bootstrap Override */
#wrapper > header {
  padding-top: 0;
}

#wrapper > header h1 {
  margin: .75em 0 .5em;
  font-weight: 700 !important;
  font-size: 4rem !important;
  line-height: 4rem !important;
}

#wrapper > header p {
  font-size: 24px;
  letter-spacing: normal !important;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  #wrapper > header {
    position: relative;
    top: -20px;
  }
  #wrapper > header .hero__container {
    width: 100%;
    padding: 30px 20px 0;
  }
  #wrapper > header .container {
    padding-top: 0;
  }
  #wrapper > header h1, #wrapper > header h3 {
    font-size: 3rem !important;
    margin: 0 0 0.5em !important;
    line-height: 3rem !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  #wrapper > header .hero__container {
    width: 80%;
  }
}

@media only screen and (max-width: 379px) and (min-width: 0px) {
  #wrapper > header .hero__content-cta-links .cta-link:nth-child(1) {
    display: block;
    margin: -15px 0 10px 0;
    width: 100%;
  }
}

#wrapper > header .watch-video {
  width: 100%;
}

@media only screen and (min-width: 861px) and (max-width: 1380px) {
  #wrapper > header .watch-video {
    display: -ms-grid;
    display: grid;
  }
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  #wrapper > header .watch-video {
    display: -ms-grid;
    display: grid;
  }
}

#wrapper > header h2.page-sub-title {
  font-size: 24px !important;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  #wrapper > header .header-intro-devices {
    display: none;
  }
}

.container:after {
  display: none;
}

/***/
.header-intro-devices {
  margin: 80px auto 0;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.header-intro-devices img {
  max-width: 100%;
}

header h1, header h3, header p {
  line-height: 1.2 !important;
}

@media only screen and (min-width: 861px) {
  .header-homepage {
    height: 80vh;
    max-height: 920px;
    min-height: 600px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header-homepage .container {
  margin: 0 auto;
}

.header-homepage .container h1, .header-homepage .container p {
  color: #1E1F44 !important;
  text-align: left !important;
}

.header-homepage .container h1, .header-homepage .container h3 {
  font-size: 54px !important;
  font-weight: 700 !important;
  color: #1E1F44;
}

.header-homepage .container span {
  color: #0088f7;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .header-homepage .container {
    width: 100%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .header-homepage .container p {
    margin-bottom: 25px;
  }
}

.header-text {
  max-width: 540px;
  padding-left: 10%;
}

@media only screen and (min-width: 861px) {
  .header-text {
    padding-left: 0;
  }
}

@media only screen and (min-width: 1381px) {
  .header-text {
    padding-left: 10%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .header-text {
    padding-left: 15px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .header-text {
    padding-left: 25px;
  }
}

.homepage__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 14%;
  right: 5%;
  width: 50%;
  z-index: 9;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .homepage__video {
    display: none;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .homepage__video {
    display: none;
  }
}

.homepage__video .watch-video {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr;
      grid-template: 1fr / 1fr;
  position: absolute;
  right: 0;
  width: 90vmin !important;
}

@media only screen and (min-width: 860px) and (max-width: 991px) {
  .homepage__video .watch-video {
    width: 40vmin !important;
    display: -ms-grid !important;
    display: grid !important;
  }
}

.homepage__video .watch-video__btn, .homepage__video .watch-video__illustration {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

.homepage__video .watch-video__btn {
  position: absolute;
  z-index: 1;
  background: white;
  padding: 1em 2em;
  border-radius: 3em;
  -webkit-box-shadow: 0 .2em 1em #1E1F44;
          box-shadow: 0 .2em 1em #1E1F44;
  color: #3D41DA;
  text-decoration: none;
  -webkit-transition: .15s ease;
  transition: .15s ease;
}

.homepage__video .watch-video__btn:hover {
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
  -webkit-box-shadow: 0 .3em 2em #1E1F44;
          box-shadow: 0 .3em 2em #1E1F44;
}

.homepage__video .watch-video__illustration .thumbs-up {
  -webkit-transition: .35s ease;
  transition: .35s ease;
}

.homepage__video .watch-video__illustration .heart {
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

.homepage__video .watch-video__illustration .convo {
  -webkit-transition: .35s ease;
  transition: .35s ease;
}

.homepage__video .watch-video__illustration .envolope {
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.homepage__video .watch-video__btn:hover + .homepage__video .watch-video__illustration .thumbs-up {
  -webkit-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
}

.homepage__video .watch-video__btn:hover + .homepage__video .watch-video__illustration .heart {
  -webkit-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
}

.homepage__video .watch-video__btn:hover + .homepage__video .watch-video__illustration .envolope {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}

.homepage__video .watch-video__btn:hover + .homepage__video .watch-video__illustration .convo {
  -webkit-transform: translate(-5px, 5px);
          transform: translate(-5px, 5px);
}

.section-cta {
  font-size: 14px;
}

.section-cta a {
  background: #0088f7;
  color: #FFF;
  text-shadow: 0 1px 1px rgba(30, 31, 68, 0.5);
  padding: 20px 25px;
  border-radius: 50px;
}

.section-cta button {
  background: transparent;
  padding: 14px;
  border-radius: 50px;
  border: 2px solid #dedede;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.section-cta button img {
  width: 30px;
}

.section-cta button:hover {
  border-color: #0088f7;
}

.section-cta .cta {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 10px;
  font-size: 16px;
}

.section-cta a {
  background-image: linear-gradient(45deg, #3D41DA 0%, #0088F7 100%);
}

.section-cta a.cta {
  position: relative;
}

.section-cta a.cta:after {
  content: "";
  display: block;
  height: 2px;
  width: calc(100% - 50px);
  position: absolute;
  top: 66%;
  background: white;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.section-cta a.cta:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .section-cta a.cta {
    margin-bottom: 20px;
  }
}

.section-cta a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .section-cta {
    max-width: 270px;
  }
}

/* SECTION 2 - FREE WEBSITE TOOLS
-------------------------------------------------------------- */
.free-tools {
  margin: 60px auto 0;
  width: 100%;
  padding: 0 30px 60px;
  border-bottom: none;
}

.free-tools .container {
  max-width: 1000px;
}

.free-tools h1 {
  font-size: 54px !important;
  font-weight: 700 !important;
}

@media only screen and (min-width: 0px) and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 860px) {
  .free-tools .ratio-container {
    min-height: 180px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .free-tools {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .free-tools {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0 !important;
  }
}

.intro-text h1, .intro-text p {
  text-align: center;
  color: #1E1F44;
}

.intro-text h1 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .intro-text p {
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 860px) {
  .intro-text h1 {
    font-size: 48px !important;
    text-align: left !important;
  }
  .intro-text p {
    font-size: 16px !important;
    text-align: left !important;
  }
}

.tool-list {
  margin: 50px auto;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .tool-list {
    margin-top: 0;
  }
}

.tool-list ul li, .tool-list .module h2 {
  font-weight: 700;
}

.tool-list .tool-modules {
  z-index: 1;
  margin-top: 30px;
  padding-right: 0;
}

@media only screen and (min-width: 0px) and (max-width: 860px) {
  .tool-list .tool-modules {
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 1005px) {
  .tool-list .tool-modules {
    padding-left: 0;
  }
}

.tool-list .tool-tabs {
  margin-top: 15px;
  padding-right: 0;
  display: none;
}

.tool-list .tool-tabs:after {
  content: '';
  background: #fff;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  height: 400px;
  width: 150px;
  left: 80%;
  top: 0;
  border-left: 2px solid #B1B2F0;
  position: absolute;
}

.tool-list .tool-tabs a:focus {
  text-decoration: none;
}

.tool-list li {
  max-width: 440px;
  position: relative;
  border-radius: 50px 0 0 50px;
  list-style-type: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.tool-list li a {
  padding: 15px 7px;
  font-size: 15px;
  color: #1E1F44;
}

.tool-list li a:before {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media (max-width: 1005px) {
  .tool-list li a {
    padding: 15px 15px 15px 10px;
    font-size: 16px;
  }
}

.tool-list li path {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.tool-list li.active {
  background-color: #EBECFB;
}

.tool-list li.active a {
  color: #0088f7;
  text-decoration: none;
}

.tool-list li.active:before {
  background-color: #0088f7;
}

.tool-list li.active:hover path {
  fill: #FFF;
}

.tool-list li.active path {
  fill: #FFF;
}

.tool-list li:hover {
  cursor: pointer;
}

.tool-list li:hover a {
  color: #0088f7;
  text-decoration: none;
}

.tool-list li:hover path {
  fill: #0088f7;
}

.tool-list li:before {
  content: '';
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  height: 70px;
  width: 70px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
}

.tool-list li svg {
  width: 70px;
  top: 20px;
  left: 0;
  position: absolute;
  opacity: 1;
}

.tool-list .module {
  width: 90%;
}

.tool-list .module h2 {
  font-size: 2em !important;
  margin: 25px 0 10px;
}

.tool-list .module p {
  color: #1E1F44;
}

@media only screen and (min-width: 0px) and (max-width: 860px) {
  .tool-list .module {
    margin: 30px auto;
    width: 100%;
    max-width: 300px;
    border-bottom: 2px solid #B1B2F0;
  }
  .tool-list .module:last-child {
    border-bottom: none;
  }
  .tool-list .module img {
    width: 100%;
  }
}

@media only screen and (min-width: 861px) {
  .tool-list .tool-tabs {
    display: block !important;
  }
  .tool-list .tool-list li a {
    padding: 15px 15px 15px 5px;
    font-size: 16px;
  }
  .tool-list .module {
    display: none;
    max-width: 350px;
  }
  .tool-list .module h2 {
    font-size: 1.5em !important;
  }
  .tool-list .show {
    display: block !important;
  }
}

.tool-list .links {
  margin-bottom: 40px;
  font-size: 16px;
}

.tool-list .activate-link {
  background-image: linear-gradient(45deg, #3D41DA 0%, #0088F7 100%);
  color: #FFF;
  text-shadow: 0 1px 1px rgba(30, 31, 68, 0.5);
  border-radius: 50px;
  padding: 15px 20px;
  margin-right: 15px;
}

.tool-list .activate-link:hover {
  background-image: linear-gradient(-45deg, #3D41DA 0%, #0088F7 100%);
  text-decoration: none;
}

@media (max-width: 1005px) {
  .tool-list .activate-link {
    margin-right: 10px;
  }
}

.tool-list .learn-link {
  color: #3D41DA;
}

@media (max-width: 944px) {
  .tool-list .learn-link {
    font-size: 14px;
  }
}

/* SECTION 3 - VIDEO SECTION
-------------------------------------------------------------- */
.free-video {
  background-image: linear-gradient(-135deg, #3D41DA 0%, #1E1F44 100%);
  color: #FFF;
}

.free-video .free__video-cta {
  color: #72C0FF;
}

.free-video .container {
  margin: 80px auto;
  max-width: 1000px;
  width: 90%;
}

.free-video .container h1 {
  font-size: 54px !important;
}

.free-video .container p {
  color: #FFF;
}

.free-video .container h1, .free-video .container h2, .free-video .container h3 {
  color: #FFF;
  font-weight: 700 !important;
}

@media only screen and (min-width: 0px) and (max-width: 860px) {
  .free-video .container h1 {
    font-size: 48px !important;
    text-align: left !important;
  }
  .free-video .container p {
    font-size: 16px !important;
    text-align: left !important;
  }
}

.free-video .video-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto;
  max-width: 720px;
}

@media only screen and (min-width: 0px) and (max-width: 860px) {
  .free-video .video-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .free-video .video-text .text {
    margin-top: 50px;
  }
}

.free-video .video {
  position: relative;
  margin-right: 30px;
  width: 47%;
}

.free-video .video .video-image {
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 5px;
}

.free-video .video .play-btn {
  -webkit-box-shadow: 0 4px 8px 0 rgba(30, 31, 68, 0.5);
          box-shadow: 0 4px 8px 0 rgba(30, 31, 68, 0.5);
  border-radius: 30px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  margin-left: -30px;
  margin-top: -10px;
}

.free-video .video:hover .video-image {
  opacity: .75;
}

.free-video .video:hover .play-btn {
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}

@media only screen and (min-width: 0px) and (max-width: 860px) {
  .free-video .video {
    margin: 0 auto;
    width: 90%;
  }
}

.free-video .intro-text, .free-video .outro-text p {
  text-align: center !important;
  margin: 0 10% 10px;
}

@media only screen and (min-width: 0px) and (max-width: 860px) {
  .free-video .intro-text, .free-video .outro-text p {
    text-align: left !important;
    margin: 0 0 10px;
  }
}

.free-video .outro-text a {
  color: #FDDD8D;
}

/* SECTION 4 - INFO & INTERAL LINKS
-------------------------------------------------------------- */
.info-links {
  margin: 0 auto 20px;
  padding-top: 40px;
  border-bottom: none;
}

.info-links .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 960px) {
  .info-links .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.info-links .info-link {
  margin: 20px;
  width: 100%;
  max-width: 300px;
  font-size: 16px;
  text-align: center;
}

.info-links .info-link p {
  text-align: center !important;
  margin-bottom: 40px;
}

.info-links .info-link p:nth-child(1) {
  padding: 0 5%;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .info-links .info-link p:nth-child(1) {
    padding: 0;
  }
}

.info-links .info-link p:nth-child(2) {
  padding: 0 5%;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .info-links .info-link p:nth-child(2) {
    padding: 0;
  }
}

@media only screen and (min-width: 861px) and (max-width: 1380px) {
  .info-links .info-link p {
    min-height: 114px;
  }
}

.info-links .info-link a {
  padding: 15px 20px;
  color: #3D41DA;
  font-size: 16px;
  border-radius: 50px;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  position: relative;
}

.info-links .info-link a:hover {
  color: #FFF;
  text-decoration: none;
}

.info-links .info-link a:hover:after {
  opacity: 0;
}

.info-links .info-link a:after {
  content: "";
  background: #FFF;
  border-radius: 40px;
  height: calc(100% - 4px);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  width: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -1;
}

.info-links .info-link a:before {
  content: "";
  background-image: linear-gradient(45deg, #3D41DA 0%, #0088F7 100%);
  border-radius: 40px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.info-links .info-image {
  margin-bottom: 30px;
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .info-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* SECTION 5 - QUESTIONS / LEARN MORE
-------------------------------------------------------------- */
.learn-more {
  background: #BDF5E1;
}

.learn-more .container {
  max-width: 1000px;
  width: 90%;
  position: relative;
}

.learn-more .book-img {
  width: 100%;
  background: green;
}

.learn-more .book-img img {
  position: absolute;
}

.learn-more .book-img .book-top-right {
  top: -120px;
  right: 50px;
}

.learn-more .book-img .book-left {
  left: 0;
}

.learn-more .book-img .book-bottom-right {
  right: 0;
  bottom: -120px;
}

@media only screen and (min-width: 0px) and (max-width: 860px) {
  .learn-more .book-img {
    display: none;
  }
}

.learn-more .intro-text {
  margin: 100px auto;
  max-width: 500px;
  text-align: center;
}

.learn-more .intro-text h1, .learn-more .intro-text p {
  color: #1E1F44;
}

.learn-more .intro-text h3 {
  margin: 20px 0;
  font-size: 48px;
  font-weight: 700;
  color: #1E1F44;
}

.learn-more .intro-text p {
  width: 100%;
  margin-bottom: 40px;
  font-size: 22px;
}

.learn-more .intro-text a {
  background-image: linear-gradient(45deg, #3D41DA 0%, #0088F7 100%);
  color: #FFF;
  text-shadow: 0 1px 1px rgba(30, 31, 68, 0.5);
  padding: 20px 25px;
  border-radius: 50px;
  font-size: 16px;
}

.learn-more .intro-text a:hover {
  background-image: linear-gradient(-45deg, #3D41DA 0%, #0088F7 100%);
  text-decoration: none;
}

/* CSS ANIMATION
-------------------------------------------------------------- */
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.graphic-icon {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.graphic-icon:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.ray path,
.ray ellipse {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.ray:hover path,
.ray:hover ellipse {
  -webkit-transform: translate(-6px, 3px);
          transform: translate(-6px, 3px);
}

.share-tools {
  -webkit-animation: 1.5s bounce ease-in-out infinite alternate;
          animation: 1.5s bounce ease-in-out infinite alternate;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.share-shadow {
  -webkit-animation: 1.5s fade ease-in-out infinite alternate;
          animation: 1.5s fade ease-in-out infinite alternate;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes fade {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 0.35;
  }
}

/*************************************************************************************/
/* HEADER
-------------------------------------------------------------- */
.page__about header {
  background: #FF5050;
  background-image: -webkit-gradient(linear, left top, right top, from(#d73b3c), to(#ff5050));
  background-image: linear-gradient(90deg, #d73b3c 0%, #ff5050 100%);
  min-height: 320px !important;
}

.page__about header .page-title {
  padding-top: 0 !important;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .page__about header .page-title {
    padding-top: 110px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .page__about header {
    padding-top: 120px;
    min-height: 280px !important;
  }
}

.page__about h2 {
  margin-bottom: 20px;
  font-weight: 700;
}

/* MISSION SECTION
-------------------------------------------------------------- */
.mission {
  border: none;
  padding-bottom: 1em;
}

.mission .content-title {
  padding: 10px 20% 60px;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .mission .content-title {
    padding: 10px 0 20px;
  }
}

.mission .cta {
  padding-top: 2em;
}

/* VALUES SECTION
-------------------------------------------------------------- */
.values {
  background: #F3F3F3;
  padding: 10em 0 !important;
}

.values h3 {
  font-weight: 400;
}

/* NUMBERS SECTION
-------------------------------------------------------------- */
.numbers {
  border: none !important;
}

.bignumbers {
  padding-bottom: 60px;
}

.bignumbers h3 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 120px;
}

.bignumbers small {
  text-transform: uppercase;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}

/* MEDIA QUERIES
-------------------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 860px) {
  .bignumbers {
    padding: 0;
  }
  .bignumbers .col-md-4 {
    padding-bottom: 20px;
  }
  .bignumbers h3 {
    font-size: 72px;
  }
  .bignumbers small {
    font-size: 12px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .numbers .bigtext {
    margin-bottom: 0;
  }
  .bignumbers {
    padding: 0;
  }
  .bignumbers .col-md-4 {
    padding-bottom: 40px;
  }
  .bignumbers h3 {
    font-size: 48px;
  }
  .bignumbers small {
    font-size: 12px;
  }
  .values .col-md-4 {
    padding: 10px 10%;
  }
  .btn-large {
    height: 48px !important;
    line-height: 48px !important;
    font-size: 14px !important;
  }
}

/*************************************************************************************/
/* HEADER
-------------------------------------------------------------- */
.page__contact header {
  background: #FF6550;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff6550), to(#febe12));
  background-image: linear-gradient(90deg, #ff6550 0%, #febe12 100%);
}

/* PAGE SECTIONS
-------------------------------------------------------------- */
.pardot-form-section {
  border: none !important;
}

.where-section {
  background: #F3F3F3;
  padding-bottom: 10em !important;
  padding-top: 7em;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .where-section .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  section h2 {
    font-size: 24px !important;
  }
}

.required {
  position: relative;
}

.required:after {
  content: '';
  position: absolute;
  top: 4px;
  right: -15px;
  font-weight: 700;
  font-size: 16px;
  color: #FF5050;
}

.form-group.required {
  display: block;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .form-group.required {
    right: -10px;
  }
}

.form-group.inline.required:after {
  top: -2px;
}

.gmap {
  border: 2px solid #FFF;
  max-height: 250px;
  overflow: hidden;
}

.gmap img {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.gmap img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* MISC */
@media only screen and (min-width: 480px) and (max-width: 860px) {
  h4.mt0 {
    margin-top: 3em !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  p.smalltext.right {
    text-align: right;
  }
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  .right {
    text-align: left;
  }
}

@media only screen and (min-width: 480px) and (max-width: 860px) {
  input[type="submit"] {
    min-width: 260px;
    margin-top: 3em;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  section:first-of-type {
    padding-bottom: 6em;
  }
}

/*************************************************************************************/
/* HEADER
-------------------------------------------------------------- */
.page__examples #wrapper > header {
  background: -webkit-gradient(linear, left top, right top, from(#20CE8E), to(#3945DC));
  background: linear-gradient(90deg, #20CE8E 0%, #3945DC 100%);
  min-height: 440px;
  padding-bottom: 80px;
  text-align: center;
  color: #FFF;
}

.page__examples #wrapper > header.subpage {
  min-height: 400px;
}

.page__examples #wrapper > header.subpage h1 {
  margin-bottom: 60px;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .page__examples #wrapper > header {
    min-height: 300px !important;
    padding-bottom: 1px;
  }
}

.page__examples #wrapper > header h1 {
  margin: 40px 0 20px 0;
  text-shadow: none;
  line-height: 1.1em;
  font-size: 52px;
  font-weight: 100;
  color: #FFF;
}

.page__examples #wrapper > header h1 + p {
  font-size: 18px;
  opacity: 0;
  -webkit-animation: fadein .4s 1.2s 1 forwards ease-in !important;
          animation: fadein .4s 1.2s 1 forwards ease-in !important;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .page__examples #wrapper > header h1 + p {
    font-size: 1rem;
    padding: 0 15%;
    line-height: 1.5 !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .page__examples #wrapper > header h1 {
    max-width: 100%;
    padding-top: 20px;
    margin-bottom: 10px !important;
    font-size: 2.2rem !important;
  }
}

/* SECTION - SIGNUP
-------------------------------------------------------------- */
.examples {
  padding-top: 0;
}

.examples .container {
  position: relative;
  z-index: 9999;
  max-width: 1000px;
  margin-top: -120px;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .examples .container {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.examples__columns {
  -webkit-columns: 2 200px;
          columns: 2 200px;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
}

.ecard {
  display: inline-block;
  background: #FFF;
  border-radius: 5px;
  width: 100%;
  margin: 2rem 1rem 2rem 0;
  padding: 30px 40px 20px;
  font-size: 1rem;
  color: #1E1F44;
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .ecard {
    margin-bottom: 50px;
  }
}

.ecard__title {
  margin: 0 0 10px;
  font-size: 1.75em;
  font-weight: 700;
  color: #1E1F44;
}

.ecard__title:first-of-type {
  margin-top: 20px;
}

.ecard__subhead {
  font-size: 1rem;
  color: #1E1F44;
}

.ecard__text {
  padding: 0;
  margin: 0 0 10px 0;
}

.ecard__checklist {
  margin: 0 0 10px 0;
  padding: 0;
}

.ecard__checklist li {
  list-style-type: none;
  background-image: url("/dietsite-assets/images/examples/check.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 0px 5px;
  padding-left: 21px;
  line-height: 1.85rem;
}

.ecard__numlist {
  margin: 0 0 10px 0;
  padding: 0 0 0 18px;
}

.ecard__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
  margin-top: -62px;
}

.ecard__icon {
  display: inline-block;
  background: white;
  border: 2px solid #0284F6;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.ecard__icon:after {
  content: '';
  display: inline-block;
  position: relative;
  background-size: 60px;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}

.ecard__icon--share:after {
  top: -1px;
  background-image: url("/dietsite-assets/images/examples/share.svg");
}

.ecard__icon--follow:after {
  top: -1px;
  background-image: url("/dietsite-assets/images/examples/follow.svg");
}

.ecard__icon--listbuilding:after {
  top: -1px;
  background-image: url("/dietsite-assets/images/examples/list-building.svg");
}

.ecard__icon--linkpromotion:after {
  top: -1px;
  background-image: url("/dietsite-assets/images/examples/link-promotion.svg");
}

.ecard__icon--relatedposts:after {
  top: -1px;
  background-image: url("/dietsite-assets/images/examples/related-posts.svg");
}

.ecard__icon--tipjar:after {
  top: -1px;
  background-image: url("/dietsite-assets/images/examples/tip-jar.svg");
}

/* SECTION - SIGNUP
-------------------------------------------------------------- */
.signup {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: 70vh;
  background: -webkit-gradient(linear, left top, right top, from(#41DFB2), to(#21C8CD));
  background: linear-gradient(90deg, #41DFB2 0%, #21C8CD 100%);
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .signup {
    padding: 10em 0 12em !important;
  }
}

.signup .container {
  position: relative;
  max-width: 60%;
  width: 90%;
  padding: 5em 0;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .signup .container {
    max-width: 100%;
    width: 100%;
    padding: 1em 0;
  }
}

.signup__title {
  margin-bottom: .5em;
  font-weight: 700;
  color: #1E1F44;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .signup__title {
    font-size: 2.2rem !important;
  }
}

.signup__text {
  margin-bottom: 2em;
  color: #1E1F44;
}

.signup__btn {
  background-image: linear-gradient(45deg, #3D41DA 0%, #0088F7 100%);
  text-shadow: 0 1px 1px rgba(30, 31, 68, 0.5);
  padding: 20px 25px;
  border-radius: 50px;
  font-size: 16px;
  color: #FFF;
}

.signup__btn:hover {
  background-image: linear-gradient(-45deg, #3D41DA 0%, #0088F7 100%);
  text-decoration: none;
  color: #FFF;
}
/*# sourceMappingURL=at_main.css.map */