/** !
Theme Name: BCP Property Maintenance
Theme URI: https://www.bcppropertymaintenance.co.uk/
Description: Bespoke Theme for BCP Property Maintenance 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: #f7f7f7;
    overflow: auto;
}
body {
    background: none;
    color: #14293d;
    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: #14293d;
    text-transform: capitalize;
    font-family: "Jost", Arial, Helvetica, sans-serif !important;
    font-weight: 800;
    position: relative;
}

p {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6;
}
p > strong {
    font-weight: 600;
    color: #14293d;
}
p.lead {
    font-size: 1.45rem;
    font-weight: 400;
    line-height: 1.6;
}
ul,
ol {
    padding: 0 0 0 2em;
}
ul > li,
ol > li {
    font-size: 1.1rem;
}
hr {
    border-top: #cfd2d6 1px solid;
}
svg {
    color: #1c88f5;
}
span {
    color: #1c88f5;
}

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: #14293d !important;
    font-size: 0.95rem !important;
    background-color: #f7f7f7 !important;
    border: 1px solid #d5d5d5 !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    font-family: "Jost", Arial, Helvetica, sans-serif !important;
}
input[type="file"] {
    color: #14293d !important;
}
select {
    font-family: "Jost", Arial, Helvetica, sans-serif !important;
    height: 45px !important;
    padding: 0.75em 1em !important;
    color: #14293d !important;
    font-size: 0.95rem !important;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none !important;
    background-color: #f7f7f7 !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    border: 1px solid #d5d5d5 !important;
}
textarea {
    min-height: 125px !important;
    max-height: 125px !important;
    padding: 0.75em 1em !important;
    font-size: 0.95rem !important;
    background-color: #f7f7f7 !important;
    border: 1px solid #d5d5d5 !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    font-family: "Jost", Arial, Helvetica, sans-serif !important;
}

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

input[type="submit"] {
    width: auto !important;
    padding: 0.55em 2em !important;
    display: inline-block !important;
    font-size: 1rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: capitalize !important;
    -webkit-border-radius: 125px !important;
    -moz-border-radius: 125px !important;
    border-radius: 125px !important;
    border: #0b538e 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: #0b538e !important;
}
input[type="submit"]:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #14293d !important;
    border: #14293d 1px solid !important;
}

.btn,
.wp-element-button {
    width: auto !important;
    padding: 0.55em 2em !important;
    display: inline-block !important;
    font-size: 1rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: capitalize !important;
    -webkit-border-radius: 125px !important;
    -moz-border-radius: 125px !important;
    border-radius: 125px !important;
    border: #0b538e 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: #0b538e !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;
}
.btn:hover,
.wp-element-button:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #14293d !important;
    border: #14293d 1px solid !important;
}

.btn-inverted,
.forminator-ui.forminator-design--flat .forminator-button-submit {
    width: auto !important;
    padding: 0.55em 2em !important;
    display: inline-block !important;
    font-size: 1rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: capitalize !important;
    -webkit-border-radius: 125px !important;
    -moz-border-radius: 125px !important;
    border-radius: 125px !important;
    border: #248bd0 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: #248bd0 !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;
}
.btn-inverted:hover,
.forminator-ui.forminator-design--flat .forminator-button-submit:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #14293d !important;
    border: #14293d 1px solid !important;
}

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

header {
    padding: 0.25em 1em;
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
}
header .contact-info a {
    transition: color 0.3s ease;
    font-weight: 600;
}
header .contact-info a:hover {
    color: #248bd0;
}
header .social-icons-top a {
    font-size: 1.25rem;
    transition: transform 0.3s ease;
}
header .social-icons-top a:hover {
    transform: scale(1.1);
}
header .social-icons-top a:hover > svg,
header .social-icons-top a > svg:hover {
    color: #0b538e;
}

nav.navbar {
    padding: 1em 2em;
    position: relative;
    z-index: 15;
    background-color: #fff;
}
nav.navbar .navbar-flex-container > .navbar-flex-item:first-child,
nav.navbar .navbar-flex-container > .navbar-flex-item:last-child {
    min-width: 200px;
}
nav.navbar .navbar-flex-container > .navbar-flex-item:first-child {
    text-align: left;
}
nav.navbar .navbar-flex-container > .navbar-flex-item:last-child {
    text-align: right;
}

.hero-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section#hero {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    background-color: #e6eff8;
    overflow: hidden;
}
section#hero > .container {
    padding: 8em 0;
    position: relative;
    z-index: 2;
}
section#hero h1 {
    font-size: 3.25rem;
    color: #14293d;
}

section#hero.frontpage {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    background: #e6eff8 url("assets/images/hero-bg.jpg") center right no-repeat;
    background-size: contain;
    overflow: hidden;
}
section#hero.frontpage .gradient-div {
    width: 800px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 35%;
    z-index: 1;
    background: linear-gradient(to right, #e6eff8 0%, transparent 100%);
}
section#hero.frontpage > .container {
    position: relative;
    z-index: 5;
}
section#hero.frontpage p.index {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
}
section#hero.frontpage p.index > span {
    position: relative;
    top: -1px;
}
section#hero.frontpage h1 {
    font-size: 2.35rem;
    color: #14293d;
}
section#hero.frontpage p {
    margin-bottom: 1em;
    font-size: 1.35rem;
    color: #14293d;
}

main {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

section#contact p {
    font-size: 1.25rem;
}

footer {
    padding: 5em 0 1em;
    text-align: center;
    background: #f7f7f7 url("assets/images/footer-bg.jpg") top center no-repeat;
    background-size: contain;
}
footer p {
    color: #14293d;
    font-size: 0.9rem;
}
footer .contact-details > div,
footer .contact-details > div > a {
    font-size: 1.15rem;
    font-weight: normal;
}
footer .socials > div > a > svg {
    font-size: 1.35rem;
    position: relative;
    top: 2px;
}
footer .socials > div > a > svg:hover {
    color: #0b538e;
}

footer#ext {
    padding: 1em 0;
    text-align: center;
    background-color: #f7f7f7;
    background-image: none;
}
footer#ext .powered {
    text-align: center;
    justify-content: center;
}
footer#ext .powered > div {
    font-size: 0.9rem;
}

/* ==========================================================================
		  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: #14293d;
}
a:hover,
a[href^="tel"]:hover {
    text-decoration: none;
    color: #248bd0;
}
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: #248bd0;
}
.btn.moving {
    position: relative;
    transition: all 0.3s ease;
}

.navbar-toggler {
    float: right;
    margin: 1.5em 0;
    padding: 0.45em 0.5em 0.35em;
    text-align: left;
    display: block;
    position: relative;
    z-index: 10;
    border: #14293d 1px solid;
}
.navbar-toggler > svg {
    color: #14293d;
}
.navbar-toggler > svg:hover {
    color: #1c88f5;
}

#navbarNav {
    transition: height 0.35s ease;
}
#navbarNav.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
#navbarNav.show {
    height: auto;
}

#primary,
#secondary {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    justify-content: end;
}
#primary > li,
#secondary > li {
    margin: 0;
    padding: 0.5em 1.25em;
    display: inline-block;
    list-style: none;
}
#primary > li > a,
#secondary > li > a {
    margin: 0;
    padding: 0;
    color: #14293d;
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    text-decoration: none;
    border-bottom: transparent 1px solid;
    transition: font-size 0.3s ease;
}
#primary > li > a:hover,
#secondary > li > a:hover {
    color: #14293d;
    border-bottom: #1c88f5 1px solid;
}
#primary > li.active:not(.smoothy) a,
#secondary > li.active:not(.smoothy) a {
    color: #14293d;
    font-weight: 600;
    border-bottom: #1c88f5 1px solid;
}
#primary > li.current-menu-item:not(.smoothy) > a,
#primary > li.current-page-ancestor:not(.smoothy) > a {
    color: #14293d;
    font-weight: 600;
    border-bottom: #1c88f5 1px solid;
}
#primary > li > a {
    transition: font-size 0.3s ease;
}

.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: 12px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    padding: 0 6.5px 2.5px 5.5px;
    background-color: #14293d;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
    transition: background-color 0.3s;
}
#back-to-top > svg {
    color: #fff;
    position: relative;
    top: 2px;
}
#back-to-top:hover {
    background-color: #1c88f5;
}
#back-to-top:hover > svg {
    color: #fff;
}

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

.white-bg {
    background-color: #fff;
}
.light-blue-bg {
    background-color: #e6eff8;
}
.blue-bg {
    background-color: #0b538e;
}
.blue-bg h1,
.blue-bg h2,
.blue-bg h3,
.blue-bg h4,
.blue-bg h5,
.blue-bg h6,
.blue-bg p {
    color: #fff;
}

.img-wrap-left {
    padding: 1em 1em 1em 0;
}
.img-wrap-right {
    padding: 1em 0 1em 1em;
}
.img-bordered {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
p.index {
    font-size: 1rem !important;
    text-transform: uppercase;
    font-weight: 600;
}
p.index > span {
    position: relative;
    top: -1px;
}

ul.no-style {
    padding: 0;
    list-style-type: none;
}

.services-title {
    margin-bottom: 1em;
    justify-content: space-between;
}

.service-card {
    height: 100%;
    background: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #e0e5eb;
    transition: all 0.3s ease;
}
.service-card:hover {
    transform: translateY(-5px);
}
.service-card > .card-body {
    padding: 1.75em;
}
.service-card > .card-body > .img-service-icon {
    margin-bottom: 1em;
}
.service-card > .card-body > .card-title {
    font-size: 1.15rem;
    font-weight: 600;
}
.service-card > .card-body > .card-text {
    font-size: 1rem;
}

/* ==========================================================================
		  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: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
}
.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.55em 2em !important;
    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: #14293d;
}
.cc-btn {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #0b538e !important;
    border: #0b538e 1px solid;
}
.cc-btn:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #248bd0 !important;
    border: #248bd0 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) {
}

/* 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) {
}

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

    .contact-info {
        display: none;
    }
    nav.navbar {
        padding: 0.25em 1em;
    }
    nav.navbar .navbar-flex-container > .navbar-flex-item:first-child,
    nav.navbar .navbar-flex-container > .navbar-flex-item:last-child {
        min-width: 150px;
    }
    nav.navbar .navbar-flex-container > .navbar-flex-item:first-child {
        position: absolute;
        top: 1em;
        z-index: 10;
    }
    nav.navbar .navbar-flex-container > .navbar-flex-item:nth-child(2) {
        width: 100%;
        display: block;
    }
    nav.navbar .navbar-flex-container > .navbar-flex-item:last-child {
        display: none;
    }
    #navbarNav {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease-in-out;
    }
    #navbarNav.show {
        max-height: 500px;
    }
    #navbarNav.collapsing {
        max-height: 0;
    }
    .img-icon {
        max-width: 140px;
    }
    #primary,
    #secondary {
        margin-top: 6.5em;
    }
    section#hero.frontpage {
        background-size: cover;
    }
    section#hero.frontpage .gradient-div {
        width: 880px;
        left: 0;
    }
    section#hero.frontpage h1 {
        font-size: 1.5rem;
    }
    section#hero.frontpage p {
        font-size: 1rem;
    }
    section#hero > .container {
        padding: 5em 0;
    }
    section#hero h1 {
        font-size: 2.5rem;
    }
    .img-wrap-left,
    .img-wrap-right {
        padding: 1em 0;
    }
}

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

    .contact-info {
        display: none;
    }
    nav.navbar {
        padding: 0.25em 1em;
    }
    nav.navbar .navbar-flex-container > .navbar-flex-item:first-child,
    nav.navbar .navbar-flex-container > .navbar-flex-item:last-child {
        min-width: 150px;
    }
    nav.navbar .navbar-flex-container > .navbar-flex-item:first-child {
        position: absolute;
        top: 1em;
        z-index: 10;
    }
    nav.navbar .navbar-flex-container > .navbar-flex-item:nth-child(2) {
        width: 100%;
        display: block;
    }
    nav.navbar .navbar-flex-container > .navbar-flex-item:last-child {
        display: none;
    }
    #navbarNav {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease-in-out;
    }
    #navbarNav.show {
        max-height: 500px;
    }
    #navbarNav.collapsing {
        max-height: 0;
    }
    .img-icon {
        max-width: 140px;
    }
    #primary,
    #secondary {
        margin-top: 6.5em;
    }
    section#hero.frontpage {
        background-size: cover;
    }
    section#hero.frontpage .gradient-div {
        width: 880px;
        left: 0;
    }
    section#hero.frontpage h1 {
        font-size: 1.5rem;
    }
    section#hero.frontpage p {
        font-size: 1rem;
    }
    section#hero > .container {
        padding: 5em 0;
    }
    section#hero h1 {
        font-size: 2.5rem;
    }
    .img-wrap-left,
    .img-wrap-right {
        padding: 1em 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #navbarNav {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease-in-out;
    }
    #navbarNav.show {
        max-height: 500px;
    }
    #navbarNav.collapsing {
        max-height: 0;
    }
    #primary,
    #secondary {
        margin-top: 5.5em;
    }
    nav.navbar .navbar-flex-container > .navbar-flex-item:first-child {
        position: absolute;
        top: 1em;
        z-index: 10;
    }
    nav.navbar .navbar-flex-container > .navbar-flex-item:nth-child(2) {
        width: 100%;
        display: block;
    }
    nav.navbar .navbar-flex-container > .navbar-flex-item:last-child {
        display: none;
    }
    section#hero.frontpage .gradient-div {
        width: 880px;
        left: 10%;
    }
    section#hero > .container {
        padding: 5em 0;
    }
    section#hero.frontpage h1 {
        font-size: 1.75rem;
    }
    section#hero.frontpage p {
        font-size: 1.15rem;
    }
    section#hero h1 {
        font-size: 2.5rem;
    }
    .img-wrap-left,
    .img-wrap-right {
        padding: 1em 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    section#hero.frontpage .gradient-div {
        left: 20%;
    }
    section#hero.frontpage h1 {
        font-size: 2rem;
    }
}

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

@media (min-width: 1400px) {
}

@keyframes fadeInMenu {
    to {
        opacity: 1;
    }
}

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

@media print {
    * {
        background: transparent !important;
        color: #14293d !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;
    }
}
