/* Minification failed. Returning unminified contents.
(605,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.5'
 */
.top-bar {
    background-color: #d1f0c2;
    color: #666;
}

    .top-bar .name h1 a, .top-bar .toggle-topbar.menu-icon a {
        color: #666 !important;
    }

.login-links {
    color: #1DC20A;
    float: right;
    font-size: 17px;
}

    .login-links.phone {
        margin: 10px 0;
    }

    .login-links span {
        color: #A4A1A1;
        margin-right: 5px;
    }

    .login-links a {
        color: #1DC20A;
        white-space: nowrap;
        margin: 0 5px;
        text-decoration: underline;
    }

        .login-links a.devider {
            margin: 0;
            font-size: 80%;
            text-decoration: none;
        }

        .login-links a:hover, .login-links a:focus {
            color: #1DC20A;
            text-decoration: underline;
        }

    .login-links select.f-dropdown.open {
        left: inherit !important;
        right: 12px;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        font-size: 13px;
        display: block;
    }

    .login-links ul.f-dropdown.open::-webkit-scrollbar {
        width: 10px;
        background-color: #f9f9f9;
    }

    .login-links ul.f-dropdown.open::-webkit-scrollbar-thumb {
        background-color: #f0f0f0;
        border-radius: 0px;
    }

    .login-links ul.f-dropdown:after, .login-links ul.f-dropdown:before {
        display: none;
    }

    .login-links ul.f-dropdown li {
        text-align: right;
    }

        .login-links ul.f-dropdown li a {
            color: #1DC20A;
        }

select.schoolAccountList {
    max-height: 250px;
}

    select.schoolAccountList option {
        padding: 2px 5px;
    }

div.appmenu {
    background-color: #d1f0c2;
    border-top: 1px solid #b8c3b4;
    border-bottom: 1px solid #b8c3b4;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
}

div.footertop {
    background-color: #fff;
    border-top: none;
    border-bottom: none;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 0px;
    text-align: center;
}

div.footerbottom {
    background-color: #d1f0c2;
    border-top: 1px solid #b8c3b4;
    border-bottom: 1px solid #b8c3b4;
    padding-top: 25px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
}

.footerbottom a {
    color: #4d4d4d;
    font-weight: 600;
}

.footerlink {
    margin-bottom: 20px;
}

.showme {
    border: 1px solid red;
}

.footerbottom a:hover {
    text-decoration: underline;
    color: #666;
}

p.copyright {
    font-size: .7em;
    font-weight: 600;
}

.socialblock {
    margin-bottom: 40px;
}


.appmenu li, .appmenu p {
    font-size: 100%;
}

.appmenu a {
    color: #4d4d4d;
    font-weight: 600;
}

    .appmenu a:hover, .appmenu a:focus {
        color: #666;
        text-decoration: underline;
    }

.appmenu ul {
    margin-bottom: 0px;
}

.appmenu a.active {
    text-decoration: underline;
    font-weight: 600;
    color: #e57421;
}

.appmenu .tagline {
    padding-top: 5px;
    font-size: 100%;
    font-weight: bold;
    color: #4d4d4d;
}

.emphasis {
    color: #e57421;
}

.special-note {
    font-size: 80%;
    font-style: italic;
}

div.icon-panel {
    border-top: solid 2px #b8c3b4;
    border-bottom: solid 2px #b8c3b4;
}


.linearBg1 {
    /* fallback */
    background-color: #FFF;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, from(#d1d1d1), to(#FFF) 20%, to(#FFF) 80%, to(#d1d1d1) 100%);
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, #d1d1d1, #FFF 20%, #FFF 80%, #d1d1d1 100%);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #d1d1d1, #FFF 20%, #FFF 80%, #d1d1d1 100%);
    /* IE 10 */
    background: -ms-linear-gradient(left, #d1d1d1, #FFF 20%, #FFF 80%, #d1d1d1 100%);
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #d1d1d1, #FFF 20%, #FFF 80%, #d1d1d1 100%);
}

.heading {
    font-weight: normal;
    margin-bottom: 0px;
}

    .heading h1 {
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .heading.common {
        margin-top: 20px;
    }

.sidebar p {
    font-size: 80%;
    line-height: inherit;
}

.main-body h1 {
    font-size: 1.5em;
}

.main-body h2 {
    font-size: 1.3em;
}

.main-body h3 {
    font-size: 1em;
}

.alternate-block {
    background-color: #d1f0c2;
}

.feature-divider hr {
    display: block;
    height: 1px;
    border: 0;
    /*	border-top: 2px solid #d1f0c2; */
    border-top: 1px solid #b8c3b4;
    margin: 1em 0;
    padding: 0;
}

th.deal, td.deal {
    background-color: #d1f0c2;
}

.compareGridTopRow {
    background-color: gray;
    color: #fff;
}

table {
    border: solid 1px #b8c3b4;
    border-collapse: collapse;
}

td {
    border-top: solid 1px #b8c3b4;
}

table.instructions td {
    border-top: 0px;
}

table.instructions {
    border: solid 1px #b8c3b4;
}

    table.instructions h6 {
        white-space: nowrap;
    }

p.small-blurb {
    min-width: 300px;
}

img.avatar {
    min-width: 50px;
}

.order-status div {
    font-size: .8em;
}

table.employer-table {
    width: 100%;
}

textarea#contactus_message {
    height: 200px;
}

ul.small, ul.details {
    margin-top: -20px;
    margin-left: 40px;
}

    ul.small li {
        font-size: .8em;
    }

    ul.small ul.detail li {
        font-size: 1em;
    }

p.notes {
    margin-top: -10px;
    font-size: .8em;
    font-style: italic;
}

/*Styles from existing GradCast style sheet*/
#logoImage {
    display: block;
    width: 180px;
    height: 55px;
    background-image: url('../../Images/Logos/GradCastLogo.png');
    background-repeat: no-repeat;
}

.validation-summary-errors {
    color: #ff0000;
    font-weight: bold;
    font-size: 0.875em;
}

.basicGridBold {
    border-bottom: solid 1px;
    background-color: #222222;
    color: #222222;
    font-weight: bold;
    border-color: gray;
}

.displayTotal {
    color: red;
    font-weight: bold;
}

div.quickRegister {
    background-image: url('../../Images/gradcast_background_small2.jpg');
    background-repeat: no-repeat;
}

.subHeading1_5 {
    font-size: 1.5em;
    line-height: 1.4em;
}

.subHeading1_25 {
    font-size: 1.25em;
    color: #666;
}

.subHeading1_10 {
    font-size: 1.1em;
    color: #666;
}

.subHeading1_75 {
    font-size: 1.75em;
}

.subHeading1 {
    font-size: 1em;
    font-weight: 600;
}

.subHeadingPoint_84 {
    font-size: .84em;
    font-weight: 900;
}

.headerBlurb {
    color: #cccccc;
    margin-top: 22px;
    font-size: 1.5em;
}

.text {
    font-size: .7em;
    word-spacing: .1em;
    line-height: 1.5em;
    margin-bottom: 0em;
}

.industry-Links {
    color: #666;
    padding-top: 0px;
}

div.industryList {
    padding-top: 5px;
}

div.industrySection {
    background-color: #e8e8e8;
    border-spacing: 5px;
}

button.orange, .button.orange {
    background-color: #e57421;
    border-color: #b76121;
    color: white;
}

    button.orange:hover, button.orange:focus, .button.orange:hover, .button.orange:focus {
        background-color: #e57421;
    }

    button.orange:hover, button.orange:focus, .button.orange:hover, .button.orange:focus {
        color: white;
    }

img.leftAlign {
    float: left;
    padding-right: 10px;
}

.headerBlurb {
    color: #949494;
    margin-top: 18px;
    font-size: 1.8em;
}

.apparently19DifferentFuckingColorsOnAPageIsGood {
    color: #999;
}

.panel.center {
    text-align: center;
}

.panel .fieldset {
    background-color: red;
}

.cke_toolgroup a {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.styled-select {
    width: 100%; /*250px;*/
    height: 34px;
    overflow: hidden;
    /*background: right #fff;*/
    border: 1px solid #cccccc;
    margin-bottom: 15px;
}

    .styled-select select {
        background: transparent;
        width: 250px;
        padding: 10px;
        font-size: 16px;
        color: #999;
        line-height: 1;
        border: 1px solid #cccccc;
        border-radius: 0;
        height: 34px;
        -webkit-appearance: none;
    }

.information-table {
    margin-left: 0;
    margin-bottom: 1em;
}

    .information-table .title {
        background-color: #d1f0c2;
        padding: .5em .5em .5em .5em;
        color: #4d4d4d;
        font-weight: bolder;
        font-size: .84em;
    }

    .information-table .content {
        padding-top: 5px;
        font-size: .7em;
        font-weight: 500;
        word-spacing: .1em;
        line-height: 1.5em;
        margin-bottom: 0em;
        color: #4d4d4d;
    }

.employerOrderGroupPanel {
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    /*margin-bottom: 1.25em;*/
    text-align: center;
    /*padding: .75em;*/
    background: #d1f0c2;
}

    .employerOrderGroupPanel .titlePanel {
        border-bottom: solid 1px #666;
        margin-top: 5px;
    }

    .employerOrderGroupPanel .title {
        color: #666;
        font-weight: 400;
        font-size: 3em;
    }

    .employerOrderGroupPanel .subTitle {
        color: #666;
        font-weight: 400;
        font-size: 1.5em;
        /*padding: .75px;*/
        margin-bottom: 10px;
    }

    .employerOrderGroupPanel .content {
        padding: 10px;
        color: #666;
        background: #fff;
    }

.highlight {
    color: #fff;
    font-weight: 400;
    font-size: 1.25em;
    background: #666;
    padding: 7px;
}

.nonHighlight {
    color: #fff;
    background: #dfdfdf;
    font-weight: 400;
    font-size: 1.25em;
    padding: 7px;
}

.moj-panel {
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    margin-bottom: 1.25em;
    padding: 1.25em;
    background: #dfdfdf;
}


.font-26 {
    font-size: 26px !important;
    line-height: 100%;
}

.font-15 {
    font-size: 15px !important;
    line-height: 100%;
}

.valign-top {
    vertical-align: top !important;
}

.valign-center {
    vertical-align: central !important;
}

.greenBackground {
    background-color: #d1f0c2;
}

.show-more-hidden {
    display: none;
}

.ajax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #999;
    background-image: url('../../Images/ajax-loader_green.gif');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9999;
    color: white;
    /*text-align: center;*/
    -khtml-opacity: .50;
    .50;
    -moz-opacity: .50;
    -ms-filter: �alpha(opacity=50)�;
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
    opacity: .50;
}

.ajaxTarget {
    position: relative;
}

.pricing-table .countTitle {
    background-color: #d1f0c2;
    padding: .25em .25em;
    text-align: center;
    color: #333333;
    font-weight: 400;
    font-size: 3em;
}


/* Resume warning modal*/
.WarningModalWindow {
    padding-top: 5px;
    text-align: center;
}

    .WarningModalWindow p {
        text-align: justify;
    }

    .WarningModalWindow .close-reveal-modal {
        position: relative;
        font-size: 1em;
        color: #fff;
    }

.close-reveal-modal.custom-close-reveal-modal {
    position: relative;
    color: #333;
    padding-top: 0.8125em;
    padding-bottom: 0.75em;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 1.25em;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-right: 1.5em;
    padding-left: 1.5em;
    font-size: 1em;
    top: 0em;
    right: 0em;
}

/*trackback*/
.profile h1, .profile h2, .profile h3, .profile h4, .profile h5, .profile h6 {
    color: #4d4d4d;
}

.profile h4 {
    font-weight: 500;
}

div.panel.alt {
    background-color: #d1f0c2;
}

    div.panel.alt .updateLink {
        background: none;
        border: none;
        color: #2ba6cb;
        padding: 3px 0px;
        font-size: 121%;
        font-weight: lighter;
    }

        div.panel.alt .updateLink:hover {
            text-decoration: underline;
        }

p.instructions {
    margin-top: 5px;
    font-size: .8em;
    line-height: 1.05em;
    color: #4d4d4d;
}

select.bigselect {
    height: 2.4em;
    border: thin inset;
}

div.centercontents {
    text-align: center;
}

.panel.joblineitem {
    font-size: .8em;
    line-height: 1.2em;
    color: #4d4d4d;
}

    .panel.joblineitem .employer {
        font-weight: 900;
        margin-bottom: 5px;
    }

    .panel.joblineitem .details {
        font-size: .85em;
    }

f span.checkbox {
    padding-left: 2px;
    margin-bottom: 8px;
    font-size: .9em;
    color: #4d4d4d;
    line-height: 1.2em;
}

.hidden {
    display: none;
}

#trackBackContainer .savejob {
    width: 50%;
    float: left;
}

#trackBackContainer .canceljob {
    width: 60%;
    float: left;
    margin-top: -16px;
}

#salaryamount .field-validation-error {
    margin-top: 1px !important;
    margin-left: 1px !important;
}

.preRegDesc p, .preRegDesc label {
    font-size: .8em;
}

.preRegDesc input[type="submit"] {
    width: auto;
    padding: 0px 10px;
}


.registration_mobile {
    max-width: 600px;
}

.modalSpinner {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 0, 0, 0, .7 ) url('../Images/ajax-loader_green.gif') 50% 50% no-repeat;
}

#surveryEmployerFormStartDate .k-widget {
    margin: 0 0 1em 0 !important;
}

.border-divider-right {
    padding-right: 50px;
    border-right: solid 1px #e0e0e0;
    margin-bottom: 10px;
}


/* Styles for HomePage Only */
.body-home {
    background: #bbbbbb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #bfbfbf 0, #828282 35%, #828282 65%, #bfbfbf 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #bfbfbf), color-stop(35%, #828282), color-stop(65%, #828282), color-stop(100%, #bfbfbf));
    background: -webkit-linear-gradient(left, #bfbfbf 0, #828282 35%, #828282 65%, #bfbfbf 100%);
    background: -o-linear-gradient(left, #bfbfbf 0, #828282 35%, #828282 65%, #bfbfbf 100%);
    background: -ms-linear-gradient(left, #bfbfbf 0, #828282 35%, #828282 65%, #bfbfbf 100%);
    background: linear-gradient(to right, #bfbfbf 0, #828282 35%, #828282 65%, #bfbfbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#bfbfbf',GradientType=1 );
    margin-top: 80px;
}

header.home {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #e9e9e9;
    box-shadow: rgba(0,0,0,.5) 0 2px 8px 0;
    z-index: 99999999999999999;
    display: table;
    padding-top: 15px;
}

.login-links-side-nav {
    padding-bottom: 0;
    line-height: inherit;
    text-align: center;
}

    .login-links-side-nav li {
        font-size: 0.8em;
        margin: 0 0 0.5975em 0;
    }

        .login-links-side-nav li a {
            color: #70BE45;
            font-weight: bold;
            text-decoration: underline;
        }

    .login-links-side-nav ul.f-dropdown.open {
        left: inherit !important;
        right: 20px;
        max-height: 400px;
        overflow-x: hidden;
        overflow-y: scroll;
        max-width: 400px;
        width: auto;
        min-width: 185px;
    }

        .login-links-side-nav ul.f-dropdown.open::-webkit-scrollbar {
            width: 5px;
            background-color: #f9f9f9;
        }

        .login-links-side-nav ul.f-dropdown.open::-webkit-scrollbar-thumb {
            background-color: #f0f0f0;
            border-radius: 0px;
        }

    .login-links-side-nav ul.f-dropdown:after, .login-links ul.f-dropdown:before {
        display: none;
    }

    .login-links-side-nav ul.f-dropdown li {
        text-align: right;
    }

.body-content-container, .footer-content-container {
    background: #fff;
    border: solid 1px #A09393;
    padding: 0;
    border-top: none;
}

.body-content-container {
    border-bottom: none;
}

#hero-banner {
    background: url('/Images/diverse_people.jpg') no-repeat center;
    background-size: cover;
    border-bottom: none;
}

.topImage {
    z-index: 1;
    padding: 0;
    min-height: 250px;
    box-shadow: rgba(0,0,0,.5) 0 2px 5px;
}

.hero-banner-botom-border {
    width: 97%;
    height: 2px;
    border-bottom: solid 2px #C4E4B2;
    margin: 248px auto 0 auto;
}

.marketing-content-container {
    border-radius: 6px;
    padding: 12px;
}

.body-home #industrySection, .body-home #footerSection, div.school-specific-content, div.section-content-wrapper {
    background-color: #CCCCCC;
    border-spacing: 5px;
    padding: 0 0px 0 45px;
    border-bottom: 0;
    border-top: 0;
}

.body-home #footerSection {
    border-spacing: 0px;
    padding-left: inherit;
    padding-top: 0px;
}

div.section-content-wrapper {
    border-spacing: 0;
}

.body-home #footerSection .inline-list li {
    margin-left: 0.8em;
}

div.school-specific-content, div.section-content-wrapper {
    background: inherit;
}

    div.school-specific-content .row, div.section-content-wrapper .row {
        width: 99%;
    }

    div.school-specific-content .main-row, .section-content-wrapper .main-row {
        border-bottom: solid 1px #BCE0A8;
    }

#socialMarketing {
    margin-top: 25px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

#copy-right-home.copyright, #copy-right-home.copyright a {
    font-size: 0.85em;
    color: #515151;
}

.img-circle {
    border-radius: 50%;
}

.centered {
    text-align: center;
}

/*h2.homeTopic {
    line-height: 40px;
    min-height: 80px;
}*/

ul.homeList {
    list-style: none;
    margin-left: 30px;
    padding-left: 1em;
    text-indent: -1em;
}

.homeList {
    text-align: left;
}

    .homeList .item {
        margin-bottom: 15px;
        clear: both;
        color: #676767;
    }

    .homeList .caveat {
        color: #676767;
        padding-left: 20px;
        font-size: 0.95em;
    }

.fa.padded {
    padding-right: 10px;
    color: #1DC20A;
}

.body-home .row {
    max-width: 1200px !important;
}

.body-home .max-width-1300px {
    max-width: 1300px !important;
}

.row.contentRow {
    border: 1px solid #ccc;
    background: white;
    box-shadow: rgba(0,0,0,.5) 0 4px 5px;
    border-top: none;
}

.darkBorder {
    border: 1px solid #bbb;
    box-shadow: rgba(0,0,0,.5) 0 2px 5px;
}

.accented {
    background: #ccc;
}

.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    margin-bottom: 1.25em;
    padding: 1.25em;
    background: #f2f2f2;
}

.footerCopyright {
    margin-bottom: -50px;
    width: 46%;
    padding-right: 0;
    margin-right: 0;
}

    .footerCopyright.forSmall, .footerNav.forSmall {
        width: inherit;
    }

    .footerCopyright.forSmall {
        padding-top: 30px;
    }

.footerNav {
    text-align: right;
    font-weight: bold;
    font-size: 85%;
    color: #2ba6cb;
    margin-top: 56px;
    width: 52%;
}

    .footerNav a, .footerCopyright a {
        color: #0A76C1;
        font-weight: bold;
    }

.footerMojLogo {
    display: inline-block;
}

    .footerMojLogo.forSmall {
        display: block;
    }

.padBottom30 {
    padding-bottom: 30px;
}

.padBottom10 {
    padding-bottom: 10px;
}

.padTop10 {
    padding-top: 10px;
}

.padTop30 {
    padding-top: 30px;
}

.padTop80 {
    padding-top: 80px;
}

.marginBottomZero {
    margin-bottom: 0;
}

.homeForm {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    padding: 10px;
    border-radius: 7px;
    border: 2px solid #1DC20A;
}

.mobileLogin {
    position: fixed;
    top: 0;
    height: 23px;
    width: 100%;
    color: white !important;
    z-index: 2;
}

@media (max-width: 400px) {
    /*header.home {
        padding: 0px 0 0 0 !important;
    }*/
    .login-links {
        font-size: 14px;
    }

        .login-links.phone {
            font-size: 13px;
        }

    .padTop50_on_Small {
        padding-top: 50px;
    }
}

.padLeft60 {
    padding-left: 60px;
}

.padLeft80 {
    padding-left: 80px;
}

.bg-white {
    background: #fff;
}

.border-white {
    border-color: #fff;
}

.min-height-50px {
    min-height: 50px;
}

.height-210-width-210 {
    height: 210px;
    width: 210px;
}

.min-height-50px {
    min-height: 50px;
}

.height-210-width-210 {
    height: 210px;
    width: 210px;
}

label.checkboxlist-extension-checkbox {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    zoom: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#dashboard-profile-pic-holder {
    border: 1px solid #466d98;
    height: 200px;
    width: 200px;
}

#dashboard-profile-icon {
    font-size: 12em;
    padding-left: 25px;
}

.dasboard-resume-distribution {
    padding-bottom: .5em;
}

.bold {
    font-weight: bold;
}

.profile-dashboard-info-text {
    font-size: 0.8em;
}

#imageUploadModal {
    width: 75%;
}

.dashboard-header-border {
    border-bottom: 1px solid #ccc;
}

.center-cropped {
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    border: solid thin black;
}

    /* Set the image to fill its parent and make transparent */
    .center-cropped img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

#imageUploadModal .k-dropzone {
    border: 1px inset;
}

    #imageUploadModal .k-dropzone em {
        visibility: visible;
    }

#imageUploadModal .k-button {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    position: relative;
    text-align: center;
    display: inline-block;
    padding-top: 0.75em;
    padding-right: 1.5em;
    padding-bottom: 0.8125em;
    padding-left: 1.5em;
    font-size: 1em;
    background-color: #2ba6cb;
    border-color: #2284a1;
    color: white;
    width: 30%;
}

    #imageUploadModal .k-button:hover {
        background-color: #2284a1;
    }

#alert-container {
    padding: 1.0em;
}

hgroup.title {
    padding-left: 1em;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

#word-label {
    padding-left: 1.7em;
    font-size: .75em;
}

.k-window-titlebar {
    background-color: #eee;
    height: 2em;
}

div.k-window-content {
    height: 960px;
}

.homeForm a {
    color: #1DC20A;
}

.homeFormDivider {
border-right: 1px solid #aaa;

}

.homeFormHeading {
margin-bottom: .5em;
}

/* New 1/11/2020
----------------------------------------------------------*/

.gradresp {
    background-image: url("../Images/gradresp.jpg");
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
        
 }
.gradresp-text {
text-align: center;
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
}
h6 {
    font-family: inherit;
    color: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
}
h7 {
    font-family: "Georgia Bold";
    src: url("../Images/Georgia-Bold.ttf");
    color: white;
    font-size: 3.5em;
    font-weight: bold;
    }
h8 {
    font-family:"Montserrat SemiBold"; 
    color: white;
    font-size: 1.75em;
    letter-spacing: 3px;
    }
h9 {
    font-family: "Georgia Bold";
    src: url("../Images/Georgia-Bold.ttf");
    color:#66cc99;
    font-size: 3.5em;
    font-weight: bold;
    }
button.green, .button.green {
    background-color: #66cc99;
    color: white;
}

a.menu4:link {
        color: #66cc99;
        }
a.menu4:hover {
    color:#003366;		
    }
a.menu4:visited {
    color: #66cc99;
        }
a.menu4:hover {
    color:#003366;		
    }
.p-0 {
padding: 0 !important;
}
.pt-3 {
padding-top: 1rem !important;
}
.mt-5 {
margin-top: 3rem !important;
}
.mb-3 {
margin-bottom: 1rem !important;
}
