@font-face {
    font-family: GHEAGrpalatReg;
    src: url(/static/main/fonts/GHEAGrpalatReg.otf);
}

@font-face {
    font-family: GHEAGrpalatBld;
    src: url(/staic/main/fonts/GHEAGpalatBld.otf);
}

html {
    overflow-y: scroll;
    height: 100%;
}

body {
    font-family: GHEAGrpalatReg, arial, helvetica, sans-serif, tahoma, verdana;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a:link,
a:visited {
    color: #2764be;
    transition: all 500ms;
}

a:hover {
    text-decoration: none;
    color: #ff6600;
}

h1 {
    font-size: 24px;
    color: #f1f7ff;
    text-shadow: 1px 1px 2px #1d365a;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 40px;
    text-align: center;
    max-width: 500px;
    float: left;
    margin-top: 90px;
    margin-bottom: 40px;
}

.header {
    margin: 0 auto;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    background: #1b264e;
    float: left;
    background: linear-gradient(to top, #3269ad, #14426f);
    box-shadow: 0px 5px 100px -10px rgba(17, 40, 65, 1);
}

.banner-container {
    margin: 0 auto;
    width: 100%;
    text-transform: uppercase;
    background: -webkit-linear-gradient(top, #235195 0%, #07264d 120%);
    box-shadow: 0px 5px 100px -10px rgba(17, 40, 65, 0.5);
    text-align: center;
}

.container {
    padding: 0;
    margin: 0 auto;
    min-width: 200px;
    max-width: 1400px;
    padding-left: 24px;
    padding-right: 24px;
}

.container h2 {
    font-size: 26px;
    color: #376eb0;
    font-weight: lighter;
    text-align: center;
    margin-top: 40px;
}

.container h3 {
    font-size: 18px;
    color: #fff;
    font-weight: lighter;
}

.container h4 {
    font-size: 18px;
    color: #3d4248;
    font-weight: normal;
    margin-bottom: 12px;
    max-width: 380px;
}

.container p {
    color: #616b75;
    line-height: 21px;
}

.banner {
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    color: #374579;
}

.banner img {
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
}

.banner div {
    display: inline-block;
}

.footer {
    width: 100%;
    background-color: #243e64;
    text-align: center;
}

.footer img {
    width: 50px;
}

.how-to-report {
    margin: 0 auto;
    width: 100%;
    background-color: #fafbfd;
    float: left;
    border-top: 1px solid #e5e7ea;
    border-bottom: 1px solid #e5e7ea;
    margin-top: 40px;
    padding-bottom: 40px;
}

.table {
    min-width: 200px;
    max-width: 1400px;
    border-spacing: 0;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    display: table;
}

.header-left {
    vertical-align: top;
    padding: 0;
    display: table-cell;
    padding-left: 100px;
    background: url(/static/main/images/bgg.png) no-repeat;
}

.header-left img {
    vertical-align: middle;
    margin-top: 8px;
    margin-bottom: 6px;
}

.header-right {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

.header-right img {
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 7px;
    width: 26px;
    height: 16px;

}

.bvi-open img {
    margin-right: 15px;
}

.button {
    text-align: center;
    min-width: 140px;
}

.button a:link,
.button a:visited {
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 0 22px 0 22px;
    display: inline-block;
    height: 48px;
    background-color: #bc2a47;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.button a:hover {
    background: #ffa82b;
    color: #2e2824;
}


.hr {
    width: 100%;
    height: 1px;
    border-top: 1px #d1d8dd solid;
    margin-top: 20px;
    margin-bottom: 20px;
}

.clear {
    clear: both;
    line-height: 0px;
}

.wrapper {
    transition: all 0.3s ease-out;
}

.report-methods-container {
    margin-top: 24px;
}

.report-method-card {
    width: 33.33%;
    float: left;
}

.activity-wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #adb4c1;
    height: auto;
    border-radius: 6px;
}

.activity-wrapper img {
    width: 100%;
    display: block;
}

.activity-wrapper:hover .activity-details-container {
    top: 0;
}

.activity-wrapper:hover .activity-overlay {
    top: 0;
}

.activity-wrapper:hover .activity-details-container p {
    transform: scale(1);
    -webkit-transform: scale(1);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(1);
    /* FF3.5+ */
    -ms-transform: scale(1);
    /* IE9 */
    -o-transform: scale(1);
    /* Opera 10.5+ */
}

.activity-details-container {
    padding-left: 20px;
    position: absolute;
    z-index: 3;
    top: 77%;
    height: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.activity-details-container h2 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    text-align: left;
}

.activity-details-container p {
    color: #fff;
    font-size: 16px;
    padding-right: 20px;
    -webkit-transform: scale(0);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(0);
    /* FF3.5+ */
    -ms-transform: scale(0);
    /* IE9 */
    -o-transform: scale(0);
    /* Opera 10.5+ */
    transform: scale(0);
}

.activity-wrapper .activity-overlay {
    position: absolute;
    height: auto;
    width: 100%;
    bottom: 0;
    background-color: rgba(44, 62, 80, 0.92);
    opacity: 0.8;
    z-index: 1;
    top: 80%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.activity-details-container a {
    position: absolute;
    bottom: 9%;
    padding-left: 10px;
    padding-right: 10px;
}

.wrap1 {
    margin-right: 20px;
}

.wrap2 {
    margin-right: 10px;
    margin-left: 10px;
}

.wrap3 {
    margin-left: 20px;
}

.asterisk {
    color: #f56c6c;
    font-size: 18px;
    font-family: arial;
}

#incident-report-form-container {
    background: #fafbfd;
    border: 1px solid #d5d9e0;
    border-radius: 6px;
    padding: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.about-the-center {
    background: #fafbfd;
    border: 1px solid #d5d9e0;
    border-radius: 6px;
    padding: 30px;
}

.btn:link,
.btn:visited {
    text-decoration: none;
    width: 160px;
    height: 40px;
    background: #bc2a39;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin: auto;
}

.btn:hover {
    color: #000;
    background: #fff;
}

.big:link,
.big:visited {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    font-family: arial, helvetica, sans-serif, tahoma, verdana;
    margin-top: -20px;
    text-decoration: none;
    float: left
}

.big:hover {
    color: #ff6600;
}

input {
    width: 100%;
    margin-bottom: 10px;
    line-height: inherit;
    padding: 6px 12px;
    border: 1px solid #d5d9e0;
    border-radius: 5px;
    font-size: 16px;
}

label {
    margin-bottom: 5px;
    display: inline-block;
    font-weight: bold;
    color: #616b75;
}

select {
    margin-bottom: 10px;
    max-width: 100%;
    line-height: inherit;
    padding: 6px 12px;
    border: 1px solid #d5d9e0;
    border-radius: 5px;
    font-size: 16px;
    font-family: arial, helvetica, sans-serif, tahoma, verdana;
}

textarea {
    margin-bottom: 10px;
    width: 100%;
    height: 120px;
    line-height: inherit;
    padding: 6px 12px;
    border: 1px solid #d5d9e0;
    border-radius: 5px;
    font-size: 16px;
}

.recaptcha {
    text-align: center;
    display: inline-block;
}

.form-submit {
    width: auto;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;
    padding: 0 30px 0 30px;
    color: #fff;
    font-family: arial, helvetica, sans-serif, tahoma, verdana;
    background: #bc2a47;
}

.form-submit input[type=submit]:hover {
    background: #000 !important;
}

#form-submit input[type=submit]:hover,
.form-submit input[type=submit]:focus {
    background: #000 !important;
}

.screen-reader-response {
    display: none;
}

.form-submit:hover {
    background-color: #35a23a;
    cursor: pointer;
    box-shadow: 0px 7px 16px -7px rgba(0, 0, 0, 0.4);
}




html body .bvi-panel a.bvi-fontSize-plus::after {
    content: "A +";
    line-height: 36px;
    font-size: 16px;
}

html body .bvi-panel a.bvi-fontSize-minus::after {
    content: "A -";
    line-height: 36px;
    font-size: 16px;
}

html body .bvi-panel a.bvi-theme-black::after,
html body .bvi-panel a.bvi-theme-white::after,
html body .bvi-panel a.bvi-theme-blue::after,
html body .bvi-panel a.bvi-theme-brown::after,
html body .bvi-panel a.bvi-theme-green::after {
    content: "C";
    line-height: 36px;
    font-size: 16px;
}


.logo-flex-container {
    padding: 0;
    list-style: none;
    display: flex;
    font-size: 13px;
    color: #dde0ec;
    font-weight: normal;
}

.center {
    justify-content: center;
}

.flex-item {
    text-align: center;
    width: 100%;
}

.logo-left-text {
    display: flex;
    justify-content: end;
    align-items: center;
}

.logo-right-text {
    display: flex;
    justify-content: start;
    align-items: center;
}

.logo-flex-container img {
    display: flex;
    align-items: center;
    margin: 10px 15px 10px 15px;
}

.logo-flex-container a {
    color: #dde0ec;
    text-decoration: none;
}

.form-oneline-text-input-container {
    display: inline-block;
    max-width: 346px;
    vertical-align: top;
}

.auto-width {
    width: auto;
}

#id_attachments {
    display: none;
}

#id_attachments+label {
    border-radius: 3px;
    padding: 13px;
    position: relative;
    margin-left: 10px;
    text-align: center;
    background: #243e64;
    color: #fff;
    border: none;
    cursor: pointer;
}

#id_attachments+label:hover {
    background: #3399ff;
}

.g-recaptcha> :first-child {
    margin: auto;
}

.validation-error-massage {
    color: red;
    font-size: 90%;
}

#incident-form input,
textarea {
    margin: auto;
}

.response-area {
    text-align: center;
    padding-bottom: 22px;
    font-size: 25px;
}


.no-response {
    display: none;
}

.success-response {
    color: green;
}

.error-response {
    color: red;
}

@media (max-width: 1100px) {
    .wrap1 {
        margin-right: 10px;
    }

    .wrap2 {
        margin-right: 5px;
        margin-left: 5px;
    }

    .wrap3 {
        margin-left: 10px;
    }

    .activity-details-container h2 {
        font-size: 18px;
        line-height: 16px;
    }
}

@media (max-width: 900px) {
    .banner div {
        display: block;
        width: 100%;
    }

    .banner img {
        float: none;
        text-align: center;
    }

    h1 {
        margin-top: 50px;
    }

    .banner img {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .wrap1 {
        margin-right: 10px;
    }

    .wrap2 {
        margin-right: 5px;
        margin-left: 5px;
    }

    .wrap3 {
        margin-left: 10px;
    }
}

@media (max-width: 860px) {
    /* .logo-container {
        text-align: center;
    }

    .logo-container span {
        width: 100%;
        display: block;
    } */

    .footer {
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

@media (max-width: 800px) {
    .report-method-card {
        width: 100%;
        float: none;
    }

    .wrap1,
    .wrap2,
    .wrap3 {
        margin: 0;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 680px) {

    .header-left,
    .header-right {
        width: 100%;
        display: block;
    }

    .table {
        padding-left: 0;
        padding-right: 0;
    }

    .header-right {
        text-align: center;
    }

    .table {
        background-position: 0px 0px;
    }

    .header {
        padding: 0px;
    }

    .header-left {
        padding-left: 0px;
        text-align: center;
        border-bottom: 1px solid #5979a0;
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 24px;
        margin-top: 50px;
        line-height: 30px;
    }
}

@media (max-width: 540px) {
    h1 {
        font-size: 22px;
    }
}

@media (max-width: 500px) {
    h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .button a:link,
    .button a:visited {
        font-size: 14px;
    }
}

@media (max-width: 430px) {
    .about-the-center {
        background: none;
        border: 0;
        border-radius: 0;
    }

    #incident-report-form-container {
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 400px) {
    h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .header-left {
        min-width: 300px;
    }

    .header-left img {
        width: 160px;
    }
}

@media (max-width: 360px) {
    h1 {
        font-size: 16px;
    }
}