@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');


.half-width:first-of-type {
    display: grid;
    justify-items: center;
    grid-template-rows: 1fr auto 1fr;
}

/* hertzian logo  */
.hertzian-icon{
    background: url("../../images/hertzian_icon.png");
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 20px;
    position: absolute;
    width: 20px;
    margin-left:3px;
}

.verification-footer, .verification-logo-holder {
    display: grid;
    align-content: end;
}

.verification {
    background: #E4E8F0;
    height: 100vh;
    text-align: center;
    color: rgb(33, 37, 41);
    font-size: 12px !important;
    font-family: 'Montserrat', sans-serif;
    display: grid;
    grid-template-columns: 50% 50%;
}

.verification label {
    margin-bottom: 1em;
}

.verification-form {
    width: 31em;

    background: rgb(255,255,255);
    padding:20px;
    border-radius: 3px;
    border: solid #D7DAE0 1px;
}

.verification-logo {
    height: 4em;
    width: auto
}

.verification-form a {
    color: #3c3c3c;
}

.verification-form input {
    padding: .5em;
    display: block;
    border: 1px solid #ccc !important;
}

.verification-form input[type=password], .verification-form input[type=email], .verification-form input[type=text]  {
    width:100%;
    border-radius: .25em;

}

.verification-form .terms {
    display: inline-block; font-size: .95em
}

input::placeholder {
    color: #CCCCCC;
}

.verification-form input[type=submit] {
    color: #fff;
    background: #F07E32;
    background-image: linear-gradient(to bottom, #f07e32, #ed5f2d);
    border-radius: .25em;
    margin-top:1em;
    width:100%;
    border: none !important;
    text-transform: capitalize;
    padding:.9em;
}

.verification-form input[type=submit]:disabled {
 opacity:50%;
}

.password_strength {
    margin-top: 1.5em;
    background: #AB2F3F;
    padding: .75em;
    border-radius: .25em;
    color: #e49fa9;
    transition: all .2s ease-in-out;
}

.password_strength.accepted {
    background: #17ced1;
    color: #d1faff;
}

.title_image {
    margin-bottom: 3em;
}

/* NEW STUFF FOR THE SPINNING GLOBE SECTION */

#news-area {
    background-color: #242c3c;
    color: #fff;
    display: grid;
    justify-items: left;
    justify-content: left;
    grid-template-rows: auto auto 1fr;
    align-content: end;
    align-items: end;
    text-align: left;
    padding-bottom:3em;
}

#news-area h2 {
    text-transform: uppercase;
    color: #E3E3E3;
    font-weight: 400;
    font-size: 15px;
    font-family: Montserrat;
    margin: 20px 0px;
    letter-spacing: 1px;
    padding: 2rem 2rem 0 2rem;
}

#news-area h1 {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 2px;
    margin: 20px 0px 20px;
    padding: 0 2rem;
}

#news-area .btn {
    background: none;
    border: 1px solid #fff;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    margin: 0 2rem 4rem 2rem;
}

#page-content {
  text-align: left;
}

#video-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(36,44,60,.95);
    z-index:0;
}

#video-bg {
    position: absolute;
}

#video-background {
    position: relative;
    width:100%;
}

#news-area .btn:hover {
    background: #F46034;
    border: 1px solid #F46034;
}

.article {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 1em;
    padding: 0 2rem;
}

.article .date {
    font-weight: 600;
}

.article p {
    color: #808797;
    font-size: 12px;
    line-height: 170%;
    margin-top: 5px;
}

#blog-section {
    z-index: 2;
}

.article h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 25px;
    margin: 0;
}

.article-btn, .article-btn:hover {
    background: transparent;
    border: 1px solid #808797;
    border-radius: 5px;
    color: #808797;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
    min-width: 10px;
    white-space: normal;
    width: auto;
    word-break: break-word;
    text-decoration: none;
}



@media only screen and (max-width: 1024px) {
    .verification {
        grid-template-columns: auto;
    }

    #news-area {
        display: none;
    }
}

.danger {
    background: rgba(200,40,40,.2);
    padding: 1.5em 1em;
    border: 2px solid rgba(200,40,40,.2);
    border-radius: 0.25em;
    color: rgba(200,40,40.2);
}

.tos {
    position: relative;
    height: 2em;
}

.tos input {
    position: absolute;
    left:0;
}

.tos label {
    position: absolute;
    left: 1.75em;
    top: -.055em;
    white-space: nowrap;
}
