/***** InfoComm Show ****/
@import '../scss/utilities/_all_utilities.scss';

.login-header, .login p {
    margin-top: 0;
    margin-bottom: 0;
}

.login #lower {
    margin-top: 0px !important;
}

.login h1 {
    text-transform: none;
    line-height: 1em;
    font-weight: bold;
    font-size: 18px;
}

/* The triangle form is achieved by a CSS hack */
.login-triangle {
    width: 0;
    margin-right: auto;
    margin-left: auto;
    border: 12px solid transparent;
    border-bottom-color: #171246;
}

.login-header {
    background: #171246;
    padding: 20px;
    font-size: 1.4em;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    @include font-family-euclid-bold;
}

.login-container {
    background: #e5e9ec;
    padding: 12px;
    height: 450px; /*height: 565px; */
    border-radius: 0px 0px 5px 5px;
}

/* Every row inside .login-container is defined with p tags */
.login p {
    padding: 6px;
    font-size: 12px;
    line-height: 20px;
    @include font-family-euclid;
}

.login input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    font-family: inherit;
    font-size: 0.95em;
}

.login input[type="email"],
.login input[type="password"] {
    background: #fff;
    border-color: #bbb;
    color: #555;
}

/* Text fields' focus effect */
.login input[type="email"]:focus,
.login input[type="password"]:focus {
    border-color: #888;
}

.login input[type="submit"] {
    background: #171246;
    border-color: transparent;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px !important;
}

.login input[type="submit"]:hover {
    background: #2e2673;
}

.normalShowLogin h6, p, input, label {
    @include font-family-euclid-bold;
}

.showMain h6, p, input, label {
    @include font-family-euclid-bold;
}
/* Buttons' focus effect */
.login input[type="submit"]:focus {
    border-color: #05a;
}

header.header {
    /* background: #2F1945; */
    display: block;
    width: 100%;
    color: white;
    text-align: center;
    padding-top: 0px !important;
    padding-bottom: 5% !important;
}

.footer {
    position: relative;
    min-height: 400px;
    background: #4b2e51;
    background-size: cover;
    display: block;
    padding: 50px;
    line-height: 1;
    overflow: hidden;
    @include font-family-euclid;
}

footer p {
    margin-bottom: 16px;
    line-height: 22px;
    font-size: 12px;
}

.footer .inner,
.footer .content .content__main__header,
.content .footer .content__main__header {
    max-width: 1410px
}

.footer .inner .footer__main,
.footer .content .content__main__header .footer__main,
.content .footer .content__main__header .footer__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer .inner .footer__infocomm,
.footer .content .content__main__header .footer__infocomm,
.content .footer .content__main__header .footer__infocomm {
    position: relative
}

.footer .inner .footer__infocomm:after,
.footer .content .content__main__header .footer__infocomm:after,
.content .footer .content__main__header .footer__infocomm:after {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 34px;
    content: "";
    background: url(https://cdn.avixa.org/production/images/default-source/infocomm-show-structural/infocomm.png?sfvrsn=6100d108_2) no-repeat center; /*AFK*/
    background-size: contain
}

.footer .inner .footer__menu,
.footer .content .content__main__header .footer__menu,
.content .footer .content__main__header .footer__menu {
    position: relative;
    margin-top: 60px;
    z-index: 1;
    text-align: center
}

.footer .inner .footer__menu li,
.footer .content .content__main__header .footer__menu li,
.content .footer .content__main__header .footer__menu li {
    font-size: 0.71429rem;
    line-height: 1.33
}

@media all and (min-width: 600px) {
    .footer .inner .footer__menu li,
    .footer .content .content__main__header .footer__menu li,
    .content .footer .content__main__header .footer__menu li {
        font-size: 0.78571rem;
        line-height: 1.33
    }
}

@media all and (min-width: 1024px) {
    .footer .inner .footer__menu li,
    .footer .content .content__main__header .footer__menu li,
    .content .footer .content__main__header .footer__menu li {
        font-size: 0.77778rem;
        line-height: 1.5
    }
}

.footer .inner .footer__menu a,
.footer .content .content__main__header .footer__menu a,
.content .footer .content__main__header .footer__menu a {
    color: rgba(255, 255, 255, 0.5)
}

.footer .inner .footer__menu a:hover,
.footer .content .content__main__header .footer__menu a:hover,
.content .footer .content__main__header .footer__menu a:hover {
    color: #9f1b12
}

@media (min-width: 768px) {
    .footer .inner .footer__bottom,
    .footer .content .content__main__header .footer__bottom,
    .content .footer .content__main__header .footer__bottom {
        /*position: absolute;*/
        width: 100%;
        margin-top: 4%;
        /*bottom: 40px;
        left: 5%*/
    }

    .footer .inner .footer__infocomm:after,
    .footer .content .content__main__header .footer__infocomm:after,
    .content .footer .content__main__header .footer__infocomm:after {
        top: auto;
        bottom: -20px;
        width: 202px
    }

    .footer .inner .footer__menu,
    .footer .content .content__main__header .footer__menu,
    .content .footer .content__main__header .footer__menu {
        float: right;
        margin-top: 0
    }

    .footer .inner .footer__menu ul li,
    .footer .content .content__main__header .footer__menu ul li,
    .content .footer .content__main__header .footer__menu ul li {
        display: inline-block;
        margin-right: 0.5em
    }
}

@media (min-width: 1024px) {
    .footer .inner .footer__menu ul li,
    .footer .content .content__main__header .footer__menu ul li,
    .content .footer .content__main__header .footer__menu ul li {
        margin-right: 1em
    }
}

@media (min-width: 1280px) {
    .footer {
        background-size: unset
    }
}

@media (min-width: 2500px) {
    .footer {
        background-position: center left
    }
}

.footer__main .panel {
    position: relative;
    z-index: 1
}

.footer__main .panel .panel__header {
    height: 60px
}

.footer__main .panel .panel__header__title {
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.33
}

@media all and (min-width: 600px) {
    .footer__main .panel .panel__header__title {
        font-size: 1.07143rem;
        line-height: 1.33
    }
}

@media all and (min-width: 1024px) {
    .footer__main .panel .panel__header__title {
        font-size: 0.94444rem;
        line-height: 1.5
    }
}

.footer__main .panel .panel__body {
    color: #FFFFFF;
    font-size: 0.85714rem;
    line-height: 1.33;
    /*line-height: 2 !important;*/
    margin-bottom: 10px
}

@media all and (min-width: 600px) {
    .footer__main .panel .panel__body {
        font-size: 0.92857rem;
        line-height: 1.33
    }
}

@media all and (min-width: 1024px) {
    .footer__main .panel .panel__body {
        font-size: 0.77778rem;
        line-height: 1.5
    }
}

.footer__main .panel a {
    color: #20A6DF;
    float: none;
}

.footer__main .panel a:hover {
    color: #9f1b12
}

.footer__main .panel .ck-white a {
    color: #FFFFFF
}

.footer__main .panel .ck-white a:hover {
    color: #9f1b12
}

.footer__main .panel:nth-of-type(1) p {
    margin-bottom: 1.2em
}

.footer__main .panel:nth-of-type(1) a {
    line-height: 2
}

.footer__main .panel:nth-of-type(4) {
    margin: 20px 0
}

@media (min-width: 600px) {
    .footer__main .panel {
        width: 30%
    }

    .footer__main .panel:nth-of-type(1) {
        margin-right: 40px
    }

    .footer__main .panel:nth-of-type(3) {
        margin-right: 40px
    }
}

@media (min-width: 1024px) {
    .footer__main .panel:nth-of-type(1) {
        width: 25%;
        margin-right: 40px
    }

    .footer__main .panel:nth-of-type(2) {
        width: 15%;
        margin-right: 40px
    }

    .footer__main .panel:nth-of-type(3) {
        width: 24%;
        margin-right: 20px
    }

    .footer__main .panel:nth-of-type(4) {
        width: auto;
        margin: 60px 0
    }
}

.panel--slide-up {
    position: relative;
    margin-bottom: 0;
    overflow: hidden
}

.panel--slide-up--blue {
    background: #20A6DF
}

.panel--slide-up--blue .panel__header-body {
    background: #20A6DF
}

.panel--slide-up--blue .panel__header__link {
    background: #20A6DF
}

.panel--slide-up--blue .ck-button-one {
    color: #20A6DF
}

.panel--slide-up--orange {
    background: #E73B30
}

.panel--slide-up--orange .panel__header-body {
    background: #E73B30
}

.panel--slide-up--orange .panel__header__link {
    background: #E73B30
}

.panel--slide-up--orange .ck-button-one {
    color: #E73B30
}

.panel--slide-up .panel__header {
    padding: 100px 0 15px;
    margin: 0;
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in
}

.panel--slide-up .panel__header__title {
    font-size: 1.71429rem;
    line-height: 1.2;
    font-weight: 900;
    color: #FFFFFF;
    margin: 0;
    text-align: right
}

@media all and (min-width: 600px) {
    .panel--slide-up .panel__header__title {
        font-size: 1.85714rem;
        line-height: 1.2
    }
}

@media all and (min-width: 1024px) {
    .panel--slide-up .panel__header__title {
        font-size: 1.66667rem;
        line-height: 1.2
    }
}

.panel--slide-up .panel__header-body {
    padding: 37px 43px 20px 59px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in
}

.panel--slide-up .panel__header__link {
    position: absolute;
    right: -10px;
    bottom: 10px;
    color: #FFFFFF;
    padding: 10px 15px
}

.panel--slide-up .panel__body {
    display: none;
    color: #FFFFFF;
    padding-bottom: 20px;
    position: relative;
    margin-top: 20px;
    -webkit-transition: 0;
    transition: 0
}

.panel--slide-up .panel__body::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    height: 3px;
    width: 28px;
    background: #FFFFFF;
    -webkit-transition: 0;
    transition: 0
}

.panel--slide-up .panel__body .ck-button-two {
    background: #FFFFFF;
    color: #2F1945
}

.panel--slide-up .panel__body .ck-button-two:hover {
    background: #9f1b12;
    color: #FFFFFF
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    padding: 10px
}

.overlay.is-visible {
    opacity: 1;
    visibility: visible;
    z-index: 9999
}

span.menu__item__text.menuitem.menuitem--id-2351 {
    color: white;
}


/************************/
/*loader*/
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Basics */
html, body {
    width: 100%;
    height: 100%;
    @include font-family-euclid-bold;
    color: #444;
    -webkit-font-smoothing: antialiased;
}

.press {
    display: none;
}

.normalShowLogin {
}

.nodisplay {
    display: none !important;
}

.logoHeader {
    display: none;
}

.centerBox {
    box-sizing: border-box;
    max-width: 1220px;
    margin: auto;
    padding: 0 10px;
}

.main {
    max-width: 680px; /**min-width: 500px;**/
    min-height: 600px;
    margin: auto;
    padding-top: 80px;
}

.white {
    background: white;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-left: 40px;
    padding-top: 0px;
}

form {
    margin: 0 auto;
    margin-top: 20px;
}

.word {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px;
    font: bold 12px arial,sans-serif;
    background: #fff;
}

.wordwrapper {
    text-align: center;
    height: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -12px;
    z-index: 2;
}

.linewrapper {
    position: relative;
    width: 20px;
    height: 300px;
    margin: 10px;
}

.line {
    position: absolute;
    left: 49%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ccc;
    z-index: 1;
}

label {
    color: #555;
    display: inline-block;
    margin-left: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}

a {
    font-size: 11px;
    color: #ee3353;
    float: right;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover {
    color: #ee3353;
}

.small {
    font-size: 14px !important;
    @include font-family-apercu;
}

h2, h3, h4, h5 {
    color: #3e989e;
}

h3 {
    font-size: 25px;
}

h2, h3, h4, h5, h6, bold, strong, .date-month, .date-day, .display-5, .display-6 {
    @include font-family-euclid-bold;
    font-weight: bold;
}

ul.shortList li {
    list-style-image: url(https://www.avixa.org/assets/img/bullet.jpg);
}

ul.shortList {
    font-size: 12px;
    line-height: 27px;
    margin-bottom: 18px;
}
/*** Error Messages ***/
.messageCell {
    background: #fff;
    padding: 0px !important;
    white-space: normal;
}

.messageText {
    font-size: 12px;
    color: red;
}

.messageText h4 {
    color: red;
    font-size: 14px;
    text-decoration: underline;
    padding: 0px !important;
    margin: 0px !important;
}

input {
    @include font-family-euclid-bold;
    font-size: 12px;
    outline: none;
}

input[type=text],
input[type=password] {
    color: #777;
    padding-left: 10px;
    /*margin: 10px; */
    margin-bottom: 8px;
    margin-left: 0px;
    width: 100%;
    height: 35px;
    border: 1px solid #c7d0d2;
    border-radius: 2px;
    box-shadow: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

input[type=text]:hover,
input[type=password]:hover {
    border: 1px solid #b6bfc0;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}

input[type=text]:focus,
input[type=password]:focus {
    border: 1px solid #a8c9e4;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
}

#lower {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    margin-top: 30px;
}

input[type=checkbox] {
    margin-left: 20px;
    margin-top: 30px;
}

.check {
    margin-left: 3px;
    font-size: 11px;
    color: #444;
    text-shadow: 0 1px 0 #fff;
}

input[type=submit] {
    display: inline-block;
}

input[type=submit], .btn {
    background: #f6ca15;
    color: #fff;
    border: none;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 0;
    font-size: 14px;
    padding: 1em 5em;
    @include font-family-euclid-bold;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
}

input[type=submit]:hover {
    background: #f6ca15;
    color: #fff;
    opacity: .85;
}

input[type=submit]:active {
}

footer {
    /*background: url(https://www.avixa.org/assets/img/footer-bg.jpg) center top repeat-y;removed 10/11/22 to make footer eggplant color RS*/
    position: relative;
    margin-top: 50px;
    padding-top: 40px;
}

.footer-left, .footer-right {
    position: absolute;
    width: 45%;
    height: 100%;
    z-index: -1;
    top: 0;
}

.footer-right {
    background: #ee3353;
    right: 0;
}

.footer-left {
    background: #f6ca15;
    left: 0;
}

.text-white {
    color: #fff !important;
}

header.fixed-top {
    -webkit-box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.2);
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

header {
    background: #fff;
    z-index: 10001;
    top: 100%;
    width: 100%;
}

.jumbotron {
    padding: 22px 0;
    margin-bottom: 32px;
}

.primary-bg {
    background: #ee3353;
    color: #fff;
}

.top-shadow {
    -webkit-box-shadow: inset 0px 5px 4px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 5px 4px -1px rgba(0,0,0,0.2);
    box-shadow: inset 0px 5px 4px -1px rgba(0,0,0,0.2);
}

@media (max-width: 1024px) {
    .jumbotron {
        margin-bottom: 32px;
        margin-top: 75px;
        padding: 22px 0;
    }
}

@media (max-width: 992px) {
    .footer-right, footer-left {
        display: none;
    }

    .footer-left, .footer-right {
        position: absolute;
        width: 100% !important;
        height: 100%;
        z-index: -1;
        top: 0;
    }
}

@media screen and (max-width: 991px) {
    header {
        margin-bottom: 100px;
        float: left;
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    footer {
        margin-top: 100px;
    }

    footer .col-xl-2.col-lg-2.col-md-6.widget-2, footer .col-xl-3.col-lg-2.col-md-6.widget-3, footer .col-xl-3.col-lg-4.col-md-6.widget-4 {
        margin-top: 20px;
    }

    .footer-left, .footer-right {
        position: absolute;
        width: 100% !important;
        height: 100%;
        z-index: -1;
        top: 0;
    }
}

@media (max-width: 767px) {
    .white {
        width: 80%;
    }

    .main {
        height: 600px;
    }

    .jumbotron {
        margin-top: -15px;
    }

    .footer-left, .footer-right {
        position: absolute;
        width: 100% !important;
        height: 100%;
        z-index: -1;
        top: 0;
    }
}

@media (max-width: 500px) {
    .white {
        background: white;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-left: inherit;
        height: 100%;
        padding-top: 0px;
    }

    .main {
        width: 100%;
        height: 100%;
        margin: auto;
        padding-top: 20px;
    }

    .footer-left, .footer-right {
        position: absolute;
        width: 100% !important;
        height: 100%;
        z-index: -1;
        top: 0;
    }
}

/**** Show ****/

.main.showMain {
    max-width: 100% !important;
    padding-top: 50px;
    height: 100% !important;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

p.pressNotice {
    margin-top: 20px;
    text-align: center;
}

.panel.panel--default.panel--id-7056 {
    width: 100%;
}

.leftPadding {
    padding-left: 15%;
}

.pageTitle {
    text-align: center;
    font-size: 2em;
    @include font-family-euclid-bold;
}

@media (max-width: 500px) {
    p.pressNotice {
        margin-top: 750px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 300px;
    }

    .footer {
        margin-top: 100px;
    }

    .leftPadding {
        padding-left: 0px;
    }
}

iframe { //Adding this to correct an issue where a white space appears below the footer on the login page
    display: block;
}
