/* MARINE EVENT APPLICATION FORM (Gravity Form 1) */

#gform_wrapper_1 .gform_heading,
.gform_wrapper .gform_heading {
    display: none;
}

#gform_wrapper_1 label,
.gd-gforms label {
    font-size: 20px;
    font-weight: 500;

    margin-bottom: 5px;

    color: #023479;
}
#gform_wrapper_1 h3:not(:first-child),
#gform_wrapper_1 .h3:not(:first-child),
#gform_wrapper_1 #field_1_19 h3,
#gform_wrapper_1 #field_1_20 h3,
.gd-gforms h3:not(:first-child),
.gd-gforms .h3:not(:first-child) {
    margin-top: 50px;
}

#gform_submit_button_1,
.gd-gforms input.gform_button[type=submit] {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;

    display: inline-block;

    padding: 0.375rem 0.75rem;
    padding: 10px 20px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-transition: 0.4s;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: 0.4s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;

    color: #FFFFFF;
    border: 1px solid #AC2937;
    border-radius: 0.25rem;
    border-radius: 0;
    outline: 0;
    background-color: #AC2937;
}
#gform_submit_button_1:hover,
.gd-gforms input.gform_button[type=submit]:hover {
    color: #FFFFFF;
    background-color: #AC2937;
}
#gform_submit_button_1:active,
.gd-gforms input.gform_button[type=submit]:active {
    color: #FFFFFF;
    border-color: #811F29;
    background-color: #8A212C;
}
.gd-gforms input,
.gd-gforms button,
.gd-gforms select,
.gd-gforms optgroup,
.gd-gforms textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;

    margin: 0;
}
.gd-gforms input[type=checkbox] {
    position: relative;

    display: inline-block;

    width: 17px;
    height: 17px;

    vertical-align: -2px;

    border: 2px solid #227F9E;
    background-color: #FFFFFF;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
/*#gform_wrapper_1 input[type=checkbox] {
	border-radius: .25em
}*/
.gd-gforms input[type=radio] {
    border-radius: 50%;
}
.gd-gforms input[type=radio]:active,
.gd-gforms input[type=checkbox]:active {
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
}
.gd-gforms input[type=radio]:focus,
.gd-gforms input[type=checkbox]:focus {
    border-color: #96A0C2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(44,65,133,0.25);
            box-shadow: 0 0 0 0.25rem rgba(44,65,133,0.25);
}
/*#gform_wrapper_1 input[type=radio]:checked,
#gform_wrapper_1 input[type=checkbox]:checked {
	background-color: #2c4185;
	border-color: #2c4185
}*/
.gd-gforms input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.gd-gforms input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.gd-gforms input[type=checkbox]:indeterminate {
    border-color: #2C4185;
    background-color: #2C4185;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.gd-gforms input[type=checkbox]:before {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 60%;
    height: 30%;

    content: "";
    -webkit-transition: 0.4s;
            transition: 0.4s;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);

    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    ;
}
.gd-gforms input[type=checkbox]:checked:before {
    border-bottom: 2px solid #227F9E;
    border-left: 2px solid #227F9E;
}
.gd-gforms .gfield_checkbox .gchoice {
    font-size: 18px;
    font-weight: 600;

    display: inline-block;

    margin-bottom: 30px;
}
.gd-gforms .gfield_checkbox .gchoice input[type=checkbox] {
    position: relative;

    display: inline-block;

    width: 17px;
    height: 17px;

    vertical-align: -2px;

    border: 2px solid #227F9E;
    background-color: #FFFFFF;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.gd-gforms a {
    text-decoration: underline;

    color: #AC2937;
}

.gd-gforms .ginput_container + .validation_message,
.gd-gforms input:not([type=submit]):not([type=checkbox]) + .validation_message,
.gd-gforms input[type=text] + .validation_message {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;

    display: block;

    margin-top: -17px;
    margin-bottom: 20px;
    padding: 13px 0 0 0;

    color: #AC2937;
    border: none;
    background: none;
}
#gform_drag_drop_area_1_22,
.gd-gforms .ginput_container_fileupload .gform_drop_area {
    background-color: #FFFFFF;
}
#gform_drag_drop_area_1_22 .gform_drop_instructions,
.gd-gforms .ginput_container_fileupload .gform_drop_area .gform_drop_instructions {
    font-size: 20px;

    margin-bottom: 20px;

    color: #023479;
    outline: 0;
    background-color: #FFFFFF;
}
#gform_fields_1 #field_1_22 .ginput_container_fileupload,
.gd-gforms .ginput_container_fileupload {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;

    color: #023479;
    border: 2px solid #227F9E;
    outline: 0;
    background-color: #FFFFFF;
}
.gd-gforms .ginput_container_fileupload input[type=file] {
    border: 0 !important;
}
.gd-gforms textarea {
    height: 140px;
}
.gd-gforms select {
    font-size: 20px;

    width: 100%;
    margin-bottom: 20px;
    padding: 10px;

    color: #023479;
    border: 2px solid #227F9E;
    outline: 0;
    background-color: #FFFFFF;
}

#gform_fields_1,
.gd-gforms .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: inherit;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x));

    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-template-columns: unset;
    grid-column-gap: unset;
    grid-row-gap: unset;
}
#gform_fields_1 > *,
.gd-gforms .gform_fields > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: var(--bs-gutter-y);
    padding-right: calc(var(--bs-gutter-x)*0.5);
    padding-left: calc(var(--bs-gutter-x)*0.5);

    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.gd-gforms .col-12.col-lg-6,
.gd-gforms .col-12 {
    margin-top: 15px;
}

#gform_wrapper_1 #label_1_17_1,
.gd-gforms #label_4_17_1 {
    font-size: 18px;
    font-weight: 600;

    display: inline;
}
#gform_fields_1 #field_1_17 legend,
.gd-gforms #field_4_17 legend {
    display: none;
}

.gd-gforms #input_4_26 {
    display: flex;

    flex-wrap: wrap;
    column-gap: 10px;
}
/*#gform_fields_1 #field_1_17, .gd-gforms #field_4_17{
	display: inline-block;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 18px;
}*/

.vessels--item table tbody tr .tag.sky {
    background-color: #1BC5CB;
}

/* News Grid Component */
.news--grid .content .details {
    height: 100%;
    padding: 30px;

    background-color: #FFFFFF;
}
.news--grid .content {
    -webkit-box-shadow: 0 0 50px rgb(0 0 0 / 25%);
            box-shadow: 0 0 50px rgba(0,0,0,0.25);
}
.news--grid .content .details span {
    font-size: 18px;
    font-weight: 400;

    color: #023479;
}
.news--grid .content .details h4,
.news--grid .content .details .h4 {
    font-size: 26px;
    font-weight: 600;

    color: #023479;
}
.news--grid .content .details p {
    margin-bottom: 30px;

    color: #000000;
}
.news--grid .grids {
    margin-bottom: 24px;
}
/* END News Grid Component */

/* 404 Page */
.fof-error {
    font-size: 120px;
    line-height: 1em;

    text-align: center;
}


/* For Search Page */

/*@media( min-width: 1024px ){
	body.search .section-search-result{
		margin-top: 0px;
	}
}*/
.magnifying:hover {
    cursor: pointer;
}
.search_results .tab_wrapper {
    margin: 20px 0 30px 0;
    padding: 0;

    list-style-type: none;
}
.search_results .tab_wrapper li a.open {
    pointer-events: none;
}
.search_results .tab_wrapper li a:hover,
.search_results .tab_wrapper li a:focus,
.search_results .tab_wrapper li a.open {
    text-decoration: none;

    color: #FFFFFF;
    background-color: #AC2937;
}
.search_results .tab_wrapper li a {
    display: block;

    padding: 5px 15px;

    color: #000000;
}
.search_results .results_wrapper ol.results_list.open {
    position: relative;
    z-index: unset;
    top: unset;
    left: unset;

    pointer-events: unset;

    opacity: 1;
}
.search_results .results_wrapper ol.results_list {
    position: absolute;
    z-index: -10;
    top: -9000em;
    left: -9000em;

    margin: 0 0 30px 23px;
    padding: 0;

    counter-reset: count;
    -webkit-transition: opacity 0.5s;
       -moz-transition: opacity 0.5s;
        -ms-transition: opacity 0.5s;
         -o-transition: opacity 0.5s;
            transition: opacity 0.5s;
    pointer-events: none;

    opacity: 0;
}
.search_results .tab_wrapper li {
    font-size: 15px;
    font-weight: 600;

    display: inline-block;

    margin: 0 15px 10px 0;

    border: 1px solid #AC2937;
    -webkit-border-radius: 2px 2px 2px 2px;
       -moz-border-radius: 2px 2px 2px 2px;
            border-radius: 2px 2px 2px 2px;
}
.search_results .results_wrapper li a {
    color: #333333;
}
.search_results .results_wrapper li a:hover {
    text-decoration: none;

    color: #AC2937;
}
@media(max-width: 414px) {
    .search--section .more a {
        font-size: 1rem;

        padding: 15px 11px;
    }
}
.results_wrapper #list_page li {
    font-size: calc(1.275rem + 0.3vw);

    color: #333333;
}
@media (min-width: 1200px) {
    .section-search-result .results_wrapper .results_list li {
        font-size: 1.5rem;
    }
}
/* END For Search Page */

/* For Research Document Layout */
.section--documents {
    color: #023479;
}
/*.section--documents .documents--grid{
	position: relative;
}*/
.documents--grid .grids {
    margin-bottom: 24px;
}
.documents--grid .content {
    height: 382px;

    -webkit-box-shadow: 0 0 50px rgb(0 0 0 / 25%);
            box-shadow: 0 0 50px rgb(0 0 0 / 25%);
}
.documents--grid .content .details {
    height: 100%;
    padding: 50px 38px;

    background-color: #FFFFFF;
}
.documents--grid .content .details h4,
.documents--grid .content .details .h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 33px;

    color: #023479;
}
.documents--grid .content .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;

    margin-top: 30px;

    color: #000000;
}
.documents--grid .content a.btn span.file-details {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;

    margin-left: 20px;

    color: #023479;
}
.documents--grid a.btn {
    /*margin-top: 30px;*/
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;

    padding: 10px 0 0 0;

    color: #AC2937;
    border-radius: 0;
}

/* Events Listing*/

.section--events {
    color: #023479;
    background-color: #FFFFFF;
}
.events--nav ul[class^=dots] li {
    width: 14px;
    height: 14px;

    -webkit-transition: 0.4s;
            transition: 0.4s;

    opacity: 1;
    border: 1px solid #023479;
    background-color: transparent;
}
.events--nav ul[class^=dots] li.swiper-pagination-bullet-active {
    background-color: #023479;
}
.section--events .events--slider .info,
.section--events .events--slider .description {
    margin-bottom: 30px;
}
.section--events .events--slider .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;

    color: #000000;
}
.section--events .events--slider .content .details {
    padding: 40px 38px 50px 38px;

    background-color: unset;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);

    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.05));
}
.section--events .events--title .btn-alt {
    color: #023479;
}
.section--events .events--title .btn-alt:hover {
    color: #023479;
    background-color: transparent !important;
}
.section--events .events--title .btn-alt:hover img {
    -webkit-filter: brightness(1) invert(0);
            filter: brightness(1) invert(0);
}

.section--events .swiper-slide .content {
    box-shadow: 0 0 50px rgb(0 0 0 / 25%);
}

.section--events .events--slider .content .details h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.section--events .events--slider .content {
    /* White */
    background: #FFFFFF;
    /* card shadow */
}
.section--events .events--slider .info {
    margin-top: 10px;
}
.section--events .events--slider .thumb {
    position: relative;
}
.section--events .events--slider .thumb .event-list-ribbon {
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    flex-direction: column;

    padding: 15px;

    color: #FFFFFF;
    background: #AC2937;

    align-items: flex-start;
}

.section--events .events--slider .thumb .event-list-ribbon .ribbon-month {
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
}

.section--events .events--slider .thumb .event-list-ribbon .ribbon-date {
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;

    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cruise_schedule_table {
    margin-bottom: 20px;
}
.faq--content .accordion-item a {
    background-image: url(/wp-content/uploads/2022/07/mor.png) !important;
}
.faq--content .accordion-item a[aria-expanded=true] {
    background-image: url(/wp-content/uploads/2022/07/min.png) !important;
}


.gd-recaptcha > label {
    display: none;
}
.section--wysiwyg {
    padding-top: 0;
}

table.gd-event-details td {
    padding: 17px;

    border: 1px solid #F1F3F4;
}
/* Social Icons */
.single-post #ess-main-wrapper {
    z-index: 9999;
}
.page #ess-main-wrapper {
    display: none;
}
/* Header Banner Sub Menu Start */
.section--headcrumbs .banner-sub_menu-nav ul.banner-sub_menu {
    display: flex;

    margin-top: 40px;
    padding: 0 20px;

    list-style-type: none;

    justify-content: center;
}
.section--headcrumbs .banner-sub_menu-nav ul.banner-sub_menu li:not(:last-child) {
    margin-right: 50px;
}
.section--headcrumbs .banner-sub_menu-nav ul.banner-sub_menu li {
    font-weight: 600;

    display: block;
}
.section--headcrumbs .banner-sub_menu-nav ul.banner-sub_menu li a {
    font-size: 1.5em;

    padding-bottom: 5px;

    white-space: nowrap;
    text-decoration: none;

    color: #23346A;
    border-bottom: 2px solid #23346A;
}
.section--headcrumbs .banner-sub_menu-nav ul.banner-sub_menu li a:hover,
.section--headcrumbs .banner-sub_menu-nav ul.banner-sub_menu li a:active,
.section--headcrumbs .banner-sub_menu-nav ul.banner-sub_menu li.active a {
    cursor: pointer;

    color: #AC2937;
    border-bottom: 2px solid #AC2937;
}
@media(max-width: 1024px) {
    .section--headcrumbs .banner-sub_menu-nav ul.banner-sub_menu li a {
        font-size: 1em;

        width: 100%;
        margin: 1px 0;
        padding-bottom: 0;

        white-space: nowrap;
    }
    .section--headcrumbs .banner-sub_menu-nav ul.banner-sub_menu {
        overflow: scroll;

        padding: 0 20px;

        justify-content: inherit;
    }
    .section--headcrumbs .banner-sub_menu-nav ul.banner-sub_menu li {
        width: 100%;
    }
}


/* Header Banner Sub Menu End */
section.section--documents {
    padding-top: 30px;
    padding-bottom: 30px;
}
section#docs-item-1 {
    padding-top: 100px;
}
.documents--title {
    color: #023479;
}
.documents--grid .documents--title {
    margin-bottom: 25px;
}
.documents--title h3,
.documents--title .h3 {
    font-size: 50px;
    font-weight: 700;

    text-transform: uppercase;
}

@media(min-width: 1024px) {
    .navbar .navbar-collapse .navbar-nav > li.nav-item.open .nav-link.dropdown-toggle:before {
        margin-left: 8px;

        -webkit-transform: rotate(270deg);
                transform: rotate(270deg);
    }
    .navbar .navbar-collapse .navbar-nav > li.nav-item.open .nav-link.dropdown-toggle:after {
        display: none;

        -webkit-transition: 0.1s;
                transition: 0.1s;

        opacity: 0;
    }
}
.hero--link .arrow {
    -webkit-transform: none;
            transform: none;
}
/* .numbers--slider .content h4,
.numbers--slider .content .h4 {
    font-size: 60px;
} */
.news--slider .swiper-slide {
    height: auto;
}
.news--slider .content {
    overflow: hidden;

    height: 100%;
}
.news--grid .content {
    min-height: 100%;
}
/* 
@media(max-width: 1560px) and (min-width: 1024px){
	#offcanvas-navbar div.navbar-nav-top{
		margin-top: 15px;
	}
	#offcanvas-navbar div.navbar-nav-top a.btn.btn-red{
		margin-top: 7px;
				
	}
} */

section:not(.section--vessels):not(.section--routes) table, table.cruise_schedule_table {
    width: 100%;
}
section:not(.section--vessels):not(.section--routes) table thead tr,
table.cruise_schedule_table thead tr{
    font-weight: 700;

    color: #FFFFFF;
    background-color: #AC2937;
}
section:not(.section--vessels):not(.section--routes) table th,
section:not(.section--vessels):not(.section--routes) table td,
table.cruise_schedule_table th,
table.cruise_schedule_table td{
    padding: 8px;

    border: 1px solid #DDDDDD;
}
section:not(.section--vessels):not(.section--routes) table tbody tr,
table.cruise_schedule_table tbody tr{
    color: #333333;
}
section:not(.section--vessels):not(.section--routes) tbody tr:nth-child(odd)
table.cruise_schedule_table tbody tr:nth-child(odd){
    background-color: #F2F2F2;
}
section:not(.section--vessels):not(.section--routes) table th,
table.cruise_schedule_table th{
    padding-top: 12px;
    padding-bottom: 12px;
}
table.cruise_schedule_table{
	margin-bottom: 50px;
}
.team_popup {text-align:center;}



.navbar .navbar-collapse .navbar-nav > li.nav-item.show .dropdown-menu {
    opacity: 1 !important;
}
.navbar .navbar-collapse .navbar-nav > li.nav-item.open .dropdown-menu {
    display: block !important;
}

@media(min-width: 1024px){
	body.logged-in.admin-bar nav.fixed-top{
		top: 31px;
	}
}
/* Home Page Video */
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 
.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* News Section */
.section--news .news--grid .content .news-learn-more,
.section--news .news .content .news-learn-more {
    padding: 0 30px 30px;
}
.section--news .news--grid .content,
.section--news .news .content {
	display: flex;
    flex-flow: column;
    justify-content: space-between;
}

/* Start Main Menu */
.nav-item.dropdown.open.show a.nav-link .gd-arrow-icon{
	position: absolute;
    width: 12px;
    height: 12px;
    background: #002553;
    right: 48%;
    top: 35px;
    transform: rotate(45deg);
}

.navbar .navbar-collapse .navbar-nav > li.nav-item.open {
    position: initial;
}
ul.navbar-nav.ms-auto, .navbar .navbar-collapse .navbar-nav > li.nav-item .nav-link.dropdown-toggle {
    position: relative;
}
.navbar .navbar-collapse .navbar-nav > li.nav-item {
	padding: 5px;	
}
.navbar .navbar-collapse .navbar-nav > li.nav-item .nav-link {
	padding: 0px;	
}
.navbar .navbar-collapse .navbar-nav > li.nav-item:after, .navbar .navbar-collapse .navbar-nav > li.nav-item .dropdown-menu:after {
	content: none;
}
/*.navbar .navbar-collapse .navbar-nav > li.nav-item.open .nav-link.dropdown-toggle {
	border-bottom: 2px solid #AC2937;	
}*/
.navbar .navbar-collapse .navbar-nav > li.nav-item.open span.gd-indicator {
    position: absolute;
    height: 2px;
    width: auto;
    background: #bf162b;
    left: 0px;
    right: 14px;
    top: 22px;
}
@media (max-width: 1023px) {
	.navbar .navbar-collapse .navbar-nav > li.nav-item.open span.gd-indicator {
		display: none;
	}
}
@media (min-width: 1439px) {
	.nav-item.dropdown.open.show a.nav-link .gd-arrow-icon {
		top: 38px;
	}
}
/* End Main Menu */

#routelabels {
	position:absolute; z-index:50;
}
.pin_labels {
	position: absolute;
	list-style:none;
}
.pin_labels a {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	
	text-align: center;
	color: #023479;
	text-transform: uppercase;
}
.pin_labels1 {
	position: absolute;
	list-style:none;
}
.pin_labels1 a {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	color: #023479;
	text-transform: uppercase;
}
#corkLabel {
	left: 308px;
  top: 340px;
}
#corkLabel a{
	font-size:32px;
}
#corkLabel1{
  left: 116px;
  top: 118px;
}
#corkLabel1 a {
	font-size:15px;
}
#usaLabel {
	line-height: 100%;
	width: 171px;
	left: 43px;
  top: 540px;
}
#usaLabel1 {
  left: 9px;
  top: 199px;
}     
#africaLabel{
	width: 170px;
	height: 18px;
	left: 111px;
  top: 747px;
}
#africaLabel1{
  width: 170px;
  left: 29px;
  top: 273px;
}
#antwerpLabel{
	left: 831px;
  top: 511px;
}
#antwerpLabel1{
  left: 304px;
  top: 192px;
} 
#bremerhavenLabel{
	left: 837px;
  top: 396px;
}
#bremerhavenLabel1{
  left: 274px;
  top: 119px;  
} 
#roscoffLabel{
	left: 443px;
  top: 644px;
}
#roscoffLabel1{
  left: 154px;
  top: 237px;
}
#SouthamptonLabel{
	left: 500px;
  top: 467px;
}
#SouthamptonLabel1{
  left: 172px;
  top: 157px;
} 
#ZeebruggeLabel{
	left: 700px;
  top: 538px;
}
#ZeebruggeLabel1{
  left: 239px;
  top: 202px; 
}
#RotterdamLabel{
	left: 831px;
  top: 457px;
}
#RotterdamLabel1{
  left: 283px;
  top: 152px;
} 
.gd_map_img {
	/*display:none;*/
}
.gd_positionng {
	position:absolute;
	vertical-align:inherit;
	max-width:inherit;
}

.page-id-86 section.section--numbers.gd-hide-arrows .container .col-lg-4.order-lg-2{
	display: none;
}
.routes--map .days .no-routes-message{
	display: none;
}

#field_2_7 legend {display:none;}

a.btn.btn-red {
  color: #FFF; 
  text-decoration: none;
}


@media(min-width: 768px){
  .page-id-2792 .section--tivoli{
  	margin-top: 90px;
 	}
}
@media(min-width: 1024px){
  .section--whitegate table, .section--tivoli table{
  	width: 50%;
    margin-left: auto; 
    margin-right: auto;
    text-align: center;
 	}
}
.section--whitegate table, .section--tivoli table{
 	  text-align: center;
}

@media only screen and (max-width: 479px) {
   .routelabels_desktop, .route_images_desktop, .svg-show-desktop{ display: none; }
}
@media only screen and (min-width: 479px) {
   .svg-show-mobile, .route_images_mobile, .routelabels_mobile{ display: none; }
}
#gd-print-shipping-trigger-mobile{
	display: none;
}

@media (max-width:480px) {
  #gd-print-shipping-trigger-mobile{
    display: inline-block;
  }
  #gd-print-shipping-trigger{
  	display: none;
  }
	.vessels--item table {
		display: block;
    	overflow-x: auto;
	}
  .headcrumbs .headcrumbs--title-path .order-2.order-lg-1{
  	order: 1 !important;
  }
  .navbar .navbar-search button{
  	padding: 8px 25px 8px 8px !important;
 	}
  .timeline--item {
      width: calc(100% - 50px);
      margin: 20px auto !important;
  }
  .timeline--line:after,.timeline--line:before,.timeline--item:before{
  	display: none;
	}
  .postid-2646 .section.section--wysiwyg{
    margin-top: 220px;
  }
}

.events--slider {
    overflow: hidden;
    margin-top: 50px;
}
.events--slider .content {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.05));
}
.events--slider .content .thumb .thumbnail {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 250px;
}
.events--slider .content .details {
    height: 100%;
}
.events--slider .content .details span {
    color: #023479;
    font-size: 18px;
    font-weight: 400;
}
.events--slider .content .details h4, .events--slider .content .details .h4 {
    color: #023479;
    font-size: 26px;
    font-weight: 600;
}
.events {
    overflow: hidden;
}
.events--title h3, .events--title .h3 {
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
}
.events--nav {
    text-align: right;
}
.events--nav .arrows {
    display: inline-block;
}
.events--nav.arrows .swiper-button-prev-events {
    margin-right: 10px;
    max-width: 42px;
}
.events--nav .arrows .swiper-button-next-events {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    max-width: 42px;
}
.events--nav ul[class^=dots] {
    display: inline-block;
    margin-bottom: 0px;
}
.events--nav ul[class^=dots] li:not(:last-child) {
    margin-right: 7px;
}


@media 
only screen and (max-width: 480px){

	/* Force table to not be like tables anymore */
	.vessels--item table,
	.vessels--item thead,
	.vessels--item tbody,
	.vessels--item th,
	.vessels--item td,
	.vessels--item tr { 
		display: block !important; 
	}
	.vessels--item tbody tr{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
 	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.vessels--item thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.vessels--item tr { border: 1px solid #ccc; }
	
	.vessels--item td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50% !important; 
	}
	
	.vessels--item td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		/* top: 6px; */
    	top: 30%;
		left: 10px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data of Vessel Expected
	*/
	.vessel-expected td:nth-of-type(1):before { content: "Status"; }
	.vessel-expected td:nth-of-type(2):before { content: "Vessel"; }
	.vessel-expected td:nth-of-type(3):before { content: "ETA"; }
	.vessel-expected td:nth-of-type(4):before { content: "CFM"; }
	.vessel-expected td:nth-of-type(5):before { content: "OAL"; }
	.vessel-expected td:nth-of-type(6):before { content: "DFT"; }
	.vessel-expected td:nth-of-type(7):before { content: "Berth"; }
	.vessel-expected td:nth-of-type(8):before { content: "IMO"; }
  
  	/*
		Label the data of Vessel Others
	*/
	.vessels-others td:nth-of-type(1):before { content: "Status"; }
	.vessels-others td:nth-of-type(2):before { content: "Vessel"; }
	.vessels-others td:nth-of-type(3):before { content: "NEXT MOVE"; }
	.vessels-others td:nth-of-type(4):before { content: "CFM"; }
	.vessels-others td:nth-of-type(5):before { content: "OAL"; }
	.vessels-others td:nth-of-type(6):before { content: "DFT"; }
	.vessels-others td:nth-of-type(7):before { content: "Berth"; }
	.vessels-others td:nth-of-type(8):before { content: "Destination"; }
  	.vessels-others td:nth-of-type(9):before { content: "IMO"; }
  
  	/*
		Label the data of Cruise Schedule
	*/
	table#cruiseTable td:nth-of-type(1):before { content: "ARRIVAL DATE"; }
	table#cruiseTable td:nth-of-type(2):before { content: "VESSEL"; }
	table#cruiseTable td:nth-of-type(3):before { content: "BERTH"; }
	table#cruiseTable td:nth-of-type(4):before { content: "TIME ARR/SAIL"; }
	table#cruiseTable td:nth-of-type(5):before { content: "DATE SAIL"; }
	table#cruiseTable td:nth-of-type(6):before { content: "LINE"; }
	table#cruiseTable td:nth-of-type(7):before { content: "PAX"; }
	table#cruiseTable td:nth-of-type(8):before { content: "AGENT"; }
	table#cruiseTable td:nth-of-type(9):before { content: "IMO"; }
}

.video--banner img{
    width: 100%;
}
.section--video--banner {
    padding: 0;
}
.video--container {
    position: relative;
}
.page-id-1196 .team .team--item .content .thumb .thumbnail{
	height: 220px;
}

/*.page-id-1243 .team .team--item .content .thumb .thumbnail{
	height: inherit;
}
*/

.gd_award img{
    margin-top: 15px;
/*    width: 89px;*/
/*    padding-top: 15px;*/
}

/*@media( max-width: 1023px ){
    .gd_award{
        text-align: center;
    }
    .gd_award img {
        width: 170px;
    }
}*/

/*Gravity Forms*/
.form .form--form input[type=radio] {
    width: auto !important;
}