:root {
    --light: #f5f5f5;
    --lightgray: #707070;
    --subtlecolor: #f5f8f3;
    --dark: #000;
    --color-main: #000;
    --color-second: #f5f5f5;
    --secondary: #2D6161;
    --highlight: #FFDD00;

    --card-shadow: 20px 20px 60px var(--lightgray);
    --border-radius: .6rem;
    --offset-amount: 10rem;
    --offset-amount-mobile: 7rem;

    --site-nav-width: 350px;
    --site-nav-mobile-width: 100%;
}

body {
    color: var(--dark);
    font-family: roc-grotesk, sans-serif;
    font-weight: 400;
    font-size: 18px;
    background-color: var(--light);
}

.modal-content {
    border-radius: 0px;
}

.ccm-toolbar-visible body {
    margin-top: 48px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-weight: 600;
    word-break: break-word;
}

h2, .h2 {
    line-height: 1;
}

b, strong {
    font-weight: 600;
}

#sideNav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 56px;
    left: 0;
    background-color: var(--dark);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

#sideNav.open {
    width: var(--site-nav-width);
}

#bottomBar {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

#siteContent {
    transition: margin-left .5s;
}

#siteContent.move-aside {
    margin-left: var(--site-nav-width);
    transition: margin-left .5s;
}

.megaCard {
    display: flex;
    min-height: 20rem;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFF;
    text-transform: uppercase;
    font-family: roc-grotesk-wide, sans-serif;
    text-decoration: none;
}

.col-lg-3 .megaCard h3 {
    font-size: 1.5rem;
}

.megaCard .img{
	width:95%;
}

.megaCard:hover, .megaCard:active, .megaCard:focus {
    text-decoration: none;
    color: #FFF;
}

.megaCard .btn-primary {
    font-family: roc-grotesk, sans-serif;
    border: 1px solid #FFF;
}

.smaller {
    font-size: 0.7em;
}

.tinyBitSmaller {
    font-size: 0.98em;
}

.custom-checkbox label a {
    text-decoration: underline;
}

.font-weight-500 { font-weight: 500; }

.font-weight-600 { font-weight: 600; }

.theContent img {
    max-width: 100%;
    height: auto;
}

.larger {
    font-size: 1.3em;
}

h6 {
    font-size: 0.7em;
    font-weight: 400;
}

.sisaltoa img {
    max-width: 100%;
    height: auto;
}

a, a:hover, a:focus, a:active {
    color: #000;
    transition: all 0.3s ease;
}

.form-check-input {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    margin-left: -1.65rem;
}

.form-check {
    margin-bottom: 0.5rem;
    padding-left: 2rem;
}

a.back-link {
    border-bottom: 10px solid var(--dark);
    text-decoration: none;
    padding-bottom: .25rem;
}

a.back-link .material-icons {
    top: 5px!important;
}

#heroCarouselIndicators {
    overflow: hidden;
}

#heroCarouselIndicators .carousel-indicators button {
    height: 30px;
}

#heroCarouselIndicators .carousel-caption p {
    margin-bottom: 0px;
    font-size: 1.1em;
}
#heroCarouselIndicators .carousel-caption-test p-test {
    margin-bottom: 0px;
    font-size: 1.2em;
}

#heroCarouselIndicators a.carousel-caption:hover {
    opacity: 0.7;
}

#heroCarouselIndicators .carousel-item {
    height: 40vh;
    min-height: 500px;
    background-position: center;
    background-size: cover;
}

#heroCarouselIndicators .carousel-item.active,
#heroCarouselIndicators .carousel-item-next, 
#heroCarouselIndicators .carousel-item-prev {
    display: flex;
}

#heroCarouselIndicators .carousel-item .carousel-caption .h1 {
    font-weight: 600;
}

#heroCarouselIndicators .carousel-item .carousel-caption {
    opacity: 1;
    transition: all 2s linear;
    z-index: 3;
}
#heroCarouselIndicators .item-test .carousel-caption-test {
    opacity: 1;
    transition: all 2s linear;
}
.carousel-item.active .carousel-caption {
    opacity: 1;
}

.carousel-control-next, .carousel-control-prev {
    width: auto;
}

.carousel-control-prev span.material-icons {
    font-size: 7rem;
    margin-left: -60%;
}

.carousel-control-next span.material-icons {
    font-size: 7rem;
    margin-right: -60%;
}

#mainHero:not(.large-hero) .carousel-control-prev, 
#mainHero:not(.large-hero) .carousel-control-next {
    display: none;
}

#heroCarouselIndicators .carousel-caption {
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    width: 55%;
    bottom: auto;
    right: auto;
    left: 5%;
    padding-bottom: 0px;
    transition: all 0.3s ease;
    /* text-shadow: -1px 0 rgb(53, 53, 53), 
    0 1px rgb(53, 53, 53), 
    1px 0 rgb(53, 53, 53), 
    0 -1px rgb(53, 53, 53); */
}

#mainHero.large-hero #heroCarouselIndicators .carousel-item .carousel-caption {
    width: 80%;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-decoration: none;
}

#mainHero.large-hero #heroCarouselIndicators .carousel-item .carousel-caption .h1 {
    font-size: 5rem;
    font-weight: 600;
}

#mainHero.large-hero #heroCarouselIndicators .carousel-caption p {
    font-size: 1.5rem;
}

#mainHero {
    border-bottom: 15px solid var(--dark);
    margin-bottom: 3rem;
}

#mainHero .bgVideoWrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
}

#mainHero video.bg-video {
    opacity: 1;
    /* position: absolute; */

    object-fit: cover;

    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    max-width: unset;
    transition: all 1.5s ease-out;
}

.hero-text-content h1 {
    font-size: 4rem;
    font-weight: 600;
}

.hero-text-content p {
    font-size: 1.2rem;
    line-height: 1.25;
}

/*.ccm-page img {
    width: 100%;
    height: auto;
}*/

a:hover, a:focus, a:active,
button:hover, button:focus, button:active,
input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
    text-decoration: none;
    opacity: 0.7;
}

.darkbg a, .darkbg a:hover, .darkbg a:focus, .darkbg a:active {
    color: #FFF;
}

.darkbg hr {
    border-color: rgba(255,255,255,.5);
}

.darkbg .btn-secondary, 
.darkbg .btn-secondary:hover, 
.darkbg .btn-secondary:focus, 
.darkbg .btn-secondary:active {
    color: var(--dark);
}

.green { color: #54ba34; }

.dark { color: #000; }
.darkbg { background-color: #000; color: #FFF; }

.white { color: #FFF; }
.whitebg { background-color: #FFF; color: #000; }

.gray { color: #F5F5F5; }
.graybg { background-color: #F5F5F5; }

.btn.active {
    background-color: var(--color-main);
    border-color: var(--color-main);
    color: var(--light);
}

.secondary-bg .btn-primary:hover,
.secondary-bg .btn-primary:active,
.secondary-bg .btn-primary:focus,
.secondary-bg .btn-:hover,
.secondary-bg .btn-:active,
.secondary-bg .btn-:focus,
.secondary-bg .ccm-block-feature-link-text .btn-:active,
.secondary-bg .ccm-block-feature-link-text .btn-:focus,
.secondary-bg .ccm-block-feature-link-text .btn-:hover {
    background-color: var(--highlight);
    border-color: var(--highlight);
    color: var(--light);
}

.secondary-bg h1,
.secondary-bg .h1,
.secondary-bg h2,
.secondary-bg .h2,
.secondary-bg h3,
.secondary-bg .h3,
.secondary-bg h4,
.secondary-bg .h4,
.secondary-bg h5,
.secondary-bg .h5,
.secondary-bg h6,
.secondary-bg .h6 {
    color: var(--light);
}

.subtlecolor-bg {
    background-color: var(--subtlecolor);
}

.highlight {
    color: var(--highlight);
}

.highlight-bg {
    background-color: var(--highlight);
    color: var(--light);
}

.highlight-bg a {
    color: var(--light);
}

.lightgray {
    color: var(--lightgray);
}

.lightgray-bg {
    background-color: var(--lightgray);
    color: var(--light);
}

.lightgray a {
    color: var(--highlight);
}

.light {
    color: var(--light);
}

.lightbg,
.lightbg:hover {
    background-color: var(--light);
    color: var(--dark);
}

.lightbg a {
    color: var(--dark);
}

.offset-section-next {
    padding-bottom: calc(var(--offset-amount) + 2rem);
}

.offset-section-next + section {
    margin-top: calc(var(--offset-amount)* -1);
    position: relative;
    z-index: 10;
}

hr {
    border-top: var(--lightgray) solid .03em;
}

.repeater-content hr {
    border-bottom: 15px solid var(--dark);
    background: unset;
    opacity: 1;
}

.megaText {
    font-size: 5rem;
    font-weight: 600;
    line-height: 1;
    margin-top: 2rem;
}

.megaText:first-of-type {
    margin-top: 0;
}

#referenssiNostot .link-list-item {
    text-decoration: none;
    font-weight: 600;
}

#referenssiNostot .link-list-item h4 {
    font-size: 1.2rem;
    font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--color-second);
}

.bootstrap-select>.dropdown-toggle {
    border-radius: 0px;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #000;
}

.bootstrap-select .dropdown-menu {
    border-radius: 0px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #000;
}

.container.wider { max-width: 1700px; }

nav .container.wider,
footer .container.wider {
    max-width: 95%;
}

.container-wrapper {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
}

.offset-images img {
    margin-bottom: 2rem;
}

.offset-images img:last-of-type {
    margin-bottom: 0px;
}

hr {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(47,130,244,1) 0%, rgba(241,218,150,1) 53%, rgba(94,86,103,1) 100%);
}

.googleMapCanvas {
    margin-bottom: 2rem;
}

.modal-header {
    border-bottom: none;
    padding-bottom: 0px;
}

.modal-header .close {
    padding: 1.8rem;
}

.otsikkoSektio .btn {
    padding: .25rem 1rem;
    margin-bottom: 1rem;
    margin-right: .5rem;
}

.otsikkoSektio .btn.btn-,
.btn.btn- {
    background-color: var(--dark);
    color: var(--light);
}

.btn { border-radius: 2rem; text-transform: uppercase; }

.btn-special, .btn-special:hover, .btn-special:focus,
.btn-special:active {
    background-color: #000;
    color: #FFF;
    padding: .5rem 2rem;
    text-transform: uppercase;

    
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 1px transparent;
    background-image: 
    linear-gradient(rgba(255, 255, 255, 0), 
    rgba(255, 255, 255, 0)), 
     linear-gradient(90deg, rgba(47,130,244,1) 0%, rgba(241,218,150,1) 53%, rgba(94,86,103,1) 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #000 inset;
    transition: all 0.3s ease;
}

.btn-special.btn-block,
#mainHero .btn-primary.btn-block,
#MobileNav .btn-primary.btn-block {
    text-align: left;
    padding: 0.6rem 2rem 0.4rem 2rem;
}

#mainHero .btn-primary.btn-block.whitebg:active {
    background-color: #FFF;
    color: #000;
}

.btn-special.btn-block .material-icons,
#mainHero .btn-primary.btn-block .material-icons,
#MobileNav .btn-primary.btn-block .material-icons {
    float: right;
    margin-top: -.2rem;
    top: 0px;
}

.btn-primary, .btn-primary:hover,
.btn-primary:focus, .btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #000;
    color: #FFF;
    border-color: #000;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 50%);
}

.btn-secondary, .btn-secondary:hover,
.btn-secondary:focus, .btn-secondary:active {
    background-color: #FFF;
    color: #000;
    transition: all 0.3s ease;
}

.darkbg .btn-primary, .darkbg .btn-primary:hover,
.darkbg .btn-primary:focus, .darkbg .btn-primary:active {
    background-color: transparent;
    color: #FFF;
    border-color: #FFF;
    border-width: 1px;
}

.bootstrap-select .btn-light {
    background-color: #FFF;
}

.btn-primary .material-icons,
.btn-secondary .material-icons,
a .material-icons {
    position: relative;
    top: 5px;
    margin-top: -5px;
}

.subnavigation .btn-primary {
    padding: 0.2rem 1.5rem;
}

.btn-primary.whitebg,
.btn-primary.whitebg:hover,
.btn-primary.whitebg:active,
.btn-primary.whitebg:focus,
.btn-special.whitebg,
.btn-special.whitebg:hover,
.btn-special.whitebg:active,
.btn-special.whitebg:focus {
    background-color: #FFF;
    color: #000;
}

.form-label {
    font-weight: 900;
    text-transform: uppercase;
    color: var(--secondary);
    font-size: 1.2em;
    margin-bottom: 0;
}

td.align-end {
    text-align: end;
}

.form-check label {
    cursor: pointer;
}

.form-check-input:checked {
    background-color: var(--color-main);
    border-color: var(--color-main);
}

.modal-footer {
    justify-content: space-between;
    border-top: none;
}

.container.wide {
    width: 90vw;
    max-width: 1600px;
}

.rounded-edges {
    border-radius: 1.3rem;
}

.round-avatar {
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 1;
    height: 200px;
    width: auto;
    border: 2px solid var(--lightgray);
    border-radius: 50%;
}

.avatar-edit-overlay {
    aspect-ratio: 1;
    height: 200px;
    width: auto;
    border-radius: 50%;
    position: absolute;
    padding-top: 90px;
    text-align: center;
    background-color: #dcdcdc6e;
    top: 0;
    opacity: 0;
}

.avatar-edit-overlay:hover {
    opacity: 1;
    cursor: pointer;
}

.bootbox.modal.fade.bootbox-alert.show {
    background-color: #2929296b;
}


/* Navbar */

#mainNav {
    padding: 5px 0 5px 0px;
}

.dropdown-toggle::after {
    display: none;
}

/* .navbar-expand-xl #MobileNav #mobiiliLisa .navbar-nav {
    padding-left: 1rem;
    padding-right: 1rem;
} */

#mobiiliLisa .nav-item {
    margin: .5rem 0;
}

#mobiiliLisa a {
    font-size: 0.9em;
    opacity: .6;
    text-decoration: none;
}

.subnavigation .smaller {
    font-size: 0.85em;
}

.language-link {
    color: var(--lightgray)!important;
}

#languageMobile {
    flex-direction: row;
}

.nav-link-lang {
    font-weight: 700;
    color: var(--color-main);
    text-transform: uppercase;
    padding: 1rem .25rem;
}

.nav-link-lang.active {
    color: var(--dark);
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
    border-radius: 0px;
    background-color: var(--dark);
    padding: 1.5rem 0.25rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
    text-decoration: underline;
}

.navbar-expand-xl .navbar-nav .nav-link.active {
    text-decoration: underline;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--highlight);
    color: var(--light);
}

#siteLogo {
    width: auto;
    height: 40px;
    margin: 2rem 0 1rem 0;
}

.navbar-expand-xl .navbar-nav .nav-link {
    text-transform: uppercase;
    color: var(--light);
    font-weight: 500;
    padding: 2rem 1.25rem .5rem 1.25rem;
}

.navbar-expand-xl .navbar-nav .nav-link:active {
    text-decoration: underline;
}

button.nav-link {
    background-color: transparent;
    border: none;
}

.subnavigation {
    height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    z-index: 50;
}

.subnavigation .nostoCard h4 {
    font-size: 1.3rem;
}

#tarkemmat_hakuehdot{
    height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
}

#tarkemmat_hakuehdot.open {
    overflow: unset;
}

.subnavigation .container.themain {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.subnavigation .col {
    padding: 1rem;
}

.filterButton {
    background-color: transparent;
    border: none;
    margin-top: .5rem;
    margin-bottom: .5rem;
    color: #000;
}

.filterButton.active {
    text-decoration: underline;
}

.subnavigation .pagelink {
    font-size: 1.2rem;
    float: left;
    width: 100%;
    padding: .25rem 0;
}

.subnavigation .pagelink.smaller {
    font-size: 1.2rem;
}

.teamtailor-jobs__job-title {
    font-weight: 500;
    font-size: 1.5rem;
}

table.ccm-file-manager-list img.ccm-file-manager-list-thumbnail.ccm-thumbnail-small, table.ccm-file-manager-list img.ccm-generic-thumbnail.ccm-thumbnail-small {
    height: 80px;
    width: 80px;
}

#someWrapper {
    position: fixed;
    padding: 1.3rem;
    background-color: var(--color-main);
    border-radius: 0 2.3rem 2.3rem 0;
    bottom: 20px;
    transition: all 0.3s ease;
    z-index: 100;
}

#someWrapper a {
    color: var(--light);
    margin-bottom: 5px;
    display: inline-block;
    font-size: 1.3rem;
}

#socialIcons a,
#socialIconsMobile a,
#socialIconsFooter a {
    color: var(--light);
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

#socialIcons a:hover,
#socialIconsFooter a:hover {
    color: var(--highlight);
}

#socialIconsMobile {
    display: none;
    padding: .5rem .75rem;
}

#socialIconsMobile a {
    font-size: 1rem;
    padding: 2px 4px;
    border: 2px solid;
}

.navbar-toggler {
    padding: 0px;
    border: none;
    font-size: 3rem;
    border-radius: 0px;
}

.navbar-toggler.collapsed .opened {
    display: none;
}

.navbar-toggler.collapsed .closed {
    display: inline-block;
}

.navbar-toggler .opened {
    display: inline-block;
    border: 2px solid var(--light);
}

.navbar-toggler .closed {
    display: none;
}

.bgImg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#toastLand {
    max-width: calc(100vw - 4rem);
    position: fixed;
    bottom: 2rem;
    right: 2rem;
}

.no-p-margin p {
    margin-bottom: 0 !important;
}

/* Hero area */

#pageHero.lazy video.bg-video {
    /* opacity: 0; */
}

#pageHero {
    text-align: center;
    height: 60vh;
    min-height: 20rem;
    position: relative;
    overflow: hidden;
    display: flex;
    color: var(--light);
    z-index: 2;
}

#pageHero h1,
#pageHero h2,
#pageHero h3 {
    color: var(--light);
}

#heroOverlay {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(rgba(59 49 49 / 0), rgba(59 49 49 / 90));
    opacity: .25;
}

#pageHero.large-hero {
    height: 70vh;
}

#pageHero h1 {
    font-size: 4.6em;
    font-weight: 900;
}

#pageHero h2 {
    font-size: 3em;
    font-weight: 900;
}

#pageHero .ccm-block-feature-link-text p {
    font-size: 1.5em;
}

#pageHero .ccm-block-feature-link-text p:first-of-type {
    margin-top: 4rem;
}

#pageHero .container,
#pageHero .container-fluid {
    z-index: 2;
}

#pageHero img {
    max-height: 150px;
    width: auto;
}

.bg-video-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
}

.bg-video-wrapper .bg-video {
    opacity: 1;
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    max-width: unset;
    transition: all 1.5s ease-out;
}

.ccm-pagination-wrapper {
    display: flex;
}

.ccm-pagination-wrapper .pagination {
    margin-left: auto;
    margin-right: auto;
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
}

.page-item:not(.next) .page-link {
    color: var(--color-main);
}

.page-item.active .page-link {
    background-color: var(--color-main);
    color: var(--light);
    border-color: var(--color-main);
}

.page-item.active .page-link:hover {
    color: var(--light);
}

.page-item.prev .page-link,
.page-item.next .page-link {
    color: var(--color-main)¨;
}

.page-item .page-link:hover {
    color: var(--color-main);
}

/* General items */

.section-header {
    text-align: center;
    margin-bottom: 2rem;
}

h2.section-header {
    font-size: 5rem;
    font-weight: 900;
}

/* .kt-pair img {
    object-fit: fill;
    object-position: 50% 50%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
} */

.kt-pair .order-last {
    overflow: scroll;
}

.kt-pair .ccm-block-feature-link h2 {
    font-weight: 600;
}

.kt-pair .ccm-block-feature-link p {
    font-weight: 400;
}

.kt-pair .ccm-block-feature-link .btn.btn- {
    padding: 0px;
    font-weight: 600;
    text-transform: unset;
    background-color: transparent;
    color: var(--dark);
}

.kt-pair .ccm-block-feature-link .btn.btn-::after {
    content: " >>";
    font-size: 16px;
}

#mainNavigation .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--light);
    text-align: left;
    background-color: var(--dark);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

#mainNavigation .accordion-button:not(.collapsed) {
    color: var(--light);
    background-color: var(--dark);
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

#mainNavigation .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}

#mainNavigation .accordion-item,
#mainNavigation .list-group-item {
    color: var(--light);
    background-color: var(--dark);
    border: none;
    border-radius: 0;
}

#mainNavigation .accordion-body {
    padding: 0px 0px 0px 20px;
}

.nav-tabs .nav-link, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-radius: 2rem;
    background-color: #FFF;
    border: 2px solid var(--dark);
    color: var(--dark);
    text-transform: uppercase;
    padding: 0.25rem 1rem;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #000;
    color: #FFF;
    border: 2px solid #000;
}

.nav-tabs .nav-item {
    margin-right: .75rem;
}

.nav-tabs .nav-item:last-of-type {
    margin-right: 0px;
}

/* Footer */

footer {
    font-weight: 500;
}

footer a {
    text-decoration: none;
}

footer .iconHeaderAlign .material-icons.larger {
    display: inline;
    float: left;
}

footer .iconHeaderAlign h5.d-inline {
    bottom: -0.3rem;
    position: relative;
    font-size: 1em;
}

#footerLogoStripe img {
    height: 120px;
    width: auto;
}

.roadsideBlur {
    background: linear-gradient(90deg, rgba(47,130,244,1) 0%, rgba(241,218,150,1) 53%, rgba(94,86,103,1) 100%);
    height: 50px;
}

/* Inputs*/

.label-top-margin {
    /* if we need to line button with inputs with labels */
    margin-top: 32px;
}

#mainHero .h1,
.fullWidthNosto h2 {
    font-family: roc-grotesk-wide, sans-serif;
}

#mainHero a .material-icons {
    position: relative;
    top: 2px;
    margin-top: -5px;
}

#mainHero.large-hero .carousel-item {
    height: 70vh;
}

#accordion .btn-link, 
#techInfoMobile .btn-link {
    color: #000;
    border-radius: 0px;
    padding-bottom: 1rem;
    width: 100%;
    text-align: left;
    font-size: 1.2rem;
    padding-top: 1rem;
    padding-left: 3rem;
    border: none;
}

.card-header {
    border-bottom: none;
    border-top: 1px solid #000;
}

.card {
    border: none;
}

#accordion .btn-link .material-icons, 
#techInfoMobile .btn-link .material-icons {
    font-size: 40px;
    position: absolute;
    top: 10px;
    left: 5px;
}

/* #techInfoMobile .btn-link {
    margin-top: -12px;
    border-radius: 0px;
    padding-bottom: 24px;
    margin-bottom: -12px;
    width: 100%;
    text-align: left;
} */

.card {
    border-radius: 0px;
}

.card-header,
.card-header:first-child,
.card-header:last-child {
    border-color: #000;
    border-radius: 0px;
}

.card-header {
    padding: 0px;
}

.form-control {
    background-color: #f5f5f5;
    border: 1px solid #707070;
    border-radius: 0px;
    padding: 0.75rem 1rem;
    font-size: 1.1em;
    color: #000;
}

.user-card.user-deactivated {
    opacity: 0.5;
}

.user-card .btn-group .btn {
    border-radius: 0px;
}

.user-card .progress {
    border-radius: 0px;
}

/* Back to Top */
#backToTop {
    position: fixed;
    right: 10px;
    bottom: 110px;
    transition: all 0.3s ease;
    z-index: 100;
    background-color: var(--dark);
    padding: 0.4rem 0.5rem;
    border: 2px solid var(--light);
}

#backToTop span {
    color: var(--light);
    position: relative;
    z-index: 2;
    font-size: 2rem;
}

#backToTop.hiding {
    right: -80px;
}

/* Accessability settings */

body.medium {
    font-size: 1.5em;
}

body.large {
    font-size: 2em;
}

/* Scrollbar */

::-webkit-scrollbar {
    width: 10px;
    transition: all 0.3s ease;
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--subtlecolor);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--color-main);
    /* border-radius: 5px; */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--color-main);
}

/* Mobile and other different size screen things */

#MobileNav hr {
    height: 1px;
    border: none;
    opacity: 0.75;
}

.navbar-expand-xl #MobileNav .navbar-nav .dropdown-menu {
    padding: 0;
}

.navbar-expand-xl #MobileNav .navbar-nav .dropdown-menu .dropdown-item {
    padding-left: .5rem;
    padding-right: .5rem;
}

.child-indicator {
    margin-left: auto;
    margin-top: unset !important;
    top: -2px !important;
    position: relative;
    text-decoration: none;
}

.child-indicator.closed {
    display: flex;
}

.child-indicator.opened {
    display: none;
}

.dropdown-toggle.show .child-indicator.closed {
    display: none;
}

.dropdown-toggle.show .child-indicator.opened {
    display: flex;
}

@media (max-width: 1920px) {
    #siteLogo {
        height: 30px;
    }
}

@media (max-width: 1450px) {
    .container.wide {
        width: 100%;
    }

    #siteLogo {
        height: 20px;
    }
}

@media (max-width: 1370px) {
    .container-wrapper {
        width: 95vw;
    }

    nav .container.wider,
    footer .container.wider {
        max-width: 98%;
    }

    #mainHero.large-hero #heroCarouselIndicators .carousel-item .carousel-caption .h1 {
        font-size: 3rem;
    }
}

@media (max-width: 1200px) {
    h2, .h2 {
        font-size: 1.5rem;
    }

    .navbar-expand-xl #MobileNav .navbar-nav .nav-link {
        padding: .5rem;
        display: flex;
    }

    .navbar-expand-xl #MobileNav .navbar-nav .first-nav-item {
        padding-top: 1.5rem;
    }

    nav.navbar .navbar-brand {
        padding: 0;
        margin: 0;
    }

    .offset-images img {
        margin-bottom: 2rem;
        width: calc(50% - 1rem);
        float: left;
        margin: .5rem;
    }

    #mainHero.large-hero #heroCarouselIndicators .carousel-item .carousel-caption .h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 991px) {
    #footerLogoStripe img {
        height: auto;
        width: 100%;
    }

    .navbar-expand-xl .navbar-nav .nav-link.active {
        text-decoration: none;
    }

    .container-wrapper {
        width: 100%;
        /* padding-right: calc(1.5rem * .5);
        padding-left: calc(1.5rem * .5); */
    }

    #mainHero {
        margin-bottom: 0px;
    }

    #mainHero #heroCarouselIndicators {
        border-bottom: 15px solid var(--dark);
    }

    #heroCarouselIndicators .carousel-item {
        min-height: 350px;
        height: auto;
    }

    #mainHero.large-hero .carousel-item {
        height: 50vh;
        min-height: 350px;
    }

    #mainHero.large-hero #heroCarouselIndicators .carousel-item .carousel-caption .h1 {
        font-size: 2rem;
    }

    #mainHero.large-hero #heroCarouselIndicators .carousel-caption p {
        font-size: 1rem;
    }

    .hero-text-content h1 {
        font-size: 1.75rem;
    }

    .hero-text-content p {
        font-size: 1rem;
    }

    .megaCard {
        min-height: 15rem;
        margin-left: -.75rem;
        width: calc(100% + 1.5rem);
        padding: 1rem;
    }

    #sideNav.open {
        width: var(--site-nav-mobile-width);
    }

    #siteContent.move-aside {
        width: 0;
        margin: 0;
    }

    #siteLogo {
        width: 220px;
        height: auto;
        margin: 0;
    }

    #pageHero h1 {
        font-size: 2em;
    }

    #socialIcons {
        /* display: none; */
    }

    #socialIconsMobile {
        display: flex;
    }

    nav.navbar .container.wide {
        padding-left: 0px;
        padding-right: 0px;
    }

    nav.navbar .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    nav.navbar#mainNav .nav-link.active {
        background-color: var(--color-main);
        color: var(--light);
        padding-top: 0.9rem;
        padding-bottom: 1rem;
        padding-right: 1rem;
        padding-left: 1rem;
        margin: 0;
        border-bottom: none;
    }

    nav.navbar .navbar-nav .btn {
        padding: .5rem 2rem;
        width: 100%;
    }

    #pageHero h2 {
        font-size: 3em;
    }

    #pageHero .ccm-block-feature-link-text p {
        font-size: 1.2em;
    }

    #pageHero {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #pageHero.large-hero {
        height: 60vh;
        min-height: 500px;
    }

    #footerNav .nav-link,
    #footerNav .nav-link.active {
        font-size: 0.8rem;
    }

    nav.navbar #mainNavigation .nav-item::before,
    #footerNav .nav-item::before {
        content: none;
    }

    .page-item:not(.next) .page-link {
        font-size: 1rem;
        padding: .25rem 0.7rem;
        margin-right: .25rem;
    }

    .page-item.prev,
    .page-item.next {
        display: none;
    }

}

@media (max-width: 767px) {
    #mainHero.large-hero #heroCarouselIndicators .carousel-item .carousel-caption .h1 {
        font-size: 1.4rem;
    }
}

@media (max-width: 576px) {}

/* Users */

/* Fontit / Fonts */

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-VariableFont_wdth,wght.ttf') format("truetype-variations");
    font-weight: 1 999;
}

/* @font-face {
font-family: 'LibreFranklin';
src: url('../fonts/LibreFranklin-Regular.ttf');
font-weight: 400;
}

@font-face {
font-family: 'LibreFranklin';
src: url('../fonts/LibreFranklin-Bold.ttf');
font-weight: 700;
}

@font-face {
font-family: 'MavenPro';
src: url('../fonts/MavenPro-Medium.ttf');
font-weight: 500;
}

@font-face {
font-family: 'MavenPro';
src: url('../fonts/MavenPro-Bold.ttf');
font-weight: 700;
}

@font-face {
font-family: 'MavenPro';
src: url('../fonts/MavenPro-Black.ttf');
font-weight: 900;
} */