@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.os-sidenav-container {
    width: 245px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    transition: 200ms linear;
    z-index: 300;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.5);
}

.menu-hidden {
    transform: translate3d( -290px, 0, 0);
    -webkit-transform: translate3d( -290px, 0, 0);
}

.menu-visible {
    transform: translate3d( 0, 0, 0);
    -webkit-transform: translate3d( 0, 0, 0);
}

.os-top-bottomnav-trans {
    transition: 750ms linear 250ms;
}

.os-bottomnav-container {
    /* background-color: rgba(16, 58, 83, 0.75); */
    height: 70px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #9e1c21;
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.3);
    box-sizing: initial;
    background: #103a53;
    background: -webkit-linear-gradient(#084e6d, #103a53);
    background: -o-linear-gradient(#084e6d, #103a53);
    background: -moz-linear-gradient(#084e6d, #103a53);
    background: linear-gradient(#084e6d, #103a53);
}

.os-topnav-container {
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 600;
    border-bottom: 1px solid #9e1c21;
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.3);
    background: #103a53;
    background: -webkit-linear-gradient(#084e6d, #103a53);
    background: -o-linear-gradient(#084e6d, #103a53);
    background: -moz-linear-gradient(#084e6d, #103a53);
    background: linear-gradient(#084e6d, #103a53);
}

.os-sidenav-menu {
    background-color: #ffffff;
    height: 100%;
    width: 245px;
}

.os-top-bottomnav-placeholder {
    height: 70px;
}

.os-toggle-sidenav-btn-container {
    display: none;
}

.os-landing-container {
    background-color: #ecebec;
    background-image: url(../images/backgrounds/6.jpeg);
    background-size: 100%;
}

.os-sidenav-menu-header {
    height: 71px;
    background-color: #ecebec;
    border-bottom: 1px solid #9e1c21;
    background: #103a53;
    background: -webkit-linear-gradient(#094c6b, #0f3b55);
    background: -o-linear-gradient(#094c6b, #0f3b55);
    background: -moz-linear-gradient(#094c6b, #0f3b55);
    background: linear-gradient(#094c6b, #0f3b55);
}

.os-landing-logo-container {
    max-height: 400px;
    max-width: 400px;
    position: absolute;
    top: 0;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

.os-landing-logo {
    background-image: url('../images/staticlogo.svg');
    background-repeat: no-repeat;
    height: 100%;
}

.os-sidenav-menu-header-text {
    font-family: os-heading-font;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    color: #ecebec;
}

.os-top-bottomnav-button-pad {
    height: 70px;
    font-family: 'os-body-font-regular';
    font-size: 18px;
    width: 160px;
    text-align: center;
    float: left;
    padding: 10px 0;
}

.os-bottomnav-container>.os-top-bottomnav-button-container {
    height: 70px;
    width: 800px;
    margin: 0 auto;
    transition: 750ms linear 250ms;
    color: #ffffff;
}

.os-bottomnav-container>.os-top-bottomnav-button-container>.os-top-bottomnav-button-pad>.os-router>.nav-btn-inner-left {
    border-left: 1px solid rgba(236, 235, 236, 0.2);
}

.os-bottomnav-container>.os-top-bottomnav-button-container>.os-top-bottomnav-button-pad>.os-router>.nav-btn-inner-center {
    border-left: 1px solid rgba(236, 235, 236, 0.2);
    border-right: 1px solid rgba(236, 235, 236, 0.2);
}

.os-bottomnav-container>.os-top-bottomnav-button-container>.os-top-bottomnav-button-pad>.os-router>.nav-btn-inner-right {
    border-right: 1px solid rgba(236, 235, 236, 0.2);
}

.os-bottomnav-container>.os-top-bottomnav-button-container>.os-top-bottomnav-button-pad>.os-router>.os-top-bottomnav-button:hover {
    background: -webkit-linear-gradient(#094c6a, rgba(50, 98, 122, 0.5), #103a53);
    background: -o-linear-gradient(#094c6a, rgba(50, 98, 122, 0.5), #103a53);
    background: -moz-linear-gradient(#094c6a, rgba(50, 98, 122, 0.5), #103a53);
    background: linear-gradient(#094c6a, rgba(50, 98, 122, 0.5), #103a53);
}

.os-topnav-container>.os-top-bottomnav-button-container {
    height: 70px;
    width: 800px;
    margin: 0 auto;
    transition: 750ms linear 250ms;
    color: #ecebec;
}

.os-topnav-container>.os-top-bottomnav-button-container>.os-top-bottomnav-button-pad>.os-router>.nav-btn-inner-left {
    border-left: 1px solid rgba(236, 235, 236, 0.2);
}

.os-topnav-container>.os-top-bottomnav-button-container>.os-top-bottomnav-button-pad>.os-router>.nav-btn-inner-center {
    border-left: 1px solid rgba(236, 235, 236, 0.2);
    border-right: 1px solid rgba(236, 235, 236, 0.2);
}

.os-topnav-container>.os-top-bottomnav-button-container>.os-top-bottomnav-button-pad>.os-router>.nav-btn-inner-right {
    border-right: 1px solid rgba(236, 235, 236, 0.2);
}

.os-topnav-container>.os-top-bottomnav-button-container>.os-top-bottomnav-button-pad>.os-router>.os-top-bottomnav-button:hover {
    background: -webkit-linear-gradient(#094c6a, rgba(50, 98, 122, 0.5), #103a53);
    background: -o-linear-gradient(#094c6a, rgba(50, 98, 122, 0.5), #103a53);
    background: -moz-linear-gradient(#094c6a, rgba(50, 98, 122, 0.5), #103a53);
    background: linear-gradient(#094c6a, rgba(50, 98, 122, 0.5), #103a53);
}

.os-top-bottomnav-button {
    height: 50px;
    line-height: 50px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    opacity: 0;
}

.os-content-section-container {
    background-color: #ecebec;
    padding: 16px 15px 15px 15px;
    box-sizing: initial;
}

.os-content-section {
    height: 100%;
    background-color: #ffffff;
    box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
    border-radius: 5px;
}

.os-section-header {
    font-family: os-heading-font;
    font-size: 30px;
    padding: 20px 0 0 0;
    text-align: center;
    color: #103a53;
    text-shadow: 1px 3px 1px rgba(0, 0, 0, 0.2);
}

.os-short-logo-container {
    height: 70px;
    width: 86px;
    padding: 15px 15px;
    position: absolute;
    left: 0;
    transition: 750ms linear 250ms;
    box-sizing: border-box;
}

.os-short-logo {
    height: 40px;
    background-image: url('../images/shortlogo2.svg');
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.os-logo-hidden {
    opacity: 0;
}

.os-logo-visible {
    opacity: 1;
}

.os-sidenav-btn-container {
    height: 60px;
}

.os-sidenav-btn-inner {
    height: 59px;
    width: 90%;
    margin: 0 auto;
    line-height: 60px;
    border-bottom: 1px solid rgba(16, 58, 83, 0.18);
    font-family: 'os-body-font-regular';
    font-size: 20px;
    color: #103a53;
    padding-left: 10px;
    cursor: pointer;
}

.os-router,
.os-router:hover,
.os-router:active {
    text-decoration: none;
    color: inherit;
}

.os-bullet {
    background-image: url(../images/bullets.svg);
    background-repeat: no-repeat;
    height: 25px;
    width: 35px;
    float: left;
    margin-bottom: 5px;
}

.os-bullet-text {
    height: 25px;
    line-height: 25px;
    color: #757575;
    float: left;
    font-size: 18px;
    margin-bottom: 5px;
}

.clearfix {
    clear: both;
}

.os-timeline-bullet-header {
    padding-bottom: 25px;
    padding-top: 10px;
    padding-left: 4px;
    font-size: 20px;
    color: #103a53;
    font-family: os-body-font-medium;
}

.os-section-paragraph {
    width: 80%;
    text-align: justify;
    padding: 10px 0;
    font-size: 16px;
    margin: auto;
    font-family: os-body-font-regular;
    color: #103a53;
    line-height: 1.3;
}

.os-section-bullets {
    width: 80%;
    margin: auto;
    font-size: 22px;
    color: #103a53;
    padding: 35px 0;
}

.os-ulist-style {
    margin: 5px 0 25px 0;
    padding-left: 20px;
    font-size: 16px;
}

.os-list-style {
    list-style: none;
    line-height: 1.3;
    padding-bottom: 0;
}

.os-list-style:before {
    content: '';
    display: inline-block;
    height: 12px;
    width: 20px;
    margin-left: -22px;
    background-image: url(../images/bullets.svg);
    background-repeat: no-repeat;
}

.os-serv-ulist-style {
    margin: 0px 0 10px 0;
    padding-left: 20px;
    width: 60%;
    text-align: justify;
    margin: auto;
}

.os-serv-list-style {
    list-style: none;
    line-height: 1.3;
    padding-bottom: 15px;
    font-family: os-body-font-medium;
}

.os-serv-list-style:before {
    content: '';
    display: inline-block;
    height: 12px;
    width: 15px;
    margin-left: -23px;
    background-image: url(../images/bullets.svg);
    background-repeat: no-repeat;
}

.os-serv-inner-ulist-style {
    margin-top: 10px;
    margin-bottom: 10px;
}

.os-serv-inner-list-style {
    margin-bottom: 0px;
    font-family: os-body-font-regular;
}

.os-serv-inner-ulist-style-heading {
    margin-top: 10px;
    list-style: none;
}

.os-serv-inner-list-style-heading {
    margin-bottom: 0px;
    font-family: os-body-font-regular-italic;
}

.os-career-history-sub-heading {
    font-size: 18px;
    font-family: os-body-font-medium;
    color: #9d1c20;
}

.os-bg-mask {
    height: 100%;
    background-color: rgba(236, 235, 236, 0.92);
}

.os-quick-scroll-img {
    height: 100px;
    width: 100px;
    position: absolute;
    bottom: 84px;
    right: 25px;
    background-image: url(../images/scrolldown.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.os-quick-scroll-text {
    height: 30px;
    width: 100px;
    position: absolute;
    bottom: 80px;
    right: 25px;
    line-height: 30px;
    text-align: center;
    font-family: os-body-font-bold;
    font-size: 16px;
    color: #9e1c21;
}

.os-quick-scroll-container {
    cursor: pointer;
    -webkit-animation: fadein 2000ms 2900ms;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2000ms 2900ms;
    /* Firefox < 16 */
    -ms-animation: fadein 2000ms 2900ms;
    /* Internet Explorer */
    -o-animation: fadein 2000ms 2900ms;
    /* Opera < 12.1 */
    animation: fadein 2000ms 2900ms;
}

.os-delay-fade-helper {
    opacity: 0;
}

.os-contact-content-section-container {
    min-height: 880px;
    box-shadow: 0px -1px 4px -1px rgba(0, 0, 0, 0.7);
    background-color: #103a53;
}

.os-contact-section-header {
    font-family: os-heading-font;
    font-size: 37px;
    padding: 20px 0 0 0;
    text-align: center;
    color: #ecebec;
    text-shadow: 1px 3px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.os-contact-content-section1 {
    height: 586px;
}

.os-contact-content-section2 {
    height: auto;
}

.os-contact-content-section3 {
    height: 75px;
}

.os-open-modal {
    margin-bottom: 10px;
    font-family: os-body-font-medium-italic;
    font-size: 18px;
    color: #103a53;
    padding-left: 15px;
    display: none;
}

.os-contact-info-box-holder {
    padding: 0;
}

.os-contact-info-box {
    height: 552px;
}

.info-box-left {
    border-right: 1px solid #ecebec;
    padding-top: 90px;
}

.os-cert-continer {
    background-color: #103b55;
    margin: 20px;
    border-radius: 0;
    border: 2px solid #b9202b;
    box-shadow: inset 0px 0px 18px 0px black;
    padding: 15px;
}

.os-cert-row {
    max-width: 1296px;
    margin: 0 auto;
}

.os-cert-box {
    height: 416px;
    width: 294px;
    background-color: #ecebec;
}

.os-col-custom {
    padding-top: 15px;
    padding-bottom: 15px;
}

.os-contact-form {
    padding-left: 40px;
    padding-top: 10px;
}

.os-contact-label {
    color: #fff;
    margin-bottom: 5px;
}

.os-contact-inputbox {
    width: 435px;
    height: 40px;
    border-radius: 2px;
    border: 0;
    margin-bottom: 10px;
    background-color: #ecebec;
    padding: 10px;
    font-family: os-body-font-regular;
    color: #103a53;
    outline: none;
}

.os-contact-textarea {
    width: 435px;
    height: 120px;
    border-radius: 2px;
    border: 0;
    margin-bottom: 20px;
    background-color: #ecebec;
    padding: 10px;
    font-family: os-body-font-regular;
    color: #103a53;
    outline: none;
}

.os-contact-button-container {
    width: 435px;
}

.os-contact-button {
    color: #fff;
    background-color: #ab0005;
    height: 45px;
    width: 100%;
    text-align: center;
    line-height: 45px;
    border-radius: 2px;
    font-family: os-body-font-medium;
    letter-spacing: 0.5px;
    font-weight: 100;
    font-size: 17px;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.21);
    margin-right: 0;
    margin-left: auto;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.os-contact-field-warning {
    background-color: #ffdfdf;
}

.os-contact-field-warning::placeholder {
    color: #ab0005;
}

.os-contact-button:active {
    color: #fff;
    background-color: #980004;
    height: 45px;
    width: 100%;
    text-align: center;
    line-height: 45px;
    border-radius: 2px;
    font-family: os-body-font-medium;
    letter-spacing: 0.5px;
    font-weight: 100;
    font-size: 17px;
    box-shadow: none;
    margin-right: 0;
    margin-left: auto;
}

.os-loading-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #103b54;
    z-index: 500;
}

.os-welcome-screen {
    background-color: #103b54;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 450;
}

.web-body {
    overflow: hidden;
}

.os-contact-icon-strip {
    width: 90px;
    height: 370px;
    margin-right: 30px;
    margin-left: auto;
    background-image: url('../images/contact.svg');
    background-repeat: no-repeat;
}

.os-contact-details-container {
    height: 370px;
    position: absolute;
    top: 90px;
    width: 435px;
    right: 123px;
}

.os-contact-details-section {
    height: 25%;
    text-align: right;
    font-family: os-body-font-medium;
    font-size: 23px;
    color: #ffffff;
}

.os-contact-1 {
    line-height: 109px;
}

.os-contact-2 {
    line-height: 94px;
}

.os-contact-3 {
    line-height: 96px;
}

.os-contact-4 {
    line-height: 84px;
}

.os-welcome-text {
    color: #ecebec;
    font-family: os-body-font-light;
    font-size: 70px;
    width: 321px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
}

.os-designer-container {
    height: 50px;
    width: 313px;
    margin: 25px auto;
}

.os-designer-img {
    height: 50px;
    width: 43px;
    float: left;
    background-image: url(../images/aplologo2.svg);
    background-repeat: no-repeat;
}

.os-designer-text {
    height: 50px;
    width: 270px;
    float: left;
    font-size: 13px;
    color: #ecebec;
    line-height: 50px;
    padding: 0 5px;
    font-family: os-body-font-light;
}

.os-close-modal-cross {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url(../images/close-modal.svg);
}

.os-tab-control-outer-container {
    position: absolute;
    top: 72px;
    bottom: 15px;
    left: 15px;
    right: 15px;
}

.os-tab-control-inner-container {
    height: 100%;
    position: relative;
}

.os-tab-control-nav-button-container {
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.os-tab-control-nav-button {
    height: 100%;
    width: 200px;
    float: left;
    line-height: 50px;
    text-align: center;
    font-family: os-body-font-regular;
    font-size: 17px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 200ms linear;
}

.os-tab-control-nav-button-left {
    border-top-left-radius: 5px;
}

.os-tab-control-nav-button-center {
    border-left: 1px solid #ecebec;
    border-right: 1px solid #ecebec;
}

.os-tab-control-nav-button-right {
    border-top-right-radius: 5px;
    box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.7);
}

.os-tab-control-nav-button-active {
    background-color: #ecebec;
    color: #103a53;
}

.os-tab-control-nav-button-inactive {
    background-color: #103a53;
    color: #ecebec;
}

.os-tab-control-content-section-outer-container {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
}

.os-tab-control-content-section-inner-container {
    height: 100%;
    position: relative;
    box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.7);
    border-radius: 5px;
}

.os-tab-control-content-section {
    background-color: #ecebec;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #103a53;
    transition: 200ms linear;
}

.os-tab-control-content-info-outer-container {
    background-color: #103a53;
    z-index: 400;
    width: 100%;
    position: absolute;
    bottom: 0;
    transition: 300ms ease-in-out;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.os-tab-control-content-info-visible {
    height: 50%;
}

.os-tab-control-content-info-hidden {
    height: 0;
}

.os-tab-control-content-section-visible {
    z-index: 200;
}

.os-tab-control-content-info-inner-container {
    position: relative;
    height: 100%;
    padding: 40px;
    text-align: center;
}

.os-tab-panel-container {
    height: 100%;
    padding: 0;
}

.os-tab-panel-row {
    height: 100%;
    margin: 0;
}

.os-tab-panel-header {
    height: 50px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.os-tab-panel {
    height: calc(100% - 70px);
    background-color: #ecebec;
}

.tab-btn-icon {
    display: none;
}

.os-header-ribbon {
    background-image: url(../images/side-ribbon.svg);
    background-repeat: no-repeat;
    height: 55px;
    margin-left: -6px;
    color: #fff;
    line-height: 52px;
    padding: 0 20px;
    font-family: os-body-font-medium;
    font-size: 20px;
    width: 610px;
}

.os-tab-content-container {
    margin-top: 10px;
}

.os-tab-content-header {
    color: #9e1c21;
    font-size: 24px;
    font-family: os-body-font-medium;
    margin-bottom: 5px;
}

.os-tab-content-icon-outer-container {
    width: auto;
    height: 100%;
    float: left;
    margin-right: 10px;
}

.os-tab-content-icon-inner-container {
    background-color: #ecebec;
    height: 30px;
    width: 30px;
    margin-bottom: 5px;
    border-radius: 100%;
    cursor: pointer;
}

.os-object-container {
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 200ms linear;
}

.os-tab-content-text {
    line-height: 30px;
    font-size: 19px;
    cursor: pointer;
    margin-bottom: 5px;
}

.os-tab-content-bullet {
    background-image: url(../images/bullets.svg);
    height: 25px;
    width: 25px;
    background-position-y: 2px;
    background-position-x: 3px;
    background-repeat: no-repeat;
    position: absolute;
    transition: 200ms linear;
}

.rotateCirc {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.os-tab-additional-info-text {
    color: #fff;
    font-size: 20px;
    font-family: os-body-font-light-italic;
    transition: 200ms linear;
    display: none;
    opacity: 0;
}

.text-visible-stage1 {
    display: initial !important;
}

.text-visible-stage2 {
    opacity: 1 !important;
}

.os-close-additional-info-tab {
    background-image: url(../images/close-modal.svg);
    height: 25px;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    cursor: pointer;
    transition: 100ms linear;
    opacity: 0;
}

.os-original-certificate-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    opacity: 0;
    transition: 100ms linear;
}

.overlay-hidden {
    display: none;
}

.overlay-visible {
    display: block;
}

.os-close-original-certificate-overlay {
    height: 35px;
    width: 35px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url(../images/close-modal.svg);
    cursor: pointer;
}

.os-overlay-outer-container {
    position: relative;
    height: 100%;
}

.os-overlay-inner-container {
    height: 690px;
    width: 480px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
}

.os-overlay-inner-container-horisontal {
    height: 560px;
    width: 809px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
}

.os-click-ribbon {
    background-image: url(../images/corner-ribbon.svg);
    height: 120px;
    position: absolute;
    top: -1px;
    right: -3px;
    width: 120px;
    z-index: 50;
    background-repeat: no-repeat;
    cursor: pointer;
}

.cert-orig-placeholder {
    height: 100%;
    line-height: 690px;
    text-align: center;
    color: #9e1c21;
}

.os-error-box-container {
    height: 364px;
    /* background-color: aqua; */
    width: 900px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.os-error-box-text {
    font-family: os-body-font-regular;
    font-size: 22px;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    height: 44px;
}

.os-error-box-logo-container {
    width: 300px;
    height: calc(100% - 64px);
    float: left;
}

.os-chrome-logo {
    background-image: url(../images/browser_chrome.svg);
    height: 90%;
    width: 90%;
    margin: auto;
    margin-top: 5%;
}

.os-firefox-logo {
    background-image: url(../images/browser_firefox.svg);
    height: 90%;
    width: 90%;
    margin: auto;
    margin-top: 5%;
}

.os-safari-logo {
    background-image: url(../images/browser_safari.svg);
    height: 90%;
    width: 90%;
    margin: auto;
    margin-top: 5%;
}

.os-services-pager-container {
    background-color: #ecebec;
    height: calc(100% - 80px);
    margin-top: 70px;
}

.os-header-ribbon2 {
    display: none;
}
