/* ------------------ General ------------------ */
.secondary-hero {
    background-image: url(https://www.fraudconference.com/euro2024/images/heroes/Europe-Secondary-Hero-1170x390.png);
    height: 450px;
    background-repeat: no-repeat;
    background-position: left;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    margin-bottom: 40px;
}
.secondary-hero h1 {
    font-size: 60px;
    width: 100%;
    height: 100%;
    margin: 0px;
    color: #FFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.secondary-page-format {
  max-width: 1500px; 
  margin: 0 auto;
}
.btn-left {
    text-align: left;
}
.p-style, p {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 18px;
    line-height: 25px;
}
.price-body .register-right p {
    font-size: 15px;
    line-height: 22px;
}
/* ------------------ Home ------------------ */
#more-intro {
    background: #286345;
    padding-top: 40px;
}

#location.home-section .container-fluid h2 {
    color: #286345;
}
.home-intro-section p {
    font-size: 22px;
    font-family: 'Proxima Nova', sans-serif;
    color: #ffffff;
}
#testimonials {
    background: #DDD;
}
#sponsors {
  background-color: #286345;
}
#sponsors .sponsor-block div {
  background-color:#286345;
  width: 100%;
  padding: 5px;
}
#sponsors .sponsor-block div h4 {
  color: white;
  font-weight: bold;
  padding: 10px 0;
}
.home-sponsor-info {
  color: #FFFFFF; 
  text-align: left;
}
#homeHero h1,
#homeHero h3 {
    width: 95%;
    border-bottom: none !important;
}
#homeHero h1 {
    width: 80%;
    max-width: 1200px
}
.sponsorContainerMask {
    overflow: hidden ;
    width: 100%;
    -webkit-mask: linear-gradient(to right,transparent, white 20%, white 80%, transparent);
    mask: linear-gradient(to right,transparent, white 20%, white 80%, transparent);
    margin: 40px 0px;
}
.scroll-container {
    overflow-x: auto;
    overflow-y: auto;
    white-space: nowrap;
}
#scrollContainer {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll 30s linear infinite;
}
@keyframes scroll {
    to { 
        transform: translate(calc(-50% - .5rem));
    }
}
.scroll-wrapper {
    display: inline-block;
    overflow: scroll;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    background: #FFF;
    border-radius: 50%;
    margin: 10px;
    border: 2px solid #286345;
}
.scroll-img  {
    width: 10vw ;
    min-width: 100px ;
    height: 10vw ;
    min-height: 100px ;
    margin: 20px ;
    cursor: pointer ;
    transition: .5s ease ;
}
.scroll-img a img {
    width: 100%;
    position: relative;
    top: 25%;
}

#sponsors {
    background: #FFF !important;
    background-color: #FFF !important;
    color: #333;
    /* padding-top: 60px; */
    text-align: left;
}
#sponsors h2 {
    color: #286345; 
    /* padding-top: 50px; */
    text-align: center;
}
#sponsors p {
    color: #333 !important;
}
/* ------------------ About ------------------ */
.about-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.about-flex p {
  width: 70%;
  padding-right: 50px;
}
.about-flex .about-img {
  width: 30%;
}
@media all and (max-width: 992px) {
  .about-flex p {
      width: 100%;
      padding-right: 0;
  }
  .about-flex .about-img {
      width: 100%;
  }
  .in-text-img {
      margin: 0 auto;
      width: 50% !important;
  }
}
/* ------------------ Media ------------------ */
#media-section-container {
    text-align: left; 
    margin-bottom: 100px;
}
/* ------------------ Sessions ------------------ */
.session-block {
    margin-left: 30px;
    border-bottom: none;
}
#sessions .concurrent-sessions .session-block,
#sessions .new-conf-type,
#sessions .session-block {
    border-bottom: none;
}
#sessions .new-conf-type {
    background: none;
    border: none;
}
#sessions h6 {
    margin: 40px 0px 10px 0px;
    color: #286345;
}
.sessions-addl-info{
    text-align: left;
}
.sessions h4{
    text-align: left;
    color: #286345;
}
.sessions h5{
    text-align: left;
    color: #286345;
}
.break {
    margin: 2vw;
}
.page-break {
    margin: 40px 0;
    border-bottom: solid 1px #286345;
    width: 100%;
}
.session-block-container h3 {
    border-bottom: none;
    text-decoration: underline;
}
h3 {
    text-align: left;
    font-weight: bold;
    color: #286345;
    border-bottom: #286345 2px solid;
    text-align: center;
}
#sessions h4 {
    color: #286345;
}
.session {
    min-width: 40vw;
}
.break {
    width: 50px;
}
.time {
    width: 200px;
}
/* ------------------ Sponsor ------------------ */
.sponsor-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-around;
    padding: 20px;
}
.two-column {
    width: 50%;
}
.left-column {
    width: 40%;
}
.right-column {
    width: 60%;
}
.why-sponsor {
    color: white;
}
#sponsorintro {
    text-align: left;
}
#sponsorintro a {
    color: #22543b;
}
#sponsorintro h2 {
    color: #22543b;
}
.benefits-sponsor {
    color: white;
    font-size: 1.6em;
    text-align: center;
    font-weight: bold;
    border-bottom: none !important;
}
#sponsor-big-text {
  margin: 100px 0;
  font-size: 24px;
  color: #286345;
  font-weight: bold;
}
#benefits-of-sponsoring {
  margin-bottom: 100px;
}
#benefits-of-sponsoring .flex {
  padding: 0;
}
.left-column {
  background-color: #22543b;
  text-align: left;
}
.right-column {
  background-color: #286345;
  text-align: left;
}
.left-column div {
  text-align: center;
  position: relative;
  top: 35%;
  transform: translateY(-50%);
}
.card {
    border: solid 2px #286345;
    width: 90%;
}
.title {
    width: 100%;
    background-color: #286345;
}
.title h4 {
    color: white;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}
.card div p {
    padding: 10px;
    font-weight: normal;
    color: #333;
    text-align: left;
}
.sponsor-section {
    margin-bottom: 100px;
}
.sponsor-section .sponsor-flex {
    max-width: 1100px; 
    margin: 0 auto;
}
.sponsor-section .two-column a {
    text-decoration: none !important;
}
.card img {
    width: 80%; 
    height: auto;
}
.sponsor-sections p,
.sponsor-sections li {
    font-size: 18px;
    text-align: left;
}
.sponsor-sections h4 {
    color: #286345;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.sponsor-sections h3 {
    color: #286345;
}
.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
}
.who-attends {
    justify-content: left;
}
.who-attends ul {
    margin: 0;
}
#sponsor-big-text {
    padding: 40px;
}
.bullet {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 20%;
    margin: 0px 5px;
}
.bullet p {
    text-align: center;
}
.bullet img {
    width: 50%;
    margin-bottom: 20px;
}
.sponsor-sections h2 {
    margin-bottom: 60px;
}
.sponsor-sections .btn-primary {
    padding: 10px;
}
.prospectus-text {
    width: 50%;
}
.prospectus-img{
    width: 50%;
    margin: 25px 35px 25px 0;
    max-width: 400px;
}
.prospectus-text h3 {
    margin-top: 0;
}
.prospectus {
    align-items: center;
}
.sponsor-sections h2 {
    margin: 50px 0 50px 0;
    color: #286345;
}
.sponsor-sections h3, 
.sponsor-sections h3 i {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 29px;
    color: #286345;
    text-align: left;
    border-bottom: none;
}
#prospectus, 
#form {
    display: none;
}
#formModal {
    display: none;
}
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    height: 620px;
    background-color: #FFF;
    border: solid #286345 2px;
    border-radius: 30px;
    color: #286345;
    width: 350px;
    transition: max-height 0.4s ease, opacity 0.8s ease;
}
#modal-header {
    margin: 20px 40px 20px 0;
    text-align: left;
}
.modal-body div p {
    padding: 10px;
}
#modal-close h2 {
    color: #286345;
    position: absolute;
    right: 20px;
    top: -20px;
    font-size: 24px;
}
#modal-header h3 {
    font-size: 18px;
}
#sponsor-big-text {
    background-color: #286345;
    margin: 20px 0;
}
#sponsor-big-text h5 {
    color: #FFF;
    text-align: center;
    padding: 50px 10px;
}
.prospectus-text h3 i { 
    font-weight: bold;
}
#benefits-header {
    text-align: center;
}
/* ------------------ Sponsor Flip Cards ------------------ */
.sponsor-flip {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transform-style: preserve-3d; 
    -moz-transform-style: preserve-3d; 
    -ms-transform-style: preserve-3d; 
    transform-style: preserve-3d; 
    position:relative;
    float:left;
    margin:20px;
}
.sponsor-flip {
    width: 325px;
    height: 325px;
}
.sponsor-logo,
.sponsor-description {
    width: 100%;
    height: 100%;
}
.sponsor-logo {
    background-size: cover;
    background-position: center center;
    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    overflow: hidden;
    position: absolute;
    top:0;
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
}
.sponsor-logo img {
    width: 100%;
}
.sponsor-level {
    position: absolute;
    bottom: 30px;
    width: 90%;
    background: #286345;
    opacity: 70%;
}
.sponsor-level h4 {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    color: #FFF;
    text-transform: uppercase;
}
.sponsor-flip .sponsor-logo {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    z-index: 1;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border-radius: 50%;
}
.sponsor-flip:hover .sponsor-logo {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
}
.sponsor-description {
    background-size: cover;
    background-position:center center;
    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    overflow: hidden;
    position: absolute;
    top:0;
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
}
.sponsor-flip .sponsor-description {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    z-index: 1;
}
.sponsor-flip:hover .sponsor-description {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
}
.sponsor-description-container {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
    top: 50%;
    background: #FFF;
    color: #286345;
    border-radius: 10px;
    padding: 20px;
    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    -ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    transform-style: preserve-3d;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    border-radius: 50%;
}
.sponsor-description-container p {
    font-size: 12px;
    text-align: center;
    margin: 0;
    padding: 20px 0 0 0;
    font-weight: normal;
}
.sponsor-flip:hover .sponsor-description-container {
    -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    -ms-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform-style: preserve-3d;
}
.clearfix{
    clear: both;
}
#sponsors-logo-container {
    background-color: #FFF;
}
#sponsors-logo-container .secondary-page-format h2{
    color: #286345; 
    padding: 100px 0 50px 0;        
}
.scroll-wrapper {
    border: solid 2px #286345;
}

#sponsors-logo-container .secondary-page-format h2 {
    color: #286345; 
    padding: 5px 0 50px 0;        
}
#sponsors-logo-container {
    background-color: #FFF !important;
}
.sponsor-flip .sponsor-logo,
.sponsor-flip .sponsor-description-container {
    border: solid 2px #286345;
}

@media all and (max-width: 600px) {
    .flex .bullet {
        width: 50%;
    }
    .prospectus-img, 
    .prospectus-text {
        flex-wrap: wrap;
        width: 100%;
    }
    .prospectus-text {
        margin-top: 40px;
    }
    .prospectus-text {
        text-align: center;
    }
    .prospectus-text h4,
    .prospectus-text p {
        padding: 0px 20px;
        text-align: left;
    }
}
@media all and (max-width: 500px) {
    #modal-header {
    margin: 10px 30px 10px 0;
    }
    #modal-header h3 {
    font-size: 12px;
    }
    .two-column {
        width: 100%;
    }
    .sponsor-flex {
        width: 100%;
    }
    .sponsor-flex .sponsor-bullet {
        flex-wrap: wrap;
    }
    .benefits-sponsor {
        padding: 30px;
    }
}

/* ------------------ Location ------------------ */
#access-venue {
    margin-top: 40px;
}
#access-venue .btn-div {
    padding: 10px; 
    font-size: 14px;
}
.pin-icon {
    background: lightgray;
    background-color: #286345;
    width: 120px;
    height: 120px;
    padding: 29px;
    margin: 0 auto 15px auto;
    border-radius: 66px;
    line-height: 68px;
}
.hotel-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-around;
    padding: 20px;
}
.hotel-two-column {
    width: 70%;
    line-height: 1.2rem;
}
.hotel-two-column h5 {
    color: #286345;
}
.hotel-two-column .left-column {
    width: 40%;
    height: 250px;
    text-align: left; 
    background-color: #ffffff;
}
.hotel-two-column .left-column img {
    height: 100%;
}
.hotel-two-column .right-column {
    width: 60%;
    height: 250px;
    background-color: #ffffff;
}
/* #location {
    margin-bottom: 100px;
} */
#location .content-inner h2 {
    color: #286345; 
    padding: 50px;
}
.venue-title {
    font-size: 20px; 
    line-height: 20px; 
    color: #286345; 
    text-align: center;
}
.venue-title span {
    font-weight: bold;
}
.venue-map {
    border: none !important;
}
.venute-title {
    width: 100%;
    background-color: #286345;
}
.venue-title h4 {
    color: white;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}
.hotels-section-container {
    margin: 50px 0;
}
.hotels h2 {
    color: #286345; 
    text-align: center;
}
.hotel-card {
    margin: 10px; 
    border: 1px solid #286345;
    text-align: left;
    /* width: 35%; */
    max-width: 300px;
    min-width: 200px !important;
    transition: .5s;
}
.hotel-card:hover {
    scale: 1.05;
}
.hotel-card img {
    width: 100%;
}
.hotel-card  .hotel-flex {
    padding: 0;
}
.hotel-info .hotel-disclaimer {
    width: 100%; 
    text-align: center;
}
.hotel-info-block {
    /* padding: 20px; */
    color: #286345; 
    padding: 20px 20px 0px 20px;
}
.hotel-info p, 
.hotel-info small {
    font-weight: normal;
}
.hotel-info h5 {
font-weight: bold;
}
.hotel_rate {
    margin: 10px 0px 30px 0px
}
.hotel_icon {
    width: 100%;
    text-align: center;
}
.hotel_icon img {
    width: 70%;
    margin: 0 auto;
}
.hotel-name {
    font-weight: bold; 
    font-size: 18px; 
    line-height: 18px;
}
.hotel-register-link {
    color: #286345;
    font-weight: bold;
    text-decoration: underline;
}
.subpage-intro p {
        font-size: 16px;
        /* line-height: 16px; */
}
@media all and (max-width: 1300px) {
    .hotel-info-block {
        /* padding: 20px; */
        padding: 20px 20px 0px 20px;

    }
}
@media all and (max-width: 800px) {
    .hotel-info-block {
        padding: 10px;
    }
}
@media all and (max-width: 500px) {
    .hotel-two-column {
        width: 100% !important;
    }
    .hotel-two-column .left-column {
        width: 100% ;
    }
    .hotel-two-column .left-column img {
        width: 100% !important;
        height: auto;
    }
    .hotel-flex {
        width: 100%;
    }
    .hotel-flex .sponsor-bullet {
        flex-wrap: wrap;
    }
}
/* ------------------ Registration ------------------ */
#registration h2 {
     margin: 50px 0 20px 0;
     color: #286345;
 } 
 #registration h4 {
     margin: 50px;
     color: #286345;
 }
 #registration h5 {
    color: #286345;
    font-size: 16px;
 }
 .price-body {
    margin: 50px 0px;
 }
 .space-evenly .btn-div, 
 .space-evenly .btn-primary {
    width: 200px;
    padding: 5px;
    margin: 20px;
 }
 .page-break {
    margin: 40px 0;
    border-bottom: solid 1px #286345;
    width: 100%;
 }
.register-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
}
.pricingContainer {
    margin: 20px;
}
.pricingBlocks .left {
    margin-right: 20px;
    border: solid #286345 2px;
    padding: 10px;
    width: 250px;
}
.pricingBlocks .right {
    margin-left: 20px;
    padding: 10px;
    text-align: left;
}
.section-container-small {
    width: 100%;
    padding: 2% 10%;
    max-width: 1200px;
    margin: 0 auto;
}
.pricingBtn {
    padding: 5px;
}
button .togglebtns {
    font-size: 16px;
}
#groups p {
    text-align: left;
}
#groups {
    margin: 50px 0px 100px 0px;
}
.register-flex .right p {
    font-size: 15px;
}
 @media all and (max-width: 600px) {
    .toggleBtn {
        width: 80px !important;
        padding: 5px !important;
        margin: 10px !important;
    }
     .pricingBlocks .right, 
     .pricingBlocks .left {
        margin: 0px;
        border: none !important;
        padding: 2px; 
        width: 100%;
        text-align: center;
    }
    .pricingBlocks {
        justify-content: center;
        border: solid #286345 2px;
     }
 }

 @media all and (max-width: 500px) {
    .secondary-hero {
        height: 250px;
        margin-bottom: 20px;
    }
    .secondary-hero h1 {
        font-size: 25px;
        margin: 0px;
    }
 }
 


 /* ---------------------------------------- FOOTER ---------------------------------------- */
footer {
    background-color: #286345; 
    color: #FFF;
}
footer .line {
    border-top: 1.5px solid #FFF;
}
footer .flex {
    flex-wrap: nowrap;
}
.footer-row {
    margin: 30px 0;
    width: 100%;
}
.footer-section-left {
    text-align: left;
    width: 70%;
    flex-wrap: wrap ;
    display: flex;
}
.footer-text-section {
    text-align: left;
    width: 90%;
    flex-wrap: wrap ;
    display: flex;
    padding-left: 20px;
}
.footer-text-section p,
.footer-text-section small {
    border-left: solid #FFF 2px; 
    padding-left: 20px;
}
.logo {
    width: 10%;
    max-width: 150px;
    min-width: 100px;
    flex-wrap: wrap-reverse ;
}
.footer-link-section {
    justify-content: space-between;
}
.footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-links p {
    color: #FFF;
}
#become-sponsor {
    justify-content: right;
}
.big-footer-link{
    color: #FFF;
    text-decoration: underline;
    font-weight: bold;
}
.big-footer-link:hover {
    color: #FFF;
    text-decoration: none;
}
.little-footer-link {
    color: #FFF;
    text-decoration: underline;
}
.little-footer-link:hover {
    color: #FFF;
}
.social-icons {
    width: 30px;
    align-items: center;
    justify-content: right;
}
.footer-text-section .acfe {
    width: 60%;
}
.social {
    width: 40%;
    text-align: right;
}
.social .icon img {
    margin: 5px;
    width: 25px;
    border: solid 1.5px #FFF;
    border-radius: 50px;
    display: inline-block;
    margin: 0 4px;
    padding: 3px;
    width: 30px;
}
.social .icon img:hover{
    background: #286345;
}
footer .page-container {
    max-width: 1500px;
    margin: 0 auto;
}
.footer-logos img {
    width: 100%;
    min-width: .75in !important;
    max-width: 1.75in !important;
}

/* MEDIA QUERIES */
@media all and (max-width: 1250px) {
    .footer-text-section {
        width: 89%;
    }
}
@media all and (max-width: 1150px) {
    .footer-text-section {
        width: 88%;
    }
}
@media all and (max-width: 1050px) {
    .footer-text-section {
      width: 86%;
    }
  }
  @media all and (max-width: 950px) {
    .footer-text-section {
      width: 85%;
    }
  }
  @media all and (max-width: 820px) {
    .footer-text-section {
      width: 80%;
    }
  }
  @media all and (max-width: 800px) {
    .footer-text-section {
      width: 80%;
    }
  }
  @media all and (max-width: 700px) {
    footer .flex {
        flex-wrap: wrap;
    }
    .secondary-icon img {
      padding: 10px;
      max-width: 100%;
    }
    .page-container {
      padding: 0% 0%;
    }
    .footer-text-section {
      width: 70%;
    }
    .fc-news img {
      display: none;
    }
  }
  @media all and (max-width: 600px) {
    .footer-section-left {
      width: 100%;
    }
    .footer-text-section {
      width: 100%;
      padding-left: 0 !important;
      text-align: justify;
    }
    .logo, 
    .footer-text-section .acfe,
    .social {
      width: 100%;
      padding: 10px;
      margin: 0 auto;
    }
   .footer-text-section small {
      border: none;
    }
    .footer-logos img {
      border-right: none;
      padding-right: 20px;
      padding: 0;
      margin: 0 auto;
    }
    .social {
      width: 100%;
      margin: 10px auto;
      text-align: center;
    }
  }