@font-face {
    font-family: "ChevinDemibold";
    src: url("../fonts/aqachevinpro-demibold-webfont.eot");
    src: url("../fonts/aqachevinpro-demibold-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/aqachevinpro-demibold-webfont.woff") format("woff"),
        url("../fonts/aqachevinpro-demibold-webfont.ttf") format("truetype"),
        url("../fonts/aqachevinpro-demibold-webfont.svg#webfont") format("svg");
}

@font-face {
    font-family: "ChevinMedium";
    src: url("../fonts/aqachevinpro-medium-webfont.eot");
    src: url("../fonts/aqachevinpro-medium-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/aqachevinpro-medium-webfont.woff") format("woff"),
        url("../fonts/aqachevinpro-medium-webfont.ttf") format("truetype"),
        url("../fonts/aqachevinpro-medium-webfont.svg#webfont") format("svg");
}

@font-face {
    font-family: "ChevinLight";
    src: url("../fonts/aqachevinpro-light-webfont.eot");
    src: url("../fonts/aqachevinpro-light-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/aqachevinpro-light-webfont.woff") format("woff"),
        url("../fonts/aqachevinpro-light-webfont.ttf") format("truetype"),
        url("../fonts/aqachevinpro-light-webfont.svg#webfont") format("svg");
}

main {
    margin-top: 140px;
}

.TB h1 {
    font-family: 'ChevinDemibold';
    color: #213B54;
}

.EP h1 {
    font-family: 'ChevinMedium';
    color: #412878;
}

.TB h2 {
    font-family: 'ChevinDemibold';
    font-size: 1.8em;
    color: #213B54;
}

.EP h2 {
    font-family: 'ChevinMedium';
    font-size: 1.8em;
    color: #412878;
}

.container {
    margin-bottom: 80px;
}

.support-address {
    display: flex;
    justify-items: center;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.manual-input {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.TB .btn-secondary {
    background-color: rgba(222, 224, 226, .45);
    border-color: rgb(206, 212, 218);
    color: #213B54;
}

.TB .btn-secondary:hover {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.EP .btn-secondary {
    background-color:#f2f2f2;
    border-color: rgb(206, 212, 218);
    color: #4b4b4b;
    
}

.EP .btn-secondary:hover {
    color: #4b4b4b;
    background-color:#e8e8e8;
    border-color: rgb(206, 212, 218);
}

.EP #schoolSearch {
    border-color: rgb(206, 212, 218);
}

.TB #schoolSearch {
    border-color: rgb(206, 212, 218);
}

.TB .btn-primary {
    background-color: #0093E0;
    border-color: #0093E0;
}

.TB .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #0093E0;
    border-color: #0093E0;
}

.TB .btn-primary:hover {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.EP .btn-primary {
    background-color: #2F71AC;
    border-color: #2F71AC;
    border-radius: 0px 3px 3px 0px;
}

.EP .btn-primary:hover {
    background-color: #3b86ca;
    border-color: #3b86ca;
}

.EP .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #3b86ca;
    border-color: #3b86ca;
}

.TB .btn-search {
    border-radius: 0em 2em 2em 0em;
    padding-right: 16px;
}

.faq-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.TB .faq-button-container {
    padding-left: 10px;
}

.faq-button {
    padding: 0;
    margin: 5px;
}

.TB .faq-button {
    border-radius: 2em;
    width: 160px;
}

.TB .faq-button:first-child {
    margin-right: 30px;
}

.EP .faq-button {
    border-radius: 3px;
    width: 100%
}


.faq-text {
    display: block;
    width: 100%;
    padding: 12px 25px;
    color: white;
}

.faq-text:hover {
    transition: .2s;
    color: #ffffff;
    text-decoration: none;
}

.EP .faq-text {
    padding: 12px 0;
}

.TB .faq-text {
    border-radius: 2em;
}

.TB .faq-text:hover {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.search-results-row {
    min-height: 20px;
}

.search-error-message {
    color: #ff0000 !important;
    font-weight: bold;
}

.results-pane {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
    overflow-x: hidden;
}

.address-select {
    font-size: 15px;
    padding: 5px;
    cursor: pointer;
}

.address-select:hover {
    background-color: #edf2f9;
    /*color: #ffffff;*/
}

.address {
    margin-bottom: 0.5rem;
}

.TB .address {
    color: #213B54;
}

.EP .address {
    color: #4b4b4b;
}

.rowClass0 {
    /*background-color: rgb(225, 242, 252);*/
    background-color: #f7f7f7;
}

.rowClass1 {
    background-color: #ffffff;
}

#supportForm {
    display: none;
}

.email-icon {
    height: 20px;
    width: 40px;
    text-align: center;
    padding: 10px;
}

#fileDrop {
    min-height: 120px !important;
    padding-top: 30px !important;
    font-size: 14px;
}

#fileDropList {
    border: 0px;
    padding: 0px;
    padding-top: 0px;
    margin-top: 0px;
    text-align: left !important;
}

#template {
    position: relative;
}

.file-name {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.file-size {
    font-size: 14px;
    display: inline-block;
}

.file-remove {
    display: inline-block;
    font-size: 14px;
}

.drop-stuff {
    min-height: 143px;
}

.error {
    display: none;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 8px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.TB .sub-header {
    color: #213B54;
}

.EP .sub-header {
    color: #4b4b4b;
}

.TB .post-code-message{
    display: block;
    margin: 0px 0px 0px;
    color: #213B54;
    font-style: italic;
    line-height: 1.2em;
}

.EP .post-code-message{
    display: block;
    margin: 0px 0px 0px;
    font-style: italic;
    line-height: 1.2em;
    color: #4b4b4b;
}

.simple-link {
    cursor: pointer;
}

.TB .simple-link {
    color: #0093E0;
}

.EP .simple-link {
    color: #2F71AC;
}

.TB .simple-link:hover {
    text-decoration: underline;
    color: #0093E0;
}

.EP .simple-link:hover {
    text-decoration: underline;
    color: #2F71AC;
}

header .logo {
    float: left;
    margin-top: 10px;
    width: 200px;
}

header .logo img {
    width: 100%;
}

header .text {
    float: left;
    font-family: ChevinDemibold;
    margin-left: 10px;
    margin-top: 20px;
    padding-left: 15px;
}

header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 80px;
    -moz-box-shadow: 0 1px 14px -1px rgba(6, 8, 8, 0.15);
    -webkit-box-shadow: 0 1px 14px -1px rgba(6, 8, 8, 0.15);
    box-shadow: 0 1px 14px -1px rgba(6, 8, 8, 0.15);
    padding: 10px;
    background-color: #ffffff;
}

.support-form h1 {
    font-size: 2.6rem;
    margin-block-start: -1rem;
}

.card-header,
.card-footer {
    background-color: #ffffff !important;
}

.form-label {
    font-size: .9em;
    padding-top: 3px;
}

#thankYou {
    display: none;
}

footer {
    color: #ffffff;
    position: fixed;
    bottom: 0px; left: 0px; right: 0px;
    padding: 4 dpx;
    font-size: .9em;
    text-align: center;
}

.TB footer {
    background-color: #0093DF;
}

.EP footer {
    background-color: #ffffff;
    border-top: 1px solid #DBDBDB;
}

footer .footer-nav {
    display: inline-block;
}

footer ul {
    list-style: none;
    margin: 0px 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

footer li {
    padding-left: 5px;
    padding-right: 5px;
}

.footer-nav  {
    color: #ffffff !important;
}

.TB .footer-nav a  {
    color: #ffffff !important;
    margin: 0px 15px
}

.EP .footer-nav a  {
    color: #2F71AC !important;
    margin: 0px 15px
}

@media only screen and (max-width: 600px) {
    .no-mobile {
        display: none;
    }
    #commentArea {
        width: 100%;
        height: 90px;
    }
}

@media only screen and (min-width: 600px) {
    .no-mobile {
        display: inherit;
    }
}

@media only screen and (min-width: 992px) {

    .EP .faq-button {
        width: 100%;
    }
}

.backdrop {
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
}

  .spinner-image {
    text-align: center;
    height: 100%;
    margin-top: 20%;
  }

  .fa-map-marker-alt {
      font-size: 35px;
      display: block;
      margin-bottom: 8px;
  }

  .TB .fa-map-marker-alt {
      color: #0093E0;
  }

  .EP .fa-map-marker-alt {
      color: #2F71AC;
  }

.fade-in {
    animation: fadein 0.5s;
    -moz-animation: fadein 0.5s; /* Firefox */
    -webkit-animation: fadein 0.5s; /* Safari and Chrome */
    -o-animation: fadein 0.5s; /* Opera */
  }
  @keyframes fadein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @-moz-keyframes fadein {
    /* Firefox */
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @-webkit-keyframes fadein {
    /* Safari and Chrome */
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @-o-keyframes fadein {
    /* Opera */
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .reset-captcha {
    font-size: 11px;
    cursor: pointer;
  }

  .reset-captcha:hover {
    text-decoration: underline;
  }

  .TB .container-fluid {
    background-color: #fed2cb;
    padding: 15px 0px 5px;
    text-align: center;
    margin: -58px 0px 40px;
  }

   .EP .container-fluid {
    background-color: #f4d1db;
    padding: 15px 0px 5px;
    text-align: center;
    margin: -58px 0px 40px;
  }

  .TB .error-paragraph{
    color: #213B54;
    font-size: 17px;
  }

    .EP .error-paragraph {
    color: #412878;
    font-size: 17px;
  }


.warning-banner {
    padding: 12px;
    display: flex;
    gap: 12px;
    margin-bottom: 32px;
}

.fa-exclamation-triangle {
    font-size: 1.5rem;
}

.TB .warning-banner {
    border: solid 1px #FAD9D9;
    background-color: #FCECEC;
    color: #213B54;
    border-radius: 16px;
}

.TB .fa-exclamation-triangle {
    color: #E6433F;
}

.EP .warning-banner {
    border: solid 1px #E38CA5;
    background-color: #F9E8ED;
    color: #2B2438;
    border-radius: 8px;
}

.EP .fa-exclamation-triangle {
    color: #C8194B;
}
