@font-face {
    font-family: 'UniversLTStd';
    src: url('../fonts/UniversLTStd-Cn.eot'); /* For Internet Explorer 6+ */
}

@font-face {
    font-family: 'UniversLTStd';
    src: url('../fonts/UniversLTStd-Cn.ttf'); /* For non-IE browsers */
}

html,
button,
input,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
    color: #666;
}

body {
    margin: 0;
    padding: 0;
    background: #172154;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

a {
    color: #0066cc;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: underline;
    }

.largeCol {
    margin: 15px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

img {
    vertical-align: middle;
    border: 0;
}

/* Image Alignments */

.imageLeft {
    float: left;
    margin: 0 10px 10px 0;
}

.imageRight {
    float: right;
    margin: 0 0 10px 10px;
}

.imageLeftBorder {
    float: left;
    margin: 0 10px 10px 0;
    padding: 3px;
    border: 1px solid #00338e;
}

.imageRightBorder {
    float: right;
    margin: 0 0 10px 10px;
}

textarea {
    resize: vertical;
    overflow: auto;
    vertical-align: top;
}

table {
    /*border-collapse: collapse;
	border-spacing: 0;*/
}

    table img {
        /*max-width: 229px;
		padding: 4px;
		border: 1px solid #00338e;
		background: #fff;*/
    }

h1 {
    margin: 0;
    padding: 0 0 20px;
    font-family: 'Noto Serif', serif;
    font-size: 26px;
    line-height: 1.2;
    color: #28447e;
    font-weight: normal;
}

h2 {
    margin: 0;
    padding: 0 0 5px;
    font-family: 'Noto Serif', serif;
    font-size: 20px;
    line-height: 1.2;
    color: #00338e;
    font-weight: normal;
}

h3 {
    margin: 0;
    padding: 0 0 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #00338e;
    font-weight: 600;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #0066cc;
    font-weight: 600;
    margin-top: 0;
    padding-top: 0;
}

h5 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    color: #666;
}

p {
    margin: 0;
    padding: 0 0 20px;
}

ul {
    margin: 0;
    padding: 0 0 15px 25px;
}

.goldText {
    color: #a47700;
}

.blueText {
    color: #00338e;
}

.NotoSerif {
    font-family: 'Noto Serif', serif;
}

.OpenSans {
    font-family: 'Open Sans', sans-serif;
}

table.ImageCaptionLeft, table.ImageCaptionRight {
    float: left;
    margin: 2px 30px 12px 0;
    font-size: 10px;
    line-height: 1.3;
    color: #333;
    font-weight: 600;
}

table.ImageCaptionRight {
    float: right;
    margin: 2px 0 12px 30px;
}

    table.ImageCaptionLeft img, table.ImageCaptionRight img {
        border: 1px solid #00338e;
        padding: 4px;
        background: #fff;
    }

.PullQuote {
    font-size: 18px;
    font-style: italic;
    line-height: 28px;
    color: #00338e;
}

.PullQuoteLeft, .PullQuoteRight {
    float: left;
    margin: 0px 0px 0px 10px;
    width: 265px;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    line-height: 28px;
    color: #00338e;
}

.PullQuoteRight {
    float: right;
    margin: 0px 0px 10px 0px;
}

.PDF {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
}

    .PDF:hover {
        text-decoration: underline;
    }

    .PDF strong {
        color: #a47700;
    }

.Link {
    font-size: 11px;
    text-transform: uppercase;
    /*color: #a47700;*/
    color: #0066cb;
    font-weight: 700;
}

    .Link:hover {
        text-decoration: underline;
    }

.Button, input[type=button], input[type=submit], button {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    margin: 5px 0;
    padding: 7px 18px 7px 22px;
    background: #00338E;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

    .Button:after {
        content: " \00BB";
    }

    .Button:hover {
        text-decoration: underline;
    }

.GeneralTable {
    width: 100%;
    border: 2px solid #cdcdcb;
    border-collapse: separate;
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
}

    .GeneralTable thead th {
        margin: 2px;
        padding: 8px;
        background: #ccc;
        text-align: left;
        font-size: 15px;
        line-height: 18px;
        color: #00338e;
        font-weight: 600;
    }

    .GeneralTable th, .GeneralTable td {
        border: 2px solid #fff;
        border-width: 0 2px 2px 0;
        padding: 8px 12px 8px 12px;
        background: #eee;
        text-align: left;
        vertical-align: middle;
    }

    .GeneralTable tr:first-child th, .GeneralTable tr:first-child td {
        border-top: 2px solid #fff;
    }

    .GeneralTable th:first-child, .GeneralTable td:first-child {
        border-left: 2px solid #fff;
    }

    .GeneralTable .tableHeader {
        color: #00338e;
        font-weight: 700;
    }

.Page {
    min-height: 553px;
    min-width: 972px;
    background: #efefef url(../img/background-texture-top.jpg) repeat-x center top;
}

.Header {
    position: relative;
    height: 156px;
    margin: 0 auto;
    width: 960px;
}

    .Header .logo {
        position: absolute;
        /*left: 10px;*/
        top: 30px;
    }

    .Header .tagline {
        position: absolute;
        left: 15px;
        top: 127px;
    }

        .Header .logo img, .Header .tagline img {
            display: block;
        }

    .Header .start {
        /*display: block;
        padding: 0 12px;
        height: 36px;*/
        /*background: url(../img/button-start-left.png) no-repeat -1px top;*/
        /*
        text-align: center;
        text-decoration: none;
        color: #00338e;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 34px;
        font-weight: 700;
        background-color: rgb(238, 179, 53);
        border-radius: 6px;
        */
        border: 1px solid rgb(238, 179, 53);
        color: #00338e;
        display: block;
        font-size: 12px;
        font-weight: 700;
        padding: 6px 11px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }

        .Header .start:hover {
            /*   background: url(../img/button-start-left-hover.png) no-repeat -2px top;*/
            border: 1px solid #eee;
        }

    .Header .startWrap {
        /*position: absolute;
        right: 0;
        top: 107px;
        min-width: 208px;
        height: 36px;*/
        /*background: url(../img/button-start-right.png) no-repeat right top;*/
        background-color: rgb(238, 179, 53);
        border-radius: 7px;
        min-width: 208px;
        padding: 4px;
        position: absolute;
        right: 0;
        top: 107px;
    }

/*.Header .startWrap:hover {
            background: url(../img/button-start-right-hover.png) no-repeat right top;
        }*/

.PrimaryMenu {
    position: absolute;
    max-width: 690px;
    right: 0;
    top: 45px;
    padding: 0;
    list-style: none;
    /*font-family: 'Noto Serif', serif;
	font-size: 14px;*/
    /*	font-family: 'UniversLTStd', 'Oswald', 'Open Sans',sans-serif;*/
    /*	font-family: 'UniversLTStd', 'Open Sans',sans-serif;*/
    font-family: 'Oswald', 'Open Sans',sans-serif;
    font-size: 15px;
    line-height: 20px;
}

    .PrimaryMenu > li {
        position: relative;
        float: left;
        padding: 4px 0 0;
        margin: 0 0 0 -1px;
    }

        .PrimaryMenu > li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 5px;
            width: 1px;
            /*			height: 45px;*/
            height: 40px;
            background: #172154;
        }

        .PrimaryMenu > li:first-child:before,
        .PrimaryMenu > li:hover:before,
        .PrimaryMenu > li:hover + li:before {
            display: none;
        }

        .PrimaryMenu > li:hover {
            background: #fff;
            padding-top: 1px;
            border-top: 3px solid #172154;
            box-shadow: 5px 3px 3px rgba(0,0,0,.35);
        }

        .PrimaryMenu > li > a {
            display: block;
            padding: 13px 13px 16px;
            color: #fff;
            text-decoration: none;
        }


            .PrimaryMenu > li > a.active {
                color: #e6b533;
            }

        .PrimaryMenu > li:hover > a {
            background: #fff;
            color: #00338e;
            padding-top: 13px;
            /*			border-top: 2px solid #a97b04;*/
        }

    .PrimaryMenu ul {
        display: none;
        position: absolute;
        z-index: 200;
        top: 50px;
        left: 50%;
        width: 210px;
        padding: 10px 15px 5px;
        list-style: none;
        /*border-top: 3px solid #a97b04;*/
        border-bottom: 3px solid #172154;
        box-shadow: 5px 3px 3px rgba(0,0,0,.35);
        margin: 0 0 0 -120px;
        background: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        line-height: 15px;
        text-align: center;
    }

    .PrimaryMenu > li:hover ul {
        display: block;
    }

    .PrimaryMenu ul li {
        border-bottom: 1px solid #172154;
    }

        /*.PrimaryMenu ul li:first-child,*/ .PrimaryMenu ul li.image, .PrimaryMenu ul li.image + li, .PrimaryMenu ul li:last-child {
            border: 0;
        }

    .PrimaryMenu .image a {
        display: block;
        width: 170px;
        height: 55px;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        background-repeat: no-repeat;
        background-position: 0 0;
    }

        .PrimaryMenu .image a:hover {
            background-position: 0 -57px;
        }

    .PrimaryMenu ul a {
        display: block;
        padding: 8px 10px;
        color: #00338e;
        text-decoration: none;
    }

        .PrimaryMenu ul a:hover {
            color: #0066cc;
        }

#UtilityBarMenu {
    position: absolute;
    right: 0;
    height: 31px;
    background: #172154;
}

    #UtilityBarMenu:before, #UtilityBarMenu:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -7px;
        width: 7px;
        height: 31px;
        background: url(../img/UtilityBar.png) no-repeat left top;
    }

    #UtilityBarMenu:after {
        left: auto;
        right: -7px;
        width: 7px;
        height: 31px;
        background-position: right -31px;
    }

    #UtilityBarMenu .menu > li::before {
        color: #fff;
        content: "|";
    }

    #UtilityBarMenu .menu > li:first-child::before,
    #UtilityBarMenu .UtilityBarIcons > li::before {
        content: none;
    }

    #UtilityBarMenu .UtilityBarIcons li a span {
        display: none;
    }

    #UtilityBarMenu .UtilityBarIcons li a img {
        height: 14px;
    }

    #UtilityBarMenu .menu {
        display: inline-block;
        padding: 6px 12px 8px 12px;
        vertical-align: top;
        font-size: 10px;
        line-height: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }

        #UtilityBarMenu .menu li {
            display: inline-block;
            padding: 0;
            margin: 0;
            line-height: 19px;
            position: relative;
        }

    #UtilityBarMenu .UtilityBarIcons .dropdown > ul {
        display: none;
    }
/*#UtilityBarMenu .menu > li:before {
            content: " | ";
            color: #fff;
        }

        #UtilityBarMenu .menu > li:first-child:before {
            content: "";
        }*/

#NavigationHolder #UtilityBarMenu .menu a {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    text-decoration: none;
}

#UtilityBarMenu .menu a:hover {
    color: #eeb335;
}

/*#UtilityBarMenu .menu .sprite-image {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            width: 50px;
            height: 13px;
            overflow: hidden;
        }*/


#UtilityBarMenu .menu .sprite-image img {
    /*padding: 0 8px;*/
    /*position: absolute;
                top: -1px;*/
}

/*#UtilityBarMenu .menu .sprite-image img:hover {
                    top: -27px;
                }*/

#UtilityBarMenu .menu li ul {
    background-color: #172154;
    display: block;
    padding: 15px 6px 6px;
    position: absolute;
    z-index: 999;
    right: 0;
    min-width: 120px;
    min-height: 74px;
    top: 25px;
}

#UtilityBarMenu .menu li#mobileSearch ul {
    width: 220px;
}

#UtilityBarMenu .menu li ul.UtilityBar {
    padding: 30px 30px 10px;
}

#UtilityBarMenu .menu li ul li {
    border-bottom: 1px solid #fff;
    display: block;
    padding: 0;
}

    #UtilityBarMenu .menu li ul li:last-child {
        border-bottom: none;
    }

#UtilityBarMenu .search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0;
    /*width: 156px;*/
    height: 26px;
    border: 1px solid #615b4b;
    background: #fff;
}

    #UtilityBarMenu .search .textbox,
    #UtilityBarMenu .search .textbox {
        vertical-align: top;
        height: 26px;
        min-width: 90%;
        padding: 0 0 0 8px;
        border: 0;
        font-size: 12px;
        color: #00338e;
        margin-bottom: 24px;
    }

        #UtilityBarMenu .search .textbox::-webkit-input-placeholder {
            color: #00338e;
        }

        #UtilityBarMenu .search .textbox:-moz-placeholder {
            color: #00338e;
        }

        #UtilityBarMenu .search .textbox::-moz-placeholder {
            color: #00338e;
        }

        #UtilityBarMenu .search .textbox:-ms-input-placeholder {
            color: #00338e;
        }

        #UtilityBarMenu .search .textbox.placeholder,
        #UtilityBarMenu .search .textbox.placeholder {
            color: #00338e;
        }

    #UtilityBarMenu .search .button {
        position: absolute;
        top: 0;
        right: 0;
        height: 26px;
        width: 22px;
        background: url(../img/icon-search.png) no-repeat center center;
    }

        #UtilityBarMenu .search .button span {
            display: none;
        }

#UtilityBarMenu .language {
    display: inline-block;
    vertical-align: top;
    padding: 8px 7px;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
}

    #UtilityBarMenu .language .label {
        display: none;
        margin: 0 3px 0 0;
        color: #99844d;
    }

    #UtilityBarMenu .language img {
        display: none;
        vertical-align: baseline;
    }

.custommobileleftnav {
    display: none;
}

.MainBody {
    border: 1px solid #00338e;
    border-width: 0 1px;
    margin: 0 auto;
    width: 958px;
    padding: 0 0 20px;
    background: #fff;
}

    .MainBody .sideCol {
        float: left;
        width: 290px;
        margin: 22px 0 0 15px;
    }

    .MainBody .mainCol {
        float: right;
        width: 610px;
        margin: 22px 15px 0 0;
    }

    .MainBody .fullCol {
        clear: both;
        padding: 22px 15px 0;
    }

    .MainBody .fullCol2 {
        clear: both;
        padding: 0 15px 0;
    }

.DetailBar {
    padding: 12px 15px 12px 31px;
}

    .DetailBar .share {
        float: right;
        font-size: 11px;
        text-transform: uppercase;
        color: #aaa;
        font-weight: 600;
        text-align: right;
    }

        .DetailBar .share .label {
            float: left;
            margin: 5px 5px 0 0;
            height: 22px;
        }


        .DetailBar .share .shareThis {
            display: inline;
            padding: 0 22px 10px 0;
            margin: 0 5px 0 0;
            height: 22px;
            cursor: pointer;
        }

        .DetailBar .share .st_sharethis_custom {
            background: url("/img/sharethis_icon.png") no-repeat scroll left top transparent;
        }

        .DetailBar .share .st_email_custom {
            background: url("/img/email_icon.png") no-repeat scroll left top transparent;
        }

        .DetailBar .share .st_stumbleupon_custom {
            background: url("/img/stumbleupon_icon.png") no-repeat scroll left top transparent;
        }

        .DetailBar .share .st_googleplus_custom {
            background: url("/img/googleplus_icon.png") no-repeat scroll left top transparent;
        }

        .DetailBar .share .st_rss_custom {
            background: url("/img/rss_icon.png") no-repeat scroll left top transparent;
        }

        .DetailBar .share .st_print_custom {
            background: url("/img/print_icon.png") no-repeat scroll left top transparent;
        }

.Breadcrumb {
    padding: 0;
    font-size: 10px;
    line-height: 22px;
    text-transform: uppercase;
    color: #aaa;
}

    .Breadcrumb a {
        color: #aaa;
        text-decoration: none;
    }

        .Breadcrumb a:hover {
            text-decoration: underline;
        }

.TitleBar {
    margin: 0 15px;
    border-top: 2px solid #eeb335;
    padding: 2px 0 0;
}

    .TitleBar h2 {
        padding: 5px 28px 5px 17px;
        background: #00338e;
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        line-height: 30px;
        color: #fff;
        text-transform: uppercase;
    }

.MainMenu {
    /*margin: -22px -14px 0 0;*/
    margin: -22px 0 0 0;
    padding: 16px 14px 35px;
    list-style: none;
    background: #efefef;
    /*	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZTdhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef ), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #efefef 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #efefef 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #efefef 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #efefef 0%,#ffffff 100%);
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}


    .MainMenu li {
        padding: 5px 0 5px 2px;
        border-bottom: 1px solid #c4c7cc;
    }

    .MainMenu .expandable {
        position: relative;
        float: right;
        margin: 3px 0 0 5px;
        width: 13px;
        height: 13px;
        background: #b5b9bf;
        border-radius: 50%;
        cursor: pointer;
    }

        .MainMenu .expandable:before {
            content: "";
            display: block;
            position: absolute;
            left: 2px;
            top: 6px;
            width: 9px;
            height: 1px;
            background: #fff;
        }

    .MainMenu .closed > .expandable:after {
        content: "";
        display: block;
        position: absolute;
        left: 6px;
        top: 2px;
        width: 1px;
        height: 9px;
        background: #fff;
    }

    .MainMenu a {
        color: #28447e;
        text-decoration: none;
        font-weight: 800;
    }

        .MainMenu a.active {
            color: #0066cc;
        }

        .MainMenu a:hover {
            color: #0066cc;
        }

    .MainMenu ul {
        padding: 10px 0 10px 10px;
        list-style: none;
        font-size: 13px;
        line-height: 15px;
    }

    .MainMenu .closed > ul {
        display: none;
    }

    .MainMenu ul li {
        padding: 3px 0 2px;
        border: 0;
    }

        .MainMenu ul li a {
            font-weight: 600;
        }

    .MainMenu ul ul a {
        color: #707070;
        font-weight: 300;
    }

        .MainMenu ul ul a:hover {
            color: #0066cc;
        }

.Content {
    /*margin: 0 0 35px;*/
}

li .PBItem {
    width: 900px;
}

.ArticleList {
    margin: 0 0 25px;
    width: 286px;
    border: 2px solid #00338e;
    background: #efefef;
    /*box-shadow: 7px 7px 0 #ebebeb;*/
}

    .ArticleList .titleBar {
        padding: 7px 14px 8px;
        background: #00338e;
    }

        .ArticleList .titleBar h2 {
            padding: 0;
            font-family: 'Open Sans', sans-serif;
            font-size: 18px;
            line-height: 25px;
            color: #fff;
            font-weight: 600;
            text-transform: uppercase;
        }

.Graduate .ArticleList h2 {
    font-family: 'Noto Serif', serif;
    font-weight: normal;
}

.ArticleList .titleBar .link {
    float: right;
    margin: 0 -3px 0 18px;
    padding: 5px 0 0;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: #b3c7e7;
    text-decoration: none;
}

    .ArticleList .titleBar .link:hover {
        color: #fff;
    }

.ArticleList .titleBar .rss {
    width: 13px;
    height: 13px;
    background: url(../img/icon-rss.png) no-repeat left bottom;
}

    .ArticleList .titleBar .rss:hover {
        background: url(../img/icon-rss-hover.png) no-repeat left bottom;
    }

.ArticleList .list {
    padding: 14px 16px 5px;
    list-style: none;
}

    .ArticleList .list li {
        padding: 0 0 14px;
    }

.MainBody .ArticleList .list a {
    display: block;
    position: relative;
    min-height: 75px;
    padding: 0 0 0 130px;
    text-decoration: none;
    overflow: hidden;
}

.ArticleList .list a.noImage {
    padding: 0 0 0 0;
}

.ArticleList .list .thumb {
    float: left;
    margin: 3px 0 0 -130px;
    border: 1px solid #ccc;
    width: 113px;
    height: auto;
    position: relative;
}

.ArticleList .list h3 {
    padding: 0 0 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #28447e;
    font-weight: 600;
}

    .ArticleList .list h3:hover {
        color: #0066cc;
    }

.ArticleList .list .date {
    padding: 0;
    font-weight: 700;
    font-size: 9px;
    color: #999;
    text-transform: uppercase;
}

.Ad {
    margin: 0 0 20px;
}

.Footer {
    min-width: 960px;
    border-top: 6px solid #eeb335;
    text-align: right;
    width: 100%;
    background-color: #172154;
}

.PortalFooter + .Footer {
    min-width: 980px;
}

.Footer > .body {
    width: 860px;
    padding: 30px 50px;
    margin: 0 auto;
}

.Footer .social {
    float: left;
    padding: 0;
    list-style: none;
    text-align: left;
}

    .Footer .social li {
        display: inline-block;
        margin: 0 8px 0 0;
    }

    .Footer .social .sprite-image {
        position: relative;
        width: 33px;
        height: 38px;
        overflow: hidden;
    }

        .Footer .social .sprite-image img {
            position: absolute;
            top: -45px;
            left: 0;
        }

            .Footer .social .sprite-image img:hover {
                top: 0px;
            }

.Footer .menu {
    padding: 5px 0 0;
    list-style: none;
    font-size: 11px;
    /*text-transform: uppercase;*/
    color: #fff;
}

    .Footer .menu li {
        display: inline-block;
    }

        .Footer .menu li:before {
            content: " | ";
        }

        .Footer .menu li:first-child:before {
            display: none;
        }

    .Footer .menu a {
        display: inline-block;
        vertical-align: middle;
        padding: 2px 5px;
        color: #fff;
        text-decoration: none;
    }

        .Footer .menu a:hover {
            color: #eeb335;
        }

.Footer .legal {
    padding: 0 5px;
    font-size: 9px;
    color: #7d8ba3;
    /*text-transform: uppercase;*/
}

    .Footer .legal a {
        color: #7d8ba3;
        text-decoration: none;
    }



/* ==========================================================================
   Modal(s)
   ========================================================================== */
.Overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .50;
    z-index: 450;
}

.visitModal {
    display: none;
    position: absolute;
    z-index: 510;
    width: 520px;
    padding: 40px 45px 20px 45px;
    left: 50%;
    margin: 0 0 0 -305px;
    border: 1px solid #999;
    border-radius: 7px;
    background: #fff;
    font-size: 13px;
}

    .visitModal .close {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 24px;
        width: 24px;
        background: url(../img/close-button.png) no-repeat 0 0;
    }

    .visitModal .intro {
        overflow: hidden;
        position: relative;
    }

    .visitModal .left {
        float: left;
        width: 50%;
        padding: 0 40px 0 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .visitModal .left a {
            color: #003399;
        }

            .visitModal .left a:hover {
                color: #0066cc;
            }

    .visitModal .right {
        float: left;
        width: 50%;
        text-align: right;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .visitModal .right .rightImage {
            position: absolute;
            bottom: 0;
        }

    .visitModal h1 {
        font-family: 'Open Sans', sans-serif;
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .visitModal .resources {
        padding: 0;
    }

        .visitModal .resources .heading {
            font-weight: 600;
            color: #333;
        }

        .visitModal .resources a {
            color: #00338e;
        }

            .visitModal .resources a:hover {
                color: #0066cc;
            }

            .visitModal .resources a:after {
                content: " \00bb";
            }

    .visitModal .hours {
        color: #999;
    }

        .visitModal .hours .heading {
            color: #00338e;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 14px;
        }

    .visitModal .form {
        padding: 30px 0;
        border-top: 1px solid #b98e2d;
        border-bottom: 1px solid #b98e2d;
    }

        .visitModal .form table {
            width: 100%;
            border-collapse: collapse;
            padding: 0;
        }

        .visitModal .form td {
            padding: 0 0 10px;
        }

        .visitModal .form table[summary="contact information form"] tr td:first-child {
            width: 35%;
            padding: 4px 4% 10px 0;
            text-align: right;
            vertical-align: top;
        }

        /*.visitModal .recaptchatable, .visitModal #recaptcha_area tr td:first-child {
                width: 3%;
            }*/

        .visitModal .form .recaptchatable .recaptcha_r4_c4 {
            background: url('https://www.google.com/recaptcha/api/img/white/sprite.png') -212px 0 no-repeat;
        }

    .visitModal label {
        text-transform: uppercase;
        color: #969595;
    }

    .visitModal input:not([type=submit]),
    .visitModal select,
    .visitModal textarea {
        width: 99%;
        margin: 0;
        padding: 3px 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 17px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .visitModal .note {
        display: block;
        font-size: 9px;
        color: #969595;
    }

    .visitModal input[type="submit"] {
        width: 150px;
        height: 94px;
        padding: 0 0 10px;
        background: url(../img/visit-submit.png) no-repeat 0 0;
        font-size: 18px;
    }

    .visitModal .contact {
        margin: 20px 0 0;
        width: 55%;
    }

    .visitModal h3 {
        color: #333;
        font-size: 13px;
    }


/* ==========================================================================
   Normalize
   ========================================================================== */

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



.styled-select {
    /*margin: 0 15px 30px 0;
    width: 310px;*/
    height: 38px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #d4dbe3;
    background: #fff;
    position: relative;
}

    .styled-select select {
        background: transparent;
        width: 100%;
        padding: 7px;
        font-size: 13px;
        color: #777777;
        line-height: 1;
        letter-spacing: 2px;
        border: 0;
        border-radius: 0;
        height: 34px;
        -webkit-appearance: none;
        cursor: pointer;
        overflow: hidden;
    }

    .styled-select span {
        position: absolute;
        z-index: 5;
        pointer-events: none;
        cursor: pointer;
        height: 38px;
        width: 33px;
        /*margin-left: 90%;*/
        right: 0;
        background: url(../img/downarrow.jpg) no-repeat;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* Hides the fancy drop arrow in IE10+ */
    .styled-select span {
        display: none;
    }
}


.PortalFooter {
    height: 58px;
    background: #fff;
}

    .PortalFooter .bar {
        position: fixed;
        z-index: 50;
        bottom: 0;
        left: 50%;
        width: 980px;
        height: 58px;
        margin: 0 0 0 -490px;
        padding: 0;
        list-style: none;
    }

    .PortalFooter.static .bar,
    .PortalFooter.StaticV .bar,
    .PortalFooter.StaticH .bar {
        position: static;
        margin: 0 auto;
    }

    .PortalFooter .bar li {
        position: relative;
        float: left;
        height: 58px;
        width: 198px;
        text-align: left;
        background: url(../img/foot-cta-background.jpg) repeat-x left bottom;
    }

        .PortalFooter .bar li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 1px;
            height: 58px;
            background: url(../img/foot-cta-before.jpg) no-repeat left bottom;
        }

        .PortalFooter .bar li.phone {
            margin-top: 12px;
            height: 47px;
            width: 178px;
            font-size: 14px;
            font-weight: 700;
            text-align: center;
            line-height: 43px;
            color: #fff;
            background: #00338e;
            /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNCUiIHN0b3AtY29sb3I9IiMxNTU5ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3OSUiIHN0b3AtY29sb3I9IiMxNzIxNTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top, #1559d3 24%, #172154 79%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(24%,#1559d3), color-stop(79%,#172154));
			background: -webkit-linear-gradient(top, #1559d3 24%,#172154 79%);
			background: -o-linear-gradient(top, #1559d3 24%,#172154 79%);
			background: -ms-linear-gradient(top, #1559d3 24%,#172154 79%);
			background: linear-gradient(to bottom, #1559d3 24%,#172154 79%);*/
        }

            .PortalFooter .bar li.phone:before {
                background: none;
            }

    .PortalFooter a {
        display: block;
        margin-top: 5px;
        padding: 0 15px;
        height: 53px;
    }

    .PortalFooter .textImg {
        margin: 20px 0 0 15px;
    }

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
        border: none;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .Search a[href]:after, .Breadcrumb a[href]:after, #Sitemap a[href]:after {
        content: "";
    }

    .Search abbr[title]:after, .Breadcrumb abbr[title]:after, #Sitemap abbr[title]:after {
        content: "";
    }


    .Header .logo a[href]:after {
        content: "";
    }

    .PrimaryMenu, #UtilityBarMenu, .startWrap, .share, .sideCol, .Footer .social, .Footer .menu, .PictureShow, .PhotoGallery, .QuickFacts, img, .BannerArea, .filterBar, .TitleBar .backTop, .Header .start, .PortalFooter {
        display: none;
    }

    .TabbedArea .body {
        display: block !important;
        visibility: visible;
    }

    .Feature {
        border-top: 1px solid #000 !important;
    }

        .Feature .titleBar:before, .Feature .titleBar:after, .TabbedArea .tabs li:before, .TabbedArea .tabs li.active + li:before, .TitleBar:before, .TitleBar:after {
            background: none !important;
        }

    .Footer, .MainBody {
        border: 0 !important;
    }

        .Footer > .body {
            width: 928px;
            border-top: 1px solid #000;
            box-sizing: border-box;
        }


    .DetailBar {
        padding-left: 15px;
    }

    .MainBody {
        border: 0;
    }

        .MainBody .mainCol {
            width: auto !important;
            padding: 0 20px;
        }

            .MainBody .mainCol .Search {
                max-width: 840px;
            }

    .NewsShort {
        width: auto !important;
    }

        .NewsShort .thumb {
            border-top: 1px solid #000 !important;
        }

    .TitleBar, .Graduate .TitleBar {
        border-top: 1px solid #000 !important;
    }

        .TitleBar h2 {
            padding-left: 0;
        }

    #Sitemap td.firstcol, #Sitemap td.col {
        max-width: 270px;
        overflow: hidden;
    }

    #Sitemap .menuhead {
        border-bottom: 1px solid #000 !important;
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

input.widgetTextField {
    margin: 4px;
}

/* Error Styles */

.errorPage {
    padding: 20px;
}

.Toolbox {
    margin: 0 0 20px;
}

    .Toolbox.open {
        /*box-shadow: 7px 7px 0 #ebebeb;*/
    }

    .Toolbox > .title {
        position: relative;
        background: #00338e;
        padding: 12px 55px 12px 22px;
        font-size: 17px;
        line-height: 20px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        /*cursor: pointer;*/
    }
    /*.Toolbox > .title:after {
            content: "";
            display: block;
            position: absolute;
            right: 20px;
            top: 50%;
            margin: -4px 0 0;
            width: 0;
            height: 0;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 7px solid #fff;
        }
            .Toolbox.open > .title:after {
                border-top: 7px solid #fff;
                border-bottom: 0;
            }*/
    .Toolbox .body {
        /*display: none;*/
        border: 2px solid #00338e;
        border-width: 0 2px 2px 2px;
        background: #efefef;
    }

    .Toolbox.open .body {
        display: block;
    }

    .Toolbox .emergency-body {
        margin: -20px -20px 20px -20px;
        padding: 20px 20px 0 20px;
        background: #f7dede; /* Old browsers */
        background: -moz-linear-gradient(top, #f7dede 0%, #ffffff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7dede), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f7dede 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f7dede 0%,#ffffff 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f7dede 0%,#ffffff 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f7dede 0%,#ffffff 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7dede', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        border-bottom: 2px solid #00338e;
    }

        .Toolbox .emergency-body .date {
            padding: 4px 0;
            color: #6a6a6b;
            font-size: 11px;
        }

        .Toolbox .emergency-body p {
            padding: 4px 0;
            color: #d80000;
            font-size: 15px;
        }

        .Toolbox .emergency-body a {
            font-size: 11px;
            text-transform: uppercase;
            color: #a2aab5;
            font-weight: 700;
        }

            .Toolbox .emergency-body a:after {
                content: " \00BB";
            }

.footerDropZone .PBColumn,
.footerDropZone .PBViewing {
    width: 298px;
    padding-right: 15px;
}

    .footerDropZone .PBColumn:last-child,
    .footerDropZone .PBViewing:last-child {
        padding-right: 0;
    }


.smallCol {
    width: 610px;
    float: right;
    clear: none !important;
}

    .smallCol [data-ux-pagebuilder="Column"],
    .fullCol [data-ux-pagebuilder="Column"] {
        float: left;
        margin-left: 15px;
    }

        .smallCol [data-ux-pagebuilder="Column"]:first-child,
        .fullCol [data-ux-pagebuilder="Column"]:first-child {
            margin-left: 0;
        }

img.noImageBorder {
    border: none !important;
    padding: 0 !important;
}

img.GreyBorder {
    border: 2px solid #666;
    padding: 0 !important;
}

.ContactBlock {
    display: inline-block;
    padding: 20px;
    width: 249px;
    min-height: 130px;
    border-top: 4px solid #00338e;
    background-color: #efefef;
    background-image: url('/uploadedImages/Website_Assets/Images/Site_Specific/contact_wsuwatermark.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}

.WCCContactBlock {
    display: inline-block;
    padding: 20px;
    width: 249px;
    min-height: 130px;
    border-top: 4px solid #0195a1;
    background-color: #efefef;
}

.Caption {
    font-size: 12px;
    font-family: 'Open sans', sans-serif;
    font-color: gray;
}

.h1 a {
    margin: 0;
    font-family: 'Noto Serif', serif;
    font-size: 30px;
    line-height: 1.2;
    color: #28447e;
    font-weight: normal;
}

.pdficon {
    content: url('/uploadedImages/Website_Assets/Images/Icons/acrobat.png');
    float: left;
    margin: 0 5px 5px 5px;
}

.noafter::after {
    content: "";
}

.Header #navButton {
    display: none;
}

.close {
    display: none;
}

span.UpperCase {
    font-size: 11px;
    text-transform: uppercase;
    color: #0066cb;
    font-weight: 700;
}

iframe[name="google_conversion_frame"] {
    display: none;
}

.closeSecondary {
    background-image: url("/uploadedImages/close.png");
    background-position: center 3px;
    background-repeat: no-repeat;
    background-size: 12px auto;
    display: inline-block;
}


#NavigationHolder #UtilityBarMenuIcons #mobileSearch .search {
    height: 22px;
    padding: 0;
    width: 90%;
}

.search .sidenote,
.search .sidenote a {
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 0 !important;
    text-align: center;
    text-decoration: none;
    text-transform: none;
}

#NavigationHolder #UtilityBarMenu .search {
    position: relative;
}

    #NavigationHolder #UtilityBarMenu .search input {
        width: 90%;
    }

.ToolbarMobile {
    display: none;
}
