﻿html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    overflow-y: hidden;
}



ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, hgroup, p, blockquote, figure, form, fieldset, input, legend, pre, abbr {
    margin: 0;
    padding: 0;
}

pre, code, address, caption, th, figcaption {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}

fieldset, iframe, img {
    border: 0;
}

caption, th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


html {
    font-size: 112.5%;
}

.text-danger {
    color: red;
}

body {
    background-color: #fff;
    color: #333;
    font-style: normal;
    font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 400;
    letter-spacing: normal;
}

@media only screen and (max-width: 1068px) {
    body {
        font-size: 15px;
        line-height: 1.45;
        font-weight: 400;
        letter-spacing: normal;
    }
}

@media only screen and (max-width: 735px) {
    body {
        font-size: 15px;
        line-height: 1.45;
        font-weight: 400;
        letter-spacing: normal;
    }
}

body, input, textarea, select, button {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
}

a {
    color: #08c;
}

    a:visited, a:link, a:active {
        text-decoration: none;
    }

html.no-js a:hover {
    text-decoration: underline;
}

html.no-touch a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 64px;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: -.02em;
}



@media only screen and (max-width: 1068px) {
    h1 {
        font-size: 52px;
        line-height: 1.0769;
        font-weight: 200;
        letter-spacing: -.014em;
    }
}

@media only screen and (max-width: 735px) {
    h1 {
        font-size: 36px;
        line-height: 1.1111;
        font-weight: 200;
        letter-spacing: -.002em;
    }
}

h2 {
    font-size: 52px;
    line-height: 1.0865;
    font-weight: 200;
    letter-spacing: -.014em;
}

@media only screen and (max-width: 1068px) {
    h2 {
        font-size: 42px;
        line-height: 1.1429;
        font-weight: 200;
        letter-spacing: -.01em;
    }
}

@media only screen and (max-width: 735px) {
    h2 {
        font-size: 32px;
        line-height: 1.125;
        font-weight: 200;
        letter-spacing: 0em;
    }
}

h3 {
    font-size: 42px;
    line-height: 1.1429;
    font-weight: 200;
    letter-spacing: -.01em;
}



@media only screen and (max-width: 1068px) {
    h3 {
        font-size: 32px;
        line-height: 1.125;
        font-weight: 200;
        letter-spacing: 0em;
    }
}

@media only screen and (max-width: 735px) {
    h3 {
        font-size: 28px;
        line-height: 1.1429;
        font-weight: 200;
        letter-spacing: 0em;
    }
}

h4 {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 200;
    letter-spacing: normal;
}


@media only screen and (max-width: 1068px) {
    h4 {
        font-size: 28px;
        line-height: 1.1429;
        font-weight: 200;
        letter-spacing: normal;
    }
}

@media only screen and (max-width: 735px) {
    h4 {
        font-size: 24px;
        line-height: 1.1667;
        font-weight: 200;
        letter-spacing: normal;
    }
}

h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: normal;
}

@media only screen and (max-width: 1068px) {
    h5 {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 600;
        letter-spacing: normal;
    }
}

@media only screen and (max-width: 735px) {
    h5 {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 600;
        letter-spacing: normal;
    }
}

h6 {
    font-size: 14px;
    line-height: 1.2857;
    font-weight: 600;
    color: #666;
}


@media only screen and (max-width: 1068px) {
    h6 {
        font-size: 14px;
        line-height: 1.2857;
        font-weight: 600;
        color: #666;
    }
}

@media only screen and (max-width: 735px) {
    h6 {
        font-size: 14px;
        line-height: 1.2857;
        font-weight: 600;
        color: #666;
    }
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.45em 0;
}

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 1em;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    display: block;
    margin: 0;
}

strong, b {
    font-weight: bold;
}

em, i, cite, dfn {
    font-style: italic;
}

p {
    margin: 0 0 1em 0;
}

li li {
    font-size: 1em;
}

ul, ol {
    margin: 1em 0 1em 1.1111em;
}

    ul ul, ul ol, ol ul, ol ol {
        margin-top: 0;
        margin-bottom: 0;
    }

nav ul, nav ol {
    list-style: none;
    margin: 0;
}

sup {
    font-size: .6em;
    opacity: .8;
    vertical-align: top;
    position: relative;
    bottom: -.2em;
}

h1 sup, h2 sup, h3 sup {
    font-size: .4em;
}


sup a {
    color: #333;
}

    sup a:hover {
        color: #08c;
        text-decoration: none;
    }

sub {
    line-height: 1;
}

abbr {
    border: 0;
}

.selfclear:before, .selfclear:after {
    content: ' ';
    display: table;
}

.selfclear:after {
    clear: both;
}


.nowrap {
    white-space: nowrap;
}

.clear {
    clear: both;
}

#top {
    position: absolute;
    top: 0;
}

.cursor-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.cursor-grabbing {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.row {
    position: relative;
    z-index: 1;
}

    .row:before, .row:after {
        content: ' ';
        display: table;
    }

    .row:after {
        clear: both;
    }

.column {
    position: relative;
    z-index: 1;
    min-height: 2px;
    margin: 0;
    padding: 0;
    float: left;
}

.large-push-2 {
    left: 16.6667%;
    right: auto;
}

.large-push-1 {
    left: 8.3333%;
    right: auto;
}

.large-3 {
    width: 25%;
}


.small-12 {
    width: 100%;
}

.small-push-0 {
    left: auto;
    right: auto;
}


.fp-campus-headline, .fp-billboard-subheadline {
    margin-bottom: .25em;
}

.fp-campus-headline {
    font-size: 52px;
    line-height: 1.0865;
    font-weight: 200;
    letter-spacing: -.014em;
}


.fp-section-content {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    height: 100%;
}

@media only screen and (min-width: 1442px) {
    .fp-section-content {
        width: 980px;
    }
}

@media only screen and (max-width: 1068px) {
    .fp-section-content {
        width: 692px;
    }
}

@media only screen and (max-width: 735px) {
    .fp-section-content {
        width: 90%;
    }
}

@media only screen and (max-width: 1068px) {
    .fp-campus-headline {
        font-size: 42px;
        line-height: 1.1429;
        font-weight: 200;
        letter-spacing: -.01em;
    }
}

@media only screen and (max-width: 735px) {
    .fp-campus-headline {
        font-size: 32px;
        line-height: 1.125;
        font-weight: 200;
        letter-spacing: 0em;
    }
}


.fp-campus-copy {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: .2778em;
}

@media only screen and (max-width: 1068px) {
    .fp-campus-copy {
        font-size: 18px;
        line-height: 1.45;
        font-weight: 400;
        letter-spacing: normal;
    }
}

@media only screen and (max-width: 735px) {
    .fp-campus-copy {
        font-size: 18px;
        line-height: 1.45;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.fp-campus-copy {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: .2778em;
}

@media only screen and (max-width: 1068px) {
    .fp-campus-copy {
        font-size: 17px;
        line-height: 1.45;
        font-weight: 400;
        letter-spacing: normal;
    }
}

@media only screen and (max-width: 735px) {
    .fp-campus-copy {
        font-size: 14px;
        line-height: 1.45;
        font-weight: 400;
        letter-spacing: normal;
    }
}

.fp-campus-headline {
    font-size: 43px;
    line-height: 1.0769;
    font-weight: 200;
    letter-spacing: normal;
    margin-bottom: 0.45em;
}

@media only screen and (max-width: 1068px) {
    .fp-campus-headline {
        font-size: 33px;
        line-height: 1.1429;
        font-weight: 200;
        letter-spacing: normal;
    }
}

@media only screen and (max-width: 735px) {
    .fp-campus-headline {
        font-size: 28px;
        font-weight: 200;
        letter-spacing: normal;
        line-height: 1.125;
    }
}


.campus-login {
    height: 800px;
    background-image: url("../../Images/bg1.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
    .campus-login {
        background-image: url("../../Images/bg1.png");
    }
}

@media only screen and (max-width: 1068px) {
    .campus-login {
        height: 450px;
        background-image: url("../../Images/bg1.png");
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .campus-login {
        background-image: url("../../Images/bg1.png");
    }
}

@media only screen and (max-width: 735px) {
    .campus-login {
        height: 676px;
        background-image: url("../../Images/bg1.png");
    }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .campus-login {
        background-image: url("../../Images/bg1.png");
    }
}

@media only screen and (max-width: 1068px) {
    .campus-login {
        width: 100%;
    }
}

@media only screen and (max-width: 735px) {
    .campus-login {
        width: 100%;
    }
}

.campus-login.campus-login-se {
    position: relative;
    /*background-image: none;*/
}

.campus-login .campus-bg-container {
    width: 100%;
    position: relative;
    left: 50%;
}

.campus-login .campus-bg {
    background-image: url("../../Images/bg1.png");
    /*background-repeat: no-repeat;
    background-size: 2560px 800px;
    height: 800px;
    width: 2560px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    background-position: 50% 0;
    position: absolute;
    top: 0;
    left: -1280px;*/
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
    .campus-login .campus-bg {
        background-image: url("../../Images/bg1.png");
    }
}

@media only screen and (max-width: 1068px) {
    .campus-login .campus-bg {
        height: 450px;
        background-image: url("../../Images/bg1.png");
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .campus-login .campus-bg {
        background-image: url("../../Images/bg1.png");
    }
}

@media only screen and (max-width: 735px) {
    .campus-login .campus-bg {
        height: 676px;
        background-image: url("../../Images/bg1.png");
    }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .campus-login .campus-bg {
        background-image: url("../../Images/bg1.png");
    }
}

@media only screen and (max-width: 1068px) {
    .campus-login .campus-bg {
        left: -534px;
    }
}

@media only screen and (max-width: 735px) {
    .campus-login .campus-bg {
        left: -368px;
    }
}


#logo {
    height: 70px;
    background-size: cover !important;
    width: 37%;
}

@media only screen and (max-width: 1068px) {
    #logo {
        width: 53%;
    }
}

@media only screen and (max-width: 735px) {
    #logo {
        height: 70px;
        background-size: cover !important;
        width: 54%;
    }
}

@media only screen and (max-width: 360px) {
    #logo {
        width: 70%;
    }

    .campus-login .fp-campus-content {
        width: 100%;
    }
}



#AccountsEazyLogo {
    height: 106px;
    width: 37%;
}



.campus-login .fp-campus-content {
    margin-left: auto;
    margin-right: auto;
    float: left;
    /*width: 300px;*/
    padding-top: 180px;
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    .campus-login .fp-campus-content {
        padding-top: 103px;
    }
}

@media only screen and (max-width: 735px) {
    .campus-login .fp-campus-content {
        width: auto;
        padding-top: 22px;
    }
}

.campus-login.section-spacing .fp-campus-copy {
    padding-bottom: 0;
    margin-bottom: 15px;
}





















.Inquiry-login {
    background-repeat: no-repeat;
    background-size: 2560px 800px;
    height: 800px;
    width: 2560px;
    background-image: url("../../Images/login_bg_large.jpg");
    background-position: 50% 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 7px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
    .Inquiry-login {
        background-image: url("../../Images/login_bg_large_2x.jpg");
    }
}

@media only screen and (max-width: 1068px) {
    .Inquiry-login {
        background-size: 1068px 450px;
        height: 450px;
        width: 1068px;
        background-image: url("../../Images/login_bg_medium.jpg");
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .Inquiry-login {
        background-image: url("../../Images/login_bg_medium_2x.jpg");
    }
}

@media only screen and (max-width: 735px) {
    .Inquiry-login {
        background-size: 736px 676px;
        height: 676px;
        width: 736px;
        background-image: url("../../Images/login_bg_small.jpg");
    }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .Inquiry-login {
        background-image: url("../../Images/login_bg_small_2x.jpg");
    }
}

@media only screen and (max-width: 1068px) {
    .Inquiry-login {
        width: 100%;
    }
}

@media only screen and (max-width: 735px) {
    .Inquiry-login {
        width: 100%;
    }
}

.Inquiry-login.Inquiry-login-se {
    position: relative;
    /*background-image: none;*/
}

.Inquiry-login {
    width: 100%;
    position: relative;
    left: 50%;
}

.Inquiry-login {
    background-repeat: no-repeat;
    background-size: 2560px 800px;
    height: 800px;
    width: 2560px;
    background-image: url("../../Images/login_bg_large.jpg");
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    background-position: 50% 0;
    position: absolute;
    top: 0;
    left: -1280px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
    .Inquiry-login .campus-bg {
        background-image: url("../../Images/login_bg_large_2x.jpg");
    }
}

@media only screen and (max-width: 1068px) {
    .Inquiry-login .campus-bg {
        background-size: 1068px 450px;
        height: 450px;
        width: 1068px;
        background-image: url("../../Images/login_bg_medium.jpg");
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .Inquiry-login .campus-bg {
        background-image: url("../../Images/login_bg_medium_2x.jpg");
    }
}

@media only screen and (max-width: 735px) {
    .Inquiry-login .campus-bg {
        background-size: 736px 676px;
        height: 676px;
        width: 736px;
        background-image: url("../../Images/login_bg_small.jpg");
    }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .Inquiry-login .campus-bg {
        background-image: url("../../Images/login_bg_small_2x.jpg");
    }
}

@media only screen and (max-width: 1068px) {
    .Inquiry-login .campus-bg {
        left: -534px;
    }
}

@media only screen and (max-width: 735px) {
    .Inquiry-login .campus-bg {
        left: -368px;
    }
}

.Inquiry-login {
    margin-left: auto;
    margin-right: auto;
    float: left;
    width: 300px;
    padding-top: 180px;
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    .Inquiry-login .fp-campus-content {
        padding-top: 103px;
    }
}

@media only screen and (max-width: 735px) {
    .Inquiry-login .fp-campus-content {
        width: auto;
        padding-top: 22px;
    }
}

.Inquiry-login.section-spacing .fp-campus-copy {
    padding-bottom: 0;
    margin-bottom: 15px;
}




















.more {
    font-size: 14px;
}

    .more:before, .more:after {
        content: "";
    }

    .more .icon-htc {
        x-content: "";
    }

    .more:before, .more:after, .more .icon-htc {
        display: inline-block;
        color: inherit;
        font-family: "AppleIcons";
        font-style: normal;
        font-weight: inherit;
        font-size: inherit;
        line-height: 1;
        text-decoration: none;
        position: relative;
        z-index: 1;
    }

    .more:after, .more .icon-htc {
        top: 0;
        padding-left: .3em;
    }

    .more:before {
        display: none;
    }

.section-Login-deatils {
    position: absolute;
    right: 0;
    top: 180px;
    width: 36%;
    z-index: 2;
}


@media only screen and (max-width: 1280px) {
    .section-Login-deatils {
        position: absolute;
        right: 0px;
        top: 106px;
        width: 38%;
    }
}

@media only screen and (max-width: 1068px) {
    .section-Login-deatils {
        position: absolute;
        right: 0px;
        top: 106px;
        width: 50%;
    }
}


@media only screen and (max-width: 800px) {
    .section-Login-deatils {
        margin: 100px auto;
        position: absolute;
        right: 14%;
        top: 90px;
        width: 60%;
    }
}

@media only screen and (max-width: 768px) {
    .section-Login-deatils {
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 70px;
        width: 63%;
    }
}

.box1 {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #3b424d;
    font-size: 15px;
    font-weight: 400;
    height: 30px;
    text-indent: 10px;
    width: 91%;
    margin-top: 2px;
}

.border2 {
    -webkit-border-radius: 0px 0 5px 5px;
    -moz-border-radius: 0px 0 5px 5px;
    -ms-border-radius: 0px 0 5px 5px;
    -o-border-radius: 0px 0 5px 5px;
    border-radius: 0px 0 5px 5px;
}

.drops, k-input {
    width: 91%;
}


.LoginSbmt {
    display: inline-block;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    padding: 10px 18px;
    font-size: 9.5pt;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.4);
    font-family: sans-serif;
    text-decoration: none;
}

    .LoginSbmt.blue {
        border-color: #5AB3AD;
        background: #5AB3AD !important;
        background: -moz-linear-gradient(top, #2989d8 0%, #1e5799 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2989d8), color-stop(100%,#1e5799));
        background: -webkit-linear-gradient(top, #2989d8 0%,#1e5799 100%);
        background: -o-linear-gradient(top, #2989d8 0%,#1e5799 100%);
        background: -ms-linear-gradient(top, #2989d8 0%,#1e5799 100%);
        background: linear-gradient(top, #2989d8 0%,#1e5799 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#1e5799',GradientType=0 );
    }

/*for Telerik Controls*/

.k-dropdown-wrap .k-select, .k-numeric-wrap .k-select, .k-picker-wrap .k-select {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

#lnkInquiry {
    color: #0927a8 !important;
    font-size: 16px;
    float: left;
    margin-left: 93px;
    margin-top: 10px;
}

#lnkInquiry2 {
    color: #0927a8 !important;
    font-size: 16px;
}

#lnkInquiry:hover {
    color: #dd3420 !important;
}
