@font-face {
    font-family: 'Bell MT Italics';
    src: url('../font/BELLI.woff') format('woff'),
        url('../font/BELLI.ttf') format('truetype');
}

@font-face {
    font-family: "Perpetua";
    src: url('../font/perpeta.ttf') format('truetype');
}

@font-face {
    font-family: "Tangerine";
    src: url('../font/tangerine.ttf') format('truetype');
}

@font-face {
    font-family: 'Averia Serif Libre';
    font-style: normal;
    font-weight: 400;
    src: url('../font/averia-serif-libre-v10-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../font/averia-serif-libre-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/averia-serif-libre-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../font/averia-serif-libre-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../font/averia-serif-libre-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../font/averia-serif-libre-v10-latin-regular.svg#AveriaSerifLibre') format('svg'); /* Legacy iOS */
  }

main {
    background-image: url('/assets/img/patterns/green-dust-and-scratches.png');
}

main > .container-fluid {
    padding: 0;
}

.h1, h1 {
    font-size: 2.5em;
}

.h2, h2 {
    font-size: 2em;
}

.h3, h3 {
    font-size: 1.75em;
}

.h4, h4 {
    font-size: 1.5em;
}

.h5, h5 {
    font-size: 1.25em;
}

.h6, h6 {
    font-size: 1em;
}

.lead {
    font-size: 1.25em;
}

.btn {
    font-size: inherit;
}

.alert-primary {
    color: #f8f9fa!important;
    background-color: #525b76!important;;
    border-color: #3a4258!important;
}

.alert-warning {
    color: #2e3f58!important;
    background-color: #dda037!important;;
    border-color: #c79030!important;
}

.alert-danger {
    color: #ffffff!important;
    background-color: #b75a5a!important;
    border-color: #9c4b4b!important;
}

.alert-info {
    color: #292929!important;
    background-color: #bbbbbb!important;
    border-color: #777777!important;
}

#top-header {
    height: 30px;
    background: rgb(98,104,121);
    background: -moz-radial-gradient(circle, rgba(98,104,121,1) 0%, rgba(54,60,80,1) 46%);
    background: -webkit-radial-gradient(circle, rgba(98,104,121,1) 0%, rgba(54,60,80,1) 46%);
    background: radial-gradient(circle, rgba(98,104,121,1) 0%, rgba(54,60,80,1) 46%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#626879",endColorstr="#363c50",GradientType=1);
    border-bottom: 2px solid #aaa;
}

#top-header-content {
    color: white;
    font-size: 12px;
    padding-top: 5px;
}

#__ba_panel {
    display: inline;
}

#__ba_panel * {
    color: white;
}

.customText {
    color: white;
}

.customText::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2a2";
}

.customText::after {
    content: 'Listen';
}

.textDiv {
    border: 0;
    background-color: transparent;
    text-align: left;
    cursor: pointer;
    padding: 0;
}

#bottom-header {
    height: 100px; 
    background: #e8e9eb;
    background: url('https://www.toptal.com/designers/subtlepatterns/patterns/dust_scratches.png') repeat-x;
}

#bottom-header a {
    display: block;
    padding-left: 220px;
    padding-top: 21px;
    color: #403f3f;
    letter-spacing: -1px;
}

#bottom-header a:hover {
    text-decoration: none;
}

#court-seal {
    height: 161px;
    top: 8px;
    left: 50px;
    position: absolute;
    z-index: 100;
}

#court-name {
    text-transform: uppercase;
    line-height: 1.5;
    font-family: 'Perpetua';
}

#for-the {
    font-family: 'Bell MT Italics';
    text-transform: lowercase;
    font-size: .9em;
}

#navbar {
    border-bottom: 3px solid #dda037;
    border-top: 2px solid #aaa;
    box-shadow: 0px 5px 10px 0.5px #555;
    z-index: 50;
}

#navbar .nav-item a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    /* font-family: Perpetua; */
    color: #fafafa;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

#navbar .dropdown-menu a {
    text-transform: none;
    font-weight: normal;
}

#navbar .dropdown-menu.megamenu a {
    padding: 0;
}

#navbar .dropdown-menu:not(.megamenu) .dropdown-item {
    border-bottom: 1px solid #ddd;
} 

#navbar .dropdown-menu:not(.megamenu) {
    padding: 0;
}

#navbar .dropdown-item:focus, .dropdown-item:hover {
    text-decoration: underline;
    color: inherit;
    background-color: inherit;
}

#navbar #search-form.dropdown-item:focus, #search-form.dropdown-item:hover {
    text-decoration: none;
}

#search {
    border-radius: 0;
    background: #f3f3f3;
    box-shadow: 0px 4px 5px 1px #444;
    margin-top: 0;
    z-index: 49;
    position: relative;
    border-bottom: 5px solid #dda037;
    width: 100%;
    display: none;
}

#search-button {
    padding: 7px;
}

#search-submit {
    font-size: 16px;
}

/* #navbar .nav-item a.nav-link:hover {
    text-decoration: underline;
    text-decoration-color: #dda037;
} */

#navbar .hvr-underline-from-left:before {
    background: #525b76;
}

#navbar .dropdown-menu {
    border-radius: 0;
    background: #f3f3f3;
    box-shadow: 0px 0px 8px 0.5px #555;
    margin-top: 0;
    /* z-index: 49; */
    z-index: 2000;
    border-bottom: 5px solid #dda037;
    /*width: 100%;*/
}

#navbar .dropdown-menu .title {
    text-transform: uppercase;
}

#navbar .dropdown-menu a {
    color: inherit;
}

/* #navbar .dropdown-menu {
    color: #ececec;
    background: #525b76;
    border-bottom: 2px solid #dda037;
    background-image: -webkit-radial-gradient(center, circle closest-side, #525869 0%, #363c50 250%);
} */

.spanish-alert {
    display: none;
    overflow: auto;
}

.english-alert {
    overflow: auto;
}

.spanish-convert, .english-convert {
    cursor: pointer;
    white-space: nowrap;
}

.spanish-convert:hover .convert-language, .english-convert:hover .convert-language {
    text-decoration: underline;
}

.spanish-convert .i-circle, .english-convert .i-circle {
    padding: 0px 6px 1px 6px;
    border-radius: 50%;
    border: 1px solid;
    margin-right: 4px;
    display: inline-flex;
    align-items: center;
}

.judge-head {
    color: #525b76;
    font-size: 1.15em;
}

.section-divider {
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 100%;
}

.bs-stepper-header {
    padding-left: 0;
    padding-right: 0;
}

.bs-stepper .step-trigger {
    padding: 0 15px !important;
}

#faqs {
    width: 100%;
}

.enlargeable {
    cursor: pointer;
    position: relative;
}

.enlargeable::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00e";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    background: rgba(0, 0, 0, .4);
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: bold;
    font-size: 3em;
}

.enlargeable:hover::before {
    opacity: 1;
}

/* col-xs, col-sm, col-md, col-lg */
@media (max-width: 1199px) {
    
}



/* col-xs, col-sm, col-md */
@media (max-width: 991px) {
    #bottom-header a {
        padding-top: 12px;
    }

    #navbar {
        padding: 8px 10px;
    }

    #navbar .navbar-toggler {
        padding: 3px 14px;
    }

    #navbar .navbar-nav .nav-item {
        border-bottom: 1px solid #4b5258;
    }

    #navbar .navbar-nav .nav-item:nth-last-child(-n+2) {
        border-bottom: none;
    }

    #navbar .navbar-nav:nth-child(2) {
        border-top: 1px solid #4b5258;
        padding-top: 8px;
    }

    #nav-overflow {
        display: none;
    }

    .featurette {
        padding: 6% 3%;
    }

    #welcome .welcome-wrapper {
        border-radius: 0;
        padding: 50px 30px;
    }

    .information-box:nth-child(odd) {
        border-right: 1px solid #ccc;
    }

    .information-box:nth-child(4n - 3) {
        border-bottom: 1px solid #ccc;
    }

    .information-box:nth-child(4n - 2) {
        border-bottom: 1px solid #ccc;
    }

    #inscription-carousel .carousel-item {
        height: 55rem !important;
    }

    .inscription-about-text {
        -webkit-line-clamp: 4 !important;
    }

    #inscription-carousel .carousel-caption {
        width: 90%;
        height: 50% !important;
    }

    #inscription-carousel .inscription {
        margin-top: 25px;
    }
    
    .left-column {
        padding-left: 0;
        padding-right: 0;
    }

    .left-column .nav .nav-item .nav-link {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 1em;
    }

    .bs-stepper.vertical .line {
        display: none;
    }
}



/* col-xs, col-sm */
@media (max-width: 767px) {
    .information-box:nth-child(odd) {
        border-right: none;
    }

    .information-box {
        border-bottom: 1px solid #ccc;
    }

    #welcome .row > div {
        justify-content: flex-start;
    }

    .bs-stepper .step-trigger {
        padding: 0 !important;
        margin-bottom: 10px;
    }

    footer .column-2 {
        border-left: none;
        border-top: 1px solid #6b7182;
        padding-top: 1em;
        text-align: center;
    }

    footer .column-3 ul {
        text-align: center!important;
    }

    footer .column-3 p svg {
        display: none;
    }

    footer .column-3 {
        border-left: none;
        border-top: 1px solid #8b8f9e;
        padding-top: 1em;
        text-align: center;
    }

    footer .column-4 {
        border-left: none;
        border-top: 1px solid #6b7182;
        padding-top: 1em;
        text-align: center;
    }

    footer .column-4 ul {
        text-align: center!important;
    }

    footer .column-4 p svg {
        display: none;
    }
}



/* col-xs */
@media (max-width: 575px) {
    #top-header a {
        padding: 0 15px;
    }

    #top-header svg, .customText::before {
        font-size: 18px;
    }

    #top-header span.header-link-text, .customText::after {
        display: none;
    }

    #top-header span.text-divider {
        display: none;
    }

    #bottom-header a {
        padding-left: 100px;
        padding-top: 15px;
    }

    #court-seal {
        height: 92px;
        top: 34px;
        left: 8px;
    }

    #navbar .navbar-collapse {
        background: #343a40!important;
    }

    #navbar .dropdown-menu .megamenu-section {
       padding-top: 10px;
       padding-bottom: 10px;
    }

    #navbar .dropdown-menu .megamenu-section:not(:last-child) {
       border-bottom: 1px solid #ccc;
    }

    .header-no-image {
        height: auto;
        padding: 10px;
    }

    .responsive.table table,
    .responsive.table thead,
    .responsive.table tbody,
    .responsive.table th,
    .responsive.table td,
    .responsive.table tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .responsive.table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .responsive.table tr {
        border-top: 1px solid #ccc;
    }

    .responsive.table tr:last-child {
        border-bottom: 1px solid #ccc;
    }

    .responsive.responsive-headers.table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40%;
        white-space: normal;
        text-align: left;
    }

    .responsive.responsive-headers.table td:before {
        position: absolute;
        top: 12px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    .responsive.responsive-headers.table-sm td:before {
        top: 6px;
    }

    /* Label the data */
    .responsive.responsive-headers.table td:before {
        content: attr(data-title);
    }

    .carousel-caption {
        bottom: 2rem;
        z-index: 10;
    }

    .carousel-indicators {
        margin-bottom: 5px;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon  {
        width: 20px;
        height: 50px;
    }

    #main #news-carousel .carousel-caption h1, #main #news-carousel .carousel-caption h1 {
        font-size: 1.8em;
    }

    .fa-ul {
        margin-left: .5em;
    }

    .fc-dayGridMonth-button {
        display: none!important;
    }

    .header-image .featurette-heading, .header-no-image .featurette-heading {
        font-size: 1.8em;
    }
}

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

/* col-xs + */
@media (min-width: 0) {
    #bottom-header a {
        padding-top: 0;
        padding-left: 74px;
        line-height: 1;
    }

    #court-name {
        font-size: 18px;
        line-height: 1;
    }

    #court-seal {
        height: auto;
        top: 46px;
        left: 8px;
        content:url(/assets/img/seal_sm.png);
    }

    #back-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: none;
        z-index: 1000;
        padding: 8px 20px 8px 20px;
        border: 1px solid rgb(255, 255, 255);
        border: 1px solid rgb(255, 255, 255, 0.34);
    }
}

/* col-sm + */
@media (min-width: 576px) {
    #top-header svg {
        font-size: 15px;
    }
    
    #bottom-header a {
        padding-top: 0;
        padding-left: 108px;
        line-height: 1.2;
        display: inline-block;
    }

    #court-name {
        font-size: 30px;
        line-height: 1;
    }

    #court-seal {
        height: 92px;
        top: 34px;
        left: 8px;
        content:url(/assets/img/seal.png);
    }

    #navbar .dropdown-menu .megamenu-section:not(:first-child) {
       border-left: 1px solid #ccc;
    }

    .header-no-image {
        height: 90px;
        padding: 15px;
    }

    .carousel-caption {
        bottom: 5rem;
        z-index: 10;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon  {
        width: 50px;
        height: 50px;
    }

    #main #news-carousel .carousel-caption h1, #main #news-carousel .carousel-caption h1 {
        font-size: 2.5em;
    }

    .header-image .featurette-heading, .header-no-image .featurette-heading {
        font-size: 2.5em;
    }
}

/* col-md + */
@media (min-width: 768px) {
    #bottom-header a {
        padding-top: 0;
        padding-left: 108px;
    }

    #court-name {
        font-size: 32px;
        line-height: 1;
    }

    #court-seal {
        height: 92px;
        top: 34px;
        left: 8px;
        content:url(/assets/img/seal.png);
    }

    footer .column-3 {
        border-left: 1px solid #8b8f9e;
        padding-left: 2.5em;
    }

    footer .column-4 {
        border-left: 1px solid #6b7182;
        padding-left: 2.5em;
    }

    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

/* col-lg + */
@media (min-width: 992px) {
    #bottom-header a {
        padding-top: 21px;
        padding-left: 220px;
    }

    #court-name {
        font-size: 23px;
        line-height: 1.5;
    }

    #court-seal {
        height: 161px;
        top: 8px;
        left: 50px;
        position: absolute;
        z-index: 100;
    }

    .featurette {
        padding: 3%;
    }

    #navbar .nav-item:not(:nth-last-child(-n+1)):before {
        content: "|";
        font-size: 14px;
        display: inline-block;
        position: absolute;
        color: #fff;
        top: 15px;
        margin-left: -2px;
    }

    #navbar #nav-overflow:before {
        content: "|";
        font-size: 14px;
        display: inline-block;
        position: absolute;
        color: #fff;
        top: 15px;
        margin-left: -2px;
    }

    #navbar .nav-item:first-child:before {
        content: "";
    }

    #navbar li.dropdown:hover .dropdown-menu:not(#search), .dropdown-menu:hover {
        display: block;    
    }

    .information-box {
        border-right: 1px solid #ccc;
    }

    .left-column {
        padding: 0;
        padding-left: 20px;
    }

    .left-column>.nav {
        position: absolute;
        width: calc(100% - 20px);
    }

    .left-column .nav .nav-item .nav-link {
        padding-top: 21px;
        padding-bottom: 21px;
        font-size: 1.1em;
    }

    #welcome .row > div {
        justify-content: center;
    }

    .news-items > div:nth-child(2) {
        border-left: 1px solid #eee;
    }

    footer .column-2 {
        border-left: 1px solid #6b7182;
        padding-left: 2.5em;
    }
}

/* col-xl + */
@media (min-width: 1200px) {
    #bottom-header a {
        padding-top: 21px;
        padding-left: 220px;
    }

    #court-name {
        font-size: 29px;
        line-height: 1.5;
    }

    #court-seal {
        height: 161px;
        top: 8px;
        left: 50px;
        position: absolute;
        z-index: 100;
    }

    #welcome {
        padding: 2% 20%;
    }
}

@media (min-width: 1337px) {
    #bottom-header a {
        padding-top: 21px;
    }

    #court-name {
        font-size: 33px;
        line-height: 1.5;
    }
}

#main .carousel {
    margin-bottom: 0;
}

#main #news-carousel .carousel-item {
    height: 26rem;
}

#main .carousel-image {
    background-size: cover;
    height: 100%;
}

#main #news-carousel .carousel-caption h1, #main #news-carousel .carousel-caption p {
    text-shadow: 1px 1px 0px #333;
}

#section1 {
    background: url("../img/boston map.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.alert {
    border-radius: 0 !important;
}

.marketing {
    margin: 0;
    padding: 0;
}

.row {
    margin: 0;
}

.row:not(.featurette) {
    padding: 0;
}

.collapse-icon {
    font-size: .8em;
}

.information-box {
    text-align: center;
    /* font-family: 'Bell MT Italics'; */
    font-size: 2em;
    padding: 50px 30px;
    cursor: pointer;
}

.row .information-box:last-child {
    border-right: none;
}

.information-box div {
    border: 4px solid #dda037;
    border-radius: 35%;
    height: 130px;
    width: 130px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    background: #fafafa;
    color: #525b76;
    /* box-shadow: 0 0 0px 2px #dda037; */
}

.information-box.inverted-box div {
    background: #525b76;
    color: white;
    border: 4px solid #ccc;
}

#welcome {
    background: #f3f3f3;
    background: -moz-linear-gradient(180deg, rgba(245,246,252,0.52) 0%, rgba(30,40,64,0.9) 100%), url(../img/cmp/boston12.jpg);
    background: -webkit-linear-gradient(180deg, rgba(245,246,252,0.52) 0%, rgba(30,40,64,0.9) 100%), url(../img/cmp/boston12.jpg);
    background: linear-gradient(180deg, rgba(245,246,252,0.52) 0%, rgba(30,40,64,0.9) 100%), url(../img/cmp/boston12.jpg);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6fc',endColorstr='#1e2840',GradientType=1);
    background-position-y: center; background-size: cover; 
}

.welcome-wrapper {
    background: white;
    background-color: rgba(255,255,255, 0.85);
    padding: 1%;
    border-radius: 10%;
}

.welcome-wrapper .featurette-heading {
    margin-top: 1rem; font-size: 2rem; color: #535c76;
}

.welcome-wrapper .welcome-heading {
    font-family: 'Bell MT Italics';
    font-size: 4rem;
    text-transform: lowercase;
}

.welcome-wrapper .welcome-subheading {
    font-family: 'Bell MT Italics';
    border-bottom: 2px solid #dda037;
    line-height: 1.5;
    font-size: 1.6rem;
}

.welcome-wrapper ul {
    list-style-type: none;
    padding: 0;
    padding-left: 15px;
    border-left: 10px solid #525b76;
}

.judge-link {
    color: #333;
    display: flex;
}

.judge-link:hover {
    text-decoration: none;
    color: #333;
}

.judge-link span::after {
    content: '';
    width: 0px;
    height: 1px;
    display: block;
    background: #d89f3d;
    transition: 300ms;
}

.judge-link:hover span::after {
  width: 100%;
}

.faq h5 {
    font-size: 1.15rem;
}

.inscription {
    background: #fafafa;
    background-image: url(/assets/img/inscriptionbg.jpg);
    font-family: Garamond;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    width: 485px;
    height: 417px;
    border: 2px solid #ccc;
    padding: 10px;
    color: black;
    background-size: cover;
    margin: 0 auto;
}

.inscription > div {
    padding: 0px 25px;
}

.inscription > div > div {
    padding: 0 15px 0 15px;
    line-height: 36px;
    font-size: 25px;
}

#inscription-carousel .carousel-caption {
    right: 0%;
    left: 5%;
    top: 0;
    height: 100%;
}

#inscription-carousel .row {
    height: 100%;
}

#inscription-carousel .inscription-about-wrapper {
    height: 100%;
    background: white;
    padding: 10px 30px;
    box-shadow: 0 0 10px 1px #ccc;
    opacity: .9;
    color: initial;
}

#inscription-carousel .inscription-about-text {
    color: initial;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical
}

#inscription-carousel .inscription-wrapper {
    margin: auto 0;
}

#inscription-carousel .inscription-wrapper .featurette-heading {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.list-inline-item:not(:last-child) {
    margin-bottom: 10px;
}

footer {
    background: #142452;
    border-top: 4px solid #dda037;
    color: #ececec;
    padding: 20px 0;
    border-top: 4px solid #dda037;
    background: rgb(98,104,121);
    background: -moz-radial-gradient(circle, rgba(98,104,121,1) 0%, rgba(54,60,80,1) 46%);
    background: -webkit-radial-gradient(circle, rgba(98,104,121,1) 0%, rgba(54,60,80,1) 46%);
    background: radial-gradient(circle, rgba(98,104,121,1) 0%, rgba(54,60,80,1) 46%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#626879",endColorstr="#363c50",GradientType=1);
    font-size: 1em;
    font-family: Perpetua;
    text-transform: uppercase;
    position: absolute;
    z-index: 20;
    /* text-shadow: 1px 1px #3d4458; */
}

footer .fa-chevron-right {
    font-size: .75rem;
}

footer p {
    margin-bottom: 8px;
}

footer li p {
    margin-bottom: 2px;
}

footer .list-heading {
    margin-bottom: 2px;
}

.section-heading {
    margin-bottom: 40px;
}

.column-item {
    padding: 10px !important;
    cursor: pointer;
    background: white;
    border: 1px solid transparent;
    border-radius: 10px;
}

.column-item:not(:last-child) {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    /* height: 215px; */
}

.column-item:not(:first-child) {
    margin-top: 5px;
}

.column-item > div:nth-child(1) {
    padding: 0;
}

.news-items .column-item {
    display: flex;
}

.news-items .column-item.hvr-sweep-to-right:before {
    background: #dda037;
    border-radius: 10px;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 10;
}

#inscription-carousel .carousel-item {
    height: 35rem;
}

#inscription-carousel .carousel-control-next, #inscription-carousel .carousel-control-prev {
    width: 5%;
}

#inscription-carousel .carousel-control-next-icon  {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

#inscription-carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

#inscription-carousel .carousel-control-next-icon:after, #inscription-carousel .carousel-control-prev-icon:after {
    color: #000;
}

.bg-white {
    background: #fff !important;
}

.bg-light-grey {
    background: #f3f3f3 !important;
}

.bg-light-blue {
    background: #e3e8f5 !important;
}

.bg-light-orange {
    background: #ffeed0 !important;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.left-column {
    background: transparent;
    z-index: 40 !important;
}

.left-column .sidebar-container {
    box-shadow: -3px 6px 6px -2px #ddd;
    z-index: 40 !important;
    background: white;
}

.left-column .sidebar {
    /* position: absolute; */
    z-index: 10;
    /* box-shadow: -3px 6px 6px -2px #ddd; */
}

.left-column #sidebar .sidebar {
    width: 100%;
}

.left-column .nav.subnav {
    display: none;
}

.left-column .nav .nav-item .nav-link.active,
.left-column .nav.subnav .nav-item .nav-link.active,
.left-column .nav.subnav .nav-item .nav-link.subsubnav-link.active {
    background: #fff;
    color: #525b76;
    border-left: 7px solid #dda037;
    box-shadow: none;
    /* text-shadow: 1px 1px 1px #ddd; */
}

.left-column .nav .nav-item .nav-link {
    margin-bottom: 0;
    border: 0;
    border-left: 7px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
    text-shadow: none;
    font-weight: 700;
    border-radius: 0;
    text-align: left;
    padding-left: 25px;
    color: #fff;
    background: #696e7b;
background: -moz-linear-gradient(90deg, rgba(105,110,123,1) 84%, rgba(125,130,144,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(105,110,123,1) 84%, rgba(125,130,144,1) 100%);
background: linear-gradient(90deg, rgba(105,110,123,1) 84%, rgba(125,130,144,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#696e7b",endColorstr="#7d8290",GradientType=1);
    /* text-shadow: 1px 1px 1px #494d54; */
    box-shadow: inset -6px 0px 7px -3px #676565;
}

.left-column .nav.subnav .nav-item .nav-link {
    background: #c6cad2;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    color: #363c4e;
    font-size: .9em;
    font-weight: 500;
    text-shadow: none;
}

.left-column .nav.subnav .nav-item .nav-link.subsubnav-link {
    background: #e8e8e8;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #515665;
    font-size: .8em;
}

.left-column .nav.subnav .nav-item {
    padding-left: 15px;
}

.left-column .nav.subnav .nav-item.subsubnav-item {
    padding-left: 30px;
}

.left-column .nav .nav-item .nav-link:hover {
    border-left: 7px solid #dda037;
}

.right-column {
    padding: 0 !important;
    box-shadow: -4px 2px 5px 1px #ddd, 2px 3px 5px 1px #ddd;
    z-index: 1;
    background: white;
}

.right-column > .row.featurette {
    padding-top: 0;
}

.right-column-bottom {
    z-index: 0 !important;
}

.right-column.right-column-bottom .featurette {
    padding: 15px 15%;
}

.right-column .featurette {
    padding: 3% 5%;
}

.breadcrumbs {
    padding: 1% 5%;
    width: 100%;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: " \00bb" !important;
}

.header-image {
    height: 125px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: white;
    padding: 15px;
    border-bottom: 1px solid white;
}

.header-image .featurette-heading, .header-no-image .featurette-heading {
    margin-top: 0;
    text-shadow: 3px 3px 1px #191f2d;
    text-align: center;
}

.header-no-image { 
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: #414756;
    color: white;
    border-bottom: 1px solid white;
}

.accordion .btn-link {
    font-weight: bold;
}

.accordion .btn-link:hover {
    color: #dda037;
}

.right-sidebar {
    height: 100%;
    border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
    /* margin-top: -1px;
    margin-bottom: -1px; */
    padding: 8% 20px;
    background: #fdfdfd;
    z-index: 0;
}

.collapse-trigger {
    cursor: pointer;
}

.collapse-trigger p {
    width: 95%;
    display: inline-block;
    margin: 0;
}

.card-deck {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: .5rem;
}

.documents {
    margin-left: -10px;
    margin-right: -10px;
}

.documents .document {
    padding: 0;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    width: 250px;
}

.documents .card-body {
    padding: .25rem;
}

.documents .card-title {
    color: #343a40;
}

.documents .document a {
    color: #de750a
}

.documents .document .card-title span {
    font-size: 1rem;
}

.documents .card .card-img-top {
    width: 100%;
    height: 100px;
    padding: 25px 25px 0 25px;
}

img.image {
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: 0 0 7px 1px #777;
}

img.bordered-image {
    border: 2px solid #555;
    padding: 5px;
}

a.download-link {
    display: block;
    border: 1px solid #dddddd;
    border-width: 1px 1px 0;
    padding: 1em 1.25em 1em 2.5em;
    cursor: pointer;
    text-decoration: none;
    background: #697080;
}

a.download-link {
    text-decoration: none;
    font-size: .92em;
}

a.quick-link {
    padding: .5em 1.25em .5em 1.5em;
}

a.download-link:last-child {
    border-width: 1px;
}

a.download-link:hover,
a.download-link:active {
    background-color: #89909e;
    text-decoration: none;
    color: white !important;
}

a.download-link .svg-inline--fa {
    float: left;
    margin-left: -1.25em;
    margin-top: .25em;
}

a.plain {
    /* color: unset; */
    color: inherit;
    text-decoration: none !important;
}

a.plain:hover {
    /* color: unset; */
    color: inherit;
    text-decoration: none;
}

.dividing.header {
    padding-bottom: .21428571rem;
    border-bottom: 1px solid rgba(34,36,38,.15);
}

address {
    padding-left: 15px;
}

.tablet {
    background-image: url('../img/patterns/concrete_seamless.png')
}

.tablet-info {
    position: absolute;
    right: 35px;
    bottom: 40%;
    font-size: 1.5em;
}

.bs-stepper .line, .bs-stepper-line {
    width: 1px !important;
}



@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 5rem;
    }
}

@media (max-width: 520px) {
    .bs-stepper-header {
    text-align: left !important;
    }
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
/* .carousel-caption {
  bottom: 3rem;
  z-index: 10;
} */

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  /* text-align: center; */
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25em;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
