﻿.efa-blue {
    color: #005072 !important;
}

.efa-bg {
    background-color: rgb(236, 241, 245);
    border-radius: 10px;
}

body {
    font-family: arial;
}

hr {
    margin: 2rem 0;
    border-color: #eee;
}

.container {
    max-width: 980px;
}

header {
    background: #ECF1F5;
}

a {
    color: #005072;
}

p {
    line-height: 19px;
    font-family: times new roman;
}

ul {
    list-style: none;
}

/* HEADER */

header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

header .contact-info {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .contact-info a {
    margin-right: 5px;
}

header .contact-info span {
    padding-left: 10px;
    font-weight: bold;
    font-size: 15px;
}

header h1 {
    color: #fff;
    background-color: #005072;
    border-radius: 4px 4px 0 0;
    font-size: 32px;
    font-family: arial;
    display: inline-block;
    width: 100%;
    padding: 40px;
    margin: 0;
}

nav.navbar {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

nav .nav-item {
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px;
    font-size: 12px;
    font-weight: 700;
}

nav .nav-item.active, nav .nav-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

/* FOOTER */

footer .container {
    margin: 40px auto 0 auto;
    text-shadow: 1px 1px 1px rgba(255,255,255,1);
    padding: 20px;
    background-color: #ECF1F5;
    border-radius: 10px;
}

.footer-widget-inner {
    line-height: 19px;
    font-family: times new roman;
    font-size: 16px;
}

.footer-widget-inner a {
    color: rgb(0, 80, 114);
}

.footer-widget-inner h3 {
    font-family: helvetica;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: rgb(0, 80, 114);
}

.copyright {
    margin: 30px 0 20px 0;
    font-family: times new roman;
}

/* CONTENT */
main h1 {
    padding: 15px;
    font-family: arial;
    font-size: 36px;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 10px;
}

main h2 {
    padding: 5px;
    margin-bottom: 15px;
    color: #005072;
    font-size: 26px;
    font-family: Arial;
    text-align: center;
}

span.required {
    color: #3596ae;
    font-weight: 700;
    font-family: times new roman;
}

.container > .p-4 > p:first-child > img {
    float: left;
    margin: 4px 20px 5px 0;
}

/* FORMS */

form label {
    color: #000;
    font-family: times new roman;
}

form .form-control {
    font-family: times new roman;
    color: #000;
    font-size: 14px;
}

form .form-control::placeholder {
    color: #000;
}

form .btn {
    background-color: #005072;
    border-color: #005072;
    font-family: times new roman;
}

form .btn:hover {
    background-color: #005072;
    box-shadow: 0 0 5px rgba(0,153,255,0.5);
}

/* Bootstrap Carousel  + Transitions */

.carousel-item {
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out !important;
}

.carousel::after {
    content: " ";
    background: url(/Assets/images/shadow3.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    height: 60px;
    width: 100%;
}
.carousel-inner {
    background: url(/Assets/images/slider-bg-blue.png);
    color: #FFF;
    padding: 40px 25px;
}
.carousel-inner .row {
    display: flex;
    align-items: center;
}
.carousel-inner h3 {
    font-family: times new roman;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}
.carousel-inner p {
    font-family: times new roman;
    font-weight: 700;
    line-height: 30px;
    font-size: 20px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%
}

/* WIDGET INDEX LIST */

ul.large-tick {
    font-family: 'Times New Roman';
}

ul.large-tick li {
    background: url(/Assets/images/sprite.png) no-repeat;
    margin: 10px 0 0 0;
    line-height: 19px;
    margin-top: 20px;
    padding-left: 25px;
    background-position: -21px -463px;
}

/* WIDGET PROJECT LIST */

ul.widget-project-list {
    color: #646464;
    font-size: 14px;
    line-height: 22px;
}

ul.widget-project-list li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

ul.widget-project-list h5 {
    margin-bottom: 20px;
    color: #005072;
}

ul.widget-project-list img {
    max-width: 300px;
}

ul.widget-project-list .col-md-3 img {
    max-width: 150px;
}

ul.widget-project-list .col-md-4 img {
    margin-top: 45px;
}

/* WIDGET VIDEO LIST */

ul.widget-video-list {
    padding: 0;
}
ul.widget-video-list li {
    padding: 10px;
    flex-grow: 1;
    flex-basis: 0;
    font-size: 15px;
}
ul.widget-video-list video {
    max-width: 100%;
}

/* WIDGET USERS LIST */

.widget-user-list-item:not(:last-child) {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}
.widget-user-list div {
    margin-bottom: 10px;
}
.widget-user-list img {
    float: left;
    margin: 4px 20px 5px 0;
}
.widget-user-list ul {
    list-style-type: circle;
    font-family: 'times new roman';
}

img, iframe {
    max-width: 100%;
}

.mobile-menu {
    width: 100%;
}

.mobile-menu select {
    width: calc(100%);
    border: 1px solid #005072;
    display: inline-block;
    height: 30px;
    margin: 20px 0;
    border-radius: 4px;
    font-family: arial;
    font-size: 12px;
}

.field-validation-error {
    font-family: arial;
    font-size: 12px;
    color: red;
}

@media (max-width: 575px) {
    .contact-info {
        flex-wrap: wrap;
    }

    .contact-info span {
        width: 100%;
        display: block;
        text-align: center;
        padding-top: 10px;
    }
}

.loader {
    position: relative;
    min-height: 70px;
}

.loader:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .8;
    z-index: 10000;
}

.loader:after {
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #005072;
    border-bottom-color: #005072;
    -webkit-animation: spinner .7s ease infinite;
    animation: spinner .7s ease infinite;
    z-index: 10001;
}

body.loader:before,
body.loader:after {
    position: fixed;
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}