/* @import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');
@import 'https://fonts.googleapis.com/css?family=Crushed|Source+Sans+Pro:400,200,300,600,700,900|Expletus+Sans:400,500,600,700'; */


/* Screen Reader Text ------------------------ */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Skip Link --------------------------------- */
.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}

/* body {
    font-family: 'Source Sans Pro', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
} */

.top-bar {
    background: #fff none repeat scroll 0 0;
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
}

.admin-bar .top-bar {
    margin-top: 30px;
}

.admin-bar #bs4-nav {
    top: 30px;
}

#bs4-nav {
    background-color: white !important;
}

#bs4-nav nav {
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (min-width: 768px) {
    #bs4-nav > .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    #bs4-nav > .container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    #bs4-nav > .container {
        max-width: 1170px;
    }
}

#acma-main-navbar {
    justify-content: flex-end;
    /* justify-content: center; */
    /* TEMP to be removed */
    /* margin-right: 30px; */
}

#sticky-menu-mg-fix {
    margin-top: 90px;
}

.navbar-brand > img {
    width: 400px;
    max-width: unset;
}

header #logo-container #prc-svg-logo {width: 300px}
#prc-svg-logo.navbar-brand  {width: 250px;}

header #logo-container #prc-svg-logo .cls-1,
header #logo-container #prc-svg-logo .cls-2,
header #logo-container #prc-svg-logo .cls-3,
#prc-svg-logo.navbar-brand .cls-1,
#prc-svg-logo.navbar-brand .cls-2,
#prc-svg-logo.navbar-brand .cls-3 {fill: #014459}


header #logo-container #prc-svg-logo .cls-2,
#prc-svg-logo.navbar-brand .cls-2 {
    font-size:127.64px;
    font-family:TTCommons-Bold, TT Commons;
    font-weight:700;
}

.cls-3{opacity:0.6;}

/* .navbar-brand {
  padding: 6px 0px 6px 13px;
}

.navbar-brand {
    padding: 15px 0;
    float: none;
} */

#nav-logo-container {
    /* float: left; */
    height: 90px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 82%;
}

.navbar-align {
    height: 90px;
    display: flex;
    align-items: center;
}

.clearfix {
    overflow: auto;
}

.navbar-nav > .menu-item > a,
.navbar-light .navbar-nav a.nav-link {
    color: black;
}

.navbar-nav > .menu-item > a {
    font-size: 16px;
    /* font-size: 20px; */
    padding: 10px;
}

#menu-item-divider {
    display: inline-block;
    content: 'test';
    height: 40px;
    border-right: 1px solid #ebebeb;
}

.menu-item.menu-item-get-started a.nav-link {
    margin-left: 15px;
    padding: 9px 14px;
    color: white;
    background-color: #014459;
    border: 2px solid #014459;
    border-radius: 5px;
    transition: all 150ms ease-in;
}
.menu-item.menu-item-get-started a.nav-link:hover {
    color: #014459 !important;
    background-color: white !important;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.navbar-login {
    background: white none repeat scroll 0 0;
    z-index: 9;
}
.navbar-login.affix {
    top: 0;
    width: 100%;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}
#bs4-nav .nav > li {
    border-right: 0 none;
    margin-right: 15px;
}
#bs4-nav .nav > li:last-child {
    margin-right: 0;
}
.menu-new-navbar-container,
.menu-main_menu-container {
    display: grid;
}

.navbar-btn {
    float: right;
    margin: 7px 0;
}
.navbar-btn ul {
    margin: 0;
    padding: 0;
}
.navbar-btn ul li {
    display: inline-block;
}
.navbar-nav .dropdown-menu > li > a:hover {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0 !important;
    color: #007791 !important;
}

.dropdown-menu {
    /* top: 85%; */
    top: 40px;
    padding-top: 15px;
    /* font-size: 20px; */
    font-size: 16px;
}

/* .dropdown-menu .menu-item > a {

} */

.dropdown {
    display: list-item;
}

.btn-nav {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: uppercase;
    margin-left: 5px;
}
.btn-nav:hover {
    background: #fff;
}
.btn-nav .fa {
    color: #0fc57f;
    margin-right: 5px;
}
.navbar-btn li.login {
    border-right: none;
    margin-left: 0;
    margin-right: 0;
}

#traing-award-2018 {
    max-width: 66px;
}

.text-center {
    text-align: center;
}

.training-award-section .img-container {
    max-width: 70%;
    margin: 0 auto;
}

.training-award-section {
    background-color: #f2f2f2;
}

@media (max-width: 992px) {
    .top-bar {
        height: auto;
        position: relative;
    }
    .admin-bar .top-bar {
        margin-top: 0px;
    }

    #sticky-menu-mg-fix {
        margin-top: 0px;
    }

    .navbar-align {
        height: auto;
    }
}

/**********************************
	Inner Submenu
***********************************/
@media (min-width: 768px) {
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-menu {
        left: 0;
        right: 0;
    }

    .dropdown-menu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
        background: #eee !important;
        box-shadow: none !important;
        padding: 5px 0px;
    }

    .dropdown-menu {
        /* width: 280px; */
        min-width: 200px;
        width: max-content;
    }

    .menu-item-has-children .menu-item-has-children ul.dropdown-menu {
        /* width: 280px; */
        width: max-content;
    }

    .dropdown-menu > li > a {
        white-space: normal;
    }

    .dropdown-menu .dropdown-menu a {
        border-bottom: solid 1px #dedede !important;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after,
    .dropdown-menu .menu-item-has-children > a:after {
        display: block;
        content: ' ';
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
        transform: rotate(90deg);
    }

    .dropdown-submenu:hover > a:after,
    .dropdown-menu .menu-item-has-children:hover > a:after {
        border-left-color: #007791;
    }
    .dropdown-submenu.pull-left {
        float: none;
    }

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

    .menu-item-get-started a {
        margin-left: 0;
        padding: 9px 19px;
    }
}

@media (max-width: 1199px) {
    .navbar-header .navbar-nav > li {
        margin-right: 5px;
    }
    .navbar-header .navbar-nav > li > a {
        font-size: 15px;
    }
}

@media (max-width: 1199px) and (min-width: 1024px) {
    #top-bar > div {
        width: 90%;
    }
}

@media (max-width: 1099px) and (min-width: 768px) {
    .navbar-header .navbar-nav > li {
        margin-right: 3px;
    }
    .navbar-brand > img {
        width: 300px;
    }
    .navbar-brand {
        padding-top: 20px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    #top-bar > div {
        width: 95%;
        padding: 0;
    }

    #bs4-nav #acma-main-navbar {
        justify-content: unset;
    }

    #bs4-nav nav {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-light .navbar-nav a.nav-link {
        font-size: 15px;
    }

    #bs4-nav .nav > li {
        margin-right: 5px;
    }
}

@media (max-width: 840px) and (min-width: 768px) {
    .navbar-brand > img {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .menu-item.menu-item-get-started a.nav-link {
        color: unset;
        background-color: unset;
        border: unset;
        padding: 10px;
    }
    .navbar-brand > img {
        width: 270px;
        margin: 0;
    }

    .navbar-brand {
        padding: 6px 0px 6px 13px;
        padding-left: 8px;
    }

    header #logo-container #prc-svg-logo {width: 300px}

    .top-bar {
        height: auto;
        position: relative;
        padding-top: 15px;
        padding-bottom: 7px;
    }

    #bs4-nav {
        padding: 0px;
    }

    .admin-bar .top-bar {
        margin-top: 0px;
    }

    #sticky-menu-mg-fix {
        margin-top: 0px;
    }

    #bs4-nav > .container {
        padding: 0px;
    }

    #bs4-nav .navbar > .navbar-collapse {
        position: relative;
        width: 100%;
        margin: 0px;
        background-color: unset;
        top: unset;
    }

    #bs4-nav .desktop-img-margin {
        margin-left: 0px;
        width: 60%;
    }

    /* .navbar-nav > .menu-item > a, .navbar-light .navbar-nav a.nav-link {
    padding: 10px 20px;
    color: rgba( 255, 255, 255, 0.9 );
    text-align: left;
  } */

    .menu-item.menu-item-get-started a.nav-link {
        margin-left: 0px;
    }

    #bs4-nav .nav > li {
        width: 100%;
        border-bottom: 1px solid grey;
    }

    #bs4-nav .nav > li:nth-last-child(1) {
        border-bottom: unset;
    }

    .navbar-header .navbar-nav li a {
        padding: 10px 20px;
        color: rgba(255, 255, 255, 0.9);
        text-align: left;
    }
}

/* NAVBAR INNER SUBMENU */
@media (max-width: 767px) {
    .navbar-nav li:hover > ul.dropdown-menu {
        color: white !important;
        border: unset;
    }
}

@media (max-width: 1024px) {
    #nav-logo-container {
        float: unset;
    }
}

#nav-logo-container {
    float: left;
    display: flex;
}

/* @media (max-width: 767px){
#top-bar > div {
    padding: 0;
    margin: 0;
  }
} */
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 768px) {
    .navbar-nav > li > .dropdown-menu {
        font-size: 14px;
        position: initial;
    }
}

@media (max-width: 767px) {
    .navbar-header .navbar-nav li a {
        padding: 10px 20px;
        color: rgba(255, 255, 255, 0.9);
        text-align: left;
    }

    .dropdown-item {
        white-space: normal;
        text-indent: -15px;
        margin-left: 5px;
    }

    .sticky-top {
        position: inherit;
    }

    #bs4-nav .navbar-nav .dropdown-menu a:before {
        text-indent: 0;
        padding-left: 0;
    }
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

/* Un-rotate caret on hover */
.dropdown-menu > li > a:hover:after,
.dropdown-menu > li > a:active:after,
.dropdown-menu > li:hover > a:after,
.dropdown-menu > li:active > a:after {
    text-decoration: underline;
    transform: unset;
}

/* Navbar styles when on not mobile */
/* PLACEHOLDER */

/* Navbar styles when on not mobile */
@media only screen and (min-width: 768px) {
    /* Remove userselect from nav */
    #bs4-nav .navbar-nav li {
      user-select: none;
      -moz-user-select: none;
    }

    /* Nav bar item hovering on both root and level 1 dropdowns */
    #bs4-nav .menu-item:not(.menu-item-get-started) .navbar-nav li a:hover,
    #bs4-nav .menu-item:not(.menu-item-get-started) .navbar-nav li a:focus,
    #bs4-nav
      .menu-item:not(.menu-item-get-started)
      .navbar-nav
      li
      > ul.dropdown-menu
      li
      > a:hover,
    #bs4-nav
      .menu-item:not(.menu-item-get-started)
      .navbar-nav
      li
      > ul.dropdown-menu
      li
      > a:focus,
    #bs4-nav
      .menu-item:not(.menu-item-get-started)
      .navbar-nav
      li
      > ul.dropdown-menu
      li
      > ul.dropdown-menu {
      background-color: whitesmoke !important;
    }
    /* Nav bar item hovering on level 2 dropdowns (slightly darker) */
    #bs4-nav
      .navbar-nav
      li
      > ul.dropdown-menu
      li
      > ul.dropdown-menu
      li
      > a:hover {
      background-color: #e8e8e8 !important;
    }
    /* Default state of level 1 dropdown menus (hidden) */
    #bs4-nav .navbar-nav li ul.dropdown-menu {
      display: block;
      visibility: hidden;
      pointer-events: none;
      padding-top: 8px;
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 200ms ease-in, visibility 200ms ease-in,
        transform 250ms ease-in-out;
    }
    /* Hover state of level 1 dropdowns (visible) */
    #bs4-nav .navbar-nav li:hover > ul.dropdown-menu,
    #bs4-nav .navbar-nav li ul.dropdown-menu:hover {
      visibility: visible;
      opacity: 1;
      transform: translateY(0px);
      pointer-events: auto;
    }
    /* Default state of level 2 dropdowns (hidden) */
    #bs4-nav .navbar-nav li ul.dropdown-menu li ul.dropdown-menu {
      padding-bottom: 0;
      border-bottom-left-radius: 0;
      transform: translateY(10px);
      display: block !important;
      visibility: hidden;
      pointer-events: none;
      opacity: 0;
      transition: opacity 150ms ease-in, visibility 150ms ease-in,
        transform 200ms ease-in-out;
    }
    /* Hover state of level 2 dropdowns (visible) */
    #bs4-nav .navbar-nav li ul.dropdown-menu li ul.dropdown-menu:hover,
    #bs4-nav .navbar-nav li:hover ul.dropdown-menu li:hover > ul.dropdown-menu {
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }
    /* Remove border bottom from last item in level 2 dropdown */
    #bs4-nav .navbar-nav li ul.dropdown-menu ul.dropdown-menu li:last-child a {
      border-bottom: none !important;
    }
    /* Change drop down size */
    .menu-item-has-children .menu-item-has-children ul.dropdown-menu {
      width: max-content !important;
    }
    /* Dropdown Menu items links */
    #bs4-nav .navbar-nav li ul.dropdown-menu a {
      line-height: 1.3;
      padding-top: 6px;
      padding-bottom: 6px;
    }
  }


