/* call to action */
.cta {
    margin: 25px 0px;
    padding: 25px;
}
/* blue call to action */

.cta .callout {
    align-items: center;
}
.cta .callout .column {
    display: flex;
    justify-content: space-evenly;
}
.cta .callout .column .heading-display-h2 {
    margin-bottom: 0px;
}

.economics-cta {
    margin-bottom: 0px;
}
.economics-cta a {
    text-decoration: none;
}
.economics-cta a:hover {
    text-decoration: underline;
}

/* color and style adjustments */

section.cta-image.blue-text {
    color: #000e54;
}

div.cta.background-blue a {
    color: #ffffff;
}

a.button.button-inverse-white:hover {
    color: #000e54;
}

.cta-image hr {
    width: 25%;
    border: 3px solid #D74100;
    transition: all 0.3s;
    background-color: #D74100;
}

/* Layout formats */
/* ImageRight ImageLeft */
.cta-image {
    padding-top: 50px;
    padding-bottom: 50px;
}
.cta-image .flex-grid {
    align-items: flex-start;
}
.cta-image .button {
    margin-bottom: 25px;
    /*  min-width: 350px;
    max-width: 350px; */
    text-align: center;
    width:100%;
}

.cta-image h3 a:after {
    content: "\e91c";
    font-family: 'orange-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    border: none;
    text-transform: none;
    line-height: 1;
    font-size: 1.125rem;
    text-decoration: none;
    margin-left: 8px;
    -webkit-font-smoothing: antialiased;
    display:inline-block;
}
.cta-image .button-grid {
    display:inline-grid;
    grid-template-columns:minmax(0,max-content);
}
@media only screen and (min-width: 1280px) {
    .cta-image .callout-paragraph {
        max-width: 550px;
    }
}
/* OneLine*/
.cta-oneline {
    text-align: center;
}
.cta-oneline .button {
    margin: 10px auto;
    width: 100%;
}
.cta-oneline .button:focus {
    color: white !important;
}

/* fixing focus text color when used over blue background (maxwell eggers stairs image)*/
a.button.button-inverse-white:focus {
    color: #000E54 !important;
}


@media only screen and (min-width: 1440px) {
    .cta-oneline {
        padding: 50px;
    }
}
@media only screen and (min-width: 768px) {
    .cta-oneline {
        text-align: left;
    }
    .cta-oneline .button {
        width: max-content;
        margin: 16px;
    }
}
/* Large Number */
.cta-large-number {
    padding: 50px;
    display: flex;
    justify-content: space-between;
}
.cta-large-number .flex-container {
    margin: 0 auto;
}
.cta-large-number .flex-grid {
    align-items: center;
    padding: 25px;
}
.cta-large-number .flex-container .flex-grid .heading-display-h2 {
    font-size: 7em;
    line-height: 6rem;
    text-align:center;
}
.cta-large-number .button-wrap a {
    display: inline-block;
}
/* Asterisk */
.cta-asterisk .asterisk {
    display: none;
}
.cta-asterisk {
    padding: 20px; 
    margin: 50px 0px;
    background-color: #e4e4e4;
}
.cta-asterisk .flex-grid {
    align-items: center;
}
.cta-asterisk .flex-grid img {
    margin-right: 10px;
}
.cta-asterisk p {
    margin: 0px;
    font-weight:bold;
}

.cta-asterisk {
    color: #000e54;
}

@media only screen and (min-width: 768px) {
    .cta-asterisk .asterisk {
        display: block;
    }
    .cta-asterisk .flex-grid img {
        margin-right: 0px;
    }
}
/* Paragraph */
.cta-paragraph {
    padding: 50px;
    display: flex;
    justify-content: space-between;
}
.cta-paragraph .flex-container {
    margin: 0 auto;
}
.cta-paragraph .flex-grid {
    align-items: center;
    padding: 25px;
}
.cta-paragraph .heading-display-h3{
    font-weight:500;
}
/* unused? */
/*.cta-paragraph .flex-container .flex-grid h2 {
    font-size: 7em;
    line-height: 6rem;
}*/
.cta-paragraph .button-wrap a {
    display: inline-block;
}
/* Buttons only */
.cta-buttons-only {
    padding: 25px;
}
.cta-buttons-only .callout {
    align-items: center;
}
.cta-buttons-only .callout .column {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
.cta-buttons-only .callout .column h2 {
    margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
    .cta-buttons-only .callout .column {
        flex-direction: row;
    }
}
/* Split text and video */
.split-video-container .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.split-video-container .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:none;
}
.split-video-container {
    max-width: 1200px;
    margin: 50px auto;
}
.split-video-container .split-text {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    padding: 25px;
    color: white;
}
.split-video-container .split-text .heading-display-h2 {
    margin: 0 auto;
}
.split-video-container .video-container {
    display: flex;
    height: 100%;
}
.split-video-container .video-container video {
    object-fit: cover;
    width: 100% !important;
    height: auto !important;
}
@media only screen and (min-width: 1024px) {
    .split-video-container .split-text .heading-display-h2 {
        max-width: 350px;
    }
}


/* Background options */
.cta-background-gray-gradient {
    background: linear-gradient(180deg, #E4E6E8, #ADB3B8);
}
.cta-background-max-eggers {
    background-image: linear-gradient(0deg, rgba(0, 14, 84, 0.9), rgba(0, 14, 84, 0.9)), url(/images/default-source/homepage/home-blue-cta-background-comp5693132f-f220-48d0-be43-d1a056cc85c5.jpg);
    background-position: 49% 35%;
    background-size: cover;
    background-repeat: no-repeat;
}

.cta-background-max-eggers.text-white.background-blue .heading-display-h2 {
    color: #ffffff;
}

.cta-background-max-steps {
    background-image: linear-gradient(0deg, rgba(0, 14, 84, 0.9), rgba(0, 14, 84, 0.9)), url(../../assets/images/142A4887.jpg);
    background-position: 49% 94%;
    background-size: cover;
    background-repeat: no-repeat;
}
.cta-background-dc {
    background-image: linear-gradient(0deg, rgba(0, 14, 84, 0.9), rgba(0, 14, 84, 0.9)), url(../../assets/images/FPO-study-in-DC-ALT_fpo.jpg);
    background-position: 49% 45%;
    background-size: cover;
    background-repeat: no-repeat;
}
.cta-background-max-above {
    background-image: linear-gradient(0deg, rgba(0, 14, 84, 0.5), rgba(0, 14, 84, 0.5)), url(../../assets/images/engage-cta.png);
    background-position: 49% 45%;
    background-size: cover;
    background-repeat: no-repeat;
}
.cta-background-teaching {
    background-image: linear-gradient(0deg, rgba(0, 14, 84, 0.5), rgba(0, 14, 84, 0.5)), url(../../assets/images/85-cta.png);
    background-position: 49% 8%;
    background-size: cover;
    background-repeat: no-repeat;
}
.cta-background-orange-laurel {
    background-image: url("../../assets/images/three-leaves.svg");
    background: url("../../assets/images/three-leaves.svg"), radial-gradient(#ef5f00, #d74100);
    background-repeat: no-repeat;
    background-position: right;
}
.cta-background-orange-laurel .button{
    border: 2px solid #fff;
    background:transparent;
}
.cta-background-blue-laurel::before {
    content: '';
    background: linear-gradient(90deg, rgba(0,15,84, 1), rgba(0, 70, 176, 1));
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.cta-background-blue-laurel::after {
    content: '';
    background: url("../../assets/icons/laurel.svg");
    background-repeat: no-repeat;
    background-size: 125%;
    background-position: center;
    opacity: 0.05;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.cta-background-blue-laurel .heading-display-h2, .cta-background-blue-laurel {
    color: #fff;
}
/* Padding options */
.cta-padding-1 {
    max-width: 1380px;
}
.cta-padding-2 {
    max-width:1140px;
}
.cta-padding-3 {
    max-width: 1024px;
}