@CHARSET "UTF-8";
body {
    color: #000000;
    font-family: BrandonTextWeb-Regular, sans-sans-serif;
    font-size: 18px;
}
::selection {
    background-color: #2D96FA;
    color: #FFF;
}
a {
    color: #2D96FA;
}
a:hover {
    color: #2D96FA;
    text-decoration: underline;
}
a.button {
    background: rgb(1,127,201);
    background: linear-gradient(180deg, rgba(1,127,201,1) 0%, rgba(0,64,101,1) 100%);
    border-radius: 5px;
    color: #FFF;
    font-family: BrandonTextWeb-Black;
    font-size: 28px;
    display: inline-block;
    height: 63px;
    line-height: 63px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
}
a.button_sm {
    font-family: BrandonTextWeb-Regular;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    text-transform: none;
}
a.button_w_100 {
    display: block;
}
a.button.button_sm_text {
    font-size: 20px;
}
a.button:hover {
    background: rgb(1,127,201);
    text-decoration: none;
}
a.wp-block-button__link {
    background: rgb(1,127,201);
    background: linear-gradient(180deg, rgba(1,127,201,1) 0%, rgba(0,64,101,1) 100%);
    border: 1px solid #FFF;
    border-radius: 5px;
    color: #FFF;
    font-family: BrandonTextWeb-Medium;
    font-size: 18px;
    display: inline-block;
    height: 35px;
    line-height: 33px;
    padding: 0 15px;
    text-align: center;
}
a.wp-block-button__link:hover {
    background: #FFF;
    border: 1px solid #86B0DA;
    color: #0482CA;
    text-decoration: none;
}
.thin {
    font-family: BrandonTextWeb-Thin;
}
.thin-italic {
    font-family: BrandonTextWeb-ThinItalic;
}
.light {
    font-family: BrandonTextWeb-Light;
}
.light-italic {
    font-family: BrandonTextWeb-LightItalic;
}
.regular {
    font-family: BrandonTextWeb-Regular;
}
.italic {
    font-family: BrandonTextWeb-Italic;
}
.medium {
    font-family: BrandonTextWeb-Medium;
}
.medium-italic {
    font-family: BrandonTextWeb-MediumItalic;
}
.bold {
    font-family: BrandonTextWeb-Bold;
}
.bold-italic {
    font-family: BrandonTextWeb-BoldItalic;
}
.black {
    font-family: BrandonTextWeb-Black;
}
.black-italic {
    font-family: BrandonTextWeb-BlackItalic;
}
h1 {
    font-family: BrandonTextWeb-Black;
    font-size: 58px;
    line-height: 62px;
}
h2 {
    font-family: BrandonTextWeb-Black;
    font-size: 42px;
    line-height: 50px;
}
h3 {
    font-family: 'Playfair Display';
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 30px;
}
h4 {
    font-family: BrandonTextWeb-Black;
    font-size: 30px;
    line-height: 40px;
}
h5 {
    font-family: BrandonTextWeb-Black;
    font-size: 28px;
    line-height: 34px;
}
h6 {
    font-family: BrandonTextWeb-Black;
    font-size: 20px;
    line-height: 26px;
}
hr {
    background: rgb(1,127,201);
    background: linear-gradient(90deg, rgba(1,127,201,1) 0%, rgba(0,64,101,1) 100%);
    height: 2px;
    margin-bottom: 50px;
    margin-top: 25px;
}
input[type="text"], input[type="email"], textarea, input[type="submit"] {

}
.img-fluid, .wp-block-image.size-large:not(.is-resized) img, .img-fluid img {
    height: auto !important;
    width: 100% !important;
}
.wp-block-image img {
    height: auto;
}
img.img-contain, .img-contain img {
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
    width: 100%;
}
img.img-cover, .img-cover img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
}
.wp-block-image {
    margin-bottom: 0;
}
.wp-block-column:not(:only-child) {
    /* flex-basis: 100% !important; */
}
.email_back {
    /* Honeypot -- hidden form element */
    display: none !important;
}
.video_wrapper {
    position: relative;
    margin-top: 45px;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video_wrapper >  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Navbar */
.navbar {
    background-color: rgba(255, 255, 255, 1);
    flex-direction: column;
    padding-bottom: 0;
    -webkit-transition:padding 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.navbar.stuck {
    min-height: 80px;
}
.navbar > * {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
/* Menu */
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}
.dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 10px 0;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}
#navigation_menu .navbar-nav > li {
    margin-bottom: 10px;
}
#navigation_menu .navbar-nav li:last-child {
    border-right: none !important;
}
#navigation_menu .navbar-nav a {
    /* Menu items style */
    color: #414144;
    font-family: BrandonTextWeb-Black;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
    padding: 0 10px;
}
#navigation_menu .navbar-nav > li > a {
    text-transform: uppercase;
}
#navigation_menu > ul > li > a:hover {
    /* First level menu items style when hovered */
    color: #2D96FA;
}
#navigation_menu > ul > li.show > a {
    /* First level menu items with sub-menu style when active*/
    color: #2D96FA;
}
#navigation_menu > ul > li > ul.dropdown-menu {
    border-radius: 0 0 5px 5px;
    margin-top: -15px;
}
@media (min-width: 768px) {
    #navigation_menu > ul > li > ul.dropdown-menu {
        margin-top: 0;
    }
}
#navigation_menu > ul > li > ul.dropdown-menu > li {
    margin: 10px 0;
}
#navigation_menu > ul > li > ul.dropdown-menu > li > a {
    text-transform: none;
}
#navigation_menu > ul > li > ul.dropdown-menu > li > a:hover {
    /* Second level menu items style when hovered */
    color: #2D96FA;
    text-decoration: none;
}
#navigation_menu > ul > li > ul.dropdown-menu > li.show > a {
    /* Second level menu items with sub-menu  style when hovered */
    color: blue;
}
#navigation_menu > ul > li > ul.dropdown-menu > li > ul > li > a {
    padding-left: 3rem;
}
#navigation_menu > ul > li > ul.dropdown-menu > li > ul > li > a:hover {
    /* Third level menu items with sub-menu style when active*/
    color: #0080C8;
}
#navigation_menu > ul > li > ul.dropdown-menu {
    /* Remove margin of dropdown menu so it can remain open on hover */
    /* margin-top: 0; */
}
#navigation_menu > ul li.nav-item.dropdown:hover > .dropdown-menu {
    /* Open sub menu when menu item is hovered */
    display: block;
}
#navigation_menu > ul li.nav-item.dropdown > .dropdown-menu > li.dropdown-submenu > .dropdown-menu {
    margin-left: 0;
}
#navigation_menu > ul li.nav-item.dropdown > .dropdown-menu > li.dropdown-submenu:hover > .dropdown-menu {
    /* Open second sub menu when sub menu item is hovered */
    display: block;
}
.profile_menu {
    margin-bottom: 15px;
}
.profile_menu ul {
    display: flex;
    list-style: none;
}
.profile_menu ul li {
    margin-left: 15px;
}
.profile_menu ul li > a {
    color: #4E4E4E;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 0px 8px;
    text-decoration: none;
}
.profile_menu ul li > a:hover {
    text-decoration: none;
}


.navbar__border {
    background: rgb(1,127,201);
    background: linear-gradient(90deg, rgba(1,127,201,1) 0%, rgba(0,64,101,1) 100%);
    height: 2px;
    margin-top: 15px;
}

footer {
    background: rgb(1,127,201);
    background: linear-gradient(90deg, rgba(1,127,201,1) 0%, rgba(0,64,101,1) 100%);
}

/* Reusable classes */
.bg-dark-blue {
    background-color: #004972;
    color: #FFF;
}
.bg-light-blue {
    background-color: #0080C9;
    box-sizing: content;
    color: #FFF;
}
.bg-light-blue > *, .bg-dark-blue > * {
    color: #FFF !important;
    padding-left: 30px;
    padding-right: 30px;
}
.bg-light-blue a, .bg-dark-blue a {
    color: #FFF !important;
}
.bg-light-blue > *:first-child, .bg-dark-blue > *:first-child {
    padding-top: 30px !important;
}
.bg-light-blue > *:last-child, .bg-dark-blue > *:last-child {
    padding-bottom: 30px;
}
.border-bottom {
    border: none !important;
    flex-wrap: wrap;
}
.border-bottom:after {
    background: rgb(1,127,201);
    background: linear-gradient(90deg, rgba(1,127,201,1) 0%, rgba(0,64,101,1) 100%);
    content: '';
    display: block;
    flex-basis: 100%;
    height: 2px;
    margin-top: 15px;
}
.playfair-bold {
    font-family: 'Playfair Display';
    font-weight: 700;
}
.page-introduction {
    font-family: 'Playfair Display';
    margin-bottom: 60px;
    text-align: center;
}
.page-introduction:after {
    background: rgb(1,127,201);
    background: linear-gradient(90deg, rgba(1,127,201,1) 0%, rgba(0,64,101,1) 100%);
    content: '';
    display: block;
    height: 2px;
    margin-top: 60px;
}
.margin-bottom-1, .margin-y-1 {
    margin-bottom: .25rem!important;
}
.margin-bottom-2, .margin-y-2 {
    margin-bottom: .5rem!important;
}
.margin-bottom-3, .margin-y-3 {
    margin-bottom: 1rem!important;
}
.margin-bottom-4, .margin-y-4 {
    margin-bottom: 1.5rem!important;
}
.margin-bottom-5, .margin-y-5 {
    margin-bottom: 3rem!important;
}
.margin-top-1, .margin-y-1 {
    margin-top: .25rem!important;
}
.margin-top-2, .margin-y-1 {
    margin-top: .5rem!important;
}
.margin-top-3, .margin-y-3 {
    margin-top: 1rem!important;
}
.margin-top-4, .margin-y-4 {
    margin-top: 1.5rem!important;
}
.margin-top-5, .margin-y-5 {
    margin-top: 3rem!important;
}
.padding-1 {
    padding: .25rem!important;
}
.padding-2 {
    padding: .5rem!important;
}
.padding-3 {
    padding: 1rem!important;
}
.padding-4 {
    padding: 1.5rem!important;
}
.padding-5 {
    padding: 3rem!important;
}
.padding-bottom-1 {
    padding-bottom: .25rem!important;
}
.padding-bottom-2 {
    padding-bottom: .5rem!important;
}
.padding-bottom-3 {
    padding-bottom: 1rem!important;
}
.padding-bottom-4 {
    padding-bottom: 1.5rem!important;
}
.padding-bottom-5 {
    padding-bottom: 3rem!important;
}
.padding-top-1 {
    padding-top: .25rem!important;
}
.padding-top-2 {
    padding-top: .5rem!important;
}
.padding-top-3 {
    padding-top: 1rem!important;
}
.padding-top-4 {
    padding-top: 1.5rem!important;
}
.padding-top-5 {
    padding-top: 3rem!important;
}
.padding-left-1 {
    padding-left: .25rem!important;
}
.padding-left-2 {
    padding-left: .5rem!important;
}
.padding-left-3 {
    padding-left: 1rem!important;
}
.padding-left-4 {
    padding-left: 1.5rem!important;
}
.padding-left-5 {
    padding-left: 3rem!important;
}
.padding-right-1 {
    padding-right: .25rem!important;
}
.padding-right-2 {
    padding-right: .5rem!important;
}
.padding-right-3 {
    padding-right: 1rem!important;
}
.padding-right-4 {
    padding-right: 1.5rem!important;
}
.padding-right-5 {
    padding-right: 3rem!important;
}
.wp-block-table table thead {
    background-color: #017FC9;
    color: #FFF;
}
.wp-block-table table thead tr th:first-child, .wp-block-table table tbody tr td:first-child {
    padding-left: 15px;
}
.wp-block-table table thead tr th:last-child, .wp-block-table table tbody tr td:last-child {
    padding-right: 15px;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
    background-color: #F2FAFF;
}

main {
    margin-top: 177px;
}
main ul {
    padding-left: 0;
}
main ul li {
    margin-left: 20px;
}

/* Login Page */
.pb_pndb_login {
    background-color: #F1F1F1;
}
body.login::before {
    border-bottom: 2px solid #015D93;
    background-image: url('../images/logo.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 50px;
    content: '';
    display: block;
    height: 105px;
    margin: 0 auto;
    text-align: center;
    width: 96%;
}
body.login h1 a,
body.login .language-switcher {
    display: none;
}

/*

form[name="lostpasswordform"]::before {
    content: 'Please enter your email address. You will receive an email with instructions on how to reset your password.';
    display: block;
    margin-bottom: 30px;
}
form[name="loginform"] > p:first-child::before,
form[name="lostpasswordform"] > p:first-child::before  {
    content: 'Email Address';
    font-size: 14px;
    font-weight: bold;
}
form[name="loginform"] > p:first-child label,
form[name="lostpasswordform"] > p:first-child label {
    display: none;
}
form[name="loginform"] input[type="submit"],
form[name="lostpasswordform"] input[type="submit"] {
    background: rgb(1,127,201);
    background: linear-gradient(180deg, rgba(1,127,201,1) 0%, rgba(0,64,101,1) 100%);
    border: 1px solid #FFF;
    border-radius: 5px;
    color: #FFF;
    font-family: BrandonTextWeb-Medium;
    font-size: 18px;
    display: inline-block;
    height: 35px;
    line-height: 33px !important;
    padding: 0 15px !important;
    text-align: center;
}
*/

.dashboard .row .col {
    height: 100px;
    margin-bottom: 15px;
}
.dashboard .col a {
    align-items: center;
    border: 2px solid #014C79;
    color: #014C79;
    display: flex;
    height: 100%;
    justify-content: center;
    text-decoration: none;
}
.dashboard .col a:hover {
    background-color: #014C79;
    color: #FFF;
}

.pb_pndb_form .required label::after {
    color: #CA4A1E;
    content: '*';
}



/* Default template */
.page__banner {
    position: relative;
    margin-bottom: 30px;
}
.page__banner.has_sub_menu {
    margin-bottom: 0;
}
.page__banner__heading {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.page__banner__heading h1 {
    color: #FFF;
    font-size: 24px;
    line-height: 1.2;
    max-width: 95%;
    text-align: center;
    text-shadow: 6px 6px 6px #00000029;
    text-transform: uppercase;
}
.page__sub_menu {
    background-color: #017FC9;
    margin-bottom: 60px;
}
.page__sub_menu ul.page__sub_menu__menu {
    list-style: none;
    margin: 5px 0;
}
.page__sub_menu ul.page__sub_menu__menu > li {
    margin-left: 0;
    padding: 0;
}
.page__sub_menu ul.page__sub_menu__menu li.active {
    background-color: #FFF;
}
.page__sub_menu a {
    color: #FFF;
    font-family: 'Playfair Display';
    font-size: 14px;
    font-weight: bold;
}
.page__sub_menu a:hover {
}

.page__sub_menu ul.page__sub_menu__menu > li > a {
    display: block;
    padding: 5px 15px;
}
.page__sub_menu ul.page__sub_menu__menu > li.active > a {
    color: #000;
}
ul.page__sub_menu__sub_menu {
    background-color: #FFF;
    border-radius: 0 0 3px 3px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    display: none;
    list-style: none;
    max-width: 250px;
    padding: 10px 10px 10px 0;
    position: absolute;
    z-index: 9999;
}
.page__sub_menu ul.page__sub_menu__menu > li:hover ul.page__sub_menu__sub_menu {
    display: block;
}
ul.page__sub_menu__sub_menu li {
    margin-left: 15px;
    padding: 0 !important;
    padding-bottom: 10px !important;
}
ul.page__sub_menu__sub_menu li a {
    color: #000;
}

/* Reports */
.reports__section__title {
    background: rgb(1,127,201);
    background: linear-gradient(90deg, rgba(1,127,201,1) 0%, rgba(0,64,101,1) 100%);
    color: #FFF;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    justify-content: space-between;
    padding: 7px 15px 7px 30px;
    text-transform: uppercase;
}
.reports__section__title:hover {
    color: #FFF;
    text-decoration: none;
}
.reports__section__title > div {
    flex: 1;
    text-align: center;
}
.reports__section__title:after {
    content: '+';
    width: 15px;
}
.reports__section__title.show:after {
    content: '-';
}
.reports__section__reports {
    background-color: #F2FAFF;
    padding-top: 15px;
}
.reports__section__reports__report {
    margin-bottom: 45px;
}
.reports__section__reports__report h3 {
    font-size: 18px !important;
    line-height: 22px;
    margin-bottom: 15px;
}
.reports__section__reports__report p {
    font-size: 18px;
}

/* Members */
.members__regions {
    background-color: #D4EAF6;
    padding: 25px 15px;
}
.members__regions__region:not(:last-child) {
    margin-bottom: 30px;
}
.members__regions__region__heading {
    background: rgb(1,127,201);
    background: linear-gradient(90deg, rgba(1,127,201,1) 0%, rgba(0,64,101,1) 100%);
    color: #FFF;
    display: block;
    padding-left: 25px;
    padding-right: 25px;
}
.members__regions__region__heading:hover {
    color: #FFF;
    text-decoration: none;
}
.members__regions__region__heading {
}
.members__regions__region__heading h2 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 28px !important;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
.members__regions__region__heading h2 span {
    flex: 1;
    margin-left: 20px;
}

.members__regions__region__members__member {
    margin-top: 15px;
}
.members__regions__region__members__member > div {
    background-color: #FFF;
    height: 100%;
}
.members__regions__region__members__member__logo {
    background-color: #F0F9FF;
    display: block;
    height: 180px;
}
.members__regions__region__members__member__logo_p0 {
    overflow: hidden;
}
.members__regions__region__members__member__logo img {
    background-color: #FFF;
}
.members__regions__region__members__member__logo_p0 img {
    object-fit: cover;
}
.members__regions__region__members__member__details {
    padding: 5px 15px 0;
}
.members__regions__region__members__heading {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px !important;
}
.members__regions__region__members__country {
    font-weight: bold;
    margin-bottom: 5px;
}
.members__regions__region__members__text {
    font-size: 14px;
    line-height: 18px;
}

/* What we do */
.what_we_do__topics {
    background-color: #F2FAFF;
    padding-bottom: 45px;
    padding-top: 45px;
}
.what_we_do__topics__topic {
    border-bottom: 2px solid #639AD0;
    color: #000;
    font-weight: bold;
    display: block;
    margin-top: 20px;
    padding-bottom: 10px;
}
.what_we_do__topics__topic:hover {
    text-decoration: none;
}
.what_we_do__courses__topic_heading a span {
    display: inline-block;
    line-height: 10px;
}
.what_we_do__courses__course_table_container {
    overflow-x: scroll;
}
.what_we_do__courses__course_table th:first-child, .what_we_do__courses__course_table td:first-child {
    padding-left: 15px;
}
.what_we_do__courses__course_table th:last-child, .what_we_do__courses__course_table td:last-child {
    padding-right: 15px;
}
.what_we_do__courses__course_table thead {
    background-color: #017FC9;
    color: #FFF;
}
.what_we_do__courses__course_table tbody {
    color: #000;
}
.what_we_do__courses__course_table tbody tr:nth-of-type(odd) {
    background-color: #F2FAFF;
}
.what_we_do__courses__course_table td {
    border-top: none;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .page__banner__heading h1 {
        font-size: 28px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .colums-bordered > .wp-block-column:not(:last-child) {
        border-right: 1px solid #0E7FC9;
        padding-right: 2em;
    }
    #navigation_menu .navbar-nav > li > a {
        margin-bottom: 0;
        padding: 0 15px;
    }
    #navigation_menu .navbar-nav > li:first-child > a {
        padding-left: 15px;
    }
    #navigation_menu > ul > li {
        border-right: 2px solid #3A7FC3;
    }
    #navigation_menu > ul > li > ul.dropdown-menu > li > ul > li > a {
        padding-left: 1.5rem;
    }
    .has-submenu {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding-bottom: 0;
        padding-top: 0;
    }
    .has-submenu span:first-child {
        margin-right: 15px;
    }
    .has-submenu span:nth-child(2) {
        font-size: 18px;
    }
    .submenu {
        border-radius: 0 0 5px 0;
    }
    .nav-item .submenu{
		display: none;
		position: absolute;
		left: 100%;
        top: -2px;
	}
    .dropdown-menu > li:hover > .submenu{
		display: block;
	}
    .footer__quick_links a {
        margin-bottom: 0 !important;
    }
    .footer__main .row > * {
        text-align: left;
    }
    .footer__main ul {
        padding-left: 40px;
    }
    .footer__main ul li {
        display: block;
        margin: 0;
    }
    .footer__links__social {
        margin-left: 30px;
        text-align: left;
    }
    main {
        margin-top: 200px;
    }
    .home__image_slider {
        height: 25vw;
    }
    .ms-caption p {
        font-size: 30px;
        line-height: 46px;
        width: 80%;
    }
    .home__links .wp-block-column h4 {
        height: 80px;
    }
    .home__links .wp-block-column p {
        height: 120px;
    }
    .home__links .wp-block-column img {
        height: 82px !important;
        width: 82px !important;
    }
    .page__banner__heading h1 {
        font-size: 54px;
    }
    .page__sub_menu ul.page__sub_menu__menu {
        display: flex;
        justify-content: space-between;
        margin: 0;
    }
    .page__sub_menu ul li {
        padding: 5px 25px;
    }
    .page__sub_menu a {
        font-size: 18px;
    }
    .members__regions {
        padding: 25px 50px;
    }
    .members__regions__region__members__member__logo {
        height: 140px;
    }
    .what_we_do__courses__topic_heading {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.nav-item .submenu-left{
		right:100%; left:auto;
	}
    .nav-item .submenu > li {
        margin: 10px 0;
    }
    .ms-caption p {
        width: 75%;
    }
    .home__links .wp-block-column h4 {
        height: 80px;
    }
    .home__links .wp-block-column p {
        height: 90px;
    }
    .home__links .wp-block-column img {
        height: 164px !important;
        width: 162px !important;
    }
    .what_we_do__topics__topic {
        font-size: 28px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #navigation_menu .navbar-nav > li > a {
        padding: 0 35px;
    }
    .ms-caption p {
        font-size: 40px;
        width: 75%;
    }
}

/* Extra extra large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) {
    .ms-caption {
        margin-left: 25vw;
        width: 50vw;
    }
}

/* Touch screen, no mouse */
@media (hover: none) {
}

/* Hamburger button animation */
.navbar-toggler {
    border: none;
    background: transparent !important;
}
.navbar-toggler:focus {
    outline: none;
    background: transparent !important;
}
.navbar-toggler .icon-bar {
    background-color: #000;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}
.bg-dark .navbar-toggler .icon-bar {
    background-color: #FFF;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}
.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2) {
    width: 0;
    transition: ease all .2s;
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}
