﻿
:root {
    --primary: #002D58;
    --accent: #F3B200;
    --light: #F8F9FA;
    --white: #FFFFFF;
    --gray: #929292;
    --light-text: #6C757D;
    --dark-text: #333333;
    /* hover colors */
    --primary-light: #002d58c8;
    --secondary-blue: #1A4B7E;
    --light-gold: #FFD166;
    /* Additional Colors */
    --rich-Green: #007635;
    --rich-red: #A11A16;
    --pale-burgundy: #A64167;
    --petroleum-blue: #5CBDB1;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../../fonts/Poppins/Poppins-Regular.eot');
    src: url('../../fonts/Poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/Poppins/Poppins-Regular.woff2') format('woff2'), url('../../fonts/Poppins/Poppins-Regular.woff') format('woff'), url('../../fonts/Poppins/Poppins-Regular.ttf') format('truetype'), url('../../fonts/Poppins/Poppins-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../../fonts/Poppins/Poppins-SemiBold.otf');
    src: url('../../fonts/Poppins/Poppins-SemiBold.otf?#iefix') format('embedded-opentype'), url('../../fonts/Poppins/Poppins-SemiBold.woff2') format('woff2'), url('../../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Madani-Regular';
    src: url('../../fonts/Madani/MadaniArabic-Regular.eot');
    src: url('../../fonts/Madani/MadaniArabic-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/Madani/MadaniArabic-Regular.woff2') format('woff2'), url('../../fonts/Madani/MadaniArabic-Regular.woff') format('woff'), url('../../fonts/Madani/MadaniArabic-Regular.ttf') format('truetype'), url('../../fonts/Madani/MadaniArabic-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.hero a
{
    text-decoration:none !important;
}
#return-to-top {
    position: fixed;
    bottom: 10px;
    left: 30px;
    background: rgb(0, 45, 88);
    background: rgba(0, 45, 88, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100;
}
    #return-to-top i {
        color: #FCFAF0;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: rgba(0, 45, 88, 0.9);
    }

        #return-to-top:hover i {
            color: #FCFAF0;
            top: 5px;
        }

.margin-under-navbar {
    /*margin-bottom: 0 !important;*/
}
#navbarSupportedContent a {

    text-decoration: none !important;
}
.news-section a {
    text-decoration: none !important;
}
.events-section {
    text-decoration: none !important;
}
.margin-under-navbar
{
   /* margin-top:13px !important;*/
}
#menu-academic a
{
    text-decoration: none !important;
}

/*.carousel-indicators [data-bs-target] {
    width: 30px !important;

}*/
.carousel-indicators a {
    background-color: var(--accent) !important;
    width: 40px !important;
    height: 7px !important;
    border: none !important;
    border-radius: 5px !important;
    margin: 0 3px !important;
}
.inner-page-hero a {
    text-decoration: none !important;
    color:#fff;
}
.inner-page-hero {
    margin-top: 1rem !important;
}
.sidebar-title a {
    text-decoration: none;
    color:var(--primary) !important;
}

/***** fixes *****/
/** fixing ribbon after bootstrap **/
* {
    box-sizing: unset;
}

.aou-master * {
    box-sizing: border-box;
}

/* fix padding bottom on body */
#s4-bodyContainer {
    padding: 0;
}

/* fixing notification area margin*/
#pageStatusBar[class], .ms-status-msg {
    margin-bottom: 0;
}

.ms-signInLink {
    display: inline-block;
    line-height: unset;
    padding: 1px 0 0 0;
    vertical-align: middle;
}

@media(max-width:1200px) {
    .ms-signInLink {
        padding: 3px 0 0 0;
    }
}

.ms-rtestate-field h4, h4.ms-rteElement-H4 {
    color: unset;
}

h1, h2, h3, h4, h5, h6 {
    font-family: unset;
    color: unset;
}

input[type="button"], input[type="reset"], input[type="submit"], button {
    min-width: unset;
}

.ms-rteFontSize-3 {
    font-size: unset;
}

.ms-rteFontFace-13 {
    font-family: unset;
}

.ms-rteThemeForeColor-5-5 {
    color: unset;
}
/***** fixes *****/

/* Logged-in: remove fixed */
/*body:not(.ms-signInLink) .navbar {
    position: relative !important;
    top: auto !important;
    
}*/
/*body:not(.ms-signInLink) .mega-menu-wrapper {
    top:unset !important
}*/
/* Not logged in: keep fixed */
/*body.ms-signInLink .navbar {
    position: fixed !important;
    top: 0;
    width: 100%;
}
*/
.loggedmega-menu-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1050;
    /*top: 5.9rem;*/
    /*margin-top: -13px;*/
}

.loggedmargin-under-navbar {
    margin-bottom: 0rem !important;
}
a.more-news-btn:visited {
    color: #fff;
}
.more-news-btn:hover {
    border-color: var(--primary) !important;
    color: var(--primary) !important;
}
.career-actions .btn-details:visited {
    color: var(--white) !important;
}
.career-actions .btn-details:hover {
    color: var(--primary) !important;
}

/*.main-content a:visited {
    color: inherit !important;
    text-decoration: none !important;
}*/

.modal-backdrop {
    width: 100% !important;
    height: 100% !important;
}

/*welcome Page*/

/*.welcome img {
    width: 170px;
    border-radius: 100%;
    border: solid 3px #F3B200 !important;
}


.welcome strong {
    color: #002D58 !important;
}*/

.dvs4workspace
{
   /* top:88px !important;*/
}

#s4-workspace a.avisitedcls:visited {
    color: #fff !important;
}