.mobile-only {
    display: none;
}

.f_banner_main {
    height: 315px;
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 30px;
    text-align: left;
    position: relative;
    margin-top: -92px;
}

.f_banner_main h1 {
    color: #fff;
    margin-bottom: 0px;
}

.f_banner_main h5 {
    color: #fff;
    margin-bottom: 5px;
}

.f_banner_main p {
    margin-bottom: 0px;
    margin-top: 40px;
}

.f_banner_main .gradient {
    background: rgba(7,117,192,0.55);
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.f_banner_main .container-fluid {
    width: 100%;
}

.f_banner_main .text {
    position: relative;
    z-index: 2;
    margin-bottom: 0px !important;
}

.xaz-flex-component {
    margin-bottom: 60px;
}

.xaz-flex-component.xaz-flex-component-no-margin {
    margin-bottom: 0px;
}

.xaz-flex-component.no-margin {
    margin-bottom: 0px;
}

.f_breadcrumbs {
    margin-bottom: 30px;
}

.f_breadcrumbs span {
    color: #ED7309 !important;
}

.f_breadcrumbs a {
    color: #666 !important;
}

.f_breadcrumbs a:hover {
    text-decoration: none !important;
    color: #ED7309 !important;
}

.f_subsection_boxes {

}

.f_subsection_boxes .box {
    display: flex;
    height: 90px;
    border-radius: 3px;
    border: solid 1px #ED7309;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding: 0px 20px;
    transition: 0.5s all;
    margin-bottom: 26px;
    text-decoration: none !important;
    align-items: center;
}

.f_subsection_boxes .box.alternative {
    background: #ED7309;
    color: #fff;
}

.f_subsection_boxes .box:hover {
    border: solid 1px #0775C0;
}

.f_subsection_boxes .box.alternative:hover {
    border: solid 1px #ED7309;
    opacity: 0.66;
}

.f_subsection_boxes .box img {
    height: 40px;
    margin-right: 12px;
}

.f_image_banner {

}

.f_image_banner .xaz-image {
    height: 374px;
    border-radius: 3px;
}

.f_counters {
    background: #FAFAFA;
    border-radius: 3px;
    padding: 30px 30px 0px 30px;
    text-align: center;
}

.f_counters .row {
    margin-top: 60px;
}

.f_counters .xaz-count-box {
    margin-bottom: 60px;
    color: #555;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.f_counters .xaz-count-box .count-text {
    color: #0775C0;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 8px;
}

img {
    border-radius: 3px;
}

.f_text_image {

}

.f_text_image .text {
    margin-top: 15px;
}

.f_text_gallery {

}

.f_text_gallery .xaz-gallery-carousel-dots {
    margin-bottom: 15px;
}

.f_text_gallery .xaz-gallery-carousel-dots .carousel-cell {
    width: 100%;
}

.f_text_gallery .xaz-gallery-carousel-dots .xaz-image {
    height: 250px;
    width: 100%;
}

.f_text_gallery .xaz-gallery-carousel-dots .flickity-page-dots {
    text-align: center;
    bottom: 10px;
}

.f_text_gallery .xaz-gallery-carousel-dots .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    margin: 0 3px !important;
    background: #fff;
    opacity: 1;
}

.f_text_gallery .xaz-gallery-carousel-dots .flickity-page-dots .dot.is-selected {
    background: #ED7309;
}

.f_text_gallery .flickity-prev-next-button {
    width: 30px;
    height: 30px;
}

.f_table {

}

.f_table .xaz-table {
    font-size: 15px;
    line-height: 23px;
}

.f_table .xaz-table table {

}

.f_table .xaz-table table tr {

}

.f_table .xaz-table table tr:nth-child(2n) {
    background: #F4F4F4;
}

.f_table .xaz-table table tr td {
    padding: 15px;
}

.f_table .xaz-table.xaz-table-2 table tr {
    border-bottom: solid 1px #ccc;
}

.f_table .xaz-table.xaz-table-2 table tr:nth-child(2n) {
    background: transparent;
}

.f_table .xaz-table.xaz-table-2 table tr:last-child {
    border-bottom: none;
}

.f_accordions {

}

.xaz-accordion {
    border: solid 1px #ccc;
    padding: 0px;
    margin-bottom: 20px;
    border-radius: 3px;
    background: #fff;
}

.xaz-accordion .accordion-header {
    color: #0775C0;
    cursor: pointer;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.xaz-accordion .accordion-header .text {
    width: 100%;
    display: inline-block;
    padding-right: 40px;
}

.xaz-accordion .accordion-body {
    height: 0px;
    overflow: hidden;
}

.xaz-accordion.active .accordion-body {
    height: auto;
}

.xaz-accordion .accordion-content {
    padding: 5px 100px 10px 24px;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

.xaz-accordion .accordion-button {
    float: right;
}

.xaz-accordion #accordion-button-2 {
    display: none;
}

.xaz-accordion.active #accordion-button-2 {
    display: block;
}

.xaz-accordion.active #accordion-button-1 {
    display: none;
}

.f_people_small {

}

.f_people_small .box {
    margin-bottom: 50px;
}

.f_people_small .box .xaz-image {
    margin-bottom: 10px;
    height: 200px;
    border-radius: 3px;
}

.f_people_small .text {
    color: #0775C0;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

.f_people_small .text-2 {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

.f_people_big {

}

.f_people_big .box {
    margin-bottom: 50px;
}

.f_people_big .box .xaz-image {
    margin-bottom: 20px;
    height: 246px;
    border-radius: 3px;
}

.f_people_big .text {
    color: #0775C0;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

.f_people_big .text-2 {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 6px;
}

.f_people_big a {
    color: #ED7309;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

.f_people_big a img {
    margin-right: 8px;
    vertical-align: -7px;
}

.f_tabs {

}

.f_tabs .xaz-tab {

}

.f_tabs .xaz-tab .xaz-tab-header {

}

.f_tabs .xaz-tab .xaz-tab-header span {
    color: #222;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    display: inline-block;
    border-radius: 4px 4px 0px 0px;
    padding: 10px 25px;
    border: solid 1px #C1C1C1;
    background: #DEE1E6;
    transition: 0.5s all;
    cursor: pointer;
    float: left;
}

.f_tabs .xaz-tab .xaz-tab-header span:hover {
    background: #ED7309;
    color: #FFF;
}

.f_tabs .xaz-tab .xaz-tab-header span.active {
    background: #ED7309;
    color: #FFF;
}

.f_tabs .xaz-tab .xaz-tab-content-container {
    clear: both;
}

.f_tabs .xaz-tab .xaz-tab-content {
    background: #F8F8F8;
    padding: 18px 25px 1px;
    display: none;
}

.f_tabs .xaz-tab .xaz-tab-content.active {
    display: block;
}

.f_upcoming_events {

}

.f_upcoming_events .box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 105px;
}

.f_upcoming_events .box .date {
    position: absolute;
    width: 58px;
    height: 62px;
    display: block;
    border: solid 1px #0775C0;
    text-align: center;
    left: 0px;
    top: 0px;
    padding: 4px;
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
}

.f_upcoming_events .box .date span {
    color: #0775C0;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
}

.f_upcoming_events .box h4 {
    color: #0775C0;
}

.f_upcoming_events .box .text {

}

.f_double_column_listing {

}

.f_double_column_listing .box {
    margin-bottom: 30px;
}

.f_double_column_listing .text {
    text-transform: uppercase;
    color: #0775C0;
}

.f_double_column_listing .text a {
    color: #ED7309;
}

.f_double_column_listing .text-2 {

}

.f_publications {

}

.f_publications .box {
    margin-bottom: 50px;
    position: relative;
    padding-left: 40px;
}

.f_publications .box h4 {
    color: #0775C0;
}

.f_publications .box .main-icon {
    position: absolute;
    left: 0px;
    top: 0px;
}

.f_publications .box .text {

}

.f_publications .box .text-2 {
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    padding: 7px 0px;
}

.f_publications .box .text-2 img {
    margin-right: 5px;
}

.f_publications .box .text-2 .date {
    display: inline-block;
    margin-left: 85px;
}

.f_publications .box .text-2 .date img {
    vertical-align: -7px;
    margin-right: 10px;
}

.f_history {

}

.xaz-history {
    position: relative;
    padding-bottom: 1px;
}

.xaz-history .history-line {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 60px;
    display: block;
    background: #ccc;
}

.xaz-history .year-container {
    position: relative;
    padding-left: 200px;
}

.xaz-history .year-container .year {
    position: absolute;
    left: 5px;
    top: 0px;
    height: 80px;
    background: #fff;
    width: 120px;
    display: block;
    color: #0775C0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 27px 0px;
}

.xaz-history .year-container .year img {
    margin-right: 3px;
    vertical-align: -7px;
}

.xaz-history .year-container .event-box {
    display: flex;
    border-bottom: solid 1px #CCC;
    padding-bottom: 30px;
    margin-bottom: 70px;
}

.xaz-history .year-container .event-box .xaz-image {
    height: 160px;
    border-radius: 3px;
    width: 40%;
}

.xaz-history .year-container .event-box .text {
    width: 60%;
    padding-left: 30px;
    margin-top: 10px;
}

.xaz-history .year-container .event-box .text p {
    margin-bottom: 20px;
}

.f_committees {

}

.f_committees .box {
    display: block;
    padding: 15px 30px;
    border: 1px solid #CCC;
    border-radius: 3px;
    text-decoration: none !important;
    transition: 0.5s all;
    margin-bottom: 30px;
    color: #444 !important;
}

.f_committees .box:hover {
    border: 1px solid #ED7309;
}

.f_committees .box h4 {
    color: #ED7309 !important;
    margin-bottom: 5px;
}

.f_past_congresses {

}

.past-congress {
    padding-bottom: 20px;
    border-bottom: solid 1px #CCC;
    margin-bottom: 50px;
}

.past-congress .top {
    margin-bottom: 20px;
}

.past-congress .top .top-left {
    display: inline-block;
    color: #0775C0;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.past-congress .top .top-left img {
    margin-right: 2px;
    vertical-align: -4px;
}

.past-congress .top .top-left span {
    color: #444;
    display: inline-block;
    margin-left: 8px;
}

.past-congress .top .top-right {
    float: right;
    display: inline-block;
}

.past-congress .top .top-right img {
    margin-right: 6px;
    vertical-align: -6px;
}

.past-congress .middle {
    clear: both;
    display: flex;
}

.past-congress .middle .xaz-poster {
    border-radius: 3px;
    height: 250px;
    width: 30%;
    margin-right: 20px;
}

.past-congress .middle .xaz-gallery {
    width: 70%;
}

.xaz-gallery .xaz-image {
    display: block;
    height: 115px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.xaz-gallery .xaz-image:hover {
    transform: scale( 0.95 );
    opacity: 0.66;
}

.past-congress .bottom {
    margin-top: 20px;
    text-align: right;
}

.past-congress .bottom img {
    vertical-align: -6px;
}


.xaz-gallery {

}

.f_repo {

}

.f_repo .box {
    border-bottom: solid 1px #CCCCCC;
    margin-bottom: 10px;
    padding: 5px 0px 10px 40px;
    position: relative;
}

.f_repo .box a {
    color: #ED7309;
}

.f_repo .box .title {
    margin-bottom: 8px;
}

.f_repo .box img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.f_videoblocks {

}

.xaz-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 30px;
}

.f_cta_block {

}

.f_cta_block .box {
    color: #fff !important;
    border-radius: 3px;
    background: #ED7309;
    padding: 35px 45px 10px 45px;
}

.f_cta_block .box h3, .f_cta_block .box h2, .f_cta_block .box h1, .f_cta_block .box h4, .f_cta_block .box h5 {
    color: #fff !important;
}

.f_cta_block .box.blue {
    background: #0775C0;
}

.f_gallery {

}

.f_gallery img {
    width: auto;
    height: 135px;
}

.f_gallery a {
    transition: 0.5s all;
    margin: 0px 7px 10px 0px;
    display: inline-block;
}

.f_gallery a:hover {
    opacity: 0.66;
}

.xaz-custom-module {
    padding: 30px 25px;
    border-radius: 3px;
    border: 1px solid #CCC;
    color: #333;
    font-size: 14px;
    line-height: 24px;
}

.xaz-custom-module img {
    border-radius: 3px;
    width: 100%;
}

.xaz-chosen-section {
    margin-bottom: 50px;
}

.xaz-chosen-section h4 {
    margin-bottom: 30px;
}

.xaz-chosen-section ul {
    padding-left: 0px !important;
    margin-left: 0px !important;
    list-style: none;
}

.xaz-chosen-section ul li {
    position: relative;
    background: url( "http://eanm2024.testprowebdesigner.pl/wp-content/uploads/2024/01/sidebar_checron_right.svg" ) left top 6px no-repeat;
    padding-left: 20px;
}
d
.xaz-chosen-section ul li a {
    color: #333 !important;
}

.xaz-chosen-section ul li a:hover {
    color: #ED7309 !important;
    text-decoration: none !important;
}

.xaz-chosen-section ul li.active a {
    color: #ED7309 !important;
}

/* ===== ERROR PAGE ===== */

#error-page {
    padding-top: 0px;
    margin-top: 0px;
}

#error-page .xaz-image {
    height: 750px;
}

#error-page .xaz-image .text {
    margin-top: 110px;
}

#error-page-1 {
    padding-top: 140px;
}

/* ===== HOME ===== */

.xaz-video-full {
    height: 925px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: blue;
}

.xaz-video-full video {
    object-fit: cover;
    width: 100vw;
    height: 925px;
    position: absolute;
    top: 0;
    left: 0;
}

.xaz-video-full .video-content {
    margin-top: 0px;
    width: 100%;
}

.xaz-video-full .gradient {
    background: linear-gradient(180deg, #002137 0%, rgba(0, 104, 175, 0.50) 16.5%, rgba(217, 217, 217, 0.00) 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.xaz-video-full .video-content h2 {
    color: #fff;
}

.xaz-video-full .video-content h3 {
    color: #fff;
}

.xaz-video-full .video-content p {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.xaz-gallery-carousel-dots {

}

.xaz-gallery-carousel-dots .carousel-cell {
    width: 100%;
}

.xaz-gallery-carousel-dots .xaz-image {
    height: 600px;
    width: 100%;
}

.xaz-gallery-carousel-dots .flickity-page-dots {
    text-align: left;
    bottom: -150px;
    margin: 0px !important;
    padding: 0px !important;
}

.xaz-gallery-carousel-dots .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
    background: #D9D9D9;
    opacity: 1;
}

.xaz-gallery-carousel-dots .flickity-page-dots .dot.is-selected {
    background: #ED7309;
}

#home {
    padding-top: 0px;
    margin-top: 0px;
}

#home-1 {
    padding-top: 0px;
    margin-top: 0px;
    position: relative;
}

.home-header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 108px;
    z-index: 1000;
    transition: 0.5s all;
    letter-spacing: 0px;
}

.home-header .top-header {
    height: 46px;
}

.home-header .bottom-header {
    height: 62px;
    background: rgba(242, 242, 242, 0.1);
    margin-left: calc( 50vw - 695px + 90px );
}

.home-header .navigation {
    position: absolute;
    top: 45px;
    letter-spacing: 0px;
}

.home-header .navigation ul.level-1 {
    list-style: none;
    display: block;
    margin: 0px !important;
    padding: 0px !important;
}

.home-header .navigation ul.level-1 > li {
    list-style: none;
    display: flex;
    float: left;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 25px;
    height: 62px;
    align-items: center;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

.home-header .navigation ul.level-1 > li > svg {
    margin-left: 8px;
}

.home-header .navigation ul.level-1 > li:hover > svg path {
    fill: #444 !important;
}

.home-header .navigation ul.level-1 > li a {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
}

.home-header .navigation .sub-navigation {
    display: none;
    position: absolute;
    left: calc( 600px - 50vw );
    width: 100vw;
    background: #F2F2F2;
    padding: 30px 15%;
    top: 62px;
}

.home-header .navigation ul.level-1 > li:hover {
    text-decoration: none !important;
    color: #ED7309;
    background: #F2F2F2;
}

.home-header .navigation .sub-navigation:hover {
    display: block;
}

.home-header .navigation ul.level-1 > li:hover .sub-navigation {
    display: block;
}

.home-header .navigation .sub-navigation span {
    display: block;
    height: 50px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.home-header .navigation .sub-navigation span a {
    color: #333 !important;
    text-decoration: none !important;
}

.home-header .navigation .sub-navigation span a:hover {
    color: #ED7309 !important;
}

.home-header .navigation .sub-navigation ul {
    list-style: none;
    display: block;
    margin: 0px !important;
    padding: 0px !important;
}

.home-header .navigation .sub-navigation ul li {
    display: block;
    margin-bottom: 10px !important;
}

.home-header .navigation .sub-navigation ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.home-header .navigation .sub-navigation ul li a:hover {
    color: #ED7309;
    text-decoration: none !important;
}

.home-header .navigation .sub-navigation .col-md-3 {
    padding-right: 10px !important;
}

.home-header .xaz-image {
    height: 208px;
    border-radius: 3px;
}

.home-header .xaz-image-text {
    height: 208px;
    color: #F85201;
    font-size: 22px;
    font-style: italic;
    font-weight: 200;
    line-height: 25px;
    display: flex;
    width: 100%;
    align-items: center;
}

.home-header .logo {
    position: absolute;
    bottom: 5px;
	/* bottom: -17px; */ /* 40th anniversary logo */
    left: calc( 50vw - 695px );
    width: 85px;
    transition: 0.5s all;
}

.home-header .nav-button {
    display: none;
}

.home-header .center-buttons {
    position: absolute;
    left: 46%;
    transform: translateX(-54%);
}

.home-header .social {
    right: 75px;
    top: 10px;
    position: absolute;
}

.home-header .social a {
    margin-left: 12px;
    display: inline-block;
}

.home-header .btn-newsletter {
    right: 330px;
    top: 0px;
    position: absolute;
}

.home-header .btn-primary.btn {
    padding: 12px 25px 12px 25px !important;
    border-radius: 0px !important;
    font-size: 12px !important;
    line-height: 12px !important;
    border: none !important;
    margin-right: -6px;
}

.home-header .btn-primary.btn:hover {
    border: none !important;
}

.home-header .btn-primary.btn img {
    margin-right: 8px;
}

.home-header .btn-primary.btn-area {
    background: transparent !important;
    color: #fff !important;
    border-left: solid 1px rgba( 255, 255, 255, 0.3 ) !important;
    text-transform: initial;
}

.home-header .btn-primary.btn-area:hover {
    background: transparent !important;
    color: #fff !important;
    opacity: 0.66 !important;
    border-left: solid 1px rgba( 255, 255, 255, 0.3 ) !important;
    text-transform: initial;
}

.home-header .btn-primary.btn-membership {
    background: transparent !important;
    color: #fff !important;
    border-left: solid 1px rgba( 255, 255, 255, 0.3 ) !important;
    text-transform: initial;
}

.home-header .btn-primary.btn-membership:hover {
    background: transparent !important;
    color: #fff !important;
    opacity: 0.66 !important;
    border-left: solid 1px rgba( 255, 255, 255, 0.3 ) !important;
    text-transform: initial;
}

.home-header .btn-primary.btn-search {
    background: transparent !important;
    color: #fff !important;
    border-left: solid 1px rgba( 255, 255, 255, 0.3 ) !important;
    text-transform: initial;
}

.home-header .btn-primary.btn-search:hover {
    background: transparent !important;
    color: #fff !important;
    opacity: 0.66 !important;
    border-left: solid 1px rgba( 255, 255, 255, 0.3 ) !important;
    text-transform: initial;
}

.home-header .btn-primary.btn-newsletter {
    background: transparent !important;
    color: #fff !important;
    border-left: solid 1px rgba( 255, 255, 255, 0.3 ) !important;
    border-right: solid 1px rgba( 255, 255, 255, 0.3 ) !important;
    text-transform: initial;
}

.home-header .btn-primary.btn-newsletter:hover {
    background: transparent !important;
    color: #fff !important;
    border-left: solid 1px rgba( 255, 255, 255, 0.3 ) !important;
    border-right: solid 1px rgba( 255, 255, 255, 0.3 ) !important;
    opacity: 0.66 !important;
    text-transform: initial;
}

.home-header .btn img {
    height: 22px;
}

.home-header .header-search {
    margin-left: 20px;
    display: inline-block;
}

.home-header .header-search form {
    display: inline-block !important;
}

.home-header .header-search .search-submit {
    display: none !important;
}

.home-header .header-search form input {
    border: none !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #fff !important;
    background: none !important;
}

.home-header .header-search form input::-webkit-input-placeholder {
    color: #fff !important;
}

.home-header .header-search form input:-moz-placeholder { /* Firefox 18- */
    color: #fff !important;
}

.home-header .header-search form input::-moz-placeholder {  /* Firefox 19+ */
    color: #fff !important;
}

.home-header .header-search form input:-ms-input-placeholder {
    color: #fff !important;
}

.home-header .header-search img {
    height: 22px;
}

.home-header .header-search {
    border-left: solid 1px rgba(255, 255, 255, 0.3) !important;
    padding-left: 25px;
    margin-left: 0px;
    height: 46px;
    position: relative;
    top: 0px;
    padding-top: 10px;
}

#home-1 .text {
    padding-top: 0px;
    margin-top: 0px;
    position: absolute;
    bottom: 210px;
    width: 30%;
}

#home-1 .text h2 {
    color: #FFF;
    font-size: 34px;
    font-weight: 400;
    line-height: 44px;
}

#home-1 .line {
    height: 665px;
    background: #fff;
    width: 1px;
    position: absolute;
    bottom: 70px;
    left: 110px;
    display: none;
}

#home-1 .scroll-down {
    bottom: 38px;
    position: absolute;
    left: 50%;
    margin-left: -16px;
}

#home-1 .congress {
    bottom: 35px;
    position: absolute;
    right: 250px;
    color: #fff;
    border-left: solid 1px #fff;
    padding: 5px 17px;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
	/* hide the logo on hero banner */
	display: none;
}

#home-1 .congress img {
    margin-right: 25px !important;
}

#home-2 {
    padding-top: 60px;
}

#home-2 .xaz-image {
    height: 490px;
    border-radius: 0px 8px 8px 0px;
    margin-left: calc( 600px - 50vw );
}

#home-2 .top-text {
    margin-top: 50px;
}

#home-2 .blue-box {
    margin-top: 60px;
    background: #0775C0;
    color: #fff;
    padding: 40px 0px;
}

#home-2 .blue-box h2 {
    color: #fff;
    margin-bottom: 10px;
}

#home-2 .white-border {
    border-right: solid 1px #fff;
}

#home-2 .blue-box .text {
    padding-left: 50px;
    padding-top: 5px;
}

#home-2 .blue-box .white-border .text {
    padding-left: 0px;
}

#home-2 .blue-box p {
    margin-bottom: 20px;
}

#home-3 {
    padding-top: 0px;
    margin-top: 0px;
}

#home-3 .black-box {
    border-radius: 8px;
    background: #EAEAEA;
    padding: 40px 40px 10px 40px;
    position: relative;
    z-index: 2;
}

#home-3 .xaz-count-box {
    margin-bottom: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;

}

#home-3 .xaz-count-box .count-text {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 8px;
    color: #0775C0;
}

#home-3 .xaz-video-full {
    height: 650px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: blue;
}

#home-3 .xaz-video-full video {
    object-fit: cover;
    width: 100vw;
    height: 650px;
    position: absolute;
    top: 0;
    left: 0;
}

#home-3 .xaz-video-full .video-content {
    margin-top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

#home-3 .xaz-video-full .gradient {
    opacity: 0.65;
    background: #0775C0;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

#home-4 {
    padding-top: 60px;
    padding-bottom: 70px;
}

#home-4 .text, #home-4 .text-2 {
    text-align: center;
}

.news-list {
    margin: 40px 0px 20px;
}

.news-list .box {
    margin-bottom: 20px;
    border-radius: 3px;
    border: 1px solid #CCC;
}

.news-list .box .xaz-image {
    border-radius: 3px;
    border: 1px solid #CCC;
    height: 320px;
}

.news-list .box .text-container {
    padding: 25px;
}

.news-list .box .text-container .title {
    color: #444;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    display: block;
}

.news-list .box .text-container .line {
    display: block;
    width: 68px;
    margin: 12px 0px;
    height: 1px;
    background: #ED7309;
}

/* ===== SEARCH ===== */

#xaz-search {
    padding-bottom: 60px;
}

.xaz-contact label {
    display: block;
}

.xaz-contact .search-submit {
    color: #fff !important;
    border: solid 1px #ED7309 !important;
    background: #ED7309 !important;
    transition: 0.5s all !important;
}

.xaz-contact .search-submit:hover {
    color: #ED7309 !important;
    border: solid 1px #ED7309 !important;
    background: #fff !important;
}

/* ===== SEARCH RESULTS ===== */

#xaz-search-result {
    padding-bottom: 60px;
}

article header, section header {
    display: none !important;
}

.search-result-box {
    padding: 15px 20px;
    border-bottom: solid 1px #444;
    margin-bottom: 0px;
    display: block;
}

.search-result-box h4 {
    margin-bottom: 0px;
}

/* ===== CONTACT ===== */

#contact {

}

#contact-1 {

}

#contact-1 .text {
    margin-bottom: 50px;
}

#contact-1 .box {
    border: solid 1px #ED7309;
    border-radius: 3px;
    padding: 35px 25px;
}

#contact-1 .box p {
    margin-bottom: 10px;
}

#contact-1 .box ul {
    list-style: none;
    display: block;
    padding-top: 20px;
    margin-top: 30px;
    border-top: solid 1px #CCCCCC;
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}

#contact-1 .box ul img {
    margin-right: 15px;
}

#contact-1 .text-2 {
    padding: 20px 0px 0px 55px;
    position: relative;
}

#contact-1 .text-2 img {
    position: absolute;
    top: 20px;
    left: 25px;
}

#contact-1 .text-2 p {
    margin-bottom: 10px;
}

#contact-1 .text-3 {
    margin-bottom: 50px;
    padding: 40px 40px 10px 40px;
    color: #fff;
    border-radius: 3px;
    background: #0775C0;
}

#contact-1 .map {
    margin-top: 100px;
    text-align: center;
}

#contact .f_banner_main {
    height: 200px;
}

.no-sidebar .f_people_big .box .xaz-image {
    height: 350px;
}

.no-sidebar .f_people_small .box .xaz-image {
    height: 320px;
}

.no-sidebar .past-congress .middle .xaz-poster {
    height: 300px;
}

.no-sidebar .xaz-gallery .xaz-image {
    height: 170px;
}

.no-sidebar .xaz-history .year-container .event-box .xaz-image {
    height: 260px;
}

.no-sidebar .past-congress .middle .xaz-poster {
    height: 510px;
}

.no-sidebar .f_gallery img {
    height: 205px;
}

.blue-box.response {
    color: #fff !important;
    background: #0775C0;
    display: block;
    padding: 30px;
    text-align: right;
    border-radius: 3px;
}

.blue-box.response h5, .blue-box.response h4 {
    color: #fff !important;
}

.blue-box.response h5 {
    font-size: 14px;
    margin-bottom: 30px;
}

.calc-page .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.calc-page .form-horizontal .control-label {
    padding-right: 30px;
    padding-top: 12px;
}

.calc-page .form-control {
    height: 44px;
}

.calc-page .form-group .btn {
    display: none !important;
}

.calc-page .warning-response {
    display: block;
    font-weight: 600;
    margin: 30px 0px 40px;
}

.calc-page .warning-response svg {
    margin-right: 20px;
}

#new-calculator .f_banner_main {
    height: 135px !important;
}

#new-calculator h4 {
    color: #0775C0;
}

.xaz-calculator-new {
    background: #F7F7F7;
    border: solid 1px #ccc;
    border-radius: 8px;
    padding: 35px 30px;
    margin-bottom: 70px;
}

.xaz-calculator-new .tab {
    display: none;
}

.xaz-calculator-new .tab.active {
    display: block;
}

.xaz-calculator-new select {
    font-size: 15px;
    line-height: 23px;
    border: solid 1px #ccc;
    border-radius: 3px;
    padding: 10px 10px;
    color: #444;
    background: transparent !important;
    margin-bottom: 20px;
    max-width: 100%;
}

.xaz-calculator-new h5 {
    color: #ED7309;
}

.xaz-calculator-new h3 {
    color: #0775C0;
}

.xaz-calculator-new .important-notes {
    margin-top: 15px;
    padding-top: 15px;
    border-top: solid 1px #ccc;
}

.xaz-calculator-new .important-notes h5 {
    color: #0775C0;
}

.xaz-calculator-new .steps {
    position: relative;
    margin-bottom: 24px;
    display: inline-block;
}

.xaz-calculator-new .steps .line {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 34px;
    height: 1px;
    background: #ccc;
    z-index: 1;
}

.xaz-calculator-new .steps span {
    width: 68px;
    height: 68px;
    color: #444;
    border-radius: 100%;
    background: #EAEAEA;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    padding: 22px 0px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.xaz-calculator-new .steps span.active {
    color: #fff;
    background: #0775C0;
}

.xaz-calculator-new .steps #step-2 {
    margin-left: 120px;
    margin-right: 120px;
}

/* ===== MOBILE ===== */

@media (max-width: 1500px) {
    #home-1 .line {
        left: 60px;
    }
}

@media (max-width: 1400px) {
    #home-1 .text {
        width: 50%;
        margin-left: 50px;
    }

    .home-header .bottom-header {
        margin-left: 220px;
    }

    header .bottom-header {
        margin-left: 220px;
    }

    header .navigation {
        left: 220px;
    }

    header .logo {
        left: 20px;
    }

    .home-header .logo {
        left: 20px;
    }

    .home-header .navigation .sub-navigation {
        left: -220px;
        padding: 30px 5%;
    }

    header .navigation .sub-navigation {
        left: -220px;
        padding: 30px 5%;
    }

    header .social, .home-header .social {
        display: none;
    }

    header .btn-newsletter, .home-header .btn-primary.btn-newsletter {
        right: 0px;
    }
}

@media (max-width: 1260px) {
    .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }

    header .btn-newsletter, .home-header .btn-primary.btn-newsletter {
        display: none !important;
    }

    .f_subsection_boxes .col-md-3 {
        width: 50% !important;
    }

    body {
        font-size: 14px;
        line-height: 22px;
    }

    .accordion-header {
        font-size: 16px;
        line-height: 24px;
    }

    .xaz-accordion .accordion-content {
        font-size: 14px;
        line-height: 22px;
    }

    .f_people_small .col-md-3 {
        width: 33.33% !important;
    }

    .f_people_small .clearfix {
        display: none;
    }

    .f_tabs .xaz-tab .xaz-tab-header span {
        font-size: 12px;
        line-height: 20px;
        padding: 8px 15px;
    }

    h4 {
        font-size: 20px;
        line-height: 24px;
    }

    footer .container-fluid {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    #home-2 .xaz-image {
        margin-left: 0px;
		height: 380px;
    }

    #home-1 .congress {
        right: 30px;
    }

    header {
        height: 74px !important;
    }

    header.scrolled {
        top: 0px;
    }

    header .logo {
        width: 49px !important;
        top: 7px;
    }

    .white-square {
        display: none;
    }

    .nav-button {
        display: block;
        width: 27px;
        position: absolute;
        right: 25px;
        top: 25px;
        cursor: pointer;
    }

    .nav-button span {
        width: 100%;
        height: 3px;
        border-radius: 10px;
        background: #ED7309;
        display: block;
    }

    .nav-button span:nth-of-type(2) {
        margin: 6px 0px;
    }

    header .navigation {
        display: none;
        background: #F5F5F5;
        max-height: calc( 100vh - 74px );
        overflow-x: hidden;
        overflow-y: scroll;
    }

    header .bottom-header {
        height: 0px;
        background: none;
    }

    .center-buttons {
        top: 14px;
    }

    header .navigation.active {
        display: block;
        left: 0px;
        width: 100%;
        top: 74px;
    }

    header .navigation ul.level-1 > li {
        display: block;
        float: none;
        padding: 12px 0px;
        height: auto;
        color: #ED7309;
        cursor: pointer;
        width: 100%;
        position: relative;
    }

    header .navigation ul.level-1 > li > br {
        display: none !important;
    }

    header .navigation ul.level-1 > li > img {
        position: absolute;
        right: 30px;
        top: 20px;
    }

    header .navigation ul.level-1 > li > img.active {
        transform: rotate( 180deg );
    }

    header .navigation .sub-navigation.active {
        display: block !important;
    }

    header .navigation .sub-navigation {
        padding: 0px 10px 0px 10px;
        position: static;
        background: none;
        width: 100%;
    }

    header .navigation ul.level-1 > li:hover .sub-navigation {
        display: none;
    }

    header .navigation .sub-navigation span {
        height: auto;
        display: block;
        position: relative;
        padding: 10px 0px 0px 0px;
        width: 100%;
    }

    header .navigation .sub-navigation .col-md-3 {
        width: 100%;
    }

    header .navigation .sub-navigation ul {
        list-style: none;
        display: none;
        margin: 10px 0px 0px 20px !important;
        padding: 0px;
    }

    header .navigation .sub-navigation ul.active {
        display: block;
    }

    header .xaz-image {
        display: none !important;
    }

    header .xaz-image-text {
        display: none !important;
    }

    .mobile-only {
        display: block;
        position: absolute;
        right: 25px;
        top: 20px;
    }

    .mobile-only.active {
        transform: rotate( 180deg );
    }

    section {
        margin-top: 74px;
    }

    .section {
        padding-top: 60px;
    }

    .f_banner_main {
        margin-top: -60px;
    }

    .home-header .navigation, .home-header .bottom-header {
        display: none !important;
    }

    .home-header .center-buttons {
        margin-top: 15px;
    }

}

@media (max-width: 991px) {
    .f_people_small .col-md-3 {
        width: 50% !important;
    }

    .home-header .btn-primary.btn-search {
        display: none !important;
    }

    .home-header .center-buttons {
        position: absolute;
        left: initial;
        transform: none;
        right: 10px;
    }

    header .btn-primary.btn-search {
        display: none !important;
    }

    .home-header .btn-primary.btn-area {
        border-left: none !important;
    }

    #home-1 .text h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .f_table .xaz-table {
        overflow-y: scroll;
    }

    .f_table .xaz-table table {
        min-width: 700px;
    }

    #home-3 .xaz-video-full {
        height: auto;
        padding: 30px 0px;
    }

    #home-3 .xaz-video-full video {
        height: 100%;
    }

    #home-2 .blue-box .text {
        padding-left: 0px;
        padding-top: 5px;
    }

    #home-2 .white-border {
        border-right: none;
    }

    #home-1 .text {
        margin-top: 300px;
        position: static;
        width: 80%;
        margin-left: 30px;
    }

    #home-1 .line {
        display: none;
    }

    .xaz-gallery-carousel-dots .flickity-page-dots {
        bottom: -50px;
    }

    .center-buttons .btn span {
        display: none !important;
    }

    header .btn-primary.btn img {
        margin-right: 0px;
    }

    header .btn-primary.btn {
        padding: 12px 17px 12px 17px !important;
    }

    .xaz-video-full {
        height: 700px;
    }
	
	 #home-2 .xaz-image {
        margin-left: 0px;
        height: 280px;
    }
}

@media (max-width: 768px) {

    .xaz-calculator-new .btn {
        margin-bottom: 10px;
        width: 100% !important;
    }

    .xaz-calculator-new select {
        width: 100% !important;
    }

    .f_subsection_boxes .col-md-3 {
        width: 100% !important;
    }

    .f_tabs .xaz-tab .xaz-tab-header span {
        display: block;
        width: 100%;
    }

    .xaz-history .year-container .year {
        position: static;
    }

    .xaz-history .year-container {
        padding-left: 0px;
    }

    .xaz-history .history-line {
        display: none;
    }

    .xaz-history .year-container .event-box {
        padding-bottom: 20px;
        margin-bottom: 40px;
        display: block;
    }

    .xaz-history .year-container .event-box .text {
        width: 100%;
        padding-left: 0px;
        margin-top: 15px;
    }

    .xaz-history .year-container .event-box .xaz-image {
        width: 100%;
    }

    .past-congress .top .top-left {
        display: block;
    }

    .past-congress .top .top-right {
        float: none;
        display: block;
        margin-top: 10px;
    }

    .past-congress .middle .xaz-poster {
        width: 100%;
        margin-bottom: 30px;
        height: 400px;
    }

    .past-congress .middle .xaz-gallery {
        width: 100%;
    }

    .past-congress .middle {
        display: block;
    }

    .f_cta_block .box {
        padding: 15px 25px 1px 15px;
    }

    .f_upcoming_events .box {
        padding-left: 70px;
    }

    .footer-newsletter {
        padding: 25px 0px 30px;
        margin-top: 30px;
    }

    #home-2 .xaz-image {
        height: 170px;
		background-size: contain !important;
    }

    footer {
        text-align: center !important;
    }

    footer * {
        text-align: center !important;
    }

    footer p {
        text-align: center !important;
    }

    #home-1 .text {
        margin-top: 100px;
    }

    .xaz-gallery-carousel-dots .flickity-page-dots {
        bottom: 0px;
    }

    .xaz-video-full {
        height: 450px;
    }

    .xaz-video-full video {
        height: 450px;
    }


    #home-1 .scroll-down {
        left: 55px;
        margin-left: 0px;
    }

    .home-header {
        display: none;
    }

    .footer-top {
        display: block;
    }

    footer .logo {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    #home-1 .text {
        margin-top: 70px;
    }

    header .header-search {
        display: none !important;
    }

    .xaz-calculator-new .steps #step-2 {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 500px) {
    h4 {
        font-size: 16px;
        line-height: 20px;
    }

    #home-1 .congress img {
        display: none;
    }

    #home-1 .text {
        margin-left: 0px !important;
    }

    #home-1 .scroll-down {
        left: 30px;
    }

    #home-1 .text h2 {
        font-size: 26px;
        line-height: 34px;
    }

    h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    #contact-1 .text-3 {
        padding: 10px 10px 1px 10px;
    }
}


