/* ------------------ General ------------------ */
.secondary-hero {
    background-image: url(https://www.fraudconference.com/canada2025/images/canada-heroes/Canada-Secondary-Hero-1170x390.png);
    height: 450px;
    background-repeat: no-repeat;
    background-position: right;
    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;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-nav li {
    font-family: 'Montserrat', sans-serif;
}

.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;
}
.red-bg {
    background-color: #7a1517;
}

/* ------------------ Home ------------------ */
.home-section-hero {
    padding: 15px 25px 25px 25px;
}

.home-hero {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px 0px;
}

#intro h1 {
    color: #8b181a;
}

#intro h3 {
    width: 100%;
    margin: 30px;
    color: #8b181a;
}
@media all and (max-width: 500px) {
  #intro h1 {
    font-size: 34px;
    margin: 50px auto 10px auto;
  }
  #intro h3 {
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
  }
}

#more-intro,
#sponsorcontent {
    padding-left: 50px;
    padding-right: 50px;
    background: #7a1517;
}

.home-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-around;
    padding: 20px;
}

.home-intro-section {
    color: white;
    font-size: 22px;
    padding: 30px;
}

.home-intro-section p {
    font-size: 20px;
    ;
}

.home-location-section h2,
.home-testimonial-section h2 {
    color: #8b181a;
}

.home-sponsor-section {
    background-color: #7a1517;
    padding: 50px 100px;
}

.home-sponsor-section h2 {
    text-align: center;
    color: white;
}

.home-sponsor-section .content-inner {
    max-width: 1500px;
    margin: 0 auto;
}

.sponsor {
    width: 25%;
}

.home-sponsor-info-section {
    color: white;
    padding: 20px;
    text-align: left;
}

.icon {
    width: 20%;
}

.icon img {
    width: 75%;
    max-width: 150px;
}

.icon p {
    padding: 5%;
    font-size: 18px;
    font-weight: bold;
    color: #7a1517;
}

.bio-btn {
    background-color: #7a1517;
    border: 2px solid #7a1517;
}

.bio-btn:hover {
    background-color: #8b181a;
    border: 2px solid #8b181a;
}

.session-link,
.session-speaker span {
    color: #7a1517;
}

.session-link:hover,
.session-speaker span {
    color: #8b181a;
}

.sponsor {
    align-items: center;
    padding: 2vw;
    width: 25%;
}

.sponsor a {
    text-align: center;
    width: 80%;
    background-color: white;
}

.sponsor img {
    text-align: center;
    width: 100%;
    background-color: white;
}

#sponsor {
    background-color: #FFF !important;
    /* padding: 15px 55px; */
    color: #333;
    /* padding-top: 60px; */
}

/* #sponsor .content-inner:first-child{
    border-top: solid 2px #7a1517;
} */

#sponsor h2 {
    color: #7a1517; 
    /* padding-top: 50px; */
}

.home-sponsor-content {
    padding: 40px 20px;
    margin: 0 auto;
    max-width: 1500px;
    text-align: left;
}

#sponsor p a {
    /* color: #7a1517; */
    font-weight: bold;
}
a:hover {
  color: #681213;
  text-decoration: none;
}

.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: solid 2px #7a1517;
}

.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%;
}

@media all and (max-width: 650px) {
    .icon p {
        font-size: 14px;
        line-height: normal;
        padding: 5%;
    }
}

@media all and (max-width: 500px) {

    #more-intro,
    #sponsorcontent {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-flex {
        width: 100%;
    }

    #more-intro {
        padding-left: 30px;
        padding-right: 30px;
    }

    .home-flex .icons,
    .home-flex .sponsors {
        flex-wrap: wrap;
    }

    .icon,
    .sponsor {
        width: 100%;
        margin-top: 20px;
    }

    .icon p {
        font-size: 18px;
    }
}

/* ------------------ About ------------------ */
.about-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.about-flex p {
    width: 70%;
    padding-right: 50px;
}

.about-sections p a,
.about-sections a,
.about-flex p a,
.about-flex a {
    font-weight: bold;
}

.about-flex .about-img {
    width: 30%;
}

.about-sections {
    margin: 50px 0;
}

.about-sections h2 {
    color: #7a1517;
    text-align: center;
}

.about-img .in-text-img {
    width: 100%;
    height: auto;
}

@media all and (max-width: 992px) {
    .about-flex p {
        width: 100%;
        padding-right: 0;
    }

    .about-flex .about-img {
        width: 100%;
    }

    .about-img .in-text-img {
        margin: 0 auto;
        width: 50% !important;
    }
}

/* ------------------ FAQ ------------------ */
.faq-sections {
    text-align: left;
    margin-bottom: 100px;
}
.faq-sections h2 {
    color: #7a1517;
    text-align: center;
}
.faq-sections a {
    font-weight: bold;
}
.faq-sections p strong i {
    font-weight: bold !important;
}
.faq-sections li {
    font-size: 18px;
    line-height: 25px;
}
.faq-sections p {
    margin: 20px;
}

/* ------------------ Media ------------------ */
.media-sections {
    text-align: left;
    margin-bottom: 100px;
}

.media-sections p a {
    font-weight: bold;
}

/* ------------------ 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: #8b181a;
    font-size: 20px;
    color: #333;
}

.break {
    margin: 2vw;
}

.page-break {
    margin: 40px 0;
    border-bottom: solid 1px #7a1517;
    width: 100%;
}

.sessions-header {
    text-align: left;
    text-decoration: underline;
    font-weight: bold;
    color: #8b181a;
    text-align: center;
    margin-top: 50px;
}

#sessions h4 {
    color: #8b181a;
}


.session {
    /* min-width: 250px; */
    width: 60%;
}

.break {
    /* width: 50px; */
    width: 20%;
}

.time {
    /* width: 250px; */
    width: 40%;
}

/* ------------------ Sponsorship ------------------ */
.scroll-wrapper {
    border: solid 2px #7a1517;
}
#sponsors-logo-container .secondary-page-format h2 {
    color: #7a1517 !important; 
    padding: 5px 0 50px 0 !important;        
}
#sponsors-logo-container {
    background-color: #FFF !important;
}
.sponsor-flip .sponsor-logo,
.sponsor-flip .sponsor-description-container {
    border: solid 2px #7a1517;
}
.sponsor-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-around;
    padding: 20px;
}
.sponsor-containers {
    margin: 50px 0;
    text-align: left;
}
.sponsor-containers h2 {
    margin: 150px 0 45px 0;
    text-align: center;
    color: #8b181a;
}
.sponsor-containers p a {
    font-weight: bold;
}
#sponsorship-big-text {
    font-size: 24px;
    color: #8b181a;
    font-weight: bold;
}
.sponsor-two-column {
    width: 50%;
    text-align: left;
}
.sponsor-left-column {
    width: 40%;
    background-color: #7a1517;
}
.sponsor-right-column {
    width: 60%;
    background-color: #8b181a;
}
.why-sponsor {
    color: white;
}
.benefits-sponsor-container {
    padding: 0;
}
.benefits-sponsor {
    color: white;
    font-size: 1.6em;
    text-align: center;
    font-weight: bold;
    border-bottom: none;
}
.benefits-sponsor-header {
    text-align: center;
    position: relative;
    top: 35%;
    transform: translateY(-50%);
}
.sponsor-row {
    max-width: 1100px;
    margin: 0 auto;
}
.sponsor-row .sponsor-two-column a {
    text-decoration: none !important;
}
.sponsor-card {
    border: solid 2px #8b181a;
    width: 90%;
}
.sponsor-card img {
    width: 100%;
    height: auto;
}
.sponsor-title {
    width: 100%;
    background-color: #8b181a;
}
.sponsor-title h4 {
    color: white;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}
.sponsor-card div p {
    padding: 10px;
    font-weight: normal;
    color: #333;
    text-align: left;
}
.sponsor-sections {
    text-align: left;
}
.sponsor-sections p,
.sponsor-sections li {
    font-size: 18px;
}
.sponsor-sections h4 {
    color: #8b181a;
    font-size: 18px;
    font-weight: bold;
}
.sponsor-sections h3 {
    color: #8b181a;
}
.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;
}
.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;
    margin: 50px 0 50px 0;
}
.sponsor-sections .btn-primary {
    padding: 10px;
}
.prospectus-text {
    width: 50%;
}
.prospectus-text h3 {
    margin-top: 0;
}
.prospectus-img {
    /* width: 50%;
    margin: 0 auto;
    max-width: 250px; */
    width: 50%;
    padding: 40px;
    margin: 0 auto;
}
.prospectus {
    align-items: center;
}
#prospectus,
#form,
#formModal {
    display: none;
}
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    height: 620px;
    background-color: #FFF;
    border: solid #8b181a 2px;
    border-radius: 30px;
    color: #8b181a;
    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: #8b181a;
    position: absolute;
    right: 20px;
    top: -20px;
    font-size: 24px;
}
#modal-header h3 {
    font-size: 18px;
}
#sponsor-big-text {
    background-color: #8b181a;
}
#sponsor-big-text h5 {
    color: #FFF;
    text-align: center;
    padding: 50px 10px;
}
.prospectus-text h3 i {
    font-weight: bold;
}
#benefits-header {
    text-align: center;
    color: #8b181a;
}
.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: #8b181a;
    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: #333;
    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;
}

.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: #8b181a;
}

#sponsors-logo-container .secondary-page-format h2 {
    color: #FFF;
    padding: 100px 0 50px 0;
}

@media all and (max-width: 500px) {
    #modal-header {
        margin: 10px 30px 10px 0;
    }

    #modal-header h3 {
        font-size: 12px;
    }
}

@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) {
    .sponsor-two-column {
        width: 100%;
    }

    .sponsor-flex {
        width: 100%;
    }

    .sponsor-flex .sponsor-bullet {
        flex-wrap: wrap;
    }

    .benefits-sponsor {
        padding: 30px;
    }
}

/* ------------------ Registration ------------------ */
.price-body h2 {
    margin: 50px 0 20px 0;
    color: #8b181a;
}

#toggle-title {
    margin: 50px;
    color: #8b181a;
}

.left h5 {
    color: #8b181a;
    font-size: 16px;
}

#groups h6 {
    color: #8b181a;
    text-align: left;
}

#groups {
    margin-top: 50px;
}

#groups p {
    text-align: left;
}

#groups p a {
    font-weight: bold;
}

.price-body {
    margin: 50px 0px;
}

.space-evenly .btn-div,
.space-evenly .btn-primary {
    width: 200px;
    padding: 5px;
    margin: 20px;
}

.pricing-page-break {
    margin: 40px 0;
    border-bottom: solid 1px #8b181a;
    width: 100%;
}

.pricing-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
}

.pricingContainer {
    margin: 20px 10px;
}

.pricingBlocks .left {
    margin-right: 5px;
    border: solid #8b181a 2px;
    padding: 10px;
    width: 250px;
}

.pricingBlocks .right {
    margin-left: 5px;
    padding: 10px;
    text-align: left;
}

.section-container-small {
    width: 100%;
    padding: 2% 10%;
    max-width: 800px;
    margin: 0 auto;
}

.pricingBtn {
    padding: 5px;
}

.toggleBtn {
    font-size: 16px;
}

@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 #8b181a 2px;
    }
}

/* ------------------ Location ------------------ */
.pin-icon {
    background: lightgray;
    background-color: #7a1517;
    width: 120px;
    height: 120px;
    padding: 29px;
    margin: 0 auto 15px auto;
    border-radius: 66px;
    line-height: 68px;
}
.location-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-around;
    padding: 20px;
}
.location-sections {
    margin: 50px 0px;
}
.location-sections h2 {
    color: #7a1517;
    text-align: center;
}
.location-venue-section {
    font-size: 18px;
    line-height: 20px;
    color: #7a1517;
}
.location-venue-section span {
    font-weight: bold;
}
#hotel-map {
    border: none !important;
}
.location-two-column {
    width: 70%;
}
.location-left-column {
    width: 40%;
    height: 250px;
    text-align: left;
    background-color: #ffffff;
}
.location-right-column {
    width: 60%;
    height: 250px;
    background-color: #ffffff;
}
.hotel-card {
    margin: 10px;
    border: 1px solid #7a1517;
    width: 35%;
    max-width: 300px;
    min-width: 200px !important;
    transition: .5s;
}
.hotel-card:hover {
    scale: 1.05;
}
.hotel-card img {
    width: 100%;
}
.hotel-info-block {
    /* padding: 40px; */
    padding: 20px 20px 0px 20px;
}
.hotel-info {
    text-align: left;
}
.hotel-info h5 {
    font-weight: bold;
}
.hotel_rate {
    margin: 5px 0px 20px 0px
}
.hotel_icon {
    width: 100%;
}
.hotel_icon img {
    width: 70%;
    margin: 0 auto;
}
.hotel-section {
    text-align: left;
    padding: 0;
}
.hotel-info-section {
    color: #7a1517;
    padding: 5px;
}
.hotel-info-section  p {
    line-height: 18px;
}
.location-page-additional-info {
    text-align: left;
}
.hotel-left {
    text-align: left;
    padding-top: 30px;
}
.hotel-left H2 {
    text-align: left;
}
.hotel-left li {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7;
    text-decoration: none;
}
.hotel-header {
    font-weight: bold;
    font-size: 22px !important;
    line-height: 20px;
}
.hotel-reservation-link {
    color: #7a1517;
    font-weight: bold;
}
.hotel-disclaimer {
    text-align: center;
    width: 70%;
    margin: 20px auto;
}
@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: 650px) {
    .location-two-column {
        width: 100% !important;
    }

    .location-two-column .location-left-column {
        width: 100%;
    }

    .location-two-column .location-left-column img {
        width: 100% !important;
        height: auto;
        overflow: hidden;
    }

    .location-flex {
        width: 100%;
    }
}
@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: #7a1517; 
    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: #681213;
}
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;
    }
  }