#backToTop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 26px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #57b8f8;
    color: #fff;
    cursor: pointer;
    padding: 7px;
    border-radius: 100px;
    font-size: 29px;
    width: 60px;
}

.cc-compliance {
    margin-right: 150px;
}

.checkbox-container {
    display: block;
    position: relative;
    margin-bottom: 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 30px;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border: 1px solid #d3d3d3;
}

.checkbox-container:hover input~.checkmark {
    background-color: #ccc;
    border: 1px solid #a9a9a9;
}

.checkbox-container input:checked~.checkmark {
    background-color: #2196f3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked~.checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.logo sup {
    top: -2.5em;
}

a.logo sup,
a.navbar-brand sup {
    font-size: 14px;
    font-family: Courier New, Courier, monospace;
}

a.navbar-brand sup {
    top: -1.5em;
}

.mg-b-10px {
    margin-bottom: 10px !important;
}

.mg-t-10px {
    margin-top: 10px !important;
}

.mg-t-30px {
    margin-top: 30px !important;
}

.mg-l-10px {
    margin-left: 10px !important;
}

.mg-l-20px {
    margin-left: 20px !important;
}

.mg-l-30px {
    margin-left: 30px !important;
}

.mg-l-40px {
    margin-left: 40px !important;
}

.mg-l-50px {
    margin-left: 50px !important;
}

.blog-post-author img {
    width: 90px !important;
}

.w-90pr {
    width: 90% !important;
}

.w-100pr {
    width: 100% !important;
}

.w-360px {
    width: 360px !important;
}

.blog-post-3-hero h3 {
    color: #fff;
    font-size: 18px !important;
    font-weight: 200;
}

.agency-contact-form label {
    font-size: 18px;
    font-weight: 400;
}

.agency-contact-form form input[type=email],
.agency-contact-form form input[type=text],
.agency-contact-form form select,
.agency-contact-form form textarea {
    margin-top: 5px;
}

.agency-contact-form form select {
    outline: 0;
    color: #888;
    background: #fff;
    border: 1px solid #cbcdd2;
    width: 100%;
    border-radius: 4px;
    height: 50px !important;
    font-size: 18px !important;
}

.hero-gsmac {
    padding-top: 170px;
}

@media (max-width:991px) {
    .hero-gsmac {
        padding-top: 20px;
    }
}

.signin-page h2,
.signup-page h2 {
    color: #c6c9ce;
    margin-top: 16px;
    font-size: 1.4rem;
}

.signup-page h2.mobile {
    display: none;
}

.signup-page h2.desktop {
    display: block;
}

.signup-page form {
    margin: 20px auto 60px;
}

.btn-signup-page {
    width: 360px;
}

.signup-flexbox-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.signup-flexbox-container>div {
    min-height: 576px;
}

div.signup-flexbox-left {
    text-align: right;
    padding-right: 20px;
}

div.signup-flexbox-right {
    text-align: left;
    padding-left: 20px;
}

@media (max-width:744px) {
    .signup-flexbox-container>div {
        min-height: 50px;
    }

    div.signup-flexbox-left {
        text-align: center;
        padding-right: 0 !important;
        margin-top: 30px;
    }

    div.signup-flexbox-right {
        text-align: center;
        padding-left: 0 !important;
    }
}

@media (max-width:674px) {
    .signup-page .header {
        margin-top: 10px;
    }

    .signin-page h2,
    .signup-page h2 {
        margin-top: 16px;
        font-size: 22px;
    }

    .signup-page h2.mobile {
        display: block;
    }

    .signup-page h2.desktop {
        display: none;
    }
}

.error {
    color: #dc3545;
    margin-top: 1rem;
}

.div-center-mg-t-30px {
    margin: 30px auto !important;
}

div.author-paper hr
div.peer-review-paper hr {
    /* height: 1px; */
    color: #899bcb;
    /* background-color: #3e70ff; */
    background-color: #899bcb;
}

.strikeline {
    text-decoration: line-through;
}

.hidden {
    display: none !important;
}

#myAccountField {
    margin-left: -3000px !important;
}

#myAccountImage {
    cursor: pointer !important;
}

.img-160px {
    max-width: 160px !important;
    height: 160px !important;
}

.img-120px {
    max-width: 120px !important;
    height: 120px !important;
}

.profile-picture-edit {
    max-width: 80px !important;
    height: 80px !important;
    cursor: pointer;
}

.client-menu-image {
    background-size: cover !important;
}

.job-listing:last-of-type {
    border-bottom: 1px solid #dee2e6 !important;
}

.bold {
    font-weight: 700 !important;
}

.text-red {
    color: #dc3545 !important;
}