/* header - BEGIN */
#header {
    height: 130px;
    width: 100%;
    background-color: #1E1117;
    background: url(../../Img/header_bk.png) no-repeat 50% 0 #1e1117;
}

    #header .header_content {
        max-width: 1000px;
        height: 90px;
        margin: 0 auto;
        position: relative;
    }

        /* Logo - BEGIN */
        #header .header_content .logo {
            height: 57px;
            display: block;
            position: relative;
            top: 20px;
            text-decoration: none;
        }

            #header .header_content .logo .logo_left {
                display: inline-block;
                width: 40px;
                height: 57px;
                position: relative;
                margin: 0;
                background: url(images/master-general/SigmaXI_Logo_left.png) no-repeat 0 0;
            }

            #header .header_content .logo .logo_right {
                display: inline-block;
                width: 184px;
                height: 57px;
                position: relative;
                background: url(images/master-general/SigmaXI_Logo_right.png) no-repeat left center;
            }

            #header .header_content .logo .sx_tag {
                display: inline-block;
                width: 454px;
                height: 16px;
                background: url(../../Img/SigmaXi_tag.png) 0 0 no-repeat rgba(0, 0, 0, 0);
                position: relative;
                top: -14px;
            }
/* Logo - END */

.header_side {
    width: 25.1%;
    height: 130px;
    background: url(../../Img/blue_stripe_tran.png) 0 0 repeat transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.rt_nw_col {
    margin: 8em 0 0 0;
    padding: 0 0 0 2.5%;
    width: 22.5% !important;
}

.rt_mt_col {
    margin: 0 0 0 0;
    padding: 0 0 0 2.5%;
    width: 22.5% !important;
}

/* login */

.login_holder {
    padding: 0 1.5em;
    height: 40px;
    background-color: #3b6187;
}

    .login_holder fieldset {
        border: 0px;
        margin: 0px;
        padding: 0px;
    }

    .login_holder input[type="text"] {
        margin: 0.5em 0 0 0;
        border: 0;
        padding: 0.25em 0.5em;
        font-size: 1.6em;
        color: #898989;
        font-weight: 400;
        width: 68%;
        float: left;
    }

    .login_holder input[type="button"],
    .login_holder input[type="submit"].sfsearchSubmit,
    .login_holder input[type="submit"]:hover.sfsearchSubmit {
        outline: 0;
        border: 0;
        background: url(../../Img/search_btn.png) no-repeat 50% 50%;
        width: 22px;
        height: 30px;
        float: left;
        margin: 5px;
        padding: 0;
        text-indent: -10000px;
        box-shadow: none;
        filter: none;
        letter-spacing: 0.5px;
    }

.welcomeMsg {
    font-size: 2em;
    padding: 2em 1.5em 1em 1.5em;
    color: #5b95d0;
    text-align: left;
    font-weight: 600;
    width: 70%;
    margin: 0 auto;
}

    .welcomeMsg + div.sfSubmitBtnWrp {
        margin: 0 auto 2em auto;
    }

/* member navigation */
.members_nav {
    height: 90px;
}

    .members_nav ul {
        list-style: none;
        padding: 0.5em 1.5em 0.25em 1.5em;
        margin: 0px;
    }

        .members_nav ul li {
            list-style: none;
            padding: 0.3em 0 0.3em 0;
        }

            .members_nav ul li a, .members_nav ul li a:link, .members_nav ul li span {
                color: #fff;
                font-weight: 300;
                text-decoration: none;
                font-size: 1.4em;
                line-height: 1em;
                letter-spacing: 0.5px;
            }

                .members_nav ul li a[href*="Login"] {
                    background: /*url(../../Img/login_arrow.jpg) no-repeat 90% 50% */ #5A95CF;
                    padding: 0.2em 0.5em;
                    width: 95%;
                    display: block;
                }

            .members_nav ul li.LoggedIn a {
                background: url("../../Img/login_arrow.jpg") no-repeat scroll 97% 50% #5A95CF;
                display: block;
                padding: 0.3em 0.5em 0.3em 2.2em;
                width: 83%;
            }

            .members_nav ul li.LoggedIn span.loggedInImage {
                background: url("../../Img/sx_user.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
                display: block;
                height: 20px;
                left: 13px;
                position: absolute;
                top: 69px;
                width: 32px;
            }

        .members_nav ul.LoggedInList {
            background-color: #F5F8FB;
            border-color: #DDDDDD;
            border-style: solid;
            border-width: 0 1px 1px;
            box-shadow: 0 1px 2px 1px #111111;
            float: left;
            left: 10px;
            margin: 0 0.5em;
            padding: 1em;
            position: absolute;
            top: 87px;
            width: 196px;
            z-index: 90;
            -webkit-box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.25);
        }

            .members_nav ul.LoggedInList li {
                padding: 0.4em 0;
            }

                .members_nav ul.LoggedInList li a {
                    color: #5B95D0;
                }



/* navigation */
.navToggler {
    display: none;
}

#nav_holder {
    width: 100%;
    height: 40px;
    background-color: #5b95d0;
}

#top_nav {
    max-width: 1000px;
    margin: 0 auto;
}

    #top_nav ul li a {
        font-weight: 400;
        color: #fff;
        text-decoration: none;
    }

        #top_nav ul li a:visited {
            color: #f3f3f3;
        }

        #top_nav ul li a:hover {
            color: #DCDCDC;
        }

    #top_nav .mobile-nav-container {
        display: none;
    }

    #top_nav .sfNavList {
        display: table;
        width: 75%;
        height: 40px;
        border-collapse: collapse;
    }

        #top_nav .sfNavList:before {
            display: none;
        }

    #top_nav ul.sfNavList:after {
        display: none;
    }

    #top_nav ul.sfNavList > li {
        display: table-cell;
        float: none;
        position: relative;
        padding: 0;
        border: 0;
        margin: 0;
        vertical-align: middle;
        text-align: center;
    }

        #top_nav ul.sfNavList > li.k-last {
            background-color: #2f4762;
        }

        #top_nav ul.sfNavList > li ul {
            list-style: none;
            padding: 0 0 0 0;
            margin: 0px;
            background-color: #5b95d0;
            border: 0px;
        }

        #top_nav ul.sfNavList > li > a {
            box-sizing: border-box;
            display: inline-block;
            width: 100%;
            white-space: nowrap;
            padding: 0;
        }

        #top_nav ul.sfNavList > li ul li.k-last a {
            padding-bottom: 1em;
        }

    #top_nav ul.sfNavList a {
        font-size: 1.8em;
    }

    #top_nav ul.sfNavList > li ul li a,
    #top_nav ul.sfNavList > li ul li a:link {
        width: auto;
    }

.sfNavWrp .sfSel {
    font-weight: 100;
}
/* drop downs*/
#top_nav ul.sfNavList ul {
    height: auto;
    width: auto;
}

    #top_nav ul.sfNavList ul li {
        height: auto;
        width: 100%;
        float: left;
    }

        #top_nav ul.sfNavList ul li a,
        #top_nav ul.sfNavList ul li a:link {
            width: auto;
            text-align: left;
        }
/* header - END */

/* main body - BEGIN */
#body {
    min-height: 40px;
}
/* main body - END

/* Footer - BEGIN */
#footer {
    min-height: 190px;
    clear: both;
}

    #footer ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    /* Footer Top - BEGIN */
    #footer .footer_top {
        padding: 3.5em 1em 0 1em;
        background: #eaeaea; /* Old browsers */
        background: -moz-linear-gradient(top, #eaeaea 0%, #ffffff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #eaeaea 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #eaeaea 0%,#ffffff 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #eaeaea 0%,#ffffff 100%); /* IE10+ */
        background: linear-gradient(to bottom, #eaeaea 0%,#ffffff 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        width: auto;
    }

        #footer .footer_top .body {
            height: 250px;
            max-width: 980px;
            margin: 0 auto;
        }

li.footer_nav_sec {
    width: 15.65%;
    padding-right: 1%;
    float: left;
}

h2.footer_title {
    font-weight: 400;
    font-size: 1.6em;
    margin: 1em 0 0.5em 0;
}

.footer_nav_sec .footer_links li a {
    font-size: 1.3em;
    color: #111;
    text-decoration: none;
}

.footer_links li {
    margin-bottom: 0.75em;
}

/* fix for SF margin correction - see  */
#footer .footer_top .sf_2cols_2_25 .sf_2cols_2in_25 {
    margin-left: auto;
}
/* Footer Top - END */

/* Footer Bottom - BEGIN */
#footer .footer_bottom {
    background-color: #d5e3f0;
    padding-top: 3.6em;
    padding-bottom: 3.5em;
    text-align: center;
    font-size: .8rem;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}

    #footer .footer_bottom .footer_logo {
        width: 202px;
        margin: 0 4px 1em auto;
    }

    #footer .footer_bottom address {
        margin: 0 auto;
        padding: 1em 0;
        max-width: 1000px;
        font-style: normal;
    }

    /* Piped List - BEGIN */
    #footer .footer_bottom ul.piped {
        list-style: none;
        padding: 0px;
    }

        #footer .footer_bottom ul.piped li {
            /* list-style:none; */
            padding: .1em 1em;
            border-left: 1px solid #111;
            display: inline-block;
            margin-bottom: .1em;
        }

            #footer .footer_bottom ul.piped li:first-child {
                border-left: 0px;
            }

            #footer .footer_bottom ul.piped li a {
                color: #111;
                white-space: nowrap;
            }
    /* Piped List - END */

    #footer .footer_bottom address ul {
        margin: 0 auto;
        text-align: center;
    }

/* privacy policy */
#footer .policyPrivacy ul {
    margin: 0 auto;
    text-align: center;
}

.policyPrivacy li a {
    text-decoration: underline;
}
/*Footer Bottom - END */

/* Footer - END */

h2.pr_title {
    color: #FFF;
    font-size: 1.6em;
    margin: 0 0 0.2em 0;
    font-weight: 300;
    letter-spacing: 2px;
    word-spacing: 2px;
}

h3.pr_ban_subtitle {
    color: #1e1117;
    font-size: 2.2em;
    font-weight: 400;
    margin: 0 0 0.5em 0;
}

.pr_ban_text {
    color: #535353;
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1.4em;
    margin: 0;
    height: 110px;
    overflow: hidden;
}
