.white-copy {
  	color: #ffffff;
}
.white-copy h1 {
  color: #ffffff;
  text-shadow: 3px 3px 3px #000000;
  font-weight: bold;
  letter-spacing: 3px;
  word-spacing: 3px;
}
.white-copy h2 {
  	color: #ffffff;
}
.white-copy h3 {
  	color: #ffffff;
}
.white-copy h4 {
  	color: #ffffff;
  font-size; 20px;
}
.white-copy a {
  	color: #ffffff;
}
.white-copy {
  	color: #ffffff;
}
.hero-headline {
  color: #ffffff;
  font-size: 52px;
  line-height: 70px;
  text-align: center;
  font-weight: bold;
  margin-bottom; 30px;
  text-shadow: 1px 1px 2px #000000;
}
.hero-sub {
  font-size: 30px;
  line-height: 40px;
  text-shadow: 2px 2px 4px #000000;
  text-align: center;
}
.footer-padding {
  padding-left: 30px;
}
.widgettitle h2{
  display: none;
  color: #ffffff;
}
#wrapper-9 {
  padding-top: 8px;
}
#wrapper-10 {
  background-color: #fbb148;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}
#wrapper-10 a{
  color: #ffffff;
}
#wrapper-11 {
  background-color: #E6F3FF;
  margin-bottom: 60px;
}
#wrapper-12 {
  background-color: #3A72B8;
  padding-bottom: 40px;
}
#wrapper-25 {
  background-color: #3A72B8;
  padding-bottom: 40px;
}
.footer-logo {
  background-color: #fff;
  border-radius: 20px;
  margin-top: -60px;
  margin-bottom: 20px;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 12px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .5);
  position: relative;
  z-index: 99999999;
}
.modal-shadow {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, .3);
}
.col-md-9 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
    display: inline-block;
    margin-top: 0;
    top: 0;
    vertical-align: middle;
    margin-left: 20px;
}
}
/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  div.hero-headline {
    font-size: 36px;
    line-height: 40px;
  }
  div.hero-sub {
    font-size: 24px;
    line-height: 30px;
  }
}

