@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato/lato-regular.ttf") format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato/lato-bold.ttf") format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato/lato-black.ttf") format('truetype');
    font-weight: 900;
}



body {
    font-family: 'Lato';
    font-size: 17px;
    line-height: 1.4;
    color: #4c4d4e;
    overflow-x: hidden;
}

a {
    color: #006590 !important;
    text-decoration: none !important;
}

main

a {
    color: #006590 !important;
    text-decoration: underline !important;
}


  
a:hover {
    text-decoration: underline !important;
      color: #00a5ff !important;
}

ul li {
    padding-bottom: .5em;
}

ul li::marker {
    color: #006590;
}

figcaption, .vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt{
	font-size: 14px;
	line-height:1.3;
margin-top: 10px;
	opacity:0.7
}
.vc_gitem-post-data-source-post_title{
	display:none
}
.vc_custom_heading.vc_gitem-post-data p {
	padding:0 !important;
	margin:0!important
}

.vc_gitem-post-data{
	margin:0px!important
}

a.roundedbluelink {
    background-color: #006590;
    font-weight: 700;
    padding: 8px 30px;
    color: #fff !important;;
    font-size: 18px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 30px;
    margin-left: 20px;
    position: relative;
    top: -5px
}

.pagination {
    text-align: center;
    display: block;
}

.pagination .page-numbers {
    font-size: 16px;
    margin: 0px 2px
}


.pagination .page-numbers.current {
    color: #006590;
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

.width-900 {
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.width-1000 {
    max-width: 1000px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.bigger-text {
    font-size: 130%
}

.huge-text {
    font-size: 160%
}


/***** HEADER / FOOTER *****/

.site-header .logo img {
    max-width: 280px;
    margin-left: -15px;
    margin-top: 20px;
    margin-bottom: 15px;
}



.site-header {
    padding-top: 5px;
    background-color: #006590;
}

.site-header .become-member {
    text-align: right;
    color: #fff;
    font-weight: 700;
    padding-top: 15px;
}

.site-header .become-member .icons {
    padding-top: 10px;
}

.site-header .become-member a {
    margin-left: 5px;
}

@media (max-width : 767px) {

    .site-header {
        padding-top: 5px !important;
    }

    .site-header .logo img {
        max-width: 180px;
        margin-left: 4px;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .site-header .become-member {
        text-align: left;
        color: #fff;
        font-weight: 700;
        padding-top: 15px;
        padding-left: 5px;
        padding-bottom: 15px;
    }

    .site-header .navbar-header button {
        margin-top: 30px;
        position: relative;
        z-index: 99;
    }

    .site-header .mainMenu.navbar .menu-items {
        margin-left: 0px;
        margin-right: 0px;
    }
}


.site-footer {
    text-align: center;
}

.site-footer .logo img {
    margin-top: 25px;
    margin-bottom: 15px;
}

.site-footer .signup-events a {
    text-decoration: underline;
    font-size: 14px;
}

.site-footer .social {
    padding-top: 20px;
}

.site-footer .navbar-nav {
    float: none;
    margin: auto;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}


.site-footer .navbar-nav a {
    font-size: 13px;
    padding: 5px 0px;
}

.site-footer .navbar-nav a::after {
    content: '|';
    padding-left: 5px;
    padding-right: 5px;
}


.site-footer .navbar-nav li:last-child a::after {
    display: none;
}

.site-footer .nav>li>a:focus, .site-footer .nav>li>a:hover {
    text-decoration: none;
    background-color: unset;
}

.site-footer .disclaimer {
    font-size: 12px;
    padding-bottom: 5px;
}


@media (max-width : 767px) {
    .site-footer .nav>li {
        display: inline-block;
    }
}


/***** MENU/NAVIGATION *****/

.mainMenu ul.nav li.dropdown:hover ul.dropdown-menu {
    background-color: #006590;
    color: #fff;
}

.mainMenu .dropdown-menu>.active>a,
.mainMenu .dropdown-menu>.active>a:focus,
.mainMenu .dropdown-menu>.active>a:hover {
    background-color: #006590;
    background-image: none;
    font-weight: 700;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: inherit;
    background-image: none;
    font-weight: 700;
}
.mainMenu .sub-menu.dropdown-menu .padded-item{
    padding-left:15px;
}

@media (max-width: 767px) {

    .mainMenu .navbar .navbar-nav .open .dropdown-menu>.active>a,
    .mainMenu .navbar .navbar-nav .open .dropdown-menu>.active>a:focus,
    .mainMenu .navbar .navbar-nav .open .dropdown-menu>.active>a:hover {
        background-image: none !important;
        background-color: #006590 !important;
    }

    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
        background-color: inherit;
        background-image: none !important;
        font-weight: 700;
    }

    .mainMenu .dropdown-menu>.active>a,
    .mainMenu .dropdown-menu>.active>a:focus,
    .mainMenu .dropdown-menu>.active>a:hover {
        background-color: #006590 !important;
        background-image: none !important;
        font-weight: 700;
    }

}

.mainMenu.navbar.navbar-default {
    border: none;
    margin-bottom: 0px !important;
    box-shadow: none !important;
    background-image: none;
    background-color: transparent;
}

.mainMenu.navbar .menu-items {
    margin-left: -30px;
    margin-right: -30px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-image: none;
    color: #fff !important;
}

.navbar-default li>a {
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff !important;
    padding-left: 15px;
    padding-right: 15px;
    text-shadow: none;
}

.navbar-default .navbar-nav>li.current_page_ancestor>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none;
    font-weight: 700;
}


/***** WPBAKERY *****/


.wpb_events .event {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 2px solid #c9c9ca;
}

.wpb_events .event .date {
    width: 100px;
    text-align: right;
    color: #006590;
    line-height: 0.9;
}

.wpb_events .event .date .month {
    font-size: 20px;
    text-transform: uppercase;
}

.wpb_events .event .date .day {
    font-size: 55px;
    font-weight: 900;
}

.wpb_events .event .date .year {
    font-size: 20px;
}

.wpb_events .event .image {
    width: 320px;
}

.wpb_events .event .text {
    width: calc(100% - 500px);
}

.wpb_events .event .text .name {
    font-size: 25px;
    font-weight: 700;
}

.wpb_events .event .text .place {
    font-size: 16px;
    text-transform: uppercase;
    color: #006590;
    padding: 10px 0px;
}

.wpb_events .event .text .text-intro {
    font-size: 16px;
}

.wpb_events .event .text .read_more a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #006590;
}

.single-events hr{
    height: 2px;
    color: #c9c9ca;
    background: #c9c9ca;
    font-size: 0;
    border: 0;
 
}
.single-events .event-info-table {
  width: 100%;
  max-width: 800px;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 16px;
  line-height: 1.6;
}

.single-events .event-info-table td {
  padding: 12px 15px;
  vertical-align: top;
}

.single-events .event-info-table tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.single-events .event-info-table tr:nth-child(even) {
  background-color: #ffffff;
}

.single-events .event-info-table td:first-child {
  font-weight: bold;
  color: #444;
  width: 180px;
  white-space: nowrap;
}

@media (max-width: 768px) {
	.wpb_events .event {
		flex-direction: column;
		align-items: center;
	}
	
	.wpb_events .event .date {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.wpb_events .event .image,
	.wpb_events .event .image img,
	.wpb_events .event .text {
		width: 100%;
	}
	
	.wpb_events .event .text {
		margin-top: 30px;
	}
	
	.single-events .event-info-table,
  .single-events .event-info-table tbody,
  .single-events .event-info-table tr,
  .single-events .event-info-table td {
    display: block;
    width: 100%;
  }

  .single-events .event-info-table tr {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
  }

  .single-events .event-info-table td:first-child {
    font-weight: bold;
    margin-bottom: 0.5rem;
    width: 100%;
    display: block;
    white-space: normal;
  }

  .single-events .event-info-table td:not(:first-child) {
    padding-top: 0;
  }
}

/* directors */

.director-popup.popupOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.director-popup .popupBox {
    position: relative;
    width: 700px;
    margin: 100px auto;
    padding: 40px 20px;
    background: white;
    border-radius: 20px;
}

.director-popup .closePopup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.wpb_directors {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.director-popup .info {
    display: flex;
    justify-content: space-between;
}

.director-popup .info h2 {
    color: #4c4d4e;
    margin-bottom: 20px;
}

.director-popup .info .description {
    font-size: 15px;
    padding-bottom: 15px;
}

.director-popup .info .image {
    width: 200px;
}

.director-popup .info .image img {
    border-radius: 20px;
}

.director-popup .info .text {
    width: calc(100% - 240px)
}

.director-popup .info a {
    color: #006590;
    text-decoration: underline;
    font-weight: 900;

}

.wpb_directors .director {
    width: calc(33.3% - 80px);
}

.wpb_directors .director .image {
    position: relative;
}

.wpb_directors .director .image .role {
    background-color: #006590;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 40px;
    right: 40px;
    top: 0px;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 0px;
    border-radius: 0px 0px 15px 15px;
}

.wpb_directors .director .image img {
    width: 100%;
    height: 260px;
    border-radius: 20px;
    object-fit: cover;
}

.wpb_directors .director .text .name {
    font-size: 22px;
    font-weight: 900;
    padding-top: 20px;
    padding-bottom: 10px;
}

.wpb_directors .director .text .description {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wpb_directors .director .text .links {
    padding-top: 10px;
    margin-bottom: 60px;
    font-size: 16px;
}

.wpb_directors .director .text .links a {
    color: #006590;
    font-weight: 700;
    text-decoration: underline;
}

@media (max-width: 1200px) {
	.wpb_directors .director {
		width: calc(50% - 10px);
	}
}

@media (max-width: 768px) {
	.wpb_directors {
		justify-content: center;
	}
	
	.wpb_directors .director {
		width: 100%;
		max-width: 400px;
	}
}

/* awards */


h3.wpb_awards_header {
    color: #4c4d4e;
    font-weight: 400;
    text-transform: uppercase;
    margin: 30px 0px;
}

.wpb_awards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wpb_awards.lta {
    justify-content: start;
    gap: 20px;
}

.wpb_awards.compact {
    border-top: 2px solid #c9c9ca;
    margin-top: 40px;
    padding-top: 140px;
}

.wpb_awards .award {
    width: calc(50% - 30px);
    margin-bottom: 80px;
}

.wpb_awards.compact .award {
    width: calc(33.3% - 40px);
    margin-bottom: 80px;
}

.wpb_awards.lta .award {
    width: calc(100% / 6 - 17px);
    margin-bottom: 80px;
}


.wpb_awards.compact .award .image {

}


.wpb_awards .award .image img {
    width: 100%;
    object-fit: cover;
    height: 350px;
    margin-bottom: 40px;
}

.wpb_awards.lta .award .image img {
    width: 100%;
    object-fit: cover;
    height: 250px;
    margin-bottom: 10px;
}

.wpb_awards .award .award-name {
    color: #006590;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
}

.wpb_awards .award .winner {
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px;
}

.wpb_awards .award .location {

    font-style: italic;
    font-size: 20px;
    position: relative;
    top: -10px
}

.wpb_awards .award .description {
    font-size: 16px;
}

.award-block {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin: 40px 0;
  flex-wrap: wrap;
}

.award-image {
  flex: 0 0 auto;
  max-width: 157px;
  text-align: center;
}

.award-image img {
  width: 100%;
  height: auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.award-image .caption {
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.5rem;
}

.award-text {
  flex: 1;
  min-width: 250px;
}

@media (max-width: 1200px) {
	.wpb_awards.lta .award {
		width: calc(100% / 3 - 20px);
	}
}

@media (max-width: 768px) {
	.wpb_awards {
		flex-direction: column;
	}
	
	.wpb_awards .award {
		width: 100%;
	}
	
	.wpb_awards.compact .award {
		width: 100%;
	}
	
	.wpb_awards .award .award-name {
		font-size: 18px;
		letter-spacing: 0.2px;
	}
	
	.wpb_awards .award .winner {
		font-size: 18px;
	}
	
	.wpb_awards .award .location {
		font-size: 16px;
	}
	
	.wpb_awards.lta {
		align-items: center;
	}
	
	.wpb_awards.lta .award {
		width: 100%;
		max-width: 300px;
	}
	
	.wpb_awards.lta .award .image img {
		width: 100%;
		height: 100%;
	}
	
	.award-block {
		flex-direction: column;
		align-items: center;
	}
}

/* bulletin */

.wpb_bulletin_news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.wpb_bulletin_news .news {
    width: calc(50% - 50px);
    margin-bottom: 60px;
}


.wpb_bulletin_news .news .date {
    font-size: 14px;
    text-transform: uppercase;
    color: #006590;
    font-weight: 700;
    padding-bottom: 5px;
}


.wpb_bulletin_news .news .title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}


.wpb_bulletin_news .news .link {
    padding-top: 5px;
}

.wpb_bulletin_news .news .link a {
    font-size: 14px;
    text-transform: uppercase;
    color: #006590;
    font-weight: 700;
    text-decoration: underline;

}

.single-bulletin_news .entry-content {
	padding-top: 30px;
}

@media (max-width: 768px) {
	.wpb_bulletin_news {
		flex-direction: column;
	}
	
	.wpb_bulletin_news .news {
		width: 100%;
	}
}

/* companies */


.wpb_companies {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.wpb_companies .letter-index {
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
}

.wpb_companies .letter-index a {
    margin-right: 10px;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 5px;
}

.wpb_companies .letter-index a.active {
    text-decoration: underline;
    color: #006590
}

.wpb_companies .blocks {
    columns: 2;
}

.wpb_companies .company-block {
    padding-top: 10px;
    margin-bottom: 40px;
    width: calc(100% - 40px);
}

.wpb_companies .company-block h2 {
    margin-bottom: 10px;
}



.wpb_companies .company-columns>div {
    padding: 5px 10px 8px 10px;
    font-size: 17px;
}

.wpb_companies .company-columns>div a {
    text-decoration: underline;
}

.wpb_companies .company-columns>div:nth-child(odd) {
    background-color: #e5eff4;
}

@media (max-width: 1200px) {
	.wpb_companies .letter-index a  {
		display: inline-block;
	}
}

@media (max-width: 768px) {
	.wpb_companies .blocks {
		columns: 1;
	}
	
	.wpb_companies .company-block {
		width: 100%;
	}
}

/* news */
.main-news.v2 {
    border-bottom: 2px solid #c9c9ca;
    margin-bottom: 60px;
}

.wpb_news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wpb_news .main-news {
    width: 100%;
}

.wpb_news .news.long {
    width: calc(50% - 50px);
    margin-bottom: 60px;
}

.wpb_news .news.short {
    width: calc(33.33% - 50px);
    margin-bottom: 60px;
}


.wpb_news .date {
    text-transform: uppercase;
    color: #006590;
    padding: 10px 0px;
}

.wpb_news .name {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}

.wpb_news .description {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wpb_news .readmore {
    color: #006590;
    margin-top: 10px;
    font-weight: 700;
    display: inline-block;
    text-decoration: underline;
}



.wpb_news .main-news.v2 a, 
.single-news a {
	color: #006590;
	font-weight: 700;
}

.wpb_news .main-news.v2 p, 
.single-news p {
	margin: 0 0 30px;
}

@media (max-width: 768px) {
	.wpb_news .news.long,
	.wpb_news .news.short {
		width: 100%;
	}
}

/* banner */

.wpb-banner {
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 550px;
}

.wpb-banner .text {
    color: #fff;
    font-size: 30px;
    max-width: 900px;
    text-align: center;
    margin: auto;
}

.wpb-banner .text h2 {
    color: #fff !important;;
    font-size: 40px;
    margin-bottom: 10px;
}


.wpb-banner a {
    border: 1px solid #fff;
    font-weight: 700;
    padding: 8px 30px;
    color: #fff !important;;
    font-size: 18px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 30px;
}

@media (max-width: 768px) {
  .wpb-banner {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .wpb-banner h2 {
    font-size: 24px ;
  }

  .wpb-banner .text {
    font-size: 16px;
  }
}

.cta-01 {
    background-color: #f2f7f9;
    font-size: 22px;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.cta-01 span {
    font-size: 18px;
}

.cta-01 .wpb_text_column h3 {
    color: #000;
    margin-bottom: 15px;
}

.cta-01 .wpb_text_column>div {
    max-width: 850px;
    margin: auto;
    text-align: center;
}



.cta-02 {
    background-color: #006590 !important;
    color: #fff !important;
    font-size: 22px;
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}

.cta-02 .vc_column-inner {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.cta-02 span {
    font-size: 18px;
}

.cta-02 .wpb_text_column h3 {
    color: #fff !important;
    margin-bottom: 0px;
    display: inline-block;
}

.cta-02 .wpb_text_column>div {
    text-align: center;
}

.cta-02 p {
    display: inline-block;
    margin: unset
}

.cta-02 a {
    border: 1px solid #fff;
    font-weight: 700;
    padding: 8px 30px;
    color: #fff !important;;
    font-size: 18px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 30px;
    margin-left: 20px;
    position: relative;
    top: -5px
}



.cta-03 {
    color: #fff;
    font-size: 18px;
    padding-top: 60px !important;
    padding-bottom: 40px !important;
    background-image: url(../../..//uploads/2025/04/cta-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.cta-03 span {
    font-size: 18px;
}

.cta-03 .wpb_text_column h3 {
    color: #fff;
    margin-bottom: 15px;
	margin-top:15px;
}

.cta-03 .wpb_text_column>div {
    max-width: 750px;
    margin: auto;
    text-align: center;
}

.cta-03 a {
    border: 1px solid #fff;
    font-weight: 700;
    padding: 8px 30px;
    color: #fff !important;;
    font-size: 18px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 30px;
    background-color: #006590;
}

@media (max-width: 768px) {
	.cta-02 {
		 padding-top: 50px !important;
	}
	
	.cta-02 .wpb_text_column h3 {
		font-size: 20px;
	}
	
	.cta-02 a {
		margin-left: 0;
	}
}

/* EVENTS HOME */

.wpb_eventshome {
    display: flex;
    justify-content: space-around;
}

.wpb_eventshome .event {
    width: calc(33.3% - 25px);
    border-radius: 20px;
    background-color: #f4f4f4;
    padding: 40px 20px 30px 20px;
    position: relative;
    text-align: center;
}

.wpb_eventshome .event .month {
    background-color: #006590;
    color: #fff;
    position: absolute;
    left: 60px;
    right: 60px;
    font-weight: 700;
    ;
    top: 0;
    padding: 5px 0px;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 0px 0px 15px 15px;
}

.wpb_eventshome .event .day {
    font-size: 70px;
    color: #006590;
    font-weight: 900;
}


.wpb_eventshome .event .name {
    font-size: 22px;
    font-weight: 700;
    padding: 10px 0px 10px 0px
}

.wpb_eventshome .event a {
    font-size: 16px;
    font-weight: 700;
    color: #006590;
    text-decoration: underline;
}

@media (max-width: 768px) { 
	.wpb_eventshome {
		flex-direction: column;
		gap: 30px;
	}
	
	.wpb_eventshome .event {
		width: 100%;
	}
}

/* NEWS HOME */
.wpb_newshome {
    margin-top: 100px;
    margin-bottom: 80px !important;
}

.wpb_newshome .news {
    display: flex;
    justify-content: space-between;
}

.wpb_newshome .news>div {
    width: calc(50% - 20px);
    position: relative;
}

.wpb_newshome .news .image {
    min-height: 500px;

    background-repeat: no-repeat;
    background-size: cover;
}

.wpb_newshome .news .image>div {
    position: absolute;
    background-color: #006590;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 25px;
    font-size: 17px;
    font-weight: 700;
    left: 0;
    top: 0;
    border-radius: 0px 0px 20px 0px;
}

.wpb_newshome .news .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wpb_newshome .news .name {
    color: #006590;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 18px;
}

.wpb_newshome .news .description {
    font-size: 18px;
    line-height: 1.4;
}


.wpb_newshome .news .readmore {
    color: #006590;
    display: inline-block;
    margin-top: 20px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 768px) {
	.wpb_newshome {
		margin-top: 40px;
	}
	
	.wpb_newshome .news {
		flex-direction: column;
		gap: 30px;
		
	}
	
	.wpb_newshome .news>div {
		width: 100%;
	}
}

/* AWARDS */

.wpb_awardshome {
    margin-top: 100px;
    margin-bottom: 80px !important;
    display: flex;
    justify-content: space-between;
}

.wpb_awardshome>.text {
    width: 270px;
    font-size: 22px;
}


.wpb_awardshome>.text h2 {
    color: #4c4d4e;
    margin-bottom: 10px;
}

.wpb_awardshome>.text a {
    color: #006590;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    margin-top: 10px;
}


.wpb_awardshome>.slider {
    width: calc(100% - 320px);
}

.wpb_awardshome .slider .item .award .image {
    border-radius: 20px;
    height: 400px;
    position: relative;
    background-size:cover;
    background-postion:50% 0%
}

.wpb_awardshome .slider .item:nth-child(even) .award {
    margin-left: 20px;
}

.wpb_awardshome .slider .item:nth-child(odd) .award {
    margin-right: 20px;
}

.wpb_awardshome>.slider .award .text {
    position: absolute;
    background-color: #fff;
    bottom: 30px;
    left: 0;
    right: 40px;
    padding: 20px;
    border-radius: 0px 20px 20px 0px;
}

.wpb_awardshome>.slider .award .text .name {
    font-weight: 900;
    font-size: 20px;
    padding: 10px 0px;
}

.wpb_awardshome>.slider .award .text .award-name {
    color: #006590;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px
}

.wpb_awardshome>.slider .award .text .location {
    font-size: 18px;
}

@media (max-width: 768px) {
	.wpb_awardshome {
		flex-direction: column;
		gap: 30px;
		margin-top: 20px;
	}
	
	.wpb_awardshome>.slider {
		width: 100%;
	}
	
	.wpb_awardshome .slider .item:nth-child(even) .award {
    	margin-left: 0px;
	}
	
	.wpb_awardshome .slider .item:nth-child(odd) .award  {
		margin-right: 0;
	}
}

/***** PAGES *****/

/* THE EVENT*/
.the-event {
    font-size: 12px;
}

.the-event .breadcrumbs {
    padding-top: 100px;
    padding-bottom: 40px;
}

.the-event .breadcrumbs a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.the-event .breadcrumbs span.active {
    text-transform: uppercase;
    font-weight: 400;
}

.the-event .date {
    color: #006590;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.the-event .name {
    font-size: 30px;
    font-weight: 900;
    padding: 15px 0px;
}

.the-event .text_intro {
    font-size: 22px;
}

.the-event .block {
    display: flex;
    justify-content: space-between;
}

.the-event .block>div {
    width: calc(50% - 25px);
}

.the-event h4 {
    color: #006590;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 40px;
}

.the-event .registration_form {
    padding: 30px 0px 20px 0px;
}



.the-event .registration_form.v2 {
    text-align: center;
}

.the-event .disclaimer {
    font-size: 14px;
    padding-top: 30px;
    max-width: 800px;
    margin: auto;
}

.the-event .registration_form a {
    background-color: #006590;
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 20px;
}

.the-event .deadline {
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    ;
}

.the-event .download_complete {
    padding-top: 5px;
    font-size: 16px;
}

.the-event .download_complete a {
    font-weight: 700;
    color: #006590;
}

.the-event .when, .the-event .where {
    font-size: 22px;
}

.the-event .schedule {
    font-size: 17px
}

.the-event .block.b2 {
    border-bottom: 2px solid #c9c9ca;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.the-event .where>div:nth-child(3) {
    font-size: 17px;
    padding: 10px 0px 5px 0px
}

.the-event .where>div:nth-child(4) a {
    color: #006590;
    text-decoration: underline;
    font-size: 16px;
}

.the-event .post_content {
    font-size: 17px;
    line-height: 1.6;
}

.the-event .past-event .registration_form {
    display: none;
}

.the-event .past-event .deadline {
    display: none;
}


.the-event .past-event .block.b2 {
    display: none;
}

.the-event .past-event .download_complete {
    display: none;
}

.the-event .past-event .block.b1 {
    border-bottom: 2px solid #c9c9ca;
    padding-bottom: 40px;
    margin-bottom: 40px;
}




/* THE Company*/
.the-company {
    font-size: 17px;
}

.the-company .breadcrumbs {
    padding-top: 100px;
    padding-bottom: 40px;
}

.the-company .breadcrumbs a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.the-company .breadcrumbs a.active {
    text-transform: uppercase;
    font-weight: 900;
}

.the-company .date {
    color: #006590;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.the-company .name {
    font-size: 30px;
    font-weight: 900;
    padding: 15px 0px;
}

.the-company .text_intro {
    font-size: 22px;
}

.the-company h1 {
    margin-top: -10px;
    padding-top: 0;
}

.the-company .contact {
    background-color: #e5eff4;
    max-width: 800px;
    margin: auto auto;
    border-radius: 20px;
    display: flex;
    padding: 30px 40px;
    justify-content: space-between;
}

.the-company .contact>div {
    width: calc(50% - 30px);
	padding-left:66px;
	position:relative
}

.the-company .contact>div img{
	position:absolute;
	top:6px;
	left:0px
}
.the-company .contact>div img.img_email{
	top:5px;
}

.the-company .contact h3 {
    color: #4c4d4e;
    margin-bottom: 10px;
    font-size: 25px;
}

.the-company .contact a {
    font-weight: 700;
    color: #006590;
    text-decoration: underline;
}

.the-company h4 {
    color: #006590;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 40px;
}

.the-company .description {
    margin: 60px 0px
}

.the-company .logo img {
    max-width: 100%;
    margin: -20px auto 60px auto;
    display: block;
}

.the-company .director {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.the-company .director .dimage {
    width: 280px;
}

.the-company .director .dtext {
    width: calc(100% - 320px)
}

.the-company .director .dimage img {
    border-radius: 20px;
}

.the-company .director .dname {
    margin-top: 0;
    font-size: 30px;
    font-weight: 900;
}

.the-company .director .drole {
    color: #006590;
    font-size: 700;
    font-style: italic;
}

.the-company .director .ddescription {
    padding-top: 20px;
}



@media (max-width : 991px) {
	.the-company .director {
		flex-wrap:wrap
	}

	.the-company .director .dimage {
		width:100%;
		text-align:center;
		margin-bottom:20px
	}

	.the-company .director .dtext {
		width:100%;
		text-align:center
	}
	.the-company .contact {
		flex-wrap:wrap
	}

	.the-company .contact>div {
		width: 100%
	}
	
	.the-company .contact>div:nth-child(2){
		margin-top:40px
	}

}


/* news*/

.main-news {}

.main-news .image img {
    width: 100%;
    object-fit: cover;
    height: 450px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.main-news .the-date {
    text-transform: uppercase;
    color: #006590;
    padding: 10px 0px;
}

.main-news .the-title {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px;
}

.main-news {}

/****** POSTS ********/

.post_content h3 {
	margin: 40px 0 20px;
}

.post_content h2,
.post_content h4 {
	margin: 30px 0 20px;
}

/***** EVENTS POST *****/
.gallery {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    gap: 20px;
    width: 100%;
	margin: 60px 0 60px;
} 

.gallery.galleryid-5695 .gallery-item {
	width: auto;
}

.galleryid-5124.gallery-size-full .gallery-icon.landscape {
	max-width: 200px;
}

.gallery-icon.landscape {
	max-width: 300px;
}

.gallery p {
	margin: 0;
}

.post_content .wp-caption.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: top;
}

.post_content .alignleft {
  float: left;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: top;
}

.post_content.wp-caption.alignleft img {
  display: block;
  max-width: 100%;
  height: auto;
}

.post_content .wp-caption-text {
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  color: #666;
}

/* .gallery img {
	height: 100%;
} */

/***** ANIMATIONS *****/

.animationRun {
    animation-play-state: running !important;
}

.animationHighlight {
    background-size: 400% 400%;
    background-image: linear-gradient(to left, #fff 0%, #fff 50%, #e5f0c3 50%, #e5f0c3 100%);
    animation: animationHighlightFrames 2s ease;
    animation-play-state: paused;
}

@keyframes animationHighlightFrames {
    0% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.animationTextIn {
    animation: animationTextInFrames 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation-play-state: paused;
}



@keyframes animationTextInFrames {
    0% {
        letter-spacing: 1em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}


.animationFocusIn {
    animation: animationFocusInFrames 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation-play-state: paused;
}

@keyframes animationFocusInFrames {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.animationSlideInRight {
    animation: animationSlideInRightFrames 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-play-state: paused;
}

@keyframes animationSlideInRightFrames {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}


.animationSlideInLeft {
    animation: animationSlideInRightFrames 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-play-state: paused;
}

@keyframes animationSlideInRightFrames {
    0% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.animationFadeIn {
    animation: animationFadeInFrames 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation-play-state: paused;
    animation-delay: 0.6s;
}

@keyframes animationFadeInFrames {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.animationHeartBeat {
    animation: animationHeartBeatFrames 0.4s both;
    animation-play-state: paused;
    animation-delay: 0.6s;
}

@keyframes animationHeartBeatFrames {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


@media (max-width : 1359px) {}

@media (max-width : 1200px) {}

@media (max-width : 991px) {}

@media (max-width : 767px) {}