/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
    font-family: 'Mark W01 Regular';
    src: url('Mark W01 Regular.woff');
}

@font-face {
    font-family: 'FreightBig W05 Book';
    src: url('FreightBig W05 Book.woff');
}

body {
    font-family: 'Mark W01 Regular';
    background-color: #F5F6F6;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.modal-head-purple {
    background-color: #603147;
    height: 54px;
}

.modal-head-title {
    font-family: 'Mark';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.0015em;
    color: #FFFFFF;
}

.footer-bottom {
    padding: 0 0;
}

.accessibleBox:focus {
    outline: 2px dotted #354552 !important;
}

.accessibleBoxLight:focus {
    outline: 2px dotted #F2F2F2 !important;
}

.latest-document-data-checkbox:focus {
    outline: 2px dotted #F2F2F2 !important;
}

.logout-text {
    color: #603147;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.logout-text:hover,
.logout-text:focus {
    color: #BA2E29;
    text-decoration: none;
    cursor: pointer;
}

.profile-name-text {
    color: #354552;
    font-weight: 700;
    font-size: 12px;
    cursor: default;
}

.profile-email-text {
    color: #354552;
    font-weight: 400;
    font-size: 12px;
    cursor: default;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

:root {
    --loading-grey: #ededed;
}

.animation {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideDownIn {
    0% {

        -webkit-transform: translateY(-20px);
    }

    100% {

        -webkit-transform: translateY(0);
    }

    0% {
        -webkit-transform: translateY(-20);
    }
}

@keyframes slideDownIn {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }

    0% {
        transform: translateY(-20px);
    }
}

.slideDownIn {
    -webkit-animation-name: slideDownIn;
    animation-name: slideDownIn;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #354552;
}

.navbar-toggle .icon-bar {
    border: 1px solid #354552;
}

.logo-container {
    height: 51px;
    width: 187px;
    margin-left: 9px;
}

/* line 132, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top {
    border-width: 0;
}

/* line 136, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top {
    border-width: 0;
    margin-bottom: 0;
}

/* line 153, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar {
    min-height: 67px;
}

/* line 156, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar .navbar-collapse {
    max-height: 510px;
    box-shadow: none;
    border-top: none;
    padding-top: 8px;
}

/* line 163, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar .navbar-form {
    border: none;
    margin-left: 0;
    margin-right: 0;
}

/* line 168, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar .navbar-form .form-control {
    font-size: 1em;
}

/* line 175, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .navbar-collapse {
    max-height: 510px;
    box-shadow: none;
    border-top: none;
}

/* line 181, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .navbar-form {
    border: none;
    margin-left: 0;
    margin-right: 0;
}

/* line 186, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .navbar-form .form-control {
    font-size: 1em;
}

@media (min-width: 992px) {

    /* line 191, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .fix-navbar .register-bar {
        display: none;
    }
}

/* line 197, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar>.container>.row>div {
    float: none !important;
    display: inline-block;
    vertical-align: bottom;
}

/* line 202, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar>.container>.row>div {
    float: none !important;
    display: inline-block;
    vertical-align: bottom;
}

/* line 211, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar .menu-bar>.navbar-nav>li>a {
    font-size: 1em;
    font-weight: bold;
}

/* line 230, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .menu-bar>.navbar-nav>li>a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.002em;
    color: #354552;
    text-decoration: none;
}

.navbar-static-top.navbar .menu-bar>.navbar-nav>li>a:hover,
.navbar-static-top.navbar .menu-bar>.navbar-nav>li>a:focus {
    color: #603147;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #ffffff;
    color: #603147;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.002em;
    text-decoration: none;
}

/* line 247, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top .navbar-brand {
    font-size: 2.11em;
    color: #232222;
    position: relative;
}

@media (max-width: 1200px) {

    /* line 247, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-fixed-top .navbar-brand {
        position: initial;
        height: 42px;
    }
}

/* line 259, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top .navbar-header {
    padding-top: 8px;
}

/* line 264, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top .navbar-brand {
    font-size: 2.11em;
    color: #232222;
    position: relative;
}

@media (max-width: 1200px) {

    /* line 264, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-static-top .navbar-brand {
        position: initial;
        height: 42px;
    }
}

/* line 284, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar-inverse {
    background-color: #232222;
    border-color: transparent;
}

/* line 288, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar-inverse .navbar-brand {
    color: #fff;
}

/* line 296, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar-inverse {
    background-color: #ffffff;
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 rgb(57 63 72 / 30%);
    -moz-box-shadow: 0 0 0 rgba(57, 63, 72, 0.3);
    box-shadow: 0 0 0 rgb(57 63 72 / 30%);
}

/* line 300, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar-inverse .navbar-brand {
    color: #fff;
}

/* line 311, C:/PortalFxRepo2/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-inverse .navbar-nav>li>a {
    color: #000;
}

option:hover {
    background-color: #354552;
}

.custom-badge {
    height: 45px;
    width: 45px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    color: #C3C8CC;
    background: #F5F6F6;
    border: solid;
    border-width: 2px;
}

.open>a>.custom-badge,
.open>a>.custom-badge>.profile-text,
.open>a>svg *,
.open>a>svg,
.open>a>div>svg *,
.open>a>div>svg,
a>.custom-badge:active>.profile-text,
a>.custom-badge:focus>.profile-text,
a:hover>.custom-badge>.profile-text *,
a:hover>.custom-badge>.profile-text,
a:hover>.custom-badge,
a:hover>svg,
a:hover>div>svg *,
a:hover>div>svg {
    color: #BA2E29;
    fill: #BA2E29;
}

.profile-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    color: #354552;
}

/* Below changes are done to support CDSStarterPortal in maker */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    margin: 0;
}

.wrapper-body {
    min-height: calc(100% - 110px);
    margin-bottom: 0px;
}

.footer .push {
    height: 43px;
}

.footer {
    margin-top: 0px;
}

.navbar-brand {
    line-height: 37px;
}

body,
legend {
    color: #000000;
}

.navbar {
    padding-top: 27px;
}

.navbar-inverse .navbar-toggle {
    border: 1px solid white;
}

.navbar-inverse .navbar-toggle:hover {
    background-color: white;
}

.navbar-inverse .navbar-toggle:focus {
    border: 1px solid black;
    background-color: white;
}

.dropdown-menu {
    font-size: 16px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    font-size: 14px;
    white-space: pre-line !important;
    color: #354552;
    margin-left: 0;
    padding: 10px 20px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    background: #603147;
    color: #fff;
    font-size: 14px;
    margin-left: 0;
    padding: 10px 20px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li {
    border-bottom: 1px solid;
    height: 100%;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu>li:focus {
    border-bottom: 1px solid;
    height: 100%;
}

.nav>li>a:hover,
.nav>li>a:focus,
.nav>.open>a:hover,
.nav>.open>a:focus {
    background-color: #f2f2f2;
}

.nav .open .dropdown-menu {
    background-color: #fff;
}

.nav .open .dropdown-menu>li>a,
.nav .open .dropdown-menu>.active>a,
.nav .open .dropdown-menu>li>a:hover,
.nav .open .dropdown-menu>li>a:focus,
.nav .open .dropdown-menu>.active>a:hover,
.nav .open .dropdown-menu>.active>a:focus {
    color: black;
    height: 100%;
}

.sectionFixedStyle {
    background: rgba(255, 255, 255, 0.98);
    color: #000000;
    display: flex;
    flex-wrap: wrap;
    /* min-height: 541px; */
    height: 100%;
    padding: 8px;
    margin: 0px;
}

p {
    font-size: 16px
}

.navbar-brand {
    padding: 8px
}

.navbar-static-top.navbar-inverse .navbar-brand {
    font-size: 24px;
    font-weight: bold;
}

.navbar-static-top.navbar-inverse .navbar-brand a {
    color: black;
    text-decoration: none;
}

/* custom css */

.footer-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.002em;
    text-decoration-line: none;
    color: #FFFFFF;
    padding-left: 1%;
}

.footer-text:hover {
    color: #FFFFFF;
    font-weight: 700;
    text-decoration-line: none;
}

.logo-size {
    height: 48px;
}

.first-container {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.banner-block {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-width: 300px;
    padding: 0px;
}

.center-header-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flex-banner-text {
    font-family: FreightBig W05 Book !important;
    color: white;
    font-size: 42px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: normal;
}

.document-title {
    font-family: FreightBig W05 Book !important;
    color: #000000;
    text-align: left;
    padding-left: 3%;
}

.title {
    font-family: FreightBig W05 Book !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}


.columnBlockLayout {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-width: 300px;
    padding: 16px;
    margin: 0px;
}

.horizontal-line-orange {
    width: 23px;
    margin-top: 12px;
    margin-bottom: 20px;
    background-color: #ba2e29;
    border: 1px solid #ba2e29;
    text-align: left;
}

.qic-info-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.0015em;
    text-transform: uppercase;
    color: #000000;
}

.qic-info-links {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.002em;
    color: #000000;
}

.qic-info-links-border {
    border-bottom: #C3C8CC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-left: 0px !important;
    padding-bottom: 2px;
    padding-top: 3px;
}

.btn-primary {
    background: #BA2E29 !important;
    border-color: #BA2E29 !important;
    border-radius: 5px;
}

.no-left-padding {
    padding-left: 0px;
}

.no-right-padding {
    padding-right: 0px;
}

.dropdown-block {
    width: 224px;
    left: -2px !important;
    top: 32px;
    padding: 0%;
    box-shadow: 0px 1.5px 0px #8F989F;
}

@media (min-width: 1200px) {
    .navbar-right {
        float: right !important;
        padding-top: 0.4em;
    }

    .container {
        width: 1441.5px;
    }

    .remove-padding {
        padding-left: 0px;
        padding-right: 0px;
    }

    .header-block {
        background-color: #F5F6F6;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 1199px) {

    .dont-display-dropdown-profile-mobile {
        display: none !important;
    }

    .footer-header-margin-bottom {
        margin-bottom: 16px;
    }

    .footer-padding-left-7 {
        padding-left: 26px !important;
    }

    .navbar {
        padding-top: 0px;
    }

    .container {
        padding-left: 0%;
        padding-right: 0%;
    }

    .center-header-text {
        position: absolute;
        top: 50%;
        left: 11%;
        transform: translate(-50%, -50%);
    }

    .flex-banner-text {
        font-size: 22px;
    }

    .document-title {
        padding-left: 0%;
    }

    .title {
        font-size: 16px;
    }

    .columnBlockLayout {
        padding: 0px !important;
    }

    .footer-header-margin-bottom {
        margin-bottom: 16px;
    }

    .pull-line-left {
        float: left;
    }

    .add-mobile-padding {
        padding-left: 0% !important;
        width: 970px !important;
    }

    .mobile-header-left-padding {
        padding-left: 27%;
    }

    .header-block {
        background-color: #F5F6F6;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 991px) {

    .dont-display-dropdown-profile-mobile {
        display: none !important;
    }

    .footer-padding-left-7 {
        padding-left: 26px !important;
        width: 100%;
    }

    .navbar {
        padding-top: 0px;
    }

    .container {
        padding-left: 0%;
        padding-right: 0%;
    }

    .center-header-text {
        left: 19%;
    }

    .document-title {
        padding-left: 0%;
    }

    .title {
        font-size: 16px;
    }

    .columnBlockLayout {
        padding: 0px !important;
    }

    .add-mobile-padding {
        padding-left: 0% !important;
        width: 750px !important;
    }

    .mobile-header-left-padding {
        padding-left: 27%;
    }

    .header-block {
        background-color: #F5F6F6;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 765px) {

    .dont-display-dropdown-profile-mobile {
        display: none !important;
    }

    .footer-padding-left-7 {
        padding-left: 7%;
        width: 100%;
    }

    .navbar {
        padding-top: 0px;
    }

    .logo-size {
        height: 30px !important;
    }

    .container {
        padding-left: 0%;
        padding-right: 0%;
    }

    .center-header-text {
        position: absolute;
        top: 50%;
        padding-left: 88px;
        transform: translate(-50%, -50%);
    }

    .document-title {
        padding-left: 0%;
    }

    .title {
        font-size: 16px;
    }

    .columnBlockLayout {
        padding: 0px !important;
    }

    .add-mobile-padding {
        width: 100% !important;
    }

    .mobile-header-left-padding {
        padding-left: 27%;
    }

    .header-block {
        background-color: #F5F6F6;
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* Power Virtual Agent styles */
.pva-floating-style {
    position: fixed;
    bottom: 0px;
    right: 0px;
    margin-right: 16px;
    margin-bottom: 18px;
    z-index: 9999;
}

html[dir="rtl"] .pva-floating-style {
    position: fixed;
    bottom: 0px;
    left: 0px;
    margin-left: 16px;
    margin-bottom: 18px;
    z-index: 9999;
}

/* Power Virtual Agent styles ends */
