
.contact_us {
    color: #000000;
    background-color: #FFFFFF;
}
.base {
    /*background: url(/img/contact_us_body_bg.jpg) top left no-repeat;*/
    height: 371px;
    width: 100%;
    border: 5px solid white;
    background-color: #0062ab;
    z-index: 0;
    position:absolute;
    padding: 0;
    margin: 0;
    margin-left: -5px;
}

.contact_us h1 {
    font: 26px/28px Lato;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
    background: transparent;
}
.contact_us h1.no_login {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #FFFFFF;
}
.contact_us h4 {
    font: 18px/20px Lato;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}
.contact_us h5 {
    font: 16px/18px Lato;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 120%;
}
.contact_us hr {
    border: 0;
    border-top: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 20px;
}
.contact_us hr.logged  {
    padding: 0;
}
.contact_us a {
    color: #ec914b;
    text-decoration: none;
}
.contact_us a:hover {
    text-decoration: underline;
}
.contact_us a.multiple-link {
    border-left: 1px solid #e4e4e4;
    margin-left: 5px;
    padding-left: 7px;
}
.contact_us p {
    font: 14px/16px Lato;
    font-weight: 700;
    padding-bottom: 10px;
        line-height: 150%;
}
.contact_us .fancybox {
    display: block;
    border: 1px solid #f4f4f4;
    padding: 12px 18px 16px 30px;
    -webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 1px 1px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 1px 1px rgba(50, 50, 50, 0.3);
    margin-bottom: 20px;
    width: 0px auto;
    background-color: #FFFFFF;
}
.contact_us .grid_1,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8 {
    margin-bottom: 10px;
}
.contact_us .grid_7 {
    margin-left: 20px;
}
.contact_us .grid_14 {
    padding-left: 10px;
    padding-right: 10px;
}
.contact_us .form-control {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  background-image: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact_us input[type=text], .contact_us input[type=password], .contact_us  select, .contact_us select, textarea {
    font: 14px/16px Lato !important;
    border: 1px solid #e5e5e5;
    background-color: #f6f6f6 !important;
    padding: 2px 3px;
    color: #333;
    width: 270px !important;
    margin-bottom: 10px;
}
.contact_us input:disabled.classybutton {
    cursor: default !important;
    border: 1px solid #999999;
    background: #ccc;
    background: -moz-linear-gradient(top,  #ccc 0%, #999 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(100%,#999));
    background: -webkit-linear-gradient(top,  #ccc 0%,#999 100%);
    background: -o-linear-gradient(top,  #ccc 0%,#999 100%);
    background: -ms-linear-gradient(top,  #ccc 0%,#999 100%);
    background: linear-gradient(to bottom,  #ccc 0%,#999 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#999',GradientType=0 );
}
.req {
    color: red;
}

/* Help and Support Buttons */
.contact_us h4.support-header {
    text-transform: unset;
}
.contact_us .help-support-btn {
    border: 1px solid #0066B3;
    color: #0066B3;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 16px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    width: 292px;
    height: 32px;
    background-color: white;
    border-radius: 4px;
    font-weight: 700;
    text-align: center;
    line-height: 32px;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    font-family: 'Lato';
}

.contact_us .help-support-btn:hover {
    background-color: #0066B3;
    color: white;
    text-decoration: unset;
}

.contact_us .help-support-btn-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    width:75%;
}