/*
Theme Name: 	AllCampus Legal Theme __DEV__
Theme URI: 	http://allcampus.com
Description: 	Online-U framework to get started. Has all our integrations. Olark, Syndicate, Google, Header Tags includes.
Version: 	2.1.1
Author: 	The Amazing All Campus Design Team
Author URI: 	http://allcampus.com
Tags: 		online-u, starkers, bootstrap
*/

/* @import url('css/reset.css'); */
@import url('css/defaults.css'); 


/*******************************************
:--- General ---:
*******************************************/

body {
    color: var(--carbon-grey);
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}

h1,
div.page-title {
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1;
}

h2,
h3 {
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.2rem;
		color: var(--celestial-blue);
}

p {
    line-height: 1.65;
    margin: 0 0 1.5em;
}

strong {
    font-weight: 700;
}

a {
    color: var(--celestial-blue-shade);
    transition: all .2s ease-in-out;
    text-decoration: none;
}

a:active,
a:hover {
    color: var(--rhino-blue);
    text-decoration: underline;
}

a.hoover {
    transition: all .2s ease-in-out;
    position: relative;
}

a.hoover::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    top: 100%;
    left: 0;
    pointer-events: none;
    content: "";
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform .3s cubic-bezier(.7, 0, .2, 1);
}

a.bypass-block {
    background: #000;
    color: var(--white);
    display: block;
    text-align: center;
    width: 100%;
}

.section-intro {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.section-intro.accent {
    color: var(--celestial-blue-tint);
    margin-bottom: 10px;
}

.section-subtitle {
    text-transform: uppercase;
    font-weight: 900;
    color: var(--celestial-blue-shade);
    margin-bottom: 20px;
}

section.block {
    padding: 80px 0;
}

.bg-white {
    background: var(--white);
}

.bg-gray {
    background: var(--gray);
}

.bg-light-gray {
    background: var(--carbon-grey-tint) !important;
}

.bg-blue {
    background-color: var(--celestial-blue);
}

.bg-green {
    background-color: var(--grass-green);
}

.bg-pattern::before {
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("images/pattern-bg.svg");
    content: '';
    opacity: .05;
    pointer-events: none;

}


.bg-dark-blue {
    background-color: var(--rhino-blue);
}


.txt-white {
    color: var(--white) !important;
}

.txt-white a {
    color: var(--white);
    text-decoration: underline;
}

.txt-white a:hover,
.txt-white a:active,
.txt-white a:focus {
    color: var(--seashell);
    text-decoration: overline;
}

.txt-blue {
    color: var(--celestial-blue);
}

.txt-dark-blue {
    color: var(--rhino-blue-shade);
}

.overflow-hidden {
    overflow: hidden;
}

.post-edit-link {
    clear: both;
    color: var(--white);
    display: inline-block;
}

.anchor {
    height: auto;
    width: 100%;
    clear: both;
    margin-top: -100px;
    position: absolute;
}

/*************/

.animated-shapes {
    position: relative;
    z-index: 9;
}

.shape-dot-wrapper .shape {
    position: absolute;
    z-index: -1;
}

.shape-dot-wrapper .shape.shape-1 {
    top: 60px;
    left: -100px;
}

.shape-dot-wrapper .shape.shape-2 {
    top: 0px;
    left: 200px;
}

.shape-dot-wrapper .shape.shape-3 {
    top: 10px;
    right: 220px;
}

.shape-dot-wrapper .shape.shape-4 {
    bottom: 40px;
    left: 150px;
}

.shape-dot-wrapper .shape.shape-5 {
    bottom: 50px;
    left: 550px;
}

.shape-dot-wrapper .shape.shape-6 {
    bottom: 200px;
    right: -130px;
}

/* Home sections */

.dark-cta p.section-subtitle {
    color: var(--celestial-blue-tint);
}

/*******************************************
:--- Buttons ---:
*******************************************/

.btn {
    border-radius: 6px;
    background-color: transparent;
    box-shadow: none !important;
    font-size: 1.125rem;
    font-weight: bold;
    padding: .5rem 2.125rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-decoration: none !important;
}

.btn:hover,
.btn:focus,
.btn:active {
    text-decoration: none;
}

.btn-small {
    font-size: 1rem !important;
    padding: .3rem 1.5rem !important;
    margin-top: .2rem !important
}

.btn-primary {
    border-color: #0057B7;
    color: #0057B7;
    position: relative;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #0057B7;
    color: var(--white);
}

.btn-secondary {
    background-color: var(--grass-green);
    border-color: var(--grass-green-shade);
    color: var(--white);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: var(--grass-green-tint);
    border-color: var(--grass-green-tint);
}

.btn-white {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--rhino-blue-shade) !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    background-color: var(--seashell);
}

.btn-ghost {
    background-color: var(--white);
    border-color: var(--rhino-blue-shade);
    color: var(--rhino-blue-shade) !important;
}

.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost:active {
    border-color: var(--rhino-blue);
    color: var(--rhino-blue) !important;
}

.btn-link {
    color: var(--white);
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    color: var(--seashell);
}


/*******************************************
:--- Reusable ---:
*******************************************/

.live-chat,
.download,
.focus {
    cursor: pointer;
}

.hide {
    display: none;
}

/*******************************************
:--- Structure ---:
*******************************************/

#breadcrumbs {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
}

#breadcrumbs li {
    display: inline;
    list-style: none;
    margin: 0 0.5em 0 0;
}

#breadcrumbs .separator {}

/*******************************************
:--- Alert - Global ---:
*******************************************/
#alert-container,
#alert-container .alert {
    background: #004085 !important;
}

#alert-container .alert {
    border: none;
    border-radius: 0;
    color: var(--white);
    margin-bottom: 0;
    padding: 1.25em 4em 1.25em 1em;
}

#alert-container .alert-heading {
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#alert-container .alert-body {
    margin-bottom: 0;
    max-width: 80%
}

#alert-container button.close:hover {
    color: var(--white);
}

@media (max-width: 768px) {
    #alert-container .alert-body {
        max-width: 100%
    }
}

/*******************************************
:--- Header ---:
*******************************************/

header.site-header {
    padding: 25px 0;
    position: relative;
    transition: all .2s ease-in-out;
    z-index: 200;
}

header.site-header .site-logo {
    display: block;
    max-width: 220px;
    transition: all .2s ease-in-out;
    margin-top: 5px;
}

header.site-header .site-logo img {
    width: 100%;
}

header.site-header a {
    box-shadow: none;
    margin: 0;
}

header.site-header .mobile-site-logo {
    display: block;
    max-width: 220px;
    margin: 0 30px 20px;
}

header.site-header .mobile-site-logo img {
    width: 100%;
}

/*******************************************
:--- Navigation ---:
*******************************************/

.nav-wrap {}

.nav-wrap ul#menu-main {
    margin: 0 30px;
}

.mobile-menu-cta {
    padding: 20px 30px 0;
}

.nav-column {
    text-align: right;
}

.nav-cta ul {
    margin: 0;
}

.nav-cta li {
    display: inline-block;
    padding: 0 3px;
    margin: 0;
}

/* Desktop Menu & Hover States */

.nav-open span {
    background: var(--w);
}

.nav-open.opened span {
    background: var(--rhino-blue-shade);
}


ul#menu-main-nav {
    margin: 0;
}

nav.site-nav .menu-item {
    list-style: none;
    float: left;
    position: relative;
    margin-right: 10px;
}

nav.site-nav .menu-item a {
    color: var(--celestial-blue-shade);
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    font-weight: 500;
}

nav.site-nav .menu-item a:hover,
nav.site-nav .menu-item a:focus,
nav.site-nav .menu-item a:active {
    color: var(--rhino-blue);
}


nav.site-nav ul.sub-menu {
    position: absolute;
    left: -999em;
}

nav.site-nav .menu-item.menu-item-has-children ul.sub-menu .menu-item {
    border-bottom: 0;
}

nav.site-nav .menu-item.menu-item-has-children[aria-expanded="true"] ul.sub-menu {
    left: auto;
}

nav.site-nav .menu-item.menu-item-has-children[aria-expanded="true"] ul.sub-menu li ul.sub-menu {
    position: absolute;
    left: -999em;
}

nav.site-nav .menu-item.menu-item-has-children[aria-expanded="true"] ul.sub-menu .menu-item.menu-item-has-children[aria-expanded="true"] ul.sub-menu {
    left: auto;
}

nav.site-nav ul.sub-menu {
    background: var(--white);
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    z-index: 2;
}

nav.site-nav ul.sub-menu .menu-item {
    float: none;
}


/*******************************************
:--- Hero and Page Title ---:
*******************************************/

.hero-wrap {
    margin-top: -120px;
    padding-top: 120px;
    overflow: hidden;
}

.hero-wrap .hero-content h1 {
    color: var(--white);
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 0;
}

.hero-wrap .hero-content p.desc {
    border: none;
    color: var(--white);
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.hero-wrap .hero-content {
    padding: 100px 0;
}


.hero-content h1 {
    color: var(--white);
    margin: 0;
}

.animated-mesh {
    background: linear-gradient(90deg, #3198BB, #2B4162);
    background-size: 300% 300%;
    animation: gradient 4s alternate infinite;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

@keyframes gradient {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 100%;
    }
}

.hero-wrap .inner {
    color: var(--white);
    padding: 180px 0;
    position: relative;
    z-index: 10;
}

.hero-wrap .hero-comp {
    pointer-events: none;
    padding: 30px 0;
}

.hero-wrap p.intro {
    margin-top: 20px;
    font-size: 1.125rem;
}

/*******************************************
:--- Homepage Styles ---:
*******************************************/

img.rounded-corners {
    border-radius: 20px;
    border: 6px solid var(--seashell)
}

.framed {
    position: relative;
    z-index: 4;
}

.shape.shape7 {
    z-index: -1;
    position: absolute;
    top: -50px;
    left: -60px;
}

.shape.shape8 {
    z-index: -1;
    position: absolute;
    bottom: -65px;
    right: 10px;
}

.shape.shape9 {
    z-index: 0;
    position: absolute;
    bottom: 80px;
    right: -50px;
}

.shape.badge {
    z-index: 3;
    position: absolute;
    top: 63px;
    left: -115px;
    animation-name: spin;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.shape.shape10 {
    z-index: 0;
    position: absolute;
    bottom: -100px;
    left: -200px;
}

.shape.shape11 {
    z-index: 0;
    position: absolute;
    bottom: -50px;
    right: -200px;
}

.shape.shape12 {
    z-index: 0;
    position: absolute;
    top: 80px;
    left: -100px;
}

.shape.shape13 {
    z-index: 0;
    position: absolute;
    bottom: 15px;
    right: -85px;
}

.shape.shape14 {
    z-index: 0;
    position: absolute;
    top: 80px;
    left: -210px;
}

.shape.shape15 {
    z-index: 0;
    position: absolute;
    bottom: 100px;
    right: -10px;
}


.popover-embed {
    width: 70%;
    height: auto;
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: 10;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.video-hover {
    border-radius: 20px;
    background: var(--celestial-blue-shade);
}

.video-hover::after {
    content: "\f04b";
    font-family: "Font Awesome 5 Pro";
    color: var(--white);
    pointer-events: none;
    display: inline-block;
    font-size: 70px;
    padding: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-hover img {
    opacity: 1;
    transition: all .15s ease-in-out;
}

.video-hover img:hover {
    opacity: .6;
}

/* Homepage MARQUEE */

.wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: 0 auto;
}

.wrapper:after {
    pointer-events: none;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(var(--color-bg), 1) 0%,
            rgba(var(--color-bg), 0) 20%,
            rgba(var(--color-bg), 0) 80%,
            rgba(var(--color-bg), 1) 100%),
        radial-gradient(ellipse at top,
            rgba(var(--color-bg), 0) 0%,
            rgba(var(--color-bg), 1) 100%);
}

.marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    /*   justify-content: space-around; */
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration) linear infinite;
}

.marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: -3s;
}

.marquee:hover .marquee__group {
    animation-play-state: paused;
}

.marquee__item {
    flex-grow: 1;
    display: grid;
    place-items: center;
    width: var(--size);
    background: rgba(255, 255, 255, 0.1);
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }

    to {
        transform: translateX(var(--scroll-end));
    }
}

.benefits .item {
    background-color: var(--white);
    padding: 40px 30px 20px;
    border-radius: 20px;
}

.benefits .item .icon {
    width: 60px;
    height: auto;
    max-height: 55px;
}

.benefits .item h3 {

    color: var(--rhino-blue-shade);
    font-size: 20px;
    margin-bottom: 10px;
}

.benefits .item a {
    color: var(--rhino-blue-shade);
}

.benefits .item a:hover, .benefits .item a:active, .benefits .item a:focus {
    color: var(--rhino-blue);
}

/*******************************************
:--- Breadcrumbs Section ---:
*******************************************/

.breadcrumbs-section {
    background-color: var(--rhino-blue);
    color: var(--white);
    font-size: 14px;
    padding: 10px 0;
}

.breadcrumbs-section a {
    color: var(--seashell);
}

/*******************************************
:--- Main Content ---:
*******************************************/

.main-content ul, .main-content ol {
    margin: 0 0 2em;
}

.main-content ul li, .main-content ol li {
    margin: 0 0 10px 0;
}

.main-content ul li p, .main-content ol li p {
    margin: 0;
}

.block ul.tagcloud {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1em;
}

.block ul.tagcloud li {
    background: var(--gray);
    display: inline-block;
    margin: 0 .7em .7em 0;
    padding: 7px 20px;
    border-radius: 100px;
}

.block ul.tagcloud li::before {
    display: none;
}

.block hr {
    border-top: 1px solid #eee;
    margin: 1.5em 0;
}

.main-content .table-wrap {
    overflow-x: auto;
}

.main-content table {
    margin: 0 0 1.5em;
    width: 100%;
}

.main-content table th {
    background-color: #666;
    border: 1px solid var(--white);
    color: var(--white);
    padding: 1em;
}

.main-content table td {
    background-color: #f6f6f6;
    border: 1px solid var(--white);
    color: #000;
    padding: 1em;
}

.main-content table caption {
    font-size: 0.8em;
    margin: 1em 0 0;
}

ul.checkmarks {
    margin: 0 0 2em;
}

ul.checkmarks li {
    list-style: none;
    margin: 0 0 .5em 1.5em;
}

ul.checkmarks li:before {
    content: "\f00c";
    /* FontAwesome Unicode */
    color: var(--grass-green);
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin: 0 0 0 -25px;
    width: 25px;
}


/*******************************************
:--- Sidebar ---:
*******************************************/

.sidebar a.cta,
.sidebar span.cta,
.sidebar button.cta {
    font-size: 1rem;
    display: block;
    border-radius: 10px;
    background: var(--grass-green);
    border: 0;
    color: var(--white);
    cursor: pointer;
    margin: 0 0 .5em;
    padding: .8em 1.5em;
    text-align: center;
}

.sidebar a.cta:hover,
.sidebar span.cta:hover,
.sidebar button.cta:hover {
    background: var(--grass-green-tint);
    text-decoration: none;
}

.sidebar .cta.live-chat {
    display: block;
    width: 100%;
    background: var(--celestial-blue);
}

.sidebar .cta.live-chat:hover {
    background: var(--celestial-blue-tint);
}

.sidebar-block {
    margin: 0 0 1em;
    background-color: var(--white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sidebar-block h2 {
    font-size: 1rem;
    margin-bottom: 5px;
}

ul.anchor-list li {
    list-style: disc;
    margin-bottom: 10px;
}

ul.anchor-list li.anchor-h3 {
    margin-left: 20px;
}

ul.list {
    margin: 0 0 0 20px;
}

ul.list li {
    list-style: disc;
}

/*******************************************
:--- Olark - Custom Keyboard Close Button ---:
*******************************************/

#olark-container button#close-chat {
    position: absolute !important;
    top: 13px !important;
    right: 40px !important;
    z-index: 10 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: none !important;
    color: var(--white) !important;
    font-size: 11px !important;
    box-shadow: none !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

#olark-container button#close-chat:focus {
    border: 2px solid orange !important;
}

/*******************************************
:--- Form ---:
*******************************************/

/* Custom Form Styles */


/* Popover */

.popover {
    background: #f00;
    border: 1px solid #f006;
    color: var(--white);
    padding: 6px;
    text-align: center;
}

.popover-body {
    color: var(--white);
}

.popover .arrow::after,
.popover .arrow::before {
    border-bottom-color: #f00;
    border-top-color: #f00;
}

/*******************************************
:--- Blog and Articles ---:
*******************************************/

.news-pagination {
    float: left;
    margin-bottom: 2em;
    width: 100%;
}

.news-pagination a {
    display: inline-block;
}

.prev-left {
    float: right;
    max-width: 46%;
}

.next-right {
    float: left;
    max-width: 46%;
}

.prev-left a,
.next-right a {}

/*******************************************
:--- Accordion ---:
*******************************************/
.accordion .card,
.accordion .card .card-header {
    border-radius: 0;
}

.accordion .card .card-header .btn {
    display: block;
    text-align: left;
    width: 100%;
    padding: .375rem 0;
}

.accordion .card.header-only {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.accordion .card.header-only h5 {
    border: 1px solid rgba(0, 0, 0, 0);
    padding: .375rem 0;
    font-size: 1rem;
    line-height: 1.5;
}


/*******************************************
:--- Footer ---:
*******************************************/

footer.site-footer {
    color: var(--seashell);
    font-size: 12px;
}

footer.site-footer .top-footer {
    background-color: var(--rhino-blue-shade);
}

footer.site-footer .bottom-footer {
    color: var(--seashell);
    background-color: var(--carbon-grey-shade);
}

footer.site-footer img.site-logo {
    max-width: 200px;
}

footer.site-footer a {
    color: var(--white);
    /* text-decoration: underline; */
    text-decoration-style: wavy !important;
}

footer.site-footer .footer-nav a {
    font-size: 14px;
    font-weight: 500;
}

footer.site-footer ul li {
    display: inline-block;
    margin: 0 12px;
    position: relative;
}

footer.site-footer ul li::after {
    content: '\f111';
    color: var(--white);
    font-family: "Font Awesome 5 Pro";
    font-size: 5px;
    font-weight: 700;
    position: absolute;
    top: 9px;
    right: -15px;
    pointer-events: none;
}

footer.site-footer ul li:last-child:after {
    display: none;
}

/* social-menu */

footer.site-footer .social-menu {
    margin: 0;
}

footer.site-footer .social-menu div {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    margin: 0 1px;
}

footer.site-footer .social-menu div a {
    color: var(--white);
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    border: 2px solid var(--white);
    width: 30px;
    height: 30px;
    padding: 3px;
    font-size: 14px;
    text-align: center;
    margin: 0 5px 0 0;
    transition: all .3s;
    opacity: 1;
}

footer.site-footer .social-menu div a:hover,
footer.site-footer .social-menu div a:focus,
footer.site-footer .social-menu div a:active {
    opacity: .6;
}

footer.site-footer .social-menu div:last-child a {
    margin: 0;
}


/*******************************************
:--- Hubspot form CSS ---:
*******************************************/

.hubspot-form {
    background-color: var(--gray);
    padding: 30px;
    border-radius: 10px;
    box-shadow: none;
    transition: all .2s;
}

.hubspot-form:focus-within {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.hubspot-form hr {
    border-top: 1px solid #ececec;
}

.hubspot-form form.hs-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -14px;
    margin-left: -14px;
}

.hubspot-form ul.hs-error-msgs {
    color: var(--jasper-red);
    margin: 0;
}

.hubspot-form ul.hs-error-msgs li {
    margin: 0;
}

.hubspot-form ul.hs-error-msgs li label {
    margin: 0;
}

.hubspot-form .hs-form-field {
    position: relative;
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
    flex: 0 0 100%;
    max-width: 100%;
}

.hubspot-form .hs-form-field ul {
    margin-bottom: 0;
}

.hubspot-form .hs-form-field ul li {
    display: inline-block;
    margin-right: 20px;
}

@media screen and (min-width: 576px) {

    /* col-sm-6 */
    .hubspot-form .form-columns-2 .hs-form-field {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* col-sm-4 */
    .hubspot-form .form-columns-3 .hs-form-field {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.hubspot-form .hs-button {
    overflow: visible;
    -webkit-appearance: button;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: var(--grass-green);
    border: 1px solid var(--grass-green);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 0 14px;
    color: var(--white);
}

.hubspot-form .hs-button:hover {
    color: var(--white);
    background-color: var(--grass-green-tint);
    border-color: var(--grass-green-tint);
    text-decoration: none;
}

.hubspot-form .hs-button:active {
    color: #fff;
    background-color: var(--grass-green-tint);
    border-color: var(--grass-green-tint);
}

.hubspot-form .hs-form-field label {
    margin-bottom: 5px;
}

.hubspot-form .hs-input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--carbon-grey);
    background-color: var(--white);
    background-clip: padding-box;
    border: 1px solid var(--seashell);
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.hubspot-form .hs-fieldtype-select select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.hubspot-form .hs-input.invalid {
    border-color: var(--jasper-red-tint);
}

.hubspot-form .hs-input.is-valid {
    border-color: var(--grass-green-tint);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2396c93f' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.hubspot-form .hs-input:focus {
    color: var(--carbon-grey);
    background-color: var(--white);
    border-color: var(--celestial-blue);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(6 101 208 / 25%);
}

.hubspot-form textarea.hs-input {
    height: 6rem;
}

.hubspot-form .hs-form-field {
    margin-bottom: 1rem;
}

.hubspot-form .hs-form-required {
    color: var(--jasper-red);
}

.hubspot-form .hs-field-desc {
    font-size: 80%;
    color: var(--carbon-grey-tint);
}


/*******************************************
:--- Media Queries ---:
*******************************************/

/* Large Displays */
@media (min-width: 1440px) {
    .container {
        max-width: 1280px;
    }
}

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

@media (max-width: 1200px) {
    .popover-embed {
        width: 100%;
        height: auto;
        position: relative;
        bottom: 0px;
    }

    h1,
    div.page-title {
        font-size: 3rem;
    }

    .hero-wrap .inner {
        padding: 120px 0;
    }

    .hero-wrap .hero-comp {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 991px)  {
    nav.site-nav .menu-item a {
        padding: 10px;
    }

    nav.site-nav .menu-item.menu-item-has-children {
        padding-right: 5px;
    }
}


@media (min-width: 991px) {

    /* Desktop Navigation */

    nav.site-nav ul.sub-menu {
        padding: 1em 1.5em;
        width: 350px;
    }

    nav.site-nav ul.sub-menu .menu-item a {
        color: var(--rhino-blue-shade) !important;
        padding: 10px 0;
        margin-bottom: 0;
        float: left;
        text-align: left;
        width: 100%;
        border: none;
    }

    nav.site-nav ul.sub-menu .menu-item a:hover,
    nav.site-nav ul.sub-menu .menu-item a:focus,
    nav.site-nav ul.sub-menu .menu-item a:active {
        color: var(--rhino-blue-tint) !important;
    }


    nav.site-nav .menu-item.menu-item-has-children:after {
        content: '\f078';
        color: var(--white);
        font-family: "Font Awesome 5 Pro";
        font-size: 12px;
        font-weight: 700;
        position: absolute;
        top: 15px;
        right: 0;
        pointer-events: none;
    }

    nav.site-nav .menu-item.menu-item-has-children:hover ul.sub-menu {
        background: var(--white);
        left: auto;
        margin-top: 0;
        z-index: 1;
        box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%);
    }

    nav.site-nav .menu-item.menu-item-has-children:hover ul.sub-menu li ul.sub-menu {
        position: absolute;
        left: -999em;
        border: none;
    }

    nav.site-nav .menu-item.menu-item-has-children:hover ul.sub-menu .menu-item.menu-item-has-children:hover ul.sub-menu {
        left: auto;
    }

}

@media (max-width: 991px) {
    nav.site-nav .menu-item a {
        color: var(--rhino-blue-shade);
    }

    nav.site-nav .menu-item a:hover,
    nav.site-nav .menu-item a:focus,
    nav.site-nav .menu-item a:active {
        color: var(--rhino-blue-tint);
    }

    nav.site-nav ul.sub-menu {
        background: #eee;
    }

    h1,
    div.page-title {
        font-size: 2.5rem;
    }

    .hero-wrap .inner {
        padding: 90px 0 30px;
    }

    .hero-wrap .hero-comp {
        padding: 0 0 80px;
    }

    .marquee__item {
        width: 200px;
    }
}

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

@media (max-width: 767px) {
    .hero-wrap .hero-content {
        padding: 100px 0;
    }

    .hero-wrap .hero-content h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 640px) {}

@media (max-width: 480px) {}

@media (max-width: 320px) {}

/*******************************************
:--- IE Fixes ---:
*******************************************/

.ie7 .tooltip,
.ie8 .tooltip {
    display: none !important
}

.ie7 label,
.ie8 label,
.ie9 label {
    display: block !important;
}

.ie7 .required-ast-nolabel,
.ie8 .required-ast-nolabel,
.ie9 .required-ast-nolabel {
    display: none;
}

/* Sticky sidebar */

@media(min-width:991px) {
    .sticky-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 100px
    }

    .overlap {
        margin-top: 0
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .sticky-sidebar {
        top: 0
    }
}