/*
Author: Christopher Michael Pastore
Author URI: https://ChrisPastore.com/
Version: 1.0
*/
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* START GLOBAL STYLES */
@media all {
  body {
    padding-bottom: 60px;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #000000;
  }
  .lead,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol {
    color: #000;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.3em;
    color: #000000;
  }
  h1 {
    font-size: 28px;
    color: #cc0000;
  }
  p {
    color: #000;
  }
  a {
    text-decoration: underline;
  }
  a:hover,
  a:focus {
    text-decoration: none;
  }
  .content-container {
    padding: 0;
    background: #ffffff;
  }
  .logos {
    margin-top: 20px;
  }
  .content-main {
    margin-bottom: 20px;
  }
  .content-form {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    background: #00760b;
  }
  .content-form a h3 {
    color: #ffffff;
  }
  label {
    font-size: 15px;
    font-weight: 400;
  }
  #email {
    text-transform: lowercase;
  }
  .button-submit {
    margin-top: 10px;
    width: 100%;
    background: #00760b !important;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
  }
  .button-submit:hover,
  .button-submit:focus {
    background: #008b00 !important;
    color: #ffffff;
  }
  .btn-success {
    color: #ffffff !important;
    background-color: #00760b;
  }
  .error {
    margin: 0px;
    padding: 0px;
    text-align: center;
  }
  .error ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  .error ul li {
    text-align: center;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: red;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5em;
  }
  .req {
    color: red;
    font-weight: 700;
    text-transform: uppercase;
  }
  label.error {
    padding-left: 5px;
    padding-right: 5px;
    background-color: red;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5em;
    text-transform: uppercase;
  }
  .alert-danger {
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #cc0000;
    font-size: 23px;
    color: #ffffff;
  }
  .message {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
  }
  input[type=date].form-control {
    line-height: 24px;
  }
  fieldset {
    margin-bottom: 20px;
    background: #eceff1;
  }
  .form-control:hover,
  .form-control:focus {
    background: #ffeeaa;
  }
  legend {
    margin: 0 0 5px 0;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 700;
    background: #cfd8dc;
    color: #222222;
  }
  .add {
    margin-left: 15px;
    padding-left: 0;
    text-align: left;
  }
  .add a {
    padding: 5px;
    font-size: 17px;
    background-color: greenyellow;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
  }
  .add a small {
    vertical-align: bottom;
  }
  .question {
    font-weight: 700;
  }
  .hilite {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #cfd8dc;
  }
  .hilite2 {
    padding-bottom: 17px;
    padding-top: 10px;
    background-color: greenyellow;
  }
  .checkbox2 {
    margin-top: -30px !important;
  }
  .outliner {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #999999;
    background-color: #cfd8dc;
  }
  .sup {
    margin-top: 5px;
  }
  fieldset.outliner .form-group {
    margin-bottom: 0px !important;
  }
  .attention {
    display: block;
    padding: 5px;
    background-color: greenyellow;
    font-size: 20px;
  }
  .attention2 {
    display: block;
    padding: 5px;
    background-color: greenyellow;
    font-size: 16px;
  }
  .help-block {
    margin-top: 0px;
    font-size: 14px;
  }
  .plugs {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    background-color: #cccccc;
  }
  .plugs img {
    margin-bottom: 5px;
  }
}
/* END GLOBAL STYLES */

/* START PORTRAIT PHONES and SMALLER */
@media (max-width: 480px) {}
/* END PORTRAIT PHONES and SMALLER */

/* START LANDSCAPE PHONES and PORTRAIT TABLETS */
@media (max-width: 767px) {}
/* END LANDSCAPE PHONES and PORTRAIT TABLETS */

/* START PORTRAIT TABLETS and SMALL DESKTOPS / LAPTOPS */
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
  .form-header h3 {
    font-size: 27px;
  }
  .button-submit {
    font-size: 20px;
  }
  .error ul li {
    font-size: 18px;
  }
}
/* END PORTRAIT TABLETS and SMALL DESKTOPS / LAPTOPS */

/* START LANDSCAPE TABLETS and MEDIUM DESKTOPS / LAPTOPS */
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 52px;
  }
  .button-submit {
    font-size: 20px;
  }
  .error ul li {
    font-size: 18px;
  }
}
/* END LANDSCAPE TABLETS and MEDIUM DESKTOPS / LAPTOPS */

/* START LARGE DESKTOPS / LAPTOPS */
@media (min-width: 1200px) {
  h1 {
    font-size: 65px;
  }
  .message {
    font-size: 27px;
  }
  .content-main {
    padding-left: 0;
  }
  .content-side {
    padding-right: 0;
  }
  .form-header h3 {
    font-size: 38px;
  }
  .button-submit {
    font-size: 20px;
  }
  .error ul li {
    font-size: 18px;
  }
}
/* END LARGE DESKTOPS / LAPTOPS */
