/** !
Theme Name: NST Property Ventures
Theme URI: https://www.nstpropertyventures.co.uk/
Description: Bespoke Theme for NST Property Ventures 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
*/

@font-face {
    font-family: "Avenir LT Std";
    src: url("assets/fonts/") format("woff2"),
        url("assets/fonts/AvenirLTStd-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Avenir LT Std";
    src: url("assets/fonts/AvenirLTStd-Light.woff2") format("woff2"),
        url("assets/fonts/AvenirLTStd-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Avenir LT Std";
    src: url("assets/fonts/AvenirLTStd-Medium.woff2") format("woff2"),
        url("assets/fonts/AvenirLTStd-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Avenir LT Std";
    src: url("assets/fonts/AvenirLTStd-Black.woff2") format("woff2"),
        url("assets/fonts/AvenirLTStd-Black.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Avenir LT Std";
    src: url("assets/fonts/AvenirLTStd-Heavy.woff2") format("woff2"),
        url("assets/fonts/AvenirLTStd-Heavy.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Avenir LT Std";
    src: url("assets/fonts/AvenirLTStd-LightOblique.woff2") format("woff2"),
        url("assets/fonts/AvenirLTStd-LightOblique.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "Avenir LT Std";
    src: url("assets/fonts/AvenirLTStd-BookOblique.woff2") format("woff2"),
        url("assets/fonts/AvenirLTStd-BookOblique.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Avenir LT Std";
    src: url("assets/fonts/AvenirLTStd-HeavyOblique.woff2") format("woff2"),
        url("assets/fonts/AvenirLTStd-HeavyOblique.woff") format("woff");
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: "Avenir LT Std";
    src: url("assets/fonts/AvenirLTStd-MediumOblique.woff2") format("woff2"),
        url("assets/fonts/AvenirLTStd-MediumOblique.woff") format("woff");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "Avenir LT Std";
    src: url("assets/fonts/AvenirLTStd-BlackOblique.woff2") format("woff2"),
        url("assets/fonts/AvenirLTStd-BlackOblique.woff") format("woff");
    font-weight: 900;
    font-style: italic;
}

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

html,
body {
    height: 100%;
}
html {
    background: #fff;
    overflow: auto;
}
body {
    background: none;
    color: rgba(0, 0, 0, 0.75);
    font-family: "Avenir LT Std", Arial, Helvetica, sans-serif;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.5em;
    color: rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
    font-family: "Avenir LT Std", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

h2.underline,
h3.underline,
h4.underline,
h5.underline,
h6.underline {
    padding-bottom: 30px;
}

h2.underline::after,
h3.underline::after,
h4.underline::after,
h5.underline::after,
h6.underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 106px;
    height: 4px;
    background-color: #2a9d8f;
}

/* Add these new rules for centered underlines */
h2.underline.centered,
h3.underline.centered,
h4.underline.centered,
h5.underline.centered,
h6.underline.centered {
    text-align: center;
}

h2.underline.centered::after,
h3.underline.centered::after,
h4.underline.centered::after,
h5.underline.centered::after,
h6.underline.centered::after {
    left: 50%;
    transform: translateX(-50%);
}

h2.underline::after {
    bottom: 2px;
}
h3.underline::after {
    bottom: 4px;
}
h4.underline::after {
    bottom: 6px;
}
h5.underline::after {
    bottom: 8px;
}
h6.underline::after {
    bottom: 10px;
}

p {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
}
p > strong {
    font-weight: 600;
}
ul,
ol {
    padding: 0;
    list-style: none;
}
ul > li,
ol > li {
    font-size: 1rem;
    font-weight: 400;
}
hr {
    border-top: #4e888f 1px solid;
}

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 0 !important;
    color: #121212 !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: "Avenir LT Std", Arial, Helvetica, sans-serif !important;
}
input[type="file"] {
    color: #121212 !important;
}
select {
    color: #121212 !important;
    font-family: "Avenir LT Std", 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-bottom: 1px solid rgba(255, 255, 255, 1) !important;
}
textarea {
    min-height: 125px !important;
    max-height: 125px !important;
    padding: 0.75em 0 !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: "Avenir LT Std", Arial, Helvetica, sans-serif !important;
}

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

input[type="submit"] {
    width: auto !important;
    padding: 0.65em 1.95em !important;
    display: inline-block !important;
    font-size: 1rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    color: #202020 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: #fff 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;
    background: #fff !important;
}
input[type="submit"]:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #67b0c2 !important;
    border: #67b0c2 1px solid !important;
}

.btn,
.wp-element-button {
    width: auto !important;
    padding: 0.65em 1.95em !important;
    display: inline-block !important;
    font-size: 1rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    color: #202020 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: #fff 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;
    background: #fff !important;
}
.btn:hover,
.wp-element-button:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #67b0c2 !important;
    border: #67b0c2 1px solid !important;
}

.btn-inverted {
    width: auto !important;
    padding: 0.65em 1.95em !important;
    display: inline-block !important;
    font-size: 1rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: uppercase !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: #4e888f 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;
    background: #4e888f !important;
}
.btn-inverted:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #67b0c2 !important;
    border: #67b0c2 1px solid !important;
}

.btn-outlined {
    width: auto !important;
    padding: 0.65em 1.95em !important;
    display: inline-block !important;
    font-size: 1rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: uppercase !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: #fff 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;
    background: transparent !important;
}
.btn-outlined:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #67b0c2 !important;
    border: #67b0c2 1px solid !important;
}

.forminator-ui.forminator-design--flat .forminator-button-submit {
    width: auto !important;
    padding: 0.65em 1.95em !important;
    margin: 0 auto !important;
    display: block !important;
    font-size: 1rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    color: #202020 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: #fff 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;
    background-color: #fff !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: #67b0c2 !important;
    border: #67b0c2 1px solid !important;
}

.forminator-ui.forminator-custom-form[data-design="flat"]
    .forminator-description
    span {
    color: #fff !important;
}

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

section#hero {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 70vh;
    padding: 0;
    overflow: hidden;
}
section#hero h1 {
    margin-bottom: 1.35em;
    text-align: center;
    font-size: 2.35rem;
    font-weight: 500;
    letter-spacing: 15px;
    color: #fff;
}
section#hero h2 {
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 15px;
    color: #fff;
}
section#hero p {
    text-align: center;
    font-size: 0.95rem;
    letter-spacing: 10px;
    color: #fff;
}
section#hero::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.65);
}

header {
    position: relative;
    z-index: 1000;
    background-color: transparent;
}
header nav.navbar {
    padding: 0.5em 1em;
    background-color: transparent;
}
header nav.navbar {
    width: 100%;
}
header nav.navbar .img-logo {
    max-width: 222px;
}
header nav.navbar .contact-info svg {
    font-size: 2.25rem;
    color: #fff;
}
header nav.navbar .contact-info svg:hover {
    color: #67b0c2;
}
.navbar-brand {
    margin-right: 0 !important;
}

.parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}
.img-hero-logo {
    max-width: 450px;
    margin: 0 auto;
    display: block;
}
.learn-more-btn {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 0;
}
.btn-learn-more {
    padding: 0.75rem 2rem;
    margin-bottom: 3.5em;
    background-color: #ffffff;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    transition: all 0.3s ease;
}
.btn-learn-more:hover {
    background-color: #f0f0f0;
}
@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}
.btn-learn-more.moving {
    animation: bounce 2s infinite;
}

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

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

a {
    font-weight: normal;
    text-decoration: underline;
    -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: rgba(0, 0, 0, 0.75);
}
a:hover,
a[href^="tel"]:hover {
    text-decoration: none;
    color: #4e888f;
}
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: #4e888f;
}

.navbar-toggler {
    margin: 1em 0;
    text-align: left;
    display: block;
    position: relative;
    z-index: 10;
}
.navbar-toggler > svg {
    color: #fff;
}
.navbar-toggler > svg:hover {
    color: #67b0c2;
}

#primary {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
#primary > li {
    margin: 0;
    padding: 0.5em 1.25em;
    display: inline-block;
    list-style: none;
}
#primary > li > a {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 0.94rem;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}
#primary > li > a:hover {
    color: #67b0c2;
}
#primary > li.active a {
    color: #fff;
    font-weight: 600;
}
#primary > li.current-menu-item > a,
#primary > li.current-page-ancestor > a {
    color: #fff;
    font-weight: 600;
}

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

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

.section {
    padding: 5em 0;
    position: relative;
    z-index: 5;
}
.section-mini {
    padding: 2.5em 0;
    position: relative;
    z-index: 5;
}
.section-very-mini {
    padding: 1em 0;
    position: relative;
    z-index: 5;
}
.section-none {
    padding: 0;
    position: relative;
    z-index: 5;
}

.green-bg {
    background-color: #4e888f;
}
.green-bg h1,
.green-bg h2,
.green-bg h3,
.green-bg h4,
.green-bg h5,
.green-bg h6,
.green-bg p,
.green-bg li {
    color: #fff;
}
.green-bg .underline::after {
    background-color: #fff;
}

.grey-bg {
    background-color: #4d4d4d;
}
.grey-bg h1,
.grey-bg h2,
.grey-bg h3,
.grey-bg h4,
.grey-bg h5,
.grey-bg h6,
.grey-bg p,
.grey-bg li {
    color: #fff;
}

.dark-grey-bg {
    background-color: #313131;
}
.dark-grey-bg h1,
.dark-grey-bg h2,
.dark-grey-bg h3,
.dark-grey-bg h4,
.dark-grey-bg h5,
.dark-grey-bg h6,
.dark-grey-bg p,
.dark-grey-bg li {
    color: #fff;
}

#about {
    position: relative;
    background: url("assets/images/about-us-bg.jpg") center center no-repeat;
    background-size: cover;
}
#about > div {
    position: relative;
    z-index: 15;
}
#about h2,
#about p {
    color: #fff;
}
#about::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(49, 49, 49, 0.82);
}

.img-about-pic {
    border: 1px solid #ffffff;
}

.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%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.intro__card > .intro__padded {
    padding: 1em 4em;
}
.intro__card > .intro__padded > h2 {
    margin: 0 0 0.5em;
}
.intro__card > .intro__padded > h5 {
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.intro__card > .intro__padded.larger_padded {
    padding: 5em;
}
.intro__card > .intro__padded p:last-child {
    margin: 0;
}
.intro__card > .intro__padded .btn,
.intro__card > .intro__padded .btn-inverted {
    width: auto !important;
    align-self: center; /* This will center the button horizontally */
}

/* Add this new rule */
.intro__card > .intro__padded .btn-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.card.card-service {
    text-align: center;
    background-color: transparent;
    border: none;
}
.card.card-service > .img-icon-services {
    margin: 0 auto;
    display: block;
}
.card.card-service > .card-body {
    padding: 0.5em;
}
.card.card-service > .card-body > .card-title {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1.25rem;
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    padding: 6px 10px;
    background-color: #4e888f;
    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 {
    background-color: #4e888f;
}

.contact-info p {
    margin-bottom: 2em;
}
.contact-divider {
    border: none;
    border-top: 1px solid #4e888f;
    margin: 2em 0;
    width: 100%;
}

.accreditation-logos {
    padding: 30px 0;
}

/* ==========================================================================
    Owl Carousel
    ========================================================================== */

.owl-carousel .owl-item img {
    width: 100% !important;
    height: 100% !important;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    margin: 0 1em !important;
}
.owl-prev > span,
.owl-next > span {
    font-size: 2.75rem;
}
.owl-carousel .owl-nav {
    height: 50px !important;
    margin: 0 auto !important;
    display: block;
    text-align: center !important;
}

.logo-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-carousel .img-logo {
    width: auto;
}
.logo-carousel .owl-nav {
    display: none !important;
}

/* ==========================================================================
		  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: #4e888f !important;
    text-decoration: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    background-color: transparent !important;
    border: #4e888f 1px solid;
}
.cc-btn:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #4e888f !important;
    border: #4e888f 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) {
    section#hero {
        min-height: 100vh !important;
    }
}

/* iPad [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    section#hero {
        min-height: 90vh !important;
    }
    .col-tablet {
        width: 100% !important;
        display: block !important;
        flex: none !important;
        margin-bottom: 1em !important;
    }
}

/* 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) {
    section#hero {
        min-height: 100vh !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) {
    section#hero {
        min-height: 90vh !important;
    }
    .col-tablet {
        width: 100% !important;
        display: block !important;
        flex: none !important;
        margin-bottom: 1em !important;
    }
}

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

@media (max-width: 575.98px) {
    .cc-window.cc-floating {
        padding: 1em !important;
    }
    .cc-floating .cc-message {
        font-size: 0.8rem !important;
    }
    header nav.navbar {
        padding: 0.5em;
    }
    header nav.navbar .img-logo {
        max-width: 160px;
        position: relative;
        left: 0;
    }
    header nav.navbar .contact-info svg {
        font-size: 1.5rem;
    }
    header nav.navbar .navbar-flex-container > div:first-child {
        width: 100%;
        display: block;
    }
    header nav.navbar .navbar-flex-container > div:last-child {
        position: absolute;
        top: 0.5em;
        right: 1em;
        z-index: 25;
    }
    .navbar-flex-item > div:nth-child(2) {
        margin-left: 1em;
    }
    .intro__card > .intro__padded.larger_padded {
        padding: 3em 2.5em;
    }
    section#hero {
        min-height: 90vh;
    }
    section#hero h1,
    section#hero h2 {
        margin-bottom: 1em;
        font-size: 1.5rem;
        letter-spacing: 12px;
    }
    section#hero p {
        font-size: 0.8rem;
        letter-spacing: 6px;
    }
    .img-hero-logo {
        max-width: 300px;
        margin: 0 auto 0.5em !important;
    }
    .btn-learn-more {
        margin-bottom: 1.5em;
    }
    .card.card-service .card-title {
        font-size: 0.95rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .cc-window.cc-floating {
        padding: 1em !important;
    }
    .cc-floating .cc-message {
        font-size: 0.8rem !important;
    }
    header nav.navbar {
        padding: 0.5em;
    }
    header nav.navbar .img-logo {
        max-width: 160px;
        position: relative;
        left: 0;
    }
    header nav.navbar .contact-info svg {
        font-size: 1.5rem;
    }
    header nav.navbar .navbar-flex-container > div:first-child {
        width: 100%;
        display: block;
    }
    header nav.navbar .navbar-flex-container > div:last-child {
        position: absolute;
        top: 0.5em;
        right: 1em;
        z-index: 25;
    }
    .navbar-flex-item > div:nth-child(2) {
        margin-left: 1em;
    }
    .intro__card > .intro__padded.larger_padded {
        padding: 3em 2.5em;
    }
    section#hero {
        min-height: 90vh;
    }
    section#hero h1,
    section#hero h2 {
        margin-bottom: 1em;
        font-size: 1.5rem;
        letter-spacing: 12px;
    }
    section#hero p {
        font-size: 0.8rem;
        letter-spacing: 6px;
    }
    .img-hero-logo {
        max-width: 300px;
        margin: 0 auto 0.5em !important;
    }
    .btn-learn-more {
        margin-bottom: 1.5em;
    }
    .card.card-service .card-title {
        font-size: 0.95rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    header nav.navbar {
        padding: 0.5em;
    }
    header nav.navbar .img-logo {
        max-width: 200px;
    }
    header nav.navbar .contact-info svg {
        font-size: 1.75rem;
    }
    header nav.navbar .navbar-flex-container > div:first-child {
        width: 100%;
        display: block;
    }
    header nav.navbar .navbar-flex-container > div:last-child {
        position: absolute;
        top: 0.5em;
        right: 2em;
        z-index: 25;
    }
    #primary > li {
        padding: 0.5em 1em;
    }
    .intro__card > .intro__padded.larger_padded {
        padding: 3em 2.5em;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    header nav.navbar {
        padding: 0.5em;
    }
    header nav.navbar .img-logo {
        max-width: 200px;
    }
    header nav.navbar .contact-info svg {
        font-size: 1.75rem;
    }
    #primary > li {
        padding: 0.5em 1em;
    }
    .intro__card {
        min-height: 800px;
    }
}

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

@media (min-width: 1400px) {
    header nav.navbar .img-logo {
        max-width: 280px;
    }
    #primary > li > a {
        font-size: 1.1rem;
    }
    section#hero {
        min-height: 100vh;
    }
    .img-hero-logo {
        max-width: 550px;
    }
    .intro__card {
        min-height: 800px;
    }
    .intro__card > .intro__padded.larger_padded {
        padding: 10em 12.5em;
    }
    section#hero h2 {
        font-size: 3rem;
    }
    section#hero p {
        font-size: 1.25rem;
    }
}

/* ==========================================================================
		  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;
    }
}
