body {
  width: 100% !important;
  min-width: 100%;
  margin: 0;
  padding: 0;
  background: #bef2fd;
  font-family: 'Montserrat', sans-serif;
}
.main-content-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
header img {
  width: 100%;
}
.copy-wrapper {
  background-color: #fef9fb;
  display: block;
}
.copy-wrapper .copy {
    width: 80%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 70px 0;
}
h2 {
  font-size: 35px;
  color: #0392b0;
  font-weight: 500;
  text-align: center;
}
.medium {
  display: none;
}
.copy li {
  font-size: 22px;
  padding: 10px 0 10px 15px;
  font-weight: 500;
  line-height: 30px;
}
.design-image {
  width: 100%;
  text-align: center;
}
.design-image img {
  width: 100%;
}
h3 {
  font-size: 35px;
  font-weight: 500;
  color: #b657e7;
  margin-bottom: 0;
}
h5 {
  font-size: 28px;
  font-weight: 500;
  color: #b657e7;
  margin-bottom: 0;
  margin-top: 10px;
}
p{
  font-weight: 500;
  color: #000;
  font-size: 22px;
  margin: 5px 0;
  line-height: 30px;
}
.text-center {
  text-align: center;
}
.additional {
  margin-top: 30px;
}
.additional h4 {
  font-size: 28px;
  font-weight: 800;
  color: #2889a9;
  margin-bottom: 0;
}
.additional p {
  font-size: 25px;
  font-weight: 400;
  color: #2889a9;
  margin-bottom: 30px;
  line-height: 1.4;
}

.additional .col-left a {
    font-size: 25px;
  font-weight: 800;
  color: #2889a9;
  text-decoration: none;
}
.additional .col-right p a {
    color: #812991;
    font-weight: 600;

}
.additional .col-left {
    width: calc(60% - 7px);
}
.additional .col-right{
    width: calc(40% - 37px);
    padding-left: 30px;
}
form {
  display: block;
  margin: 50px auto;
}
.col-left {
  width: calc(50% - 7px);
  display: inline-block;
  vertical-align: top;
}
.col-center {
  width: 14px;
  display: inline-block;
  vertical-align: top;
}
.col-right {
  width: calc(50% - 20px);
  display: inline-block;
  vertical-align: top;
}
input[type="text"], input[type="email"] {
  width:calc(100% - 60px);
  border: 1px solid #d7d7d7;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px;
  color: #5b5b5b;
  font-weight: 100;
  padding: 17px 30px;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}
button:focus, input:focus, textarea:focus {outline:0;}
input::placeholder {
  color: #5b5b5b;
  font-weight: 100;
}
input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5b5b5b;
  font-weight: 100;
}
input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #5b5b5b;
  font-weight: 100;
}
input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #5b5b5b;
  font-weight: 100;
}
input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #5b5b5b;
  font-weight: 100;
}

input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5b5b5b;
  font-weight: 100;
}
input[type="email"]::-moz-placeholder { /* Firefox 19+ */
  color: #5b5b5b;
  font-weight: 100;
}
input[type="email"]:-ms-input-placeholder { /* IE 10+ */
  color: #5b5b5b;
  font-weight: 100;
}
input[type="email"]:-moz-placeholder { /* Firefox 18- */
  color: #5b5b5b;
  font-weight: 100;
}

input.full {
  width:calc(100% - 65px);
  margin-bottom: 70px;
}


input[type="radio"] {
      display:none;
  }
  input[type="radio"] + label .fake-radio {
      display:inline-block;
      width:40px;
      height:40px;
      margin:-2px 10px 0 0;
      vertical-align:middle;
      background:url("../images/radio-btn.gif") left top no-repeat;
      cursor:pointer;
  }
  input[type="radio"]:checked + label .fake-radio {
      background:url("../images/radio-btn-checked.gif") left top no-repeat;
  }
  .other-amount {
    display: none;
    
  }
  #r07:checked ~ .other-amount {
    display: block;
  }
  .other-amount input {
    width: 50%;
  }
  input[type="checkbox"] {
      display:none;
  }
  input[type="checkbox"] + label .fake-radio {
      display:inline-block;
      width:40px;
      height:40px;
      margin:-2px 10px 0 0;
      vertical-align:middle;
      background:url("../images/radio-btn.gif") left top no-repeat;
      cursor:pointer;
  }
  input[type="checkbox"]:checked + label .fake-radio {
      background:url("../images/radio-btn-checked.gif") left top no-repeat;
  }
  .radio-text {
    font-size: 20px;
    font-weight: 100;
    width: 80%;
    vertical-align: top;
    display: inline-block;
  }

  h4 {
    color: #b657e7;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .address-text {
    font-size: 20px;
    font-weight: 100;
  }
  textarea {
   resize: none;
   width:calc(100% - 60px);
  border: 1px solid #d7d7d7;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px;
  color: #5b5b5b;
  font-weight: 100;
  padding: 17px 30px;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
  height: 150px;
  margin-top: 20px;
}
.button-container {
  text-align: left;width: 100%;margin-top: 1.2rem;
}
input[type=submit] {
  border-radius: 5px;
  border: 0;
  width: 166px;
  height:45px;
  font-family: 'Montserrat', sans-serif;
  color:#fff;
  background: #3cb7dc;
  font-weight: 500;
  font-size:15px;
  text-transform: uppercase;
}
input[type=submit]:hover {background: #31718c; cursor: pointer;}

a.blue-btn {
  border-radius: 5px;
  border: 0;
  width: 166px;
  height:45px;
  font-family: 'Montserrat', sans-serif;
  color:#fff;
  background: #3cb7dc;
  font-weight: 500;
  font-size:15px;
  text-transform: uppercase;
  padding: 12px 20px;
  text-decoration: none;
}
a.blue-btn:hover {background: #31718c; cursor: pointer;}
footer {
  background-color: #2889a9;
  color: #fff;
  overflow: hidden;
  padding:20px 0;
}
footer .footer-content {
  width: 90%;
  max-width: 1130px;
  display: block;
  margin: 30px auto 0 auto;
}
.footer-left {
  display: inline-block;
}
.footer-left p{
  font-size: 18px;
  color: #fff;
  margin: 37px 0 0 0;

}
.footer-left p.smaller {
  font-size: 16px;

}
.footer-right {
  float: right;
  text-align: left;
}
.sm {
  display: inline-block;
  margin: 20px 5px 40px 0;
}
.footer-right {
  float: right;
  text-align: left;
}
.footer-right p{
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.footer-right a{
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
.mobile-only {
  display: none;
}
.radio-check {
    display: block;
    height:40px;
  }
@media only screen and (max-width: 1240px ) {
    .medium {
      display: block;
    }
    .large {
      display: none;
    }
    .footer-right {
      float: none;
    }
    .sm {
        display: inline-block;
        margin: 40px 5px 40px 0;
    }
  }
@media only screen and (max-width: 1100px ) {
    .footer-right {
      float: none;
    }
    .sm {
        display: inline-block;
        margin: 40px 5px 40px 0;
    }
  }
@media only screen and (min-width: 767px ) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }

}
@media only screen and (max-width: 767px ) {
  .footer-right {
      float: none;
    }
    h2 {
    font-size: 24px;
  }
  .copy li {
    font-size: 14px;
    padding: 10px 0 10px 10px;
    line-height: 23px;
  }
  ul {
    margin-left: -24px;
  }
  h3 {
    font-size: 20px;
  }
  h5 {
    font-size: 17px;
  }
   h4 {

    font-size: 14px;

    margin-bottom: 20px;
    margin-top: 30px;
  }
  p {
    font-weight: 500;
    color: #000;
    font-size: 12px;
    margin: 5px 0;
    line-height: 23px;
  } 
  .radio-check {
    display: block;
    height:23px;
  }
  input[type="text"], input[type="email"]  {
    width: 89%;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    padding: 11px 17px;
    font-size: 13px;
    margin-bottom: 20px;
  }
  .col-left, .col-right, .additional .col-left, .additional .col-right  {
    display: block;
    width: 100%;
  }
  .additional h4 {
  font-size: 18px;

}
.additional p {
  font-size: 16px;

  line-height: 1.2;
}

.additional .col-left a {
    font-size: 16px;

}

.additional .col-right {
  padding-left: 0;
}
.additional .col-right p {
  margin-bottom: 0;
}
  .radio-text {
    font-size: 14px;
  }
  input[type="radio"] + label .fake-radio, input[type="checkbox"] + label .fake-radio {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url(../images/radio-btn.gif) left top no-repeat;
    background-size: contain !important;
    cursor: pointer;
  }
  .address-text {
    font-size: 14px;
    margin: 5px 0;
    line-height: 23px;
  }
  .footer-left img {
    width: 100%;
  }
  .footer-left p {
    font-size: 12px;
    margin: 37px 0 0 0;
  }
  .footer-left p.smaller {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 30px;
}
  .sm {
    display: inline-block;
    margin: 20px 5px 20px 0;
  }
  .sm img {
    height:30px;
    width:30px;
  }
  .footer-right {
    float: none;
  }
  .footer-right p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .footer-right a {
    font-size: 14px;
  }
}