/* use with fixed navbar */
body {
    padding-top: 96px;
}

h1.side-heading {
    background: linear-gradient(90deg, #305792, #c71d22);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}

h2.enemo-post-title {
    /* font-family: "Merriweather", serif; */
}

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

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

i[class^="gg-"] {
    display: inline-block;
    top: 3px;
}

a.nav-link i {
    height: 18px;
    top: 0px;
    position: relative;
}

a.enemo-link {
    position: relative;
    text-decoration: none;
    font-weight: 600;
}

a.enemo-red {
    color: #c71d22;
}

/* .navbar-light > .navbar-nav > a.nav-link.enemo-link {
    color: #fff;
}

.navbar-light > .navbar-nav > .nav-item.active > a.nav-link.enemo-link {
    color: #fff;
} */

a.enemo-link > i {
    display: inline-block;
    /* top: 5px; */
    /* height: auto; */
}

a.enemo-link.featured-project-link {
    color: #fff;
}

.dropdown-item.enemo-link {
    color: #fff;
}

.dropdown-item.enemo-link:hover {
    color: #fff;
}

.navbar-nav > .nav-item a.nav-link.enemo-link {
    color: #fff;
}

.navbar-nav > .active a.nav-link.enemo-link {
    color: #fff;
}

.navbar-nav > .active a.nav-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -3px;
    left: 0;
    background-color: white;
    visibility: visible;
    transform: scaleX(1);
}

a.enemo-link:hover {
    text-decoration: none !important;
}

a.enemo-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -3px;
    left: 0;
    background-color: #dc4549;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.2s ease-in-out 0s;
}

a.enemo-link:hover::before {
    visibility: visible;
    transform: scaleX(1);
}

.list-group-item {
    /* font-family: "Merriweather", serif; */
}

.royal-nabvar {
    background-color: #ddebf8;
}

.royal-bg {
    background-color: #ddebf8;
}

.enemo-primary {
    color: #305792;
}

.enemo-secondary {
    color: #ea8f3c;
}

.enemo-body-text {
    color: #4c4346;
}

.enemo-post-title {
    color: #305792;
}

.enemo-bg-primary {
    background-color: #305792;
}

.enemo-bg-secondary {
    background-color: #ea8f3c;
}

.enemo-border-primary {
    border-color: #305792;
}

.enemo-border-secondary {
    border-color: #ea8f3c;
}

.election-countdown {
    color: #ea8f3c;
}

.election-countdown-description {
    color: #ea8f3c;
    font-weight: 300;
    font-size: 0.9em;
    line-height: 1em;
}

.election-title,
.election-subtitle {
    font-family: "Montserrat", sans-serif;
    color: #305792;
    margin-top: 25px;
}

.election-title {
    font-weight: 800;
    font-size: 2.4em;
}

.election-subtitle {
    font-weight: 300;
    margin-bottom: 30px;
}

.election-summary {
    padding: 50px;
}

.election-hero-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.narrow-row {
    background-color: #eee;
}

.narrow-container {
    padding: 50px;
}

.narrow-container h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2.4em;
    margin-bottom: 50px;
    color: #305792;
}

.enemo-post-content img {
    max-width: 100%;
}

.galery-image-thumb img {
    max-width: 100%;
}

.lightbox-img-link {
    display: block;
}

.lightbox-img-link img {
    max-width: 100%;
}

.gal {
    -webkit-column-count: 5; /* Chrome, Safari, Opera */
    -moz-column-count: 5; /* Firefox */
    column-count: 5;
}
.gal a {
    width: 100%;
    padding: 7px 0;
}
@media (max-width: 500px) {
    .gal {
        -webkit-column-count: 3; /* Chrome, Safari, Opera */
        -moz-column-count: 3; /* Firefox */
        column-count: 3;
    }
}

.about-col {
    padding: 40px;
    color: #ffffff;
}

.about-col p {
    color: #fff;
    font-weight: 300;
}

.about-col h3 {
    /* font-family: "Merriweather", serif; */
    font-weight: 600;
    font-size: 2em;
    margin-bottom: 50px;
    color: #ffffff;
}

.col-vision {
    background-color: #ea8f3c;
}

.col-mission {
    background-color: #777;
}

.col-goals {
    background-color: #305792;
}

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

.team-member .team-member-image {
    border-radius: 5px;
}

.team-member h5 {
    border-radius: 5px;
}

.team-member .member-name {
    font-weight: 600;
    color: #184777;
    margin-bottom: 5px;
    margin-top: 10px;
}
.team-member .member-position {
    font-size: 0.9em;
    color: #184777;
    margin-bottom: 0px;
}
.team-member .member-email {
    font-size: 0.9em;
    color: #ea8f3c;
}

.departments h5 {
    color: #ea8f3c;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 30px;
}

.departments p {
    color: #777;
    font-weight: 300;
    margin-bottom: 30px;
}

.election-category-tag {
    margin-bottom: 15px;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.election-post-card {
    border-top: 2px solid #ea8f3c;
    background-color: #eee;
}

.election-post-card .card-text {
    margin-top: 15px;
}

.election-post-card img {
    width: 100%;
}

.election-post-card .date-text {
    font-size: 0.8em;
    display: block;
    margin-top: 3px; /* to compensate line-height and keep it inline with link */
    color: #4c4346;
}

.icon-small {
    transform: scale(0.6) !important;
    opacity: 0.4;
}

/* Utilities */

.carousel-caption {
    left: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 30px !important;
    background-color: rgba(0, 0, 0, 0.45);
}

.zoom-hover {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.zoom-hover:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.row-eq-height > [class^="col"] {
}

.row-eq-height > [class^="col"] {
    flex-grow: 1;
}

.link-underline {
    border-bottom: 2px solid #184777;
}

.link-underline:hover {
    text-decoration: none !important;
    border-bottom: 2px solid #dc4549;
}

.slide-item-target {
    opacity: 0.85;
}
.slide-item-target.active-slide {
    opacity: 1;
    font-weight: 600;
    border-left: 4px solid #113153;
}

.card-title {
    /* font-family: "Merriweather", serif; */
}

a.dark {
    color: #113153;
}

.enemo-text-dark {
    color: #113153;
}

.enemo-text-light {
    color: rgba(33, 98, 164, 0.65);
    /* e9eff6 */
}

.label-light {
    font-weight: 400;
    font-size: 0.9em;
    color: rgba(33, 98, 164, 0.65);
}

.enemo-text-narrow {
    line-height: 1.2em;
}

.enemo-text-small {
    font-size: 0.8em;
}

.btn.btn-primary.enemo-btn-primary {
    border-color: #184777;
    background-color: #184777;
}

.post-col {
    display: flex;
    flex-direction: column;
}

.post-col .controls {
    margin-top: auto;
}

.post-col-title {
    margin-top: 5px;
    margin-bottom: 5px;
}

.post-thin-heading {
    color: #ccc;
    font-size: 0.9em;
}

.post-thin-heading i {
    transform: scale(var(--ggs, 0.6));
    display: inline-block;
}

.post-list-excerpt {
    color: #999;
    text-align: justify;
    font-size: 0.9em;
}

.card-title {
    color: #184777;
}

.card-text {
    font-size: 0.9em;
    line-height: 1.3em;
    color: #4c4346;
}

.single-post-wrapper {
}

.post-subheading-details {
    font-size: 0.9em;
    color: #777;
}

.mission-badge-wrapper {
}

.mission-badge-wrapper img {
    width: 100%;
}

.mission-title h5 {
    margin-bottom: 0px;
}

.mission-brief {
    background-color: #ddebf8;
    padding: 10px 15px 10px 15px;
}

.mission-vertical-item h6 {
}

.mission-vertical-item .item-body {
    background-color: #ddebf8;
    padding: 5px 10px;
}

.program-wrapper {
    background-color: #ddebf8;
}

.program-boxes-wrapper {
    display: flex;
    flex-direction: column;
}

.program-boxes-wrapper .row {
    flex: 1;
}

.program-box {
    /*
    font-family: 'Merriweather', serif;
    font-family: 'Playfair Display', serif;
    font-family: 'Roboto', sans-serif;
    */

    /* font-family: "Merriweather", serif; */
    font-weight: 600;
    font-size: 1.2em;
    color: #fff;

    padding: 20px;
    text-align: center;
    align-items: center;
}

.program-box.bg-enemo-blue {
    background-color: #4bc5d4;
}

.program-box.bg-enemo-red {
    background-color: #dc4549;
}

.program-box.bg-enemo-primary {
    background-color: #305792;
}

.program-box.bg-enemo-secondary {
    background-color: #ea8f3c;
}

.program-featured-title {
    /* font-family: "Merriweather", serif; */
    font-size: 2.3em;
    color: #305792;
    font-weight: 400;
}

.program-featured-description {
    font-family: "Roboto", sans-serif;
    font-size: 0.9em;
    color: #4c4346;
}

.action-set i {
    display: inline-block;
    margin-bottom: -3px;
}
.action-set i:last-child {
    margin-right: 5px;
}

.focus-posts-wrapper .image-col {
    overflow: hidden;
}

.focus-posts-wrapper .title-col {
    background-color: #eeede6;
    border-top: 4px solid rgba(0, 0, 0, 0.15);
}

.focus-posts-wrapper .title-col p {
    padding: 15px 10px;
    margin-bottom: 0px;
}

.top-row {
    margin-top: 32px;
}

.hero-section {
    margin-bottom: 15px;
}

.hero-image-wrapper {
    overflow: hidden;
    /* height: 60vh; */
    display: flex;
    position: relative;
    flex-direction: column;
}

.hero-image-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
}

.hero-image-overlay p {
    padding-left: 15px;
    padding-right: 15px;
}
.hero-image-overlay p.title {
    padding-top: 15px;
}

.hero-image-overlay p.date {
    color: #ccc;
    /* padding-bottom: 15px; */
    margin-bottom: 15px;
}

/* Sections */
.section-title-wrapper {
    border-bottom: 2px solid;
}

.section-title-wrapper.primary {
    border-color: #305792;
}
.section-title-wrapper.secondary {
    border-color: #ea8f3c;
}

.section-title {
    display: inline-block;
    padding: 2px 10px;
    font-variant-caps: all-petite-caps;
    color: #fff;
}

.footer-up {
    background-color: #2d2d2d;
    color: #bbc4c4;
}

.footer-down {
    background-color: #305893;
    color: white;
}

#footer-menu {
    padding: 0px;
    margin-left: -16px;
}
#footer-menu li {
    display: inline;
    margin-right: 10px;
}

#footer-menu li a {
    color: white;
}

#footer-menu li a:hover {
    color: #cbd3da;
    text-decoration: none;
    font-weight: 500;
}

.footer-info {
    margin-bottom: 0px;
}

.footer i {
    display: inline-block;
}

/** Navbar Toggler */

.navbar-custom-toggler {
    border: none !important;
}

.animated-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.animated-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.animated-icon span {
    background: #305792;
}

/* Icon 4 */

.animated-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

.animated-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.animated-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}

/* Spinner */

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #305792;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    content: "";
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.enemo-post-content img {
    float: left;
    margin: 5px;
}

.bg-blue {
    background-color: #021d44 !important;
}

.ml-10 {
    margin-left: 50px;
}

.navbar {
    padding: 0px !important;
}

.navbar-brand {
    padding: 0px !important;
}

.main-page-link:hover {
    text-decoration: none;
}

.bgimage {
    position: relative;
    width: 100%;
    min-height: 90vh;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("/site/img/enemo-main.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bgimage-post {
    position: relative;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("/site/img/enemo-main.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ballot {
    background: url("/site/img/ballot.png");
    background-repeat: no-repeat;

    background-size: contain;
}

.bgimage h5 {
    color: white;
    text-shadow: 2px 2px #333;
}


#main-title {
    margin: 0px auto;
    padding-bottom: 80px;
}

#bg-shadow {
    padding-top: 15vh;
    width: 100%;
}

@media (max-width: 768px) {
    .bgimage-post {
        min-height: 150px;
    }

    #bg-shadow {
        padding-top: 6vh;
    }

    #main-title {
        margin: 0px auto;
        margin-bottom: 60px;
    }

    .bgimage {
        min-height: 30vh;
    }

    .mobile-title {
        font-size: 1.5rem !important;
    }

    .mobile-description {
        font-size: 1rem !important;
    }
}

.divider {
    width: 30%;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.35);
}

.divider-white {
    width: 30%;
    height: 6px;
    background-color: rgba(205, 205, 205);
}

.divider-inner {
    height: 100%;
    width: 20%;
    background-color: rgba(255, 0, 0, 0.5);
}

#news-main-three {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 200px;
    width: 100%;
    /* border: 1px solid white; */
    margin: 0px auto;
}

.main-three-column {
    border: 3px solid rgba(255, 255, 255, 0.35);
    height: 200px;
    padding: 10px;
    padding-left: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.news-page-row:not(:last-child) {
    border-bottom: 1px solid #cecece;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 33px;
}

.election-item {
    width: 100%;
    height: 100px;
    margin-top: 10px;
}

.election-title-box {
    color: #2f5792;
    padding: 10px;
    font-weight: 500;
}

.election-title-box-border {
    border: 1px solid rgba(205, 205, 205);
    border-right: none;
}

.election-title-box-border-tb {
    border: 1px solid rgba(205, 205, 205);
    border-right: none;
    border-left: none;
}

.dropdown-menu {
    background-color: #021d44 !important;
    text-transform: none;
}

.dropdown-item:hover {
    background-color: #021d44 !important;
}

.text-justify p {
    text-align: justify;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.accordion-content {
    display: none;
}

#accordion {
    list-style: none;
    padding-left: 0px;
    /* margin-top: 20px; */
}

#accordion h5 {
    cursor: pointer;
}

#accordion li {
    margin-top: 20px;
}

/*
.m-left{
    margin-left: 0px !important;
}

.ml-auto{
    margin-left: 0px !important;
}

.mx-auto{
    margin-left: 0px !important;
} */
