
/***********************************************
Default settings
***********************************************/

img{
    max-width: 100%;
    height: auto;
}

body{
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 13px;
    color: #383F53;
}

h3{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background-color: #CD202C;
    padding: 5px 8px;
    width: max-content;
    margin-bottom: 20px;
}
h1, h2{
    font-size: 27px;
    font-weight: bold;
    color:#383F53;
}
h2 a{
    color:#383F53;
}
h2 a:hover{
    color: #448BDF;
    text-decoration: none;
}
hr{
    /* border-top: 2px dashed #b3b3b3; */
    border-top: 1px solid #b3b3b3;
}
h4{
    margin-bottom: 5px;
}
h4 a{
    color:#383F53;
    font-size: 17px;
    font-weight: bold;
}
h4 a:hover{
    color: #448BDF;
    text-decoration: none;
}
h5{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background-color: #042986;
    padding: 5px 8px;
    width: max-content;
    margin-bottom: 20px;
}

.upper-gap-md{
    margin-top: 20px;
}

.lower-gap-md{
    margin-bottom: 20px;
}

/***********************************************
Header
***********************************************/
header.main-header{
    padding-top: 25px;
    margin-bottom: 50px;
}
.top-logo{
    margin-bottom: 10px;
}


.sub-menu{

    background-color: #042986;
    color: white;
}

.sub-menu a{
    color: white;
    font-weight: bold;
    padding: 0 10px;
    border-right: solid white;

    text-transform: uppercase;
}
.sub-menu a:hover{
    color: #448BDF;
    text-decoration: none;
}
.sub-menu a:last-child{
    border-right: none;
    padding-right: 0;
}
.sub-menu-title{
    float: right;
    padding-right: 20px;
}
.sub-menu-links{
    float: right;
}

.sub-menu-text-container{
    text-align: right;
    padding: 10px 0;
}

.search-form input{
    width: 0 !important;
    height: 30px !important;
    padding: 0 !important;

    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;

    opacity: 0;
}
.search-form:hover input, .search-form input:focus {
    width: 200px !important;
    padding: 0 10px !important;
    opacity: 1;
}
.top-menu-new{
    background-color: white !important;
}
.top-menu-new a{
    color: #383F53 !important;
    margin-right: 17px;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 0;
}
.top-menu-new a:hover{
    color: #448BDF !important;

}
.search-form button{
    background-color: #042986;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 17px;
    padding-top: 0px;
    border-radius: 8px;
    color: white;
    margin-top: -4px;
    padding:0 6px !important;
}
.btn-outline-success:hover {
    /* color: #042986;
    background-color: #fff;
    border-color: #fff;
    border: 1px solid #042986; */
    background-color: #042986;
    color: white;
}
/***********************************************
Footer
***********************************************/
footer{
    margin-top: 50px;
}

.twit-panel{
    background-color: #F5F8FA;
    padding: 13px 69px;
}
.twitter-block {
    width: 582px;
    max-width: 100%;
}
.footer-menu{
    background-color: #383F53;
    color: white;

    padding-top: 45px;
    border-top: #CD202C solid 10px;
}

.footer-menu .top-logo{
    margin-top: 5px;

    width: 190px;
}

.footer-link-menu-container{
    padding-top: 30px;
}
.footer-menu ul {
    padding: 0;
    list-style: none;
    margin: 0 0 30px;
}
.footer-menu a {
    text-decoration: none;
    color: white;
}
.footer-menu a:hover{
    color: #448BDF;
    text-decoration: none;
}

.footer-menu h6{

    font-weight: bold;
    font-size:13px;
}
.footer-social-icons{
    font-size: 25px;
    letter-spacing: 5px;
}

.footer-bottom-text{
    margin-top: 75px;
    margin-bottom: 30px;
}


/***********************************************
Homepage
***********************************************/
.big-card{
    margin-bottom: 30px;
}
.big-card .date-text{
    color: #CD202C;
}
.big-card-image{
    text-align: center;
}
.card-summary-container {
    font-size: 14px;
}
.card-summary-container a{
    color: #CD202C;
    font-weight: bold;
}
.card-summary-container a:hover{
    color: #448BDF;
}
.card-summary-container p{
    display: inline;
}
.hp-side-bar-container {
    background-color: #F5F8FA;
    margin-top: -10px;
    padding-top: 10px;
}
.hp-side-bar-container .resources a{
    color:#007bff;
    font-weight: bold;
    display: block;
    margin-bottom: 7px;
}
.hp-side-bar-container a:hover{
    color: #448BDF;
}

.hp-side-bar-container hr:last-child{

    border-top: none;
}

.hp-supreme-court-cases{
    margin-bottom: 30px;
}

.hp-supreme-court-cases a{
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    margin-bottom: 15px;
}

.small-card{
    margin-bottom: 15px;
    font-size: 13px !important;
}
.small-card .card-left-side{
    float: left;
    width: calc(100% - 70px);
}
.small-card .card-right-side{
    float: right;
    width: 65px;
    height: 65px;
}
.small-card img{
    border-radius: 5px;
}
.small-card a{
    color:#383F53;
    font-weight: bold;
}

.small-card a:hover{
    color: #448BDF;
    text-decoration: none;
}
.small-card .date-text{
    color: #CD202C;
}
.extra-margin-bottom{
    margin-bottom: 35px;
}


/***********************************************
Press Release(pr)/Case/Formatted Page(fp)/Media Photos(mp)
***********************************************/
.pr-main-content, .case-main-content, .fp-main-content, .mp-main-content{
    padding: 0 55px 0 35px;
    font-size: 14px;
}
.case-related-pr-title{
    padding: 20px 55px 0 35px;
}
.case-related-pr-sub-title{
    padding: 0 55px 10px 35px;
    margin-top: -10px;
    font-weight: bold;
    font-size: 15px;
}
.case-related-photos-title{
    font-weight: bold;
}
.sub-title{
    font-weight: bold;
    font-size: 15px;
}
.pr-main-content .top-date-text, .case-main-content .top-date-text, .mp-main-content{
    margin-bottom: 18px;
    margin-top: 30px;
}
.pr-main-content img, .case-main-content img{
    float: left;
    margin: 0 10px 10px 0;
}
.pr-main-image-caption{
    margin-top: -15px;
    margin-bottom: 20px;
    font-size: 14px;
}
.pr-side-bar-container a{
    color:#007bff;
    font-weight: bold;
    margin-bottom: 7px;
    display: block;
}
.pr-side-bar-container a:hover{
    color: #448BDF;
}
.case-file{
    font-weight: bold;
    margin: 0 0 20px 0;
}
.case-file a{
    color:#007bff;
}
.case-file a:hover{
    color: #448BDF;
}
.case-main-image-caption{
    margin-top: 5px;
    font-size: 14px;
}
.related-resource{

    margin: 0 0 10px 0;
}
.related-resource a{
    /* color:#383F53; */
    font-weight: bold;
}
.related-resource a:hover{
    color: #448BDF;
}
.mp-images{
    padding: 0 0 0 35px;
    margin-left: 10px;
}
.mp-related-cases{
    margin: 0 0 10px 0;
    line-height: 20px;
}
.mp-related-cases h3{
    margin-bottom: 10px;
}
.mp-related-cases a{
    font-weight: bold;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    margin-bottom: 5px;
}
.mp-related-cases a:hover{
    color: #448BDF;
}
.biography-token{
    margin-top: 25px;
}
.biography-token h6{
    margin-top: 37px;
    margin-bottom: 15px;
}
.biography-token img{
    border-radius: 50%;
    margin-bottom: 16px;
}
.views-field-field-sub-title{
    padding-bottom: 23px;
    padding-top: 10px;
}


/***********************************************
Forms
***********************************************/
form input, form textarea, form select{
    font-size: 20px;
    border-color: #aeaeae;
    margin: 0;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #F5F8FA;
}
form input{
    width:  100%;
    height: 43px;
}
form select{
    width:  80%;
    height: 43px;
}
form textarea{
    width:  100%;
    height: 200px;
}
input.required::placeholder, .form-textarea.required::placeholder{
    font-weight: bold;
  opacity: 1; /* Firefox */
}
input.required::-ms-input-placeholder, .form-textarea.required::-ms-input-placeholder{
    font-weight: bold;
}
input.required:-ms-input-placeholder, .form-textarea.required:-ms-input-placeholder{

    font-weight: bold;
}
select.form-select {
    margin: 0;
    margin-bottom: 10px;
}
select.form-select.required {
    font-weight: bold;
}
select.form-select.required.has-vlaue{
    font-weight: normal;
}
form input.form-text, form input.form-email{
    margin: 0;
    margin-bottom: 10px;
}
form .form-actions{
    width: 100%;
    padding: 0 15px;
}
form .webform-button--submit{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
#edit-country{
    width:  100%;
}
#edit-state{
    width:  100%;
}
#edit-province{
    width:  100%;
}

/***********************************************
Popup
***********************************************/


.social-side-bar{
    position: fixed;
    z-index: 200;
    left: 0;
    top: 30%;
}
.popout-button{
    width: 60px;
    height: 60px;
    border: 1px solid #383F53;
    border-left: none;
    text-align: center;
    padding-top: 12px;
    color: #aeaeae;
    cursor: pointer;
    border-radius: 2px;
    background-color: white;

    font-size: 12px;
    font-weight: bold;
    color: #383F53;
    text-transform: uppercase;
}
.popout-button:hover{
    background-color: #aeaeae;
}
.popout-button i{
    font-size: 18px;
    margin-bottom: 5px;
}
.popout-container{
    width: 260px;
    height: 80px;
    border-radius: 10px;
    position: relative;
    left: 75px;
    top: -70px;
    background-color: white;

    padding-left: 22px;
    padding-top: 2px;

    display: none;

    -webkit-box-shadow: -1px 0px 16px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 0px 16px 0px rgba(0,0,0,0.75);
box-shadow: -1px 0px 16px 0px rgba(0,0,0,0.75);
}

.social-side-bar:hover .popout-container{
    display: block;
}


.popout-container:before {
    content: " ";
    position: absolute;
    top: 30px;
    left: -10px;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;

}
.popout-container div{
    float: left;
    background-color: cornflowerblue;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    color: white;
    margin-top: 17px;
    margin-left: 13px;


}
.popout-container div:hover{
    border: 1px solid #aeaeae;
    opacity: 70%;
}

.popout-container div a{
    color: white;
    width: 40px;
    height: 40px;
    padding-top: 8px;
    display: block;
}

.popout-container .fb-popout-btn{

    background-color: #0056b3;
}

.popout-container .tw-popout-btn{

    background-color: #1DA1F2;
}

.popout-container .ln-popout-btn{

    background-color: #2867B2;
}

.popout-container .email-popout-btn{

    background-color: #fe0000;
}

.popout-button.print-btn{
    position: fixed;
    z-index: 200;
    left: 0;
    top: calc(30% + 60px);
}


.media-photos-description{
    font-size: 20px;
}


/***********************************************
Mobile
***********************************************/
@media only screen and (max-width: 600px) {
    header.main-header{
        margin-bottom: 20px;
    }
    form input{
        width:  100%;
    }
    form select{
        width:  65%;
    }
    form textarea{
        width:  100%;
    }
    .navbar-brand{
        width: 70%;
    }
    .social-side-bar{
        display: none;
    }
    .popout-button.print-btn{
        display: none;
    }
    .hp-side-bar-container {
        background-color:transparent;
        margin-top: 0px;
        padding-top: 0px;
    }
    .pr-main-content, .case-main-content {
        padding: 0;
    }
    .mp-images{
        padding: 10px;
    }
    .case-related-pr-title {
        padding: 20px 0 0 0;
    }
    .case-related-pr-sub-title{
        padding: 0 0 10px 0;
    }
    .sub-menu-links, .sub-menu-title{
        display: none;
    }
    .biography-token h6{
        margin-top: 0;
    }
    .big-card h2{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .search-form input{
        width: 200px !important;
        padding: 0 10px !important;
        opacity: 1;
    }
    #edit-country{
        width:  100%;
    }
    #edit-state{
        width:  100%;
    }
    #edit-province{
        width:  100%;
    }
    .border-t-1 {
        border-top: 1px solid #b3b3b3;
        padding-top: 1rem;
        padding-top: 1rem;
    }
}

.captcha {
  padding-left: 15px;
}

@media (max-width: 995px){
    .col-sm-4.item-issues {
        max-width: 100%;
        flex:none;
    }
}


/***********************************************
Print
***********************************************/
@media print {
    /* All your print styles go here */
    .sub-menu, footer, .social-side-bar, .popout-button.print-btn{
        display: none !important;
    }
}
