﻿@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

@import url(https://fonts.googleapis.com/css?family=Exo:400,600,900,800);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, inszz, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* CLASSES */

.clear {
    clear: both;
}

body {
    background-image: url(https://unilife.blob.core.windows.net/return-to-good-standing/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #f7f7f7;
}

@media only screen and (device-width: 768px) {
    /* For general iPad layouts */
    body {
        background-image: none;
        background-color: #fff;
    }
}


/* BUTTONS */

a.btn-send {
    display: block;
    height: 55px;
    width: 268px;
    float: left;
    background-image: url(https://unilife.blob.core.windows.net/return-to-good-standing/btn-send-2.png);
    background-repeat: no-repeat;
}

    a.btn-send:hover {
        background-position: 0px -55px;
    }

a.btn-get-started {
    display: block;
    height: 222px;
    width: 221px;
    float: right;
    background-image: url(https://unilife.blob.core.windows.net/return-to-good-standing/btn-getting-started.png);
    background-repeat: no-repeat;
    margin-bottom: 1px;
    margin-right: 270px;
    margin-top: 360px;
}

    a.btn-get-started:hover {
        background-position: 0px -222px;
    }

a.btn-download-action-plan {
    display: block;
    height: 55px;
    width: 308px;
    float: left;
    background-image: url(https://unilife.blob.core.windows.net/return-to-good-standing/btn-download-action-plan.png);
    background-repeat: no-repeat;
}

    a.btn-download-action-plan:hover {
        background-position: 0px -55px;
    }

a.btn-email-action-plan {
    display: block;
    height: 55px;
    width: 258px;
    float: left;
    background-image: url(https://unilife.blob.core.windows.net/return-to-good-standing/btn-email-action.png);
    background-repeat: no-repeat;
}

    a.btn-email-action-plan:hover {
        background-position: 0px -55px;
    }

.btn-continue {
    display: block;
    height: 55px;
    width: 143px;
    float: left;
    background-image: url(https://unilife.blob.core.windows.net/return-to-good-standing/btn-continue.png);
    background-repeat: no-repeat;
    background-color: transparent;
    outline: none;
    border: none;
}

.btn-continue:hover {
    background-position: 0px -55px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

a.unselected {
    background-image: url(https://unilife.blob.core.windows.net/return-to-good-standing/item-inactive.jpg);
    width: 470px;
    height: 44px;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #444444;
    font-weight: 300;
    text-decoration: none;
    line-height: 44px;
    text-indent: 14px;
}

    a.unselected:hover {
        background-image: url(https://unilife.blob.core.windows.net/return-to-good-standing/item-hover.jpg);
    }

a.selected {
    background-image: url(https://unilife.blob.core.windows.net/return-to-good-standing/item-active.jpg);
    width: 470px;
    height: 44px;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #444444;
    font-weight: 300;
    text-decoration: none;
    line-height: 44px;
    text-indent: 14px;
}

/* WRAPPERS */

#wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

@media only screen and (device-width: 768px) {
    /* For general iPad layouts */
    #wrapper {
        width: 100%;
        position: relative;
        margin-left: 0;
        margin-right: 0;
    }
}

/* HEADER */

#header {
    width: 960px;
    height: 92px;
}

@media only screen and (device-width: 768px) {
    /* For general iPad layouts */
    #header {
        width: 100%;
        height: 92px;
    }
}

#logo {
    float: left;
}

#caption {
    float: right;
    font-size: 17px;
    color: #444444;
    padding-top: 23px;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
}

@media only screen and (device-width: 768px) {
    /* For general iPad layouts */
    #caption {
        float: right;
        font-size: 17px;
        color: #444444;
        padding-top: 23px;
        padding-right: 20px;
        font-family: 'Exo', sans-serif;
        font-weight: 600;
    }
}

/* CONTENT REGIONS */

#content {
    position: relative;
    padding-bottom: 50px;
}

@media only screen and (device-width: 768px) {
    /* For general iPad layouts */
    #content {
        width: 100%;
    }
}

#home {
    width: 500px;
    float: left;
}

#content-left {
    width: 640px;
    float: left;
}

#content-right {
    width: 280px;
    float: right;
}

/* CONTENT STYLING */

#content h1 {
    font-size: 47px;
    color: #1182bd;
    font-family: Arial;
    line-height: 55px;
    margin-bottom: 32px;
    font-family: 'Exo', sans-serif;
    font-weight: 800;
}

#content h2 {
    font-size: 20px;
    font-family: 'Exo', sans-serif;
    color: #444444;
    font-weight: bold;
    margin-bottom: 15px;
}

#content h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #444444;
    line-height: 22px;
}

#content p {
    font-size: 18px;
    color: #444444;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
}

#content-left a {
    color: #444444;
}

#content ul {
    margin-bottom: 30px;
}

    #content ul li {
        background-image: url(https://unilife.blob.core.windows.net/return-to-good-standing/dot.jpg);
        background-repeat: no-repeat;
        background-position: 0 6px;
        padding-left: 14px;
        color: #444444;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 14px;
        margin-bottom: 8px;
    }

#content-left p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

#content-left .planLabel {
    margin-bottom: 0;
}

#content-left .planStatement {
    margin: 10px 0 30px 0;
}

#block p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

#block ol li {
    list-style-type: decimal;
    margin-left: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #444444;
    line-height: 22px;
    margin-bottom: 5px;
}

#block span {
    font-weight: 300;
}

#block td {
    vertical-align: top;
}

#block img {
    margin-left: 20px;
}

/* INPUT STYLING */

textarea {
    width: 620px;
    padding: 10px;
    height: 150px;
    border: 1px;
    border-radius: 5px;
    border-style: solid;
    border-color: #DDD;
    background-repeat: no-repeat;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #444444;
    margin-bottom: 20px;
    resize: vertical;
    box-shadow: 5px -2px 33px -15px rgba(0,0,0,0.76);
}

input {
    background-image: url(https://unilife.blob.core.windows.net/return-to-good-standing/textbox.png);
    background-repeat: no-repeat;
    width: 340px;
    height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #444444;
    margin-bottom: 30px;
    margin-top: 20px;
    border: 0px;
    padding: 10px;
}

    input[type=checkbox] {
        width: auto;
        height: auto;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    input[type=submit].elmah {
        background-image: none;
        background-repeat: no-repeat;
        height: auto;
        width: auto;
        cursor:pointer;
    }

     

.rtgs-form input {
    margin-top: 5px !important;
}

/* COLUMNS AND SECTIONS */

.group {
    margin-bottom: 30px;
}

    .group input {
        margin-top: 0px;
        margin-bottom: 0px;
    }

.col1 {
    float: left;
}

.col2 {
    float: right;
}

#block {
    background-color: #e6e5e5;
    padding: 30px;
    border-radius: 14px;
}

#hero {
    background-image: url(https://unilife.blob.core.windows.net/return-to-good-standing/rtgs-hero.png);
    width: 566px;
    height: 640px;
    position: absolute;
    right: 0;
    margin-bottom: -8px;
    margin-right: -30px;
    bottom: 0;
    z-index: 10;
}

/* FOOTER */

#footer {
    background-image: url(https://unilife.blob.core.windows.net/return-to-good-standing/footer-shadow.png);
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 20;
    padding-left: 30px;
    padding-right: 30px;
    width: 960px;
    margin: 0 auto;
    padding-top: 68px;
    padding-bottom: 30px;
}

@media only screen and (device-width: 768px) {
    /* For general iPad layouts */
    #footer {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}

#footer-int {
    position: relative;
    z-index: 20;
    padding-left: 30px;
    padding-right: 30px;
    width: 960px;
    margin: 0 auto;
    padding-bottom: 30px;
}

@media only screen and (device-width: 768px) {
    /* For general iPad layouts */
    #footer-int {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.footer-item {
    margin-right: 50px;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 9px;
    color: #4f4f4f;
    line-height: 16px;
}

    .footer-item a {
        color: #4f4f4f;
        text-decoration: underline;
    }

    .footer-item h3 {
        font-family: 'Open Sans', sans-serif;
        font-size: 9px;
    }

a.btn-build {
    display: block;
    height: 52px;
    width: 226px;
    float: left;
    background-image: url(https://unilife.blob.core.windows.net/return-to-good-standing/btn-actions.png);
    background-repeat: no-repeat;
    margin-top: 15px;
}

    a.btn-build:hover {
        background-position: 0px -52px;
    }

#ValidationSpan {
    font-size: 13px;
    color: #444444;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    margin-bottom: 5px;
    color: #A02422;
}

#Validator {
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
}

.validation-inline {
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
}

#FirstValidation, #SchoolValidation {
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}

#SecondValidation {
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}

#ThirdValidation {
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}

#lightbox {
    margin: 0 auto;
    position: absolute;
    left: -99999px;
    background-color: #F58026;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 30px 20px;
    -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    -moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    font-family: 'Open Sans', sans-serif;
    width: auto;
}

    #lightbox .close {
        position: absolute;
        top: 10px;
        right: 10px;
        text-decoration: none !important;
        color: #fff;
        height: 13px;
        width: 14px;
        display: block;
        background: url('https://unilife.blob.core.windows.net/return-to-good-standing/modal-close.png') no-repeat center center;
    }

#faculty-select, #course-select {
    margin: 0 auto;
}

#faculty-select.ie7, #course-select.ie7 {
    width: 160px;
    margin-bottom: 20px;
}

a.btn-start {
    text-align: center;
    line-height: 45px;
    color: #fff;
    text-decoration: none;
    width: 200px;
    height: 62px;
    display: block;
    background: url('https://unilife.blob.core.windows.net/return-to-good-standing/btn-modal-start.png');
}

    a.btn-start:hover {
        background-position: 0px -64px;
    }

#start {
    width: 196px;
    margin: 0 auto;
}

.selectpicker .dk_toggle {
    background: #f69850; /* Old browsers 
    background: -moz-linear-gradient(top, #f69850 0%, #ea8c44 50%, #e88a42 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f69850), color-stop(50%,#ea8c44), color-stop(100%,#e88a42)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f69850 0%,#ea8c44 50%,#e88a42 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f69850 0%,#ea8c44 50%,#e88a42 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f69850 0%,#ea8c44 50%,#e88a42 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f69850 0%,#ea8c44 50%,#e88a42 100%); /* W3C */
    border: 1px solid #fff;
    color: #fff;
}

    .selectpicker .dk_toggle:hover, .selectpicker.dk_open .dk_toggle {
        background: #c8702c !important; /* Old browsers */
        background: -moz-linear-gradient(top, #c8702c 0%, #c45907 49%, #c6651b 100%) !important; /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8702c), color-stop(49%,#c45907), color-stop(100%,#c6651b)) !important; /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #c8702c 0%,#c45907 49%,#c6651b 100%) !important; /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #c8702c 0%,#c45907 49%,#c6651b 100%) !important; /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #c8702c 0%,#c45907 49%,#c6651b 100%) !important; /* IE10+ */
        background: linear-gradient(to bottom, #c8702c 0%,#c45907 49%,#c6651b 100%) !important; /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8702c', endColorstr='#c6651b',GradientType=0 ) !important; /* IE6-9 */
    }

.selectpicker .dk_toggle {
    color: #fff;
    text-shadow: none !important;
}


    .selectpicker .dk_toggle:after {
        border-top: 5px solid #fff !important;
    }

.selectpicker .dk_options a:hover, .selectpicker .dk_options .dk_option_current a {
    background: #f69850;
}

.lb_overlay {
    background-color: white !important;
}

#FacultyValidation {
    text-align: center;
    color: #f00;
}

.dk_options_inner li {
    background-image: none !important;
    font-size: 100% !important;
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}

.body-ddl .dk_options a:hover, .body-ddl .dk_options .dk_option_current a {
    background: #e6e5e5;
}

.body-ddl .dk_toggle {
    padding: 15px;
}

.content-label {
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.body-ddl .dk_options_inner {
    margin-bottom: 0px !important;
}

.body-ddl {
    margin-top: 5px;
}

.GTM-checkbox {
    display: none;
}

.validation {
    color: #f00 !important;
}

.validation-summary-errors span {
    color: #f00;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.validation-summary-errors ul  {
    margin-top: 10px;
    margin-left: 20px;
}

.validation-summary-errors ul li {
    list-style-type: none;
}

