/*

Theme Name: WFU Law Theme (Foundation)
Theme URI: https://*.law.wfu.edu
Description: WFU Law main theme on Zurb Foundation
Version: 1.0
Tags:
Author: Wake Forest Law
Author URI: https://law.wfu.edu/

*/


/* Law School tweaks to the WFU template */
body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #2a2a2a;
}

/* Styles for Logo/Search Bar */
.title-area .name h1 a{
	font-family: "Lora", Arial;
	font-size: 34px;
	font-weight: 400; 
	color: #ffffff;
}
.title-area .name h1 a span{
	/*font-family: "Open Sans", Avenir;*/
	font-size: 35px;
	font-weight: 400; 
	color: #a67f31;
}

.header-global-icons{
	float: right;
	position: relative;
	top: -45px;
	right: 15px;
}
.header-global-icons a{
	color: #fff;
}
#universal-menu #search_btn .fa,
#universal-menu #search_btn .fas,
#universal-menu #search_btn .far,
#universal-menu #search_btn .fal,
#universal-menu #search_btn .fab{
    color: #ccc;
}
#search_form label {
	display: none;
}
#universal-menu #search_form input::placeholder, /* main search box in header */
#login_form input::placeholder{ /* Intranet login page */
	color: #999;
	opacity: 1;
}
#universal-menu #search_form input:-ms-input-placeholder, 
#login_form input:-ms-input-placeholder { 
	/* Microsoft Internet Explorer */
	color: #999;
	opacity: 1;
}
#universal-menu #search_form input::-ms-input-placeholder,
#login_form input::-ms-input-placeholder { 
	/* Microsoft Edge */
	color: #999;
	opacity: 1;
}
/* Styles for Site Title & Site Nav Bar */
.top-bar .name h2{
	padding-left: 19px;
	font-size: 1.45rem;
}
.top-bar .title-area .name h2.site_title a{
	display: inline-block;
	padding-left: 0;
	padding-right: 0;
}
.top-bar .name span.online-box{
	margin-left: 3px;
	margin-right: 3px;
}
.top-bar .menu-icon{
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: .8125rem;
}
.top-bar .toggle-topbar.menu-icon a {
    padding: 0 15px 0 20px;
}
.site-nav .toggle-topbar.menu-icon a span::after, 
.site-nav .top-bar .toggle-topbar.menu-icon a span:hover::after {
/*
    box-shadow: 0 2px 0 1px #222, 0 7px 0 1px #222, 0 12px 0 1px #222;
    height: 1px;
    width: 12px;
    left: 0;
*/
	left: 0;
	height: 1px;
	width: 12px;
	background: #222;
	box-shadow: none;
	box-shadow: 0 1px 0 1px #222, 0 6px 0 1px #222, 0 11px 0 1px #222;
/*
 box-shadow: 0 -11px 0 2px #000, 0 0 0 2px #000, 0 11px 0 2px #000;
 margin: -3px auto;
 position: relative;
 top: 50%;
*/
    
}

.lined-hamburger {
}

.site-nav{
	background-color: #dedede;
}
.site-nav .top-bar-section ul li.bold a, 
.site-nav .top-bar-section ul li.bold > a:hover,
.site-nav .top-bar-section ul li.bold.hover a{
	font-weight: bold;
}
.site-nav .top-bar-section ul li.special a, 
.site-nav .top-bar-section ul li.special > a:hover,
.site-nav .top-bar-section ul li.special.hover a{
	font-weight: bold;
	background-color: #8C6D2C;
	color: #ffffff;
}
.site-nav .top-bar-section ul li.special.has-dropdown > a::after{
	border-color: rgba(255, 255, 255, 1) transparent transparent transparent ;
	border-left-style: inset;
	border-top-style: solid;
}
.site-nav .top-bar-section ul li:hover.special.has-dropdown > a::after{
	border-color: rgba(34, 34, 34, 0.4) transparent transparent transparent;
}
.site-nav .top-bar-section ul li.hover.special.has-dropdown > a::after{
	border-color: transparent transparent rgba(34, 34, 34, 0.4) transparent;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button){
	background-color: #767676;
}
.site-nav .fa-lock{
	color: rgba(0,0,0,.45);
}

/* General styles for the entire page */
button,
.button{
	background-color: #8C6D2C;
	color: #fff;
}
button:hover,
.button:hover{
	background-color: #a68134;
}
.container a:not(.button){
	color: #8C6D2C;
	color: #7f6328;
}
.container a:hover{
	border-bottom: none; 
}


/* Styles for Body of the page */
.row.general-page-breadcrumb-and-header,
#page_body_container{
	background-color: #ffffff;
}
#wave5codetoggle a{
	color: #000;
}
.container h1.general-top-page-h1{
	margin-top:1.5rem;
	margin-bottom: 0;
}
.container h1.general-top-page-h1 a{
	color: #333;
}
.container h1.general-top-page-h1 .subhead{
	color: #a67f31; 
	font-size: 1.8rem;
}
.skip-links a{
	padding: 15px 15px 10px 15px;
	float: left;
	position:absolute;
	background-color: #404040; 
	color: #fff;
	left: -999px;
}
.skip-links a:focus{			
	left: 0;
	color: #fff;
}
.row_background, .no_row_background, .row_background_dark{
	padding: 30px 0;
	margin: 0;
}
.row_background.first,
.no_row_background.first,
.row_background_dark.first{
	padding-top: 0px;
}
.row_background:not(.accent){
	background-color: #f7f7f7;
}
.body_text a{
	border-bottom: 1px dashed;
}
.body_text a:hover{
	border-bottom: none;
}
.body_text a.button{
	border-bottom: none;
}

.link_menu ul li::before, .wpp-list ul li::before {
	margin-right: 10px !important;
}

/* Styles for bullet list with no standard bullets -> used when graphics will be added to li elements */
ul.no-bullet {
	margin-left: 1.1rem;
	margin-top: 2rem;
}
ul.no-bullet li::before{
	list-style: none !important;
	content: '' !important;
	margin: 0;
}

/* Styles for slider */
.row_background .slick-prev::before,
.row_background .slick-next::before,
.no_row_background .slick-prev::before,
.no_row_background .slick-next::before{
	color: rgba(0, 0, 0, .5);
}

.slider-wrapper .slick-slider .slick-track {
    height: 216px;
}
.slick-initialized .slick-slide {
    background-color:transparent;
    text-align: left;
}
.slick-slider {
    margin-bottom: 0;
}
.slick-slider .slick-prev {
    /* left: -15px; */
    top: 45%;
}
.slick-slider .slick-next {
    /* right: -8px; */
    top: 45%;
}
.slick-slide{
	padding: 20px 30px 0px 30px;
}

/* Styles to control the layout of the tuition & cost of attendance table */
.tuition{
	width: 100%;
}
.tuition .title{
	background-color: #dcdcdc; 
}
.tuition td:nth-child(2){
	text-align: right;
}
.tuition .subtotal, 
.tuition .total{
	font-weight: bold;
}

/* Styles to control the layout of the career related services list with iconography */
.career_services{
}

.career_services div{
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

/* Styles for page form */
.footer_container{
	background-color: #ececec;
	border-top: 1px #dedede solid;
}
.footer_container h2{
	color: #8C6D2C;
}
.footer_container .button {
    border-radius: 6px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 8px;
    padding-top: 8px;  
}
.footer_container .button.secondary {
    background-color: #565656;
    color: #fff;
}
.footer_container button.secondary:hover, 
.footer_container button.secondary:focus {
    background-color: #3a3a3a;
    color: #fff;
}


#footer-banner{
	position: fixed;
	bottom: 0;    
	width: 100%;
	z-index: 100;
	
	padding: 1rem 0 2px 0; 
	margin-top: 0px; 
	display: block;
	
	background-color: #2a2a2a;
	border-top: 1px solid #2a2a2a;
	box-shadow: 0 -5px 40px 0 rgba(50, 50, 50, 1);
	
/*
	transition-property: bottom, border, background-color, box-shadow;
	transition-duration: .2s;
*/
}
#footer-banner h2{
	color: rgba(255, 255, 255, .8);
}
#footer-banner .button{
	position: absolute;
	top: .5rem;
	right: 15px;
}

/* Styles for page footer */
#footer-thin, #footer-thin a{
	color: #9b9b9b;
}
#footer-thin #footer-affiliates a{
	color: #919191;
	color: rgba(255,255,255,.5);
}
#footer-thin #footer-affiliates ul li{
	padding-right: 10px;
}
#footer-thin, #footer-thin .footer-right{
   font-size: 15px;
}
#footer-thin .footer-right{
   /*this restores the base foundation right/left padding that is removed in the University thin footer */
   padding-left: 0.9375em;
   padding-right: 0.9375em;
}
.footer-bottom {
    padding-top: 2rem;
}
.footer-bottom .columns{

}
#footer-thin .footer-social > a {
	margin-left: 3px;
}
#footer-thin .footer-social > a > img {
	margin: 0 0 5px 0;
}

#footer-thin a{
	text-decoration: none;
}
#footer-thin a.underline-link{
	text-decoration: underline;
}
.social_media img{padding:0 1px;-moz-opacity:0.6;-webkit-opacity:0.6;opacity:0.6;}
.social_media img:hover{-moz-opacity:1;-webkit-opacity:1;opacity:1;}
.social_media_icons{text-align:center;}

#footer-affiliates {
    margin-top: 2rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}


/* Law School add ons to the WFU template */
.hidden{
	display: none;
}
.edit{
	/* this is used to mark content that still needs to be edited before publishing a site */
	background-color: yellow;
}
a.underline-link{
	text-decoration: underline;
}
.empty_form {
	/*  this is used to hide form fields - related to validation and blocking robots */
    display: none;
}
.indent-left{
	margin-left: 1.6rem;
}
.tight-text{
	line-height: 1.2rem;
}
.tight-list li{
	margin-bottom: 5px !important;
}
/* this was a previous class before we made all of the individual classes below */
.tight{
	margin-top: -20px;
}
.columns.no-padding,
.no-padding{
	padding: 0px;
}
.no-margin{
	margin: 0px;
}
.no-margin-top{
	margin-top: 0;
}
.no-margin-bottom{
	margin-bottom: 0;
}
.no-padding-top{
	padding-top: 0;	
}
.no-padding-bottom{
	padding-bottom: 0;	
}
.tight-margin-top{
	margin-top: 10px;
}
.tight-margin-bottom{
	margin-bottom: 10px;
}
.tight-padding-top{
	padding-top: 10px;	
}
.tight-padding-bottom{
	padding-bottom: 10px;	
}
.wide-margin-top{
	margin-top: 30px;
}
.wide-margin-bottom{
	margin-bottom: 30px !important;
}
.wide-padding-top{
	padding-top: 30px;	
}
.wide-padding-bottom{
	padding-bottom: 30px;	
}
h2.h2-text-medium,
.panel h2.h2-text-medium{
	font-size: 2rem;
	padding-bottom: .5rem;
}
.small,
.body_text ul li.small{
	font-size: .9em;
}
.clear,
.clear_all{
	clear: both;
}
.row_background_dark{
	color:#fff; 
	background-color:#373637; 
	margin-bottom: 0;
}
.row_background_dark h2, 
.row_background_dark h3, 
.row_background_dark h4, 
.row_background_dark h5, 
.row_background_dark h6{
	color: #ffffff;
}

.accent{
	background-color: #59786C;  /* Green (#59786C) ... Previously blue (#375669) was used */
	color: #ffffff;
}
.accent h3{
	color: #ffffff;
}
.accent.blue{
	background-color: #375669;
	color: #ffffff;
}
.accent.blue h3{
	color: #ffffff;
}
.accent.green{
	background-color: #59786C;
	color: #ffffff;
}
.accent.green h3{
	color: #ffffff;
}
.row_background .panel.gray,
.no_row_background .panel.gray,
.no_row_background .panel.reverse{
	background: #f2f2f2;
/* 	background: rgba(125, 125, 125, .1); */
}
.row_background .panel.white,
.no_row_background .panel.white,
.row_background .panel.reverse{
	background: rgba(255, 255, 255, .8);
}
.row_background .panel.truewhite,
.no_row_background .panel.truewhite{
/* 	background: rgba(255, 255, 255, 1); */
	background: #ffffff;
}
.transparent{
	background: none;
}

.alert-box{
	margin-top: 2rem; 
}
.alert-box.yellow{
	background-color: #fbd600;
}


/* this is the alert box from RADAR, but I wanted to pull it back for use in the Intranet */
#intranet .flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.callout.notice{
	padding: 0;
/* 	border: none; */
}
.callout.notice .notice-icon{
	padding: 1rem;
	min-height: 5rem;
}
.callout.notice .notice-message{
	padding: 1rem;
}
.callout.notice .notice-message p:last-child{
	margin-bottom: 0;
}
.callout.notice .notice-icon .fab,
.callout.notice .notice-icon .fal,
.callout.notice .notice-icon .far,
.callout.notice .notice-icon .fas{
	color: rgba(0,0,0,.2);
	font-size: 1.5rem;
}

.callout.notice{
	background-color: #d8edfe;
	border-color: #74c0fc;
	color: #0a0a0a;}
.callout.notice .notice-icon {
	background-color: #74c0fc;}
.callout.notice .notice-icon .fab,
.callout.notice .notice-icon .fal,
.callout.notice .notice-icon .far,
.callout.notice .notice-icon .fas{
	color: #228be6;}

.callout.success{
	background-color: #cff7eb;
	background-color: #cbefcd;
	border-color: #62d069;
	
	color: #0a0a0a;}
.callout.success .notice-icon {
	background-color: #62d069;}
.callout.success .notice-icon .far{
	color: #33aa3b;}

.callout.warning{
	background-color: #fff5cc;
	border-color: #ffe066;
	color: #0a0a0a;}
.callout.warning .notice-icon {
	background-color: #ffe066;}
.callout.warning .notice-icon .far{
	color: #fab005;}

.callout.alert{
	background-color: #ffecec;
	border-color: #ffa8a8;
	color: #0a0a0a;}
.callout.alert .notice-icon {
	background-color: #ffa8a8;}
.callout.alert .notice-icon .fas{
	color: #fa5252;}




.contact_box .fa,
.contact_box .fal,
.contact_box .far,
.contact_box .fas,
.contact_box .fab{
	width: 1.5rem;
}

.pull-quote-side-box blockquote{
	margin: 0;
	padding-bottom: 20px;
	font-weight: 400;
}
.pull-quote-side-box p.name{
 	font-weight: 500; 
 	margin-bottom: 0; 
 	padding-bottom: 0;
 }
.pull-quote-side-box p.title{
	margin-left: 1.25rem;
	margin-top: 0; 
	padding-top: 0; 
	margin-bottom: 0; 
	line-height: 1rem;
	font-size: small;
}

/* Base styles for Parallax and Hero images */
.hero-400, 
.hero-600,
.parallax-300,
.parallax-400,
.parallax-600,
.parallax-full{
	background-color: #333333;
	position: relative;
}

/* general hero classes (hero-400 & hero-200) */
.hero-400,
.hero-600{
    /* Make the photo scroll with the page */
	background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-400{
	height: 400px; 
}
.hero-600{
	height: 600px; 
}

/* general parallax classes (parallax-400 & parallax-200) */
.parallax-300, 
.parallax-400, 
.parallax-600,
.parallax-full{
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-300{
	height: 300px;
}
.parallax-400{
	height: 400px;
}
.parallax-600{
	height: 600px;
}
.parallax-full{
	height: calc(100vh - 114px);
}
.hero-anchor-top,
.parallax-anchor-top{
    background-position: center top;
}
.hero-anchor-bottom,
.parallax-anchor-bottom{
    background-position: center bottom;
}
.hero-400 h2,
.hero-600 h2,
.parallax-300 h2,
.parallax-400 h2,
.parallax-600 h2,
.parallax-full h2{
	color: #fff;
	font-size: 6em;
	text-align: center;
	text-shadow: 2px 2px rgba(0,0,0,.6);
	text-shadow: 2px 2px 9px #444, -2px -2px 9px #444;
	margin-top: 0;
}
		
.parallax-300 h2{
	padding-top: 125px;
}
.hero-400 h2,
.parallax-400 h2{
	padding-top: 225px;
}
.hero-600 h2,
.parallax-600 h2{
	padding-top: 350px;
}
.parallax-full h2.scroll-for-more{
	position: absolute;
	bottom: -1.5rem;
	width: 100%;
}
/* remove padding on the text if using center-caption div */
.hero .center_caption h2{
	padding: 0;
} 

h2.hero-text-medium{
	font-size: 4rem;
}

/* Base styles for expanding dl (data list) */
dl.expanding-dl{
	font-family: "Open Sans", sans-serif;
	padding-bottom: 20px;
}
dl.expanding-dl dt{
	line-height: 1em;
	display: block;
	padding: 20px 60px 20px 20px;
	margin: 0;
	margin-top: 20px;
	font-size: 1.3em;
	background-color: #f7f7f7;
	border: 1px solid #e0e0e0;
	font-weight: 300;
	position: relative;
	cursor: pointer;
}
dl.expanding-dl dt i{
	font-size: 1.4em;
	line-height: 1em;
	position: absolute;
	top: 20px;
	right: 20px;
}
dl.expanding-dl dd{
	display: block;
	padding: 20px;
	padding-top: 0;
	margin: 0;
	background-color: #f7f7f7;
	border: 1px solid #e0e0e0;
	border-top: none;
	position: relative;
	top: -1px;
}


/* Base styles for expanding course listing */
#wake-alert * {
	color: #0a0a0a;
}
#wake-alert p{
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
#wake-alert .red{
	background-color: #fa5252;
}
#wake-alert .red * {
	color: #fefefe;
}
#wake-alert .orange{
	background-color: orange;
}
#wake-alert .yellow{
	background-color: #ffe066;
}
#wake-alert .blue{
	background-color: #74c0fc;
}
#wake-alert .green{
	background-color: #62d069;
	background-color: #a3e4a7;
	background-color: #d0deb2;
}
#wake-alert .wake-alert-details a{
	text-decoration: underline;
}
#wake-alert .wake-alert-details a:hover{
	text-decoration: none;
}
#wake-alert .close{
	font-family: 'Open Sans', helvetica, sans-serif;
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: 600;
	letter-spacing: .5px;
}
#wake-alert svg{
	margin-bottom: .5rem;
}
#wake-alert svg path{
	fill: #222;
}
#wake-alert h2{
	line-height: .9;
	padding-bottom: .5rem;
}
#wake-alert p:last-child{
	margin-bottom: 0;
}
#wake-alert .button{
	background-color: rgba(0,0,0,.1);
	border: 1px solid rgba(0,0,0,.2);
	color: rgba(0,0,0,.8);
	margin-bottom: 0;
	border-radius: 6px;
}


#wake-alert .red .button{
	background-color: rgba(255,255,255,.1);
	border-color: rgba(255,255,255,.2);
	color: rgba(255,255,255,.8);
}
#wake-alert .red svg path{
	fill: #fefefe;
}

/* Base styles for expanding course listing */
h4.subhead{
    text-transform: uppercase;
    color: #606060;
    font-size: 16px;
    margin: -4px 0 20px 0;
}
.course-list{
	padding-bottom: 30px;
}
.degree-list .link_menu.panel,
.course-list .link_menu.panel{
	background: rgba(255, 255, 255, .8); 
	border-left-width: 8px;
	margin-bottom: 15px;
}
.course-list h4{
	font-size: 1rem;
	line-height: 1.2rem;
	padding: 0 250px 0 0;
	margin: 0;
	position: relative;	
}
.course-list h4 i{
	position: absolute;
	font-size: 2em;
	line-height: .5em;
	top: 1px;
	right: 140px;		
}
.course-list .credits{
	position: absolute;
	right: 180px;
	top: 0px;
}
.course-list .link_menu.panel{
	border-left-color: #aaaaaa;
	border-left-color: #767676;
}
.course-list .group-box{
	display: block;
	position: absolute;
	right: -20px;
	top: -20px;
	width: 140px;
	height: 60px;
	background-color: #aaaaaa;
	background-color: #767676;
}
.course-list .group-text{
	display: block;
	text-transform: uppercase;
	color: white;
	position: relative;
	width: 140px;
	text-align: center;
	padding: 20px 0;
}

/* this is the new course-list styles */
.course-list div.course-details{
	padding-top: 2rem;
}
.course-list div.course-details .group-box{
	display: none;
}
.course-list div.course-details .online-format:last-of-type {
	display: inline-block;
	padding-bottom: 1rem;	
}
.course-list div.course-details p.course-description{
	margin: 0;
	font-size: 1rem;
}


.course-list.narrow h4{
	padding-right: 130px;
}
.course-list.narrow .group-box{
	display: none;
}
.course-list.narrow h4 i{
	right: 0px;
}
.course-list.narrow .credits{
	right: 40px;
}

/* styles for directory */
#directory-search .search-results{
	font-size: 1rem;
}
#directory-search .search-results .alert-box{
	margin-top: 0;
	font-size: 1rem;
}
#directory-search #directoryForm input{
	height: auto;
	padding: 1rem;
}

/* styles for a-z */
#az-index .az-letters{
	font-size: 1.4rem;
}
#az-index dt{
	font-size: 3rem;
	line-height: 3rem;
	padding-top: 2rem;
	padding-left: 1rem;
	border-bottom: 1px solid #ddd;
	margin: 0;
}
#az-index dd .az-link{
	border-bottom: 1px solid #ddd;
	padding: .75rem 1rem;
}
#az-index dd .az-link:nth-child(2n+1){
	background-color: #f9f9f9;
}

/* search results page */
#cse-search{

}
#cse-search .search-bar form{
	margin: 0;
}
#cse-search .search-bar input{
	display: inline-block;
	width: 81%;
	
	height: auto;
	font-size: 1rem;
	padding: 1rem;
	margin-bottom: 5px;
}
#cse-search .search-bar button{
	float: right;
	padding: 15px 25px;
	margin: 0;
	background-color: #8C6D2C;
	border: 1px solid #8C6D2C;
}
#cse-search .search-results{

}
#cse-search .search-results-tabs{
	padding-top: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #dcdcdc;
}
#cse-search .search-results-tab{
	display: inline-block;
	font-size: 1.3rem;
	padding: 8px 20px;
	margin-right: 5px;
	border: 2px solid #dcdcdc;
	background-color: #eaeaea;
	position: relative;
	bottom: -2px;
}
#cse-search .search-results-tab.active{
	color: #222;
	background-color: #fff;
	border-bottom-color: #fff;
}
#cse-search .search-results #search_recommend{
	margin-top: 15px;
}
#cse-search .search-results #search_recommend .search_recommend_items{
	list-style: none;
	margin-left: 0;
}
#cse-search .search-results #search_recommend .search_recommend_item{
	font-size: 1.15rem;
	line-height: 1.35rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
#cse-search .search-results #search_recommend .search_recommend_item:last-child{
	padding-bottom: 0;
}

#cse-search .search-results #search_recommend .search_recommend_item a{
	border-bottom: 1px dashed #8C6D2C;
}

#cse-search .search-results #search_recommend .search_recommend_item .searchlink{
	font-size: 1rem;
	line-height: 1;
	color: #666;
	font-weight: bold;
	font-family: "Quattrocento", Georgia, Times, "Times New Roman", serif;
}

#cse-search .search-results .gsc-result-info-container{
	padding: 0;
	padding-left: 17px;
}
#cse-search .search-results .gsc-result .gs-title{
	height: auto;
}
#cse-search .search-results .gsc-results .gsc-thumbnail-inside a,
#cse-search .search-results .gsc-results .gsc-thumbnail-inside a *{
	font-size: 1.125rem;
	line-height: 1.7;
	color: #8C6D2C;
	font-family: "Quattrocento", Georgia, Times, "Times New Roman", serif;
	text-decoration: none;
}
.gs-result .gs-title{
	color: #8C6D2C !important;
	text-decoration: none !important;
}
.gs-result a.gs-title{
	border-bottom: 1px dashed #8C6D2C;
}
#cse-search .search-results .gsc-results .gs-visibleUrl{
	font-size: 1rem;
	line-height: 1;
	color: #666;
	font-weight: bold;
	font-family: "Quattrocento", Georgia, Times, "Times New Roman", serif;
}
#cse-search .search-results .gsc-results .gs-fileFormatl{
	font-size: 1rem;
	line-height: 1;
	color: #666;
	font-weight: bold;
	font-family: "Quattrocento", Georgia, Times, "Times New Roman", serif;
}
#cse-search .search-results .gsc-above-wrapper-area table,
#cse-search .search-results .gsc-results .gsc-table-result{
	margin-bottom: 0;
}
#cse-search .search-results .gsc-results .gs-snippet{
	padding: 10px 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #222;
	font-family: "Quattrocento", Georgia, Times, "Times New Roman", serif;
}
#cse-search .search-results .gsc-results .gs-no-results-result .gs-snippet{
	padding: 10px;
	margin: 10px 0 0 0;
	width: 100%;
}

#cse-search .search-results .gsc-results .gsc-cursor-box{
	margin: 0;
}
#cse-search .search-results .gsc-results .gsc-cursor-page{
	font-size: 1rem;
	margin-right: 20px;
	color: #8C6D2C;
}


#cse-search .search-results .gsc-control-cse,
#cse-search .search-results .gsc-above-wrapper-area,
#cse-search .search-results .gsc-result-info-container .gsc-result-info, 
#cse-search .search-results .gsc-results .gsc-table-cell-snippet-close,
#cse-search .search-results .gsc-results .gsc-thumbnail-inside,
#cse-search .search-results .gsc-results .gsc-url-top{
	padding: 0;
}
#cse-search .search-results .gsc-above-wrapper-area{
	border: none;
}
#cse-search .search-results .gsc-above-wrapper-area table,
#cse-search .search-results .gsc-table-result{
	border: none;
}
#cse-search .search-results .gsc-orderby-container{
	display: none;
}


#cse-search .search-results .gcsc-branding,
#cse-search .search-results .gcsc-foot,
#cse-search .search-results .gsc-resultsHeader,
#cse-search .search-results .gsc-adBlock{
	display: none !important;
}

.popular-search-terms a.button{
	color: #000;
	background-color: #fff;
	border: 1px solid #8C6D2C;
	padding: 8px 15px;
	font-size: .8em;
	letter-spacing: .5px;
	margin: 0 4px 8px 0;
}
.popular-search-terms a.button:hover{
	color: #fff;
	background-color: #8C6D2C;
}
.popular-search-terms a.button{
	border-radius: 33px;
}

.directory-results *{
	line-height: 1.3em;
}

/* Styles that change based on screen size */
/** small **/		
@media only screen and (max-width: 40em) {
	.parallax-300, 
	.parallax-400, 
	.parallax-600,
	.parallax-full{
	    /* Stop the parallax scrolling effect */
	    background-attachment: scroll;
	}
	.hero-400,
	.hero-600,
	.parallax-300,
	.parallax-400,
	.parallax-600,
	.parallax-full{
		height: 200px;
	}

	.hero-400 h2,
	.hero-600 h2,
	.parallax-300 h2,
	.parallax-400 h2,
	.parallax-600 h2,
	.parallax-full h2{
		font-size: 2em;
	}
	.hero-400 h2,
	.hero-600 h2,
	.parallax-300 h2,
	.parallax-400 h2,
	.parallax-600 h2,
	.parallax-full h2{
		padding-top: 125px;
	}
	
	#cse-search .search-results-tab{
		display: inline-block;
		font-size: 1.1rem;
		padding: 4px 10px;
	}
	#cse-search .search-bar input{
		display: inline-block;
		width: 65%;
	}
	.popular-search-terms{
		border-top: 1px solid #dcdcdc;
		margin-top: 15px;
		padding-top: 15px;
	}
	
	.title-area .name h1 a{
		font-size: 24px;
	}
	.title-area .name h1 a span{
		font-size: 25px;
	}
	#moreinfo .button{
		margin-bottom:15px;
	}
	.hero{
		height: 225px !important;
	}
	
	.herobg{
		height: 315px !important;
	}
	.hero .center_caption h1{
		font-size: 36px;
	}
	.hero .center_caption h2.hero-text-medium{
		font-size: 2.5rem;
	}
	
	.course-list h4 {
		padding-right: 30px;
	}
	.course-list h4 i{
		right: 0px;
	}
	.course-list .credits{
		display: block;
		position: relative;
		top: 10px;
		left: 0;
		font-weight: normal;
		padding-bottom: 10px;
	}
	.course-list .group-box{
		display: none;
	}
}

/** medium **/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
/*
    #universal-menu.top-bar .title-area{
	    float: left;
    }
    .top-bar .toggle-topbar {
        display: block; 
        position: absolute;
        right: 0px;
    }
    .top-bar .title-area{
	    float: none;
    }
*/
    
	.pull-quote-side-box{
		padding: 0;
	}
	.pull-quote-side-box blockquote{
		margin-top: 20px;
		margin-left: 30px;
	}
	.pull-quote-side-box p.name{
		margin-left: 25px;
	 }
	.pull-quote-side-box p.title{
		margin-left: 45px;
	}
	.pull-quote-side-box img{
		height: 330px; 
		object-fit: cover;
	}
	
	
	.parallax-300, 
	.parallax-400, 
	.parallax-600,
	.parallax-full{
	    /* Stop the parallax scrolling effect */
	    background-attachment: scroll;
	}
	.hero-400,
	.hero-600,
	.parallax-300,
	.parallax-400,
	.parallax-600,
	.parallax-full{
		height: 300px;
	}

	.hero-400 h2,
	.hero-600 h2,
	.parallax-300 h2,
	.parallax-400 h2,
	.parallax-600 h2,
	.parallax-full h2{
		font-size: 4em;
	}
	.hero-400 h2,
	.hero-600 h2,
	.parallax-300 h2,
	.parallax-400 h2,
	.parallax-600 h2,
	.parallax-full h2{
		padding-top: 200px;
	}
	
	.popular-search-terms{
		border-top: 1px solid #dcdcdc;
		margin-top: 15px;
		padding-top: 15px;
	}
	
	#footer-thin .footer-social {
		text-align: center;
	}		
	#footer-thin #footer-copy {
		text-align: center;
	}
	#moreinfo .button{
		margin-top: 22px;
	}
}