html {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

h1, h2 {
  margin: 0;
}

p {
  margin: 30px 0;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #00337f;
  text-decoration: none;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-weight: bold;
}

a:hover, a:focus {
  color: #6689CC;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  outline: none;
}

img {
  max-width: 100%;
}

.image-slice {
  overflow: hidden;
  *zoom: 1;
}

.image-slice img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.image-slice__equ-wrapper {
  float: left;
  width: 50%;
}

.image-slice__equ{
  font-size: 0;
  line-height: 0;
  width: 100%;
  float: none;
}

.image-slice__big {
  float: left;
  width: 66.66%;
  font-size: 0;
  line-height: 0;
}

.image-slice__small-wrapper {
  float: left;
  width: 33.33%;
}

.image-slice__small {
  font-size: 0;
  line-height: 0;
  width: 100%;
  float: none;
}

.image-slice--big-on-the-right .image-slice__big {
  float: right;
}

@media all and (max-width: 900px) {
  .image-slice__equ-wrapper {
    width: 100%;
  }

  .image-slice__big {
    width: 100%;
  }

  .image-slice__small-wrapper {
    float: left;
    width: 100%;
  }

  .image-slice__small {
    width: 50%;
    float: left;
  }
}

#skip-link {
  margin: 0;
}

#skip-link a, #skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

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

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

#tacl-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 306px;
  height: 222px;
  background: url(../content/logo.png) left top no-repeat;
  background-size: 306px auto;
}

@media all and (max-width: 580px) {
  #tacl-logo {
    background-size: 230px auto;
    width: 230px;
    height: 166px;
  }
}
@media all and (max-width: 480px) {
  #tacl-logo {
    background-size: 142px auto;
    width: 142px;
    height: 103px;
  }
}

.top-video {
  position: relative;
  z-index: 1;
  background-image: url(../content/video-fallback.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.top-video .title:first-child {
  padding-top: 135px;
}

.top-video .title:nth-child(2) {
  margin-bottom: 40px;
}

.top-video a:hover, .top-video a:focus {
  color: #edc800;
}

.top-video__inner-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  position: absolute;
}

.top-video__video-link {
  color: white;
  font-size: 22px;
  line-height: 35px;
  font-weight: normal;
  padding: 6px 0;
  margin-bottom: 45px;
}

.top-video video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url("../content/video-fallback.jpg") no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

@media all and (max-width: 810px) {
  .top-video__inner-wrapper {
    left: 0;
    padding-left: 60px;
    padding-right: 60px;
    right: 0;
  }

  .top-video video {
    left: 0;
    top: 0;
  }
}
@media all and (max-width: 580px) {
  .top-video__inner-wrapper {
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    right: 0;
  }

  .top-video video {
    left: 0;
    top: 0;
  }
}
@media all and (max-width: 360px) {
  .top-video__video-link .round-arrow {
    display: block;
  }

  .top-video video {
    left: 0;
    top: 0;
  }
}

.header-arrow-link__wrapper {
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.header-arrow-link__wrapper .l-one-column {
  padding-bottom: 0;
}

.header-arrow-link {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.header-arrow-link:hover .header-arrow-link__icon, .header-arrow-link:focus .header-arrow-link__icon {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.header-arrow-link__icon {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 4px;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border-bottom: 2px solid #c3d3e9;
  border-left: 2px solid #c3d3e9;
}

.touch video {
  display: none;
}

@media all and (max-width: 680px) {
  .header-arrow-link__wrapper {
    display: none;
  }
}

.round-arrow {
  border-radius: 50%;
  background-color: #edc800;
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  margin-right: 15px;
}

.round-arrow__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 13px;
  border-color: transparent transparent transparent white;
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
  margin-top: -2px;
}

.title {
  font-family: "Roboto Slab", serif;
  font-size: 51px;
  line-height: 60px;
  max-width: 690px;
  padding-top: 120px;
  margin-bottom: 35px;
  font-weight: normal;
}

.title + .title {
  padding-top: 0;
  margin-bottom: 70px;
  margin-top: -35px;
}

.title--green {
  color: #edc800;
}

.title--blue {
  color: #007766;
}

.title--white {
  color: white;
}

@media all and (max-width: 970px) {
  .title + .title {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 810px) {
  .title {
    font-size: 45px;
    line-height: 60px;
    max-width: 100%;
    padding-top: 90px;
    margin-bottom: 30px;
  }

  .title + .title {
    padding-top: 0;
    margin-bottom: 30px;
    margin-top: -30px;
  }
}
@media all and (max-width: 580px) {
  .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media all and (max-width: 350px) {
  .title {
    font-size: 35px;
    line-height: 40px;
  }
}

/**/

.values{
  font-family: "Roboto Slab", serif;
  font-size: 51px;
  line-height: 60px;
  letter-spacing: 4px;
  text-transform: uppercase;
  width:100%;
  background-color: silver;
}

.bright-bg {
  background-color: #ccc;
}

.logo__wrapper {
  margin-top: 20px;
  width: 340px;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  padding-right: 19px;
  height:59px;
}

.logo__link {
  height: 80px;
  display: inline-block;
  line-height: 80px;
  vertical-align: middle;
}

@media all and (max-width: 940px) {
  .logo__wrapper {
    max-width: 500px;
    width: 500px;
  }

  .logo__link {
    max-width: 100%;
  }

  .logo{
    padding-right: 16px;
  }
}

.timeline {
  width:100%;
  margin-top:-150px;
  margin-bottom:150px;
}

.map {
 width:100%;
}

/*TESTING*/

.testimonials {
  background-image: url(../content/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 780px;
  font-size: 18px;
  color: white;
}

.testimonials a {
  font-weight: bolder;
  color: #edc800;
}

.testimonials a:hover {
  opacity: 0.85;
}

.testimonials .column {
  padding-top: 150px;
  padding-bottom: 60px;
}

.testimonials .column .title {
  padding-top: 0;
}

.testimonials--container {
  display: block;
  margin: 0 auto;
}

.testimonials--item {
  position: relative;
  width:29%;
  display:inline-block;
  margin-top:42px;
  margin-right:17px;
}

@media all and (max-width: 970px) {
  .testimonials {
    padding-top: 20px;
    text-align: left;
  }

  .testimonials .l-one-column {
    max-width: 600px;
  }

  .testimonials--container .testimonials--item {
    margin-top:69px;
  }
}

.quotes {
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-size: 80px;
}

@media all and (max-width: 350px) {
  .quotes {
    font-size: 67px;
  }
}

.testimonials--item a:hover, .testimonials--item a:focus {
  color: #ffffff;
}

.testimonials--item .round-arrow {
  display: block;
  position: absolute;
  top: 25%;
  left: 25%;
  margin-left: -22px;
  margin-top: -22px;
}

.testimonials--item .round-arrow__text {
  width: 50%;
  display: block;
  margin-top: -40px;
}

.testimonials--item .round-arrow__arrow {
  border-color: transparent transparent transparent white;
}

@media all and (max-width: 970px) {
  .testimonials--item {
    margin: 0;
  }
}

.testimonials__video-link {
  font-weight: 700;
  font-size: 16px;
  color: white;
  text-align: center;
  width: 327px;
  height: 327px;
  line-height: 327px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: 2;
}

@media all and (max-width: 400px) {

  .testimonials__video-link {
    width: 280px;
    height: 280px;
    line-height: 280px;
  }
}

@media all and (max-width: 350px) {

  .testimonials__video-link {
    width: 240px;
    height: 240px;
    line-height: 240px;
  }
}

/*SPOBSORS*/

#sponsors .l-one-column-narrow {
  overflow: hidden;
}

.circle__wrapper {
  position: relative;
  height: 180px;
}

.circle {
  width: 180px;
  height: 180px;
  display: table;
  line-height: 180px;
  opacity: 0.8;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0;
}

.circle--green {
  background-color: #bad80a;
  left: 50%;
  margin-left: -90px;
}

.circle--yellow {
  background-color: #e3be46;
  left: 50%;
  margin-left: -90px;
}

.circle--orange {
  background-color: #cc883f;
  left: 50%;
  margin-left: -90px;
}

.circle__text {
  color: white;
  display: table-cell;
  vertical-align: middle;
}

.circle__text--small {
  font-size: 18px;
  line-height: 24px;
}

.circle__text--big {
  font-family: "Roboto Slab", serif;
  font-size: 29px;
  line-height: 37px;
}

.sponsor__list{
  margin: 32px 0 64px;
  padding: 0;
}

.sponsor__item{
  list-style: none outside none;
}

/*DNT BTN*/

.centered {
  margin: 0 auto;
}

.donate-button {
  opacity: 1 !important;
  -moz-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.donate-button a {
  display: inline-block;
  background-color: #edc800;
  color: white;
  font-weight: bold;
  font-size: 17px;
  line-height: 30px;
  padding: 20px;
  min-width: 186px;
  text-align: center;
}

.donate-button a:hover, .donate-button a:focus {
  background-color: #caa500;
  color: white;
}

.donate-button__small a {
  min-width: 130px;
  padding: 15px 28px;
  font-size: 17px;
  text-align: center;
  position: fixed;
  z-index: 999999999;
  -webkit-transform: none;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0px;
  right: 0px;
}

.donate-button__small.dark a {
  background-color: #007766;
}

.donate-button__small.dark a:hover, .donate-button__small.dark a:focus {
  background-color: #003A2D;
}

.sponsors .donate-button {
  text-align: center;
  margin-bottom: 120px;
}

@media all and (max-width: 810px) {
  .sponsors .donate-button {
    margin-bottom: 90px;
  }
}


/*NAVGATION*/

.main-menu__wrapper {
  position: fixed;
  -webkit-transform: none;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  top: 20px;
  left: 20px;
  background-color: rgba(0, 119, 102, 0.9);
  font-family: "Roboto Slab", serif;
  z-index: 1000;
  padding-top: 40px;
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 40px;
  -moz-transition: background 0.2s ease-out, opacity 0.5s ease-out;
  -o-transition: background 0.2s ease-out, opacity 0.5s ease-out;
  -webkit-transition: background 0.2s ease-out, opacity 0.5s ease-out;
  transition: background 0.2s ease-out, opacity 0.5s ease-out;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
}

.main-menu__wrapper.expanded .main-menu__title {
  color: white;
}

.main-menu__wrapper.expanded .main-menu__title .main-menu__title-icon {
  background-color: white;
}

.main-menu__wrapper.collapsed {
  background-color: transparent;
  overflow: hidden;
  -moz-transition: background 0.2s ease-out 0.4s, width 0.2s ease-out, opacity 0.5s ease-out;
  -o-transition: background 0.2s ease-out 0.4s, width 0.2s ease-out, opacity 0.5s ease-out;
  -webkit-transition: background 0.2s ease-out, width 0.2s ease-out, opacity 0.5s ease-out;
  -webkit-transition-delay: 0.4s, 0s, 0s;
  transition: background 0.2s ease-out 0.4s, width 0.2s ease-out, opacity 0.5s ease-out;
}

.main-menu__title {
  font-size: 18px;
  color: #c3d3e9;
  font-family: "Open Sans", sans-serif;
  -moz-transition: margin 0.4s ease-out;
  -o-transition: margin 0.4s ease-out;
  -webkit-transition: margin 0.4s ease-out;
  transition: margin 0.4s ease-out;
  margin-bottom: 0;
  opacity: 1;
  cursor: pointer;
}

.main-menu__title.dark {
  color: #333333;
}

.main-menu__title.dark .main-menu__title-icon {
  background-color: #999999;
}

.main-menu__title.white {
  color: white;
}

.main-menu__title.white .main-menu__title-icon {
  background-color: white;
}

.main-menu {
  opacity: 1;
}

.main-menu a {
  color: white;
  font-size: 21px;
  line-height: 40px;
  display: block;
  font-weight: normal;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.main-menu a:hover, .main-menu a:focus {
  color: #c3d3e9;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.main-menu a.active {
  color: #edc800;
}

.main-menu__container {
  padding: 0px;
  padding-top: 20px;
  margin: 0;
}

.main-menu__item {
  list-style: none;
}

.main-menu__title-icon {
  position: absolute;
  top: 0;
  height: 3px;
  width: 30px;
  background-color: #c3d3e9;
  display: block;
  -moz-transition: -moz-transform 0.2s ease-out, margin 0.2s ease-out 0.2s;
  -o-transition: -o-transform 0.2s ease-out, margin 0.2s ease-out 0.2s;
  -webkit-transition: -webkit-transform 0.2s ease-out, margin 0.2s ease-out;
  -webkit-transition-delay: 0s, 0.2s;
  transition: transform 0.2s ease-out, margin 0.2s ease-out 0.2s;
}

.main-menu__title-icon--first {
  margin-top: 0;
}

.main-menu__title-icon--second {
  margin: 10px 0;
  -moz-transition: opacity 0.2s ease-out 0.4s;
  -o-transition: opacity 0.2s ease-out 0.4s;
  -webkit-transition: opacity 0.2s ease-out;
  -webkit-transition-delay: 0.4s;
  transition: opacity 0.2s ease-out 0.4s;
}

.main-menu__title-icon--third {
  margin-top: 20px;
}

.main-menu__wrapper.expanded .main-menu__title-icon {
  -moz-transition: margin 0.2s ease-out 0.2s, -moz-transform 0.2s ease-out 0.4s;
  -o-transition: margin 0.2s ease-out 0.2s, -o-transform 0.2s ease-out 0.4s;
  -webkit-transition: margin 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transition-delay: 0.2s, 0.4s;
  transition: margin 0.2s ease-out 0.2s, transform 0.2s ease-out 0.4s;
  margin-top: 11px;
}

.main-menu__wrapper.expanded .main-menu__title-icon--second {
  opacity: 0;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.main-menu__wrapper.expanded .main-menu__title-icon--first {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 11px;
}

.main-menu__wrapper.expanded .main-menu__title-icon--third {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 11px;
}

.main-menu__title-icon-wrapper {
  height: 22px;
  display: inline-block;
  position: relative;
  width: 30px;
  margin-right: 10px;
  margin-bottom: -5px;
}

@media all and (max-width: 1090px) {
  .main-menu__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width: 580px) {
  .main-menu__wrapper {
    padding-left: 30px;
    padding-right: 30px;
    left: 0;
    top: 0;
  }

  .main-menu__wrapper.expanded {
    width: 100%;
  }

  .main-menu__wrapper.collapsed {
    -moz-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    -webkit-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
  }

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

/*FUTR*/

footer {
  position: relative;
  z-index: 0;
}

footer .l-one-column {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}

.footer__bottom {
  position: relative;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #003A2D), color-stop(100%, #007766));
  background-image: -moz-linear-gradient(right, #003A2D, #007766);
  background-image: -webkit-linear-gradient(right, #003A2D, #007766);
  background-image: linear-gradient(to left, #003A2D, #007766);
}

.footer__bottom:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 50px;
  width: 300px;
  background-color: #edc800;
}

@media all and (max-width: 890px) {
  footer .social-link {
    margin-top: 20px;
  }
}
@media all and (min-width: 890px) and (max-width: 990px) {
  footer .social-link {
    margin-left: 20px;
  }
}
@media all and (min-width: 1500px) {
  .footer__bottom:before {
    width: 33%;
  }
}
@media all and (min-width: 2600px) {
  .footer__bottom:before {
    width: 40%;
  }
}

.green-stripe {
  height: 50px;
  background-color: #edc800;
  display: inline-block;
  font-size: 22px;
  padding: 10px;
  padding-left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #007766;
  line-height: 30px;
}

.copyright {
  color: #c3d3e9;
  font-size: 13px;
  line-height: 22px;
}

.copyright a {
  color: #c3d3e9;
  font-size: 13px;
  line-height: 22px;
  font-weight: normal;
  text-decoration: underline;
}

.copyright a:hover, .copyright a:focus {
  color: #bad80a;
}

.logo-wrapper--white-colors {
  margin-top: 20px;
  max-width: 360px;
  width: 346px;
}

.logo-wrapper--white-colors .logo {
  display: inline-block;
  vertical-align: middle;
}

.logo-wrapper--white-colors .logo__link {
  height: 90px;
  display: inline-block;
  line-height: 90px;
  vertical-align: middle;
}

@media all and (max-width: 450px) {
  .logo-wrapper--white-colors .logo__wrapper {
    max-width: 100%;
    width: 346px;
  }

  .logo-wrapper--white-colors .logo__link {
    max-width: 100%;
  }

}

.social-link {
  display: inline-block;
  margin-left: 45px;
  margin-top: 45px;
}

.social-link:first-child {
  margin-left: 0;
}

.social-link__link {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  color: white;
  display: inline-block;
}

.social-link__link:hover, .social-link__link:active {
  color: #c3d3e9;
}

.social-link__icon {
  display: inline-block;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  padding-right: 13px;
  vertical-align: text-bottom;
}

.social-link__icon--facebook {
  width: 12px;
  background-image: url(../content/icon_fb.png);
}

.social-link__icon--twitter {
  width: 12px;
  background-image: url(../content/icon_twit.png);
}

.social-link__icon--youtube {
  width: 12px;
  background-image: url(../content/icon_ig.png);
}

@media all and (max-width: 460px) {
  footer .social-link {
    margin-left: 20px;
  }
}
@media all and (max-width: 410px) {
  footer .social-link {
    display: block;
    margin-left: 0;
    margin-top: 0;
  }

  footer .social-link a {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .green-stripe {
    font-size: 20px;
  }
}
@media all and (max-width: 370px) {
  .green-stripe {
    font-size: 17px;
  }
}

.thank-you {
  background-image: url(../content/video-fallback.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 573px;
  font-size: 22px;
  color: white;
}

.thank-you .l-one-column {
  min-height: 573px;
  box-sizing: border-box;
  padding-bottom: 0;
}

.thank-you a {
  font-weight: normal;
  color: #bad80a;
}

.thank-you a:hover {
  opacity: 0.85;
}

.thank-you .title {
  padding-top: 35px;
  margin: 0px;
  padding-bottom: 45px;
}

.thank-you p {
  padding: 40px 0 35px 0;
}

.thank-you .column__wrapper {
  opacity: 1;
  width: 100%;
  left: 0;
  position: absolute;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.thank-you .column__wrapper.is-not-center-vertical {
  opacity: 1;
}

@media all and (min-width: 811px) and (max-width: 1060px) {
  .thank-you {
    padding: 0 60px;
  }
}
@media all and (max-width: 810px) {
  .thank-you {
    min-height: 400px;
    height: 400px;
  }
  .thank-you .l-one-column {
    min-height: 400px;
  }
  .thank-you .title {
    padding-bottom: 30px;
    padding-top: 0;
  }
  .thank-you p {
    padding: 0;
  }
}
@media all and (max-width: 450px) {
  .thank-you {
    font-size: 19px;
  }
}

.l-two-column {
  overflow: hidden;
  *zoom: 1;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 30px;
  padding-bottom: 90px;
}

.l-two-column__column {
  width: 50%;
  float: left;
  padding: 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-two-column__column--one {
  padding-left: 0;
}

.l-two-column__column--two {
  padding-right: 0;
}

.l-two-column--footer {
  padding-bottom: 60px;
}

.l-two-column--inverse .l-two-column__column--one {
  float: right;
  padding: 0 30px;
  padding-right: 0;
}

.l-two-column--inverse .l-two-column__column--two {
  padding: 0 30px;
  padding-left: 0;
}

@media all and (max-width: 970px) {
  .l-two-column__column:not(.l-two-column__column--footer) {
    width: 100%;
    float: none;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .l-two-column__column--two:not(.l-two-column__column--footer):not(.l-two-column__column--mission) {
    padding-top: 60px;
  }

  .l-two-column__column--two.l-two-column__column--mission {
    padding-top: 30px;
  }
}
@media all and (max-width: 890px) {
  .footer__bottom .l-two-column__column.l-two-column__column--footer {
    width: 100%;
    float: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
  }
}
@media all and (max-width: 810px) {
  .thank-you .l-two-column__column.l-two-column__column--footer {
    width: 100%;
    float: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 60px;
  }

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

.l-one-column {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 60px;
  padding-bottom: 120px;
}

.l-one-column .l-two-column {
  padding-left: 0;
  padding-right: 0;
}

.l-one-column .l-two-column:last-child {
  padding-bottom: 0;
}

@media all and (max-width: 810px) {
  .l-one-column {
    padding-bottom: 90px;
  }
}
@media all and (max-width: 580px) {
  .l-one-column {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.l-one-column-narrow {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 0 60px;
}

@media all and (max-width: 580px) {
  .l-one-column-narrow {
    padding: 0 30px;
  }
}