/* eClass Portal Stylesheet
 *
 * Anthony Radziszewski
 * radzisze@ualberta.ca
 * Created: 07/05/2015
 */

 /* Font properties */
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Roboto-Regular.ttf') format('ttf');
}

body {
    font-family: Roboto, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin: 0;
    padding: 0;
    color: #333333;
}

a, a:link, a:active {
    color: #007A33;
}

a:visited {
    color: #007A33;
}

a:hover {
    color: #007A33;
}

footer {
    margin: 20px;
}

.tooltip-inner {
    width: 300px;
    white-space: pre-wrap;
}

/* Navbar */
.navbar-inner {
    height: 100%;
    background-color: #275D38;
}

.navbar-inner .container {
    height: 100%;
}

.navbar-inner a {
    font-size: 20px;
}

.navbar-inner a, .navbar-inner a:link, .navbar-inner a:active {
    color: #ffffff;
}

.navbar-inner a:visited {
    color: #ffffff;
}

.navbar-inner a:hover {
    text-decoration: none;
    color: #ffffff;
}

.navbar-outer {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.navbar-toggle {
    background-color: #eee;
}

.navbar-toggle .icon-bar {
    background-color: #097642;
}

.navbar-collapse {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ualogo {
    margin-left: -15px;
    display: inline-block;
}

.ualogo img {
    margin: 20px;
    vertical-align: middle;
    width: 180px;
}

.brand-wrapper {
    vertical-align: middle;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 15px;
    color: #fff;
    display: inline-block;
}

.brand-wrapper .brand {
    display: inline-block;
    line-height: 16px;
    font-size: 24px;
    font-weight: lighter;
    margin-top: 10px;
}

.brand-wrapper .powered {
    display: inline-block;
    font-size: 14px;
    font-weight: lighter;
}

.block-menu {
    margin-top: 32px;
    font-size: 14px;
    font-weight: 400;
}

.block-menu .navbar-collapse.collapse.in {
    float: right;
    overflow: hidden;
}

.block-menu > ul > li {
    padding: 0;
}

.block-menu > ul > li:last-of-type {
    border-right: none;
}

.block-menu > ul > li > a {
    margin: 0 10px;
    padding: 2px 0;
    font-weight: 300;
}

.block-menu > ul > li > a:hover {
    background: none;
    text-decoration: none;
    color: #F2CD00;
}

/* Login */
#tophalf {
    background-color: #E0E0E0;
    width: 100%;
    text-align: center;
    -moz-box-shadow: 0 0 4px #B1B1B1;
    -webkit-box-shadow: 0 0 4px #B1B1B1;
    box-shadow: 0 0 4px #B1B1B1;
    border-bottom: solid 1px #CDCDCD;
}

.jumbotron {
    display: inline-block;
    height: 560px;
    width: 992px;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 0;
    -moz-box-shadow: 13px 13px 9px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 13px 13px 9px 0px rgba(0,0,0,0.3);
    box-shadow: 13px 13px 9px 0px rgba(0,0,0,0.3);
}

.jumbotron .menu {
    background-color: #FFFFFF;
    height: 80%;
    width: 30%;
    float: left;
}

.jumbotron .menu .mobilelinks {
    display: none;
}

.jumbotron .portal .mobiletopbar {
    display: none;
}

.jumbotron .portal {
    background-color: #FFFFFF;
    float: right;
    height: 40%;
    width: 70%;
}

.jumbotron .login-header {
    height: 20%;
    background: #FFFFFF;
}

.jumbotron .login-header .row {
    color: #3d4a43;
    font-size: 44px;
    text-align: left;
    padding-left: 6%;
    padding-top: 40px;
}

.portal .row {
    margin: 0;
    padding-left: 5%;
    padding-right: 5%;
}

.portal .menu .row {
    padding-left: 0;
}

.portal h2 {
    padding-left: 10%;
    padding-top: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left;
}

.jumbotron .contact {
    background-color: #FFFFFF;
    margin: 0;
    float: right;
    width: 70%;
    height: 40%;
    padding-left: 30px;
}

.jumbotron .contact hr {
    margin: 3px 70px 18px 33px;
    border-color: #e0e0e0;
}

.contact .row {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 5px;
    color: #4D4E54;
    font-size: 14px;
}

.contact h6 {
    padding-top: 0!important;
    opacity: 0.95;
}

.contact .left-side {
    text-align: left;
    width: 50%;
    float: left;
    line-height: 22px;
    font-size: 14px;
    color: #85879C;
}

.contact .right-side {
    padding-left: 3%;
    text-align: left;
    width: 50%;
    float: right;
    line-height: 22px;
    font-size: 15px;
    color: #85879C;
}

.contact .right-side .pull-left {
    margin-bottom: 10px;
}

.contact .right-side .fa-envelope {
    color: #007A33;
}

.portalBrowserChecker:hover {
    cursor: pointer;
    cursor: hand;
    color: #275D38;
    text-decoration: underline;
}

.cd-popup.BCPopUp {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    margin: 0 auto;
    z-index: 100000;
    width: 550px;
    height: 175px;
    top: 30%;
    left: calc(50% - 275px);
    color: #FFFFFF;
    font-size: 18px;
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
    box-shadow: 0 5px 5px rgba(0,0,0,0.5);
    border-top: solid 1px rgba(0,0,0,0.15);
    border-left: solid 1px rgba(0,0,0,0.25);
    border-right: solid 1px rgba(0,0,0,0.25);
    border-bottom: solid 1px rgba(0,0,0,0.35);
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
}

.cd-popup.browserCheckerPopupGood {
    background-color: #067842;
}

.cd-popup.browserCheckerPopupBad {
    background-color: #990000;
    height: 225px;
    padding-top: 25px;
}

.cd-popup.BCPopUp a {
    color: #F3CD00;
    text-decoration: underline;
}

.BCPopUp .cd-popup-close {
    width: 150px;
    height: 50px;
    margin-top: 18px;
    color: #28292B;
    font-size: 16px;
    border: 0;
}

.browserCheckerPopupGood .cd-popup-close {
    background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 90%, #084225 90%, #084225 100%);
}

.browserCheckerPopupBad .cd-popup-close {
    background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 90%, #600000 90%, #600000 100%);
    margin-top: 12px;
}

.cd-popup.BCPopUp.is-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.BCPopUp .cd-popup-container {
    transform: translateY(-40px);
    transition-property: transform;
    transition-duration: 0.3s;
}

.BCPopUp.is-visible .cd-popup-container {
    transform: translateY(0);
}

.BCPopUp .btn.cd-popup-close {
    border-radius: 0;
}

.portaladdress {
    font-size: 16px;
}

.menu .col-md-3 {
    height: 100%;
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 20%;
    padding-right: 10%;
    padding-top: 14px;
}

.menu .col-md-3 h4 {
    color: #FFFFFF;
    font-size: 18px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.menu .col-md-3 h6 {
    color: #58595b;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
}

.menu .col-md-3 .request {
    color: #007A33;
    font-size: 18px;
    font-weight: bold;
}

.menu .col-md-3 .request a {
    color: #007A33;
}

.menu .col-md-3 h5 {
    color: #58595b;
    font-size: 16px;
    margin-top: 30px;
}

.menu .col-md-3 .block {
    width: 240px;
    color:  #007A33;
    line-height: 40px;
    font-size: 16px;
    margin-top: 8px;
}

.menu .col-md-3 .block .menuitem {
    border-bottom: solid 1px #e0e0e0;
}

.menu .col-md-3 .block a,
.menu .col-md-3 .block span {
    padding-left: 10px;
}

.menu .col-md-3 .block a:link {
    color: #007A33;
}

.menu .col-md-3 .block a:visited {
    color: #007A33;
}

.menu .col-md-3 .block .link-sidebar-nav a:hover {
    color: #007A33;
}

.menu .col-md-3 .block .menuitem:hover {
    background: #F2CD00;
    color: #275D38;
}

.menu .col-md-3 .block .menuitem:hover a {
    color: #275D38;
}

.menu .col-md-3 .request .fa:hover {
    -webkit-animation-name: delayedcrazy; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    -webkit-animation-delay: 30s;
    animation-name: delayedcrazy;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-delay: 30s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes delayedcrazy {
    0% {
        color: red;
        font-size: 14px;
    }
    25% {
        color: yellow;
        font-size: 17px;
    }
    50% {
        color: blue;
        font-size: 14px;
    }
    75% {
        color: green;
        font-size: 11px;
    }
    100% {
        color: red;
        font-size: 14px;
    }
}

/* Standard syntax */
@keyframes delayedcrazy {
    0% {
        color: red;
        font-size: 14px;
    }
    25% {
        color: yellow;
        font-size: 17px;
    }
    50% {
        color: blue;
        font-size: 14px;
    }
    75% {
        color: green;
        font-size: 11px;
    }
    100% {
        color: red;
        font-size: 14px;
    }
}

#main .blog {
    width: 992px;
    margin: 0 auto;
    padding: 0;
}

#wrapper .footer {
    margin: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #fff;
    background-color: #275D38;
    -moz-box-shadow: 0 0 3px #C7C7C7;
    -webkit-box-shadow: 0 0 3px #C7C7C7;
    box-shadow: 0 0 3px #C7C7C7;
}

.portal h3 {
    font-weight: lighter;
    color: #646464;
}

.portal .col-md-12,
.portal .col-md-6 {
    padding-left: 6px;
    padding-right: 6px;
}

.portal .portalbuttons .row {
    padding-left: 0;
}

.btn-login {
    height: 40px;
    margin-bottom: 12px;
    width: 100%;
    line-height: 26px;
    border-radius: 0;
}

.btn-login .glyphicons {
    padding-left: 14px;
    height: 26px;
}

.btn-login .glyphicons:before {
    color: #686868;
    font-size: 14px;
    line-height: 26px;
}

.portal .portalbuttons {
    padding-top: 24px;
    padding-left: 30px;
}

.questionmark .fa {
    color: #007A33;
    opacity: 0.6;
    font-size: 26px;
    padding-left: 11px;
}

.creditlogin .questionmark .fa {
    color: #ffffff;
    font-size: 32px;
}

.creditlogin .main {
    background-color: #275D38;
    font-size: 22px;
    height: 75px;
    width: 482px;
    margin-right: 0;
    margin-bottom: 26px;
    padding-right: 0;
    border: 0;
    float: left;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
    color: #F2CD00;
    border-radius: 10px 0 0 10px;
}

.creditlogin .help {
    background-color: #275D38;
    height: 75px;
    width: 75px;
    margin-left: 1px;
    padding-left: 0;
    border: 0;
    float: left;
    color: #F2CD00;
    font-size: 32px;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
    border-radius: 0 10px 10px 0;
}

.externallogin .main {
    background: linear-gradient(#f4f4f4, #e0e0e0);
    font-size: 19px;
    height: 60px;
    width: 205px;
    margin-right: 0;
    padding-right: 0;
    border: 0;
    float: left;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
    color: #275D38;
    border-radius: 10px 0 0 10px;
}

.externallogin .help {
    background: linear-gradient(#f4f4f4, #e0e0e0);
    height: 60px;
    width: 60px;
    margin-left: 1px;
    padding-left: 0;
    border: 0;
    float: left;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
    color: #275D38;
    font-size: 29px;
    border-radius: 0 10px 10px 0;
}

.guestlogin .main {
    background: linear-gradient(#f4f4f4, #e0e0e0);
    font-size: 19px;
    height: 60px;
    width: 205px;
    margin-left: 26px;
    margin-right: 0;
    padding-right: 0;
    border: 0;
    float: left;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
    color: #275D38;
    border-radius: 10px 0 0 10px;
}

.guestlogin .help {
    background: linear-gradient(#f4f4f4, #e0e0e0);
    height: 60px;
    width: 60px;
    margin-left: 1px;
    padding-left: 0;
    border: 0;
    float: left;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
    color: #275D38;
    font-size: 29px;
    border-radius: 0 10px 10px 0;
}

.creditlogin .main:hover {
    background: linear-gradient(#275D38, #225231);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
}

.creditlogin .help:hover {
    background: linear-gradient(#275D38, #225231);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
}

.externallogin .main:hover {
    background: #f4f4f4;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
}

.externallogin .help:hover {
    background: #f4f4f4;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
}

.guestlogin .main:hover {
    background: #f4f4f4;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
}

.guestlogin .help:hover {
    background: #f4f4f4;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
}

.questionmark .fa span {
    display: none;
    opacity: 1;
    font-family: Roboto, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Content */
.block {
    margin-top: 16px;
    margin-bottom: 8px;
}

.block h4 {
    padding: 5px;
}

.sidebar-nav .list-group-item {
    padding: 0;
    background-color: #f7f8f7;
}

.sidebar-nav .list-group-item.active {
    background-color: #adadad;
    border-color: #adadad;
}

.sidebar-nav .list-group-item:hover {
    background-color: #adadad;
    border-color: #adadad;
    color: #fff;
}

.sidebar-nav .list-group-item:hover a {
    color: #fff;
}

ul.sidebar-nav {
    line-height: 1.8em;
}

ul.sidebar-nav a {
    color: #333;
    padding: 6px 15px;
    width: 100%;
    display: inline-block;
}

ul.sidebar-nav a:hover {
    text-decoration: none;
}

ul.sidebar-nav a.active {
    color: #ffffff;
}

#main .mobileNewsLink {
    display: none;
    padding-left: 8%;
    padding-top: 20px;
    padding-right: 8%;
    padding-bottom: 15px;
    font-size: 18px;
    text-align: center;
}

.blog {
    padding-left: 20px;
    padding-right: 20px;
}

.block .row {
    margin-right: 0;
    margin-left: 0;
}

.btn-subtext {
    white-space: normal;
    font-size: 11px;
    color: #333;
}

.block .btn {
    width: 210px;
    height: 64px;
    margin-bottom: 16px;
}

.btn-moodle {
    border-color: #f98012;
    background-color: #f7f8f7;
}

.btn-kb {
    border-color: #067842;
    background-color: #f7f8f7;
}

.kb-text {
    color: #067842;
    margin: 0;
}

.btn-req-course {
    color: #fff;
    border-color: #1b5e20;
    background-color: #689f38;
}

.btn-req-course > span {
    display: inline-block;
    padding-top: 6px;
}

.btn-req-course:hover {
    color: #fff;
    border-color: #299031;
    background-color: #7fc547;
}

/* Footer */
.copyright {
    margin-top: 24px;
    margin-bottom: 24px;
}

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

    .help:hover .questionmark .fa {
        font-size: 35px;
        opacity: 0.9;
        position: relative;
    }

    .help:hover .questionmark .fa span {
        display: block;
        z-index: 10000;
        background-color: #404545;
        opacity: 1;
        color: #FFFFFF;
        width: 150px;
        word-wrap: break-word;
        white-space: normal;
        text-align: center;
        font-size: 12px;
        padding: 8px 5px 8px 5px;
        margin: 10px;
        position: absolute;
        top: 25px;
        left: -60px;
        float: none;
    }

    .creditlogin .help:hover .questionmark .fa span {
        top: -110px;
        left: -60px;
    }
}

@media (max-width: 992px) {
    .container {
        width: auto;
    }
    .ualogo img {
        width: 145px;
    }

    .brand-wrapper .brand {
        font-size: 20px;
    }

    .brand-wrapper .powered {
        font-size: 12px;
    }

    .block-menu {
        margin-top: 30px;
    }

    .navbar-inner a {
        font-size: 16px;
    }

    .block-menu > ul > li > a {
        margin: 0 5px;
    }

    .jumbotron {
        height: 465px;
        width: 768px;
    }

    #main .blog {
        width: 768px;
    }

    .jumbotron .login-header .row {
        padding-top: 30px;
        font-size: 40px;
    }

    .jumbotron .contact {
        padding-left: 35px;
    }

    .jumbotron .contact .row {
        padding-top: 5px;
    }

    .creditlogin .main {
        font-size: 16px;
        height: 70px;
        width: 360px;
    }

    .creditlogin .help {
        height: 70px;
        width: 70px;
    }

    .externallogin .main {
        font-size: 14px;
        height: 50px;
        width: 153px;
    }

    .externallogin .help {
        height: 50px;
        width: 50px;
    }

    .guestlogin .main {
        margin-left: 22px;
        font-size: 14px;
        height: 50px;
        width: 153px;
    }

    .guestlogin .help {
        height: 50px;
        width: 50px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .menu .col-md-3 h6,
    .menu .col-md-3 .request {
        font-size: 14px;
    }

    .menu .col-md-3 h5 {
        font-size: 14px;
        margin-top: 15px;
        padding-right: 0;
    }

    .menu .col-md-3 .block {
        width: auto;
        line-height: 35px;
        font-size: 14px;
    }

    .jumbotron .contact hr {
        margin: 3px 50px 10px 25px;
    }

    .contact .left-side,
    .portaladdress {
        font-size: 14px;
        width: 205px;
    }

    .contact .left-side .pull-left,
    .contact .right-side .pull-left {
        margin-bottom: 3px;
    }

    .contact .right-side {
        font-size: 14px;
        margin-right: 15px;
    }

    .contact h6 {
        padding-right: 40px!important;
    }
}

@media (min-width: 768px) and (max-width:768px) {
    /* Fix for 768 pixel top logo bar being too tall (bootstrap container margin issue) */
    .navbar-inner .container {
        height: 79px;
        margin-left: 15px;
    }
    .navbar-inner .container .block-menu {
        display:none;
    }
}

@media (max-width: 768px) {

    body {
        overflow-x: hidden;
    }

    #wrapper {
        right: 0;
        position: relative;
        -webkit-transition: right 0.4s ease-out;
        -moz-transition: right 0.4s ease-out;
        -ms-transition: right 0.4s ease-out;
        -o-transition: right 0.4s ease-out;
        transition: right 0.4s ease-out;
    }

    #wrapper.mobileMenuOpen {
        right: 50%;
        height: 100%;
    }

    .jumbotron .login-header {
        display: none;
    }

    .navbar-outer {
        width: 150%;
    }

    .brand-wrapper {
        display: none;
    }

    .ualogo {
        margin-left: 4px;
        width: 100%;
        padding-left: 10px;
    }

    .ualogo img {
        width: 145px;
    }

    .brand-wrapper {
        padding-left: 8px;
    }

    .brand-wrapper .brand {
        font-size: 18px;
    }

    .brand-wrapper .powered {
        font-size: 12px;
    }

    .block-menu {
        margin-top: 0;
    }

    .block-menu ul > li {
        display: block;
        border-right: none;
        padding-top: 4px;
        padding-bottom: 4px;
        text-align: right;
    }

    .block .btn {
        width: 100%;
    }

    .right_indent {
        padding-right: 20px;
    }

    #tophalf {
        height: 580px;
    }

    .jumbotron {
        height: 100%;
        width: 100%;
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .cd-popup.BCPopUp {
        width: 400px;
        height: 175px;
        top: 200px;
        left: calc(50% - 200px);
        font-size: 16px;
    }

    .cd-popup.browserCheckerPopupBad {
        height: 225px;
    }

    .browserCheckerPopupBad .cd-popup-close {
        margin-top: 18px;
    }

    .mobileMenuToggle {
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.4s ease-in;
    }

    .mobileMenuToggle.mobileMenuToggleClosed {
        visibility: visible;
        pointer-events: visible;
        opacity: 1;
        height: 30px;
        width: 28px;
        margin: 0;
        float: right;
        position: absolute;
        right: 8%;
        -webkit-animation-name: spin;
        -webkit-animation-duration: 0.4s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: spin;
        -moz-animation-duration: 0.4s;
        -moz-animation-iteration-count: 1;
        -moz-animation-timing-function: linear;
        -ms-animation-name: spin;
        -ms-animation-duration: 0.4s;
        -ms-animation-iteration-count: 1;
        -ms-animation-timing-function: linear;
        animation-name: spin;
        animation-duration: 0.4s;
        animation-iteration-count: 1;
        animation-timing-function: linear;
    }

    @-ms-keyframes spin {
        from {
            -ms-transform: rotate(0deg);
        }
        to {
            -ms-transform: rotate(180deg);
        }
    }
    @-moz-keyframes spin {
        from {
            -moz-transform: rotate(0deg);
        }
        to {
            -moz-transform: rotate(180deg);
        }
    }
    @-webkit-keyframes spin {
        from {
            -webkit-transform: rotate(0deg);
        }
        to {
            -webkit-transform: rotate(180deg);
        }
    }
    @keyframes spin {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(180deg);
        }
    }

    .jumbotron .menu .mobilelinks {
        display: block;
    }

    .jumbotron .menu {
        float: right;
        width: 50%;
        height: calc(100% - 50px);
        position: absolute;
        right: -moz-calc(0px - 50%);
        right: -webkit-calc(0px - 50%);
        right: calc(0px - 50%);
    }

    .jumbotron .menu h2 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .jumbotron .menu h4 {
        font-size: 12px;
        margin-top: 5px;
    }

    .jumbotron .menu .col-md-3 {
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 0;
    }

    .jumbotron .menu .col-md-3 .block {
        width: 100%;
    }

    .jumbotron .menu .col-md-3 .request {
        font-size: 17px;
    }

    .jumbotron .menu .mobilelinks h5 {
        margin-top: 25px;
    }

    .jumbotron .menu.mobileMenuOpen {
        background-color: #eeeeee;
        border-left: solid 1px #e0e0e0;
        padding-top: 45px;
        display: block;
        width: 50%;
        height: calc(100% - 50px);
    }

    .jumbotron .portal .mobiletopbar {
        display: block;
        height: 73px;
        width: 100%;
        padding-left: 8%;
        padding-right: 8%;
        padding-top: 20px;
        margin: 0;
        background-color: #FFFFFF;
        color: #58595b;
    }

    .jumbotron .portal .mobiletopbar .right-side .fa {
        cursor: pointer;
        cursor: hand;
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 30px;
        float: right;
    }

    .jumbotron .portal .mobiletopbar .left-side {
        width: 80%;
        padding: 0;
        margin: 0;
        float: left;
    }

    .jumbotron .portal .mobiletopbar .right-side {
        width: 20%;
        height: 47px;
        padding-top: 12px;
        margin: 0;
        float: right;
    }

    .jumbotron .portal .mobiletopbar .left-side h2 {
        color: #3d4a43;
        padding-left: 0;
        padding-top: 7px;
        font-size: 33px;
    }

    .jumbotron .portal .mobiletopbar .left-side h4 {
        padding: 0;
        margin: 0;
        text-align: left;
        font-size: 12px;
    }

    .jumbotron .portal {
        width: 100%;
        height: 380px;
    }

    .jumbotron .portal .row {
        width: 100%;
        padding-left: 8%;
        padding-top: 20px;
        padding-right: 8%;
    }

    .portal .portalbuttons {
        height: 282px;
        padding-top: 0;
        padding-left: 0;
    }

    .jumbotron .portal h2 {
        width: 100%;
        font-size: 30px;
        margin: 0;
        padding-left: 8%;
        padding-top: 22px;
        padding-bottom: 0;
        padding-right: 0;

    }

    .jumbotron .portal .row .row {
        width: 100%;
        padding: 0;
    }

    .jumbotron .contact {
        width: 100%;
        height: 200px;
        padding-left: 8%;
        padding-right: 4%;
        border-top: 1px solid #e0e0e0;
        padding-top: 28px;
        background-color: #eeeeee;
    }

    .jumbotron .contact hr {
        display: none;
    }

    .jumbotron .contact h5 {
        width: 100%;
        margin: 0;
        padding-bottom: 2%;
    }

    .contact .left-side {
        font-size: 14px;
    }

    .contact .right-side {
        font-size: 15px;
    }

    .portaladdress {
        font-size: 15px;
    }

    #main .blog {
        width: 100%;
        padding-left: 8%;
        padding-right: 8%;
    }

    .creditlogin .main {
        font-size: 20px;
        height: 75px;
        width: -moz-calc(100% - 76px);
        width: -webkit-calc(100% - 76px);
        width: calc(100% - 76px);
        margin-bottom: 25px;
    }

    .creditlogin .help {
        height: 75px;
        width: 75px;
    }

    .externallogin .main {
        font-size: 20px;
        height: 60px;
        width: -moz-calc(100% - 61px);
        width: -webkit-calc(100% - 61px);
        width: calc(100% - 61px);
        margin-bottom: 25px;
    }

    .externallogin .help {
        height: 60px;
        width: 60px;
    }

    .guestlogin .main {
        font-size: 20px;
        height: 60px;
        width: -moz-calc(100% - 61px);
        width: -webkit-calc(100% - 61px);
        width: calc(100% - 61px);
        margin-left: 0;
    }

    .guestlogin .help {
        height: 60px;
        width: 60px;
    }

    .help .questionmark.helpVisible .fa span{
         display: block;
         z-index: 10000;
         background-color: black;
         opacity: 1;
         color: #FFFFFF;
         width: 150px;
         word-wrap: break-word;
         white-space: normal;
         text-align: center;
         font-size: 12px;
         padding: 8px 5px 8px 5px;
         margin: 10px;
         position: absolute;
         top: -80px;
         left: -150px;
     }

    .externallogin .help .questionmark.helpVisible .fa span{
        top: -40px;
    }

    .guestlogin .help .questionmark.helpVisible .fa span{
        top: -40px;
    }

    #main .blog h3 {
        font-size: 22px;
        margin-bottom: 0;
    }
}

@media (max-width: 600px) {

    .creditlogin .main,
    .externallogin .main,
    .guestlogin .main {
        font-size: 18px;
    }

    .jumbotron .contact {
        padding-top: 18px;
    }

    .portal .contact h6.row {
        font-size: 14px;
    }

    .contact .left-side,
    .contact .left-side .portaladdress,
    .contact .right-side {
        font-size: 14px;
    }

    .contact .left-side .pull-left,
    .contact .right-side .pull-left {
        margin-bottom: 5px;
    }
}

@media (max-width: 500px) {


    #tophalf {
        height: 630px;
    }

    .jumbotron .contact {
        height: 210px;
    }
    .ualogo {
        padding-left: 0;
    }

    .contact .left-side {
        font-size: 14px;
        width: 100%;
        padding-left: 10%;
    }

    .contact .left-side .pull-left {
        margin-bottom: 3px;
    }

    .contact .right-side {
        font-size: 14px;
        float: left;
        width: 100%;
        padding-left: 10%;
    }

    .portaladdress {
        font-size: 15px;
    }

    .creditlogin .main {
        font-size: 14px;
    }

    #main .blog h3 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .cd-popup.BCPopUp {
        width: 300px;
        height: 175px;
        top: 200px;
        left: calc(50% - 150px);
        font-size: 14px;
    }

    .cd-popup.browserCheckerPopupBad {
        height: 225px;
    }

    .BCPopUp .cd-popup-close {
        width: 100px;
        margin-top: 14px;
        font-size: 14px;
    }
}

@media (max-width: 420px) {

    .creditlogin .main {
        font-size: 12px;
    }

    .brand-wrapper {
        border: none;
    }

    .menu .col-md-3 .block .menuitem {
        font-size: 14px;
    }
}

@media (max-width: 375px) {

    .creditlogin .main {
        font-size: 10px;
    }

    .jumbotron .portal .mobiletopbar .left-side h2 {
        font-size: 28px;
    }

    .contact .left-side,
    .contact .right-side {
        padding-left: 0;
    }

    .menu .col-md-3 .block .menuitem {
        font-size: 12px;
    }
}