.mobile-top-account-item{
    border-top: 2px solid rgba(31, 74, 4, 1);
}

#profile{
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    background: white;
}

#profile .icon-link{
    font-size: 1.2rem;
}

#profile .profile-content-wrapper .table{
    margin-bottom: 1.5em;
}

#profile .profile-content-wrapper .table thead th{
    vertical-align: middle;
    line-height: 2.6rem;
    font-size: 1.6rem;
    font-weight: 500;
}

#profile .profile-content-wrapper .table td{
    vertical-align: middle;
    line-height: 2.6rem;
    font-size: 1.6rem;
    font-weight: 500;
}

#profile .nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    transition: all 200ms ease-out;
}

#profile .nav li {
    border-bottom: 0 solid gray;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 auto;
    height: 59px;
    background-color: transparent;
}

#profile .nav li a {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-bottom: 5px solid transparent;
    width: 100%;
}

#profile .nav a {
    color: #000;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 12px;
    position: relative;
    text-transform: uppercase;
}

#profile .nav li a:hover {
    border-bottom-color: #ec1c24;
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

#profile .nav li:hover a,
#profile .nav li.active a{
    border-bottom: 5px solid #ec1c24;
    text-decoration: none;
    border-radius: 0;
}

#profile button, #profile .button {
    background: #cc0000;
    background: -moz-linear-gradient(top, #cc0000 0%, #c20f16 100%);
    background: -webkit-linear-gradient(top, #cc0000 0%, #c20f16 100%);
    background: linear-gradient(to bottom, #cc0000 0%, #c20f16 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#c20f16', GradientType=0);
    color: #fff;
    display: inline-block;
    border: 1px solid #c20f16;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9em;
    padding: 0px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    font-weight: normal;
    letter-spacing: 0.1rem;
    height: 5.4rem;
    line-height: 5rem;
    margin: 0 0.3rem 1.2rem 0;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#profile .button:hover,
#profile button:hover,
#profile input[type="submit"]:hover,
#profile input[type="reset"]:hover,
#profile input[type="button"]:hover,
#profile button:focus,
#profile input[type="submit"]:focus,
#profile input[type="reset"]:focus,
#profile input[type="button"]:focus {
    background-color: #b8b8b8;
    border-color: #b8b8b8;
    color: #000000;
    outline: 0;
}

#profile h1,
#profile h2,
#profile h3,
#profile h4,
#profile h5{
    margin: 0.6em 0;
}

#profile a,
.ht-wrapper a.link{
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

#profile a:hover,
#profile a:active,
#profile a:focus,
.ht-wrapper a.link:hover,
.ht-wrapper a.link:active,
.ht-wrapper a.link:focus{
    color: #c20f16;
}

.ht-wrapper .form-check label{
    margin-left: 1em;
}

#profile .button-small{
    font-size: 0.7em;
    height: 2.2em;
    line-height: 2em;
}

#account-request textarea {
    display: block;
    height: 6rem;
    padding: 1.5rem 2.4rem;
    border: 0;
    outline: none;
    color: #151515;
    font-family: "metropolis-regular", sans-serif;
    font-size: 1.5rem;
    line-height: 3rem;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#account-request textarea:focus{
    color: #000000;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#home-prefooter-block{
    background: #191919;
    padding-bottom: 3em;
}

#home-prefooter-block h1{
    color: #fff;
    padding-bottom: 0.25em;
}

a.investment-amount-link{
    width: 100%;
    font-weight: 400;
    color: #fff !important;
}
a.investment-amount-link:hover{
    color: #000000 !important;
    outline: 0;
}

header{
    z-index: 11 !important;
}

#how-much-would-you-like-to-invest{
    padding-bottom: 1em;
}
#how-much-would-you-like-to-invest span{
    font-size: 2em !important;
    display: block;
    padding: 0 0 0.5em 0;
}

.button.white-button{
    background: none !important;
    color: #00a0d2 !important;
    border: none;
}

#subscription_agreement_template{
    z-index: 999999;
}

/** sm **/
@media (min-width: 576px) {
    #how-much-would-you-like-to-invest span{
        font-size: 1em !important;
        display: inline;
        padding: 0;
    }
}

/** md **/
@media (min-width: 768px) {

}

/** lg **/
@media (min-width: 992px) {

}

/** xl **/
@media (min-width: 1200px) {

}

.form-error-message{
    color: #ed1c24 !important;
}

#ht-popup .overlay-layer{
    position: fixed;
    background-color: rgb(212, 212, 212);
    background-image: none;
    z-index: 999998;
    opacity: 0.7;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#ht-popup .popup-inner{
    position: fixed;
    z-index: 999999;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    margin-top: -280px;
    opacity: 1;
    border-style: solid;
    padding: 0px;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    border-width: 2px;
    border-color: rgba(255,255,255,1);
    background-color: rgba(255,255,255,0);
    background-image: url(https://graphics.justuno.com/75276_810201885447AM_0.941662_.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 700px;
    height: 560px;
}

#ht-popup .popup-inner .popup-content{
    position: absolute;
    top: 175px;
    text-align: center;
    width: 100%;
}

#ht-popup .popup-inner .popup-content .close-btn{
    padding: 0px;
    border-radius: 13px;
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    border-width: 2px;
    border-color: rgba(255,255,255,1);
    background-color: rgba(255,168,0,1);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    display: block;
    width: 60%;
    margin: 0 auto;
    font-size: 1.5em;
    color: white;
    font-weight: bold;
}

ul#summary-explanation{
    list-style-type: disc;
    margin-left: 1.15em;
}
