:root {
    --blue-color: #005E96;
    --white-color: #FFFFFF;
    --accent-color: #EEB000;
}
* {
	margin: 0;
	box-sizing: inherit;
}
*:before, *:after {
	box-sizing: inherit;
}
html, body {
	height: 100%;
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
iframe {
	border: none;
	margin: 0;
	padding: 0;
}
body, td, th {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
	font-size: 16px;
    font-style: normal;
	color: var(--blue-color);
}
body {
	background-color:#FFF;	
	margin: 0;
}
body.maintenance {
	background:#fff;
}
body.removeScrollBar {
    overflow:hidden !important;
}
a:link, a:visited, a:active {
	color: var(--blue-color);
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: var(--accent-color);
}
.clr {
	clear: both;
	font-size: 1px;
	height: 1px;
}
/* float clearing for IE6 */
* html .clearfix {
	height: 1%;
	overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix {
	min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
#wrapper {
	width: 100%;
	min-height: calc(100vh - 200px);
	margin: 0 auto;
	padding: 0;
}
@media only screen and (max-width: 1199px) {
    #wrapper {
        margin: 0 auto;
    }
}
header {
    background-color: transparent;
    padding: 5px 0;
	position:relative;
	z-index:1;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
header.no-cover {
    background-color: var(--blue-color);
    color: #FFF;
}
header .logo {
    width: 250px;
}
header .navigation {
    width: calc(100% - 300px);
}
.header-hide {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
}
.navbar {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 20px;
}
@media only screen and (max-width: 1199px) {
    .navbar {
        display: none;
    }
}
@media only screen and (max-width: 567px) {
    header .logo img {
        max-height: 70px;
    }
}
.navbar .nav-item {
    margin: 0 10px;
}
.navbar-nav .nav-link {
    font-size: 16px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 5px;
    position: relative;
}
.navbar-nav a:link,
.navbar-nav a:visited,
.navbar-nav a:active {
    color: var(--white-color);
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--white-color);
}
.navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 3px;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.navbar-nav .nav-link:hover::before ,
.navbar-nav .nav-link.active::before ,
.navbar-nav .nav-link.show::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.dropdown-menu {
    background-color: rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .2);
}
header.no-cover .dropdown-menu {
    background-color: #004B78;
    border: 1px solid #004B78;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #FFF !important;
    color: var(--blue-color) !important;
}
.dropdown-menu[data-bs-popper] {
    margin-top: 8px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding-top: 0;
}

body.blue-theme .navbar-nav a:link,
body.blue-theme .navbar-nav a:visited,
body.blue-theme .navbar-nav a:active {
    color: var(--blue-color);
}
body.blue-theme .navbar-nav .nav-link::before {
    background-color: var(--blue-color);
}

#cover {
	width:100%;
    height:100vh;
	position:relative;
    overflow: hidden;
}
@media only screen and (max-width: 1600px) {
    #cover {
        height:auto;
    }
}
#cover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*background-color: rgba(0,0,0,.2);*/
}
#cover .title {
    position: absolute;
    top: 28%;
    color: #FFF;
    font-size: 40px;
    font-weight: 400;
    z-index: 2;
}
#cover .subtitle {
    position: absolute;
    top: 44%;
    color: #FFF;
    font-size: 74px;
    font-weight: 700;
    z-index: 2;
}
#cover .subtitle h1 {
    font-weight: 700;
}
#cover .description {
    max-width: inherit;
    position: absolute;
    top: 60%;
    color: #FFF;
    font-weight: 400;
    z-index: 2;
    text-align: justify;
}
#cover .scroll-down {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: auto;
    width :34px;
    height: 55px;
}
#cover .mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
    cursor:pointer;
}
#cover .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
}
@keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
}
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--accent-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}
header .hamburger-inner:before {
    border-radius: 0;
    top: -7px;
}
header .hamburger-inner:after {
    border-radius: 0;
    bottom: -7px;
}
header .mm-categories .hamburger-box {
    width: 26px;
}
header .mm-categories .hamburger-inner,
header .mm-categories .hamburger-inner:after,
header .mm-categories .hamburger-inner:before {
    width:26px;
    height:2px;
    background-color:#FFF;
    transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
}
header .mm-categories:hover .hamburger-inner,
header .mm-categories:hover .hamburger-inner:after,
header .mm-categories:hover .hamburger-inner:before,
header .mm-categories .is-active .hamburger-inner,
header .mm-categories .is-active .hamburger-inner:after,
header .mm-categories .is-active .hamburger-inner:before {
    background-color:var(--accent-color);
}
header .mm-categories .hamburger.is-active:hover,
header .mm-categories .hamburger:hover {
    opacity:1;
    outline: none;
}

.mm-categories {
    display: none;
}
#mm_menu {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
}
@media (max-width: 1199px) {
    .mm-categories {
        display: flex;
        align-items: center;
        justify-content: end;
    }
}

/* MOBILE MENU */
#mobile_menu {
    display: none !important;
    position: fixed;
    top:0;
    left:0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: var(--blue-color);
    color: #fff;
    z-index: 2;
    padding-top: 140px;
}
#mobile_menu.open {
    display: flex !important;
}
#mobile_menu .navigation_container ul li {
    font-size: 26px;
    color: #fff;
    margin: 10px auto;
    text-transform: uppercase;
    text-align: center;
}
#mobile_menu .navigation_container {
    height: auto;
    width: 90%;
}
#mobile_menu .navigation_container ul li a {
    color: #fff;
    position: relative;
    display: block;
    text-align: center;
    font-size: 26px;
}
#mobile_menu .navigation_container ul li ul li a {
    font-size: 18px;
}
/*
#mobile_menu .navigation_container ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -1px;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
*/
#mobile_menu .navigation_container ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
#mobile_menu .navigation_container ul li a:hover {
    color: var(--accent-color);
}
#mobile_menu .navigation_container .dropdown span {
    float: right;
}
#mobile_menu .navigation_container .dropdown span:hover {
    color: var(--accent-color);
    cursor: pointer;
}
#mobile_menu .socials {
    margin-top: 80px;
}
#mobile_menu .navigation_container ul li .submenu {
    margin-bottom: 15px;
    display: none;
}
#mobile_menu .navigation_container ul li .submenu.open {
    display: block;
}
#mobile_menu .navigation_container ul li .submenu li {
    font-size: 14px;
}

@media only screen and (max-width: 1199px) {
    #cover .title {
        top: 30%;
        font-size: 26px;
    }
    #cover .subtitle {
        font-size: 60px;
    }
    .section .data {
        width: 100%;
    }
    .section::after {
        width: 70%;
    }
}
@media only screen and (max-width: 991px) {
    #cover .title {
        top: 28%;
        font-weight: 400;
    }
    #cover .subtitle {
        top: 42%;
        font-size: 60px;
    }
    #cover .description {
        top: 62%;
    }
}
@media only screen and (max-width: 767px) {
    #cover:after {
        display: none;
    }
    #cover .title {
        position: relative;
        color: var(--blue-color);
        margin-top: 20px;
    }
    #cover .subtitle {
        position: relative;
        color: var(--blue-color);
        font-size: 30px;
        margin-bottom: 15px;
    }
    #cover .description {
        position: relative;
        color: var(--blue-color);
        margin-bottom: 20px;
    }
}
.section-content {
    padding: 60px 0;
}
.section-content h2 {
    background-color: #E5EEF4;
    color: var(--blue-color);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    display: inline-block;
    padding: 15px 25px 12px;
    border-radius: 28px;
}
.section-content .text .title {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
    .section-content .text .title {
        font-size: 42px;
    }
}
.section-content .text .description p {
    margin-bottom: 20px;
}
.section-content .image {
    position: relative;
    z-index: 1;
}
.section-content .image .shadow {
    border:1px solid #EEE;
}
.services {
    background-color: var(--blue-color);
    color: var(--white-color);
    padding: 90px;
    border-radius: 28px;
    position: relative;
    margin-top: -80px;
    z-index: 0;
}
@media only screen and (max-width: 991px) {
    .services {
        padding: 40px;
        margin-top: 30px;
    }
}
.services-list ul {
    margin-left: 40px;
    counter-reset: services;
}
.services-list ul li {
    padding: 30px 30px 30px 0;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 2px solid var(--white-color);
    counter-increment: services;
    position: relative;
}
.services-list ul li a:link,
.services-list ul li a:active,
.services-list ul li a:visited {
    color: var(--white-color);
    text-decoration: none;
}
.services-list ul li a:hover {
    color: var(--accent-color);
}
.services-list ul li::before {
    content: '0' counter(services);
    color: rgba(255, 255, 255, .3);
    padding-right: 30px;
}
.services-list ul li::after {
    content: '\f178';
    font-family: 'Font Awesome 7 Pro', sans-serif;
    font-weight: 400;
    position: absolute;
    right: 0;
    color: #FFF;
}
#our-services .image img {
    padding-left: 58px;
}
@media only screen and (max-width: 991px) {
    #our-services .image img {
        padding-left: 0;
    }
    .services-list ul {
        margin-left: 0;
    }
}
/* SERVICES */
.service_item {
    background-color: var(--blue-color);
}
.service_item a:link,
.service_item a:active,
.service_item a:visited {
    color: #FFF;
    text-decoration: none;
}
.service_item a:hover {
    color: var(--accent-color);
}
.service_item .icon {
    position:absolute;
    top:0;
    right:0;
    height:100%;
    background-repeat:no-repeat;
    background-position:center center;
    opacity:0.08;
}
#technical-management .icon {
    background-image: url(images/icons/technical-management.svg);
}
#crew-management .icon {
    background-image: url(images/icons/crew-management.svg);
}
#training .icon {
    background-image: url(images/icons/training.svg);
}
#purchasing .icon {
    background-image: url(images/icons/purchasing.svg);
}
#claims-and-insurance .icon {
    background-image: url(images/icons/claims-and-insurance.svg);
}
#it-services .icon {
    background-image: url(images/icons/it-services.svg);
}
#bunkering .icon {
    background-image: url(images/icons/bunkering.svg);
}
#specialized-services .icon {
    background-image: url(images/icons/specialized-services.svg);
}
#risk-management .icon {
    background-image: url(images/icons/risk-management.svg);
}

.service_item {
    margin-bottom: 30px;
    position: relative;
}
.service_item .title {
    width: 100%;
    min-height: auto;
    font-size: 46px;
    font-weight: 400 !important;
    padding-left: 20px;
    color: var(--accent-color);
    border-bottom:3px solid var(--accent-color);
}
.service_item .more {
    margin-top: 5px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.service_item .list {
    margin: 0 0 20px;
    padding-top: 20px;
    color: #FFF;
}
.service_item .list ul li::marker {
    color: var(--accent-color);
}
.service_item .list ul {
    margin-left: 40px;
}
.service_item .list li {
    margin-bottom: 6px;
    list-style-type: square;
}
.total_counter {
    font-size: 24px;
    font-weight: 700;
    background-color: var(--blue-color);
    color: #FFF;
    margin: 20px auto;
    padding: 10px;
    border-bottom: 2px solid var(--accent-color);
}
@media only screen and (max-width: 991px) {
    .total_counter {
        font-size: 22px;
    }
}
#fleet-counter {
    background-color: var(--blue-color);
    color: #FFF;
    padding: 20px 0;
}
#fleet-counter ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#fleet-counter ul li {
    text-align: center;
}
#fleet-counter ul li .number {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.4;
}
#fleet-counter ul li .text {
    color: rgba(255, 255, 255, .5);
    font-weight: 700;
}
@media only screen and (max-width: 991px) {
    #fleet-counter ul {
        flex-direction: column;
    }
    #fleet-counter ul li {
        margin-bottom: 20px;
    }
    #fleet-counter ul li:last-child {
        margin-bottom: 0;
    }
}
#fleet-vessels {
    padding: 30px 0;
}
#fleet-vessels .vessel img {
    border-radius: 20px;
    width: 100%;
}
@media only screen and (max-width: 991px) {
    #fleet-vessels .vessel {
        margin-bottom: 30px;
    }
}
#fleet-vessels .vessel .name {
    font-size: 18px;
    font-weight: 700;
    margin: 10px auto;
}
#contact.section-content {
    padding: 0 0 60px;
}
#contact h3,
.headquarters h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}
#contact .text ul,
.headquarters .text ul {
    margin:0;
}
#contact .text ul li,
.headquarters .text ul li {
    margin-bottom:5px;
}
#contact .text,
.headquarters .text {
    margin:10px auto;
    font-size:18px;
}
#map {
    height: 50vh;
}
#map.index {
    margin-bottom: 20px;
}

.categories {
    margin: 50px auto;
}
.categories .data {
    background-color:rgba(0,94,150,.14);
    padding: 50px;
}
.categories.no-pic .data {
    background-color: #fff;
}
.categories .title {
    font-size: 32px;
    font-weight: 700;
}
.headquarters .title {
    font-size: 22px;
    margin-bottom: 20px;
}
.categories h1 {
    background-color: #E5EEF4;
    color: var(--blue-color);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
    display: inline-block;
    padding: 15px 25px 12px;
    border-radius: 28px;
}
.categories .description h2 {
    color: var(--blue-color);;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}
.categories .description p {
    margin-bottom: 20px;
}
.categories .description ul {
    padding-left: 17px;
}
.categories .description ul li {
    margin-bottom: 10px;
    list-style: square;
}
.categories .description ul li::marker {
    color: var(--accent-color);
}

#fleet-list {
    padding: 0;
}
#fleet-list .vessel {
    margin-bottom: 30px;
}
#fleet-list .vessel .category {
    font-size: 14px;
    font-weight: 700;
}
#fleet-list .vessel .details {
    background-color: #ECF1F5;
    padding: 10px;
}
#fleet-list .vessel .details span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
}
#fleet-list .vessel .name {
    font-size: 20px;
    margin: 3px 0 6px;
}
#fleet-list .vessel .flag img,
#vessel-page .table tbody tr td img {
    max-height: 32px;
}

.ship_row .flag img {
    width: 40px;
}

@media only screen and (max-width: 1199px) {
    .categories .data {
        padding: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .categories {
        margin: 20px auto 0;
    }
    .categories .title,
    .headquarters h3 {
        text-align: center;
    }
    .headquarters .title {
        text-align: left
    }
    .categories .data {
        padding: 30px;
    }
    #fleet-overview .data {
        order: 2;
    }
}

#vessel-page .details_wrapper {
    font-size: 18px;
    height: 200px;
}
#vessel-page .photo img {
    border: 1px solid var(--bs-border-color);
}
#vessel-page .details_wrapper span {
    font-weight: 700;
}
#vessel-page .details_wrapper span.title {
    font-size: 22px;
}
#vessel-page .category {
    margin-bottom: 20px;
}
#vessel-page .table {
    margin-bottom: 0;
}
#vessel-page .table thead th {
    background-color: var(--blue-color);
    color: #FFF;
    font-weight: 700;
    border-bottom: 2px solid var(--accent-color);
}
#vessel-page .table tbody tr td {
    color: var(--blue-color);
}
#vessel-page .table tbody td.textarea {
    background-color: #FFF;
    --bs-table-bg-type: transparent;
}
#vessel-page .table tbody td.textarea ul li {
    display: block;
    padding: 8px;
}
#vessel-page .table tbody td.textarea ul li:nth-child(odd) {
    background-color: #F2F2F2;
}
#vessel-page .tc_title {
    color: var(--blue-color);;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
    padding: 0;
}
#vessel-page .tank_capacities .table thead th {
    background-color: var(--blue-color);
    color: #FFF;
    border-bottom: none;
}
#vessel-page .tank_capacities .table thead th:nth-child(n+4),
#vessel-page .tank_capacities .table tbody td:nth-child(n+4),
#vessel-page .tank_capacities .table tfoot td:nth-child(n+4){
    text-align: center !important;
}
#vessel-page .tank_capacities .table tfoot td {
    background-color: var(--blue-color);
    color: #FFF;
    font-weight: 700;
}
#vessel-page .title {
    margin: 20px 10px;
    padding:0;
    border-bottom: 2px solid var(--accent-color);
}
#vessel-page .ship_row .option {
    font-weight: 700;
}
#fleet-list .grid,
#fleet-list .list {
    display: none;
}
#fleet-list .grid.active,
#fleet-list .list.active {
    display: block;
}

.grid_list {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}
.grid_list ul li {
    display: inline-block;
    float: left;
    margin-left: 15px;
    cursor: pointer;
    color: #b5b5b5;
}
.grid_list ul li:first-child {
    margin-left: 0;
}
.grid_list ul li.active {
    color: var(--blue-color);
}

.img-fluid.right {
    margin: 0 0 15px 15px;
    float: right;
    height: 300px !important;
}
@media only screen and (max-width:776px) {
    .img-fluid.right {
        margin: 10px auto !important;
        float: none;
        text-align: center;
    }
}

/*
.form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0,94,150,.4);
}
.form-control:hover,
.form-control:focus {
    outline: none;
    box-shadow: none;
    background-color: #DEF3FF;
    border-bottom: 1px solid rgba(0,94,150,1);
}
.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    background-color: transparent;
}
*/
.arrow-more {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--blue-color);
}

.custom-tooltip {
    --bs-tooltip-bg: var(--blue-color);
    --bs-tooltip-color: var(--bs-white);
}
/* ARTICLES */
#page .article p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
}
#page .article .date {
    font-size: 16px;
    font-weight: 400;
    color:#000;
    margin-bottom: 10px;
}
#page .article .source {
    display: block;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px
}
#page .article h1 {
    font-size: 32px;
    font-weight: 700;
    color: var(--blue-color);
    margin-bottom: 20px;
}
#page .article h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    display: -webkit-box;
    max-width: 100%;
    height: 87px;
    margin: 0 auto 20px;
    line-height: 1.2;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#open-talk-form label {
    margin-bottom: 10px;
}
#open-talk-form label.error {
    margin-bottom: 0;
    display: none;
    color: var(--accent-color);
}
#open-talk-form .form-control,
#open-talk-form .form-select {
    margin-bottom: 10px;
}

/* BUTTONS */
.btn-blue {
    background-color: var(--blue-color);
    color: #FFF;
    border:1px solid var(--blue-color);
    padding: 10px 30px;
    border-radius: 28px;

    &:hover {
        background-color: color-mix(in srgb, var(--blue-color), #000 20%);
        color: #FFF;
        border: 1px solid color-mix(in srgb, var(--blue-color), #000 20%);
    }
}
.btn-outline-blue {
    background-color: transparent;
    color: var(--blue-color);
    border:1px solid var(--blue-color);

    &:hover {
        background-color: var(--blue-color);
        color: #fff;
        border: 1px solid var(--blue-color);
    }
}

.youtube-container {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1.7777777778;
	pointer-events: none;
    position: relative;
}
.youtube-container .moto {
    position: absolute;
    z-index: 1;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 40%;
    transform: translateY(-40%);
    color: #FFF;
    font-size: 50px;
    font-weight: 500;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .6);
}
.youtube-container iframe {
	width: 300%;
	height: 100%;
	margin-left: -100%;
}
@media only screen and (max-width: 991px) {
    .youtube-container .moto {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .youtube-container .moto {
        font-size: 30px;
    }
}
@media only screen and (max-width: 567px) {
    .youtube-container .moto {
        font-size: 22px;
        top: 50%;
        transform: translateY(-50%);
    }
}
.article_files_wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.article_file_wrapper {
    padding: 10px 0 0 0;
    margin: 0 25px 15px 0;
}
.article_file a {
    display: inline-block;
    font-size: 14px;
    padding-left: 38px;
}
.article_file a span {
    display: block;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 0 0 0;
    color: #777
}

.icon_generic a {
    background: url(images/icons/generic.png) no-repeat 0 0;
}
.icon_doc a {
    background: url(images/icons/doc.png) no-repeat 0 0;
}
.icon_excel a {
    background: url(images/icons/excel.png) no-repeat 0 0;
}
.icon_powerpoint a {
    background: url(images/icons/powerpoint.png) no-repeat 0 0;
}
.icon_txt a {
    background: url(images/icons/txt.png) no-repeat 0 0;
}
.icon_pdf a {
    background: url(images/icons/pdf.png) no-repeat 0 0;
}
.icon_audio a {
    background: url(images/icons/audio.png) no-repeat 0 0;
}
.icon_video a {
    background: url(images/icons/video.png) no-repeat 0 0;
}
.icon_image a {
    background: url(images/icons/image.png) no-repeat 0 0;
}
.icon_archive a {
    background: url(images/icons/archive.png) no-repeat 0 0;
}

.extra_photos {
    padding:0;
    margin:0 auto;
}
.extra_photos .short-title {
    margin-bottom:15px;
    border-bottom:2px solid #EEB000;
}
.extra_photos .short-title h3 {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--blue-color);
    padding: 5px 0;
    margin: 10px 0 0 0;
}
.extra_photos [class*="col-"] {
    padding:0 10px;
}
.extra_photos img {
    margin-bottom:20px;
}

.awards {
    width: 100%;
    padding: 20px 0;
    background:#FFF;
}
.awards ul {
    display: table;
    text-align: center;
    margin: 0 auto;
}
.awards ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    padding: 0 10px;
}
.awards ul li img {
    mix-blend-mode: darken;
    height: 60px;
}
.social {
    background-color: var(--blue-color);
    height: 55px;
    line-height: 50px;
    margin: 0 auto;
    border-top: 5px solid var(--accent-color);
}
.social a:link,
.social a:active,
.social a:visited {
    color: #fff;
}
.social a:hover {
    color: var(--accent-color);
}
.social i {
    margin: 0 10px;
}
footer {
    background-color: var(--blue-color);
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    height: 200px;
}
footer a:link,
footer a:active,
footer a:visited {
    color: #FFF;
}
footer a:hover {
    color: #e1f7ff;
}
footer .madeby {
    text-align: right;
}
footer .bottom_bar {
    display: flex;
    align-items: center;
    height: 45px;
}
@media only screen and (max-width:1199px) {
    footer {
        height: auto;
    }
    footer .copyright,
    footer .madeby {
        text-align: center;
        margin: 10px auto;
    }
    footer .bottom_bar {
        height: auto;
        padding: 10px 0;
    }
}

.maintenance_mode_wrapper {
    padding: 300px 0 0 0;
}
.maintenance_mode {
    width: 600px;
    margin: 0 auto;
    padding: 30px;
}
.maintenance_text {
    text-align: center;
    font-size: 24px;
    font-weight:700;
    color:var(--blue-color);
    line-height: 1.5em;
}
.maintenance_logo {
    margin:0 auto 30px auto;
    text-align:center;
}


.reCAPTCHA_tos {
	margin-top: 15px;
	padding: 0;
	font-size:11px !important;
	line-height: initial;
}
.grecaptcha-badge {
	z-index:5050;
	visibility: hidden;
	opacity: 0;
	transition: linear opacity 1s;
}

.grecaptcha-badge.show {
	visibility: visible;
	opacity: 1;
	transition: linear opacity 1s;
}

.g-recaptcha > div {
	margin:0 auto;
}

.grecaptcha-badge {
	z-index:1000;
}
