﻿html,
body {
    /*height: 100%;*/
    /*background-color: #232f3e;*/
    background-color: #1e1e1e; /*#1e1e1e;*/ /*#131A22;*/
    font-family: Roboto Condensed, Helvetica, sans-serif, sans-serif, Calibri, Segoe UI, Verdana, helvetica, Arial, sans-serif;
    font-size: .89em;
    color: #000;
    padding-top: 0px; /*-- to correct modernbusiness theme padding --*/

    /* Added for parallax */
    margin: 0;
    padding: 0;

}

/*-- Strong text is larger than Bold--*/
strong {
    font-size: 1.35em;
    /*display: inline-block;
    margin-bottom: 7px !important;*/
}

.archives-main-content {
    background-color: #737473 !important;
    padding-bottom: 10px;
    
    /*-- FIX Added for fixed header margin --*/
    /*margin-top: 182px;*/ /* header 2 pixel reduction */
}



/*-- Default anchor/link color --*/
a {
    color: #0099a9;
}
a:hover {
    color: #20cbd4;
}

/*-- Paragraph adjustments --*/
p {
    /*text-align: justify;
    text-justify: inter-word;*/
    margin-bottom: 1.0rem;
}

/*-- code style adjustments --*/
code {
    font-size: 1em !important;
    color: #d79027;
}


/*-- Tables --*/
.thead-lightgray {
    background-color: #e4e4e4 !important;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #ffffff !important;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    
    background-color: whitesmoke !important;
}



/*-- "Content Standards" page formatting --*/
.content-standards-table {
    margin: 2em 0;
    font-size: 0.8em;
    border: 1px solid #808080;

    border-collapse:separate;
}
.content-standards-table > tbody > tr > td {
    width: 40px;
    text-align: center;
    border: 1px solid #c7c7c7;
    
    padding: 0.5em;
}





/*-- Button adjustments, Default button color --*/
    .btn {
    margin: 5px;
}
.btn-primary {
    color: #fff;
    background-color: #0099a9 !important;
    border-color: #0099a9 !important;
    min-width: 100px;
}
.btn-primary:hover {
    background-color: #20cbd4 !important;
}

/*-- List item bullet adjustments --*/
.card-body ul, ol {
    margin-bottom: 1.1rem !important;
   
}

.card-body li {
    /*margin-left: -25px;*/
    margin-bottom: 4px;
}
/*-- Top margin for nested ULs --*/
.card-body li > ul, ol {
    margin-top: 10px !important;    
}




/*-- Small Double Arrow Bullets--*/
.small-forward-arrow .fa-forward:before {
    content: "\f04e";
    margin-left: -15px;
    color: #76bd22;

}
.small-forward-arrow ul  {
    list-style-type: disc !important;
}


/*-- PDF Download icon/text styles for page title links (see manage/faq for example) --*/
.pdf-link {
    font-size: 16px;
    margin-left: 20px;
}


/*-- Card body/main text adjustments --*/
.card-body {
    font-family: Roboto Condensed, Helvetica, sans-serif, sans-serif, Calibri, Segoe UI, Verdana, helvetica, Arial, sans-serif;
    font-size: 1.15em;
    line-height: 1.32em;
}
.card-body h5 {
    font-weight: bold !important;
    font-size: 1.35em;
    /*margin-top: .5em;*/
}

/*-- generic Card button/btn adjustments --*/
.btn {
    font-size: 1rem;
}

.btn-lg {
    font-size: 1.25rem;
}




/*-- Image captions --*/
.caption {
    font-size: .89rem;
}

/*-- Image captions --*/
.image-caption {
    font-size: .80rem;
    line-height: .95rem;
    margin: -6px 0px 20px 0px !important;
}

/*-- Custom CSS for image placement for commission pages --*/
.rightimage-image {
    float: right;
    clear: both;
    width: 50%;
    margin: 0px 0px 20px 20px;
}
.rightimage-div:before {
    content: '';
    display: block;
    float: right;
    height: 0px;
}


/*-- Custom margin-left for arrows and text on disaster/default.aspx page --*/
.ml-fix-for-arrow-block-stack {
    margin-left: 4rem;
}



/*-- FAQ agjustments --*/
/*-- Hide the card's bottom rounded corners --*/
#accordionExample {
    margin-top: -5px;
}
/*-- Turn off the FAQ's top rounded corners --*/
.accordion > .card {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;    
}
.panel-heading {
    position: relative;
}
.panel-heading[data-toggle="collapse"]:before {
    color: #ffc658 !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0dd";
    position: absolute;
    color: #b0c5d8;
    font-size: 30px;
    line-height: 22px;
    left: 0;
    margin-left: -20px;
    margin-top:-3px;
    /*top: calc(50% - 10px);*/
    /*-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);*/
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
    .panel-heading[data-toggle="collapse"].collapsed:before {
        /*-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);*/
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-top: 3px;
        margin-left: -25px !important;
    }
.accordion .btn-link {
    color: unset !important;
    text-decoration: none;
}
.accordion .btn {
    font-size: 1.4rem !important;
    width: 100%;
    text-align: left;
    white-space: normal;
}
.accordion .card {
    box-shadow: none;
}
.accordion .card:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion .card-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.accordion > .card > .card-header {
    margin-bottom: initial !important;
}



/*-- Calendar styles --*/
.archives-calendar {
    width: 100% !important;
}
.archives-calendar th {
    text-align: center !important;
}
.archives-calendar-card-body {
    padding: .20rem;
}


/*-- Teach and Learn History Hub Search Screen Filter Box Side Menu --*/
.filter-box {
    background-color: #e4e4e4;
    box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.25) !important;

    /*-- Added by Mike 3/7/22: modifications for the Calendar side menu boxes --*/
    border-radius: 0.25rem;
    border-top: 0;
    border-left: 0;
    padding: 0.75rem 1.0rem;
}

.filter-box-spacer {
    margin-bottom: 20px;
    box-shadow: none !important;
    padding-left: 0 !important;
}
@media (max-width: 992px) {

    .filter-box-spacer {
        padding-left: 15px !important;
    }
    .filter-text-margin {
        margin-left: 18px !important;
    }
}

input[id*='_cbl_ResourceType_'], input[id*='_cbl_GradeLevel_'], input[id*='_cbl_TopicTimePeriod_'], input[id*='_cbl_CrossCurricularConnection_'] {
    margin-right: 5px;
}

label[for*='_cbl_TopicTimePeriod_'] {
    display: contents;
}

/*-- Fix for checkbox text second line indents --*/
table[id*='_cbl_TopicTimePeriod'] > tbody > tr > td {
    text-indent: -18px !important;
    padding-left: 19px !important;
}

/*-- Fix for Edge issue with checkboxes and labels on "Topic or Time Period" box --*/
table[id*='_cbl_TopicTimePeriod'] > tbody > tr > td > label {
    display: initial;
}






    /*--- Fontawesome icon adjustments --*/
    /*-- Make icons same width (with border) and have consistent padding --*/
    .fa-border {
    padding: 5px !important;
}
.fa-fw {
    width: 1.65em !important;
    vertical-align: middle;
    margin-right: .3em;
    margin-top: -3px; /*-- adjust vertical position of double arrows --*/
}





/*-- Loader spinner --*/
.loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin-top:20px;
    margin-bottom: 20px;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




/*-- Search field and button --*/
.archives-search-btn  {
    color: #fff;
    background-color: #20cbd4;
    border-color: #20cbd4;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.archives-search-btn:not(:disabled):not(.disabled):active:focus, .archives-search-btn:not(:disabled):not(.disabled).active:focus,
.show > .archives-search-btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0) !important;
}
.archives-search-btn:hover  {
    background-color: #20cbd4;
    border-color: #0099a9 !important;
}

.archives-search {
    max-width: 160px;
}

.archives-search-btn:active {
    background-color: #0099a9 !important;
    border-color: #0099a9 !important;
}

/*-- Google Site Search --*/
.gsc-input-box {
    margin-top: 2px !important;
    border-radius: .25rem !important;
    
}
input.gsc-input {
    background: #fff !important;
}
.gsib_a {
    padding: 0px 0px 0px 0px !important;
    min-width: 100px !important;
    max-width: 160px !important;

}
#gs_id50
{
    height:30px !important;
}

.gsc-search-button-v2 {
    border-radius: .25rem !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

/*-- Google Site Search Results --*/

.gsc-control-cse 
{
    border-color: #fff !important;
    background-color: #fff !important;
}
.gsc-orderby
{
    display: none !important;
}

.search-result-title {
    font-size: 16px;
}

.search-result-text {
    font-size: 12px;
}

.search-result-padding {
    padding-top: 12px;
    padding-left: 10px;
    padding-bottom: 12px;
    /*margin: 12px 1px !important;*/
}

.search-result-padding-calendar {
    margin: 12px 1px !important;
}


/*-- Check box adjustments for Calendar checkbox side menu --*/
input[type="checkbox"] {
    margin-right: 5px;
}
.form-check-calendar {
    padding-left: 0px !important;
}
.form-check-input-calendar {
    display: contents;
}


/*-- Footer --*/
.archives-footer {
    font-family: 'Roboto Condensed', 'Open Sans', sans-serif;
    color: #20cbd4; /*#ddd;*/
    font-weight:300;
    font-size: 14px;
    background-color: #1e1e1e; /*#131A22;*/
    padding-top: 20px;
}
.archives-footer a {
    color: #ddd;
}
.archives-footer a:hover {
    color: #fff;
    text-decoration: underline;
}
/*-- Unordered list appearance for menu items --*/
.archives-footer ul {
    list-style-type: none;
    margin-left: -40px;
    margin-bottom: -20px;
}
.archives-footer-header {
    margin-bottom: 2px;
    font-weight:400;
    font-size: 16px;
}.archives-footer-header a {
    color: #20cbd4;
}
.archives-footer-vertical-line {
    border-left: 1px dashed #455b77;
    height: 170px;
    position: inherit;
    left: 50%;
    margin-left: -25px;
    margin-right: 20px;
    top: 0;
}
.archives-logo-footer-adj {
    /*margin-top: 25px;*/
    /*margin-right: 20px;*/
    max-width: 100%; 
    margin-top: 15px;
}




/*-- Vertically center something --*/
.absolute-center {
    /* Internet Explorer 10 */
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /* W3C */
    display: box;
    box-pack: center;
    box-align: center;
    /*margin-top: 10px;*/
}




/*-- Modal adjustments --*/
.alabama-voices-map-placeholder {
    width:90%;
    margin-left:auto;
    margin-right:auto;
}
.img-modal {
    margin-bottom: 20px;
}
.img-modal-target {
    fill: white;
    stroke: white;
    stroke-width: 20;
}
.hover_group {
    opacity: 0;
}
.hover_group:hover {
    opacity: 0.14;
    stroke-opacity: .13;
}
#projectsvg {
    position: relative;
    width: 100%;
    padding-bottom: 77%;
    vertical-align: middle;
    margin: 0;
    overflow: hidden;
}
#projectsvg svg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.modal-header {
    padding-bottom: 0.5rem !important;
    border-bottom: none !important;
}
.modal-body {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.modal-footer {
    padding-top: 0.5rem !important;
    border-top: none !important;
}


/*--Smaller textboxes for ASP research request form*/
.fcsmall { 
    display:block;
    width: 40% !important;
    
}


/*-- Masonry adjustments for grid display of images --*/
.masonry-adjustments {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.masonry-image-block {
    /*box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.25) !important;*/
    margin-bottom: 10px;
    margin-right: 0px; /*-- Fix for overflow on grid rows, causing bottom scrolling --*/
    margin-left: 0px; /*-- Fix for overflow on grid rows on left side --*/
}
.masonry-image-left {    
    padding-top: 0;
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 3px;
}
.masonry-image-left-bottom {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 3px;
}
.masonry-image-center {
    padding-top: 0;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
}
.masonry-image-right {
    padding-top: 0;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 0;
}
.masonry-image-right-bottom {
    padding-top: 0;
    padding-bottom: 0px;
    padding-left: 3px;
    padding-right: 0;
}
/*-- Masonry adjustmemnts for grid display text --*/
.masonry-image-carousel-caption {
    bottom: 0px !important;
    padding-top: 20px !important;
    padding-bottom: 0.5rem !important;
    text-align: left !important;
}
.masonry-image-carousel-caption a {
    color: #fff;
}
.masonry-image-carousel-caption h4 {
    text-shadow: 1px 1px 8px rgba(0,0,0,0.8);
    line-height: 1.65rem;
}

.masonry-image-carousel-caption h3 {
    text-shadow: 1px 1px 8px rgba(0,0,0,0.8);
    line-height: 2rem;
}
/*-- Caption adjustments for 2/3rds featured images --*/
.caption-2-3rds {
    text-align: center !important;
    right: 10% !important;
    left: 10% !important;
}



/*-- Carsosel adjustments --*/
/*-- Featured image/icon for home/splash pages with caption --*/

/*-- 9/15/2022 Changed due to z-index conflict with megamenu text/links --*/
.carousel-indicators {
    z-index: 2 !important;
}
.carousel-caption {
    z-index: 2 !important;
}

.feature-image-carousel-caption {
    bottom: 0px !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    text-align: left !important;
    right: unset !important;
    left: unset !important;
    width: 100%;
    background-color: rgba(242, 242, 242,0.85);
    color: #000000;
}
.feature-image-carousel-caption-small {
    height: 7.5rem;
    color: #000;
}
.feature-image-carousel-caption a {
    color: #000;
}
.feature-image-carousel-caption h4 {
    /*text-shadow: 1px 1px 8px rgba(0,0,0,0.8);*/
    line-height: 1.60rem;
    text-shadow: none !important;
    margin-bottom: 0.15rem;
    margin-top: 0.15rem;
    font-size: 1.45rem;
}
.feature-image-carousel-caption h3 {
    /*text-shadow: 1px 1px 8px rgba(0,0,0,0.8);*/
    line-height: 2rem;
    text-shadow: none !important;
    margin-bottom: 0.15rem;
    margin-top: 0.15rem;
}


/*.carousel-control-next-icon {
    margin-left: 20px;
}*/
.carosel-indicators {
    bottom: 0px;
}
.carousel-control-prev, .carousel-control-next {
    width: 5%;
}
.carousel-item {
    height: auto;
    min-height: 70px;
    max-height: 700px;
}
.slider-box {
    /*max-width: 1200px;*/
    max-width: 100%;
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.25) !important;
    margin-bottom: 10px;
}
/*-- Carsosel fade --*/
.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}



/*-- Card/box adjustments --*/
.card {
    border: none;
    box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.25);
}
.card-header {
    /*--padding: 0.55rem 1.25rem !important;--*/
    font-family: 'Roboto Condensed', 'Open Sans', sans-serif;
}
/*--.card > .card-header {
    padding: 0.55rem 1.25rem !important;  modify the margins for the box headers, but not the main subsection banner/header 
    padding-top: 0.55rem !important;
    padding-bottom: 0.55rem !important;
}*/
.card-header {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    font-size: 1.30rem;
}
.card-body-top {
    padding-bottom: 0 !important;
}
.card-body-bottom {
    padding-top: 0 !important;
    display: flex;
    align-items: flex-end;
    /*margin-bottom: 60px;*/ /*-- commented out to fix gap below images on Visit Exhibits pages --*/
}



/*-- SITE THEME COLORS --*/
/*-- NOTE: Navigation and sub-section Banner colors located in archives-megamenu.css --*/

/*.bg-color-aquablue {
    background-color: #0099a9;
    color: #fff;
}

.bg-color-yellow {
    background-color: #ffc658;
    color: #fff;
}

.bg-color-green {
    background-color: #76bd22;
    color: #fff;
}

.bg-color-ltblue {
    background-color: #20cbd4;
    color: #fff;
}

.bg-color-orange {
    background-color: #f1a055;
    color: #fff;
}

.bg-color-gray {
    background-color: #333;
    color: #fff;
}*/


.card > .card-body > h5 {
    text-shadow: none !important;
}
.card-header-basic {
    background-color: rgba(0,0,0,0) !important;
    border-bottom: none !important;
    text-shadow: unset;
    font-size: 1.75rem;
}
.card-hr {
    padding: 0 1.25rem;
}
.card-hr hr {
    margin-top: 0rem;
    margin-bottom: 0rem;
}


/*-- Banner for subsections --*/
.banner-subsection {
    min-height: 5px;
    margin-bottom: 25px;
    border-radius: unset !important;
    font-size: 2.3rem;
    /*padding-top: 13px;
    padding-bottom: 10px;*/
    line-height: 2.2rem;
}
.banner-title {
    font-size: 2.3rem;
    padding-top: 13px;
    padding-bottom: 10px;
    line-height: 2.3rem;    
}
.banner-subtitle {
    font-size: 1rem;
    line-height: 0.3;
}

/*-- Custom Image floats --*/
.img-left {
    float: left !important;
    margin-right: 25px;
    margin-bottom: 20px;
}
.img-right {
    float: right !important;
    margin-left: 25px;
    margin-bottom: 20px;
}



/*-- Instagram --*/
#instafeed-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#instafeed-container a {    
    display: inline-block;
    padding: 5px;
}

#instafeed-container {
    display: grid;
    grid-template-columns: repeat(3, 100px);
    grid-template-rows: repeat(3, 100px);
    grid-gap: 5px;
}


#instafeed-center-fix {
    float: none;
    margin-right: unset;
}

/*@media (max-width:1200px) {
    #instafeed-container {
        grid-template-columns: repeat(2, 100%);
    }
}

@media (max-width:1000px) {
    #instafeed-container {
        grid-template-columns: repeat(1, 100%);
    }
}*/

@media (max-width:1199px) and (min-width:768px) {
    #instafeed-container {
        grid-template-columns: repeat(2, 100px);
    }
}








/*-- MEDIA TAGS BELOW --*/
/*-- MEDIA TAGS BELOW --*/
/*-- MEDIA TAGS BELOW --*/
/* @media all and (min-width:576px) */
.form-inline .form-control {
    width: 100%;
}


/*-- HOVER for main menu --*/
/*-- SHOW HOVER active for wider widths --*/
@media (min-width:991.99px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .dropdown > .dropdown-toggle:active {
        pointer-events: none;
    }

    /*-- Hide Mobile menu items --*/
    .MobileAnchorTagToggle {
        visibility: hidden;
        display: none;
    }
}


/*-- DO NOT SHOW/ENABLE main menu/nav top level anchor tag clicking for mobile widths --*/
@media (max-width:991.98px) {
    .NONMobileAnchorTagToggle {
        visibility: hidden;
        display: none;
    }
    .megamenu-list > .col-md-12 > .MobileAnchorTagToggle > a, .megamenu-list > .col-md-6 > .MobileAnchorTagToggle > a, .megamenu-list > .col-md-4 > .MobileAnchorTagToggle > a {
        /*--color: #333 !important;--*/
        font-weight: bold;
    }
    /*-- Align menu items when selected or not in mobile view --*/
    .dropdown-toggle {
        padding-left: 5px !important;
    }
}



@media (max-width:550.98px) {

    .img-header-logo {
        width: 100%;
        margin-left: 0px;
    }
}



@media (max-width:767.98px) {

    /*-- FIX for MOBILE: Vertically center something --*/
    .absolute-center {
        margin-top: 0px;
    }

    .feature-image-carousel-caption {
        position: initial;
    }

    /*-- FIX for small MOBILE margin gap between header and slash image --*/
    .archives-main-content {
        margin-top: 229px !important; /* header 2 pixel reduction */
    }
}



@media (max-width:575.98px) {


    /*-- FIX for MOBILE FOOTER: Vertically center something --*/
    .absolute-center {
        float: left;
        margin-right: 20px;
        /* Internet Explorer 10 */
        /*display: initial;
        -ms-flex-pack: initial;
        -ms-flex-align: initial;*/
        /* Firefox */
        /*display: initial;
        -moz-box-pack: initial;
        -moz-box-align: initial;*/
        /* Safari, Opera, and Chrome */
        /*display: initial;
        -webkit-box-pack: initial;
        -webkit-box-align: initial;*/
        /* W3C */
        /*display: initial;
        box-pack: initial;
        box-align: initial;
        margin-top: 0px;*/
    }

    .archives-logo-footer-adj {
        margin-bottom: 25px;
    }

    .masonry-remove-for-mobile {
        display: none;
    }

    .feature-image-carousel-caption {
        position: absolute !important;
    }

    /*-- FIX for small MOBILE margin gap between header and splash image --*/
    .archives-main-content {
        margin-top: 0px !important;
    }
    /*-- REMOVE FIXED TOP for mobile devices to get more screen real estate --*/
    /*-- padding-right: unset !important; -----> Important: to prevent additional padding space on right when MODAL box is active in mobile mode --*/
    /*.fixed-top {
        position:unset !important;
        padding-right: unset !important; 
    }*/

    /*-- Modal adjustments --*/
    .alabama-voices-map-placeholder {
        width: 100%;
    }



    /*-- Custom CSS for image placement for commission pages --*/
    .rightimage-div {
        /*height: 900px;
        margin-top: 40px;*/ 
        float: initial;
        margin-top: 40px;
        display: table-footer-group;
        vertical-align: bottom;
    }
    /*.rightimage-div2:before {*/
        /*height: 1120px;
        margin-top: 40px;*/
        /*float: initial;
        margin-top: 40px;
        display: table-footer-group;
        vertical-align: bottom;
    }*/

    .rightimage-image {
        width: 100%;
    }
}



@media (max-width:991.98px) {

    .archives-footer-vertical-line {
        border-left: 1px dashed #455b77;
        height: 180px;
        position: inherit;
        left: 50%;
        margin-left: -5px;
        margin-right: 0px;
        top: 0;
    }

    .feature-image-carousel-caption-small {
        height: unset;
    }

    /*-- FIX gap between header graphics and navbar --*/
    .archives-header-bg {
        min-height: unset !important;
    }

    /*-- FIX for small MOBILE margin gap between header and slash image --*/
    /*-- .archives-main-content {
        margin-top: 165px; header 2 pixel reduction 
    }--*/

    /*-- Modal adjustments --*/
    .alabama-voices-map-placeholder {
        width: 100%;
    }
}



@media (max-width:844.98px) {
    

    /*-- FIX for small MOBILE margin gap between header and splash image --*/
    .archives-main-content {
        margin-top: 0px !important;
    }
    /*-- REMOVE FIXED TOP for mobile devices to get more screen real estate --*/
    .fixed-top {
        position: unset !important;
        padding-right: unset !important; /*-- Important: to prevent additional padding space on right when MODAL box is active in mobile mode --*/
    }

}



@media (max-width:1091.98px) {

}



@media (max-width:1199.98px) {
    .carousel-control-prev-icon {
        margin-left: inherit;
    }

    .carousel-control-next-icon {
        margin-left: inherit;
    }

}

