﻿/*mobile buttons*/ 
.usas .btn-mobile {
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    letter-spacing: 1px;
    font-size: 15.5px;
    line-height: 46px;
    height: 46px;
    vertical-align: middle;
    text-align: center;
}


/* usas mobile buttons */
.usas .usas-button-primary-mobile {
    background-image: linear-gradient(45deg, #e02a4f, #ba0c2f);
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-family: Source Sans Pro;
    /*font-size: 0.875em;*/
    font-size: 15px; /* pin buttons to 15px */
    font-weight: 600;
    height: 46px;
    letter-spacing: 2px;
    line-height: 46px;
    text-align: center;
}

    .usas .usas-button-primary-mobile:hover {
        background-image: linear-gradient(45deg, #E02a4f, #900A25);
    }


.usas .usas-button-secondary-mobile {
    background-color: #fff;
    border: solid 1px #041e42;
    border-radius: 2px;
    color: #041e42;
    cursor: pointer;
    font-family: Source Sans Pro;
    /*font-size: 0.875em;*/
    font-size: 15px; /* pin buttons to 15px */
    font-weight: 600;
    height: 46px;
    letter-spacing: 2px;
    line-height: 46px;
    text-align: center;
}

    .usas .usas-button-secondary-mobile:hover {
        background-color: #041e42;
        color: #fff;
    }

.usas .usas-button-tertiary-mobile {
    background-color: #041e42;
    border: solid 1px #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-family: Source Sans Pro;
    /*font-size: 0.875em;*/
    font-size: 15px; /* pin buttons to 15px */
    font-weight: 600;
    height: 46px;
    letter-spacing: 2px;
    line-height: 46px;
    text-align: center;
}

    .usas .usas-button-tertiary-mobile:hover {
        background-color: #fff;
        border: solid 1px #041e42;
        color: #041e42;
    }

.usas .usas-button-donate-mobile {
    background: url('/ResourcePackages/Usas/assets/dist/images/FoundationLogo.png') calc(47% - 30px) 50% no-repeat, linear-gradient(45deg, #00b3e4, #048bb0);
    background-size: 35px, auto;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-family: Source Sans Pro;
    font-size: 15px; /* pin buttons to 15px */
    font-weight: 600;
    height: 40px;
    letter-spacing: 2px;
    line-height: 40px;
    padding-left: 25%;
    border-width: 1px;
    border-radius: 3px;
    vertical-align: middle;
    text-align: center;
}

    .usas .usas-button-donate-mobile:hover {
        background: url('/ResourcePackages/Usas/assets/dist/images/FoundationLogo.png') calc(47% - 30px) 50% no-repeat, linear-gradient(45deg, #00b3e4, #026782);
        background-size: 35px, auto;
    }


/*-------Mobile Typography-------- */
.h1-mobile {
    font-family: Oswald;
    font-size: 3em; /* 48px */
    font-weight: bold;
    line-height: 1.066666666666667em; /* 17px */
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    color:#041e42;
}

.h2-mobile {
    font-family: Oswald;
    font-size: 2.5em; /* 40px */
    font-weight: bold;
    line-height: 1.066666666666667em; /* 17px */
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    color: #041e42;
}

.h3-mobile {
    font-family: Oswald;
    font-size: 1.75em; /* 28px */
    font-weight: normal;
    line-height: .9em; /* 14.4px */
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    color: #041e42;
}



.usas-font-category-tag-mobile {
    font-family: Source Sans Pro;
    font-size: 0.8125em; /* 13px */
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    color: #00B3e4;
    letter-spacing: 1px;
    margin-left: -.75vw;
    text-transform: uppercase;
}


.usas-font-date-mobile {
    font-family: Source Sans Pro;
    font-size: 0.8125em; /* 13px */
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    color: #687481;
    text-transform: uppercase;
}


.usas table {
    width: 100%
}

    .usas table th:first-child {
        border-left: 1px solid #8a8d8f;
    }

    .usas table th:last-child {
        align-content: center;
        border-right: 1px solid #8a8d8f;
        width:10%;
    }
