﻿html {
    min-width: 350px;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

a.anchor {
    display: block;
    position: relative;
    top: -260px;
    visibility: hidden;
}

#header-title {
    font-family: 'Oswald';
    font-size: 1rem;
    font-weight: normal;
    margin-top: .8rem;
}

.main-header-text-lg {
    font-size: 2rem;
    font-weight: bolder;
    line-height: 2.8rem;
}

body {
    font-weight: 400;
    line-height: 1.5;
    /*font-family: Century Gothic', 'Lucida Grande', 'Lucida Sans', 'Verdana', sans-serif;*/
    font-family: Poppins, Helvetica, Arial, sans-serif;
}

h1 {
    font-family: Poppins;
    font-size: 2.2rem;
    font-weight: bold;
}

h2 {
    font-family: Poppins;
    font-size: 1.5rem;
}

h1.smaller-header {
    font-size: 1.5rem;
}


h1.measure-status.card-header {
    font-size: 1rem;
}

h1.card-header {
    font-size: 1.5rem;
    font-weight: 500;
}

h2.card-header, h3.card-header {
    font-size: 1.5rem;
}

h2.namecard {
    font-size: 1.3rem;
}

div.justify-content-begin > h2 {
    font-size: 1.75rem;
}

div.card-body > h2 {
    font-size: 1.25rem;
}

div.banner-overlay-text > h2 {
    font-size: 2rem;
    text-align: center;
}

h2.card-title {
    font-size: 1.25rem;
}

.card-header.secondary-page > h1, h2, h3 {
    font-size: 1.5rem
}

h3.card-title {
    font-size: 1.25rem;
}

a {
    color: mediumblue;
    cursor: pointer;
    background-color: transparent;
    text-decoration: underline;
}

a:visited {
    color: #884488;
}

hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
    border-color: #f2f2f2;
}

ul {
    /*    margin: 0;
    padding: 0;*/
    color: black;
}

ul.no-style-type li {
    list-style-type: none;
}

/*li {
    text-decoration: none;
    color: black;
    padding-top: 2px;
    list-style-position: outside;
}*/

.table.hearingnotice {
    font-size: .87rem;
    text-wrap: nowrap;
}

.table.hearingnotice th {
    padding: 1rem;
    text-wrap: nowrap;
}

.ac-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

    .ac-hidden:focus {
        clip: auto;
        height: auto;
        overflow: auto;
        position: absolute;
        width: auto;
    }

.normal {
    font-size: 1rem;
    font-weight: normal;
    display: inline;
}

li a:hover {
    color: #007bff;
    text-decoration: underline;
    list-style-image: none;
}

li a {
    text-decoration: none;
    color: #124D79;
}

li a.li-link {
    color: #3344dd;
    text-decoration: underline;
    font-size: 1.1rem;
}

li a.li-link:hover {
    color: #007bff;
    text-decoration: none;
    list-style-image: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: gray#808080;
    font-size: 0.9rem;
    text-align: center;
}

.form-control::placeholder {
    color: #3C4144;
}

.custom-select:focus {
    border-color: #004085;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0,64,133);
}

.uppercase {
    text-transform: uppercase;
}

/* fixed header
#main-content {
    margin-top: 160px;
}*/


.tblSubmitTestimonySS td {
    padding-bottom: 15px;
}

    .tblSubmitTestimonySS td.ptop {
        padding-top: 12px;
    }

    .tblSubmitTestimonySS td.last {
        padding-bottom: 0px;
    }


.tblSubmitTestimonySS .radioBL input[type="radio"] {
    margin-right: 7px;
    word-break: break-all;
}

.tblSubmitTestimonySS .radioBL label {
    display: inline !important;
    padding-bottom: 10px;
}

.reversed {
    display: flex;
    flex-direction: column-reverse;
}

.topalert-danger {
    color: black;
    background-color: #f5c6cb;
    border-color: #f5c6cb;
    font-size: .8rem;
}

.topalert-warning {
    color: black;
    background-color: #EFCF01;
    border-color: #f5c6cb;
}

.topalert-normal {
    color: white;
    background-color: #4287f5;
    border-color: #4287f5;
}

.modal-confirm .modal-header {
    background: #47c9a2;
    border-bottom: none;
    position: relative;
    text-align: center;
    margin: -20px -20px 0;
    border-radius: 5px 5px 0 0;
    padding: 35px;
}

/* YouTube modal */
#myModal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 70%;
    transform: translate(-50%, -50%);
}

.modal-content {
    width: 700px;
}

/*-------------------------------------SESSION INFO--------------------------------------------*/
.session-time {
    font-weight: bold;
}


/*-------------------------------------HEADER--------------------------------------------*/

#main-nav {
    z-index: 99;
}

#header-seal {
    height: 115px;
}

#main-content .container {
    padding: 1rem 0;
}

div#search-bar > * {
    font-size: 1rem;
}

.page-header {
    text-align: center;
    color: #111;
    padding: 1rem;
    text-align: center;
    /*border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;*/
    margin-bottom: 1rem;
}

    .page-header h1 {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 64px;
        text-transform: uppercase;
        margin: 0;
    }

    .page-header select {
        font-size: 2.5rem;
    }

/*.banner-overlay span {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}*/

.banner-overlay div#search {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}

h1 span.banner {
    font-weight: normal;
}

.wide-text {
    line-height: 1.1em;
    letter-spacing: .04em;
    font-weight: 500;
}

#section-login div {
    margin: 5px 45px 5px 0;
    text-align: right;
}

nav#section-login * {
    color: white;
}

a.dropdown-item {
    width: inherit;
    padding: 0.5em;
}

    a.dropdown-item:hover {
        color: white;
        background-color: #ABB5BF;
    }

.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 2;
}


.menu-seal-img {
    width: 90px;
    height: 90px;
}

#main-header-banner {
    padding-top: 50px;
}

#main-header {
    background-size: cover;
    width: 100%;
    object-fit: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
    height: 275px;
}

#header-container {
    width: 100%;
    z-index: 999;
    /* fixed header 
    position: fixed;
    top: 0; */
}

h1.banner {
    font-size: 4rem;
    color: #ffffff;
    padding-top: 2rem;
}

h2.banner {
    font-size: 2rem;
}

#main-menu {
    width: 100%;
}

#grey-header {
    background-color: #f4f4f4;
    height: 35px;
    font-size: 0.8rem;
}

.grey-header {
    background-color: #f4f4f4;
    height: 35px;
    font-size: 0.8rem;
}

.blue-header {
    background-color: #124D78;
    /*background-color: #22577E;*/
    color: white;
}

#account-search-bar a.dropdown-item {
    color: black;
}

.account-nav a, #account-search-bar a, #account-search-bar a:hover {
    color: white;
    font-size: 1.1rem;
}

.navbar-toggler {
    background-color: #f8f9fa;
}

#header-image:hover {
    cursor: pointer;
}


.leftr {
    position: relative;
    width: 100%;
    right: 68%;
    min-height: 800px;
}

li.new::after {
    font-family: FontAwesome;
    color: orange;
    content: '\f0f3';
}

li.new a {
    margin-right: 3px;
}

div#announcements {
    padding-bottom: 4px;
    padding-top: 4px;
    text-transform: none;
    text-decoration: none;
    color: #CB593C;
}


.loggedin-icon {
    color: orange;
}

.card .card-header.secondary-page {
    color: #000;
    background-color: #EAF4FB;
}

.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4 {
    margin-bottom: 0;
    text-align: left;
}

.card li {
    color: #124D79;
}

/*    .card li a {
        text-decoration: none;
    }

    .card li a:hover {
        text-decoration: underline;
    }*/

.member-nav, .member-nav a, .member-nav-header {
    color: #6D2D1D;
}

    .member-nav.icon-nav a:hover {
        color: #ff3400;
    }

.icon-nav a {
    font-size: .95rem;
}

.icon-nav i {
    font-size: 2rem;
}



.loggedin-icon {
    color: orange;
}

.card .card-header.secondary-page {
    color: #000;
    background-color: #EAF4FB;
}

.card-featured .card {
    color: #003E6B;
    background: lightgray;
}

.main, .btn-main {
    /*background: -webkit-gradient(linear, left top, left bottom, from(#E1ECF9), to(#EAF4FB));*/
    /*background-color: #1B73B4;*/
    /*border-color: #124D79;*/
    background-color: #EB8D00;
    border-color: #EB8D00;
    color: black;
}


    .btn-main:focus,
    .form-control:focus {
        border-color: #004085;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(0,64,133);
    }

    .main:hover, .main:active, .btn-main:hover, .btn-main:active {
        /*background-color: #124D78;*/
        background-color: #EBA400;
        border-color: #EBA400;
    }

.bg-dark-gray {
    background-color: #45494d;
}

.blue-header a, .blue-header a:visited, .blue-header a:hover, .blue-header a:active {
    color: inherit;
}

.focus-visible:focus {
    outline: 3px solid #0056b3; /* Adjust the color to ensure a contrast ratio of at least 3:1 */
    outline-offset: 2px;
}

/*-------------------------------------BANNER IMAGE--------------------------------------------*/
.banner-lg .banner-img {
    width: 100%;
    height: 375px;
    object-fit: cover;
    object-position: 0 55%;
}

.banner-lg .banner-overlay-text {
    color: #fff;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    /*box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 40%);*/
}

.carousel-btn {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 5px solid transparent;
    opacity: .5;
}

.banner-lg .banner-overlay-text {
    padding-top: 110px;
}

.carousel-indicators {
    list-style-type: none;
    display: flex;
    padding: 10px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 50px;
    height: 50px;
}

.carousel-control-next:focus > .carousel-control-next-icon,
.carousel-control-prev:focus > .carousel-control-prev-icon {
    box-shadow: 0 0 2px 2px white;
}

.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
    width: 75px;
    height: 75px;
}

.banner-img.house {
    object-position: bottom;
}

.banner-sm .banner-img, .banner-lg .banner-img {
    filter: brightness(60%);
}

.banner-sm .banner-img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    object-position: 0 50%;
}


.banner-sm .banner-overlay-text {
    color: #fff;
    position: absolute;
    z-index: 1;
    width: 100%;
    /*box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 40%);*/
    height: 275px;
}

    .banner-sm .banner-overlay-text h1 {
        padding-top: 5rem;
        font-size: 3rem;
        text-align: center;
    }

    .banner-sm .banner-overlay-text h3 {
        font-size: 2rem;
        text-align: center;
    }


.banner-sm .overlay-text-long h1 {
    padding-top: 4rem;
    font-size: 4rem;
}


.form-control {
    display: inline;
    width: 75%;
}

.required:after {
    content: " *";
    color: red;
}

.btn-navy {
    background-color: #124D78;
    color: #fff;
}

.card-header h6 {
    font-weight: bold;
}

.card {
    margin-bottom: 15px;
}

.card-columns {
    column-count: 2;
}

/*----------------------------------------GRADIENTS-----------------------------------------------*/
.gradientgray {
    /* fallback (Opera) */
    background: #F4F4F4;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #FFFFFF, #E1E1E1);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E1E1E1));
}

.gradientgrayreverse {
    /* fallback (Opera) */
    background: #F4F4F4;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #E1E1E1, #FFFFFF);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#E1E1E1), to(#FFFFFF));
}

.gradientlightblue {
    /* fallback (Opera) */
    background: #BADEF2;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #F5FAFF, #84C5E6);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#F5FAFF), to(#84C5E6));
}

.gradientlightbluereverse {
    /* fallback (Opera) */
    background: #BADEF2;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #BADEF2, #E2E2E2);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#BADEF2), to(#E2E2E2));
}

.gradientdarkblue {
    /* fallback (Opera) */
    background: #124D79;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #124D79, #1B73B4);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#124D79), to(#1B73B4));
}

.gradientorange {
    /* fallback (Opera) */
    background: #FFF0E1;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #FFFFFF, #FFF0E1);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFF0E1));
    border: 1px solid #FFE1C4;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gradientyellow {
    /* fallback (Opera) */
    background: #FFFFE1; /* Mozilla: */
    background: -moz-linear-gradient(top, #FFFFFF, #FFFFE1); /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFE1));
    border: 1px solid #FFE1C4;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bluebox {
    border: 1px solid #CAE3F4;
    background-color: #EAF4FB;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


#btn-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}


.blue {
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

    .blue:hover {
        background: #007ead;
        background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
        background: -moz-linear-gradient(top, #0095cc, #00678e);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
    }

    .blue:active {
        color: #80bed6;
        background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
        background: -moz-linear-gradient(top, #0078a5, #00adee);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
    }

.gray {
    color: #333333;
    border: solid 1px #808080;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#C0C0C0));
    background: -moz-linear-gradient(top, #FFFFFF, #C0C0C0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#FFFFFF', endColorstr= '#C0C0C0' );
}

    .gray:hover {
        background: #000000;
        background: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(#C0C0C0));
        background: -moz-linear-gradient(top, #E9E9E9, #C0C0C0);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9E9E9', endColorstr='#C0C0C0');
    }

    .gray:active {
        color: #333333;
        background: -webkit-gradient(linear, left top, left bottom, from(#C0C0C0), to(#E9E9E9));
        background: -moz-linear-gradient(top, #C0C0C0, #E9E9E9);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#E9E9E9');
    }

.account-header {
    border-width: 1px;
    border-color: #C0C0C0;
    padding: 6px 28px 6px 24px;
    border-style: solid none solid none;
    font-size: 1.5rem;
    color: #124D79;
    margin-bottom: 15px;
}

    .account-header .sub-header {
        font-size: 1.2rem;
    }

.solid-gray {
    background-color: #F2F2F2;
}

a:visited {
    color: #8A1E93;
}


/*-------------------------------------Home page card "View" links--------------------------------------------*/

.card-featured {
    flex: 1 1 0;
    width: 0;
    padding: .2rem;
}



.hvr-curl-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-curl-bottom-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(315deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}

.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
    width: 25px;
    height: 25px;
}

.featured p {
    text-align: center;
}

.view a {
    font-size: 15px;
    color: #000;
    padding: 10px 25px;
    /*background: #124D79;*/
    background: #EB8D00;
    text-decoration: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}



/*-------------------------------------Icon Cards--------------------------------------------*/


.icon-card-lg {
    width: 5.375rem;
    height: 11.375rem;
}

.icon-card {
    width: 9.375rem;
    height: 9.375rem;
}

.icon-card, .icon-card-lg, .icon-card-sm {
    border-radius: 5px;
}

.icon-card, .icon-card-lg {
    background-color: #f6f6f6;
    text-align: center;
    box-sizing: border-box;
    padding-top: 1.25rem;
}

.icon-card a, .icon-card-lg a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    transition: none;
    line-height: 1;
    padding: 1.1rem;
}

.icon-card-sm {
    min-width: 200px;
    /*max-width: 200px;*/
    height: 100px;
    background-color: lightgray;
    text-align: center;
    box-sizing: border-box;
    font-size: 10px;
}

.icon-card-sm a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    font-weight: 700;
    color: #0C273C;
    text-align: center;
    transition: none;
    padding-top: 1.3rem;
    text-decoration: none;
    white-space: nowrap;
}

#member-nav-buttons a:visited {
    color: inherit;
}


.icon-card:hover, .icon-card-lg:hover, .icon-card-sm:hover {
    color: #fff;
    background-color: #f6f6f6;
    background-color: #1D6194;
}

    .icon-card:hover a, .icon-card-lg:hover a, .icon-card-sm:hover a {
        color: #fff;
        text-decoration: none;
    }

.icon-card-sm.account-active, .icon-card-sm.account-active a {
    color: #fff;
    background-color: #1D6194;
}

.icon-card-sm.account-active:hover {
    color: #fff;
    text-decoration: none;
}

.icon-card-sm:not(.account-active):hover {
    /* background-color: #1D6194;*/
    background-color: #1D6194;
}

.icon-card-sm:not(.account-active):hover {
    color: black;
    text-decoration: none;
}

div.contact-box-footer .btn.focus, .btn:focus {
    outline: 0; 
    box-shadow: 0px 0px 0px .3rem black; 
}
.HRS .icon-card-sm {
    padding-right: 5px;
}

div.account-active {
    pointer-events: none;
}

tr.testimony-list th {
    padding: 0.75rem .4rem 0.75rem .2rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-weight: bold;
    font-size: 1.1rem;
}

.testimony-list-row {
    vertical-align: top;
}

.testimony-list-row td {
    padding: .5rem;
}

#hearing-notice .form-control-sm {
    flex: 1 1 auto;
    border: 1px solid #ced4da;
}



/*-------------------------------------Measure Status--------------------------------------------*/

#measure-info tr:not(:last-child) {
    border-bottom: solid 1px;
}

.measure-header {
    font-size: 2rem;
    font-weight: bold;
    color: #124D79;
}

.measure-header-notClickable {
    font-size: 2rem;
    font-weight: bold;
    color: #124D79;
    pointer-events:none;
}

.date-label, .measure-label {
    width: 140px;
}

.measure-label {
    color: #124D79;
    vertical-align: top;
}

.measure-main {
    display: flex;
    /*padding: 5px 10px;*/
    flex-flow: row wrap;
    font-weight: 500;
}

.main-col {
    flex: 1 0 65%;
    padding-right: 1rem;
}

.side-col {
    flex: 1 0 35%;
    /*min-width: 335px;*/
}

.measure-number {
    display: flex;
    flex: 1 0 65%;
    align-items: center;
}

.submit-testimony {
    flex: 1 0 35%;
    text-align: right;
}

.img-button {
    margin-right: .5rem;
}

.measure-status .card-header {
    font-weight: bold;
    color: #ffffff;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#124D79), to(#1B73B4));*/
    background: #124D78;
}

/*-------------------------------------Member Cards--------------------------------------------*/
.contact-box {
    text-align: center;
    border: 1px solid #e7eaec;
    padding: 20px;
    /*margin-bottom: 20px;*/
    font-size: 1rem;
    width: 350px;
}


.legislator-list .contact-box {
    width: 340px;
}


.contact-box h4 {
    font-size: 1.3rem;
}

.contact-box > a {
    color: inherit;
}

.contact-box > * {
    padding-left: 0 15px 0 15px;
}

.contact-box.center-version {
    border: 1px solid #e7eaec;
    border-bottom: none;
    padding: 0;
    text-align: center;
}

.contact-box img {
    border-radius: 5%;
    object-fit: cover;
    object-position: top;
}

.contact-box.center-version > a img {
    width: 140px;
    height: 140px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-box.center-version address {
    margin-bottom: 0;
}

.contact-box .district {
    padding: 15px;
}

.contact-box-horizontal .mobile-footer {
    border-top: 1px solid #e7eaec;
    /*margin-top: 5px;*/
    padding: 5px 0 5px 0;
}

.contact-box-horizontal .contact-info {
    height: 220px;
    font-size: .95rem;
}

.contact-info-img {
    width: 33%;
}

    .contact-info-img img {
        height: 100%;
        object-fit: cover;
    }

.contact-info a.rep-name {
    color: black;
}

.gray-background {
    background-color: #E2E2E2;
}

.leadership-img {
    max-width: 250px;
    height: auto;
    margin: auto;
}

.member-page h1, .member-page h2 {
    color: #124D79;
}

span#MainContent_LabelNews img {
    height: auto;
    width: 100%;
    max-width: 500px;
}

#member-link {
    color: #1D6194;
}

.footer-disclaimer a {
    text-decoration: underline;
    color: #fff;
}

a.novisited, a.novisited:visited, a.novisited:hover, a.novisited:active {
    color: inherit;
}

/*-------------------------------------Committee--------------------------------------------*/

#committee-header {
    line-height: 1;
    margin: auto;
    border-width: 1px;
    border-color: #C0C0C0;
    font-family: Garamond;
    border-style: solid none solid none;
    font-size: 36pt;
    color: #124D79;
    width: auto;
}

.committee-chair .contact-box-footer {
    padding: 1rem 0;
    border-top: 1px solid #e7eaec;
}

.card-header.committee-blue {
    color: #FFFFFF;
    background-color: #124d79;
    font-weight: bold;
}


@media (min-width: 990px) {
    #account-nav {
        display: none;
    }

    #account-search-bar {
        width: 50%;
    }
}

.lg-view {
    display: inline-block;
}

.lg-view-table {
    display: table-cell;
}

.sm-view, .sm-view-table {
    display: none;
}

/*-------------------------------------Jobs--------------------------------------------*/

.leg-jobs h2, leg-jobs h3 {
    color: #124d79;
}

.leg-jobs h2 {
    font-size: 1.5rem;
}

.leg-jobs h3 {
    font-size: 1.1rem;
    color: #124d79;
    font-weight: bold;
}

.leg-jobs section {
    padding: 0;
}


/* MISC */

/*Needed stop prevent styling issues input asp calenderextender control*/
.ajax__calendar_container {
    word-wrap: normal;
}

/*-------------------------------------Footer--------------------------------------------*/
footer.footer-main {
    width: 100%;
    background-color: #575757;
    color: #fff;
    border-top: solid 2px #575757;
    font-size: .8rem;
    padding-top: .5rem;
}

    footer.footer-main h1 {
        font-size: 1rem;
        margin-bottom: 1rem;
        font-weight: normal;
    }

    div.footer-section {
        font-size: 1rem;
        margin-bottom: 1rem;
        font-weight: normal;
    }

    footer.footer-main ul {
        color: #fff;
        list-style-type: none;
        margin-left: auto;
        display: inline;
        padding: 0;
    }

    footer.footer-main li {
        padding-bottom: 0;
        margin-bottom: .5rem;
    }

    footer.footer-main section.footer-disclaimer {
        background-color: #363636;
        color: white;
        padding-top: .5rem;
        padding-bottom: .5rem;
        margin-top: .5rem;
    }
/*-------------------------------------Acessibility--------------------------------------------*/
.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

/*-------------------------------------Media Queries--------------------------------------------*/

@media (max-width: 768px) {

    .form-control {
        width: 100%;
    }

    h1 {
        font-size: 1.2rem;
    }

    h4 {
        font-size: .9rem;
    }

    /* fixed header
    #main-content .container {
        padding-top: 2.2rem;
    }*/
    #main-nav {
        margin-bottom: .4rem;
    }

    .main-header-text-lg {
        font-size: 1.5rem;
        font-weight: bolder;
        line-height: 2.3rem;
    }

    #member-nav-buttons {
        display: none;
    }

    /*fixed header
    #main-content {
        margin-top: 213px;
    }*/

    .menu-search * {
        font-size: .8rem;
    }

    .card-featured {
        width: auto;
    }

    .page-header h1, .page-header select {
        font-size: 1.5rem;
    }

    .lg-view, .lg-view-table {
        display: none;
    }

    .sm-view {
        display: inline-block;
    }

    .sm-view-table {
        display: table-cell;
    }

    .icon-card-sm {
        width: 100%;
    }

    .icon-card-sm, .hrs-icon {
        padding: .3rem;
        height: 100%;
        margin-bottom: .3rem;
    }

        .icon-card-sm a, .hrs-icon {
            padding: .3rem;
        }

            .icon-card-sm i, .icon-card-sm br, .hrs-icon i, .hrs-icon br {
                display: none;
            }

    .hrs-icon {
        background-color: lightgrey;
        padding: .5rem;
    }

    .carousel-caption:not(.welcome) {
        left: 15%;
        width: 75%;
    }

    .carousel-caption.welcome {
        position: absolute;
        right: 15%;
        left: 15%;
        top: 100px;
        z-index: 10;
        padding-top: 0px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }

        .carousel-caption.welcome h1 {
            font-size: 2.5rem;
        }

    /*    .banner-sm 
    {
        height: 180px;
    }*/

    .banner-sm .banner-overlay-text.house h1 {
        padding-top: 3rem;
    }

    .banner-sm .banner-overlay-text.senate h1 {
        padding-top: 4.5rem;
    }

    .banner-sm .banner-overlay-text h1 {
        font-size: 2.2rem;
        text-align: center;
    }

    .member-page h1 {
        font-size: 1.1rem;
        font-weight: bold;
    }

    .member-page h2 {
        font-size: 1rem;
        font-style: italic;
    }

    .committee-info-list-email {
        font-size: .7rem;
    }
}

@media (max-width: 990px) {
    .submit-testimony {
        text-align: left;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    body {
        zoom: 80%;
    }
}

@media (max-width: 1199px) {

    #account-search-bar {
        width: 100%;
        margin: 0;
    }

    #main-nav {
        display: block;
    }

    #header-seal, #account-search-bar {
        padding-bottom: .5rem;
    }

    .modal-content {
        width: 100%;
    }



    /* fixed header
    #main-content {
        margin-top: 210px;
    } */

    /*.container {
        width: fit-content;
    }*/


}


@media (min-width: 768px) {

    .mobile-footer, .contact-box-footer-legislators {
        display: none;
    }

    .carousel-caption:not(.welcome) {
        left: 60%;
        width: 25%;
    }
}

@media print {

    .noprint, #header-container, footer {
        display: none;
    }

    .measure-header {
        font-size: 3rem;
    }

    .main-col {
        flex: 1 0 100%;
        font-size: 1.3rem;
    }
}

/*430 px being the largest phone width used and 320 being the smallest*/
@media screen and (max-width: 500px) {
    .testimony-responsive a, .table-responsive div, .table-responsive span {
        font-size: 11px !important;
    }
    .testimony-responsive td {
        word-break: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }
}