/** !
Theme Name: Bright Box
Theme URI: https://www.brightboxconsultancy.com/
Description: Bespoke Theme for Bright Box using WordPress. Gutenberg compatible. Using Bootstrap 4 and Font Awesome 5.
Author: Elms Creative
Author URI: https://www.elmscreative.com/
Version: 1.0
Text Domain: elmscreative
*/

/* ==========================================================================
    Elements
   ========================================================================== */

html,
body {
    height: 100%;
}
html {
    background: #fff;
    overflow: auto;
}
body {
    background: none;
    color: 000;
    font-weight: 500;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.5em;
    color: 000;
    text-transform: capitalize;
    font-family: "Jost", Arial, Helvetica, sans-serif !important;
    font-weight: 900;
}
h1 {
    font-size: 3rem;
}
h2 {
    font-size: 2.5rem;
}
h3 {
    font-size: 2rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.1rem;
}
p {
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 500;
}
p > strong {
    font-weight: 700;
}
ul > li,
ol > li {
    font-size: 1.1rem;
    font-weight: 500;
}

label {
    margin-bottom: 0.25em !important;
    color: #fff !important;
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
    height: auto !important;
    padding: 0.75em 1em !important;
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    font-family: "Jost", Arial, Helvetica, sans-serif !important;
}
input[type="file"] {
    color: #fff !important;
}
select {
    color: #fff !important;
    font-family: "Jost", Arial, Helvetica, sans-serif !important;
    height: 45px !important;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none !important;
    background-color: transparent !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 1px solid rgba(255, 255, 255, 1) !important;
}
textarea {
    min-height: 125px !important;
    max-height: 125px !important;
    padding: 0.75em 1em !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    font-family: "Jost", Arial, Helvetica, sans-serif !important;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
    color: rgba(255, 255, 255, 0.75) !important;
    font-style: italic;
}

input[type="submit"] {
    width: auto;
    padding: 0.75em 1.75em;
    font-size: 1rem;
    position: relative;
    text-decoration: none;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    background: #b540ff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: #b540ff 1px solid;
    -moz-transition: color 0s linear 0s;
    -webkit-transition: color 0s linear 0s;
    -o-transition: color 0s linear 0s;
    transition: color 0s linear 0s;
}
input[type="submit"]:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #3fa5f1;
    border: #3fa5f1 1px solid;
}

.btn,
.wp-element-button {
    width: auto !important;
    padding: 0.75em 1.75em !important;
    display: inline-block !important;
    font-size: 1rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: capitalize !important;
    background: #b540ff !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: #b540ff 1px solid !important;
    -moz-transition: color 0s linear 0s !important;
    -webkit-transition: color 0s linear 0s !important;
    -o-transition: color 0s linear 0s !important;
    transition: color 0s linear 0s !important;
}
.btn:hover,
.wp-element-button:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #000 !important;
    border: #000 1px solid !important;
}

.btn-inverted {
    width: auto !important;
    padding: 0.75em 1.75em !important;
    display: inline-block !important;
    font-size: 1rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    color: #000 !important;
    text-align: center !important;
    text-transform: capitalize !important;
    background: #baed7e !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: #baed7e 1px solid !important;
    -moz-transition: color 0s linear 0s !important;
    -webkit-transition: color 0s linear 0s !important;
    -o-transition: color 0s linear 0s !important;
    transition: color 0s linear 0s !important;
}
.btn-inverted:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #000 !important;
    border: #000 1px solid !important;
}

.forminator-ui.forminator-design--flat .forminator-button-submit {
    width: auto !important;
    padding: 0.75em 1.75em !important;
    display: inline-block !important;
    font-size: 1rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: capitalize !important;
    background: #b540ff !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: #b540ff 1px solid !important;
    -moz-transition: color 0s linear 0s !important;
    -webkit-transition: color 0s linear 0s !important;
    -o-transition: color 0s linear 0s !important;
    transition: color 0s linear 0s !important;
    -webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
    -moz-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
    box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
}
.forminator-ui.forminator-design--flat .forminator-button-submit:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #000 !important;
    border: #000 1px solid !important;
}

/* ==========================================================================
		  Structure
		 ========================================================================== */

nav.navbar {
    width: 100%;
    padding: 0.75em 1em;
    background-color: #000;
}

.navbar-flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.navbar-flex-item {
    flex: 1;
}

.navbar-brand-container {
    flex: 0 0 180px;
    display: flex;
    justify-content: center;
}

.navbar-flex-item.order-2 {
    display: flex;
    justify-content: center;
}

.navbar-flex-item.order-3 {
    display: flex;
    justify-content: flex-end;
}

.navbar-toggler {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 1.25rem;
    padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

body.home .hero-section {
    position: relative;
    background: #b347d9;
}
body.page-template-page-consultancy .hero-section {
    position: relative;
    background: #3fa5f1;
}
body.page-template-page-coaching .hero-section {
    position: relative;
    background: #baed7e;
}
body.page-template-page-learning .hero-section {
    position: relative;
    background: #b347d9;
}
.hero-image-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.hero-content-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
.hero-image-container {
    max-width: 100%;
    text-align: center;
    min-height: 750px;
}
.hero-image {
    max-width: 100%;
    height: auto;
}
.hero-content {
    text-align: left;
    color: white;
    max-width: 500px;
}
.hero-title {
    margin-bottom: 1.25rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    text-transform: none;
}
.hero-subtitle {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    text-transform: none;
}
.hero-cta:hover {
    background-color: #8fd426;
    color: #000;
}

section#hero.no-img {
    padding: 6.5em 0 0;
}

main {
    overflow: hidden;
}

section#intro h1 {
    color: #3fa5f1;
}

section#contact {
    position: relative;
    background-color: #3fa5f1;
}
section#contact > .container-fluid {
    position: relative;
    z-index: 5;
}
section#contact .img-green-x {
    margin-top: -12em;
    position: relative;
    z-index: 10;
    left: 14em;
}
section#contact h3 {
    font-size: 2.75rem;
    color: #fff;
}
section#contact p {
    color: #fff;
}
section#contact .card.card-contact {
    background-color: transparent;
    border: none;
}
section#contact .card.card-contact > .card-body {
    padding: 1.25em 0;
}
section#contact .card.card-form {
    background-color: transparent;
    border: #fff 14px solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
section#contact .card.card-form > .card-body {
    padding: 2em;
}
section#contact .socials {
    margin: 2em 0 0;
    justify-content: start;
}
section#contact .socials > div > a > svg {
    font-size: 1.5rem;
    color: #baed7e;
}
section#contact .socials > div > a > svg:hover {
    color: #fff;
}
section#contact p.credit {
    font-size: 0.9rem;
}
section#contact a:active,
section#contact a:visited,
section#contact a:link,
section#contact a[href^="tel"] {
    color: #fff;
}
section#contact a:hover,
section#contact a[href^="tel"]:hover {
    text-decoration: none;
    color: #baed7e;
}

footer {
    padding: 0.85em 0;
    background-color: #000;
}
footer p {
    color: #fff;
    font-size: 0.9rem;
}
footer a:active,
footer a:visited,
footer a:link,
footer a[href^="tel"] {
    color: #fff;
}
footer a:hover,
footer a[href^="tel"]:hover {
    text-decoration: none;
    color: #ccc;
}

/* ==========================================================================
		  Links and Navigation
		 ========================================================================== */

a {
    font-weight: 700;
    text-decoration: none;
    -moz-transition: color 0.1s linear 0.1s;
    -webkit-transition: color 0.1s linear 0.1s;
    -o-transition: color 0.1s linear 0.1s;
    transition: color 0.1s linear 0.1s;
}
a:active,
a:visited,
a:link,
a[href^="tel"] {
    color: 000;
}
a:hover,
a[href^="tel"]:hover {
    text-decoration: none;
    color: #b540ff;
}
a.nostyle:active,
a.nostyle:visited,
a.nostyle:link {
    color: inherit;
    text-decoration: none;
}
.nostyle:hover {
    color: inherit;
    text-decoration: none;
}
.btn-link:hover {
    color: #b540ff;
}

.navbar-toggler {
    float: right;
    margin: 0.75em 0 0.75em 1em;
    text-align: right;
    display: block;
    position: relative;
    z-index: 35;
}
.navbar-toggler > svg {
    color: #fff;
}
.navbar-toggler > svg:hover {
    color: #b540ff;
}

#primary {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    justify-content: end;
}
#primary > li {
    margin: 0;
    padding: 0.5em 1em;
    display: inline-block;
    list-style: none;
    position: relative;
    top: 2px;
}
#primary > li.nav-btn-menu {
    padding: 0;
}
#primary > li > a {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    border-bottom: transparent 1px solid;
}
#primary > li > a:hover {
    color: #b540ff;
}
#primary > li.active a {
    color: #b540ff;
    font-weight: 700;
    border-bottom: #b540ff 1px solid;
}
#primary > li.current-menu-item > a,
#primary > li.current-page-ancestor > a {
    color: #b540ff;
    font-weight: 700;
}
#primary > li > a.nav-link-btn {
    width: auto !important;
    padding: 0.5em 2em !important;
    display: inline-block !important;
    font-size: 0.9rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: capitalize !important;
    background: #b540ff !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: #b540ff 1px solid !important;
    -moz-transition: color 0s linear 0s !important;
    -webkit-transition: color 0s linear 0s !important;
    -o-transition: color 0s linear 0s !important;
    transition: color 0s linear 0s !important;
}
#primary > li > a.nav-link-btn:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #3fa5f1 !important;
    border: #3fa5f1 1px solid !important;
}
#primary > li.nav-btn {
    position: relative;
    top: 4px;
}

.dropdown-menu {
    padding: 0 !important;
}
.dropdown-menu > li {
    width: 100% !important;
}
.dropdown-menu > li > a {
    width: 100% !important;
    padding: 1.1em 2em !important;
    font-size: 1.15rem !important;
    display: block !important;
    text-transform: capitalize !important;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #126031 !important;
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    padding: 6px 10px;
    background-color: #000;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
    transition: background-color 0.3s;
}
#back-to-top > svg {
    position: relative;
    top: 2px;
}

#back-to-top:hover {
    color: #baed7e;
    background-color: #000;
}

/* ==========================================================================
		  Misc
		 ========================================================================== */

.section {
    padding: 6.5em 0;
    position: relative;
    z-index: 5;
}
.section-mini {
    padding: 3.5em 0;
    position: relative;
    z-index: 5;
}
.section-very-mini {
    padding: 1.5em 0;
    position: relative;
    z-index: 5;
}
.section-none {
    padding: 0;
    position: relative;
    z-index: 5;
}

.has-vivid-purple-color {
    color: #b540ff !important;
}

.black-bg {
    background-color: #000;
}
.black-bg h1,
.black-bg h2,
.black-bg h3,
.black-bg h4,
.black-bg h5,
.black-bg h6,
.black-bg p {
    color: #fff;
}

.blue-bg {
    background-color: #3fa5f1;
}
.blue-bg h1,
.blue-bg h2,
.blue-bg h3,
.blue-bg h4,
.blue-bg h5,
.blue-bg h6,
.blue-bg p {
    color: #fff;
}

.green-bg {
    background-color: #baed7e;
}
.green-bg h1,
.green-bg h2,
.green-bg h3,
.green-bg h4,
.green-bg h5,
.green-bg h6,
.green-bg p {
    color: #000;
}

.purple-bg {
    background-color: #b540ff;
}
.purple-bg h1,
.purple-bg h2,
.purple-bg h3,
.purple-bg h4,
.purple-bg h5,
.purple-bg h6,
.purple-bg p {
    color: #fff;
}

.intro__card {
    background-color: transparent;
    overflow: hidden;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.intro__card > .intro__padded {
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.intro__card > .intro__padded {
    padding: 1em 4em;
}
.intro__card > .intro__padded > h2 {
    margin: 0 0 0.5em;
    font-size: 2.25rem;
}
.intro__card > .intro__padded > p {
    font-size: 1.1rem;
}
.intro__card > .intro__padded.larger_padded {
    padding: 6.5em;
}
.intro__card > .intro__padded p:last-child {
    margin: 0;
}
.intro__card > .intro__padded .btn {
    width: auto !important;
    align-self: flex-start !important;
}

.card.card-empty {
    background-color: transparent;
    border: none;
}
.card.card-empty > .card-footer {
    background-color: transparent;
    border: none;
}
.card.card-empty > .card-body > .card-title {
    font-weight: 600;
}
.img-working-icon,
.img-why-icon,
.img-values-icon,
.img-services-icon {
    margin: 0 auto;
    display: block;
}

.choices-white-circle {
    position: absolute;
    left: 0;
    top: 8em;
}
.choices-purple-circle {
    position: absolute;
    left: 0;
    bottom: 0;
}
.choices-purple-circle-2 {
    position: absolute;
    top: 0;
    right: 0;
}
.choices-green-circle {
    position: absolute;
    right: 80px;
    bottom: 0;
}

.learning-white-circle {
    position: absolute;
    left: 0;
    top: 5em;
}
.learning-blue-circle {
    position: absolute;
    left: 0;
    bottom: 0;
}
.learning-purple-circle {
    position: absolute;
    right: 0;
    bottom: 0;
}

.homepage-hero-white-x {
    position: absolute;
    right: 570px;
    bottom: 20px;
}
.homepage-hero-green-x {
    position: absolute;
    right: 310px;
    bottom: -90px;
}
.homepage-hero-blue-circle {
    position: absolute;
    bottom: 0;
    right: 60px;
}

.quote,
.author {
    font-size: 1.1rem;
}

.img-quote-top {
    position: absolute;
    top: -4em;
    left: 5%;
}
.img-quote-bottom {
    position: absolute;
    top: -10em;
    right: 5%;
}

.hero-small-green-x,
.hero-small-blue-x {
    position: absolute;
    right: 30%;
    bottom: -20px;
}
.hero-large-purple-x,
.hero-large-green-x {
    position: absolute;
    right: 5%;
    bottom: -110px;
}

.partner-carousel {
    margin-top: 40px;
}
.partner-logo {
    width: auto;
    height: auto;
    transition: all 0.3s ease;
}

.partner-carousel .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.partner-carousel .owl-stage-outer {
    overflow: visible;
}
.partner-carousel .owl-stage {
    animation: slide 30s linear infinite;
}
.partner-carousel:hover .owl-stage {
    animation-play-state: paused;
}
.owl-carousel .owl-nav {
    display: none;
}
.owl-carousel .owl-dots {
    display: none;
}

@media (max-width: 768px) {
    .partner-logo {
        max-width: 180px;
        max-height: 55px;
        min-height: 45px;
    }

    .partner-carousel .owl-item {
        padding: 15px 5px;
    }
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ==========================================================================
		  Cookie Consent
		 ========================================================================== */

.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
}
.cc-window.cc-invisible {
    opacity: 0;
}
.cc-animate.cc-revoke {
    transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0);
}
.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
    text-decoration: underline;
}
.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}
.cc-window.cc-static {
    position: static;
}
.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}
.cc-revoke {
    padding: 0.5em;
}
.cc-header {
    font-size: 18px;
    font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.cc-link {
    opacity: 0.8;
    display: inline-block;
    padding: 0.2em;
}
.cc-link:hover {
    opacity: 1;
}
.cc-link:active,
.cc-link:visited {
    color: initial;
}
.cc-btn {
    display: block;
    padding: 0.5em 0.75em;
    font-size: 0.9em;
    font-weight: 600;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
    min-width: 140px;
}
.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline;
}
.cc-close {
    display: block;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 1.6em;
    opacity: 0.9;
    line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
    opacity: 1;
}
.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
    left: 3em;
    right: unset;
}
.cc-revoke.cc-right {
    right: 3em;
    left: unset;
}
.cc-top {
    top: 1em;
}
.cc-left {
    left: 1em;
}
.cc-right {
    right: 1em;
}
.cc-bottom {
    bottom: 0;
}
.cc-floating > .cc-link {
    margin-bottom: 1em;
}
.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1;
}
.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center;
}
.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0;
}
.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}
.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1;
    font-size: 0.9em;
}
.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.cc-compliance > .cc-btn {
    -ms-flex: 1;
    flex: 1;
}
.cc-btn + .cc-btn {
    margin-left: 0.5em;
}
.cc-message {
    color: #121212;
}
.cc-btn {
    color: #fff !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    background-color: #b540ff !important;
    border: #b540ff 1px solid;
}
.cc-btn:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #000 !important;
    border: #000 1px solid;
}
.cc-btn > svg {
    display: none;
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none;
}
.cc-theme-classic .cc-btn {
    border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
    min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block;
}
.cc-theme-edgeless.cc-window {
    padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: 0.8em 1.8em;
    height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0;
}

/* ==========================================================================
		  Google Recapatcha V3
		 ========================================================================== */

.grecaptcha-badge {
    display: none !important;
}

/* ==========================================================================
		  Media Queries: iPad
		 ========================================================================== */

/* iPad [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .contact-info {
        display: block !important;
    }
}

/* iPad [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}

/* iPad 3/4 [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .contact-info {
        display: block !important;
    }
}

/* iPad 3/4 [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

/* ==========================================================================
		  Bootstrap Queries
		 ========================================================================== */

@media (max-width: 575.98px) {
    .cc-window.cc-floating {
        width: 100% !important;
        padding: 1em !important;
    }
    .cc-floating .cc-message {
        font-size: 0.8rem !important;
    }

    .navbar-flex-container {
        flex-wrap: wrap;
    }
    .navbar-flex-item.order-1 {
        flex: 0 0 auto;
        width: 150px;
    }
    .navbar-toggler {
        flex: 0 0 auto;
        margin-left: auto;
    }
    .navbar-flex-item.order-2 {
        flex: 0 0 100%;
        order: 4;
        justify-content: flex-start;
        margin-top: 0.5rem;
    }
    .navbar-collapse {
        width: 100%;
    }
    .navbar-nav {
        flex-direction: column;
        width: 100%;
    }
    .navbar-nav .nav-item {
        width: 100%;
        text-align: left;
    }
    .navbar-nav .nav-link {
        padding: 0.75rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .hero-content {
        max-width: 100%;
    }
    section#contact .img-green-x {
        max-width: 150px;
        left: 2em;
    }
    section#contact .card.card-form {
        margin-top: 2em;
    }
    .homepage-hero-white-x {
        max-width: 90px;
        right: 300px;
        bottom: 10px;
    }
    .homepage-hero-green-x {
        max-width: 190px;
        right: 140px;
        bottom: -110px;
    }
    .homepage-hero-blue-circle {
        max-width: 110px;
        right: 30px;
    }
    h1 {
        font-size: 2.25rem;
    }
    #primary {
        padding: 0 0 1em;
    }
    .hero-image-col {
        min-height: 50vh;
    }
    .hero-content-col {
        min-height: 50vh;
    }
    .hero-title {
        font-size: 2rem;
    }
    .hero-content {
        text-align: center;
    }
    .hero-small-green-x,
    .hero-small-blue-x {
        max-width: 80px;
        right: 68%;
    }
    .hero-large-purple-x,
    .hero-large-green-x {
        max-width: 200px;
    }
    .img-quote-top {
        max-width: 90px;
        top: -2em;
    }
    .img-quote-bottom {
        top: -9em;
        right: 2em;
        max-width: 90px;
    }
    .choices-green-circle {
        right: 40px;
    }
    .learning-blue-circle {
        max-width: 150px;
    }
    .learning-purple-circle {
        max-width: 110px;
    }

    .choices-white-circle {
        max-width: 50px;
        top: 4em;
    }
    .choices-green-circle {
        max-width: 140px;
        right: 20px;
    }
    .choices-purple-circle {
        max-width: 120px;
    }
    .intro__card > .intro__padded.larger_padded {
        padding: 3.5em;
    }
    .hero-image-container {
        min-height: 564px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .cc-window.cc-floating {
        width: 100% !important;
        padding: 1em !important;
    }
    .cc-floating .cc-message {
        font-size: 0.8rem !important;
    }

    .navbar-flex-container {
        flex-wrap: wrap;
    }
    .navbar-flex-item.order-1 {
        flex: 0 0 auto;
        width: 150px;
    }
    .navbar-toggler {
        flex: 0 0 auto;
        margin-left: auto;
    }
    .navbar-flex-item.order-2 {
        flex: 0 0 100%;
        order: 4;
        justify-content: flex-start;
        margin-top: 0.5rem;
    }
    .navbar-collapse {
        width: 100%;
    }
    .navbar-nav {
        flex-direction: column;
        width: 100%;
    }
    .navbar-nav .nav-item {
        width: 100%;
        text-align: left;
    }
    .navbar-nav .nav-link {
        padding: 0.75rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .hero-content {
        max-width: 100%;
    }
    section#contact .img-green-x {
        max-width: 150px;
        left: 2em;
    }
    section#contact .card.card-form {
        margin-top: 2em;
    }
    .homepage-hero-white-x {
        max-width: 90px;
        right: 300px;
        bottom: 10px;
    }
    .homepage-hero-green-x {
        max-width: 190px;
        right: 140px;
        bottom: -110px;
    }
    .homepage-hero-blue-circle {
        max-width: 110px;
        right: 30px;
    }
    h1 {
        font-size: 2.25rem;
    }
    #primary {
        padding: 0 0 1em;
    }
    .hero-image-col {
        min-height: 50vh;
    }
    .hero-content-col {
        min-height: 50vh;
    }
    .hero-title {
        font-size: 2rem;
    }
    .hero-content {
        text-align: center;
    }
    .hero-small-green-x,
    .hero-small-blue-x {
        max-width: 80px;
        right: 68%;
    }
    .hero-large-purple-x,
    .hero-large-green-x {
        max-width: 200px;
    }
    .img-quote-top {
        max-width: 90px;
        top: -2em;
    }
    .img-quote-bottom {
        top: -9em;
        right: 2em;
        max-width: 90px;
    }
    .choices-green-circle {
        right: 40px;
    }
    .learning-blue-circle {
        max-width: 150px;
    }
    .learning-purple-circle {
        max-width: 110px;
    }

    .choices-white-circle {
        max-width: 50px;
        top: 4em;
    }
    .choices-green-circle {
        max-width: 140px;
        right: 20px;
    }
    .choices-purple-circle {
        max-width: 120px;
    }
    .intro__card > .intro__padded.larger_padded {
        padding: 3.5em;
    }
    .hero-image-container {
        min-height: 564px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-flex-container {
        flex-wrap: wrap;
    }
    .navbar-flex-item.order-1 {
        flex: 0 0 auto;
        width: 150px;
    }
    .navbar-toggler {
        flex: 0 0 auto;
        margin-left: auto;
    }
    .navbar-flex-item.order-2 {
        flex: 0 0 100%;
        order: 4;
        justify-content: flex-start;
        margin-top: 0.5rem;
    }
    .navbar-collapse {
        width: 100%;
    }
    .navbar-nav {
        flex-direction: column;
        width: 100%;
    }
    .navbar-nav .nav-item {
        width: 100%;
        text-align: left;
    }
    .navbar-nav .nav-link {
        padding: 0.75rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .hero-content {
        max-width: 80%;
    }
    section#contact .img-green-x {
        max-width: 220px;
        left: 9em;
    }
    .hero-image-col {
        min-height: 50vh;
    }
    .hero-content-col {
        min-height: 50vh;
    }
    .hero-title {
        font-size: 2rem;
    }
    .hero-content {
        text-align: center;
    }
    .hero-small-green-x,
    .hero-small-blue-x {
        right: 50%;
    }
    .choices-green-circle {
        right: 40px;
    }
    .learning-blue-circle {
        max-width: 150px;
    }
    .learning-purple-circle {
        max-width: 110px;
    }
    .homepage-hero-white-x {
        max-width: 90px;
    }
    .homepage-hero-green-x {
        max-width: 190px;
    }
    .homepage-hero-blue-circle {
        max-width: 150px;
    }
    #primary {
        padding: 0 0 1em;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #primary > li {
        padding: 0.5em 0.4em;
    }
    #primary > li > a {
        font-size: 0.75rem;
    }
}

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

@media (min-width: 1400px) {
    #primary > li > a {
        font-size: 1rem;
    }
    .intro__card > .intro__padded.larger_padded {
        padding: 16.5em;
    }
}

/* ==========================================================================
		  Print
		 ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #121212 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
