/* modified slightly from http://tobiasahlin.com/spinkit/ */

.sk-circle-big {
    width: 50px;
    height: 50px;
}

.sk-circle-small {
    width: 15px;
    height: 15px;
}

.sk-circle {
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 17%;
    height: 17%;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* big containers ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.ge-assessment-wrapper {
    overflow: visible;
    border: none;
    position: relative;
    z-index: 10;
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ng-assessment-wrapper {
    background-color: #ffffff;
}

.asmt-container {
    min-height: 800px;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 20px;
    background-attachment: scroll;
}

.asmt-container.background-cover > div {
    z-index: 10;
    position: relative;
}

.asmt-container.background-cover .background-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    z-index: 1;
    display: block;
}

.asmt-inner {
    text-align: left;
    width: 450px;
    margin: auto;
    padding-top: 20px;
}


/* top of the page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.asmt-container .asmt-social-container,
.asmt-container .single-sponsor-container,
.asmt-container .multiple-sponsors-container-top {
    align-self: flex-end;
    -ms-flex-item-align: end;
    margin-bottom: 25px;
}

.asmt-container .asmt-social-container {
    max-width: 40%;
}

.asmt-container .asmt-social-container.asmt-social-container-inside {
    max-width: 100%;
    width: 100%;
    text-align: center;
}
.asmt-container .asmt-social-container.asmt-social-container-inside .asmt-social a {
    color: #0098d1;
}
.asmt-container .asmt-social-container.asmt-social-container-inside .asmt-social a:hover {
    opacity: 0.7;
}

.asmt-container .single-sponsor-container,
.asmt-container .multiple-sponsors-container-top {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    text-align: center;
    max-width: 60%;
}

.asmt-container .single-sponsor-container img {
    margin: 10px auto 0 auto;
    display: block;
}

.asmt-container .multiple-sponsors-container {
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    position: absolute;
    padding: 13px 0 0 0;
    text-align: left;
    width: 220px;
    left: 720px;
    top: 220px;  /* this actually gets set via JS so it can vertically align correctly */
}

.asmt-container .sponsored-and-social-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -ms-flex-align: center;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
}

.asmt-container .multiple-sponsors-container img {
    margin: 20px 0 0 0;
    max-width: 100%;
    display: block;
}

.asmt-container .asmt-hed {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 52px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: rgba(20, 20, 20, 0.9) 0px 0px 15px, rgba(20, 20, 20, 0.9) 0px 0px 10px;
    color: #ffffff;
    background-color: inherit;
    clear: both;
}

.asmt-container .asmt-inside-header-hed {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 42px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    margin-bottom: 30px;  /* with large font, seems to be about ~40px */
}

.asmt-container .asmt-inside-header-sponsored-by {
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #999999;
    text-align: center;
    margin-bottom: 15px;
}

.asmt-container .asmt-inside-header-sponsorships-list {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.asmt-container .asmt-inside-header-sponsor {
    max-width: 200px;
    max-height: 120px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.asmt-container .asmt-inside-header-sponsor img {
    max-width: 100%;
    max-height: 120px;
}

.asmt-container .multiple-sponsors-container-top {
    display: none;
    text-align: right;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

.asmt-container .multiple-sponsors-container-top a {
    color: #ffffff;
    text-decoration: underline;
}


/* sponsor content top banner ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.asmt-container .sponsor-content-banner {
    text-transform: uppercase;
    padding: 10px 0 6px 0;
}

.asmt-container .sponsor-content-inner {
    text-align: left;
    width: 450px;
    margin: auto;
}

.asmt-container .sponsor-content-label {
    letter-spacing: .5px;
}

.asmt-container .sponsor-content-explanation-help {
    margin-left: 7px;
    font-size: 12px;
    font-style: normal;
    cursor: default;
}

.asmt-container .sponsor-content-explanation-help-text {
    font-size: 10px;
    line-height: 12px;
    font-style: normal;
    cursor: default;
    padding-left: 2px;
    letter-spacing: .5px;
    vertical-align: 12%;
}

.asmt-sponsor-content-explanation-help-tooltip {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.902);
    padding: 6px 10px;
    width: 164px;
    color: #000000;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    line-height: 13px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 1, 0.06);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 1, 0.06);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 1, 0.06);
}


/* signup page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.asmt-signup-deck-1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
}

.asmt-signup-deck-2 {
    margin-bottom: 30px;
}

.asmt-form-outer {
    margin-top: 15px;
    background-color: #e6e9ea;
    min-height: 550px;
    padding: 15px 15px 45px 15px;
    background: -webkit-linear-gradient(top, #e6e9ea 100px, #ffffff 400px);
    background: linear-gradient(to bottom, #e6e9ea 100px, #ffffff 400px);
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr='#e6e9ea', endColorstr='#ffffff', GradientType=0
    );
}

.asmt-form-outer .no-script-container {
    margin-bottom: 2em;
    background-color: #ff0000;
    color: #ffffff;
    line-height: 1.5em;
    padding: 10px;
}

.asmt-container .privacy-policy {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #999999;
    margin-top: 50px;
    padding-top: 3px;
    color: #999999;
}

.asmt-container .privacy-policy h1 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 5px 0;
}

.asmt-container .failure {
    color: #ff0000;
    margin-top: 2em;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 4px;
    display: none;
}

.asmt-container .signup-button .loading {
    display: none;
    padding: 0 5px 0 5px;
    text-align: center;
    margin: auto;
}

.asmt-container .signup-button .loading * {
    text-align: center;
    display: block;
    margin: auto;
}


/* signup form bootstreap tweaks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.asmt-signup-form .checkbox ul,
.asmt-signup-form .radio ul {
    padding: 0;
}

.asmt-signup-form .checkbox li,
.asmt-signup-form .radio li {
    list-style-type: none;
    margin: 0;
    margin: 0 0 .4em 0;
}

.asmt-signup-form .checkboxselectmultiple .checkbox,
.asmt-signup-form .radioselect .radio {
    margin: 0 0 1.25em 0;
}

.asmt-signup-form .checkboxselectmultiple.has-error .checkbox,
.asmt-signup-form .radioselect.has-error .radio {
    margin: 0;
}

.asmt-signup-form textarea.form-control {
    max-width: 100%;  /* prevent horizontal resize beyond container */
}


.form-page-embed .radioselect input {
    margin-top: 0;
}

.asmt-signup-form .form-errors-summary {
    margin-bottom: 2em;
}

.asmt-signup-form .form-field-error-msg {
    margin: 5px 0 0 0;
    font-size: 90%;
}

.asmt-signup-form .checkboxinput.has-error .form-field-error-msg,
.asmt-signup-form .radio.has-error .form-field-error-msg,
.asmt-signup-form .checkboxselectmultiple.has-error .form-field-error-msg {
    margin-top: 0;
}


/* questions and answers ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.asmt-container .asmt-pagination {
    font-size: 12px;
    letter-spacing: .5px;
    margin-bottom: 2em;
}

.asmt-container .questions-page {
    display: none;
}

.asmt-container .unanswered-questions-message {
    color: #ff0000;
    display: none;
    margin-bottom: 2em;
}

.asmt-container .question-container {
    margin-bottom: 53px;
}

.asmt-container .answer-container {
    margin-bottom: 20px;
}

.asmt-container .answer-container fieldset {
    border-width: 0;
    border-style: none;
    padding: 0;
    margin: 0;
}

.asmt-container .question-text {
    font-weight: bold;
}

.asmt-container .answer {
    margin: 0 0 0 7px;
}

.asmt-container .answer label {
    cursor: pointer;
    padding: 3px 0 3px 22px;
    display: block;
    position: relative;
    margin: 0;
    font-weight: normal;
}

.asmt-container .question-container input[type="radio"] {
    /* this is to get the hanging indent */
    position: absolute;
    top: 4px;
    left: -2px;
}

.asmt-container .question-context-container {
    padding-bottom: 3px;
    font-style: italic;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #999999;
}

.asmt-container .question-context-text {
    padding-top: 3px;
    display: none;
}

.asmt-container .question-context-text a {
    text-decoration: underline;
}

.asmt-container .page-nav-container {
    margin-bottom: 15px;
}

.asmt-container .page-nav-container:after {
    /* clearfix */
    content: "";
    display: table;
    clear: both;
}


/* results ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.asmt-container .results-outer {
    margin-top: 10px;
    background-color: #ffffff;
    min-height: 550px;
    padding: 15px 15px 45px 15px;
}

.asmt-container .results-loading {
    margin-top: 3em;
    text-align: center;
    color: #999999;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 4px;
}

.cssanimations .asmt-container .results-loading .no-css-animations {
    display: none;
}

.no-cssanimations .asmt-container .results-loading .css-animations {
    display: none;
}

.asmt-container .results-loading .css-animations > * {
    margin: auto;
}

.asmt-container .results-conclusion {
    display: none;
}

.asmt-container .conclusion-label {
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}

.asmt-container .conclusion-text-container {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: inherit;
    margin-top: 3px;
}

.asmt-container .explanation-text {
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    margin: 30px 0 35px 0;
}

.asmt-container .share-your-results .asmt-social a {
    font-size: 32px;
}

.asmt-container .share-your-results .asmt-social .facebook {
    color: #3b5998;
}

.asmt-container .share-your-results .asmt-social .twitter {
    color: #55acee;
}

.asmt-container .share-your-results .asmt-social .linkedin {
    color: #0077b5;
}

.no-touchevents .asmt-container .share-your-results .asmt-social .facebook:hover {
    color: #000000;
}

.no-touchevents .asmt-container .share-your-results .asmt-social .twitter:hover {
    color: #000000;
}

.no-touchevents .asmt-container .share-your-results .asmt-social .linkedin:hover {
    color: #000000;
}


.asmt-container .share-your-results .share-your-results-label {
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: .5px;
    padding-right: 5px;
    vertical-align: 10%;
    text-transform: uppercase;
}

.asmt-container .share-your-results > * {
    display: inline-block;
    line-height: 32px;
}

.asmt-container .downloads-disclaimer {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #000000;
    margin-top: 35px;
    padding-top: 3px;
    color: #000000;
    font-size: 15px;
    line-height: 20px;
}


/* downloads ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.asmt-container .downloads-container {
    margin: 30px 0 25px 0;
    color: #000000;
    background-color: #f2f2f2;
    padding: 15px 10px 15px 10px;
}

.asmt-container .download-container {
    margin-top: 2.2em;
}

.asmt-container .downloads-header {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.asmt-container .download-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

.asmt-container .download-sponsored-by {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .5px;
}

.asmt-container .download-link {
    font-size: 16px;
    color: #0095d5;
    text-decoration: none;
}

.no-touchevents .asmt-container .download-link:hover {
    text-decoration: underline;
}


/* buttons ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.asmt-container button {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 15px;
    display: inline-block;
    padding: 8px 10px 8px 10px;
    border: 0;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    margin: 20px 0 0 0;
    cursor: pointer;
}

.asmt-container button:focus {
  outline: none;
}

.no-touchevents .asmt-container button:hover,
.no-touchevents .asmt-container button.take-again:hover,
.no-touchevents .asmt-container button.signup-button:hover,
.no-touchevents .asmt-container button.next-page:hover {
    background-color: #000;
}

.asmt-container button.disabled {
    background-color: #cccccc;
    cursor: default;
}

.asmt-container button > div {
    display: inline-block;
}

.asmt-container button.toggle-question-context {
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 15px;
    font-style: normal;
    line-height: 18px;
    letter-spacing: .5px;
    background-color: transparent; /* for IE 9/10 */
    color: #999999;
    display: block;
    padding: 0;
    cursor: default;
}

.no-touchevents .asmt-container button.toggle-question-context:hover {
    background-color: transparent; /* for IE 9/10 */
}

.asmt-container button.toggle-question-context-active {
    cursor: pointer;
}

.asmt-container button.page-nav-button {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    border: 0;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
}

.asmt-container button.page-nav-button > div {
    display: inline-block;
}

.asmt-container button.next-page {
    float: right;
}

.asmt-container button.prev-page {
    background-color: #c2c2c2;
    color: #fff;
    float: left;
}


/* arrows ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.asmt-container button .arrow {
    margin-left: 2px;
    width: 0;
    height: 0;
}

.asmt-container button .see-context-arrow-down {
    vertical-align: 15%;
    margin-left: 1px;
    border-top: 5px solid #999999;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.asmt-container button .see-context-arrow-up {
    vertical-align: 20%;
    margin-left: 1px;
    border-bottom: 5px solid #999999;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.asmt-container button .page-nav-arrow-next {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid white;
}

.asmt-container button .page-nav-arrow-prev {
  margin-left: -1px;
  margin-right: 1px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid white;
}

.asmt-container button .right-arrow {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid white;
}

.asmt-container .toggle-question-context-active .see-context-arrow-down {
    border-top: 5px solid;
}

.asmt-container .toggle-question-context-active .see-context-arrow-up {
    border-bottom: 5px solid;
}


/* social buttons ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.asmt-social {
    padding-left: 0;
}

.asmt-social li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.asmt-social li + li {
    margin-left: 7px;
}

.asmt-social a {
    text-decoration: none;
    font-size: 32px;
    color: #ffffff;
    cursor: pointer;
}

.asmt-social a:hover {
    text-decoration: none;
}

.no-touchevents .asmt-social a:hover {
    color: #d2d2d2;
}


/* hacky stuff to fix Firefox buttons ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
    padding: 0 !important;
    border: 0 none !important;
}


/* style normalization ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.asmt-container p {
    margin: 0;
    padding: 0;
}


/* IE9 hacks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.asmt-container .ie-background-gradient {
    display: none;
}


/* GEMG v2 sites base ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.asmt-container.gemg-v2 .asmt-inner {
    padding-top: 50px;
    width: auto;
    max-width: 700px;
}

.asmt-container.gemg-v2 .asmt-hed {
    font-family: "Droid Serif", Georgia, serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    margin: 15px;
    text-transform: none;
    text-align: center;
}

.asmt-container.gemg-v2 .asmt-responsive-container {
    max-width: 700px;
    margin: auto;
}

.asmt-container.gemg-v2 .asmt-social {
    margin-bottom: 0;
}

.asmt-container.gemg-v2 input[type=checkbox] {
    -webkit-appearance: checkbox;
}

.asmt-container.gemg-v2 .results-outer {
    padding: 30px 0;
}

.asmt-container.gemg-v2 .privacy-policy {
    margin-top: 30px;
    padding-top: 20px;
}

.asmt-container.gemg-v2 .privacy-policy p {
    line-height: 30px;
}

.asmt-container.gemg-v2 .asmt-signup-deck-1,
.asmt-container.gemg-v2 .asmt-signup-deck-2 {
    font-size: 18px;
    line-height: 30px;
    font-family: "Droid Serif", Georgia, serif;
    color: #000000;
    margin-bottom: 5px;
    text-align: left;
}

.asmt-container.gemg-v2 .asmt-signup-deck-2 {
    margin-bottom: 27px;
}

.asmt-container.gemg-v2 .signup-button-container,
.asmt-container.gemg-v2 .take-again-button-container {
    text-align: center;
}

.asmt-container.gemg-v2 button {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 0;
    padding: 15px 20px 15px 20px;
}

.asmt-container.gemg-v2 .question-text {
    margin-bottom: 15px;
}

.asmt-container.gemg-v2 .unanswered-questions-message {
    font-size: 18px;
    line-height: 30px;
}

.asmt-container.gemg-v2 .question-container {
    font-family: "Droid Serif", Georgia, serif;
    font-size: 18px;
    line-height: 30px;
}

.asmt-container.gemg-v2 .question-container input[type="radio"] {
    top: 10px;
}

.asmt-container.gemg-v2 .question-context-container {
    border-bottom-width: 3px;
}

.asmt-container.gemg-v2 button.toggle-question-context {
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 18px;
    font-style: normal;
    line-height: 30px;
    letter-spacing: .5px;
    background-color: transparent; /* for IE 9/10 */
    padding: 0;
    text-transform: uppercase;
}

.asmt-container.gemg-v2 .results-conclusion > div {
    padding: 15px 30px;
}

.asmt-container.gemg-v2 .results-loading .sk-child:before {
    background-color: #0098d1;
}

.asmt-container.gemg-v2 .sponsor-content-banner,
.asmt-container.site-govexec.gemg-v2 .sponsor-content-banner {
    color: #ffffff;
    background-color: #000000;
    font-style: normal;
    font-weight: bold;
    margin: auto;
    padding: 4px 0 4px 0;
    width: 300px;
}

.asmt-container.gemg-v2 .sponsor-content-inner {
    text-align: center;
    width: auto;
    max-width: 700px;
    margin: auto;
}

.asmt-container.gemg-v2 .conclusion-label {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-family: "Droid Serif", Georgia, serif;
    font-weight: bold;
}

.asmt-container.gemg-v2 .conclusion-text-container {
    margin: 15px 0 15px 0;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
}

.asmt-container.gemg-v2 .explanation-text {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-family: "Droid Serif", Georgia, serif;
    font-weight: bold;
    margin: 15px 0 25px 0;
}

.asmt-container.gemg-v2 .share-your-results {
    text-align: center;
}

.asmt-container.gemg-v2 .share-your-results > * {
    display: block;
}

.asmt-container.gemg-v2 .share-your-results-label {
    font-family: Roboto, sans-serif;
    font-weight: bold;
}

.asmt-container.gemg-v2 .downloads-container {
    line-height: 30px;
}

.asmt-container.gemg-v2 .downloads-disclaimer {
    padding-top: 20px;
}

.asmt-container.gemg-v2 .multiple-sponsors-container {
    display: none;
}

.asmt-container.gemg-v2 .multiple-sponsors-container-top {
    display: block;
}


@media all and (max-width: 1024px) {
    .asmt-container.gemg-v2 .multiple-sponsors-container {
        display: none;
    }
    .asmt-container.gemg-v2 .multiple-sponsors-container-top {
        display: block;
    }
}

@media all and (max-width:767px) {
    .asmt-container .asmt-inside-header-sponsor {
        max-width: 150px;
        max-height: 90px;
    }

    .asmt-container .asmt-inside-header-sponsor img {
        max-width: 100%;
        max-height: 90px;
    }
}

@media all and (max-width: 700px) {
    .asmt-container.gemg-v2 .sponsored-and-social-top,
    .asmt-container.gemg-v2 .asmt-hed,
    .asmt-container.gemg-v2 .sponsor-content-banner {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media all and (max-width: 399px) {
    .asmt-container.gemg-v2 .rf-arrow-big {
        display: none;
        visibility: hidden;
    }
    .asmt-container.gemg-v2 .rf-arrow-small {
        display: inline-block;
        visibility: visible;
    }
    .asmt-container.gemg-v2 .rf-hide-narrow {
        display: none;
        visibility: hidden;
    }
}

@media all and (min-width: 400px) {
    .asmt-container.gemg-v2 .rf-arrow-big {
        display: inline-block;
        visibility: visible;
    }
    .asmt-container.gemg-v2 .rf-arrow-small {
        display: none;
        visibility: hidden;
    }
    .asmt-container.gemg-v2 .rf-hide-narrow {
        display: inline;
        visibility: visible;
    }
}

.asmt-container.site-govexec .asmt-brand-color,
.asmt-container.site-govexec button.toggle-question-context-active.asmt-brand-color {
    color: #0098d1;
}

.asmt-container.site-govexec button.asmt-button-brand-color,
.no-touchevents .asmt-container.site-govexec button.prev-page:hover {
    color: #ffffff;
    background-color: #1e6ca9;
}

.asmt-container.site-govexec button {
    font-family: Roboto, sans-serif;
    font-weight: bold;
}

.asmt-container.site-govexec .toggle-question-context-active .see-context-arrow-down,
.asmt-container.site-govexec .toggle-question-context-active .see-context-arrow-up {
    border-top-color: #0098d1;
}

.asmt-container.site-govexec .sponsor-content-banner {
    color: #000000;
    background-color: #e5e5e5;
    font-style: normal;
    font-weight: bold;
}

.asmt-container.site-govexec .asmt-hed {
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 46px;
}

.asmt-container.site-govexec .asmt-hed,
.asmt-container.site-govexec .asmt-signup-deck-1,
.asmt-container.site-govexec .asmt-signup-deck-2 {
    text-align: center;
}

.asmt-container.site-govexec .asmt-signup-deck-1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 3px;
    color: #0098d1;
}

.asmt-container.site-govexec .signup-button-container,
.asmt-container.site-govexec .take-again-button-container {
    text-align: center;
}

.asmt-container.site-govexec .privacy-policy {
    text-align: center;
}

.asmt-container.site-govexec .privacy-policy h1 {
    text-align: center;
    color: #0098d1;
    margin-bottom: 0;
}

.asmt-container.site-govexec .privacy-policy a,
.asmt-container.site-govexec .question-context-text a {
    text-decoration: none;
    color: #1e6caa;
}

.no-touchevents .asmt-container.site-govexec .privacy-policy a:hover,
.no-touchevents .asmt-container.site-govexec .question-context-text a:hover {
    color: #1b93d0;
}

.asmt-container.site-govexec .conclusion-label {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.asmt-container.site-govexec .conclusion-text-container {
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 34px;
    text-align: center;
    margin-top: 5px;
}

.asmt-container.site-govexec.asmt-mobile .conclusion-text-container {
    margin-top: 10px;
}

.asmt-container.site-govexec .explanation-text {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin: 20px 0 25px 0;
}

.asmt-container.site-govexec .share-your-results {
    text-align: center;
}

.asmt-container.site-govexec .share-your-results > * {
    display: block;
}

.asmt-container.site-govexec .share-your-results-label {
    font-family: Roboto, sans-serif;
}

.asmt-container.site-govexec .results-loading .sk-child:before {
    background-color: #0098d1;
}

.asmt-container.site-govexec .results-loading {
    color: #0098d1;
}

.no-touchevents .asmt-container.site-govexec button.remove-hover:hover {
    background-color: #1e6ca9;
}

.asmt-container.site-govexec.gemg-v2 {
    margin-top: -25px;
}

.asmt-container.site-govexec.gemg-v2 button.asmt-button-brand-color,
.no-touchevents .asmt-container.site-govexec button.prev-page:hover {
    background-color: #0095d5;
    text-transform: uppercase;
}

.no-touchevents .asmt-container.site-govexec button.remove-hover:hover {
    background-color: #999999;
}

.asmt-container.site-govexec.gemg-v2 button.asmt-button-brand-color:hover {
    opacity: 0.8;
}

.asmt-container.site-govexec.gemg-v2 .asmt-form-outer {
    padding-bottom: 95px;
    margin-top: 0;
}

.asmt-container.site-govexec.gemg-v2 .asmt-inner {
    padding-top: 120px;
}

.asmt-container.site-govexec.gemg-v2 .sponsor-content-banner {
    margin-bottom: 20px;
}

.asmt-container.site-govexec.gemg-v2 .asmt-inside-header-hed {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
}

.asmt-container.site-govexec.gemg-v2 .asmt-pagination {
    font-size: 16px;
    margin-bottom: 20px;
}

.asmt-container.site-govexec.gemg-v2 .asmt-signup-deck-1 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #000000;
    margin-bottom: 40px;
}

.asmt-container.site-govexec.gemg-v2 .bootstrap-gemg-forms label {
    font-weight: 400;
}

.asmt-container.site-govexec.gemg-v2 .conclusion-label {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.asmt-container.site-govexec.gemg-v2 .conclusion-text-container {
    color: #1893d2;
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    text-transform: none;
}

.asmt-container.site-govexec.gemg-v2 .download-container {
    margin: 0 0 35px;
    border-left: 3px solid #b2eeff;
    padding-left: 12px;
}

.asmt-container.site-govexec.gemg-v2 .downloads-container {
    padding: 0 75px;
    background-color: #ffffff;
}

.asmt-container.site-govexec.gemg-v2 .downloads-disclaimer {
    border-color: #999999;
}

.asmt-container.site-govexec.gemg-v2 .downloads-header {
    background-color: #b2eeff;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 -75px 25px;
    padding: 7px 75px;
    text-align: center;
}

.asmt-container.site-govexec.gemg-v2  .download-link {
    text-transform: uppercase;
    display: block;
    width: 100px;
    line-height: 16px;
}

.asmt-container.site-govexec.gemg-v2 .download-sponsored-by {
    margin-bottom: 10px;
}

.asmt-container.site-govexec.gemg-v2 .download-title {
    margin-bottom: 10px;
}

.asmt-container.site-govexec.gemg-v2 .explanation-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-bottom: 0;
}

.asmt-container.site-govexec.gemg-v2 .privacy-policy {
    border: none;
    margin-top: 0;
    padding-top: 40px;
}

.asmt-container.site-govexec.gemg-v2 .privacy-policy h1 {
    color: #999999;
    text-transform: uppercase;
    font-size: 14px;
}

.asmt-container.site-govexec.gemg-v2 .privacy-policy p {
    font-size: 16px;
    color: #000000;
    line-height: 25px;
}

.asmt-container.site-govexec.gemg-v2 .privacy-policy a,
.asmt-container.site-govexec.gemg-v2 .question-context-text a {
    color: #0095d5;
}

.asmt-container.site-govexec.gemg-v2 .privacy-policy a:hover,
.asmt-container.site-govexec.gemg-v2 .question-context-text a:hover {
    text-decoration: underline;
}

.asmt-container.site-govexec.gemg-v2 .question-container {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 25px;
}

.asmt-container.site-govexec.gemg-v2 .question-context-container {
    border-bottom-width: 1px;
}

.asmt-container.site-govexec.gemg-v2 .question-text {
    margin-bottom: 5px;
}

.asmt-container.site-govexec.gemg-v2 .share-your-results {
    padding-top: 0;
    padding-bottom: 0;
}

.asmt-container.site-govexec.gemg-v2 .share-your-results-label {
    color: #000000;
}

.asmt-container.site-govexec.gemg-v2 button.toggle-question-context {
    font-size: 16px;
    line-height: 21px;
}

.asmt-container.site-govexec.gemg-v2 .social-options-item-envelope {
    padding-top: 3px;
}

@media all and (max-width:991px) {
    .asmt-container.site-govexec.gemg-v2 .asmt-form-outer {
        padding-top: 20px;
    }

    .asmt-container.site-govexec.gemg-v2 .asmt-inner {
        padding-top: 100px;
    }

    .asmt-container.site-govexec.gemg-v2 .sponsor-content-banner {
        margin-top: 20px;
    }

    .asmt-container.site-govexec.gemg-v2 .asmt-inside-header-hed {
        font-size: 32px;
    }

    .asmt-container.site-govexec.gemg-v2 .downloads-container {
        padding: 0 45px;
    }

    .asmt-container.site-govexec.gemg-v2 .downloads-header {
        margin-left: -45px;
        margin-right: -45px;
    }
}

@media all and (max-width:767px) {
    .asmt-container.site-govexec.gemg-v2 {
        margin-top: -26px;
    }

    .asmt-container.site-govexec.gemg-v2 .asmt-form-outer {
        padding-bottom: 25px;
    }

    .asmt-container.site-govexec.gemg-v2 .asmt-inside-header-hed {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .asmt-container.site-govexec.gemg-v2 .asmt-pagination {
        text-align: center;
    }

    .asmt-container.site-govexec.gemg-v2 .downloads-container {
        padding: 0 15px;
    }

    .asmt-container.site-govexec.gemg-v2 .downloads-header {
        margin-left: -15px;
        margin-right: -15px;
    }

    .asmt-container.site-govexec.gemg-v2 .signup-button {
        width: 100%;
    }
}

.asmt-container.site-nextgov {
    margin-top: -40px;
}

.asmt-container.site-nextgov button.asmt-button-brand-color,
.no-touchevents .asmt-container.site-nextgov button.prev-page:hover {
    color: #ffffff;
    background-color: #72bf44;
}

.asmt-container.site-nextgov .asmt-brand-color,
.asmt-container.site-nextgov button.toggle-question-context-active.asmt-brand-color {
    color: #72bf44;
}

.asmt-container.site-nextgov .toggle-question-context-active .see-context-arrow-down,
.asmt-container.site-nextgov .toggle-question-context-active .see-context-arrow-up {
    border-top-color: #72bf44;
}

.asmt-container.site-nextgov .asmt-signup-deck-1 {
    color: #72bf44;
}

.asmt-container.site-nextgov .privacy-policy,
.asmt-container.site-nextgov .privacy-policy h1 {
    text-align: left;
}

.asmt-container.site-nextgov .privacy-policy a,
.asmt-container.site-nextgov .question-context-text a {
    text-decoration: none;
    color: #408c14;
}

.asmt-container.site-nextgov .explanation-text a {
    color: #72bf44;
}

.no-touchevents .asmt-container.site-nextgov .privacy-policy a:hover,
.no-touchevents .asmt-container.site-nextgov .question-context-text a:hover {
    color: #67cb3d;
}

.asmt-container.site-nextgov .results-loading .sk-child:before {
    background-color: #72bf44;
}

.asmt-container.site-nextgov .results-loading {
    color: #72bf44;
}

.no-touchevents .asmt-container.site-nextgov button.remove-hover:hover {
    background-color: #72bf44;
}

.asmt-container.site-nextgov input[type="checkbox"] {
    vertical-align: top;
}

.asmt-container.site-nextgov .asmt-form-outer {
    background: -webkit-linear-gradient(top, #e6e9ea 100px, #ffffff 400px);
    background: linear-gradient(to bottom, #e6e9ea 100px, #ffffff 400px);
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr='#e6e9ea', endColorstr='#ffffff', GradientType=0
    );
}

@media all and (max-width:991px) {
    .asmt-container.site-nextgov {
        margin-top: -20px;
    }
}

.asmt-container.site-routefifty {
    background: linear-gradient(#434343, #ffffff) !important;
    margin-top: -25px;
}

.asmt-container.site-routefifty.background-cover {
    background: #ffffff !important;
}

.asmt-container.site-routefifty .asmt-signup-deck-1 {
    color: #0096d5;
}

.asmt-container.site-routefifty .asmt-brand-color,
.asmt-container.site-routefifty button.toggle-question-context-active.asmt-brand-color {
    color: #0098d1;
}

.asmt-container.site-routefifty button.asmt-button-brand-color,
.no-touchevents .asmt-container.site-routefifty button.prev-page:hover {
    color: #ffffff;
    background-color: #0098d1;
}

.asmt-container.site-routefifty .privacy-policy a,
.asmt-container.site-routefifty .question-context-text a {
    text-decoration: none;
    color: #0096d5;
}

.asmt-container.site-routefifty .explanation-text a {
    color: #0096d5;
}

.asmt-form-outer {
    background: white;
    padding: 35px 25px;
}

.no-touchevents .asmt-container.site-routefifty button.remove-hover:hover {
    background-color: #0098d1;
}

.no-touchevents .asmt-container.site-routefifty .privacy-policy a:hover,
.no-touchevents .asmt-container.site-routefifty .question-context-text a:hover {
    color: #006089;
    text-decoration: underline;
}

.asmt-container.site-defenseone {
    font-family: Helvetica, Arial, sans-serif;
    margin-top: -2.5rem;
}

.asmt-container.site-defenseone .asmt-responsive-container {
    max-width: 700px;
    margin: auto;
}

.asmt-inner {
    width: 100%;
}

.trending-bar {
    position: relative;
    z-index: 10;
}

.signup-button-container {
    text-align: center;
}

.asmt-container.site-defenseone .sponsor-content-banner {
    background-color: #000000;
    color: #ffffff;
    display: none;
    font-style: normal;
    font-weight: bold;
}

.asmt-container.site-defenseone .asmt-responsive-container .sponsor-content-banner {
    display: block;
    left: 0;
    position: absolute;
    top: -3.8rem;
    width: 100%;
}

.asmt-container.site-defenseone .asmt-form-outer {
    margin-top: 0;
    padding: 0 25px;
    position: relative;
}

.asmt-container.site-defenseone .asmt-inside-header-hed {
    font-family: 'Roboto Slab', serif;
    margin-top: 4rem;
    padding-top: 1rem;
}

.asmt-container.site-defenseone .conclusion-label {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
}

.asmt-container.site-defenseone .sponsor-content-inner {
    text-align: center;
    width: auto;
    max-width: 450px;
    margin: auto;
}

.asmt-container.site-defenseone .asmt-social {
    margin-bottom: 0;
}

.asmt-container.site-defenseone .multiple-sponsors-container {
    left: 540px;
}

@media all and (max-width: 1024px) {
    .asmt-container.site-defenseone .multiple-sponsors-container {
        display: none;
    }
    .asmt-container.site-defenseone .multiple-sponsors-container-top {
        display: block;
    }
}

@media all and (max-width: 498px) {
    .asmt-container.site-defenseone .asmt-hed,
    .asmt-container.site-defenseone .sponsor-content-banner {
        padding-left: 4px;
        padding-right: 20px;
    }
    .asmt-container.site-defenseone .sponsored-and-social-top {
        width: auto;
    }
}

@media all and (max-width: 450px) {
    .asmt-container.site-defenseone .sponsored-and-social-top,
    .asmt-container.site-defenseone .asmt-hed,
    .asmt-container.site-defenseone .sponsor-content-banner {
        padding-left: 10px;
        padding-right: 23px;
    }
    .asmt-container.site-defenseone .sponsored-and-social-top {
        width: auto;
    }
    .asmt-container.site-defenseone .sponsor-content-explanation-help-text {
        display: none;
    }
    .asmt-container.site-defenseone .asmt-inner {
        width: auto;
    }
}

.asmt-container.site-defenseone .asmt-hed {
    font-family: "ff-olsen-web-pro";
    font-weight: 700;
    font-size: 50px;
    line-height: 53px;
    text-transform: none;
    text-align: left;
}

.asmt-container.site-defenseone .asmt-signup-deck-1,
.asmt-container.site-defenseone .asmt-signup-deck-2 {
    font-size: 20px;
    line-height: 23px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    text-align: left;
}

.asmt-container.site-defenseone .asmt-signup-deck-2 {
    color: #000000;
    margin-bottom: 27px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.asmt-container.site-defenseone .asmt-brand-color {
    color: #ffcd00;
}

.asmt-container.site-defenseone button.toggle-question-context-active.asmt-brand-color {
    color: #b39602;
}

.asmt-container.site-defenseone button.asmt-button-brand-color,
.no-touchevents .asmt-container.site-defenseone button.prev-page:hover {
    color: #000000;
    background-color: #fecd08;
}

.asmt-container.site-defenseone button {
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    padding: 12px 15px 12px 15px;
}

.asmt-container.site-defenseone button .page-nav-arrow-next,
.asmt-container.site-defenseone button .right-arrow {
    border-left: 5px solid black;
}

.asmt-container.site-defenseone button .page-nav-arrow-prev {
    border-right: 5px solid #000;
}

.asmt-container.site-defenseone button.take-again .page-nav-arrow-prev {
    border-right: 5px solid black;
}

.no-touchevents .asmt-container.site-defenseone button.take-again:hover .page-nav-arrow-prev {
    border-right: 5px solid #000;
}

.asmt-container.site-defenseone .privacy-policy p {
    font-size: 16px;
    line-height: 24px;
}

.asmt-container.site-defenseone .privacy-policy a,
.asmt-container.site-defenseone .question-context-text a {
    border-bottom: 2px solid #ffcd00;
    color: #000;
    padding-bottom: 2px;
    text-decoration: none;
}

.no-touchevents .asmt-container.site-defenseone .privacy-policy a:hover,
.no-touchevents .asmt-container.site-defenseone .question-context-text a:hover {
    color: #ffcd00;
}

.no-touchevents .asmt-container.site-defenseone button.take-again:hover,
.no-touchevents .asmt-container.site-defenseone button.signup-button:hover,
.no-touchevents .asmt-container.site-defenseone button.next-page:hover {
    background-color: #ffcd00;
    opacity: 0.8;
}

.no-touchevents .asmt-container.site-defenseone button:hover .page-nav-arrow-next,
.no-touchevents .asmt-container.site-defenseone button:hover .right-arrow {
    border-left: 5px solid #000;
}

.no-touchevents .asmt-container.site-defenseone button:hover .page-nav-arrow-prev {
    border-right: 5px solid black;
}

.asmt-container.site-defenseone button.toggle-question-context {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    font-style: normal;
    line-height: 19px;
    letter-spacing: .5px;
    background-color: transparent; /* for IE 9/10 */
    padding: 0;
    text-transform: none;
}

.asmt-container.site-defenseone button.toggle-question-context-active .button-text {
    text-decoration: underline;
}

.asmt-container.site-defenseone .question-container {
    font-size: 16px;
}

.no-touchevents .asmt-container.site-defenseone button.remove-hover:hover {
    background-color: #fecd08;
}

.asmt-container.site-defenseone .sk-circle .sk-child:before {
    background-color: #000000;
}

.asmt-container.site-defenseone .question-text {
    margin-bottom: 15px;
}

.asmt-container.site-defenseone .conclusion-text-container {
    margin: 15px 0 15px 0;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 42px;
    line-height: 40px;
    text-transform: none;
}

.asmt-container.site-defenseone .explanation-text {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin: 15px 0 25px 0;
}

.asmt-container.site-defenseone .explanation-text a {
    border-bottom: 2px solid #ffcd00;
    color: #000;
    padding-bottom: 0.1rem;
}

.asmt-container.site-defenseone .explanation-text a:hover {
    color: #ffcd00;
    text-decoration: none;
}

.asmt-container.site-defenseone .share-your-results > * {
    display: block;
}

.asmt-container.site-defenseone .social-options-post {
    display: inline-block;
    margin-top: 0;
}

.asmt-container.site-defenseone .results-outer {
    position: relative;
}

.asmt-container.site-defenseone .results-outer .sponsor-content-banner {
    top: 0;
}

.asmt-container.site-defenseone .share-your-results-label {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    text-transform: uppercase;
}

.asmt-container.site-defenseone .results-conclusion {
    text-align: center;
}

.asmt-container.site-defenseone .question-container input[type="radio"] {
    top: 2px;
}

.asmt-container.site-defenseone .privacy-policy {
    margin-bottom: 2rem;
}

@media only screen and (min-width: 721px) and (max-width: 1024px) {
    /* over-ride d1 site-wide stuff to preserve full-width background image */
    .content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('/static/base/third_party/forms/MonoSocialIconsFont-1.10/MonoSocialIconsFont-1.10.eot?93d5c24d3ea8');
    src: url('/static/base/third_party/forms/MonoSocialIconsFont-1.10/MonoSocialIconsFont-1.10.eot?&93d5c24d3ea8#iefix') format('embedded-opentype'),
         url('/static/base/third_party/forms/MonoSocialIconsFont-1.10/MonoSocialIconsFont-1.10.woff?93d5c24d3ea8') format('woff'),
         url('/static/base/third_party/forms/MonoSocialIconsFont-1.10/MonoSocialIconsFont-1.10.ttf?93d5c24d3ea8') format('truetype'),
         url('/static/base/third_party/forms/MonoSocialIconsFont-1.10/MonoSocialIconsFont-1.10.svg?93d5c24d3ea8#MonoSocialIconsFont') format('svg');
    src: url('/static/base/third_party/forms/MonoSocialIconsFont-1.10/MonoSocialIconsFont-1.10.ttf?93d5c24d3ea8') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.mono-symbol,
a.mono-symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

