@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');
body {
  padding: 0;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.tip-sign {
  display: block;
  width: 30px;
  height: 36px;
  background: url("../images/tip-icon.png") no-repeat left top;
  background-size: cover;
  position: absolute;
  left: -35px;
  top: -10px;
}
.resume-item {
  padding-left: 30px;
}
.loading-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #ffffff url("../images/loading.gif") no-repeat center center;
  background-size: 100px 100px;
  opacity: 0.8;
  z-index: 11111;
  display: none;
}
.wrapper {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.wrapper-2 {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.page-header {
  background-color: #ffffff;
  overflow: hidden;
  padding: 10px 0;
  box-sizing: border-box;
}
.page-0-bg .page-header, .page-0-bg .page-header .wrapper {
  overflow: visible;
}
.page-0-bg .page-header .wrapper {
  min-height: 68px;
}
.logo {
  float: left;
  max-width: 193px;
}
.slogan {
  display: block;
  color: #006db4;
  font-style: italic;
  font-weight: 600;
  padding-top: 34px;
  font-size: 16px;
  margin-left: 213px;
  text-align: right;
}
.top-nav-li {
  position: absolute;
  transition: all 0.2s ease;
  width: 100%;
}
.home-placeholder {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 17px;
  margin: 0 auto 20px auto;
  padding: 0 0 0 85px;
}
.li-content {
  background-color: #f1f1f1;
  z-index: 555;
  width: 100%;
  position: relative;
  max-width: 1000px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 0;
}
.show-menu .li-content {
  border: 2px solid #006db4;
  border-top: none;
  border-radius: 0 0 8px 8px;
  height: auto;
  overflow: auto;
}
.li-content-inner {
  padding: 30px;
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.h2-blue {
  font-weight: bold;
  color: #006db4;
  font-size: 20px;
}
h1.h2-blue {
  margin-top: 16px;
  margin-bottom: 30px;
  font-size: 22px;
  text-align: center;
}
.half .h2-blue {
  font-size: 18px;
}
.small {
  font-size: 14px;
}
.strong {
  font-weight: bold;
}
.li-content .we {
  padding: 0;
  margin: 0;
  font-size: 20px;
  padding-left: 17px;
}
.text-center {
  text-align: center;
}
.bp-list {
  display: block;
  margin: 0 auto;
  padding: 0 0 0 45px;
  font-size: 16px;
}
.li-content strong {
  font-size: 15px;
  padding-top: 20px;
  display: block;
}
.split-list {
  float: left;
  width: 50%;
  overflow: hidden;
}
.half {
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  width: 50%;
}
.num-list {
  list-style: decimal;
  font-size: 14px;
  padding: 0 0 0 15px;
  margin-left: 10px;
}
.nl-2 {
  padding-left: 35px;
}
.mary-hidden {
  float: right;
  visibility: hidden;
}
.li-content p {
  overflow: hidden;
}
.mary {
  position: absolute;
  bottom: 0;
  right: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.num-list li {
  padding-bottom: 5px;
  line-height: 1.4;
}
.nl-2 strong {
  vertical-align: top;
}
.half.left {
  width: 50%;
}
.half.right {
  width: 47%;
  float: right;
}
.right strong {
  padding-top: 25px;
}
.list-disc,
.list-disc-1 {
  list-style: disc;
  font-size: 14px;
  padding-left: 35px;
}
.list-disc-1 {
  list-style: disc !important;
}
.li-content li strong {
  display: inline-block;
  padding: 0;
}
.half.right .list-disc-1 li,
.half.right .list-disc li {
  padding-bottom: 5px;
}
.text-center {
  text-align: center;
}
.list-disc-1 li,
.list-disc li {
  padding-top: 5px;
}
.bp-list li {
  font-weight: bold;
  list-style: disc;
  font-style: italic;
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
}
.top-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  float: none;
  top: -10px;
  position: relative;
}
.li-content strong.text-center {
  padding: 30px 20px 20px 20px;
}
.li-content p {
  line-height: 1.4;
  font-size: 14px;
}
.li-content p strong {
  display: inline-block;
  padding: 0;
}
.li-btn {
  background: #025194;
  background: -moz-linear-gradient(top, #025194 0%, #006db4 100%);
  background: -webkit-linear-gradient(top, #025194 0%, #006db4 100%);
  background: linear-gradient(to bottom, #025194 0%, #006db4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#025194', endColorstr='#006db4', GradientType=0);
  padding: 10px 0;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0 0 10px 10px;
  display: block;
  text-align: center;
  position: absolute;
  z-index: 554;
  box-sizing: border-box;
  overflow: hidden;
}
.li-btn-1 {
  right: 504px;
  width: 200px;
}
.li-btn-2 {
  right: 372px;
  width: 122px;
}
.li-btn-3 {
  right: 187px;
  width: 175px;
}
.li-btn-4 {
  right: 10px;
  width: 167px;
}
.li-btn:hover {
  cursor: pointer;
}
.background-wrapper {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}
.page-0-bg .background-wrapper {
  background-image: url('../images/page0bg.jpg');
  background-color: #ffffff;
  background-size: auto 1300px;
}
.page-1-bg .background-wrapper {
  background-image: url('../images/page1bg.jpg');
  background-color: #1a6eb7;
}
.page-2-bg .background-wrapper {
  background-image: url('../images/page2bg.jpg');
  background-color: #003082;
}
.page-3-bg .background-wrapper {
  background-image: url('../images/page3bg.jpg');
  background-position: top right;
  background-color: #351323;
}
.page-4-bg .background-wrapper {
  background-image: url('../images/page4bg.jpg');
  background-position: top right;
  background-color: #121a6d;
}
.page-5-bg .background-wrapper {
  background-image: url('../images/page5bg.jpg');
  background-position: top right;
  background-color: #351323;
}
.page-6-bg .background-wrapper {
  background-image: url('../images/page6bg.jpg');
  background-position: top right;
  background-color: #351323;
}
.step-num {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  background-color: #006db4;
  border-radius: 100%;
  border: 2px solid #ffffff;
  box-shadow: 0 0 10px #ffffff;
  width: 85px;
  max-height: 85px;
  font-weight: bold;
  padding: 5px;
  line-height: 1;
  position: absolute;
  left: 10px;
  top: 30px;
  z-index: 2;
  box-sizing: border-box;
}
.digit {
  display: block;
  font-size: 48px;
}
.video-wrap-outer {
  margin-top: 25px;
  margin-left: 85px;
  padding: 0 45px 45px 45px;
  box-sizing: border-box;
  position: relative;
}
.video-wrap-outer:after, .share:after {
  clear: both;
  content: '';
  display: block;
}
.video-wrap-inner, .video-content {
  position: relative;
  z-index: 2;
}
.video-wrap-inner {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.video-wrap-inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.video-progress-wrapper {
  width: 100%;
  height: 10px;
  background: #666666;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  opacity: 0.8;
  display: none;
}
.video-wrap-inner:hover .video-progress-wrapper {
  display: block;
}
.video-progress {
  background: #00adef;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
}
.transparent-bg {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.5;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
canvas {
  z-index: 2;
}
.apply-title {
  color: #666666;
  text-align: center;
  font-size: 17px;
  width: 100%;
  margin-bottom: -20px;
  font-weight: 600;
}
.step-0-video-bg {
  background-color: #ffffff;
}
.step-1-video-bg {
  background-color: #002c7d;
}
.step-2-video-bg {
  background-color: #ffffff;
}
.step-3-video-bg {
  background-color: #000000;
}
.step-4-video-bg {
  background-color: #000000;
}
.step-5-video-bg {
  background-color: #000000;
}
.step-6-video-bg {
  background-color: #000000;
}
.video-0-content .video-caption {
  color: #0156a4;
}
.video-1-content .video-caption {
  color: #ffffff;
}
.video-2-content .video-caption {
  color: #ffffff;
}
.video-3-content .video-caption {
  color: #ffffff;
}
.video-4-content .video-caption {
  color: #ffffff;
}
.video-5-content .video-caption {
  color: #ffffff;
}
.video-6-content .video-caption {
  color: #ffffff;
}
.video-caption {
  text-transform: uppercase;
  font-size: 29px;
  text-align: center;
  margin: 0;
  padding: 20px 0;
}
.inner-wrap {
  max-width: 815px;
  padding-right: 50px;
}
.share {
  display: block;
  position: absolute;
  z-index: 5;
  right: -50px;
  bottom: -60px;
  width: 122px;
  height: 107px;
}
.share img {
  display: block;
  width: 100%;
}
.cta-wrap {
  text-align: center;
  position: relative;
  z-index: 3;
}
.cta-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.oh {
  overflow: hidden;
}
.cta-activity {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  background: #006db4;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 7px 25px;
  border-radius: 10px;
  border: 2px solid #ffffff;
  box-shadow: 0 0 10px #ffffff;
  text-decoration: none;
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  left: 43px;
  z-index: 3;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
}
.main-nav {
  position: relative;
  overflow: hidden;
}
.main-nav-0, .main-nav-0 .wrapper {
  overflow: visible;
}
.main-nav-0 .wrapper {
  height: 105px;
}
.nav-bg {
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.step-0-nav-bg {
  background-color: #ffffff;
}
.step-1-nav-bg {
  background-color: #002c7d;
}
.step-2-nav-bg {
  background-color: #ffffff;
}
.step-3-nav-bg {
  background-color: #000000;
}
.step-4-nav-bg {
  background-color: #000000;
}
.step-5-nav-bg {
  background-color: #000000;
}
.step-6-nav-bg {
  background-color: #000000;
}
.nav {
  text-align: left;
  padding: 0 0 0 85px;
  margin: 0;
}
.nav-item {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px 15px 20px;
  line-height: 1;
}
.nav-circle {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 100%;
  box-sizing: border-box;
}
.nav-circle.unlocked {
  background-color: #d1b665;
}
.nav-circle.current {
  background-color: #006db4;
  border: 2px solid #ffffff;
  box-shadow: 0 0 10px #ffffff;
  cursor: pointer;
}
.nav-circle.locked {
  border: 2px solid #d1b665;
}
.activity-box-wrap {
  position: relative;
  padding-left: 85px;
  z-index: 3;
  display: none;
  margin-bottom: 25px;
  margin-top: 70px;
}
.ab-bg {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
}
.activity-box {
  max-width: 800px;
  border: 2px solid #b3a975;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  padding: 25px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.6);
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.6);
}
.activity-box p {
  font-size: 14px;
}
.box-content {
  position: relative;
  z-index: 2;
}
.box-content .h2-blue {
  padding-top: 0;
}
.checkbox-row, .form-row {
  overflow: hidden;
  margin-bottom: 15px;
}
.checkbox-row label {
  overflow: hidden;
  line-height: 140%;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-left: 30px;
  text-align: left;
  cursor: pointer;
  display: block;
}
.question {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 5px;
  line-height: 1.3;
}
.step-2-form .checkbox-row {
  margin-bottom: 10px;
}
.step-2-form .form-row {
  margin-bottom: 0;
}
.checkbox-row input {
  float: left;
  margin: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.step-0-form {
  font-size: 14px;
}
.step-0-form input,
.step-0-form select,
.step-0-form textarea {
  width: 100%;
  border: 1px solid #d4d4c6;
  padding: 7px 5px;
  box-sizing: border-box;
}
.step-0-form textarea {
  height: 50px;
  resize: vertical;
}
.step-0-form label {
  margin-bottom: 5px;
  display: block;
}
.step-0-form .form-row {
  margin-bottom: 10px;
}
.step-0-form .form-row .half:first-of-type {
  padding-right: 20px;
}
.fourteen {
  font-size: 14px;
}
.bold {
  font-weight: bold;
}
.box-title {
  color: #006db4;
  font-weight: bold;
  font-size: 20px;
}
.popup {
  border: 2px solid #d1b665;
  background: #ffffff;
  max-width: 460px;
  border-radius: 8px;
  line-height: 1.3;
  box-sizing: border-box;
  box-shadow: 0 0 10px #333333;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  overflow-y: auto;
}
.popup a {
  color: #006db4;
  font-weight: 600;
  text-decoration: underline;
}
.popup a:hover {
  text-decoration: none;
}
.popup-fail {
  display: none;
  max-width: 650px;
}
.popup-wrong {
  display: none;
  max-width: 650px;
}
.popup-success {
  display: none;
}
.popup-title {
  text-align: center;
  font-size: 24px;
  margin: 0 auto;
  text-transform: uppercase;
}
.popup-share {
  display: none;
  max-width: 650px;
}
.popup-contacts {
  display: none;
  max-width: 650px;
}
.popup-disclaimer {
  display: none;
  max-width: 650px;
}
.popup-warning {
  display: none;
  max-width: 650px;
}
.popup-step4 {
  display: none;
  max-width: 650px;
}
.green-title {
  color: green;
}
.red-title {
  color: red;
}
.footer {
  opacity: 0.75;
  padding: 20px 0;
  color: #ffffff;
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 20px;
}
.footer a {
  color: #ffffff;
  text-transform: uppercase;
}
.footer.gray a {
  color: #868686;
}
.footer.gray {
  color: #868686;
  background-color: #f9f9f9;
  padding-bottom: 15px;
}
.links {
  float: left;
}
.copyright {
  float: right;
}
.buttons-wrap {
  text-align: center;
  margin-top: 25px;
  overflow: hidden;
}
.form-btn {
  display: inline-block;
  padding: 12px 0;
  border: 2px solid #ffffff;
  box-shadow: 0 0 10px #ffffff;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  width: 100%;
  max-width: 230px;
  font-family: 'Open Sans', sans-serif;
}
.form-btn:hover, .cta-activity:hover {
  opacity: 0.85;
  cursor: pointer;
  box-shadow: none;
}
.blue-btn {
  margin-left: 50px;
  background-color: #006db4;
}
.form-0-btn {
  margin: 0 auto;
}
.gray-btn {
  background-color: #838383;
}
button:active, button:focus, button:target, .cta-activity:focus, .cta-activity:target, .cta-activity:active {
  outline: none;
}
.main-nav-0 {
  margin-top: 40px;
}
.quotes-wrap {
  width: 600px;
  margin: 0 auto;
  position: relative;
  top: -40px;
  overflow: hidden;
  font-weight: 600;
  display: inline-block;
}
.scroll-btn {
  text-decoration: none;
  font-weight: bold;
  font-size: 34px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  text-shadow: 1px 1px 2px #333333;
  display: inline-block;
  top: -120px;
  width: 20px;
}
.left-scroll {
  padding-right: 10px;
  text-align: left;
}
.right-scroll {
  padding-left: 10px;
  text-align: right;
}
.quotes-inner {
  position: relative;
  height: 130px;
  width: 9999px;
  overflow: hidden;
  left: -120px;
  top: 0;
}
.quote {
  float: left;
  width: 20%;
  max-width: 120px;
  height: 135px;
  box-sizing: border-box;
  padding: 0;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-size: 12px;
  color: #010101;
  text-align: center;
}
.quote img {
  cursor: pointer;
}
.quote p {
  cursor: pointer;
}
.quotes-outer-wrap {
  position: relative;
  text-align: center;
  margin-right: 100px;
}
.bubble-wrap {
  font-size: 14px;
  border-radius: 10px;
  border: 2px solid #cec398;
  box-shadow: 0 0 10px #555555;
  background-color: #ffffff;
  position: absolute;
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
  width: 300px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  line-height: 1.3;
  display: none;
  text-align: left;
  z-index: 9999;
}
.bubble-wrap:before {
  content: '';
  width: 0;
  height: 0;
  border-right: 25px solid transparent;
  border-top: 38px solid #cec398;
  position: absolute;
  left: 50%;
  margin-left: 0px;
  bottom: -38px;
}
.bubble-wrap:after {
  content: '';
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-top: 32px solid #ffffff;
  position: absolute;
  left: 50%;
  margin-left: 2px;
  bottom: -32px;
}
.bubble-wrap p {
  margin-top: 5px;
}
.bubble-img {
  width: 100%;
}
.author {
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: right;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
}
.close {
  text-shadow: 1px 1px 0 #ffffff;
  color: #666666;
  font-size: 36px;
  line-height: 18px;
  font-weight: normal;
  text-align: right;
  display: none;
  margin: 0;
}
.close > * {
  cursor: pointer;
}
.close > *:hover {
  color: #006db4;
}
.close-3 {
  text-shadow: 1px 1px 0 #ffffff;
  color: #666666;
  font-size: 36px;
  line-height: 18px;
  font-weight: normal;
  text-align: right;
  margin: 0;
}
.close-3 > * {
  cursor: pointer;
}
.close-3 > *:hover {
  color: #006db4;
}
.close-1 {
  text-shadow: 1px 1px 0 #ffffff;
  color: #666666;
  font-size: 36px;
  line-height: 18px;
  font-weight: normal;
  text-align: right;
  margin-bottom: 15px;
}
.close-1 > * {
  cursor: pointer;
}
.close-1 > *:hover {
  color: #006db4;
}
.close-4 {
  text-shadow: 1px 1px 0 #ffffff;
  color: #666666;
  font-size: 30px;
  line-height: 15px;
  font-weight: normal;
  text-align: right;
  margin: 0 0 10px 0;
  display: none;
}
.close-4 > * {
  cursor: pointer;
}
.close-4 > *:hover {
  color: #006db4;
}
.loading {
  background: url('../images/loading.gif') center center no-repeat;
  background-size: contain;
  display: none;
}
.share-loading,
.contacts-loading {
  height: 100px;
}
.share-form > div,
.contacts-form > div {
  margin-bottom: 10px;
}
.share-message,
.contacts-message {
  color: green;
  font-size: 20px;
  text-align: center;
  display: none;
}
.popup-share label,
.popup-contacts label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.popup-share input,
.popup-contacts input,
.popup-contacts textarea {
  display: block;
  border: 1px solid #d4d4c6;
  box-sizing: border-box;
  padding: 7px 5px;
  width: 100%;
}
.popup-contacts textarea {
  resize: vertical;
}
.menu-toggle {
  z-index: 1;
  position: relative;
  display: none;
}
.mobile-nav {
  display: none;
}
.proceed-btn,
.again-btn,
.share-btn,
.contacts-btn,
.warning-btn,
.step4-btn,
.gift-btn {
  margin: 0 auto;
  display: block;
}
.share-btn,
.warning-btn,
.step4-btn,
.contacts-btn {
  margin-top: 20px;
}
.gift-btn {
  position: relative;
  padding-left: 35px;
  box-sizing: border-box;
  text-decoration: none !important;
  color: #ffffff !important;
  text-align: center;
}
.gift-btn-long {
  max-width: 400px;
}
.gift-btn:before {
  content: '';
  width: 66px;
  height: 67px;
  background-image: url('../images/gift.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -12px;
  left: 15px;
}
.activity-box p.bigger {
  font-size: 16px;
}
.activity-box ul {
  list-style: none;
  font-size: 14px;
  line-height: 1.3;
  padding-left: 25px;
}
.mm {
  float: right;
  padding-left: 15px;
}
.ab-list {
  margin-bottom: 20px;
}
.check-list li {
  padding-bottom: 5px;
}
.green {
  color: green;
}
.ps-text {
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.popup-p {
  font-size: 20px;
}
.pf-p a, .mail a, .ps a {
  color: #006db4;
  font-weight: 600;
}
.mail {
  padding: 5px 0;
  line-height: 1.3;
}
.dim-screen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  opacity: 0.5;
  background-color: #000000;
  display: none;
}
label.invalid-input {
  color: red;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
input.invalid-input,
select.invalid-input,
textarea.invalid-input {
  border: 1px solid red;
}
input.valid-input,
select.valid-input,
textarea.valid-input {
  border: 1px solid green;
}
.disclaimer {
  background-color: #f1f1f1;
  z-index: 555;
  padding: 30px;
  border: 2px solid #006db4;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  box-sizing: border-box;
  display: none;
  position: fixed;
  overflow-y: auto;
}
.mobile-menu {
  display: none;
}
.image-around {
  margin-right: 280px;
}
.li-content a {
  color: #006db4;
  font-weight: 600;
  text-decoration: underline;
}
.li-content a:hover {
  text-decoration: none;
}
.google-form-iframe {
  display: block;
  width: 100%;
  min-height: 500px;
}
@media (max-width: 1120px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .wrapper-2 {
    width: auto;
    box-sizing: border-box;
  }
  .page-0-bg .footer a {
    color: #868686;
  }
  .page-0-bg .footer {
    color: #868686;
    background-color: #f9f9f9;
  }
}
@media (max-width: 1024px) {
  .checkbox-row {
    padding: 5px 0;
  }
}
/** TABLETS **/
@media (max-width: 992px) {
  .image-around {
    margin-right: 0;
  }
  .page-header {
    padding: 15px 0;
  }
  .mobile-menu {
    display: block;
    float: right;
    overflow: hidden;
    margin-top: 14px;
  }
  .mobile-menu-caption {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #006bb1;
    text-transform: uppercase;
    float: right;
    margin-top: 12px;
  }
  .mobile-menu-icon {
    width: 55px;
    height: 35px;
    background: url('../images/menu-icon.png') no-repeat left top;
    float: right;
    cursor: pointer;
    margin-left: 15px;
  }
  .mobile-nav {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 5555;
    list-style: none;
    margin-block-end: 0;
    margin-block-start: 0;
    padding-inline-start: 0;
    margin: 0;
    padding: 0;
  }
  .mobile-nav li {
    display: block;
  }
  .mobile-nav a {
    display: block;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-weight: 600;
    padding: 20px 25px;
    background: #025396;
    border-bottom: 1px solid #023f72;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
  }
  .mobile-nav a:hover {
    background: #006cb3;
    text-decoration: none;
  }
  .show-menu .li-content {
    border: none;
    border-radius: 0;
    position: fixed;
    height: 100%;
  }
  .share {
    left: 20px;
    bottom: -70px;
  }
  .cta-activity {
    margin-top: 50px;
    left: 0;
  }
  .home-placeholder {
    color: #0357a5;
    margin-top: 50px;
    font-size: 22px;
    padding: 0;
    text-shadow: none;
  }
  .scroll-btn {
    color: #666666;
    text-shadow: none;
  }
  .inner-wrap {
    max-width: unset;
    padding-right: 0;
  }
  .video-wrap-outer {
    margin-left: 0;
  }
  .activity-box-wrap {
    padding-left: 0;
    margin-top: 85px;
  }
  .activity-box {
    max-width: unset;
  }
  .close {
    display: block;
  }
  .close-4 {
    display: block;
  }
  .close-3 {
    display: none;
  }
  .li-content {
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .li-content-inner {
    padding: 20px;
  }
  .li-content-4 {
    padding-bottom: 0;
  }
  .top-nav-li {
    top: 0;
    position: relative;
  }
  .li-btn {
    display: none;
  }
  .page-0-bg .page-header {
    overflow: hidden;
  }
  .quotes-outer-wrap {
    margin-right: 0;
  }
  .mary-hidden {
    display: none;
  }
  .mary {
    right: 0;
    bottom: -5px;
    position: relative;
    max-width: 150px;
    float: left;
  }
  .menu-toggle {
    z-index: 18;
  }
  /* Step 1 Responsive Background*/
  .page-0-bg .background-wrapper {
    background-image: url('../images/page0bg-1.jpg');
    background-attachment: scroll;
    background-size: cover;
  }
  .page-1-bg .background-wrapper {
    background-image: url('../images/page1bg-1.jpg');
    background-position: top right;
    background-attachment: scroll;
  }
  .page-2-bg .background-wrapper {
    background-image: url('../images/page2bg-1.jpg');
    background-position: top center;
    background-attachment: scroll;
  }
  .page-3-bg .background-wrapper {
    background-image: url('../images/page3bg-1.jpg');
    background-position: top right;
    background-attachment: scroll;
  }
  .page-4-bg .background-wrapper {
    background-image: url('../images/page4bg-1.jpg');
    background-position: top right;
    background-attachment: scroll;
  }
  .page-5-bg .background-wrapper {
    background-image: url('../images/page5bg-1.jpg');
    background-position: top right;
    background-attachment: scroll;
  }
  .page-6-bg .background-wrapper {
    background-image: url('../images/page6bg-1.jpg');
    background-position: top right;
    background-attachment: scroll;
  }
  .page-1-bg .cta-activity,
  .page-2-bg .cta-activity,
  .page-3-bg .cta-activity,
  .page-4-bg .cta-activity,
  .page-5-bg .cta-activity,
  .page-6-bg .cta-activity {
    margin-top: 200px;
  }
  .page-1-bg .activity-box-wrap,
  .page-2-bg .activity-box-wrap,
  .page-3-bg .activity-box-wrap,
  .page-4-bg .activity-box-wrap,
  .page-5-bg .activity-box-wrap,
  .page-6-bg .activity-box-wrap {
    margin-top: 200px;
  }
}
@media (max-width: 900px) {
  .inner-wrap {
    max-width: 100%;
    width: 100%;
  }
  .quotes-wrap {
    width: 480px;
  }
  .video-wrap-outer {
    margin: 30px auto 0 auto;
    width: 100%;
    padding-left: 90px;
    float: none;
  }
  .step-num {
    top: 10px;
  }
  .nav {
    text-align: center;
    padding: 0;
  }
  .video-caption {
    margin: 0;
    padding: 10px 0;
    font-size: 24px;
  }
  .cta-activity {
    left: 0;
  }
}
@media (max-width: 850px) {
  .li-content .half {
    width: 100%;
  }
}
/** PHONTES **/
@media (max-width: 700px) {
  .video-0-content .apply-title {
    margin-bottom: 0;
  }
  .mm {
    float: none;
    display: block;
    margin: 10px auto 0 auto;
    padding: 0;
  }
  canvas {
    display: none;
    z-index: 17;
  }
  .video-caption {
    padding-top: 15px;
  }
  .video-wrap-outer {
    padding: 0 10px 15px 10px;
    margin-top: 0;
  }
  .page-0-bg .video-wrap-outer {
    margin-top: 20px;
  }
  .content .wrapper {
    padding: 0;
  }
  .nav-item {
    padding: 10px;
  }
  .step-num {
    background: none;
    border: none;
    margin: 10px auto;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    font-size: 24px;
    opacity: 0.85;
    top: 0;
    position: relative;
  }
  .step-num .digit {
    display: inline;
    font-size: 24px;
  }
  .share {
    left: 50%;
    margin-left: -61px;
    bottom: -95px;
  }
  .cta-wrap {
    margin-top: 60px;
  }
  .cta-activity {
    left: 0;
    width: 100%;
    max-width: 300px;
    padding: 15px 0;
    box-sizing: border-box;
  }
  .activity-box {
    padding: 25px 10px;
  }
  .home-placeholder {
    margin-top: 20px;
  }
  .activity-box-wrap {
    margin-top: 50px;
  }
  /* Step 1 Responsive Background*/
  .page-1-bg .share,
  .page-2-bg .share,
  .page-3-bg .share,
  .page-4-bg .share,
  .page-5-bg .share,
  .page-6-bg .share {
    margin-left: 0;
    left: 20px;
    bottom: -70px;
  }
  .page-1-bg .cta-activity,
  .page-2-bg .cta-activity,
  .page-3-bg .cta-activity,
  .page-4-bg .cta-activity,
  .page-5-bg .cta-activity,
  .page-6-bg .cta-activity {
    margin-top: 150px;
  }
  .page-1-bg .activity-box-wrap,
  .page-1-bg .activity-box-wrap,
  .page-1-bg .activity-box-wrap,
  .page-1-bg .activity-box-wrap,
  .page-1-bg .activity-box-wrap,
  .page-1-bg .activity-box-wrap {
    margin-top: 150px;
  }
}
@media (max-width: 670px) {
  .box-title br {
    display: none;
  }
}
@media (max-width: 620px) {
  .form-row .half {
    width: 100%;
  }
  .step-0-form .form-row .half:first-of-type {
    padding-right: 0;
  }
}
@media (max-width: 605px) {
  .form-btn {
    width: 100%;
    margin: 0 auto 20px auto;
    display: block;
    max-width: 100%;
  }
  .quotes-wrap {
    width: 360px;
  }
  .proceed-btn,
  .share-btn {
    margin: 0 auto;
  }
  .gift-btn {
    padding-left: 0;
  }
  .gift-btn:before {
    left: 50%;
    margin-left: -120px;
  }
  .gift-btn-long:before {
    left: 10px;
    margin-left: 0;
  }
  .li-content-inner {
    padding: 20px 10px;
  }
  .close {
    padding-right: 10px;
  }
}
@media (max-width: 580px) {
  .pw-p br, .pf-p br {
    display: none;
  }
  .pw-p strong {
    display: block;
  }
}
@media (max-width: 570px) {
  .nav-item {
    padding: 15px 40px;
  }
  .links, .copyright {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }
  .links {
    padding-bottom: 15px;
  }
}
@media (max-width: 485px) {
  .gift-btn-long:before {
    display: none;
  }
  .slogan {
    float: none;
    margin: 0 auto;
    padding: 10px 0 5px 0;
    text-align: center;
  }
  .logo {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .mobile-menu {
    display: block;
    float: none;
    margin: 20px auto -5px auto;
    text-align: center;
  }
  .mobile-menu-inner {
    display: inline-block;
  }
  .quotes-wrap {
    width: 240px;
  }
}
@media (max-width: 460px) {
  .share-btn,
  .proceed-btn {
    margin: 0 auto;
  }
  .ps-text br {
    display: none;
  }
}
@media (max-width: 450px) {
  .nav-item {
    padding: 15px 30px;
  }
}
@media (max-width: 420px) {
  .green-title {
    font-size: 21px;
  }
  .popup-p {
    font-size: 18px;
  }
  .wrapper-2 {
    margin: 0;
  }
}
@media (max-width: 380px) {
  .nav-item {
    padding: 15px 20px;
  }
}
@media (max-width: 370px) {
  .ps-text {
    font-weight: 600;
  }
  .popup-p {
    font-size: 16px;
  }
  .quotes-wrap {
    width: 120px;
  }
}
@media (max-width: 360px) {
  .green-title {
    font-size: 18px;
    font-weight: bold;
  }
}
@media (max-width: 330px) {
  .ps-text {
    font-weight: normal;
  }
}

.pipeRecordRTC span {
  position: unset;
}
#output-custom-id {
  display: block;
  margin-bottom: 55px;
  position: relative;
}
#uploadAnother-custom-id {
  display: block;
  margin-bottom: 20px;
  position: relative;
}