.aoviForm .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a94442;
}

.subject-ribbon{
    text-decoration: underline;  
    height: 40px;
    width: 100% !important;
    max-width: 635px !important;
    background-color: #959497;
    margin-left: -33px !important;
    padding-top: 13px !important;
    padding-left: 10px !important;
    color: white !important;
    font-family: Memphis !important;
    font-weight: 400 !important;
    hyphens: auto;
    font-size: 18px !important;
    line-height: 1.10 !important;
}
/* override link */
a {
    text-decoration: underline !important;
}



.aov-form {
    background-color: #F6F6F7;
    padding: 1rem 1.5rem !important;

}


.aov-form-control {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #2A292E;
    outline: 0;
    border: 2px solid #e9e9ea;
    max-width: 30rem;
    padding: .75rem 1rem;
    width: 100%;
    max-width: 350px;
    background-color: #fff;
}

.aov-form-control:disabled {
    background: none;
    opacity: 0.6;
    border: 2px solid #2a292e;
}

.aov-form-control:read-only {
    background: none;
    opacity: 0.6;

}

.aov-form-control:hover,
.aov-form-control:active {

    border: 2px solid #2a292e;
    outline: none;
}


.aov-btnbar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aov-btn {
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    padding: 12px 24px;
    min-width: 200px;
    max-width: 300px;
    background-color: #2A292E;
    display: flex;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px !important;


}

.aov-btn-small {
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    padding: 6px 24px;
    min-width: 200px;
    max-width: 40%;
    background-color: #2A292E;
    display: flex;
    vertical-align: middle;
    text-align: center;

}

.aov-btn:hover {
    background-color: #000;
}

.btn-text {
    font-size: 20px;
    color: white !important;
    margin: auto;
    font-family: Avenir, Arial, sans-serif;
    font-weight: 400;
}

.btn-text-small {
    font-size: 18px;
    color: white i !important;
    margin: auto;
    font-family: Avenir, Arial, sans-serif;
    font-weight: 400;
}

/* override bootstrap default behavior */
button:hover {
    outline: none;
}

button:focus {
    outline: none;
}


/* override bold text */
input+label {
    font-weight: 400 !important;
}

input[type=radio] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;

    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #eaeff1;
    margin: 0px 10px;
    border: 1px solid #959497;
    background: #FFFFFF;
}

input[type=radio]:hover {
    border: 2px solid #000000;
    background: #eaeff1;
    border-radius: 50%;
}

input[type=radio]:focus {
    background: #ffffff;
    border: 6px solid #000000 !important;
    border-radius: 50% !important;
}

input[type=radio]:checked {
    background: #ffffff;
    border: 6px solid #000000 !important;
    border-radius: 50%;
}

input[type=radio]:active:not([disabled]) {
    background: #ffffff;
    border: 6px solid #000000;
    border-radius: 50%;
}

input[type=radio]:active:disabled {
    background: #878a8c;
    border: 6px solid #000000;
    border-radius: 50%;
}

input[type=radio]:focus:not([disabled]) {
    background: #ffffff;
    border: 6px solid #000000;
    border-radius: 50%;
}



.aoviForm input[type=checkbox]+label {
    display: inline-block;
    margin-left: 10px !important;
    cursor: pointer;
    padding: 0.2em;
}



input[type=checkbox] {
    position: relative;
    cursor: pointer;
}

input[type=checkbox]:before {

    top: 0;
    left: 0;

    content: "\2714";
    border: 0.1em solid #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 25px;
    height: 25px;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    margin-top: 10px;
    color: transparent;
    transition: .2s;
    background-color: white;
}



input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 7px;
    height: 15px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 13px;
    left: 9px;
}

/* footer */
@media only screen and (min-width: 1200px) {
    .footer {
      height: 110px;
      width: auto;
      background-color: #333333;
      margin-top: auto;
      display: flex;
      justify-content: center;   
      background-image: linear-gradient(#FFF8E3, #FFF7DC);
}


    .footer-container {
      width: 1107px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-right: 300px;
      height: 100%;
   
    }
  
    .footer-social ul {
      display: flex;
      justify-content: space-between;
      margin: 0;
      padding: 0;
    }
  
    .footer-social ul li {
      list-style: none;
      margin: 7.5px;
    }
  
    .footer-social ul li a {
      font-size: 40px;
      text-decoration: none;
      color:#000000;
    }
  
    .footer-social ul li:nth-child(1) a:before {
      content: "\e90f";
      font-family: icomoon, monospace;
    }
  
    .footer-social ul li:nth-child(2) a:before {
      content: "\e911";
      font-family: icomoon, monospace;
    }
  
    .footer-social ul li:nth-child(3) a:before {     
      content: "\e912";
      font-family: icomoon, monospace;
    }
  
    .footer-social ul li:nth-child(4) a:before {
      content: "\e913";
      font-family:icomoon, monospace;
    }
  
    .footer-links a {
      font-size: 15px;
      font-family:'Memphis';
      color:#000000 !important;
      cursor: pointer;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer {
      height: 110px;
      width: auto;
      background-color: #333333;
      margin-top: auto;
      background-image: linear-gradient(to bottom right, #FFF8E3, #FFF7DC);
    }
  
    .footer-container {
      width: auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding:0px 125px 0px 9px;
      height: 100%;
    }
  
    .footer-social ul {
      display: flex;
      justify-content: space-between;
      margin: 0;
      padding: 0;
    }
  
    .footer-social ul li {
      list-style: none;
      margin: 7.5px;
    }
  
    .footer-social ul li a {
      font-size: 40px;
      text-decoration: none;
      color:#000000;
    }
  
    .footer-social ul li:nth-child(1) a:before {
      content: "\e90f";
      font-family: icomoon, monospace;
    }
  
    .footer-social ul li:nth-child(2) a:before {
      content: "\e911";
      font-family: icomoon, monospace;
    }
  
    .footer-social ul li:nth-child(3) a:before {
      content: "\e912";
      font-family: icomoon, monospace;
    }
  
    .footer-social ul li:nth-child(4) a:before {
      content: "\e913";
      font-family: icomoon, monospace;
    }
  
    .footer-links a {
      font-size: 15px;
      font-family:'Memphis';
      color:#000000 !important;
      cursor: pointer;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer {
      height: 110px;
      width: auto;
      background-color: #333333;
      margin-top: auto;
      background-image: linear-gradient(to bottom right, #FFF8E3, #FFF7DC);
    }
  
    .footer-container {
      width: auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-right: 125px;
      padding-left: 8.5px;
      height: 100%;
    }
  
    .footer-social ul {
      display: flex;
      justify-content: space-between;
      margin: 0;
      padding: 0;
    }
  
    .footer-social ul li {
      list-style: none;
      margin: 7.5px;
    }
  
    .footer-social ul li a {
      font-size: 40px;
      text-decoration: none;
      color:#000000;
    }
  
    .footer-social ul li:nth-child(1) a:before {
      content: "\e90f";
      font-family: icomoon, monospace;
    }
  
    .footer-social ul li:nth-child(2) a:before {
      content: "\e911";
      font-family: icomoon, monospace;
    }
  
    .footer-social ul li:nth-child(3) a:before {
      content: "\e912";
      font-family: icomoon, monospace;
    }
  
    .footer-social ul li:nth-child(4) a:before {
      content: "\e913";
      font-family: icomoon, monospace;
    }
  
    .footer-links a {
      font-size: 15px;
      font-family:'Memphis';
      color:#000000 !important;
      cursor: pointer;
    }
  }
  
  @media only screen and (min-width:480px) and (max-width: 767px) {
    .footer {
      height: auto;
      width: auto;
      background-color: #333333;
      margin-top: auto;
      background-image: linear-gradient(to bottom right, #FFF8E3, #FFF7DC);
    }
  
    .footer-container {
      display: flex;
      padding: 15px 0px 40px 15px;
      flex-direction: column;
    }
  
    .footer-social ul {
      display: flex;
      padding: 0;
    }
  
    .footer-social ul li {
      list-style: none;
      margin: 7.5px;
    }
  
    .footer-social ul li a {
      font-size: 40px;
      text-decoration: none;
      color:#000000;
    }
  
    .footer-social ul li:nth-child(1) a:before {
      content: "\e90f";
      font-family: icomoon, monospace;
    }
  
    .footer-social ul li:nth-child(2) a:before {
      content: "\e911";
      font-family: icomoon, monospace;
    }
  
    .footer-social ul li:nth-child(3) a:before {
      content: "\e912";
      font-family: icomoon, monospace;
    }
  
    .footer-social ul li:nth-child(4) a:before {
      content: "\e913";
      font-family: icomoon, monospace;
    }
  
    .footer-links a {
      font-size: 15px;
      font-family: 'Open sans';
      color:#000000 !important;
      cursor: pointer;
      margin-left: 6px;
    }
  }
  
  @media only screen and (max-width: 479px) {
    .footer {
      height: auto;
      width: auto;
      background-color: #333333;
      margin-top: auto;
      background-image: linear-gradient(to bottom right, #FFF8E3, #FFF7DC);
    }
  
    .footer-container {
      display: flex;
      padding: 15px 0px 40px 15px;
      flex-direction: column;
    }
  
    .footer-social ul {
      display: flex;
      padding: 0;
    }
  
    .footer-social ul li {
      list-style: none;
      margin: 7.5px;
    }
  
    .footer-social ul li a {
      font-size: 40px;
      text-decoration: none;
      color:#000000;
    }
  
    .footer-social ul li:nth-child(1) a:before {
      content: "\e90f";
      font-family: icomoon, monospace;
    }
  
    .footer-social ul li:nth-child(2) a:before {
      content: "\e911";
      font-family: icomoon, monospace;
    }
  
    .footer-social ul li:nth-child(3) a:before {
      content: "\e912";
      font-family: icomoon, monospace;
    }
  
    .footer-social ul li:nth-child(4) a:before {
      content: "\e913";
      font-family: icomoon, monospace;
    }
  
    .footer-links a {
      font-size: 15px;
      font-family: 'Memphis';
      color:#000000 !important;
      cursor: pointer;
      margin-left: 6px;
    }
  }
  
