html,
body{
    overflow-x: hidden;
}
body {
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3{
    font-size: 24px !important;
    font-weight: bold;
    line-height: 30px;
    margin-top: 20px;
}
a {
  color: #13bee9;
  text-decoration: underline;
  cursor: pointer;
}
a:focus{
    color: inherit;
    text-decoration: none;
}
.button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.button {
  -webkit-appearance: button;
}
.top-ticker {
  padding: 10px;
  background-color: #000;
}

.ticker-text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.form-section {
  min-height: 300px;
  padding-bottom: 10px;
  padding-top: 20px;
  border-bottom: 5px solid #000;
  background-image: url('/wp-content/themes/travelnursing/img/landingpage/tn-beach-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bold-yellow {
  color: #fae712;
  font-size: 19px;
  line-height: auto;
  font-weight: 700;
}

.green-text {
  color: #71dd21;
  font-weight: 900;
}

.form-header {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fde624;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}
.form-control[name^="phone"]{
    display: inline-block;
}
.step {
  padding: 11px 10px 10px;
  background-color: #fff;
  display:none;
  line-height: 1.5em;
}

#step-available {
  display: block;
}
.step textarea{
    width: 100%;
}
.big-callout {
  display: inline-block;
  clear: none;
  background-color: #fde624;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 132px;
  line-height: 132px;
  font-weight: 700;
}
.big-callout.small {
  font-size: 52px;
  line-height: 52px;
}

.year-text {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 28px;
  font-weight: 700;
}
.months-row {
  height: auto;
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
}

.month-col {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  line-height: 20px;
  text-align: center;
}

.month-btn {
  display: block;
  margin: 2px 3px 3px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 2px;
  background-color: #e4e4e4;
  font-family: Oswald, sans-serif;
  color: #868686;
  font-size: 13px;
  text-align: center;
}

.month-btn:hover {
  position: relative;
  top: -2px;
  display: block;
  margin-top: 2px;
  box-shadow: 1px 1px 3px 0 #868686;
}

.month-btn.month-selected {
  color: #ff5200;
  border: 1px solid black;
  padding-right: 4px;
  padding-left: 4px;
}

.benefits-box {
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding: 0px;
  background-color: #fff;
}

.spacer {
  height: 10px;
}

.submit-btn {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ff5200;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 5px;
}
.submit-btn:hover{
    color: white;
    text-decoration: none;
}
#loader-img {
  margin: 0 auto;
}
label, .label-text {
  margin-bottom: 12px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-arrows {
  font-size: 44px;
}

.benefits-header {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #f85312;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

.benefits-blurb {
  padding-left: 2px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 18px;
}

.blue-text {
  color: #36d3eb;
}

.benefits-text-inner {
  padding: 10px;
}

.disclaimer-text {
  margin-top: 10px;
  color: #fff;
  font-size: 9px;
  line-height: 10px;
}

.benefit-row {
  margin-right: 0px;
  padding-right: 5px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.benefit-div {
  margin: 5px 0px 5px 5px;
  padding: 10px;
  border-left: 3px solid #4dbcdf;
  background-color: #f8f8f8;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.benefit-label {
  margin-top: 5px;
}

.body-container {
  min-height: 300px;
  margin-top: 25px;
  padding: 10px;
  background-color: transparent;
}

.trust-row {
  margin-top: 10px;
}

.big-blurb {
  font-family: Montserrat, sans-serif;
  font-size: 62px;
  line-height: 50px;
}

.big-blurb-quote {
  display: inline;
  height: 0px;
  margin-top: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #b6b6b6;
  font-size: 120px;
  line-height: 10px;
  font-style: italic;
}

.trust-img {
  float: left;
}

.trust-text {
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 4px;
  float: left;
  font-size: 10px;
  line-height: 10px;
}

.trust-block {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.body-text {
  margin-top: 0px;
}

.hero-video {
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #0098ff;
}

.checkbox-text {
  font-size: 10px;
  line-height: 12px;
}

.content-row {

  padding-bottom: 20px;
  border-bottom: 4px solid #000;
}

input[type=radio] {
  margin: 10px 5px 0 10px;
}

#available_month {
  display: none;
}

select, input[type=text] {
  width: 100%;
  height: 30px;
  font-family: Oswald, sans-serif;
  border-radius: 3px;
  margin-bottom: 5px;
}
@media (min-width: 992px){
    .container {
        width: 1020px;
    }
}
@media (max-width:991px){
  .disclaimer-text{
	  color: black;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .big-callout {
    font-size: 102px;
  }
  .big-callout:first-child{
      margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .big-callout {
    font-size: 19.5vw;
    line-height: 19.5vw;
    margin-left: 15px;
  }
  #available_month {
    display: block;
  }
  .month-col {
    display: none;
  }
}
@media (max-width: 479px) {
  .form-wrapper {
    display: block;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
