@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: "Akkurat Pro Light";
    src: url("https://common.northwestern.edu/v8/css/fonts/AkkuratProLight.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Akkurat Pro Light Italic";
    src: url("https://common.northwestern.edu/v8/css/fonts/AkkuratProLightItalic.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Akkurat Pro Regular";
    src: url("https://common.northwestern.edu/v8/css/fonts/AkkuratProRegular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Akkurat Pro Italic";
    src: url("https://common.northwestern.edu/v8/css/fonts/AkkuratProItalic.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Akkurat Pro Bold";
    src: url("https://common.northwestern.edu/v8/css/fonts/AkkuratProBold.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Akkurat Pro Bold Italic";
    src: url("https://common.northwestern.edu/v8/css/fonts/AkkuratProBoldItalic.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Campton Book";
    src: url("https://common.northwestern.edu/v8/css/fonts/CamptonBook.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Campton Bold";
    src: url("https://common.northwestern.edu/v8/css/fonts/CamptonBold.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Campton Extra Bold";
    src: url("https://common.northwestern.edu/v8/css/fonts/CamptonExtraBold.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Campton Extra Light";
    src: url("https://common.northwestern.edu/v8/css/fonts/CamptonExtraLight.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

/* ------- Default Settings ------- */

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a.link-arrows:after {
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none, url("../images/structure/sprites/arrows-nav-docs.svg");
    background-origin: padding-box, padding-box;
    background-position: -433px -8px;
    background-repeat: repeat, repeat;
    background-size: auto auto, auto auto;
    content: "";
    display: inline-block;
    height: 7px;
    margin-left: 0.45rem;
    padding: 0 12px 7px 0;
    width: 14px;
    position: absolute;
    margin-top: 0.25rem;
}


/* ------- Font Settings ------- */

.ie8-header {
    display: none;
}

/* ------- WUFOO FORMS ------- */

body, .wufoo {
    font-size: 15pt;
    font-family: 'Akkurat Pro Regular',Arial,sans-serif;
    /*letter-spacing: .3px;*/
    color: #666;
    overflow-x: hidden;
}

body .wufoo {
    overflow-x:visible;
}

.wufoo #header h2 {
    background: #4E2A84;
    /*text-transform: uppercase;*/
    font-size: 29px;
    color: #fff !important;
    padding: 1rem 0 0.75rem 15px; 
    margin: 0 -1.3rem 2rem;
    font-family: "Campton Book",Arial,sans-serif;
}

#container.ltr h1#logo a {
    width:300px;
    padding-top:2rem;
    margin-left:1rem;
    margin-bottom: -1rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.wufoo {
    font-size: .95rem;
}

.wufoo label.desc, .wufoo legend.desc, .wufoo .section div {
    font-size: 100%;
}

.wufoo li,.wufoo li.section h3, .wufoo li.section div, .wufoo li.buttons {
    padding-left: 1px;
}

.wufoo li.section h3 {
    padding-top: 0;
    font-family: 'Campton Book', Arial, sans-serif;
    font-size: 1.75rem;
    color: #4E2A84 !important;
    /*text-transform: uppercase;*/
}

.wufoo li.time .seconds {
    display: none;
}

.wufoo input.text, .safari .wufoo select.select, .wufoo textarea.textarea, .wufoo input.file {
    padding: 7px;
    background: none repeat scroll 0 0 #fafafa !important;
    border-color: #ccc #ccc #ccc;
    border-style: solid;
    border-width: 1px;
    max-width: 95%;
    box-sizing: border-box;
}

.wufoo input.submit {
        *zoom: 1;
    *display: inline;
    display: inline-block; 
    color: #fff; 
    font-family: "Campton Book", Arial, sans-serif;
    line-height: 1.25;
    margin-right: 5px;
    text-decoration: none;
    background-color: #4E2A84;
    /*text-transform: uppercase;*/  
    min-width: 50px;
    border: none;
    cursor: pointer;
}

.wufoo .buttons > div {
    display: inline-block;
    background-color: #4E2A84;
    padding: 0.65rem 0.8rem 0.5rem 1rem;
    cursor: pointer;
}

.wufoo .buttons > div:after{
content: '';
background-image: url('../images/structure/sprites/arrows-nav-docs.svg');
font-weight: normal;
padding-left: 0.65rem;
padding-top: 0.04rem;
background-position: -365px -11px; 
display: inline-block;
clear: none;
visibility: visible;
height: 12px;
}

.wufoo input.btTxt {
    font-size: .9rem;
    padding: 0 7px;
}

.wufoo th {
    background-color: transparent;
}

/* ------- WUFOO FORM END ------- */


img { max-width: 100%; height: auto; }
video { max-width: 100%; height: auto; }

iframe,
embed,
object {
    max-width: 100%;
}

hr {
    background-color: #CCCCCC;
    border: medium none;
    height: 1px;
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/*** Typography ***/
#main-content h1 a,
#main-content h2 a,
#main-content h3 a,
#main-content h4 a,
#main-content h5 a,
#main-content h6 a {
    font-weight: normal;
}

#main-content h1, 
#home-content h1, 
#main-content h2, 
#home-content h2, 
#main-content h3, 
#home-content h3, 
#home-efl h3 {
    font-family: 'Campton Bold', Impact,sans-serif;
    font-weight: normal;
    text-transform: none;
    -moz-font-feature-settings: 'ss06';
    -webkit-font-feature-settings: 'ss06';
    font-feature-settings: 'ss06' on;
}

#home-content h1,
#home-content h2,
#home-content h3,
#home-content h4 {
    margin-top: 0;
}
#main-content {
	font-size: 1rem;
}

#main-content h1 {
	line-height: 3.2rem;
}

#main-content h2 {
    font-size: 2rem;
}

#main-content > h2 {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 1rem;
    padding-top: 1.25rem;
}

#main-content h3 {
    font-family: 'Akkurat Pro Regular', Arial, sans-serif;
    font-size: 1.6rem;
    color: #716C6B;
}

#main-content .course-search h3 {
    font-family: "Campton Bold", Impact, sans-serif;
    color: rgb(78, 42, 132);
    font-size: 1.1rem;
}

#main-content h4 {
    font-size: 1.1rem;
    /*text-transform: uppercase;*/
}

#main-content > h3 {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0.75rem;
    padding-top: 1.25rem;
}

#main-content > h4 {
    margin-bottom: 0.75rem;
}

#main-content h2+h3 {
    padding-top: 0.5rem;
}

#main-content h2 a {   
    font-family: 'Campton Bold', Impact,sans-serif;
    font-size: 2rem;
    text-decoration: none;
    border-bottom: 1px dotted #B6ACD1;
}

#main-content h2 a:hover {
    text-decoration: none;
    border-bottom: 1px solid #4E2A84;
}

#main-content h3 a {
	font-family: 'Akkurat Pro Regular', Arial, sans-serif;
    font-size: 1.35rem;
    color: #4E2A84;
    border-bottom: 1px dotted #B6ACD1;
}

#main-content h3 a:hover {
    border-bottom: 1px solid #4E2A84;
}

#main-content p {
    margin-top: 0;
}

#main-content p, #main-content ul, #main-content ol {
    margin-bottom: 1.25em;
    line-height: 1.7rem;
}


h1 strong, h2 strong, h3 strong, h4 strong {
    font-family: 'Campton Book',Arial,sans-serif;
    font-weight: normal;
}

.right-col-inner-content h6 {
    border-top: 1px solid #B6ACD1;
    font-size: 0.95rem;
    margin: 2rem 0 1.25rem;
    padding-top: 1rem;
    text-transform: uppercase;
}

/*** / Typography ****/

.logo {
    position: relative;
    top: 4%;
    *zoom: 1;
    *display: inline;
    display: inline-block;
    vertical-align: middle;
    width: 38.4%; /* 384 px / 1000px */
    margin-right: 1%;
}

p { margin-bottom: 20px; }

p a { font-size: 1em; }

a {
    color: #4E2A84;
    text-align: left;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

#container a.iconset-home:hover, #footer-icons a:hover, .newsarticle_dateline a.story-pdf:hover, #footer-logo:hover {
    text-decoration: none;
}


strong { 
    font-family: 'Akkurat Pro Bold', "Arial Black", sans-serif;    
}

h1 {
    /* visibility: hidden; */
    /* display: none; */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Campton Book', Impact, sans-serif;
    color: #4E2A84;
    -moz-font-feature-settings: 'ss06' on;
    -webkit-font-feature-settings: 'ss06' on;
    font-feature-settings: 'ss06' on;
}

#main-content > a[href] {
-ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

#main-content a[href$=".pdf"],
#main-content a[href$=".doc"],
#main-content a[href$=".docx"],
#main-content a[href$=".ppt"],
#main-content a[href$=".pptx"],
#main-content a[href$=".xls"],
#main-content a[href$=".xlsx"]
{
    position: relative;
    margin-right: 25px;
    word-break: normal;
}

#main-content a[href$=".pdf"]:after,
#main-content a[href$=".doc"]:after,
#main-content a[href$=".docx"]:after,
#main-content a[href$=".ppt"]:after,
#main-content a[href$=".pptx"]:after,
#main-content a[href$=".xls"]:after,
#main-content a[href$=".xlsx"]:after
{
    content: "";
    display: inline-block;
    width: 15px;
    height: 16px;
    padding: 0;
    margin-left: .4rem;
    margin-top: 5px;
    position: absolute;
}

#main-content a[href$=".pdf"]:after {
    background: url("../images/structure/sprites/arrows-nav-docs.svg") no-repeat -10px -80px;   
}

#main-content a[href$=".doc"]:after,
#main-content a[href$=".docx"]:after {
    background: url("../images/structure/sprites/arrows-nav-docs.svg") no-repeat -45px -80px; 
}

#main-content a[href$=".ppt"]:after,
#main-content a[href$=".pptx"]:after 
{
    background: url("../images/structure/sprites/arrows-nav-docs.svg") no-repeat -44px -150px;
}

#main-content a[href$=".xls"]:after,
#main-content a[href$=".xlsx"]:after
{
    background: url("../images/structure/sprites/arrows-nav-docs.svg") no-repeat -80px -80px;
}

#main-content a.linked-image:after {
    display: none;
}

.header-bold {
    
}


ol {
    padding-left: 30px;
}
ol li {
    margin-bottom: 15px;
    padding-left: 8px;
}
.image_floatLeft {
 margin: 0.3rem 1.65rem 1rem 0;
 float: left;
}

.image_floatRight {
 margin: 0.3rem 0 1rem 1.65rem;
 float: right;
}

.icon_floatLeft {
    margin: 0 1rem 1rem 0;
    float: left;
}

/* tables */

table { 
    border: 1px solid #ece9f3;
    font-family: 'Akkurat Pro Regular', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6rem;
    color: #342f2e;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

table a {
    color: #4E2A84;
    font-family: 'Akkurat Pro Regular', Arial, sans-serif;
}

th, td {
    padding: 8px;
    vertical-align: top;
}  

.table-no-auto-resize td, .course-table td {
    border: 1px solid #E4E0EE;
}

th {
    background-color: #4E2A84;
    color: #fff;
	font-family: "Akkurat Pro Bold","Arial Black",sans-serif;
    font-weight: normal;
}
    
tr {
    background-color: #fcfafc;
}

.course-cell {
    background-color: #fff1d4;
}


#main-content table + h2 {
    font-size: 1.75rem;
    margin-top: 3rem;
}


#main-content table p {
    margin-bottom: 0;
    margin-top: 1rem ;
}

#main-content table p:first-child {
margin-bottom: 0px ;
margin-top: 0px ;
}

#main-content table ul {
margin-top: 0;
margin-bottom: 0;
}

#main-content table ul li:first-child {
margin-top: 0 ;
}

#main-content table ul li:last-child {
margin-bottom: 0 ;
}

#main-content table h4 {
margin: 0; 
}

#main-content table h4 + p {
margin-top: .25rem;
}

table:not(.footable) tr:nth-of-type(2n+1) {
    background-color: #ece9f3;
}

.caption {
    font-size: 0.95rem;
    padding: .5em 0;
    line-height: 1.55rem;
    color: #716C6B;
    border-bottom: 5px solid #BBB8B8;
    background: #fff;
}

.slider .caption {
    margin-bottom: 0;
    border-bottom:  none;
}
.rspnsv-wrap {
    max-width: 100%;
}

td .caption {
    display: none;
}

.p-quote-author {
    font-weight: normal;
    font-family:"Campton Book", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    display: inline-block;
    padding-top: 5px;
}

#main-content .p-quote-right {
    float: right;
    width: 300px;
    top: 0.25rem;
    margin-left: 1.75rem;
	position: relative;
	/*text-transform: uppercase;*/
	font-family: 'Campton Bold', Arial, sans-serif;
	font-size: 1.375rem;
	line-height: 2rem;
	color: #666;
	padding-top: 20px;
	box-shadow: 0 -5px;
	border-bottom: 2px solid #ccc;
	padding-bottom: 20px;
}

#main-content .p-quote-full {
	/*text-transform: uppercase;*/
	font-family: 'Campton Bold', Arial, sans-serif;
	font-size: 1.375rem;
	line-height: 2rem;
	color: #666;
	padding-top: 20px;
	box-shadow: 0 -5px;
	border-bottom: 2px solid #ccc;
	padding-bottom: 20px;
}



@media screen and (max-width: 768px) {
    .slider .caption {
    font-size: .9rem;
    padding: 0.8rem 2rem 1rem 2rem;
    line-height: 1.1rem;
	}

}

@media screen and (max-width: 700px) {
    .p-quote-right {
		width: auto;
		margin: auto;
		top: 0; 
	}
}

.underline {
    text-decoration: underline;
}

@media screen and (max-width: 700px) {
    .image_floatRight,
    .image_floatLeft {
        margin: 0 0 2rem;
        float: none;
        display: block;
    }
}

/* end dotted links */
 .dot_center{
	/*display: block !important;
	 margin-left: auto !important;
	 margin-right: auto !important;
	*/
	 text-align:center !important;
	 vertical-align:middle !important;
}
