@media only screen and (max-width:1024px) {
     .header-right{display:inline-block;margin:0;padding: 0px 0 0;float:right;width: calc(100% - 200px);}
    .right-section{display:inline-block;margin:0;padding: 34px 60px;width:calc(100% - 200px);float:left;}
    .mobileLogout{
        float: right;
        color: #888;
        font-family: 'BebasNeue';
        font-size: 3em;
    }

    .logo img{
        display: none;
    }
    .mobileLogo{
        margin-top: 43px;
        display: block;
        float: left;
        width: 50%;
    }

    .main-content {
        min-height: 1650px;
        width: 100%;
        margin: 0 auto;
    }

    .header-right h3 {
        /*font-size: 9vw;*/
        display: none;
    }

    .nav ul li a {
        font-size: 5em;
    }

    /*user settings page*/
    .fpSafeNameSpan {
        margin-bottom: 10px;
        margin-top: 100px;
        font-size: 15em;
    }

    .mobileUserSettingsTable {
        max-width: 100%;
        margin-left: 5px;
        border-collapse: collapse;
        display: block;
    }

    .mobileUserSettingsTableRow {
        width: 100%;
        border-bottom: 10px solid #111111;
        font-family: 'BebasNeue';
        height: 75px;
        font-size: 4em;

    }

    .mobileUserEmailTd {
        border-bottom: 10px solid #111111;
        padding-left: 1%;
        width: 250px;
        background-color: black;
    }
    .preferenceButtonTd{
        background-color: #101010;
        /*background-color: mediumspringgreen;*/
        border-bottom: 10px solid #111111;
        width: 250px;
    }
    .preferenceBtn{
        background-color: black;
        width: 250px;
        height: 65px;
        font-family: 'BebasNeue';
        font-size: 1em;
        margin-left: 25px;
        color: #888888;
        border-color: black;
        border-radius: 120px;
    }
    /*setting modal stuff*/

    .modal-header-phone {
    font-family: 'BebasNeue';
    height: 12%;
    width: 100%;
    font-size: 1.75vw;
    border: 1px solid #888;
    background-color: black;
    color: #888;

}
.modal-header-phone span{
    font-size: 1.75vw;
    margin-left: 5px;
    margin-top: 5px;
}
.close-phone {
    color: #888;
    float: right;
    font-size: 3em;
    margin-right: 5px;
    margin-top: 5px;

}

.close-phone:hover,
.close-phone:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}
.modal-phone {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    /*border: 1px solid #888;*/
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content-phone {
    position: relative;
    /*background-color: #fefefe;*/
    margin: auto;
    padding: 0;
    /*border: 1px solid #888;*/
    width: 85%;
    height: 90%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.modal-body-phone {
    /*padding: 2px 16px;*/
    background-color: black;
    font-family: 'BebasNeue';
    border: 1px solid #888;
    width: 100%;
    height: 100%;
    color: #888;
    font-size: 4em;
    z-index: 3;
}

.phoneNumberTextBox:hover,
.phoneNumberTextBox:focus{
    cursor: pointer;
    color:white;

}
.phoneNumberDiv{
    height: 30%;
}
.carrierDiv{

}
 .first2printConfirm{
        margin-left: 35%;
        position: absolute;
        bottom: 10%;
        color: #888888;
        font-size: 2vw;
        border: 1px solid #888888;
        padding-left: 30px;
        padding-top: 5px;
        width: 100px;
        height: 50px;
        z-index: 4;
    }
.addNumberText{
    margin-top: 5%;
    margin-left: 10px;
    font-size: 1vw;
}
.phoneNumberTextBox{
    background-color: black;
    color: white;
    font-family: 'BebasNeue';
    border-bottom: 1px solid #888888;
    border-left: none;
    border-top: none;
    border-right: none;
    font-size: 1.75vw;
    margin-left: 10px;

}
.providerList:hover,
.providerList:focus{
    color: white;
    cursor: pointer;
}
.providerList{
    background-color: black;
    color: white;
    font-family: 'BebasNeue';
    font-size: 1.75vw;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-left: 10px;

}
.selectProviderText{


}

.savePhoneBtn:hover{
    color:white;
    cursor: pointer;
}
.savePhoneBtn{
    position: absolute;
    bottom: 5%;
    right: 37%;
    color: #888888;
    font-size: 1vw;
    border: 1px solid #888888;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-top: 5px;
}

    .modal-header-userSettings {
        font-family: 'BebasNeue';
        background-color: black;
        height: 35px;
        margin-bottom:5%;
        color: #888;
        font-size: 15px;
    }
     .modal-userSettings {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        /*border: 1px solid #888;*/
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }
    .modal-content-userSettings {
        position: relative;
        /*background-color: #fefefe;*/
        margin: auto;
        padding: 0;
        /*border: 1px solid #888;*/
        width: 85%;
        height: 90%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
    }
    .modal-body-userSettings {
        padding: 2px 16px;
        background-color: black;
        border: 1px solid #888;
        width: 100%;
        height: 100%;
        color: #888;
    }

    .close-mobileUserSettings {
        color: #888888;
        float: right;
        margin-right: 10px;
        margin-top: 10px;
        font-family: BebasNeue;
        font-size: 4em;
    }
    .musTextRow{
        margin-bottom: 50px;
    }
    .musUserName{
        margin-bottom: 50px;
    }
    .musUserName span{
        font-family: 'BebasNeue';
        font-size: 60px;
    }
    .phoneNmbBox{
        height: 35px;
        width: 225px;
        margin-left: 20px;
        font-size: 25px;
        background-color: black;
        color: #888;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom-color: #888;

    }
    .mobileProviders{
        height:35px;
        width: 225px;
        margin-left: 20px;
        font-size: 25px;
        background-color: black;
        color: #888;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom-color: #888;
    }
    .saveNbrBtn {
        color: #888;
        border: 1px solid #888888;
        margin-left: 20px;
        font-size: 30px;
        padding-left: 15px;
        padding-bottom: 5px;
        padding-right: 15px;
        padding-top: 5px;
    }
    .alertText{
        font-size: 3em;
    }
    .switchImg{
        width: 60px;
        margin-left: 20px;
    }
    .alertLevel{
        margin-left: 20px;
    }
    .trashcan{
        width: 10%;

    }
    .close-userSettings:hover,
    .close-userSettings:focus {
        color: white;
        text-decoration: none;
        cursor: pointer;
    }
    /*slider nav*/
    .safeListNick{
        font-size: 20em;
    }

}