/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

/* ---  Site Fonts --- */
@font-face {
  font-family: 'Black Tie';
  src: url('../fonts/light/BlackTie-Light-webfont.eot?v=1.0.0');
  src: url('../fonts/light/BlackTie-Light-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'),
    url('../fonts/light/BlackTie-Light-webfont.woff2?v=1.0.0') format('woff2'),
    url('../fonts/light/BlackTie-Light-webfont.woff?v=1.0.0') format('woff'),
    url('../fonts/light/BlackTie-Light-webfont.ttf?v=1.0.0') format('truetype'),
    url('../fonts/light/BlackTie-Light-webfont.svg?v=1.0.0#black_tielight') format('svg');
  font-weight: 200;
  font-style: normal;
}

Aaux Next Light {
  font-family: "aaux-next", sans-serif;
  font-weight: 300;
  font-style: normal;
}

Aaux Next Medium {
  font-family: "aaux-next", sans-serif;
  font-weight: 500;
  font-style: normal;
}

Aaux Next light Italic {
  font-family: "aaux-next", sans-serif;
  font-weight: 400;
  font-style: italic;
}

Aaux Next SemiBold {
  font-family: "aaux-next", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* ---  Site Styles --- */
.notify {
  position: relative;
  width: 100%;
  font-family: "aaux-next", sans-serif;
  -webkit-transform: scale(1, .9);
  -ms-transform: scale(1, .9);
  transform: scale(1, .9);
  background-color: #3c4561;
  height: auto;
  color: white;
  display: none;
  text-align: center;
  padding: 20px 100px 20px 50px;
  font-size: .7em;
  line-height: 1.4em;
  margin-bottom: -8px;
  margin-top: -8px;
}

.mobile-notify {
  display: none;
}

a.closeNotify:link::after, a.closeNotify:visited::after {
  color: #b0b0b0;
  content: "\f00C";
  font-family: "Black Tie";
  font-weight: 200;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 25%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

a.closeNotify:hover::after, a.closeNotify:active::after {
  color: #FFF;
}

@media only screen and (min-width: 320px) and (max-width: 960px) {

  div.notify {
    display: none!important;
  }
}

* {
  margin: 0;
  padding: 0
}

a {
  color: #1e4ba0;
  text-decoration: none;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body, html {
  font-family: "aaux-next", sans-serif;
  font-weight: 400;
  color: #746a6b;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.3em;
  letter-spacing: -0.015em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wow {
  visibility: hidden;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wow {
    visibility: visible;
  }
}

.content {
  padding: 100px 0;
}

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.site-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

img {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
  -webkit-transform: scale(1, .9);
  -ms-transform: scale(1, .9);
  transform: scale(1, .9);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

h2 {
  margin-bottom: 10px;
}

h3 {
  font-size: 32px;
  line-height: 1.3em;
  margin: 40px 0;
}

h4 {
  font-size: 1.3em;
  line-height: 1.2em;
}

p {
  font-size: 18px;
  line-height: 1.5em;
  -webkit-transform: scale(1, .9);
  -ms-transform: scale(1, .9);
  transform: scale(1, .9);
}

hr {
  border-top: 0.01em solid #fff !important;
}

.content-wrapper {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}

@media screen and (max-width: 320px) {
  .content-wrapper {
    padding: 50px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .container, .container .sixteen.columns, .container .eight.columns {
    width: 100%;
    padding: 0 15px;
  }

  .container.header-buttons {
    padding: 0;
  }
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-content: stretch;
}

.flex-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

a.button:link, a.button:visited {
  display: inline-block;
  color: #fff;
  -webkit-transform: scale(1, .9);
  -ms-transform: scale(1, .9);
  transform: scale(1, .9);
  background-color: #1e4bab;
  text-decoration: none;
  width: auto;
  text-align: center;
  padding: 15px 40px;
  margin-top: 35px;
  font-size: 28px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

a.button:hover, a.button:active {
  background-color: #05308b;
}

.arrow-down:after {
  display: inline-block;
  content: "\f091";
  color: #2f90d5;
  font: normal normal normal 14px/1 "Black Tie";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  vertical-align: -5px;
  padding-left: 10px;
}

.arrow-up:after {
  display: inline-block;
  content: "\f090";
  color: #2f90d5;
  font: normal normal normal 14px/1 "Black Tie";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  vertical-align: -5px;
  padding-left: 10px;
}

.arrow-right:after {
  display: inline-block;
  content: "\f093";
  color: #2f90d5;
  font: normal normal normal 14px/1 "Black Tie";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  vertical-align: -5px;
  padding-left: 10px;
}

/* .container.header-buttons.flex-container {
 font-size: 0;
  /*margin-top: -3px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
} */

/* .header-buttons.flex-container {
  -ms-flex-line-pack: end;
  align-content: flex-end;
} */

.header-buttons a.button.donations:link, .header-buttons  a.button.donations:visited {
  display: inline-block;
  color: #fff;
  -webkit-transform: scale(1, .9);
  -ms-transform: scale(1, .9);
  transform: scale(1, .9);
  background-color: #69AE18;
  text-decoration: none;
  width: auto;
  text-align: center;
  padding: 10px 50px;
  font-size: 32px;
  margin: -2px 0 0 0;
  outline: none;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.header-buttons a.button.donations:hover, .header-buttons  a.button.donations:active {
  background-color: #7fd01f;
}

.header-buttons a.button.book:link, .header-buttons  a.button.book:visited {
  display: inline-block;
  color: #fff;
  -webkit-transform: scale(1, .9);
  -ms-transform: scale(1, .9);
  transform: scale(1, .9);
  background-color: #1e4bab;
  text-decoration: none;
  width: auto;
  text-align: center;
  padding: 10px 50px;
  font-size: 32px;
  margin: -2px 0 0 0;
  outline: none;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.header-buttons a.button.book:hover, .header-buttons a.button.book:active {
  background-color: #05308b;
}

.header-buttons a.button.phone:link, .header-buttons a.button.phone:visited {
  display: inline-block;
  color: #fff;
  -webkit-transform: scale(1, .9);
  -ms-transform: scale(1, .9);
  transform: scale(1, .9);
  background-color: #2786de;
  text-decoration: none;
  width: auto;
  text-align: center;
  padding: 10px 50px;
  font-size: 32px;
  margin: -2px 0 0 -1px;
  outline: none;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.header-buttons a.button.phone:hover, .header-buttons  a.button.phone:active {
  background-color: #2e96f7;
}

 a.white-link:link, a.white-link:visited {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid rgba(233, 233, 233, 1);
  color: #fff;
  -webkit-transition: border 500ms ease;
  -o-transition: border 500ms ease;
  transition: border 500ms ease;
}

a.white-link:hover, a.white-link:active {
  border-bottom: 1px solid rgba(233, 233, 233, 0);
}

a.light-link:link, a.light-link:visited {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid rgba(203, 225, 238, 0);
  color: #cbe1ee;
  padding: 0 5px;
  -webkit-transition: border 500ms ease;
  -o-transition: border 500ms ease;
  transition: border 500ms ease;
}

a.light-link:hover, a.light-link:active {
  border-bottom: 1px solid rgba(203, 225, 238, 1);
}

a.button.donations:link, a.button.donations:visited {
  display: inline-block;
  color: #fff;
  -webkit-transform: scale(1, .9);
  -ms-transform: scale(1, .9);
  transform: scale(1, .9);
  background-color: #69AE18;
  text-decoration: none;
  width: auto;
  text-align: center;
  padding: 0 35px;
  margin: 0 20px;
  font-size: 22px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

a.button.donations:hover, a.button.donations:active {
  background-color: #7fd01f;
}

a.button.pricing:link, a.button.pricing:visited {
  display: inline-block;
  color: #2f90d5;
  -webkit-transform: scale(1, .9);
  -ms-transform: scale(1, .9);
  transform: scale(1, .9);
  background-color: #fff;
  text-decoration: none;
  width: auto;
  text-align: center;
  padding: 5px 25px;
  margin-top: 0;
  font-size: 22px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

a.button.pricing:hover, a.button.pricing:active {
  background-color: rgba(255, 255, 255, .7);
}

a.button.white:link, a.button.white:active {
  border: 0.07em solid #fff;
  color: #fff;
  font-size: 32px;
  padding: 15px 40px;
  margin: 0 auto;
  width: auto;
  background-color: transparent;
  -webkit-transform: scale(1, .9);
  -ms-transform: scale(1, .9);
  transform: scale(1, .9);
  text-decoration: none;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  outline: none;
}

a.button.white:hover, a.button.white:visited {
  background-color: rgba(233, 233, 233, .2);
}

/* ---  Hero Unit --- */
.hero-wrapper {
  background: url(../images/hero-unit-bck.jpg) no-repeat;
  background-size: cover;
  background-color: #1e4ba0;
  width: 100%;
  color: #fff;
  text-align: center;
}

.hero-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-unit {
  padding: 175px 0 100px 0;
}

.hero-unit h1 {
  font-size: 2.2em;
  margin: 35px 0 50px 0;
}

.hero-unit-logo {
  background: url(../images/hero-unit-logo.png) no-repeat center center;
  width: auto;
  height: 140px;
  margin: 0 auto;
}

.button-more:after {
  background-color: #1e4bab;
  border-radius: 50%;
  content: "\f099";
  font-size: inherit;
  font-family: "Black Tie";
  padding: 20px 25px;
  display: inline-block;
  margin: 50px 0 125px 0;
}

.nav-wrapper {
  height: 100px;
  width: 100%;
}

.logo {
  background: url(../images/logo.png) no-repeat;
  width: 190px;
  height: 100px;
  display: block;
  float: left
}

.logo-nav {
  background-color: #ebf1f8;
  width: 100%;
}

.header_placeholder {
  height: 100px;
  width: 100%;
  display: none;
}

.fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}

@media screen and (min-width:320px) and (max-width:480px) {
  .hero-unit h1 {
    font-size: 1.7em;
    margin: 35px 0;
  }

  .hero-unit-logo {
    background-size: 80%;
  }
}

/* ---  Navigation --- */
nav {
  float: right;
  margin-top: 15px
}

nav>ul, nav>ul>li, nav>ul>li>a {
  border: 0;
  list-style: none;
  line-height: 1em;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

nav>ul>li {
  display: inline-block;
  margin-top: 30px;
}

nav>ul>li>a:link {
  padding: 0 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 1px;
  text-decoration: none;
  color: #1e4ba0;
}

nav>ul>li>a:link:after {
  display: block;
  content: '';
  padding: 3px 0;
  border-bottom: solid 2px #1e4ba0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

nav>ul>li>a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/clouds.png);
  background-color: #1E4BA0;
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: auto;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
}

.wrap {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 75px
}

.wrap ul.wrap-nav {
  text-transform: capitalize;
  padding: 150px 0 100px;
  -webkit-transform: scale(1, .9);
  -ms-transform: scale(1, .9);
  transform: scale(1, .9);
}

.wrap ul.wrap-nav li {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  position: relative
}

.wrap ul.wrap-nav li a {
  color: #FFF;
  font-weight: 400;
  font-size: 28px;
  display: block;
  text-decoration: none;
  -webkit-transition-property: all .2s linear 0s;
  -o-transition-property: all .2s linear 0s;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s
}

.wrap ul.wrap-nav li a:hover {
  color: rgba(255, 255, 255, .7);
}

@media screen and (min-width:940px) {
  nav>ul>li>a:link {
    padding: 0 8px;
  }
}

@media screen and (max-width:960px) {
  .nav-wrapper {
    display: none;
  }

  .wrap ul.wrap-nav>li {
    width: 100%;
    padding: 35px 0
  }

  .wrap ul.wrap-nav {
    padding: 30px 0 0
  }

  nav ul {
    opacity: 0;
    visibility: hidden
  }

  .container.header-buttons {
    width: 100%;
    position: fixed;
    z-index: 99;
  }

  .header-buttons .button-mobile {
    display: inline-block;
    /* position: fixed; */
    right: 40px;
    top: 0;
    font-size: 25px;
    text-align: center;
    line-height: 2.1em;
    width: 56px;
    height: 54px;
    background-color: #1e4bab;
    z-index: 99;
    float: right;
  }

  .header-buttons .button-mobile a {
    text-decoration: none
  }

  .header-buttons .btn-open:after {
    color: #fff;
    content: "\f000";
    font-family: "Black Tie";
    font-weight: 400;
    -webkit-transition-property: all .2s linear 0s;
    -o-transition-property: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    z-index: 999 !important
  }

  .container.header-buttons.mobile.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-top: 50px;
  }

  .container.header-buttons.mobile.flex-container>.button.book.flex-item, .container.header-buttons.mobile.flex-container>.button.donations.flex-item, .container.header-buttons.mobile.flex-container>.button.phone.flex-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }

  .header-buttons .btn-open:hover:after {
    color: rgba(255, 255, 255, .7)
  }

  .btn-close:after {
    color: #fff;
    content: "\f00C";
    font-family: "Black Tie";
    font-weight: 400;
    -webkit-transition-property: all .2s linear 0s;
    -o-transition-property: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    z-index: 99999 !important
  }

  .btn-close:hover:after {
    color: rgba(255, 255, 255, .7)
  }

  .logo-small {
    background: url(../images/logo-small.png) no-repeat center center;
    background-color: #ebf1f8;
    width: 80px;
    height: 53px;
    display: inline-block;
    /* position: fixed; */
    right: 40px;
    top: 0;
    z-index: 99;
    float: right;
  }

  .logo-small.flex-item {
    -webkit-box-flex: 2;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
  }

  .button-mobile.flex-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .header_placeholder {
    height: 0;
  }
}

@media screen and (min-width:320px) and (max-width:780px) {
  .button-mobile {
    right: 10px
  }

  nav ul {
    display: none
  }
}

@media screen and (min-width:441px) and (max-width:780px) {
  .header-buttons a.button.donations:link, .header-buttons a.button.book:link, .header-buttons a.button.phone:link {
    font-size: 22px;
    padding: 10px;
  }
}

@media screen and (min-width:320px) and (max-width:440px) {
  .header-buttons a.button.donations:link, .header-buttons a.button.book:link, .header-buttons a.button.phone:link {
    font-size: 16px;
    padding: 10px;
  }
}

/* ---  About Section --- */
.content-wrapper.about {
  background: url(../images/about-bck.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 120px 0;
}

.about p {
  text-align: left;
  padding: 20px;
}

.sixteen.columns.more {
  display: none;
}

@media screen and (max-width:768px) {
  .about p {
    text-align: center;
  }
}

@media screen and (min-width:320px) and (max-width:768px) {
  .content-wrapper.about {
    background-position: 35% center;
    min-width: 100%;
  }
}

/* ---  Instructors Section --- */
.container.instructors {
  margin-bottom: 25px;
}

.plane-icon {
  background: url(../images/plane-icon.png) no-repeat;
  background-position: 49% center;
  display: block;
  width: 100%;
  height: 75px;
}

.instructors .becker {
  background: url(../images/becker.png) no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  height: 250px;
}

.instructors .engen {
  background: url(../images/engen.png) no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  height: 250px;
}

.instructors h2 {
  color: #1e4ba0;
}

.instructors h3 {
  color: #2786d7;
}

.instructors h4 {
  color: #2786d7;
  font-size: 24px;
  font-weight: 500;
}

.instructors p.cfi {
  text-align: center;
}

.instructors p {
  color: #3c4554;
  padding: 0 30px 20px 30px;
  text-align: left;
}

.instructors .flex-item {
  width: 45%;
}

.flex-item.border-left {
  border-left: 0.02em solid #2786d7;
  width: 10%;
  left: 4%;
  position: relative;
}

@media screen and (max-width:768px) {
  .instructors p {
    text-align: center;
  }

  .instructors .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .instructors .flex-item {
    width: 100%;
  }
}

/* ---  Donations-Index Section --- */
.donations-index {
  background: #29377e;
  background: -o-linear-gradient(top, #29377e 0%, #746c9c 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#29377e), to(#746c9c));
  background: linear-gradient(to bottom, #29377e 0%, #746c9c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29377e', endColorstr='#746c9c', GradientType=0);
}

.donations-index.content {
  padding: 100px 0;
  color: #fff;
  text-align: center;
}

.donations-index img {
  width: 100%;
  height: auto;
}

.donations-index.content p {
  font-size: 22px;
  margin-bottom: 15px;
}

.donations-index.content h3 {
  margin: 20px 0 0 0;
}

a.button.donations-index-link:link, a.button.donations-index-link:visited {
  display: inline-block;
  color: #fff;
  -webkit-transform: scale(1, .9);
  -ms-transform: scale(1, .9);
  transform: scale(1, .9);
  background-color: #69AE18;
  text-decoration: none;
  width: auto;
  text-align: center;
  padding: 5px 55px;
  margin: 0 20px;
  font-size: 28px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

a.button.donations-index-link:hover, a.button.donations-index-link:active {
  background-color: #7fd01f;
}

.flex-item.hangor, .flex-item.maintenance, .flex-item.subsidy {
  width: 30%;
  padding: 25px;
  margin: 10px;
}

@media screen and (max-width: 1024px) {
  .flex-item.hangor, .flex-item.maintenance, .flex-item.subsidy {
    width: 100%;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .donations-index img {
    display: block;
    margin: auto;
    width: 70%;
    height: auto;
  }
}
@media screen and (min-width:320px) and (max-width:768px) {
  .donations-index img {
    width: 100%;
    height: auto;
  }
}

/* ---  Planes Intro Section --- */
.content-wrapper.planes-intro {
  background: url(../images/planes-bck.jpg) no-repeat center center;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 120px 0;
}

/* ---  Planes Section --- */
.cessna150, .cessna172 {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.planes .flex-item {
  width: 50%;
}

.specs {
  width: 100%;
  margin: 0 10%;
  color: #fff;
}

.specs h3 {
  font-size: 42px;
  margin: 25px 0 0 0;
}

.specs-content {
  display: flex;
  align-items: center;
  text-align: left;
  background: linear-gradient(to bottom, #403a70 0%, #2a2c3f 100%);
}

.specs-content ul {
  list-style: none;
  margin-left: 15px;
}

.specs-content ul li {
  font-size: 18px;
  line-height: 1.5em;
}

.specs-content ul>li:before {
  content: "\2022";
  color: #fff;
  display: inline-block;
  width: 1em;
  margin-left: -15px;
}

@media screen and (max-width:1450px) {
  .flex-item.planes {
    width: 100%;
  }
  .specs {
    margin: 40px;
  }
}

/* ---  Lesson Section --- */
.lesson h2 {
  color: #1e4ba0;
}

.lesson h3 {
  color: #2786d7;
}

.lesson-points {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f62d2+0,2785de+100 */
  background: #2f62d2;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, #2f62d2 0%, #2785de 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#2f62d2), to(#2785de));
  background: linear-gradient(to bottom, #2f62d2 0%, #2785de 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f62d2', endColorstr='#2785de', GradientType=0);
  /* IE6-9 */
  width: 100%;
  margin: 0 auto;
  padding: 30px;
}

.lesson-points h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  padding: 20px 0 10px 0;
  border-bottom: solid #fff 0.02em;
  margin: 0 35px;
}

.lesson-points ul {
  padding: 30px;
  list-style: none;
}

.lesson-points ul li {
  font-size: 18px;
  line-height: 1.5em;
}

.lesson-points ul>li:before {
  content: "\2022";
  color: #fff;
  display: inline-block;
  width: 1em;
  margin-left: -15px;
}

@media screen and (min-width:320px) and (max-width:768px) {
  div.container.lesson-points-content, div.container.lesson-points-content>.sixteen.columns, .lesson-points {
    width: 100% !important;
    margin: 0 auto;
  }

  div.container.lesson-points-content, div.container.lesson-points-content>.sixteen.columns {
    padding: 0;
  }

  .lesson-points h4 {
    margin: 0 10px;
  }
}

/* ---  Pricing Section --- */

.content-wrapper.pricing {
  background: url(../images/pricing-bck.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 120px 0;
}

.cessna150-price {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9de19f+0,6bb01a+100 */
  background: #9de19f;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, #9de19f 0%, #6bb01a 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#9de19f), to(#6bb01a));
  background: linear-gradient(to bottom, #9de19f 0%, #6bb01a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9de19f', endColorstr='#6bb01a', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.cessna172-price {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5ac6d1+0,2887de+100 */
  background: #5ac6d1;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, #5ac6d1 0%, #2887de 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#5ac6d1), to(#2887de));
  background: linear-gradient(to bottom, #5ac6d1 0%, #2887de 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ac6d1', endColorstr='#2887de', GradientType=0);
  /* IE6-9 */
}

.pricing .flex-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
  width: 70%;
}

.flex-item.cessna150-price, .flex-item.cessna172-price {
  padding: 60px 25px;
  margin: 30px;
  width: 50%;
}

.pricing .plane {
  font-size: 40px;
}

.pricing .plane-text {
  font-size: 24px;
  line-height: 1.2em;
}

.pricing .plane-price {
  font-size: 78px;
  font-weight: 200;
}

@media screen and (max-width:960px) {
  .pricing .flex-container {
    width: 100%;
  }
}

/* @media screen and (min-width: 320px) and (max-width: 590px) {
  .pricing .flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
} */

@media screen and (min-width: 280px) and (max-width:550px) {
  .flex-item.cessna172-price {
    width: 100%;
    padding:20px;
  }

  .pricing>.container>.sixteen.columns {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 320px) and (max-width:590px) {
  .pricing .flex-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
}

/* ---  Training Section --- */
.training h2 {
  color: #1e4ba0;
}

.training h3 {
  color: #2786d7;
}

.stage-one {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f62d2+0,2785de+100 */
  background: #2f62d2;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, #2f62d2 0%, #2785de 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#2f62d2), to(#2785de));
  background: linear-gradient(to bottom, #2f62d2 0%, #2785de 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f62d2', endColorstr='#2785de', GradientType=0);
  /* IE6-9 */
}

.stage-two {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4f50c5+0,204cab+100 */
  background: #4f50c5;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, #4f50c5 0%, #204cab 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#4f50c5), to(#204cab));
  background: linear-gradient(to bottom, #4f50c5 0%, #204cab 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f50c5', endColorstr='#204cab', GradientType=0);
  /* IE6-9 */
}

.stage-three {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#403a72+0,292c3d+100 */
  background: #403a72;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, #403a72 0%, #292c3d 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#403a72), to(#292c3d));
  background: linear-gradient(to bottom, #403a72 0%, #292c3d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#403a72', endColorstr='#292c3d', GradientType=0);
  /* IE6-9 */
}

.flex-item.stage-one, .flex-item.stage-two, .flex-item.stage-three {
  width: 30%;
  padding: 50px 25px;
  margin: 45px 10px;
}

.circle {
  border: .02em solid #fff;
  text-align: center;
  font-size: 42px;
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  margin: 20px 0;
}

.training h4 {
  border-bottom: none;
  font-size: 24px;
}

.training ul {
  list-style: none;
  padding: 20px 10px;
}

.training ul li {
  font-size: 18px;
  line-height: 1.5em;
}

@media screen and (min-width: 767px) and (max-width: 959px) {
  .container.training, .container.training.flex-container, .container.training>.sixteen.columns {
    width: 100%;
    padding: 0 20px;
  }

  div.flex-item.stage-one, div.flex-item.stage-two, div.flex-item.stage-three {
    width: 30%;
    margin: 45px 10px;
  }
}

@media screen and (max-width:968px) {
  .lesson .flex-item {
    margin: 0;
  }
}

@media screen and (max-width:768px) {
  div.container.training, div.container.training>div.sixteen.columns {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }

  div.container.training>div.sixteen.columns {
    padding: 0 20px;
  }

  div.flex-item.stage-one, div.flex-item.stage-two, div.flex-item.stage-three {
    width: 100%;
    margin: 0;
  }

  .content-wrapper {
    padding-bottom: 0;
  }
}

/* ---  Pilot Certificate Section --- */
.pilotCertificate {
  background-color: #ebf1f8;
}

.pilot-certificate h2 {
  color: #1e4ba0;
}

.pilot-certificate h3 {
  color: #2786d7;
  margin-top: 0;
}

.pilot-certificate h4 {
  color: #2786d7;
  font-size: 24px;
  font-weight: 500;
}

.pilot-certificate .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 20px;
}

.pilot-certificate .flex-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
}

.boxed {
  text-align: left;
  border: 0.07em solid #2786d7;
  padding: 20px 60px;
  margin: 30px 0;
}

.pilot-certificate ul {
  margin-left: 25px;
  list-style: none;
}

.pilot-certificate ul>ul>ul {
  margin-left: 50px;
}

.pilot-certificate ul li {
  font-size: 18px;
  color: #3c4554;
  line-height: 1.6em;
}

.pilot-certificate ul>li:before, .pilot-certificate ul>ul>ul>li:before {
  content: "\2022";
  color: #6aaf10;
  display: inline-block;
  width: 1em;
  margin-left: -15px;
}

.pilot-certificate .margin-left {
  margin-left: -5px !important;
}

.pilot-certificate ul>ul>li:before {
  display: none;
}

.pilot-certificate .callout {
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin: 30px 0 60px 0;
  background-color: #2786de;
}

@media screen and (min-width: 950px) and (max-width: 1024px) {
  section.content-wrapper.pilot-certificate div.container {
    width: 85%;
  }
}

@media screen and (min-width: 320px) and (max-width: 780px) {
  section.content-wrapper.pilot-certificate div.container {
    width: 90%;
  }

  section.content-wrapper.pilot-certificate div.container div.sixteen.columns {
    width: 100%;
  }

  div.flex-item.boxed {
    padding: 20px;
  }
}

/* ---  News Section --- */
.content-wrapper.news {
  background: url(../images/news-bck.jpg) no-repeat;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 120px 0;
}

.fixed-cover {
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* ---  FAQ Section --- */
.faq .flex-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq .flex-item {
  margin: 20px 40px;
  width: 40%;
}

.faq h2 {
  color: #1e4ba0;
}

.faq .questions {
  margin: 35px 0;
}

.faq ul {
  list-style: none;
  text-align: left;
  text-indent: -10px;
  margin-left: 20px;
}

.faq li.q:before {
  display: inline-block;
  content: "\f093";
  color: #2f90d5;
  font: normal normal normal 12px/1 "Black Tie" !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-right: 10px;
}

.faq li.q {
  font-size: 20px;
  color: #2786d7;
  line-height: 1.6em;
  border-bottom: 0.07em #2786d7 solid;
  cursor: pointer;
  padding-bottom: 10px;
  margin-bottom: 10px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.faq li.q:hover {
  font-size: 20px;
  color: #1e4bab;
  border-bottom: 0.07em #1e4bab solid;
}

.faq li.a {
  display: none;
  color: #3c4554;
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 15px;
  text-indent: 1px;
}

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

  .container.faq>.sixteen.columns {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1113px) {
  .faq .flex-item {
    margin: 20px 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  div.container.faq, div.container.faq>div.sixteen.columns {
    width: 100%;
  }

  .faq .flex-container {
    padding: 50px 20px;
  }

  .faq .flex-item {
    width: 100%;
    margin: 0;
  }

  .faq li.q {
    line-height: 1.4em;
  }
}

@media screen and (min-width: 320px) {
  .faq h2 {
    padding: 0 10px;
  }
}

/* ---  Contact Section --- */
.contact {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#29a3e2+0,2785dd+100 */
  background: #29a3e2;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, #29a3e2 0%, #2785dd 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#29a3e2), to(#2785dd));
  background: linear-gradient(to bottom, #29a3e2 0%, #2785dd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29a3e2', endColorstr='#2785dd', GradientType=0);
  /* IE6-9 */
}

.contact.content {
  padding: 100px 0;
  color: #fff;
  text-align: center;
}

.contact.content p {
  font-size: 1em;
  line-height: 1.2em;
  padding: 40px 0 50px 0;
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border-radius: 3px
}

.contact-form {
  padding: 0 35px
}

.eight.columns.form {
  width: 50%;
  padding: 0 10px;
  margin: 0
}

.container.interior.contact-form>.sixteen.columns, .sixteen.columns.form {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  text-align: center
}

.contact-form input, .contact-form textarea {
  background: none;
  color: #fff;
  padding: 10px;
  font-size: .7em;
  border: 1px solid #fff;
}

.contact-form input {
  width: 100%;
  margin-bottom: 30px
}

.contact-form textarea {
  width: 100%;
  max-width: 100%;
  max-height: 300px;
  height: 200px;
  margin-bottom: 20px
}

.contact-form input:focus, .contact-form textarea:focus {
  background: rgba(235, 223, 225, .5) !important;
  border: 1px solid rgba(235, 223, 225, .5);
  color: #3c4554;
  outline: 0
}

.contact-form input.submit {
  font-size: 1em;
  -webkit-transform: scale(1, .9);
  -ms-transform: scale(1, .9);
  transform: scale(1, .9);
  width: 100%;
  max-width: 100%;
  color: #fff;
  font-size: .85em;
  background-color: none;
  border: 1px solid #fff;
  text-decoration: none;
  padding: 13px 50px 10px 50px;
  text-align: center;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.contact-form input.submit:hover {
  background-color: rgba(233, 233, 233, .5);
  color: #fff;
}

label.error {
  font-size: 14px;
  font-weight: normal;
  display: block;
  color: #c7142c;
  margin-top: -35px;
  margin-bottom: 10px;
  background-color: transparent
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  -webkit-transform: scale(1, .9);
  transform: scale(1, .9);
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  transform: scale(1, .9);
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  -ms-transform: scale(1, .9);
  transform: scale(1, .9);
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  -ms-transform: scale(1, .9);
  transform: scale(1, .9);
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  -webkit-transform: scale(1, .9);
  -ms-transform: scale(1, .9);
  transform: scale(1, .9);
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  -ms-transform: scale(1, .9);
  transform: scale(1, .9);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  -ms-transform: scale(1, .9);
  transform: scale(1, .9);
}

@media screen and (max-width: 768px) {
  .container.contact-form {
    width: 100%;
  }

  .eight.columns.form {
    width: 100%;
  }

  .contact-form input.submit {
    font-size: .7em;
    padding: 10px 0;
  }
}

/* ---  Footer --- */
footer {
  background-color: #3C4561;
  text-align: center;
}

footer p {
  font-size: 16px;
  color: #fff;
  padding: 30px 0 30px 0;
}

footer .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.footer-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

/* ---  Social Icons --- */
.social-icons ul {
  list-style: none;
}

.social-icons ul li {
  float: left;
  margin: 0 5px;
  text-indent: -9999px
}

.social-icons ul li a {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/social-icons.png) no-repeat scroll 0 0 #9d9d9d
}

.social-icons ul li.twitter-link a, .social-icons ul li.facebook-link a, .social-icons ul li.linked-link a {
  background-color: #1e4bab;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.social-icons ul li.twitter-link a {
  background-position: 3px 2px
}

.social-icons ul li.twitter-link a:hover {
  background-color: #1C9DEB;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.social-icons ul li.facebook-link a {
  background-position: -47px 2px
}

.social-icons ul li.facebook-link a:hover {
  background-color: #3A5896;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.social-icons ul li.linked-link a {
  background-position: -97px 2px
}

.social-icons ul li.linked-link a:hover {
  background-color: #0078B0;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

@media screen and (min-width: 320px) and (max-width: 960px) {
  footer p {
    padding: 10px 0;
  }

  .footer-item {
    margin: 15px 0;
  }

  .footer-item>a.button.donations:link, a.button.donations:visited {
    margin-top: 0;
  }
}

/* -- Thanks 404 --*/
.thanks {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2786de+100 */
  background: #1e5799;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, #1e5799 0%, #2786de 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#1e5799), to(#2786de));
  background: linear-gradient(to bottom, #1e5799 0%, #2786de 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#2786de', GradientType=0);
  /* IE6-9 */
}

.thanks .copy h3 {
  font-size: 1.9em;
  margin-bottom: 20px;
}

.thanks .copy h4 {
  font-size: 1.4em;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}

.thanks .copy p {
  font-size: .8em;
  padding-bottom: 50px;
}

.thanks .copy {
  color: #fff;
  text-align: left;
  margin: 70px 10px;
  padding: 0 10px;
  word-wrap: break-word;
}

/* -- Terms Privacy --*/
.privacy-wrapper {
  background: url(../images/privacy-terms-bck.jpg) no-repeat;
  background-size: cover;
  background-color: #1e4ba0;
  width: 100%;
  color: #fff;
  text-align: center;
}

.wrapper {
  padding: 110px 0;
  text-align: left;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2786de+100 */
  background: #1e5799;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, #1e5799 0%, #2786de 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#1e5799), to(#2786de));
  background: linear-gradient(to bottom, #1e5799 0%, #2786de 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#2786de', GradientType=0);
  /* IE6-9 */
}

.sixteen.columns.terms, .sixteen.columns.privacy {
  margin: 60px 0 25px 0;
}

.privacy, .terms {
  color: #ebf1f5;
}

.privacy ul, .terms ul {
  margin: 20px 0;
}

.privacy ul li, .terms ul li, .terms ol li {
  font-size: 18px;
  margin-left: 35px;
  line-height: 1.5em;
}

.wrapper {
  padding: 110px 0;
  text-align: left;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2786de+100 */
  background: #1e5799;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, #1e5799 0%, #2786de 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#1e5799), to(#2786de));
  background: linear-gradient(to bottom, #1e5799 0%, #2786de 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#2786de', GradientType=0);
  /* IE6-9 */
}

/*-- Donations Styles --*/
.donations-wrapper {
  background: url(../images/donations-bck.jpg) no-repeat;
  background-size: cover;
  background-color: #1e4ba0;
  width: 100%;
  color: #fff;
  text-align: center;
}

.donations h2, .prepay h2 {
  color: #1e4ba0;
}

.donations p, .prepay p {
  color: #2786d7;
  font-size: 22px;
}

.donations .flex-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: wrap;
  flex-flow: nowrap;
}

.donations .flex-item, .prepay .flex-item {
  background-color: #fff;
  padding: 40px;
  margin: 10px 15px;
}

a.button.donate:link, a.button.donate:visited, a.button.prepayment:link, a.button.prepayment:visited {
  display: inline-block;
  color: #fff;
  -webkit-transform: scale(1, .9);
  -ms-transform: scale(1, .9);
  transform: scale(1, .9);
  background-color: #69AE18;
  text-decoration: none;
  width: auto;
  text-align: center;
  padding: 10px 34px;
  font-size: 32px;
  outline: none;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

a.button.donate:hover, a.button.donate:active, a.button.prepayment:hover, a.button.prepayment:active {
  background-color: #7fd01f;
}

@media screen and (max-width:960px) {
  .donations .flex-container {
    width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width:780px) {
  .donations .flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .donations.container {
    width: 100%;
    padding: 0 20px;
    margin: 45px 0;
  }

  .donations.container>.sixteen.columns {
    width: 100%;
    margin: 0 auto;
  }
}

/* -- Payment Section -- */
.payment {
  background-color: #fff;
  padding: 40px;
  margin: 10px 15px;
}

.payment h2 {
  color: #1e4ba0;
  text-align: center;
  margin-top: 25px;
}

.payment h3 {
  color: #2786d7;
  font-size: 26px;
  line-height: 1.3em;
  margin: 0;
  padding: 0 25px;
  text-align: center;
}

span.IATS_AmountSectionTitle, span.IATS_PaymentSectionTitle {
  color: #1e4ba0;
}

div.IATS_SocialMediaDiv {
  display: none !important;
}

div.IATS_SecureDataDiv {
  text-align: center;
}

div.IATS_SecureDataDiv img {
  display: inline-block !important;
}

#IATS_ACHCancellationStmDiv {
  display: inline-table !important;
  font-size: 0.9em;
  margin-top: 25px;
  width: 100%;
}

button#IATS_ProcessAction_Button {
  display: inline-block;
  color: #fff;
  -webkit-transform: scale(1, .9);
  -ms-transform: scale(1, .9);
  transform: scale(1, .9);
  background-color: #69AE18 !important;
  text-decoration: none;
  width: auto;
  text-align: center;
  padding: 10px 75px !important;
  font-size: 32px !important;
  margin: 0;
  cursor: pointer;
  outline: none;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

button#IATS_ProcessAction_Button:hover {
  background-color: #7fd01f !important;
}

span.IATS_AmountSectionTitle:before {
  content: 'Your ';
}

span.IATS_PaymentSectionTitle {
  font-size: 28px !important;
  margin-top: 20px !important;
}

div#IATS_ContentSectionDiv.IATS_ContentDiv {
  text-align: center;
  position: relative;
}

div#IATS_PaymentBoxDiv.IATS_Div {
  width: 100% !important;
}

div#IATS_AmountSectionDiv.IATS_AmountDiv {
  -ms-grid-rows: 60px 40px 40px 40px 40px 40px 50px !important;
  grid-template-rows: 60px 40px 40px 40px 40px 40px 50px !important;
  display: block;
}

#IATS_AmountListItemDiv_Other0 {
  width: auto !important;
}

#IATS_AmountSectionDiv .IATS_AmountItemDiv td {
  font-size: 20px !important;
}

div#IATS_PaymentSectionDiv.IATS_PaymentDiv {
  display: inline-block;
  width: 75%;
  margin: 0 auto !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type='radio']:after {
  width: 18px;
  height: 18px;
  border-radius: 158px;
  top: 2px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

input[type='radio']:checked:after {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  top: 2px;
  left: -1px;
  position: relative;
  background-color: #69AE18;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50% !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /* and then whatever styles you want*/
  height: 30px;
  width: 100px;
  padding: 5px;
}

input#IATS_AmountListItem_NewOtherAmount0.IATS_OtherAmount {
  color: #746a6b;
  background: none;
  padding: 10px;
  font-size: .7em;
  border: 1px solid rgba(116, 106, 107, 0.5);
  width: 20%;
  border-radius: 3px;
  padding: 8px !important;
}

input#IATS_AmountListItem_NewOtherAmount0.IATS_OtherAmount:focus {
  background-color: rgba(116, 106, 107, 0.1);
}

input.IATS_PaymentInputField.IATS_InputRequired {
  color: #746a6b;
  background: none;
  padding: 10px !important;
  font-size: .7em;
  border: 1px solid rgba(116, 106, 107, 0.5);
  width: 75%;
  border-radius: 3px;
  padding: 8px !important;
  float: right;
  margin: 5px 0;
}

input.IATS_PaymentInputField.IATS_InputRequired:focus {
  background-color: rgba(116, 106, 107, 0.1);
}

span.IATS_AmountSpan {
  font-size: 20px !important;
  margin-left: 5px;
}

input.IATS_RadioAmtButton {
  height: 16px !important;
}

div.IATS_AmountItemDiv, div.IATS_ProfileItemDiv, div.IATS_PaymentItemDiv, div.IATS_ResponseItemDiv {
  padding: 5px 0 !important;
  margin: 0 !important;
}

#IATS_Payment_PaymentFrequencyDiv {
  display: inline-block !important;
  margin-bottom: 0;
}

div#IATS_PaymentBoxDiv label.IATS_InputRequired {
  font-size: 20px !important;
  line-height: 1.7em;
  padding-right: 5px;
}

label.IATS_RadioPaymentLabel {
  font-size: 20px !important;
}

select.IATS_PaymentReoccurringInputField {
  color: #746a6b;
  background: none;
  border: 1px solid rgba(116, 106, 107, 0.5) !important;
  width: 75% !important;
  border-radius: 3px;
  padding: 8px !important;
  margin: 5px 0;
  font-size: .8em;
  height: 2.5em;
  float: right;
  margin-right: 4px;
}

input.IATS_PaymentDateInputField {
  color: #746a6b;
  background: none;
  font-size: .7em;
  border: 1px solid rgba(116, 106, 107, 0.5) !important;
  width: 75% !important;
  border-radius: 3px;
  padding: 8px !important;
  float: right;
  margin: 5px 0;
}

input.IATS_ACHInput, select.IATS_ACHInput {
  color: #746a6b;
  background: none;
  font-size: .7em;
  border: 1px solid rgba(116, 106, 107, 0.5) !important;
  width: 75% !important;
  border-radius: 3px;
  padding: 8px !important;
  float: right;
  margin: 5px 0;
}

input.IATS_ACHInput:focus, select.IATS_ACHInput:focus {
  background-color: rgba(116, 106, 107, 0.1);
}

input.IATS_AccountNumberField {
  color: #746a6b;
  background: none;
  font-size: .7em;
  border: 1px solid rgba(116, 106, 107, 0.5) !important;
  width: 75% !important;
  border-radius: 3px;
  padding: 8px !important;
  float: right;
  margin: 5px 0;
}

div.IATS_PaymentItemDiv {
  text-align: right !important;
}

.IATS_ExpiryMonthField.IATS_InputRequired, .IATS_ExpiryYearField.IATS_InputRequired {
  color: #746a6b;
  border: 1px solid rgba(116, 106, 107, 0.5) !important;
  width: 37% !important;
  border-radius: 3px;
  padding: 8px !important;
  font-size: .8em;
  height: 2.5em;
  /* float: right; */
  margin-right: 8px;
}

div.IATS_SecureDataDiv {
  font-size: 18px !important;
}

input.IATS_AccountNumberField:focus {
  background-color: rgba(116, 106, 107, 0.1);
}

select.IATS_ACHInput {
  font-size: .8em;
  height: 2.5em;
}

input.IATS_CVV2Field {
  color: #746a6b;
  background: none;
  font-size: .7em;
  border: 1px solid rgba(116, 106, 107, 0.5) !important;
  width: 75% !important;
  border-radius: 3px;
  padding: 8px !important;
  float: right;
  margin: 5px 0;
}

input.IATS_CVV2Field:focus {
  background-color: rgba(116, 106, 107, 0.1);
}

.IATS_CVV2Field.IATS_InputRequired img {
  display: inline-block !important;
}

#IATS_Payment_ACHAgreementCheckbox {
  width: auto !important;
}

button.IATS_Action {
  /* display: table-cell!important; */
  color: #fff;
  -webkit-transform: scale(1, .9);
  -ms-transform: scale(1, .9);
  transform: scale(1, .9);
  background-color: #1e4bab;
  text-decoration: none;
  width: auto;
  text-align: center;
  padding: 10px 90px !important;
  font-size: 32px !important;
  margin: 0 !important;
  outline: none;
  /* margin: 0 40% !important; */
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

button.IATS_Action:hover {
  background-color: #05308b;
}

span.IATS_PaymentLabelOnLeft.IATS_PaymentItemErrorMessage {
  padding-top: 25px;
  font-size: 18px !important;
}

.IATS_PaymentLabelOnLeft.IATS_PaymentMinimumErrorMessage {
  font-size: 18px !important;
}

.IATS_ErrorMessage {
  font-size: 22px !important;
}

#IATS_ErrorMessageSpan {
  margin-left: 20px;
}

#IATS_PaymentItemErrorMesssage_Min0 {
  margin-left: 0 !important;
}

#IATS_Payment_ExpiryDateErrorMessage {
  padding-top: 10px !important;
}

#IATS_CAPTCHADiv {
  display: table;
  margin: 0 auto;
}

span.IATS_Action {
  display: table !important;
  margin: 0 auto !important;
  text-align: center;
}

@media only screen and (min-width: 321px) and (max-width: 440px) {

  /* button.IATS_Action {
    margin: 0 8% !important;
  } */
  .IATS_PaymentLabelOnLeft.IATS_PaymentItemErrorMessage {
    margin-left: 145px !important;
  }

  #IATS_NACHPolicyMoreInfoDiv, #IATS_NACHStatementDiv {
    left: 45% !important;
  }

  .payment h2 {
    font-size: 1.3em;
  }

  .payment h3 {
    font-size: 0.7em;
  }

  #IATS_ErrorMessageSpan {
    margin-left: 15px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 321px) {

  /* button.IATS_Action {
    margin: 0 8% !important;
  } */
  #IATS_CAPTCHADiv {
    margin-left: -10px;
  }

  .IATS_PaymentLabelOnLeft.IATS_PaymentItemErrorMessage {
    margin-left: 145px !important;
  }

  #IATS_NACHPolicyMoreInfoDiv, #IATS_NACHStatementDiv {
    left: 45% !important;
  }

  .payment h2 {
    font-size: 1.3em;
  }

  .payment h3 {
    font-size: 0.7em;
  }

  #IATS_ErrorMessageSpan {
    margin-left: 15px !important;
  }
}

/* -- Calendar -- */
#tcal {
  width: 350px !important;
}

#tcalGrid td.tcalWeekend {
  background-color: #226ab4 !important;
  color: #fff !important;
}

#tcalGrid td.tcalToday {
  border: 0 !important;
}

#tcalGrid td.tcalSelected {
  background-color: #69AE18 !important;
  color: #fff !important;
}

#IATS_Payment_ACHAgreementCheckbox {
  margin-right: 10px;
}

#IATS_Payment_ACHAgreementDiv {
  font-size: 18px;
  line-height: 1.3em;
  text-align: center !important;
  -webkit-transform: scale(1, .9);
  -ms-transform: scale(1, .9);
  transform: scale(1, .9);
}

#IATS_Payment_ScheduleType, #IATS_Payment_ExpiryYear, #IATS_Payment_ExpiryMonth, #IATS_Payment_DebitAccountType {
  padding-top: 2px !important;
}

@media only screen and (max-width: 960px) {
  .IATS_AccountNumberField.IATS_InputRequired, .IATS_ACHInput.IATS_InputRequired, #IATS_Payment_ScheduleType {
    width: 100% !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .IATS_AccountNumberField.IATS_InputRequired, .IATS_ACHInput.IATS_InputRequired, #IATS_Payment_ScheduleType, div#IATS_PaymentSectionDiv.IATS_PaymentDiv {
    width: 100% !important;
  }

  .wrapper.site-content>.container, .wrapper.site-content>.container>.sixteen.columns {
    width: 100%;
    padding: 0;
  }

  .payment {
    margin: 0;
    padding: 40px 10px;
  }

  .wrapper {
    padding: 0;
  }
}

/* wp custom styles */
#yith_wc_donations_form-2 input.ywcds_amount {
  max-width: calc(301px);
}

#yith_wc_donations_form-2 input.ywcds_submit_widget {
  background-color: #69AE18;
  color: white;
  font-size: 24px;
  border: none;
  padding: 8px 86px;
}

.donations h3 {
  margin-bottom: 10px;
}

#yith_wc_donations_form-3 input.ywcds_amount {
  max-width: calc(301px);
}

#yith_wc_donations_form-3 input.ywcds_submit_widget {
  background-color: #69AE18;
  color: white;
  font-size: 24px;
  border: none;
  padding: 8px 86px;
}

.prepay table tbody tr:first-child td select {
  display: none;
}

.prepay table tbody tr:nth-child(2) td input {
  width: 300px;
}

.prepay table tbody tr:last-child td input {
  font-size: 24px;
  background-color: #69AE18;
  color: white;
  border: none;
  padding: 8px 83px;
  margin-top: 10px;
  width: 300px;
}

.input-text {
  border: solid 1px;
  padding: 15px;
  height: 50px
}

.woocommerce {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 0;
  height: 50px;
  padding: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

td.actions {
  display: none;
}

.woocommerce a.remove {
  line-height: 0.88em;
}

.cart_totals {
  margin-bottom: 60px;
}

label.IATS_EventTitle {
  display: none;
}

div#IATS_PaymentBoxDiv {
  width: 1200px;
  margin: 0 auto;
  font-family: "aaux-next", sans-serif !important;
  font-weight: 300 !important;
}

#IATS_AmountSectionDiv {
  display: -ms-grid;
  display: grid
}

#IATS_AmountSectionDiv .IATS_AmountSectionTitle {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: amount;
}

#IATS_AmountSectionDiv .IATS_AmountItemDiv td {
  font-size: 24px;
  width: 100%;
}

#IATS_AmountSectionDiv .IATS_AmountItemDiv:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: l1;
}

#IATS_AmountSectionDiv .IATS_AmountItemDiv:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: l2;
}

#IATS_AmountSectionDiv .IATS_AmountItemDiv:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: l3;
}

#IATS_AmountSectionDiv .IATS_AmountItemDiv:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  grid-area: l4;
}

#IATS_AmountSectionDiv .IATS_AmountItemDiv:nth-child(6) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 5;
  grid-area: l5;
}

#IATS_AmountSectionDiv .IATS_AmountItemDiv:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 6;
  grid-area: l6;
}

#IATS_AmountSectionDiv .IATS_AmountItemDiv:nth-child(8) {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 7;
  grid-area: l7;
}

#IATS_AmountSectionDiv .IATS_AmountItemDiv:nth-child(9) {
  grid-area: l8;
}

#IATS_AmountSectionDiv .IATS_AmountItemDiv:nth-child(10) {
  grid-area: l9;
}

#IATS_AmountSectionDiv .IATS_AmountItemDiv:nth-child(11) {
  grid-area: l10;
}

#IATS_AmountSectionDiv {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 80px 60px;
  grid-template-rows: 80px 60px;
      grid-template-areas:
    "amount . . . . . ."
    "l1 l2 l3 l4 l5 l6 l7"
    /*     "l6 l7 l8 l9 l10" */
  ;
}

#IATS_AmountSectionDiv label.IATS_RadioAmtLabel {
  display: none;
}

a.donation_button_link {
  display: block;
  width: 300px;
  background-color: #69AE18;
  padding: 8px;
  color: white;
  text-align: center;
}

#IATS_Payment_PaymentFrequencyDiv {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: pf;
  padding-left: 0;
  margin-top: 0px;
}

#IATS_Payment_PaymentAccountInputDiv {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: ccbw;
}

#IATS_PaymentSectionDiv {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
      grid-template-areas:
    "pay_info pay_info . . . ."
    "fn fn ln ln e e"
    "pf pf ccbw ccbw ccbw .";
}

span.IATS_PaymentSectionTitle {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: pay_info;
  margin-bottom: 20px !important;
}

#IATS_PaymentItemDiv_FirstName {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: fn;
}

#IATS_PaymentItemDiv_LastName {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: ln;
}

#IATS_PaymentItemDiv_EMail {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-area: e;
}

span.IATS_PaymentSectionNote {
  display: none !important;
}

#IATS_Payment_PaymentFrequencyDiv>input {
  margin-right: 10px;
}

#IATS_Payment_PaymentFrequencyDiv>label {
  margin-right: 30px;
}

#IATS_Payment_AccountTypeDiv {
  padding-left: 0;
  margin-top: 0px
}

#IATS_Payment_AccountTypeDiv>input {
  margin-right: 10px;
}

#IATS_Payment_AccountTypeDiv>label {
  margin-right: 30px;
}

#IATS_PaymentSectionDiv label.IATS_PaymentLabelOnLeft {
  float: left;
  width: auto;
  padding-left: 0.1em;
  padding-right: 20px;
}

div#IATS_PaymentBoxDiv span.IATS_PaymentSectionTitle, div#IATS_PaymentBoxDiv span.IATS_AmountSectionTitle {
  font-weight: normal;
}

div#IATS_PaymentBoxDiv label.IATS_RadioPaymentLabel {
  font-weight: 300;
}

div#IATS_PaymentBoxDiv label.IATS_InputRequired {
  font-weight: 300;
}

button#IATS_ProcessAction_Button {
  font-size: 0.9em;
  padding: 0.2em 3em;
  background-color: #69AE18;
  border: none;
  color: white;
}

#IATS_AmountListItem_NewOtherAmount0 {
  margin-left: 0;
  width: 195px;
  border: 1px black solid;
}

#IATS_AmountListItemDiv_Other0 label {
  display: inline-block !important;
  height: 40px;
  margin: 0;
  margin-right: 10px;
}

#IATS_AmountListItemDiv_Other0 {
  width: 451px;
  margin-top: -3px
}

span.IATS_AmountSpan {
  padding: 0 0 0 2px !important;
  display: inline;
  margin-top: 5px;
}

@media only screen and (max-width:1199px) {
  div#IATS_PaymentBoxDiv {
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    font-family: "aaux-next", sans-serif !important;
    font-weight: 300 !important;
  }
}

#IATS_AmountSectionDiv {
  display: -ms-grid;
  display: grid
}

#IATS_AmountSectionDiv .IATS_AmountSectionTitle {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: amount;
  font-size: 28px;
  text-align: center;
}

#IATS_AmountSectionDiv .IATS_AmountItemDiv td {
  font-size: 15px;
  width: 100%;
}

#IATS_AmountSectionDiv .IATS_AmountItemDiv:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: l1;
}

#IATS_AmountSectionDiv .IATS_AmountItemDiv:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: l2;
}

#IATS_AmountSectionDiv .IATS_AmountItemDiv:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: l3;
}

#IATS_AmountSectionDiv .IATS_AmountItemDiv:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  grid-area: l4;
}

#IATS_AmountSectionDiv .IATS_AmountItemDiv:nth-child(6) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 5;
  grid-area: l5;
}

#IATS_AmountSectionDiv .IATS_AmountItemDiv:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 6;
  grid-area: l6;
}

#IATS_AmountSectionDiv .IATS_AmountItemDiv:nth-child(8) {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 7;
  grid-area: l7;
}

#IATS_AmountSectionDiv .IATS_AmountItemDiv:nth-child(9) {
  grid-area: l8;
}

#IATS_AmountSectionDiv .IATS_AmountItemDiv:nth-child(10) {
  grid-area: l9;
}

#IATS_AmountSectionDiv .IATS_AmountItemDiv:nth-child(11) {
  grid-area: l10;
}

#IATS_AmountSectionDiv {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 60px 30px 30px 30px 30px 30px 35px;
  grid-template-rows: 60px 30px 30px 30px 30px 30px 35px;
      grid-template-areas:
    "amount"
    "l1"
    "l2"
    "l3"
    "l4"
    "l5"
    "l6"
    "l7"
  ;
}

#IATS_AmountSectionDiv label.IATS_RadioAmtLabel {
  display: none;
}

span.IATS_AmountSpan {
  padding: 0 0 0 4px !important;
  display: inline;
  margin-top: 5px;
}

#IATS_Payment_PaymentFrequencyDiv {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: pf;
  padding-left: 0;
  margin-top: 0px;
}

#IATS_Payment_PaymentAccountInputDiv {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: ccbw;
}

#IATS_PaymentSectionDiv {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
      grid-template-areas:
    "pay_info"
    "fn"
    "ln"
    "e"
    "pf"
    "ccbw";
}

span.IATS_PaymentSectionTitle {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: pay_info;
  margin-bottom: 20px !important;
}

#IATS_PaymentItemDiv_FirstName {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: fn;
}

#IATS_PaymentItemDiv_LastName {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: ln;
}

#IATS_PaymentItemDiv_EMail {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-area: e;
}

#IATS_PaymentSectionDiv label.IATS_PaymentLabelOnLeft {
  float: left;
  width: auto;
  padding-left: 0.1em;
  padding-right: 120px;
  font-size: 16px;
  line-height: 20px;
}

#IATS_PaymentSectionDiv .IATS_PaymentSectionTitle {
  font-size: 24px;
  text-align: center;
}

#IATS_PaymentSectionDiv .IATS_PaymentItemDiv>input {
  width: 100%;
}

#IATS_PaymentSectionDiv .IATS_PaymentItemDiv>select {
  width: 50%;
}

#IATS_Payment_PaymentFrequencyDiv label {
  font-size: 16px;
}

#IATS_Payment_AccountTypeDiv label {
  font-size: 16px;
}

#IATS_Payment_PaymentFrequencyDiv>input {
  margin-right: 5px;
}

#IATS_Payment_AccountTypeDiv>input {
  margin-right: 5px;
}

button#IATS_ProcessAction_Button {
  font-size: 0.9em;
  padding: 0.2em 35%;
  background-color: #69AE18;
  border: none;
  color: white;
}

div#IATS_PaymentBoxDiv span.IATS_PaymentLabelOnLeft.IATS_PaymentItemErrorMessage {
  display: none;
  font-size: 0.9em;
  color: red;
  margin-left: 0;
  font-size: 16px;
}

div#IATS_PaymentBoxDiv span.IATS_ErrorMessage {
  margin: 0;
  font-size: 16px;
  line-height: 5px;
}

#IATS_AmountListItem_NewOtherAmount0 {
  margin-left: 0;
  width: 270px;
}

#IATS_AmountListItemDiv_Other0 label {
  display: block !important;
  height: 40px;
  margin: 0;
  margin-right: 10px;
  font-size: 16px;
  margin-bottom: -10px;
}

#IATS_AmountListItemDiv_Other0 {
  width: auto;
  margin-top: -3px;
}

#IATS_PaymentSectionDiv select.IATS_InputRequired, #IATS_PaymentItemInput_Item1 .IATS_PaymentInputField .IATS_InputRequired {
  /* border: 1px solid #333; */
  /* height: 45px; */
  color: #746a6b;
  background: none;
  font-size: 0.7em;
  border: 1px solid rgba(116, 106, 107, 0.5);
  width: 100%;
  border-radius: 3px;
  padding: 2px;
  padding-left: 8px;
  float: right;
  margin-bottom: 5px;
  margin-top: 5px;
  height: 45px;
  background-position: center right !important;
}
