

/*------------------------------------*\
  RESET
\*------------------------------------*/


html {
  box-sizing: border-box;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
}
html, body,
p, ol, ul, li,
blockquote, figure, fieldset, textarea, iframe, hr,
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}
main {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  background-color: transparent;
  text-decoration: inherit;
}
ul {
  list-style: none;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
img, embed, iframe, object, audio, video {
  width: 100%;
  height: auto;
}
img {
  border-style: none;
}
img[src*=".svg"] {
  width: 100%; 
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
b, strong {
  font-weight: 600;
}
sub, sup {
  position: relative;
  font-size: smaller;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.25em;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}





/*------------------------------------*\
  SETUP
\*------------------------------------*/


.page {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
}
.page--circles {
  background: url(../img/background/circles.svg) repeat;
  background-size: 100px;
  background-attachment: fixed;
}
.container {
  position: relative;
  width: 90%;
  max-width: 1400px;
  background: #fff;
  box-shadow: -60px 0px 140px -90px #404040, 60px 0px 140px -90px #404040;
  margin: 0 auto;
}
.page-content {
  position: relative;
  top: 0;
  padding-top: 90px;
}


@media only screen and (max-width: 1400px) {
  .container {
    width: 100%;
  }
}

@media only screen and (max-width: 1170px) {
  .page-content {
    padding-top: 65px;
  }
}





/*------------------------------------*\
  HEADER + NAVIGATION
\*------------------------------------*/


.page-head {
  position: fixed;
  width: 90%;
  max-width: 1400px;
  top: 0;
  background: #fff;
  z-index: 999;
}
.head--theme {
  height: 90px;
  padding: 18px 3%;
  -webkit-transition: height 0.5s ease;
          transition: height 0.5s ease;
}

.page-head__logo {
  display: block;
  float: left;
  width: 180px;
  margin-top: 2px;
}

.primary-nav {
  float: right;
  margin-right: -18px;
}
.primary-nav li {
  display: inline-block;
  margin: 0 18px;
}
.primary-nav__link {
  display: block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2;
  color: #b2b2b2;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: color 0.5s ease;
          transition: color 0.5s ease;
}
.primary-nav__link:hover,
.primary-nav .active {
  color: #666;
}

span.btn--login {
  display: inline-block;
  position: relative;
  min-width: 142px;
  color: #fff;
  padding: 15px 45px 15px 25px;
  margin: 0;
}
span.btn--login::after {
  position: absolute;
  content: '';
  width: 11px;
  height: 11px;
  top: 14px;
  right: 25px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
span.login--open::after {
  top: 20px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
span.btn--login:hover {
  color: #fff;
  -webkit-transform: none;
          transform: none;
}

span.btn--login.btn--green {
  font-size: 0.9em;
  padding: 16px 15px;
}
span.btn--login.btn--green::after {
  display: none;
}

.sub-nav__login {
  display: none;
  position: absolute;
  width: 210px;
  top: 80px;
  right: 3%;
  background: #6faadc;
  padding: 5px 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 99999;
}
.sub-nav__login.open {
  display: block;
}
li.sub-nav__item {
  display: block;
  padding: 15px 10px;
  margin: 0 !important;
}
li.sub-nav__item:first-child {
  border-bottom: 2px solid #e1edf8;
}
.sub-nav__item span,
.sub-nav__item a {
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
.sub-nav__item span {
  width: 90px;
  padding-right: 15px;
  cursor: default;
}
.sub-nav__item a {
  font-weight: 400;
}
.sub-nav__item a:hover {
  text-decoration: underline;
}

.link--login {
  position: relative;
  color: #6faadc;
  padding-right: 20px;
}
.link--login:hover {
  color: #6faadc;
}
.link--login::after {
  position: absolute;
  content: '';
  width: 11px;
  height: 11px;
  top: 7px;
  right: 0;
  border-right: 3px solid #6faadc;
  border-bottom: 3px solid #6faadc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.link--login.login--open::after {
  top: 13px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.link--mod {
  top: 70px;
}

.sub-nav__wrap {
  position: relative;
}
.sub-nav__wrap:hover::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background: #6faadc;
}
.sub-nav__list {
  position: absolute;
  width: 260px;
  top: 33px;
  left: -18px;
  text-align: left;
  padding: 8px 0 25px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
          transition: 0.3s ease-out;
}
.sub-nav__list li {
  display: block;
  margin: 2px 18px;
}
.sub-nav__wrap:focus .sub-nav__list,
.sub-nav__wrap:hover .sub-nav__list {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

.shadow-nav {
  height: 165px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}


@media only screen and (max-width: 1450px) {
  .primary-nav {
    margin-right: -15px;
  }
  .primary-nav li {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 1400px) {
  .page-head {
    width: 100%;
  }
}

@media only screen and (max-width: 1250px) {
  .primary-nav {
    margin-right: -10px;
  }
  .primary-nav li {
    margin: 0 10px;
  }
  .sub-nav__list {
    width: 183px;
    left: -12px;
    padding: 10px 0;
  }
}

@media only screen and (max-width: 1170px) {
  .head--theme {
    height: 65px;
    padding: 12px 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
  }
  .page-head__logo {
    width: 160px;
    margin: 0;
  }
  .mobile-icon {
    display: block;
    position: fixed;
    width: 32px;
    height: 32px;
    top: 20px;
    right: 25px;
    cursor: pointer;
    z-index: 99999;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
  }
  .mobile-icon span {
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    background: #b7d601;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
  }
  .mobile-icon .mobile-icon__middle {
    top: 10px;
  }
  .mobile-icon .mobile-icon__bottom {
    top: 20px;
  }
  .js-icon.active span {
    background: #b7d601;
  }
  .js-icon.active .mobile-icon__top {
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
            transform: translateY(10px) translateX(0) rotate(45deg);
  }
  .js-icon.active .mobile-icon__middle {
    opacity: 0;
  }
  .js-icon.active .mobile-icon__bottom {
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
            transform: translateY(-10px) translateX(0) rotate(-45deg);
  }
  .js-shadow--nav {
    height: auto;
    box-shadow: none !important;
  }
  .primary-nav {
    position: fixed;
    width: 100%;
    height: 0;
    top: 65px;
    left: 0;
    background: rgba(183,214,1, 1);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
            transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
    z-index: 99999;
  }
  .primary-nav.open {
    height: 100%;
    visibility: visible;
    opacity: 1;
  }
  .primary-nav__list {
    position: relative;
    height: 100%;
    top: 115px;
    text-align: center;
  }
  .primary-nav li {
    display: block;
    position: relative;
    margin: 20px 0;
    opacity: 0;
  }
  .primary-nav__link {
    display: inline-block;
    font-size: 2.2em;
    color: #fff;
    padding: 5px;
    -webkit-transition: transform 0.5s;
            transition: transform 0.5s;
  }
  .primary-nav__link:hover {
    color: #fff;
    -webkit-transform: translateZ(0) scale(1.1, 1.1);
            transform: translateZ(0) scale(1.1, 1.1);
  }
  .sub-nav__wrap::after {
    display: none;
  }
  .sub-nav__list {
    position: relative;
    width: 100%;
    top: inherit;
    left: inherit;
    text-align: center;
    background: none;
    padding: 0;
    box-shadow: none;
    border-radius: none;
    transform: inherit;
    transition: inherit;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  .sub-nav__list li {
    margin: 5px 0;
  }
  .sub-nav__list .primary-nav__link {
    font-size: 1.8em;
  }
  span.btn--login,
  .link--login {
    display: none;
  }
  span.btn--login.btn--green {
    display: inline-block;
    background: #6faadc;
    padding: 15px 25px;
    margin-top: 10px;
  }
  .sub-nav__login,
  .link--mod {
    display: block !important;
    position: fixed;
    width: 100%;
    top: 65px;
    right: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
  li.sub-nav__item {
    float: left;
    width: 50%;
    padding: 20px 10px;
  }
  li.sub-nav__item:first-child {
    border-right: 2px solid #e1edf8;
    border-bottom: none;
  }
  .sub-nav__item span,
  .sub-nav__item a {
    display: block;
    width: 100%;
  }
  .sub-nav__item span {
    padding-right: 0;
    margin-bottom: 5px;
  }
  .sub-nav__item a {
    font-size: 1.3em;
  }
}

@media only screen and (max-width: 750px) {
  .primary-nav__list {
    top: 105px;
  }
  .primary-nav li {
    margin: 15px 0;
  }
  .primary-nav__link {
    font-size: 1.9em;
  }
  .sub-nav__list li {
    margin: 5px 0;
  }
  .sub-nav__list .primary-nav__link {
    font-size: 1.3em;
  }
  li.sub-nav__item {
    padding: 18px 10px;
  }
  .sub-nav__item span {
    margin-bottom: 3px;
  }
  .sub-nav__item a {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 550px) {
  .head--theme {
    padding: 12px 20px;
  }
  .mobile-icon {
    right: 20px;
  }
  .primary-nav__list {
    top: 95px;
  }
  .primary-nav li {
    margin: 10px 0;
  }
  .primary-nav__link {
    font-size: 1.5em;
  }
  .sub-nav__list li {
    margin: 2px 0;
  }
  .sub-nav__list .primary-nav__link {
    font-size: 1.15em;
  }
  li.sub-nav__item {
    padding: 15px 5px;
  }
  .sub-nav__item span,
  .sub-nav__item a {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 400px) {
  .primary-nav__list {
    top: 85px;
  }
  .sub-nav__item span,
  .sub-nav__item a {
    font-size: 0.8em;
  }
}

.primary-nav.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}





/*------------------------------------*\
  FOOTER - MEMBERS
\*------------------------------------*/


.foot--theme {
  background: #243c81;
  padding: 60px 5%;
}

.page-foot__wrap,
.page-foot__cta {
  float: left;
  width: 50%;
}

.page-foot__col {
  float: left;
  width: 50%;
}
.foot-nav__link,
.page-foot__wrap p {
  display: block;
  font-size: 1em;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 12px;
}
.page-foot__wrap p {
  font-weight: 600;
}
.foot-nav__link:hover {
  color: #6faadc;
}

.page-foot__cta h3 {
  float: left;
  font-size: 2em;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  margin-top: 5px;
}
.cta-app {
  margin-bottom: 25px;
}
.cta-app .app-btns {
  float: right;
  max-width: 340px;
  margin: 0;
}
.cta-mobile h3 {
  margin-top: 8px;
}
.cta-mobile__wrap {
  float: right;
  width: 60%;
}
.cta-mobile__wrap .input-submit {
  margin: 0;
}
.cta-mobile__error {
  font-size: 0.85em;
  line-height: 1.4;
  color: #a8b1cc;
  margin-top: 10px;
}

.cta-social {
  margin-top: 50px;
}
.cta-social__link {
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  cursor: pointer;
}
.cta-social__link svg {
  fill: #a8b1cc;
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear;
}
.cta-social__link:hover svg {
  fill: #6faadc;
}

.page-foot__info {
  clear: both;
  margin-top: 30px;
}
.info-bbb {
  float: left;
  width: 180px;
  margin: 6px 50px 0 0;
}
.info-copyright {
  float: left;
  margin-top: 30px;
}
.info-copyright p {
  font-size: 1em;
  color: #a8b1cc;
}
.info-copyright a {
  display: inline-block;
  font-weight: 600;
  color: #a8b1cc;
}
.info-logo {
  float: right;
  width: 300px;
}


@media only screen and (max-width: 1260px) {
  .page-foot__cta h3 {
    font-size: 1.6em;
    margin-top: 6px;
  }
  .cta-app .app-btns {
    max-width: 300px;
  }
  .cta-mobile h3 {
    margin-top: 12px;
  }
  .cta-mobile__wrap {
    width: 65%;
  }
}

@media only screen and (max-width: 1120px) {
  .page-foot__cta h3 {
    font-size: 1.4em;
  }
  .cta-app .app-btns {
    max-width: 280px;
  }
  .cta-mobile h3 {
    margin-top: 14px;
  }
  .info-bbb {
    width: 150px;
    margin: 0 40px 0 0;
  }
  .info-copyright {
    margin-top: 19px;
  }
  .info-logo {
    width: 220px;
  }
}

@media only screen and (max-width: 1000px) {
  .page-foot__wrap,
  .page-foot__cta {
    float: none;
    width: 100%;
    max-width: 530px;
  }
  .page-foot__cta {
    margin-top: 30px;
  }
  .cta-social {
    margin-top: 40px;
  }
  .page-foot__info {
    clear: both;
    margin-top: 50px;
  }
  .info-logo {
    float: left;
    width: 200px;
  }
  .info-bbb {
    float: left;
    width: 130px;
    margin: 0 0 0 40px;
  }
  .info-copyright {
    clear: both;
    float: none;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 550px) {
  .foot--theme {
    padding: 50px 25px;
  }
  .col--left {
    width: 60%;
  }
  .col--right{
    width: 40%;
  }
  .info-copyright p {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 500px) {
  .page-foot__col {
    float: none;
    width: 100%;
  }
  .col--left {
    margin-bottom: 30px;
  }
  .page-foot__cta {
    margin: 35px 0;
  }
  .page-foot__cta h3 {
    float: none;
    margin: 0 0 15px;
  }
  .cta-app {
    margin-bottom: 20px;
  }
  .cta-app .app-btns,
  .cta-mobile__wrap {
    float: none;
    max-width: 350px;
  }
  .cta-mobile__wrap {
    width: 100%;
  }
  .cta-mobile__wrap .input {
    text-align: center;
  }
  .cta-social {
    margin-top: 30px;
  }
  .info-logo {
    width: 150px;
  }
  .info-bbb {
    width: 95px;
    margin: 0 0 0 30px;
  }
  .page-foot__info {
    margin-top: 30px;
  }
  .info-copyright {
    padding-top: 25px;
  }
  .info-copyright span {
    display: block;
    margin-bottom: 5px;
  }
}





/*------------------------------------*\
  FOOTER - DENTIST
\*------------------------------------*/


.foot--dentist .page-foot__logo {
  display: block;
  float: left;
  width: 260px;
  margin-right: 14%;
}

.foot--dentist .page-foot__wrap {
  float: none;
  width: 100%;
  max-width: 100%;
}

.foot--dentist .page-foot__col {
  width: 30%;
}
.foot--dentist .col--left {
  float: left;
}
.foot--dentist .col--right {
  float: right;
}

.foot--dentist .foot-nav__link,
.foot--dentist .page-foot__wrap p {
  display: block;
  font-size: 1.1em;
  line-height: 1.4;
  text-decoration: underline;
  color: #fff;
  margin: 0 0 12px;
}
.foot--dentist .page-foot__wrap p {
  font-weight: 600;
  text-decoration: none;
}

.foot--dentist .copyright {
  margin-top: 80px;
}
.foot--dentist .copyright span,
.foot--dentist .copyright a {
  display: inline-block;
  font-size: 1em;
  color: #fff;
  margin-right: 20px;
}


@media only screen and (max-width: 1125px) {
  .foot--dentist .page-foot__logo {
    width: 220px;
    margin-right: 12%;
  }
  .foot--dentist .col--right {
    width: 25%;
  }
  .foot--dentist .copyright {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 900px) {
  .foot--dentist .page-foot__logo {
    width: 200px;
    margin-right: 10%;
  }
}

@media only screen and (max-width: 700px) {
  .foot--dentist .page-foot__logo {
    float: none;
    clear: both;
    width: 180px;
    margin: 0 0 40px;
  }
  .foot--dentist .col--left {
    width: 60%;
  }
  .foot--dentist .col--right {
    width: 40%;
  }
  .foot--dentist .foot-nav__link,
  .foot--dentist .page-foot__wrap p {
    font-size: 1em;
    margin-bottom: 8px;
  }
  .foot--dentist .copyright span,
  .foot--dentist .copyright a {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 470px) {
  .foot--dentist .page-foot__logo {
     margin: 0 0 30px;
  }
  .foot--dentist .page-foot__col {
    float: none;
    width: 100%;
  }
  .foot--dentist .col--right {
    margin-top: 35px;
  }
  .foot--dentist .copyright span {
    display: block;
    margin: 0 0 10px;
  }
  .foot--dentist .copyright a {
    margin-right: 10px;
  }
}





/*------------------------------------*\
  TYPE-UNIVERSAL
\*------------------------------------*/


.page-content h1,
.page-content h2,
.page-content h4 {
  line-height: 1.2;
}
.page-content h1 {
  font-size: 2.2em;
  font-weight: 500;
  color: #b7d601;
  margin-bottom: 20px;
}
.page-content h2 {
  font-size: 1.7em;
  font-weight: 500;
  color: #6faadc;
  margin-bottom: 15px;
}
.page-content h3 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3;
  color: #b7d601;
  margin-bottom: 5px;
}
.page-content h4 {
  font-size: 1.15em;
  font-weight: 600;
  color: #666;
  margin-bottom: 5px;
}
.page-content p, 
.page-content li {
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: 400;
  color: #666;
  margin-bottom: 20px;
}
.page-content p a {
  font-weight: 600;
  color: #6faadc;
}
.page-content p a:hover {
  text-decoration: underline;
}
.page-content ul {
  margin-bottom: 20px;
}
.page-content li {
  position: relative;
  padding-left: 20px;
  margin: 8px 0;
}
.page-content li::before {
  position: absolute;
  content: '•';
  font-weight: 800;
  color: #b7d601;
  left: 0;
}
.page-content hr {
  border: 1px solid #e0e0e0;
  margin: 40px 0;
}


@media only screen and (max-width: 1170px) {
  .page-content h1 {
    font-size: 2em;
  }
  .page-content h2 {
    font-size: 1.5em;
  }
  .page-content h3 {
    font-size: 1.3em;
  }
  .page-content h4 {
    font-size: 1.05em;
  }
  .page-content p,
  .page-content li {
    font-size: 1em;
  }
}

@media only screen and (max-width: 750px) {
  .page-content h1 {
    font-size: 1.8em;
  }
  .page-content h2 {
    font-size: 1.3em;
  }
  .page-content hr {
    margin: 30px 0;
  }
}

@media only screen and (max-width: 600px) {
  .page-content h3 {
    font-size: 1.15em;
  }
}




/*------------------------------------*\
  COMPONENTS
\*------------------------------------*/


.btn,
.input {
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.1;
  font-weight: 500;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  cursor: pointer;
}
.btn {
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #666;
  padding: 15px 25px;
  border-color: #666;
  margin: 5px 5px 5px 0;
}
.input {
  width: 100%;
  color: #666;
  background: #fff;
  padding: 12px;
  border-color: #e0e0e0;
  margin: 5px 0;
  -webkit-transition: border 0.5s ease;
          transition: border 0.5s ease;
}
.input:focus {
  border-color: #b7d601;
  outline: 0;
}

.btn--round {
  text-transform: uppercase;
  border-radius: 50px;
}

.btn--blue {
  background: #6faadc;
  border-color: #6faadc;
}
.btn--green {
  background: #b7d601;
  border-color: #b7d601;
}
.btn--dark-blue {
  background: #203575;
  border-color: #203575;
}

::placeholder {
  color: #666;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #666;
}
::-ms-input-placeholder {
  color: #666;
}

.input--round {
  padding: 15px 25px;
  border-radius: 50px;
}
.input--round::placeholder {
  text-transform: uppercase;
}
.input--round:-ms-input-placeholder {
  text-transform: uppercase;
}
.input--round::-ms-input-placeholder {
  text-transform: uppercase;
}

.input--light-blue {
  background: #e1edf8;
  border-color: #e1edf8;
}
.input--light-blue:focus {
  border-color: #6faadc;
}
.input--light-green {
  background: #f1f7cc;
  border-color: #f1f7cc;
}
.input--light-green:focus {
  border-color: #b7d601;
}

.input--gray {
  background: #f2f2f2;
  border-color: #f2f2f2;
}
.input--gray::placeholder {
  color: #b2b2b2;
}
.input--gray:-ms-input-placeholder {
  color: #b2b2b2;
}
.input--gray::-ms-input-placeholder {
  color: #b2b2b2;
}

.input-submit {
  position: relative;
  width: 100%;
  padding-right: 140px;
  margin: 20px 0;
}
.input-submit .input {
  margin: 0;
}
.input-submit .btn {
  position: absolute;
  width: 130px;
  top: 0;
  right: 0;
  padding: 15px 0;
  margin: 0;
}

.radio {
  display: inline-block;
  position: relative;
  margin: 5px 35px 10px 0;
}
.radio input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.radio__label {
  display: inline-block;
  font-size: 1.1em;
  font-weight: 400;
  color: #666;
  padding-left: 35px;
  margin-top: 1px;
  cursor: pointer;
  z-index: 2;
}
.radio__check {
  position: absolute;
  height: 22px;
  width: 22px;
  top: 0;
  left: 0;
  border: 3px solid #b2b2b2;
  border-radius: 100%;
  -webkit-transition: border .2s linear;
          transition: border .2s linear;
  z-index: 1;
}
.radio__check::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  margin: auto;
  -webkit-transition: background 0.2s linear;
          transition: background 0.2s linear;
}
.radio:hover .radio__check,
.radio input[type=radio]:checked ~ .radio__check {
  border: 3px solid #666;
}
.radio:hover .radio__check::before {
  background: #b2b2b2;
}
.radio input[type=radio]:checked ~ .radio__check::before {
  background: #666;
}

.app-btns {
  margin: 20px 0;
}
.app-btns__link {
  display: block;
  float: left;
  width: 48%;
}
.app-btns__link:first-child {
  margin-right: 4%;
}

.sub-btns {
  margin: 25px 0;
}

.btn,
.app-btns__link img {
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
          transform: translateZ(0) scale(1.0, 1.0);
  -webkit-transition: transform 0.5s;
          transition: transform 0.5s;
}
.btn:hover,
.app-btns__link:hover img {
  -webkit-transform: translateZ(0) scale(1.05, 1.05);
          transform: translateZ(0) scale(1.05, 1.05);
}

.width--sml {
  max-width: 350px;
}
.width--med {
  max-width: 500px;
}
.width--lrg {
  max-width: 700px;
}

.bg--blue {
  background: #6faadc;
}
.bg--green {
  background: #b7d601;
}
.bg--dark-blue {
  background: #203575;
}
.bg--gray {
  background: #f5f5f5;
}

.video-link {
  font-weight: 600;
  color: #6faadc;
  cursor: pointer;
}
.video-link:hover {
  text-decoration: underline;
}

.overlay__loading {
  position: relative;
  width: 100px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}


@media only screen and (max-width: 1170px) {
  .radio__label {
    font-size: 1em;
  }
}

@media only screen and (max-width: 750px) {
  .btn,
  .input {
    font-size: 0.9em;
  }
  .input--round {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 450px) {
  .btn,
  .input--round {
    padding: 12px 20px;
  }
  .input-submit {
    position: relative;
    padding: 0;
  }
  .input-submit .input,
  .input-submit .btn {
    display: block;
    width: 100%;
  }
  .input-submit .btn {
    position: relative;
    padding: 12px 0;
    margin-top: 12px;
  }
  .sub-btns .btn {
    width: 100%;
  }
}





/*------------------------------------*\
  TEXT-LINK
\*------------------------------------*/


.linkTextingInputWrapper {
  position: relative;
  width: 100%;
  padding-right: 140px; /** Demo Only **/
}

.linkTextingInputWrapper .linkTextingInput,
.linkTextingInputWrapper .linkTextingButton {
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 50px;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  cursor: pointer;
}

.linkTextingInputWrapper .linkTextingInput {
  width: 100%;
  color: #666;
  background: #e1edf8;
  padding: 15px 25px;
  border-color: #e1edf8;
  -webkit-transition: border 0.5s ease;
          transition: border 0.5s ease;
}
.linkTextingInputWrapper .linkTextingInput:focus {
  border-color: #6faadc;
}

.linkTextingInputWrapper .linkTextingButton {
  position: absolute;
  width: 130px;
  top: 0;
  right: 0;
  font-weight: 600;
  color: #fff;
  background: #6faadc !important;
  padding: 15px 0;
  border-color: #6faadc;
  margin: 0;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
          transform: translateZ(0) scale(1.0, 1.0);
  -webkit-transition: transform 0.5s;
          transition: transform 0.5s;
}
.linkTextingInputWrapper .linkTextingButton:hover {
  -webkit-transform: translateZ(0) scale(1.05, 1.05);
          transform: translateZ(0) scale(1.05, 1.05);
}

.linkTextingWidget .linkTextingError {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-size: 0.9em;
  line-height: 1.4;
  color: #f33b33;
  margin-top: 10px;
}

@media only screen and (max-width: 750px) {
  .linkTextingInputWrapper .linkTextingInput,
  .linkTextingInputWrapper .linkTextingButton {
    font-size: 0.9em;
  }
  .linkTextingInputWrapper .linkTextingInput {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 450px) {
  .linkTextingInputWrapper .linkTextingInput,
  .linkTextingInputWrapper .linkTextingButton {
    padding: 12px 20px;
  }
  .linkTextingInputWrapper {
    position: relative;
    padding: 0;
  }
  .linkTextingInputWrapper .linkTextingInput,
  .linkTextingInputWrapper .linkTextingButton {
    display: block;
    width: 100%;
  }
  .linkTextingInputWrapper .linkTextingButton {
    position: relative;
    padding: 12px 0;
    margin-top: 12px;
  }
  .linkTextingWidget .linkTextingError {
    text-align: center;
  }
}





/*------------------------------------*\
  SUBPAGE
\*------------------------------------*/


.subpage--theme {
  padding-top: 140px;
  margin-bottom: 140px;
}

.text {
  padding: 0 15%;
  margin-bottom: 60px;
}
.text h2 {
  margin: 30px 0 15px;
}


@media only screen and (max-width: 1170px) {
  .subpage--theme {
    padding-top: 120px;
    margin-bottom: 120px;
  }
  .text {
    padding: 0 10%;
  }
}

@media only screen and (max-width: 750px) {
  .text {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .subpage--theme {
    padding-top: 100px;
    margin-bottom: 100px;
  }
  .text h2 {
    margin: 0 0 10px;
  }
}





/*------------------------------------*\
  HOMEPAGE
\*------------------------------------*/


.homepage--theme h1,
.homepage--theme h4 {
  font-size: 3.3em;
  font-weight: 400;
  line-height: 1.1;
  color: #6faadc;
}
.homepage--theme h2 {
  font-size: 2.5em;
  line-height: 1.2;
  font-weight: 400;
  color: #6faadc;
  margin-bottom: 30px;
}


@media only screen and (max-width: 1300px) {
  .homepage--theme h1,
  .homepage--theme h4 {
    font-size: 3em;
  }
}

@media only screen and (max-width: 1170px) {
  .homepage--theme h1,
  .homepage--theme h4 {
    font-size: 2.6em;
  }
  .homepage--theme h2 {
    font-size: 2.2em;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 1025px) {
  .homepage--theme h1,
  .homepage--theme h4 {
    font-size: 2.2em;
  }
  .homepage--theme h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .homepage--theme h1,
  .homepage--theme h4 {
    font-size: 2em;
  }
  .homepage--theme h2 {
    font-size: 1.6em;
  }
}





/*------------------------------------*\
  INTRO
\*------------------------------------*/


.intro {
  margin: 20px 0;
}

.intro__wrap {
  padding: 0 4%;
}

.video {
  float: left;
  position: relative;
  width: 36%;
}
.video__btn {
  position: absolute;
  width: 18%;
  height: 0;
  top: 37%;
  right: 30%;
  background: #fff;
  padding-bottom: 18%;
  border-radius: 50%;
  -webkit-transition: all .35s ease;
          transition: all .35s ease;
  cursor: pointer;
}
.video__btn::after {
  position: absolute;
  content: '';
  width: 0; 
  height: 0; 
  left: 8px;
  right: 0;
  top: 50%;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #c0c0c2;
  margin: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.video__btn:hover {
  background: #243c81;
}
.video__text span {
  position: absolute;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #b2b2b2;
  left: 0;
  right: 0;
  bottom: 15px;
  margin-left: 20%;
}

.intro__inner {
  float: right;
  width: 64%;
  padding-left: 10%;
  margin-top: 8%;
}
.intro__inner .intro__text {
  float: left;
  max-width: 620px;
}
.intro__text h1 {
  margin-bottom: 30px;
}
.intro__text h3 {
  margin-bottom: 25px;
}
.intro__text p {
  margin-bottom: 25px;
}
.intro__text .app-btns {
  max-width: 330px;
  margin: 40px 0 0;
}


@media only screen and (max-width: 1300px) {
  .intro__inner {
    margin-top: 6%;
    padding-left: 8%;
  }
  .intro__text h1 {
    margin-bottom: 25px;
  }
  .intro__text h3,
  .intro__text p {
    margin-bottom: 20px;
  }
  .intro__text .app-btns {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1170px) {
  .intro {
    margin: 40px 0;
  }
  .intro__inner {
    padding: 0 5% 0 8%;
  }
  .intro__text h1 {
    margin-bottom: 20px;
  }
  .intro__text p {
    margin-bottom: 15px;
  }
  .intro__text .app-btns {
    margin-top: 25px;
  }
  .video__btn::after {
    left: 6px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #c0c0c2;
  }
  .video__text span {
    font-size: 0.85em;
    bottom: 10px;
  }
}

@media only screen and (max-width: 1125px) {
  .intro__inner {
    padding: 0 2% 0 6%;
  }
}

@media only screen and (max-width: 1025px) {
  .intro__inner {
    margin-top: 5%;
  }
}

@media only screen and (max-width: 900px) {
  .intro__wrap {
    padding: 0 5%;
  }
  .intro__inner,
  .video {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .intro__inner {
    max-width: 550px;
  }
  .intro__inner .intro__text {
    float: none;
    max-width: 100%;
  }
  .video {
    max-width: 300px;
    margin: 50px auto 0;
  }
  .video__btn::after {
    left: 4px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #c0c0c2;
  }
  .video__text span {
    font-size: 0.8em;
    bottom: 5px;
  }
}

@media only screen and (max-width: 600px) {
  .intro__wrap {
    padding: 0 10%;
  }
  .video {
    max-width: 250px;
  }
}





/*------------------------------------*\
  CTA-INPUTS
\*------------------------------------*/


.cta-inputs {
  margin: 80px 0;
}

.cta-inputs__wrap {
  max-width: 1080px;
  padding: 0 5%;
  margin: 0 auto;
}
.cta-inputs__inner {
  width: 45%;
  text-align: center;
}
.cta-inputs__inner h2 {
  margin-bottom: 15px;
}
.cta-inputs__inner p span {
  display: block;
}
.inner--left {
  float: left;
}
.inner--left h2 {
  color: #b7d601;
}
.inner--right {
  float: right;
}
.cta-inputs__inner .input-submit {
  margin: 25px 0 0;
}


@media only screen and (max-width: 1170px) {
  .cta-inputs__inner {
    width: 47%;
  }
}

@media only screen and (max-width: 900px) {
  .cta-inputs {
    margin: 60px 0;
  }
  .cta-inputs__inner h2 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 820px) {
  .cta-inputs__wrap {
    padding: 0 10%;
  }
  .cta-inputs__inner {
    float: none;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
  .inner--left {
    margin-bottom: 40px;
  }
  .cta-inputs__inner p span {
    display: inline;
  }
  .cta-inputs__inner .input-submit {
    max-width: 400px;
    margin: 0 auto;
  }
}





/*------------------------------------*\
  LIST
\*------------------------------------*/


.list {
  margin: 120px 0;
}

.list__text {
  float: left;
  width: 60%;
  padding: 0 4% 0 10%;
  margin-top: 3%;
}
.list__text h2 {
  margin-bottom: 30px;
}
.list__text p:last-of-type {
  margin: 0;
}
.list__img {
  float: right;
  width: 40%;
}


@media only screen and (max-width: 1450px) {
  .list__text {
    margin-top: 1%;
  }
}

@media only screen and (max-width: 1170px) {
  .list__text {
    margin: 0;
    padding: 0 5%;
  }
}

@media only screen and (max-width: 1000px) {
  .list__img {
    margin-top: 5%;
  }
}

@media only screen and (max-width: 900px) {
  .list {
    margin: 80px 0;
  }
}

@media only screen and (max-width: 850px) {
  .list__text {
    float: none;
    width: 100%;
  }
  .list__img {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .list__text {
    padding: 0 10%;
  }
}





/*------------------------------------*\
  SIGNUP
\*------------------------------------*/


.signup {
  margin-top: 120px;
}

.signup__wrap {
  width: 100%;
  text-align: center;
  padding: 50px 5% 65px;
}
.signup__wrap h4,
.signup__wrap p {
  color: #fff;
}
.signup__wrap h4 {
  margin-bottom: 15px;
}
.signup .input-submit {
  max-width: 450px;
  margin: 20px auto 0;
}
.signup .input--light-blue:focus {
  border-color: #243c81;
}


@media only screen and (max-width: 900px) {
  .signup {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 750px) {
  .signup__wrap {
    padding: 45px 10% 60px;
  }
  .signup .input-submit {
    max-width: 400px;
  }
}





/*------------------------------------*\
  SAVINGS
\*------------------------------------*/


.savings {
  margin: 120px 0;
}

.savings__wrap {
  padding: 0 5%;
}
.savings__text {
  max-width: 750px;
  text-align: center;
  margin: 0 auto;
}

.savings__btns {
  display: block;
  max-width: 750px;
  text-align: center;
  margin: 20px auto 50px;
}
.savings__btns .btn {
  display: inline-block;
  background: #b7d601;
  margin: 10px;
  cursor: pointer;
}
.btn--savings {
  margin: 10px;
  cursor: pointer;
}
.js-btn.active {
  background: #6faadc;
  border-color: #6faadc;
}

.savings__profile {
  padding: 0 5% 0 10%;
}
.profile__img {
  float: left;
  width: 29%;
}
.profile__text {
  float: left;
  width: 71%;
  padding-left: 12%;
  margin-top: 5%;
}
.profile__text h3,
.profile__text p {
  margin-bottom: 20px;
}
.profile__text p:last-of-type {
  margin: 0;
}

.subpage--theme .savings {
  margin: 60px 0;
}
.subpage--theme .savings__wrap {
  width: 90%;
  padding: 60px 0 0;
  border-top: 1px solid #e0e0e0;
  margin: 0 auto;
}
.subpage--theme .savings__wrap h2 {
  font-size: 2.2em;
  font-weight: 500;
  color: #b7d601;
}


@media only screen and (max-width: 1170px) {
  .savings__wrap {
    padding: 0 10%;
  }
  .profile__text {
    padding-left: 8%;
    margin-top: 3%;
  }
  .subpage--theme .savings__wrap h2 {
    font-size: 2em;
  }
}

@media only screen and (max-width: 950px) {
  .savings__wrap {
    padding: 0 5%;
  }
  .savings__btns {
    margin: 20px auto 40px;
  }
  .savings__btns .btn {
    font-size: 0.9em;
    padding: 10px 15px;
    margin: 8px 5px;
  }
  .savings__profile {
    padding: 0 5%;
  }
  .profile__text h3,
  .profile__text p {
    margin-bottom: 15px;
  }
  .profile__text p:last-of-type {
    margin: 0;
  }
}

@media only screen and (max-width: 900px) {
  .savings {
    margin: 80px 0;
  }
}

@media only screen and (max-width: 850px) {
  .savings__profile {
    padding: 0;
  }
  .profile__text {
    padding-left: 6%;
    margin-top: 1%;
  }
}

@media only screen and (max-width: 750px) {
  .savings__wrap {
    padding: 0 10%;
  }
  .savings__btns {
    margin: 20px auto 30px;
  }
  .savings__btns .btn {
    font-size: 0.85em;
    margin: 5px 2px;
  }
  .subpage--theme .savings {
    margin: 40px 0;
  }
  .subpage--theme .savings__wrap {
    width: 80%;
    padding: 40px 0 0;
  }
  .subpage--theme .savings__wrap h2 {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 600px) {
  .profile__text,
  .profile__img  {
    display: block;
    float: none;
    width: 100%;
  }
  .profile__img {
    max-width: 200px;
    padding: 0;
    margin: 0 auto 30px;
  }
}

@media only screen and (max-width: 450px) {
  .savings__btns .btn {
    font-size: 0.8em;
    padding: 8px 12px;
    margin: 4px 1px;
  }
}





/*------------------------------------*\
  MODALS
\*------------------------------------*/


.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(50,50,50, 0.8);
  z-index: 999999;
}
.overlay.open {
  display: block;
}

.modal {
  position: fixed;
  width: 90%;
  max-width: 700px;
  max-height: calc(100% - 10%);
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: auto;
}
.modal__close,
.notification__close {
  display: block;
  position: absolute;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
  color: #b7d601;
  top: 5px;
  right: 15px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: color 0.5s ease;
          transition: color 0.5s ease;
}
.modal__close:hover {
  color: #6faadc;
}

.modal__content {
  height: 100%;
  padding: 50px;
  overflow: auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.modal__content h2 {
  font-size: 2.4em;
  line-height: 1.1;
  font-weight: 800;
  color: #b7d601;
  margin-bottom: 10px;
}
.modal__content p {
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: 500;
  color: #666;
  margin-bottom: 20px;
}
.modal__content p a {
  color: #666;
}
.modal__content p a:hover {
  text-decoration: underline;
}
.modal__content .btn {
  float: right;
  margin: 20px 0 0;
}

.modal--video {
  max-width: 900px;
  border-radius: 0;
}
.modal--video video {
  display: block;
}
.close--video {
  color: #666;
  top: 0;
  right: 10px;
}
.close--video:hover {
  color: #323232;
}

.modal--contact {
  max-width: 600px;
}
.modal--contact textarea {
  height: 180px;
  resize: none;
}

@media only screen and (max-width: 1170px) {
  .modal__content p {
    font-size: 1em;
  }
}

@media only screen and (max-width: 750px) {
  .modal__content h2 {
    font-size: 2em;
  }
}

@media only screen and (max-width: 550px) {
  .modal__content {
    padding: 40px;
  }
  .modal__content h2 {
    font-size: 1.8em;
  }
  .modal__content p {
    line-height: 1.4;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 450px) {
  .modal__content {
    padding: 30px;
  }
  .modal__close {
    font-size: 2.5em;
    top: 1px;
    right: 10px;
  }
  .close--video {
    font-size: 2.2em;
    top: -2px;
    right: 6px;
  }
}





/*------------------------------------*\
  SURVEY
\*------------------------------------*/


.modal--survey {
  background: #6faadc;
}
.close--survey {
  color: #fff;
}
.close--survey:hover {
  color: #e0e0e0;
}
.modal--survey .modal__content {
  padding: 40px;
}

.modal--survey form {
  margin-top: 30px;
}
.modal--survey h2,
.modal--survey p,
.modal--survey label {
  color: #fff;
}
.survey-question {
  margin-bottom: 20px;
}
.survey-question:last-of-type {
  margin: 0;
}
.survey-question p {
  margin-bottom: 10px;
}

.modal--survey .radio__check {
  border: 3px solid #9fc5e6;
}
.modal--survey .radio:hover .radio__check,
.modal--survey .radio input[type=radio]:checked ~ .radio__check {
  border: 3px solid #fff;
}
.modal--survey .radio:hover .radio__check::before {
  background: #9fc5e6;
}
.modal--survey .radio input[type=radio]:checked ~ .radio__check::before {
  background: #fff;
}

.modal--survey .input {
  color: #fff;
  background: #9fc5e6;
  border-color: #9fc5e6;
}
.modal--survey .input:focus {
  border-color: #fff;
}

.radio__svg {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  fill: #9fc5e6;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear;
}
.label--svg {
  padding-left: 44px;
  margin-top: 5px;
}
.radio:hover .svg--good svg,
.radio input[type=radio]:checked ~ .svg--good svg {
  fill: #b7d601;
}
.radio:hover .svg--bad svg,
.radio input[type=radio]:checked ~ .svg--bad svg {
  fill: #203575;
}


@media only screen and (max-width: 450px) {
  .modal--survey .modal__content {
    padding: 30px;
  }
  .modal--survey form {
    margin-top: 25px;
  }
  .survey-question {
    margin-bottom: 15px;
  }
}





/*------------------------------------*\
  NOTIFICATION
\*------------------------------------*/


.notification {
  margin-bottom: 40px;
}
.notification__wrap {
  position: relative;
  padding: 30px 4%;
  margin: 0 auto;
}

.notification__close {
  color: #fff;
  right: 4%;
}
.notification__close:hover {
  color: #e0e0e0;
}

.notification__text {
  max-width: 1090px;
}
.notification__text h3,
.notification__text p {
  color: #fff;
}
.notification__text h3 {
  font-size: 1.4em;
}
.notification__text p {
  font-size: 1em;
}
.notification__text p:last-of-type {
  margin: 0;
}

.notification--icon::before {
  position: absolute;
  content: '';
  width: 100px;
  height: 83px;
  top: 0;
  left: 4%;
  bottom: 0;
  background: url(../img/common/gears.png) no-repeat;
  background-size: 100%;
  margin: auto;
}
.notification--icon .notification__text {
  max-width: 100%;
  padding: 0 40px 0 140px;
}

.subpage--theme .notification {
  position: relative;
  top: -50px;
  margin: 0;
}


@media only screen and (max-width: 1400px) {
  .notification__wrap {
    position: relative;
    padding: 30px 3%;
    margin: 0 auto;
  }
  .notification__close {
    right: 3%;
  }
  .notification--icon::before {
    left: 3%;
  }
}

@media only screen and (max-width: 1170px) {
  .notification__wrap {
    padding: 20px 25px;
  }
  .notification__text {
    padding-right: 35px;
  }
  .notification__text h3 {
    font-size: 1.25em;
    margin-bottom: 10px;
  }
  .notification__close {
    right: 22px;
  }
  .subpage--theme .notification {
    top: -55px;
  }
  .notification--icon::before {
    left: 27px;
  }
}

@media only screen and (max-width: 900px) {
  .notification__text h3 {
    font-size: 1.15em;
  }
  .notification__text p {
    font-size: 0.9em;
  }
  .notification--icon::before {
    width: 90px;
    height: 75px;
  }
  .notification--icon .notification__text {
    padding: 0 0 0 115px;
  }
}

@media only screen and (max-width: 600px) {
  .notification__close {
    font-size: 2.5em;
    top: 0;
    right: 9px;
  }
  .notification__text {
    padding: 0;
  }
  .subpage--theme .notification {
    top: -35px;
  }
  .notification--icon::before {
    display: none;
  }
  .notification--icon .notification__text {
    padding: 0;
  }
}

@media only screen and (max-width: 450px) {
  .notification__text h3 {
    padding-right: 20px;
  }
  .notification__text p {
    line-height: 1.4;
  }
}





/*------------------------------------*\
  SIGN-IN
\*------------------------------------*/


.signin--theme {
  position: relative;
  min-height: 700px;
  padding-bottom: 100px;
  overflow-x: hidden;
}
.signin--theme::before,
.signin--theme::after {
  position: absolute;
  content: '';
  border-radius: 50%;
  z-index: 1;
}
.signin--theme::before {
  width: 280px;
  height: 280px;
  top: 170px;
  left: -35px;
  background: #b7d601;
}
.signin--theme::after {
  width: 210px;
  height: 210px;
  top: 360px;
  right: -45px;
  background: #203575;
}

.signin--theme h1,
.signin--theme h2 {
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.1;
  color: #6faadc;
  margin-bottom: 20px;
}
.signin--theme h3 {
  font-weight: 400;
  color: #6faadc;
  margin-bottom: 10px;
}

.login__wrap,
.new-user__wrap {
  position: relative;
  width: 80%;
  text-align: center;
  margin: 50px auto;
  z-index: 2;
}

.login__signin {
  max-width: 400px;
  margin: 0 auto;
}
.login__signin p {
  margin: 5px 0 15px;
}

.error {
  margin: 20px auto;
}
.error p {
  font-size: 0.9em;
  line-height: 1.4;
  color: #f33b33;
}
.error p:last-of-type {
  margin: 0;
}
.error p a {
  font-weight: 600;
  color: #f33b33;
}
.error p a:hover {
  text-decoration: underline;
}
.error--login {
  max-width: 450px;
}

.new-user__wrap {
  max-width: 600px;
  padding-top: 50px;
  border-top: 1px solid #e0e0e0;
}
.new-user__wrap h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.new-user__phone {
  margin-top: 30px;
}
.new-user__phone .app-btns {
  max-width: 350px;
  margin: 20px auto;
}
.new-user__desktop {
  max-width: 410px;
  margin: 40px auto 0;
}

.login--reset .login__wrap {
  max-width: 530px;
}
.login--reset p {
  margin: 0 0 15px;
}
.login--reset p:last-of-type {
  margin-bottom: 20px;
}
.login--reset .input {
  display: block;
  max-width: 400px;
  margin: 10px auto;
}
.login--reset .btn {
  min-width: 150px;
  margin: 15px 0 0;
}


@media only screen and (max-width: 1170px) {
  .signin--theme h1,
  .signin--theme h2 {
    font-size: 2.2em;
  }
  .login--reset .login__wrap {
    max-width: 480px;
  }
}

@media only screen and (max-width: 1025px) {
  .signin--theme {
    min-height: 600px;
    padding-bottom: 100px;
  }
  .signin--theme::before {
    width: 200px;
    height: 200px;
    top: 140px;
  }
  .signin--theme::after {
    width: 150px;
    height: 150px;
    top: 300px;
  }
  .signin--theme h1,
  .signin--theme h2 {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 750px) {
  .signin--theme::before,
  .signin--theme::after {
    display: none;
  }
  .login__password .input {
    padding: 15px 50px 15px 20px;
  }
  .password__icon {
    right: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .signin--theme h1,
  .signin--theme h2 {
    font-size: 1.6em;
    margin-bottom: 15px;
  }
  .signin--theme h3 {
    font-size: 1.2em;
    margin-bottom: 5px;
  }
  .login__wrap,
  .new-user__wrap {
    margin: 35px auto;
  }
  .new-user__wrap {
    padding-top: 35px;
  }
  .new-user__wrap h4 {
    font-size: 1em;
    margin-bottom: 5px;
  }
  .new-user__phone .app-btns {
    margin: 10px auto;
  }
}

@media only screen and (max-width: 450px) {
  .login__password .input {
    padding: 12px 50px 12px 20px;
  }
  .password__icon {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 400px) {
  .login__signin p a {
    display: block;
  }
  .login--reset .btn {
    display: block;
    width: 100%;
    margin: 12px 0 0;
  }
}





/*------------------------------------*\
  PASSWORD
\*------------------------------------*/


.login__password {
  position: relative;
}
.login__password .input {
  padding: 15px 55px 15px 25px;
}
.password__icon {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.password__icon svg {
  fill: #666;
}
.password__icon:hover svg {
  fill: #6faadc;
}

.login__wrap .valid-list {
  max-width: 370px;
  margin: 20px auto;
}
.valid-list {
  text-align: left;
  margin: 20px 0;
}
.valid-list__item {
  position: relative;
  padding-left: 25px;
  margin: 4px 0;
}
.valid-list__item span {
  font-size: 0.9em;
  line-height: 1.4;
  color: #666;
}
.valid-list__icon {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0;
  background: #b2b2b2;
  border-radius: 50%;
}
.valid-list__icon::before,
.valid-list__icon::after {
  position: absolute;
  content: '';
}

.icon--good {
  background: #b7d601;
}
.icon--good::before {
  width: 10px;
  height: 5px;
  left: 3px;
  top: 5px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.icon--bad::before,
.icon--bad::after {
  position: absolute;
  width: 2px;
  height: 10px;
  top: 3px;
  left: 7px;
  background: #fff;
}
.icon--bad::before {
  transform: rotate(45deg);
}
.icon--bad::after {
  transform: rotate(-45deg);
}


@media only screen and (max-width: 750px) {
  .login__password .input {
    padding: 15px 50px 15px 20px;
  }
  .password__icon {
    right: 15px;
  }
}

@media only screen and (max-width: 450px) {
  .login__password .input {
    padding: 12px 50px 12px 20px;
  }
  .password__icon {
    width: 30px;
    height: 30px;
  }
}





/*------------------------------------*\
  SIGN-IN SOCIAL
\*------------------------------------*/


.login__social .btn {
  display: block;
  width: 100%;
  background: #fff;
  margin: 20px 0;
  -webkit-transition: background 0.5s ease, color 0.5s ease;
          transition: background 0.5s ease, color 0.5s ease;
}
.login__social .btn,
.login__social .btn:hover {
  -webkit-transform: none;
          transform: none;
}
.login__social .btn:hover {
  color: #fff;
}
.login__social svg {
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.login__social .btn:hover svg {
  fill: #fff;
}

.social__inner {
  display: inline-block;
  position: relative;
}
.social__icon {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.social__inner span {
  padding-left: 32px;
}

.btn--chewsi {
  color: #6faadc;
  border-color: #6faadc;
}
.btn--chewsi svg {
  fill: #6faadc;
}
.btn--chewsi:hover {
  background: #6faadc;
}

.btn--facebook {
  color: #4464a2;
  border-color: #4464a2;
}
.btn--facebook svg {
  fill: #4464a2;
}
.btn--facebook:hover {
  background: #4464a2;
}

.btn--google {
  color: #ef4e3d;
  border-color: #ef4e3d;
}
.btn--google svg {
  fill: #ef4e3d;
}
.btn--google:hover {
  background: #ef4e3d;
}


@media only screen and (max-width: 750px) {
  .social__icon {
    width: 22px;
    height: 22px;
  }
  .social__inner span {
    padding-left: 28px;
  }
}

@media only screen and (max-width: 450px) {
  .social__icon {
    width: 18px;
    height: 18px;
  }
  .social__inner span {
    padding-left: 25px;
  }
}

@media only screen and (max-width: 400px) {
  .login__social .btn {
    font-size: 0.8em;
    padding: 12px;
  }
}





/*------------------------------------*\
  QCR
\*------------------------------------*/


.qcr {
  text-align: center;
}
.qcr h2 {
  margin: 0 0 15px;
}

.qcr__img,
.qcr .app-btns {
  max-width: 350px;
}
.qcr__img {
  display: block;
  margin: 40px auto;
}
.qcr .app-btns {
  margin: 20px auto 0;
}


@media only screen and (max-width: 600px) {
  .qcr h2 {
    margin: 0 0 10px;
  }
  .qcr__img {
    margin: 30px auto;
  }
}





/*------------------------------------*\
  ADDITIONS
\*------------------------------------*/


.hide {
  display: none;
}

.intro__links p:first-child {
  margin-bottom: 10px;
}

.video-link {
  text-decoration: underline;
}
.video-link:hover {
  color: #b7d601;
}


.text-video__col {
  float: left;
  width: 58%;
  padding-right: 10%;
}
.text-video__wrap {
  float: left;
  width: 42%;
}

.subpage--wide .text {
  padding: 0 10% 0 15%;
}
.subpage--wide .text h2 {
  margin-top: 0;
}


@media only screen and (max-width: 1170px) {
  .subpage--wide .text {
    padding: 0 10%;
  }
}

@media only screen and (max-width: 950px) {
  .text-video__col,
  .text-video__wrap {
    float: none;
    width: 100%;
    padding: 0;
  }
  .text-video__wrap {
    margin: 40px 0 20px;
  }
}





