#header {
    font-size: 20px;
}

.contactMessageInput{

    width: 250px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    margin: 0;

    margin-left: calc(50% - 128px);

    padding: 3px;

    margin-top: 2px;

    /* border: yellow solid 1px; */
}

.contactMessageLabel{

    color: white;

    margin-top: 10px;

    width: 250px;

    margin-left: calc(50% - 125px);
}

#contactMessageTitle{

    text-align: center;

    margin-top: 40px;

    /* margin-left: 40px; */

    font-size: 20px;

    color: yellow;
}

.quoteContainer{

}

.quoteContainer .quote{

}

.quoteContainer .quoter{

}

#uniteHeaderOption{
    background-color: yellow;
    color: black;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 27px;
    height: 22px;
    font-size: 1.3em;
}

.horizontalSeparator{
    width:80%;
    margin: auto;
    height: 2px;
    background: lightgray;
    margin-top: 20px;
    margin-bottom: 20px;
}

.link{
    text-decoration: underline;
    color: #AAA;
    font-family: 'AmnestyTradeGothic-BdCn20';
}

.pageSubtitle{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
}

b{
    font-family: 'AmnestyTradeGothic-BdCn20';
}

.noScroll{
    overflow:hidden;
    height: 100%;
}

.staticPageContainer{
    width: 85%;
    margin: auto;
    line-height: 1.4;
    margin-top: 30px;
}

.pageInfo {margin: 10px; margin-left: 10%;width: 90%;overflow: hidden; line-height: 1.5;}

.pageInfoSubTree {color: gray;float: left;}

.pageInfoCurrent {float: left;margin-left: 10px;}

.pageTitle{
    text-transform: uppercase;
    font-size: 36px;
    margin-left: 10%;
    margin-top: 20px;
}

.pagingNumbers{
    width: fit-content;
    margin: auto;
}

.pagingNumbersOption:hover{
    cursor: pointer;
    background-color: black;
    color: white;
}

.pagingNumbersOption{
    float:left;
    padding: 10px;
}


html{
    height: 100%;
}

body{
    position:relative;
    height: 100%;
    margin: auto;
    min-width: 1100px;
}

.mobileMenuSeparator{
    background-color: #444;
    height: 2px;
    margin: 2px auto;
    width: 90%;
    /* z-index: 37; */
    /* display: block; */
    /* position: relative; */
}

.mobileDropdownContent{
    max-height: 0px;
    -webkit-transition: max-height 1s ease-in;
    -moz-transition: max-height 1s ease-in;
    -o-transition: max-height 1s ease-in;
    transition: max-height 1s ease-in;
}

.mobileDropdownContainer:hover .mobileDropdownContent {
    max-height: 1000px;
}

.mobileDropdownContainer:hover .mobileDropdownTitle {
    color: #F9E900;;
}

.mobileDropdownContainer{
    position: relative;
    height: fit-content;
    display: block;
    width: 90%;
    text-align: right;
    overflow: hidden;
    padding-right: 10%;
    line-height: 3;
}

.mobileDropdownTitle{
    height: 40px;
    max-height: 40px;
    overflow: hidden;
    width: 100%;
    position: relative;
    display:  block;
}

.subDropdownContent{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
    top: 0px;
    right: 100%;
}

.headerSubDropdown:hover .subDropdownContent {
    display: block;
}

.mobileDropdownElement{
    width: 90%;
    height: 40px;
    text-align: right;
    overflow: hidden;
    padding-right: 10%;
    display: block;
}

.dropdownContent a:hover, .dropdownContent:hover headerOption{
    background-color: #5A5A5A;
    color: white;
}

.dropdownContent a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdownContent {
    /*display: none;*/
    max-height: 0px;
    -webkit-transition: max-height 1s ease-in;
    -moz-transition: max-height 1s ease-in;
    -o-transition: max-height 1s ease-in;
    transition: max-height 1s ease-in;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 80px;
    overflow: hidden;
}

.headerDropdown{
    float:right;
    overflow: hidden;
}

.headerDropdown:hover .dropdownContent {
    max-height: 1000px;
    z-index: 1000;
}

#footerContainer {
    width: 100%;
    height: 326px;
    margin-top: 50px;
}

#footer {
    max-width: 1300px;
    margin: auto;
    padding: 40px 0 0 150px;
    height: fit-content;
    font-size: 0.75rem;
}

#mailingColumn {
}

#mailingColumnTitle {
    font-weight: bold;
    font-size: 0.9rem;
    height: 20px;
}

.inputType1 {
    background: transparent;border: 
        solid 1px;
    padding: 6px;
    width: calc(100% - 12px - 15%);
    margin-bottom: 10px;
}

.buttonType1 {
    padding:  6px;
    border: solid 1px;
    width: fit-content;
}

.footerInfoColumn {
    width: 20%;
    float: left;
    text-decoration: none;
}
.footerInfoColumn a{
    text-decoration:none;
}

.footerInfoColumn:first-child {
    width: 40%;
}

.footerInfoColumn li {
    font-size: 20px;
    text-transform: uppercase;
    list-style: none;
    color: #b6b6b6;
    width: fit-content;
}

.footerInfoColumn li p {
    font-size: 16px;
    text-transform: none;
    color: white;
    margin: 10px 0 12.5px !important;
}

.footerInfoColumn ul {
    padding-inline-start: 0px;
}

.footerInfoColumn ul li {
    font-size: 18px;
    text-transform: none;
    list-style: none;
    margin-bottom: 13.5px;
    color: white;
}

.footerHalf {
    width: 50%;
    margin-top: 15px
}

.footerHalf a {
    margin-right: 2.5px;
    font-size: 16px;
    cursor: pointer;
}

.footerHalf a:last-of-type {
    margin-left: 2.5px;
}

.footerHalf p {
    color: #b6b6b6;
    text-transform: none;
    font-size: 12px;
}

.footerHalf:last-child {
    margin: 0;
    width: 42.5%;
}

.footerHalf:last-child a {
    float: right;
}

.footerInfoRow {
    margin-top: 10px;
    height: 20px;
}

.socialMediaFooterImageContainer {
    width: 30px;
    float: left;
    margin: 20px;
}

.socialMediaFooterImage {
    max-width: 100%;
}

#header {
    width: 100%;
    height: 80px;
    max-width: 1400px;
    margin: 0 auto;
}

#searchIcon {
    height: 25px;
    max-width: 100%;
    margin:  auto;
    margin-top: 27px;
}

.searchIconHeaderOption{
    float:right;
    height: 80px;
    padding-left: 10px;
}

.searchIconHeaderOption:hover{
    cursor: pointer;
}

.headerImage {
    height: 80px;
    float: left;
}

.headerTitle {
    float: left;
    font-weight: bold;
    height: 46px;
    line-height: 1.3;
    padding: 17px 20px;
    font-size: 18px;
}

.headerOption {
    height: 18px;
    text-align: center;
    float: right;
    padding: 31px 15px;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

.headerOption:hover{
    background-color: #5A5A5A;
    color: white;
}

#content{
    position:relative;
    max-width: 1400px;
    margin: 0 auto;
    width:100%;
    min-width:1100px;
    min-height: calc(100% - 320px);
    overflow:hidden;
    background-color: #ffffff;
    line-height: 1.4;
}
.widthContainer{
    position: relative;
    width: 1100px;
    margin:0 auto;
    height:100%;
    text-align:left;
}
#alertMessageLogo{
    width: 50%;
}
.mobileElement{
    display:none;
}
.mobileMenuContainer{
    display:none;
}
.centerWrapper{
    position:relative;
    display:inline-block;
    width:auto;
    height:auto;
    overflow:hidden;
}

#buttonsAlertMessageContainer{
    width: 60%;
    height: 35px;
    margin: 0 auto;
    display: none;
}
.alertBtn {
    position: relative;
    width: 170px;
    height: 35px;
    float: left;
    line-height: 35px;
    text-align: center;
    border-radius: 10px;
    cursor:pointer;
    background-color: #fff200;
    color: black;
    margin-top: 10px;
}
.alertBtn:hover{
    opacity:0.8;
}
#shareTwitterDiv {
    float: right;
}



@media screen and (max-width:900px){
    .headerTitle {
        display: none
    }
}

@media screen and (max-width:768px){
    .pageTitle{
        margin: 10px 0px;
        width: 100%;
        text-align: center;
    }
    body{
        min-width: 0;
    }
    .footerInfoColumn:first-child, .footerHalf, .footerHalf:last-child {
        display: block !important;
        width: 90%;
    }
    .footerInfoColumn{
        display: none;
    }
    #footerContainer{
        height: 360px
    }
    #footer{
        padding: 40px;
    }
    .headerTitle{
        display: none;
    }
    html{
        width: 100%;
        height: auto;
        min-height:100%;
        position: relative;
    }
    .centeredContent, .widthContainer{
        width:90% !important;
    }
    .mobileElement{
        display:block;
    }
    .desktopElement{
        display:none !important;
    }
    #content{
        min-width:0px;
    }
    .responsiveElement{
        min-width:0px !important;
    }
    #loaderDiv{
        position: relative;
        margin: 0px auto;
        top: calc(50% - 20px);
        width: 40px;
    }
    .mobileMenuRow {
        width: 90%;
        height: 40px;
        text-align: right;
        overflow: hidden;
        padding-right: 10%;
        /* margin-top: 20px; */
        line-height: 3;
    }

    .mobileMenuRowUnresponsive {
        width: 100%;
        height: 100%;
        text-align: right;
        overflow: hidden;
    }
    .firstRow {
        height: 90px;
    }
    #headerMobileMenuIcon {
        display: block;
    }
    #headerMobileMenuIcon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 32%;
        left: 0%;
        right: 0px;
        float: right;
        margin-right: 20px;
        width: 30px;
        height: 20px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s linear;
        -o-transition: 0.25s linear;
        transition: 0.25s linear;
        cursor: pointer;
        /* color: red; */
    }
    #headerMobileMenuIcon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 50%;
        background: black;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    #headerMobileMenuIcon span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0;
    }
    #headerMobileMenuIcon span:nth-child(odd) {
        left: 0px;
        border-radius: 9px 0 0 9px;
    }
    #headerMobileMenuIcon span:nth-child(1),
    #headerMobileMenuIcon span:nth-child(2) {
        top: 0px;
    }
    #headerMobileMenuIcon span:nth-child(3),
    #headerMobileMenuIcon span:nth-child(4) {
        top: 8px;
    }
    #headerMobileMenuIcon span:nth-child(5),
    #headerMobileMenuIcon span:nth-child(6) {
        top: 16px;
    }
    #headerMobileMenuIcon.open span:nth-child(1),
    #headerMobileMenuIcon.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #headerMobileMenuIcon.open span:nth-child(2),
    #headerMobileMenuIcon.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #headerMobileMenuIcon.open span:nth-child(1) {
        left: 5px;
        top: 7px;
    }
    #headerMobileMenuIcon.open span:nth-child(2) {
        left: calc(50% - 5px);
        top: 7px;
    }
    #headerMobileMenuIcon.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }
    #headerMobileMenuIcon.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }
    #headerMobileMenuIcon.open span:nth-child(5) {
        left: 5px;
        top: 12px;
    }
    #headerMobileMenuIcon.open span:nth-child(6) {
        left: calc(50% - 5px);
        top: 12px;
    }
    #headerMobileMenuIcon.open {
        left: 0%;
        z-index:  1000000000;
    }
    .mobileMenuContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: calc(100% - 70px);
        top: 70px;
        width: 60%;
        right: -60%;
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        -webkit-transition: right 0.25s linear;
        -o-transition: right 0.25s linear;
        transition: right 0.25s linear;
    }

    .moveContainer {
        z-index: 1000;
        right: 0%;
        top: 80px;
    }

    .alertBtn {
        float:none;
        margin: 10px auto;
    }
    
    #shareTwitterDiv {
        float: none
    }
    #buttonsAlertMessageContainer{
        height: auto;
    }
}







#escribe2019CasePopup{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0px;
    left: 0px;
}

#escribe2019CasePopupBkg{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: black;
    opacity: 0.5;
}

#escribe2019CasePopupInner{
    position: relative;
    width: 1100px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    background-color: white;
    margin-top: 60px;
}
#escribe2019CasePopupClose{
    position: relative;
    width: 97%;
    height: auto;
    overflow: hidden;
    text-align: right;
    font-size: 23px;
    color: black;
    margin-top: 20px;
    cursor: pointer;
}
#escribe2019CasePopupFirstRow{
    position: relative;
    width: 90%;
    height: auto;
    overflow: hidden;
    margin-left: 5%;
    margin-top: 0px;
}
#escribe2019CasePopupImg{
    position: relative;
    width: 201px;
    height: auto;
    overflow: hidden;
    display: block;
    float: left;
}
#escribe2019CasePopupTitleContainer{
    position: relative;
    width: 760px;
    height: auto;
    overflow: hidden;
    float: left;
    color: black;
    margin-left: 25px;
}
#escribe2019CasePopupTitle{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 30px;
}
#escribe2019CasePopupDescription1{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    font-size: 16px;
    line-height: 21px;
}
#escribe2019CasePopupSecondRow{position: relative;width: 90%;height: auto;overflow: hidden;margin-left: 5%;margin-top: 0px;}
#escribe2019CasePopupDescription2{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
    font-size: 16px;
    line-height: 21px;
}
#escribe2019CasePopupDescription3{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    font-size: 16px;
    line-height: 21px;
    color: black;
}
#escribe2019CasePopupSocial{
    position: absolute;
    width: 89%;
    height: auto;
    overflow: hidden;
    bottom: 40px;
}
#escribe2019CasePopupSocialFacebook{
    position: relative;
    height: auto;
    overflow: hidden;
    float: right;
}
.escribe2019CasePopupSocialImg{
    position: relative;
    width: 30px;
    height: auto;
    overflow: hidden;
    cursor: pointer;
}
#escribe2019CasePopupSocialTwitter{position: relative;height: auto;overflow: hidden;float: right;margin-right: 15px;}
#escribe2019CasePopupFirma{
    position: relative;
    width: 120px;
    height: 40px;
    overflow: hidden;
    background-color: yellow;
    color: black;
    margin: 0px auto;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
#escribe2019CasePopupFirmaText{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    display: block;
}


@media (orientation: portrait) {
#escribe2019CasePopup{
    position: absolute;
}
#escribe2019CasePopupInner{
    width: 100%;
    overflow: scroll;
}
#escribe2019CasePopupClose{
    width: 95%;
    margin-top: 10px;
}
#escribe2019CasePopupFirstRow{
    width: 90%;
    margin-left: 5%;
}
#escribe2019CasePopupImg{
    float: none;
    margin: 0px auto;
    width: 100%;
    margin-top: 20px;
}
#escribe2019CasePopupTitle{
    font-size: 18px;
    margin-top: 10px;
}
#escribe2019CasePopupTitleContainer{
    width: 100%;
    margin-left: 0px;
}
#escribe2019CasePopupDescription1{
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
}
#escribe2019CasePopupSecondRow{
    width: 90%;
    margin-left: 5%;
}
#escribe2019CasePopupDescription2{
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
}
#escribe2019CasePopupDescription3{
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
}
#escribe2019CasePopupSocial{
    position: relative;
    bottom: unset;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
#escribe2019CasePopupSocialFacebook{
    float: none;
    display: inline-block;
}
.escribe2019CasePopupSocialImg{}
#escribe2019CasePopupSocialTwitter{
    float: none;
    display: inline-block;
    margin-left: 20px;
    margin-right: 0px;
}
#escribe2019CasePopupFirma{}
#escribe2019CasePopupFirmaText{
}
}

.popup1{}

.popup2{display: none;}