﻿
/**********************/
/* Paddings & Margins */
/**********************/

.home-container-padding {
    margin: 60px 0;
}

.homepage-bg-container {
    padding: 60px 0;
}

.homepage-bg-container .home-container-padding:last-child {
    margin-top: 60px;
    margin-bottom: 0;
}

/**********************/
/****** Titles ********/
/**********************/

h1, h2, h3 {
    font-family: "Lora", Georgia Bold;
    font-weight: bold;
}

/**********************/
/**** Inline link *****/
/**********************/

a.inline-link {
    color: var(--globalBlue);
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}

a.inline-link:hover, 
a.inline-link:focus {
    color: var(--globalLightBlue);
    text-decoration: none;
}


/**********************/
/******** CTA *********/
/**********************/

a.stripe-white-cta {
    background-color: white;
    color: var(--globalBlue);
    /* font-weight: 500; */
    border: 2px solid white;
    display: inline-block;
    text-decoration: none;
    padding: 10px 60px 10px 14px;
    width: fit-content;
    position: relative;
    border-radius: 68px;
    transition: all 0.3s ease;
}

a.stripe-white-cta:after {
    content: "";
    display: inline-block;
    border: solid #707D89;
    border-width: 0 2px 2px 0;
    padding: 4px;
    right: 15px;
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 17px;
}

/* a.stripe-white-cta:before {
    content: "";
    border: solid var(--globalLightBlue);
    display: inline-block;
    position: absolute;
    border-width: 0 4px 0 0;
    left: 0;
    height: 100%;
    top: 0px;
} */

a.stripe-white-cta:hover,
a.stripe-white-cta:focus {
    border: 2px solid white;
    color:  white;
    background-color: transparent;
}
a.stripe-white-cta:hover:after,
a.stripe-white-cta:focus:after {
    border: 2px solid white;
    padding: 4px;
    border-width: 0 2px 2px 0;
}

/**********************/
/* Mini Banner */
/**********************/

.mini-banner {
    background-color: #005F36;
    color: white;
    padding: 15px 0;
}

.mini-banner-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.mini-banner p {
    margin-bottom: 0;
}

.mini-banner .material-icons {
    margin-right: 10px;
}

.mini-banner a {
    color: inherit;
    font-weight: 500;
}
.mini-banner a:hover, 
.mini-banner a:focus {
    text-decoration: none;
}


/**********************/
/***** Hero Area ******/
/**********************/

.homepage-hero-banner .banner-content {
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 3;
    width: 100%;
}

.homepage-hero-banner .banner-content .banner-title span {
    display: block;
    font-size: 40px;
    line-height: 43px;
    font-family: "Lora", Georgia Bold;
    font-weight: bold;
}

.homepage-hero-banner .banner-content .banner-text {
    margin-bottom: 0;
    margin-top: 20px;
}

.homepage-hero-banner .banner-content .stripe-white-cta {
    margin-top: 25px;
}

.homepage-hero-banner .banner-background {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: var(--globalBlue);
}

.homepage-hero-banner .desktop-banner-image,
.homepage-hero-banner .mobile-banner-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.homepage-hero-banner .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%; 
    background-color: transparent; 
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 40%, rgb(0, 0, 0, 1) 95%); 
    z-index: 2;
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .homepage-hero-banner .banner-background {
        height: unset;
        min-height: 500px;
        flex-direction: unset;
    }

    .homepage-hero-banner .banner-content .banner-title span {
        font-size: 50px;
        line-height: 53px;

    }
    .homepage-hero-banner .banner-content .banner-text {
        max-width: 60%;
    }

    .homepage-hero-banner .desktop-banner-image {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
    .homepage-hero-banner .banner-content {
        padding-top: 60px;
        padding-bottom: 90px;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .homepage-hero-banner .banner-content .banner-text {
        max-width: 40%;
    }
}

/* Search section */
.homepage-hero-banner .search-section {
    z-index: 5;
    position: relative;
    margin-top: -60px;
}

.homepage-hero-banner .search-section .search-content {
    background: white;
    padding: 30px;
    box-shadow: 4px 6px 8px -4px rgba(0,0,0,0.55);
}

.homepage-hero-banner .search-section h2.search-section-title {
    font-size: 26.5px;
    line-height: 30px;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .homepage-hero-banner .search-section .search-content {
        padding: 40px;
    }

    .homepage-hero-banner .search-section h2.search-section-title {
        font-size: 28px;
    }
}

/* Form */
.homepage-hero-banner .search-section .search-select {
    position: relative;
}

.homepage-hero-banner .search-section .search-keyword {
    position: relative;
}
.homepage-hero-banner .search-section .course-finder-label {
    color: #405162;
    font-weight: 400;
    position: absolute;
    bottom: 20px;
    left: 5px;
}

.homepage-hero-banner div.search-content .course-finder-label-select {
    position: absolute;
    left: -1999px;
    width: 1px;
    height: 1px;
    top: auto;
    visibility: hidden;

}

.homepage-hero-banner .search-section input {
    margin: 10px 0;
    width: 100%;
    padding: 10px 5px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 1px solid #8C8887;
    border-radius: 0;
}
.homepage-hero-banner .search-section input:hover, .search-section input:focus {
    outline: 2px solid var(--globalBlue);
}
.homepage-hero-banner .search-section input[type="search"] {
    -webkit-appearance: none;
    background-color: white;
}
.homepage-hero-banner .search-section input[type="search"]:hover, .search-section input[type="search"]:focus {
    outline: 2px solid var(--globalBlue);
}
.homepage-hero-banner .search-section input::placeholder {
    opacity: 1;
    color: var(--globalBlue);
    font-weight: 500;
}
.homepage-hero-banner .search-section input:focus, .search-section select:focus {
    outline: none;
}
.homepage-hero-banner .search-section select {
    background-color: white;
    margin: 10px 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 100%;
    padding: 10px 0px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 1px solid #8C8887;
    color: #405162;
    font-weight: 400;
    border-radius: 0;
}
.homepage-hero-banner .search-section select:focus, .search-section select:hover {
    outline: 2px solid var(--globalBlue);
    border-bottom: none;
}
.homepage-hero-banner .search-section select::-ms-expand {
    display: none;
}
.homepage-hero-banner .search-section span {
    position: absolute;
    right: 10px;
    top: 25px;
}
.homepage-hero-banner .search-section .custom-dropdown { 
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 6px 0 6px;
    border-color: var(--globalBlue) transparent transparent transparent;
} 

.homepage-hero-banner .search-section .search-submit button {
    margin: 10px 0;
    width: 100%;
    background-color: var(--globalBlue);
    text-align: left;
    color: white;
    /* font-weight: 500; */
    border: 2px solid var(--globalBlue);
    display: inline-block;
    text-decoration: none;
    padding: 10px 60px 10px 14px;
    position: relative;
    border-radius: 68px;
    transition: all 0.3s ease;
}

.homepage-hero-banner .search-section .search-submit button:after {
    content: "";
    display: inline-block;
    border: solid white;
    border-width: 0 2px 2px 0;
    padding: 4px;
    right: 15px;
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 17px;
}

/* .homepage-hero-banner .search-section .search-submit button:before {
    content: "";
    border: solid var(--globalLightBlue);
    display: inline-block;
    position: absolute;
    border-width: 0 4px 0 0;
    left: 0;
    height: 100%;
    top: 0px;
} */

.homepage-hero-banner .search-section .search-submit button:hover,
.homepage-hero-banner .search-section .search-submit button:focus {
    border: 2px solid var(--globalBlue);
    color:  var(--globalBlue);
    background-color: white;
}
.homepage-hero-banner .search-section .search-submit button:hover:after,
.homepage-hero-banner .search-section .search-submit button:focus:after {
    border: 2px solid #707D89;
    padding: 4px;
    border-width: 0 2px 2px 0;
}

/* Popular links */
.homepage-hero-banner .popular-links {
    margin-top: 15px;
}
.homepage-hero-banner .popular-links p {
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 600;
}
.homepage-hero-banner .popular-links a {
    display: inline-block;
    margin-top: 5px;
    padding-right: 20px;
}

/* Popular links. Dropdown, mobile only */
.homepage-hero-banner .hero-dropdown-links {
    position: relative;
}
.homepage-hero-banner .hero-dropdown-links a {
    text-decoration: none;
}

.homepage-hero-banner .hero-dropdown-links span.heading-link {
    display: block;
    position: unset;
    padding-top: 15px;
    color: var(--globalBlue);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.homepage-hero-banner .hero-dropdown-links a > span.heading-link:hover {
    color: var(--globalLightBlue);
}

.homepage-hero-banner .dropdown-content p {
    margin: 0px;
    padding: 7px 0;
}
.homepage-hero-banner .dropdown-content a {
    color: var(--globalBlue);
    font-weight: 500;
    text-decoration: underline;
}
.homepage-hero-banner .dropdown-content a:hover,  
.homepage-hero-banner .dropdown-content a:focus {
    text-decoration: none;
    color: var(--globalLightBlue)
}
.homepage-hero-banner .hero-dropdown-links span {
    position: absolute;
    right: 10px;
    top: 20px;
}
.homepage-hero-banner .dropdown-arrow-down {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 6px 0 6px;
    border-color: var(--globalBlue) transparent transparent transparent;
}
.homepage-hero-banner .dropdown-arrow-up {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 12px 6px;
    border-color: var(--globalBlue) transparent var(--globalBlue) transparent;
}



/**********************/
/*** Campaign Tiles ***/
/**********************/

.homepage-campaign-tiles .campaign-tile {
    padding: 30px;
    box-shadow: 4px 6px 8px -4px rgba(0, 0, 0, 0.55);
    display: flex;
    flex-direction: column;
     background-color: #10263b;
    color: white;
}

.homepage-campaign-tiles .campaign-tile .campaign-tile-title {
    display: block;
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 15px;
}

.homepage-campaign-tiles .campaign-tile a {
    color: white;
}

.homepage-campaign-tiles .campaign-tile-links {
    margin-top: auto;
}

.homepage-campaign-tiles .campaign-tile-links a {
    display: block;
    padding-top: 5px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .homepage-campaign-tiles .campaign-tile-links a {
        display: inline-block;
        padding-right: 5px;
    }

    .homepage-campaign-tiles .campaign-tile {
        padding: 40px 50px;
    }
}

/**********************/
/****** Rankings ******/
/**********************/

.homepage-rankings .ranking-tile {
    background-color: #deb406;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    height: 100%;
    color: var(--globalBlue);
    text-align: center;
}

.homepage-rankings a.ranking-title {
    color: var(--globalBlue);
    text-decoration: none;
}

.homepage-rankings a.ranking-title:hover {
    text-decoration: underline;
}

.homepage-rankings .ranking-title {
    font-size: 40px;
    font-family: 'Lora', Georgia Bold;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.homepage-rankings .ranking-title .ranking-icon {
    height: 50px;
    margin-right: 8px;
}

.homepage-rankings .ranking-text {
    margin-top: 10px;
}

.homepage-rankings .ranking-text a {
    color: inherit;
    text-decoration: underline;
}

.homepage-rankings .ranking-text a:hover {
    text-decoration: none;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .homepage-rankings .ranking-title {
        font-size: 50px;
    }

    .homepage-rankings .ranking-title .ranking-icon {
        height: 60px;
    }
}

/****************************/
/*** Background container ***/
/****************************/

.homepage-bg-container {
    background-color: var(--globalBeige);
}

.homepage-bg-container h2 {
    font-size: 34px;
    margin-bottom: 15px;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .homepage-bg-container .intro-text {
        max-width: 60%;
    }
    .homepage-bg-container h2 {
        font-size: 36px;
    }
}

/* .homepage-bg-container .home-container-padding {
    padding: 0;
    margin-top: 3rem;
} */

/****************************/
/***** Image CTA block ******/
/****************************/

.homepage-image-cta-block .block-content {
    background-color: var(--globalBlue);
    color: white;
    height: 100%;
    padding: 30px 15px;
}

.homepage-image-cta-block h3{
    display: block;
    font-size: 28px;
    margin-bottom: 15px;
}

.homepage-image-cta-block  .image-container img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .homepage-image-cta-block .block-content {
        padding: 40px;
    }
}
/* Medium devices (tablets, 992px and up) */
@media (min-width: 992px) {
    .homepage-image-cta-block  .image-container img{
        height: 100%;
    } 
}

.homepage-image-cta-block .text-content a {
    color: white;
}
.homepage-image-cta-block .text-content a:hover,
.homepage-image-cta-block .text-content a:focus {
    color: var(--globalLightBlue);
    text-decoration: none;
}

.homepage-image-cta-block .stripe-white-cta {
    margin-top: 10px;
}


/****************************/
/***** Image CTA Row ********/
/****************************/

.homepage-image-cta-row .imageWhiteCTA-card {
    position: relative;
}
.homepage-image-cta-row .imageWhiteCTA-card .background-image {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.homepage-image-cta-row .imageWhiteCTA-card a.stripe-white-cta {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}
.homepage-image-cta-row .imageWhiteCTA-card a.stripe-white-cta:hover,
.homepage-image-cta-row .imageWhiteCTA-card a.stripe-white-cta:focus {
    background-color: var(--globalBlue);
    border: 2px solid var(--globalBlue);
}

/*******************************/
/***** Emergency banner ********/
/*******************************/

.homepage-emergency-banner .banner {
    background-color: var(--globalBlue);
    color: white;
    padding: 30px 40px;
}

.homepage-emergency-banner .cta-title {
    display: block;
    font-family: 'Lora', Georgia Bold;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

.homepage-emergency-banner img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .homepage-emergency-banner img {
        height: 100%;
    } 
}

.homepage-emergency-banner .block-content {
    height: 100%;
}

.homepage-emergency-banner .text-content a {
    color: white;
}
.homepage-emergency-banner .text-content a:hover,
.homepage-emergency-banner .text-content a:focus {
    color: var(--globalLightBlue);
    text-decoration: none;
}

.homepage-emergency-banner .banner-cta  {
    width: 100%;
    border: 1px solid white;
    margin-top: 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    padding: 8px 45px;
    font-weight: 500;
    margin-right: 10px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .homepage-emergency-banner .banner-cta  {
        width: unset;
    }
}

.homepage-emergency-banner .banner-cta {
    background-color: white;
    color: var(--globalBlue);
}

.homepage-emergency-banner .banner-cta:hover, 
.homepage-emergency-banner .banner-cta:focus {
    background-color: transparent;
    color: white;
}

.homepage-emergency-banner .banner-cta:nth-child(even) {
    background-color: transparent;
    color: white;
}

.homepage-emergency-banner .banner-cta:nth-child(even):hover, 
.homepage-emergency-banner .banner-cta:nth-child(even):focus {
    background-color: white;
    color: var(--globalBlue);
}

/*******************************/
/***** News & Events ********/
/*******************************/

.events-section {
    background-color: var(--globalBeige);
    padding: 60px 0;
}

.news-events .news-events-title {
    font-size: 34px; 
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .news-events .news-events-title  {
        font-size: 36px;
    }
}

.news-events .news-events-all-link {
    font-weight: bold;
    font-size: 16px;
    color: var(--globalBlue);
}

.news-events .news-events-all-link:hover, 
.news-events .news-events-all-link:focus {
    text-decoration: none; 
    color: var(--globalLightBlue);
}

.news-events .vertical-card {
    background-color: white;
    border: 1px solid #eaeaea;
}

.news-events .vertical-card .vertical-card-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.news-events .vertical-card .card-content {
    display: flex;
    flex-direction: column;
}

.news-events .vertical-card .event-title, 
.news-events .vertical-card .news-title  {
    font-family: 'Circular', Arial;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 500;
}

.news-events .vertical-card .date .day {
    font-size: 22px;
    font-weight: bold;
}

.news-events .vertical-card .date .month {
    display: block;
    margin-top: -5px;
    font-size: 16px;
    font-weight: 400;
}

.news-events .vertical-card a {
    margin-top: auto;
}

.news-events .vertical-card .news-desc {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .news-events .events-section .vertical-card {
        height: 100%;
        min-height: 240px;
    }

    .news-events .vertical-card  .vertical-card-img {
        height: 100%;
    }

    .news-events .vertical-card .event-title, 
    .news-events .vertical-card .news-title  {
        font-size: 19px;
    }

    .news-events .vertical-card .date .day {
        font-size: 24px;
    }

    .news-events .vertical-card .date .month {
        font-size: 18px;
    }

}

/* Carousel */

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .news-section.home-container-padding {
        margin-top: 60px;
        margin-bottom: 90px;
    }
}

/* the slides */
.news-section .slick-slide {
    margin: 0 11px;
    height: inherit !important;
}

.news-section .slick-slide > div, 
.news-section .slick-slide .vertical-card{ 
    height: 100%; 
}

.news-section .slick-slide .vertical-card .row {
    height: auto;
}

/* added margin bottom because for some reason when adaptive height is on 
the bottom border of the card gets cut off */
.news-section .slick-slide .vertical-card {
    margin-bottom: 1px;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .news-section .slick-slide .vertical-card .row{ 
        height: 100%; 
    }
    .news-section .slick-track {
        display: flex !important;
    }
}

/* the parent */
.news-section .slick-list {
    margin: 0 -11px;
} 

/* Dots */
.news-section .slick-dots button {
    background-color: var(--globalBlue);
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    text-indent: -9999px;
    opacity: 0.3;

}
.news-section  .slick-dots li {
    margin: 0 7px;
}
.news-section ul.slick-dots li button:hover, 
.news-section  ul.slick-dots li button:focus {
    opacity: 1;
    background-color: #000;
}
.news-section .slick-dots li.slick-active button {
    width: 0.8rem;
    height: 0.8rem;
    opacity: 1;
    background-color: var(--globalBlue);
}

.news-section .slick-dots {
    bottom: -40px;
    margin: 0 !important;
}

.news-section .slick-dots button {
    background-color: var(--globalBlue);
}
.news-section ul.slick-dots li button:hover, 
.news-section ul.slick-dots li button:focus {
    background-color: var(--globalLightBlue);
}
.news-section .slick-dots li.slick-active button {
    background-color: var(--globalBlue);
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .news-section .slick-dots button {
        width: 0.8rem;
        height: 0.8rem;
    }
    .news-section .slick-dots li.slick-active button {
        width: 1rem;
        height: 1rem;
    }
}

/* Prev and Next buttons */
.news-section .slick-next, 
.news-section .slick-prev {   
    z-index: 1; 
}  

.news-section .slick-next {
    right: -45px; 
}  
.news-section .slick-prev {
    left: -45px;
}

/* Arrows */
.news-section .arrow {
    border: solid var(--globalBlue);
    opacity: 0.3;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 7px;
}
.news-section .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    right: 3px;
}
.news-section .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: relative;
    left: 3px;
}

.news-section .slick-next:hover .arrow, .news-section  .slick-prev:hover .arrow,  
.news-section .slick-next:focus .arrow, .news-section  .slick-prev:focus .arrow {
    color: var(--globalLightBlue);
    opacity: 1;
}

/* Slider */
.news-section .slick-slider.slick-dotted {
    margin-bottom: 45px;
}

.news-section .slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.news-section .slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



/**************************************/
/* PARTNERSHIPS AREA STYLING */
/**************************************/

 /* Title */

h2.partnerships-title {
    font-size: 34px;
    margin-bottom: 30px;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h2.partnerships-title {
        font-size: 36px;
    }
}

/* Partnership icons */
.partnerships-container .partner-icon {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%); 
    width: 90%;
    height: auto;
}

.partnerships-container a:hover .partner-icon,
.partnerships-container a:focus .partner-icon {
    opacity: 0.6;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .partnerships-container .mobile-container img {
        width: 70%;
        margin: 0 auto;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .partnerships-container .large-display-icons .row div:first-of-type {
        padding-left: 0px;
    }
    .partnerships-container .large-display-icons .row div:last-of-type {
        padding-right: 0px;
    }
    .partnerships-container .large-display-icons .flex-fill {
        padding: 0 5px;
    }
    .partnerships-container .partner-icon {
        width: 95%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 968px) {
    .partnerships-container .large-display-icons .flex-fill {
        padding: 0 15px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .partnerships-container .large-display-icons .flex-fill {
        padding: 0 25px;
    }
    /* Partnership icons */
    .partnerships-container .partner-icon {
        width: 80%;
    }
}
