﻿
/* [ENTRY]
-------------------------------------------------------*/
.entry {
    width: 100%;
    background: #DEDEDE;
    overflow: hidden;
    margin-bottom: 1.5em !important;
}

#slider .text {
    background: none repeat scroll 0 0 #1C3F95;
    bottom: 20px;
    display: block;
    height: 140px !important;
    left: 0;
    padding: 15px;
    position: absolute;
    width: 280px !important;
    z-index: 1;
    opacity: .8;
}

.slider {
    float: left;
    height: 421px !important;
    position: relative;
    width: 665px;
}


    .slider ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.carousel {
    list-style: none;
    position: relative;
    width: 665px;
    height: 461px;
    float: left;
    z-index: 1;
    overflow: hidden;
}

    .carousel li {
        width: 665px;
        height: 461px;
        position: relative;
    }

.tmp-text, .slides-text {
    display: none;
}


.slider .text h1 {
    font-size: 1.5em;
    color: #fff;
    text-transform: none;
    margin-top: 0;
}

.slider .text a:link, .slider .text a:visited, .slider .text a:active {
    color: #d2d9ea;
    text-decoration: underline;
    position: relative;
    padding-right: 15px;
}

.slider .text a:after,
.slider .text a .after {
    content: '>';
    after: '>';
    text-indent: -10000px;
    width: 7px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    display: inline-block;
    z-index: 1;
    background: url(../img/template/arrow-sprite.png) no-repeat -13px -33px;
}

.slider .nav {
    position: absolute;
    bottom: 60px !important;
    right: 20px;
    z-index: 2;
    width: 93px;
    height: 40px;
    background: #D6D6D6;
    overflow: hidden;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    top: inherit !important;
    left: inherit !important;
}

    .slider .nav li {
        display: inline-block;
        zoom: 1;
        *display: inline;
        border-left: solid 1px #C0C0C0;
        margin-right: 0px !important;
    }

        .slider .nav li:first-child {
            border: none;
        }

    .slider .nav a {
        padding: 12px 18px;
        display: block;
    }

        .slider .nav a:hover {
            background: url(../img/template/carousel-next_bg.png) repeat-x 0 0;
        }

    .slider .nav #prev span {
        width: 10px;
        height: 16px;
        background: url(../img/template/arrow-sprite.png) no-repeat 0px -1px;
        text-indent: -10000px;
        display: block;
    }

    .slider .nav #next span {
        width: 10px;
        height: 16px;
        background: url(../img/template/arrow-sprite.png) no-repeat -12px -1px;
        text-indent: -10000px;
        display: block;
    }

.welcome {
    float: left;
    width: 280px !important;
    padding: 1.8em 1.2em 0;
}

    .welcome h1 {
        font-size: 1.71em;
        text-transform: none;
        margin: 0;
    }

    .welcome p, .welcome .label {
        font-family: 'webfont', Arial, Helvetica, sans-serif;
        font-size: 1.42em;
        color: #414141;
        margin: .5em 0;
    }

#login p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.07em;
}

.welcome hr {
    margin: 1.5em 0;
    *margin: 1.0em 0;
}

#login {
    width: 100%;
    display: block;
}


/* [For Sections]
-------------------------------------------------------*/
.for-sections {
    width: 100%;
    border-bottom: solid 1px #DEDEDE;
    overflow: hidden;
    padding-bottom: 1.5em !important;
    margin-bottom: 1.5em !important;
}

    .for-sections h1 {
        font-size: 1.8em;
        margin-top: 0.5em;
        padding: 0 20px;
    }

    .for-sections ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 1.14em;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    .for-sections li {
        border-top: solid 1px #E5E5E5;
        border-bottom: solid 1px #fff;
        background: url(../img/template/sub-menu_bg.png) repeat-x 0 0;
    }

        .for-sections li a:link, .for-sections li a:active, .for-sections li a:visited {
            padding: 14px 20px;
            display: block;
            color: #1c3f95;
            position: relative;
        }

        .for-sections li a:after,
        .for-sections li a .after {
            content: '>';
            after: '>';
            text-indent: -10000px;
            width: 8px;
            height: 14px;
            position: absolute;
            right: 20px;
            top: 50%;
            margin-top: -7px;
            display: block;
            z-index: 1;
            background: url(../img/template/arrow-sprite.png) no-repeat -13px -76px;
        }


        .for-sections li:hover {
            border-bottom: solid 1px #1C3F95;
        }

        .for-sections li a:hover {
            background: #1C3F95;
            text-decoration: none;
            color: #fff;
        }

            .for-sections li a:hover:after,
            .for-sections li a:hover .after {
                content: '>';
                after: '>';
                text-indent: -10000px;
                width: 8px;
                height: 14px;
                position: absolute;
                right: 20px;
                top: 50%;
                margin-top: -7px;
                display: block;
                z-index: 1;
                background: url(../img/template/arrow-sprite.png) no-repeat -13px -61px;
            }

.col {
    float: left;
}

.for-sections .col {
    width: 313px;
    margin-left: 1.4em !important;
    background: #fff;
}

.aboutNews .col {
    width: 293px !important;
    padding-right: 20px;
}

.for-sections .col:first-child {
    margin-left: 0 !important;
}

.one {
    width: 220px;
}

.two {
    width: 316px;
}

.search .sfsearchTxt {
    width: 20em;
    background: #EEEEEE;
    border: 1px solid #DFDFDF;
    border-top: solid 1px #B3B3B3;
    border-bottom: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.07em;
    font-weight: bold;
    color: #a49f9f;
    padding: 0.6em 0.6em;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.search .sfsearchTxt {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    height: 28px;
    margin: 0;
    padding: 0;
    width: 80%;
}

.search input.sfsearchSubmit {
    float: right;
    height: auto;
    padding: 5px;
    width: 18px;
    background-image: url("../img/template/search-icn.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
    text-indent: -2000px;
    border: 0 none;
}

/* [About/News]
-------------------------------------------------------*/
.aboutNews {
    width: 100%;
}

.about ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: solid 1px #DEDEDE;
    font-family: 'webfont', Arial, Helvetica, sans-serif;
    font-size: 1.28em;
}

    .about ul li {
        border-bottom: solid 1px #DEDEDE;
    }

        .about ul li a:link, .about ul li a:active, .about ul li a:visited {
            padding: 14px 0;
            display: block;
            color: #1c3f95;
            position: relative;
        }

.about li a:after,
.about li a .after {
    content: '>';
    after: '>';
    text-indent: -10000px;
    width: 8px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    display: block;
    z-index: 1;
    background: url(../img/template/arrow-sprite.png) no-repeat -13px -46px;
}

.aboutNews .newsDiv {
    float: left;
    border-left: solid 1px #DEDEDE;
    padding-left: 1.5em;
    width: 665px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.aboutNews h2, .articles h2 {
    text-transform: none;
}

#news h2, .articles h2 {
    float: left;
}

#news > a, .articles > a {
    float: right;
    padding: .5em 0;
}

#news .news-articles {
    float: left;
    width: 100%;
    margin-top: 0.5em;
}

    #news .news-articles article {
        float: left;
        width: 200px;
        margin-right: 1em;
    }

.news-articles article h3 {
    font-size: 1.07em;
    font-family: Arial, Helvetica, sans-serif;
    color: #1C3F95;
    font-weight: bold;
}

    .news-articles article h3 a:hover {
        text-decoration: none;
        border-bottom: solid 1px #C4CBDC;
    }

.news-articles article time {
    color: #7e7e7e;
    font-size: 1em;
}

.news-articles article p {
    font-size: 1.07em;
    margin-top: 0.5em;
}

#news article a, #news > a, .articles > a {
    padding-right: 15px;
    position: relative;
}

    #news article a:after,
    #news > a:after,
    #news article a .after,
    #news > a .after,
    #news article a:after,
    #news > a:after,
    .articles > a:after,
    .articles > a .after {
        /*content: '>';*/
        after: '>';
        text-indent: -10000px;
        width: 7px;
        height: 12px;
        position: absolute;
        margin-top: -6px;
        right: 0;
        top: 50%;
        display: inline-block;
        z-index: 1;
        *display: inline;
        background: url(../img/template/arrow-sprite.png) no-repeat -12px -104px;
    }

div#breadcrumbs {
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    border-bottom: solid 1px #DEDEDE;
    margin: 0 0 2em 9.3em;
}

#breadcrumbs ul {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

#breadcrumbs li {
    display: inline-block;
    list-style-type: none;
    padding-right: 5px;
    padding-left: 0px;
    margin: 0px;
}

    #breadcrumbs li .sfBreadcrumbNodeSeparator {
        display: inline-block;
        padding-left: 8px;
    }

.submit .submit {
    background: url("../img/template/submit-btn_bg.png") repeat-x scroll 0 0 transparent;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    position: relative;
    margin-top: 1em;
    margin-bottom: 0em !important;
}

.sfFieldWrp {
    display: inline-block;
    padding: 10px 0 0;
}

div.panel {
    margin-bottom: 1em;
}

    div.panel div.submit {
        width: auto !important;
        display: inline-block;
    }

.sfFieldWrp > div, .sfFieldWrp > label {
    padding: 4px 0px !important;
}

.ASValue {
    display: block;
    font-family: 'webfont',Arial,Helvetica,sans-serif;
    font-size: 1.07em;
    margin: 0 1em 0 0;
    padding: 0.6em 0;
}

.notify a.doc {
    position: relative !important;
    right: 0px !important;
    top: 0px !important;
}


.landing.alt .pages li {
    width: 230px !important;
    margin-bottom: 3em !important;
    height: 315px !important;
}

.landing.alt .pages-wide li {
    width: auto !important;
}

.landing .pages-wide li {
    float: none !important;
    width: auto !important;
}


.landing .pages-wide .img {
    height: auto !important;
    width: auto !important;
}


    .landing .pages-wide .img h2 {
        width: 696px !important;
    }

/*.landing .pages li {
    min-height: 100% !important;
}*/

.newsDiv a.sfnewsFullStory:after {
    background: url("../img/template/arrow-sprite.png") no-repeat scroll -13px -18px transparent;
    content: ">";
    display: block;
    height: 14px;
    margin-top: -7px;
    position: absolute;
    right: 0;
    text-align: left;
    text-indent: -10000px;
    top: 50%;
    width: 7px;
    z-index: 1;
}

.pages .text {
    max-height: 110px;
}

    .pages .text p {
        margin: 0px !important;
    }

h1, h2, h3, h4, h5, h6 {
    text-transform: none !important;
}

.sub-note {
    font-size: 9px;
    display: block;
}

/*icon to indicate it has child items*/
.has-children > a::after {
    content: " ";
    background-image: url('../img/icons/arrow-right.png');
    background-size: 100%;
    float: right;
    height: 16px;
    width: 16px;
    top: 15px;
    position: relative;
}

.has-children > a.open::after {
    background-image: url('../img/icons/arrow-down.png');
}
/*hide all child nav items*/
#nav-main-mobile > li ul {
    display: none;
    padding: 10px;
}

.mobile-search .search-button {
    position: absolute;
    right: 18px;
    top: 18px;
}

.mobile-search .search-text {
    padding: 10px !important;
}

.mobile-search {
    padding: 10px;
}

/* Cancel */
.btn-submit-alt.btn-cancel {
    color: #000;
    background-image: none !important;
    background-color: #1C3F95 !important;
}
/* Checkbox */
.Fellowship-chk {
    padding: 5px 0px 0px 0px;
}

/*Dynamic textbox add and remove button*/
.btn-add {
    cursor: pointer;
}

.btn-remove {
    cursor: pointer;
}

.submit .btn-submit::after, .submit .btn-submit .after {
    content: "" !important;
}

/*Fellowship reports*/
.fellowship-report .form-row label,
.fellowship-report .form-row .form-lbl {
    float: none;
    display: block;
    width: 95% !important;
    text-align: left;
}

.wide .fellowship-report .form-row label,
.wide .fellowship-report .form-row .form-lbl {
    width: 95% !important;
}

.fellowship-report .txt-input, textarea {
    width: 95% !important;
}

.div-text {
    text-align: right;
    float: left;
}

.fellowship-report .div-text {
    text-align: left;
}

.fellowship-report .submit {
    text-align: right;
}

.fellowship-report .RadPicker_Default .riTextBox {
    background: #EEEEEE !important;
    border: 1px solid #DFDFDF !important;
    border-top: solid 1px #B3B3B3 !important;
    border-bottom: none !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 1.07em !important;
    font-weight: bold !important;
    color: #a49f9f !important;
    padding: 0.6em 0.6em !important;
    -webkit-transition: all 0.30s ease-in-out !important;
    -moz-transition: all 0.30s ease-in-out !important;
    -ms-transition: all 0.30s ease-in-out !important;
    -o-transition: all 0.30s ease-in-out !important;
    height: auto !important;
}

/*Online application form*/
.onlineapplication-form .form-row label,
.onlineapplication-form .form-row .form-lbl {
    width: 19em !important;
}

.wide .onlineapplication-form .form-row label,
.wide .onlineapplication-form .form-row .form-lbl {
    width: 19em !important;
}

.div-width {
    float: left;
    width: 50%;
}

/*eProceeding*/
.eproceeding-pages {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .eproceeding-pages li.first {
        margin-left: 0px;
    }

.alt .eproceeding-pages li {
    width: 230px !important;
    margin-bottom: 3em !important;
}

.eproceeding-pages li {
    width: 230px !important;
    margin-bottom: 3em !important;
    min-height: 100% !important;
    height: auto !important;
    height: 360px;
    margin-left: 1em;
    margin-bottom: 1em;
    float: left;
    display: block;
    min-height: 360px;
    height: auto !important;
}

.eproceeding-pages .img {
    width: 230px;
    height: 215px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

    .eproceeding-pages .img a {
        color: #1c3f95;
        text-decoration: none;
    }

    .eproceeding-pages .img img {
        position: relative;
        z-index: 1;
        border: 0;
        -ms-interpolation-mode: bicubic;
        vertical-align: middle;
    }

    .eproceeding-pages .img a:hover span {
        padding-bottom: 1.8em;
    }

    .eproceeding-pages .img span {
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 1;
        height: 55px;
        background: rgba(28,63,149, 0.85);
        padding: 1em 1.5em 0.7em 1em;
        transition: all .4s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
    }

    .eproceeding-pages .img h2 {
        margin: 0;
        font-family: "webfont", Arial, Helvetica, sans-serif;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.14em;
        width: 195px;
        float: left;
    }

.eproceeding-pages .text {
    max-height: 110px;
}

    .eproceeding-pages .text p {
        margin: 0px !important;
    }
/*fellow's report*/
.div-grid-item {
    float: left;
    text-align: left;
    width: 50%;
    padding-bottom: 10px;
}

.fellowship-report .div-grid-item .txt-input, textarea {
    width: 65% !important;
}

#divTotals {
    padding: 20px;
    text-align: right;
    font-size: 26px;
}

.ASButtonDisabled {
    background-color: lightgray !important;
    cursor: no-drop !important;
}

li.rsmItem.sfNoBreadcrumbNavigation a {
    text-decoration: none;
    color: #222;
    cursor: text;
}

/* Feather Designer Backend Fixes */
.modal-dialog .nav {
    position: static;
    width: auto;
    height: auto;
}

.modal-dialog div.radio, .modal-dialog div.radio input, .modal-dialog div.radio span {width: auto; height:auto;}
.modal-dialog div.radio input {opacity: 1; border: 1px solid;}
.modal-dialog div.radio span {background-image: none;}
.modal-dialog div.radio input[type="text"]:disabled {background-color: rgb(235, 235, 228);}
