﻿
@media (max-width: 979px) {
    .top-header {
        background-color: #fff;
        /*position: fixed;*/
        width: 100%;
        /*top: 0;*/
        z-index: 515;
        height: 55px;
    }
}

.top-header a {
    text-decoration: none;
    color: #007564;
    font-weight: bold;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 980px) {
    nav li {
        display: inline-block;
    }
        nav li li {
            display: block;
        }
}

.nav-sci,
.a-util-menu,
.apply-item {
    display: none;
}

@media (min-width: 980px) {
    .nav-sci {
        display: block;
        background-color: #eee;
        text-align: center;
        font-size: 13px;
        line-height: 1.85;
    }

        .nav-sci li {
            padding: 2px 15px;
        }

    .a-util-menu {
        display: block;
        padding-top: 10px;
        font-size: 14px;
        text-align: right;
        text-transform: uppercase;
    }

        .a-util-menu ul {
            padding: 1px 0 6px;
        }

        .a-util-menu li {
            padding: 0 8.8px;
            line-height: 2;
        }
}

.a-main-menu-root {
    /*position: absolute;*/
    width: 100%;
    top: 55px;
    z-index: 998;
}

@media (max-width: 979px) {
    .a-main-menu-root {
        box-shadow: 0 0 5px #000;
    }
}

@media (min-width: 980px) {
    .a-main-menu-root {
        position: relative;
        top: 0;
    }
}

.a-main-menu-wrapper {
    position: relative;
    /*z-index: 15;*/ z-index: 515;
}

@media (max-width: 980px) {
    .active .a-main-menu-wrapper {
        border-top: solid 7px #007564;
    }
}

@media (min-width: 980px) {
    .a-main-menu-wrapper {
        background-color: #f9f3d2;
        text-align: center;
    }
}

.a-main-menu {
    font-size: 16px;
    line-height: 2.5;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    display: none;
}

@media (min-width: 980px) {
    .a-main-menu {
        display: block;
        font-size: 13px;
        border: 0;
        white-space: nowrap;
    }

    .a-submenu-root {
        white-space: normal;
    }

    .a-submenu {
        width: 65.81197%;
        margin-right: 2.5641%;
        margin-left: 17.09402%;
    }
}

@media (min-width: 1120px) {
    .a-main-menu {
        font-size: 16px;
    }
}

nav.active .a-main-menu {
    display: block;
}

@media (max-width: 979px) {
    .a-main-menu li:not(.menu-request-info) {
        background-color: #fff;
        border-top: solid 1px #e8e8e8;
    }
}

.a-main-menu a {
    display: block;
    line-height: 1.73;
    padding: 0 25px 1px 15px;
    margin: 0 15px;
    position: relative;
}

@media (max-width: 979px) {
    .a-main-menu {
        font-size: 15px;
    }

        .a-main-menu a {
            padding: 4px 0 3px;
            font-weight: 400;
        }

        .a-main-menu span {
            color: #004330;
            display: block;
            font-weight: 400;
            margin: 0;
        }

        .a-main-menu .a-toggle-button {
            position: absolute;
            top: 15px;
            right: -15px;
            width: 25px;
        }

    .menu-apply-now,
    .menu-chat-now {
        display: none;
    }
}

@media (min-width: 980px) {
    .a-main-menu a {
        margin: 0;
        padding: 3px 11.25px 1px;
        line-height: 2.9375;
    }

    .sticked .a-main-menu a {
        padding-top: 1px;
    }

    .menu-request-info,
    .menu-chat-now {
        display: none;
    }

    .menu-apply-now {
        background-color: #fbd600;
        top: 1px;
        left: 20px;
    }

    .sticked .menu-apply-now {
        position: relative;
        top: 2px;
    }

    .menu-apply-now a {
        color: #004330;
        /*padding: 1px 15px 1px 15px;*/
    }
}

@media (max-width: 979px) {
    .a-toggle-button::after {
        content: '';
        background: url(/Static/Brands/AU/Main/images/au-nav-down-arrow.png) 0 0 no-repeat;
        background-size: contain;
        position: absolute;
        right: 15px;
        top: 0;
        width: 15px;
        height: 15px;
    }
}

.menu-request-info {
    background-color: #f1f1f1;
    padding: 11px 0;
}

    .menu-request-info a {
        background-color: #00a6b6;
        border-radius: 10px;
        color: #fff;
        width: 90%;
        margin: 0 auto;
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        text-align: center;
        box-sizing: border-box;
    }
        .menu-request-info a:hover {
            background-color: #eca154; /* orange */
            text-decoration: none;
        }

.a-submenu-root {
    background: #f1f1f1;
    position: absolute;
    left: 0;
    right: 0;
}

@media (min-width: 980px) {
    .menu-request-info {
        display: none;
    }
}

@media (max-width: 979px) {
    .a-submenu-root {
        max-height: 0;
        overflow: hidden;
        position: static;
        transition: max-height 0.5s ease-in-out;
    }

    li.active .a-submenu-root {
        display: block;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 100, 0.3);
        max-height: 550px;
    }

    .a-main-menu .a-submenu li {
        border-top: none;
    }

    .a-submenu li:not(:first-child) {
        border-left: 0px solid #455372;
    }

    .a-main-menu a.a-sub-active {
        font-size: 14px;
        line-height: 1.4;
        font-weight: 400;
        margin: 0 0 0 25px;
        padding: 6px 0;
    }

    .a-submenu li:not(:first-child) .a-sub-active {
        border-top: 1px solid #596b8f;
    }
    .about-submenu li:first-child .a-sub-active {
        border-top: 1px solid #596b8f;
    }

    .a-sub-active span {
        height: auto;
    }
}

@media (min-width: 980px) {
    .a-submenu-root {
        display: none;
    }
}

.a-menu-search span::after {
    content: '';
    background: url("/Static/Brands/AU/Main/images/sprite.png") no-repeat -162px -339px;
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 979px) {
    .a-menu-link {
        display: block;
        width: 57px;
        height: 55px;
        padding-top: 14px;
        cursor: pointer;
        position: absolute;
        top: -55px;
        right: 0;
        box-sizing: border-box;
        /*z-index: 20;*/ z-index: 520;
    }

    .active .a-menu-link {
        top: -62px;
    }

    .a-menu-link span {
        background-color: #000;
        display: block;
        height: 3px;
        margin: 4px 19px;
        border-radius: 2px;
    }

    .active .a-menu-link {
        background: #007564 url("/Static/Brands/AU/Main/images/au-close-nav.png") center no-repeat;
        height: 60px;
    }

        .active .a-menu-link span {
            display: none;
        }

    .a-menu-search span::after {
        background-position: -162px -269px;
        transform: scale(0.5, 0.5);
    }

    #main-Search-button {
        font-size: 0px;
        line-height: 0px;
        text-indent: -99999px;
    }

    #main-Search-button-mobile {
        font-size: 0px;
        line-height: 0px;
        text-indent: -99999px;
    }
}

.logo-container {
    text-align: center;
    padding: 15px 0 5px;
}

.logo {
    height: 25px;
    display: inline-block;
    width: auto;
}

@media (min-width: 980px) {
    .logo-container {
        text-align: left;
        padding: 0 0 35px;
    }

    .logo {
        width: 500px;
        height: auto;
        padding-left: 50px;
        margin-top: 5px;
    }
}


.sticked {
    position: fixed;
}

    .sticked .a-main-menu-wrapper {
        background-color: #fff;
        box-shadow: 0 0 5px black;
    }

    .sticked .a-main-menu > li {
        vertical-align: middle;
    }

        .sticked .a-main-menu > li a {
            font-size: 15px;
            line-height: 5.33;
            transition: all 0.2s ease-out;
            top: 1px;
        }

        .sticked .a-main-menu > li:first-child a,
        .sticked .a-main-menu > li:nth-last-child(2) a {
            top: 1px;
        }

    .sticked .menu-apply-now a {
        font-size: 15px;
        font-weight: bold;
    }

    .sticked .a-submenu-root {
        top: 80px;
    }

    .sticked .a-submenu {
        padding: 15px 0;
    }

    .sticked .menu-log {
        margin-left: -33px;
    }

    .sticked .a-main-menu .menu-logo a {
        padding: 0;
        line-height: 0;
    }

    .sticked .a-main-menu .menu-apply-now a {
        line-height: 3;
    }

    .sticked .a-submenu li a {
        line-height: 1;
    }

@media (max-width: 1250px) {
    .sticked .a-main-menu > li a {
        padding: 0 8px 1px;
    }

    .sticked .a-main-menu > li.menu-logo a {
        padding: 0;
    }

    .menu-logo img {
        max-width: 50px;
        top: -14px;
    }
}

@media (min-width: 980px) {
    .a-hover-focus .a-submenu-root {
        display: block;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 100, 0.3);
    }

    .a-submenu li {
        display: inline-block;
        margin: 10px 0;
        padding: 2px 0;
    }

        .a-submenu li:not(:first-child) {
            border-left: 1px solid #455372;
        }

    .menu-logo {
        margin-left: -33px;
    }

    .a-main-menu a.active span {
        border-bottom: 3px solid #17815c;
    }
}

/* Programs & Degrees (Areas of Study) - subnav */
.aos-left-subnav { display: none;}
@media (min-width: 980px) {
.aos-submenu {max-width: 1200px; margin: 0 auto; display:block;}
.aos-left-subnav { width: 28%; display: inline-block; vertical-align: top; padding: 20px 0 20px 0;}
.aos-left-subnav ul.aos-submenu { padding-right: 50px; padding-top: 0px; padding-bottom:0px; border-right: 1px solid #455372;  list-style:none; margin:0; }
    .aos-left-subnav ul.aos-submenu li { display:block; list-style:none; border:0; padding:0; margin:0;}
    .aos-left-subnav ul.aos-submenu li a { color: #455372; text-align: left; line-height: 2 !important; font-size: 14px; white-space:nowrap; border:0; padding:0; margin:0;}

.aos-right-subnav { width: 65%; display: inline-block; vertical-align: top; padding: 20px 0 20px 2%;}
.aos-right-subnav ul.aos-submenu { width:100%; list-style:none; margin:0; padding:0; border:0 !important;}
    .aos-right-subnav ul.aos-submenu li { display:inline-block; width:50%; float:left; border:0 !important; list-style:none; padding:0; margin:0;}
        .aos-right-subnav ul.aos-submenu li:nth-child(odd) { width:40%; }
        .aos-right-subnav ul.aos-submenu li:nth-child(even) { width:60%; }
    .aos-right-subnav ul.aos-submenu li a {color: #007564; text-align: left; line-height: 2 !important; font-size: 14px; border:0 !important; padding:0; margin:0;}
}

/* Locations & Online - subnav */
@media (min-width: 980px) {
.locations-submenu {max-width: 1000px; margin: 0 auto; display:block; vertical-align: top; padding: 0px 40px 0px 40px;}
ul.locations-submenu { width:100%; list-style:none; margin:0; padding: 20px 0 20px 0; border:0 !important;}
    ul.locations-submenu li { display:inline-block; width:25%; float:left; border:0 !important; list-style:none; padding:0; margin:0;}
    ul.locations-submenu li a {color: #007564; text-align: left; line-height: 2 !important; font-size: 14px; border:0 !important; padding:0; margin:0;}
}

/* About - subnav */
@media (min-width: 980px) {
.about-submenu {max-width: 1100px; margin: 0 auto; display:block; vertical-align: top; padding: 20px 40px 20px 40px;}
.about-left-subnav { width: 39%; display: inline-block; vertical-align: top;}
.about-left-subnav ul.about-submenu { padding-right: 55px; padding-top: 0px; padding-bottom:0px; border-right: 1px solid #455372;  list-style:none; margin:0; }
    .about-left-subnav ul.about-submenu li { display:block; list-style:none; border:0; padding:0; margin:0;}
    .about-left-subnav ul.about-submenu li a { color: #455372; text-align: left; line-height: 2 !important; font-size: 14px; white-space:nowrap; border:0; padding:0; margin:0;}

.about-right-subnav { width: 57%; display: inline-block; vertical-align: top; padding-left: 2%;}
.about-right-subnav ul.about-submenu { width:100%; list-style:none; margin:0; padding:0; border:0 !important;}
    .about-right-subnav ul.about-submenu li { display:inline-block; width:33%; float:left; border:0 !important; list-style:none; padding:0; margin:0;}
    .about-right-subnav ul.about-submenu li a {color: #007564; text-align: left; line-height: 2 !important; font-size: 14px; border:0 !important; padding:0; margin:0;}
}


.search-desktop {
  display: none;
}

.search-mobile span {
  position: absolute;
  top: -56px;
  left: 0;
  height: 55px;
  width: 60px;
}

.search-mobile-button {
  position: absolute;
  right: left;
  top: -55px;
}

.search-mobile-form {
  display: none;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -12px;
  width: 100%;
  padding: 13px 18px;
  box-sizing: border-box;
  box-shadow: 0 2px 2px #ccc;
  z-index: 75;
}

.search-mobile.active .search-mobile-form {
  display: block;
}

.search-mobile-form input {
  background: #fff;
  text-align: center;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 26px;
}

.search-mobile-form button {
  display: none;
}

@media (min-width: 980px) {
  .search-mobile {
    display: none;
  }

  .search-desktop {
    display: block;
    float: right;
    margin-top: 10px;
    margin-right: 15px;
    position: relative;
  }
}

.search-desktop input {
  background: #fff;
  height: auto;
  width: 350px;
  border-radius: 0;
  border: solid 1px #c3c3c3;
  padding: 10px 10px 8px 10px;
  line-height: 1.28;
}

.search-desktop button {
  /*background: #007564 url(/Static/Brands/AU/Main/images/sprite.png) -249px -184px no-repeat;*/
  /*text-indent: -9999em;*/
  background-color: #007564; /* green */
  color: #fff;
  font-size: 20px; line-height: 20px;
  border: solid 1px #007564;
  width: 40px;
  direction: ltr;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}


@media screen and (max-width: 980px) {	
    .a-main-menu, .a-main-menu li {position:relative;}

}