/*
Theme Name: Cobalt
Theme URI: http://admissions.syr.edu/
Description: A simple responsive theme built with Bootstrap
Author: ITS Spiders
Author URI: http://spiders.syr.edu/
Version: 3
Tags: orange, gray, white, light, one-column, two-columns, right-sidebar, custom-menu, flexible-width, featured-images, full-width-template, theme-options
*/

/***********************
		WP STYLES
************************/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption,
.gallery-caption {
    background: #ccc;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
#main-content .wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 5px;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
.sticky{}
.bypostauthor{}

/***********************
		GLOBALS
************************/
h1, h2, h3, h4, h5, h6, p, ul, li { margin: 0; padding: 0; line-height: inherit; list-style: none; font-weight: normal; }
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-family: 'Franklin Demi Compressed',Helvetica,sans-serif; }
a { color: #ED712B; }
a:hover { text-decoration: underline; }
#logo:hover { text-decoration: none; }
#html { margin: 0 !important; }
body { padding-top: 142px; background-color: #fff; color: #444; font-family: Helvetica,Arial,sans-serif; }
#main { width: 100%; }
.t-spacer { border-top: 20px solid #fff; }
.r-spacer { border-right: 20px solid #fff; }
.b-spacer { border-bottom: 20px solid #fff; }
.l-spacer { border-left: 20px solid #fff; }
.banner-content h2 {
    font-family: 'Franklin Book Compressed',Helvetica,sans-serif;
    font-size: 30px;
    color: #fff;
    line-height: normal;
}
.read-more {
	color: #ED712B;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

/***********************
		LAYOUT
************************/
#media {
	width: 100%;
	height: 300px;
	background: #ccc repeat url('cobalt/img/debut-grey.png');
}
#banner {
	background: #ED712B repeat url('cobalt/img/debut-orange.png');
}
#content {
	background: #aaa repeat url('cobalt/img/debut-light.png');
	padding-top: 20px;
}
#footer-wrapper {
	background: #333 repeat url('cobalt/img/debut-dark.png');
}

/***********************
		LIGHTBOX
************************/
.pp_details {
	margin-top: 10px !important;
}

/***********************
		HEADER
************************/
#header-wrapper {
	background-color: #fff;
	background-image: none;
	min-height: 142px;
	border: none;
}
#header-content {
	margin: 40px auto 0;
}
#logo {
	margin-left: 20px;
	margin-top: -10px;
	line-height: normal;
}
#logo a {
	color: #ccc;
	padding-left: 0;
	padding-bottom: 0;
	font-size: 30px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-shadow: none;
	font-family: 'Franklin Demi X Compressed',Helvetica,sans-serif;
}
#logo span {
	color: #ED712B;
}
.part-brand {
	display: none;
}
#logo .secondary-brand {
	margin-left: -10px;
}
#social-icons {
	position: relative;
	float: right;
	border: none;
	margin: 0;
	height: 40px;
	min-width: 129px;
}
#social-icons a {
	display: inline-block;
	float: right;
	margin-left: 4px;
	width: 34px;
	height: 34px;
}
#social-icons img {
	width: 34px;
	height: 34px;
	opacity: 0.7;
}
#social-icons img:hover {
	opacity: 1;
}
#social-icons li a, #social-icons li a:hover {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
#search-icon {
	position: relative;
	margin: 0 0 6px 4px;
	opacity: 0.7;
	text-align: right;
	width: 34px;
	height: 34px;
}
#search-icon img {
	cursor: pointer;
	width: 34px;
	height: 34px;
}
#search-icon:hover {
	opacity: 1;
}
#search-bar {
	text-align: right;
	margin: 0 10px;
	width: 220px;
	float: right;
	display: none;
	position: absolute;
	top: 4px;
	right: 40px;
	z-index: 1;
}
#search-input {
	font-size: 12px;
	margin: 0 0 0 5px;
	padding: 2px 4px;
	height: 20px;
	width: 170px;
}
#search-button {
	height: 26px;
}
input[type="search"]:focus {
	border-color: rgb(237,113,43); /*Fallback*/
	border-color: rgba(237,113,43,0.8); /*CSS3*/
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(237,113,43,0.6);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(237,113,43,0.6); /*IE*/
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(237,113,43,0.6); /*Safari+Chrome*/
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(237,113,43,0.6); /*Firefox*/
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(237,113,43,0.6); /*Opera*/
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 10px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 10px rgba(0, 0, 0, 0.3); /*IE*/
	-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 10px rgba(0, 0, 0, 0.3); /*Safari+Chrome*/
	-moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 10px rgba(0, 0, 0, 0.3); /*Firefox*/
	-o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 10px rgba(0, 0, 0, 0.3); /*Opera*/
}
#main-nav {
	width: 100%;
	margin-top: 10px;
}
#main-nav a {
	font-family: 'Franklin Medium Condensed',Helvetica,sans-serif;
	font-weight: normal;
}
.collapse {
	overflow: visible;
}
.navbar-inverse .nav > li > a {
	border-top: 2px solid transparent;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #5F6A72;
	text-shadow: none;
}
.navbar-inverse .nav li:first-of-type a {
	padding-left: 0;
}
.navbar-inverse .nav > li:hover > a, .current-menu-item > a, .current-page-parent > a {
	border-top: 2px solid #ED712B;
	color: #000 !important;
}
.navbar-inverse li ul li ul {
	left: 100%;
	top: 0px;
}
.dropdown-menu .current-menu-item a {
	color: #ED712B !important;
}
/* Advanced Menu */
ul.nav ul.sub-menu {
	box-shadow: none;
}
ul.nav ul.sub-menu li {
	width: 200px;
}
ul.nav ul.sub-menu li a {
	color: #444;
	padding-left: 5px;
	font-size: 16px !important;
}
li.menu-item:hover ul.sub-menu {
	display: block;
}
ul.nav ul.second-level {
	display: none;
	background-color: rgba(255,255,255,0.9);
	border-top: 2px solid #ED712B;
	box-shadow: 1px 1px 10px #aaa;
	-ms-box-shadow: 1px 1px 10px #aaa; /*IE*/
	-webkit-box-shadow: 1px 1px 10px #aaa; /*Safari+Chrome*/
	-moz-box-shadow: 1px 1px 10px #aaa; /*Firefox*/
	-o-box-shadow: 1px 1px 10px #aaa; /*Opera*/
	padding: 20px;
	height: 258px;
	position: absolute;
/*	left: 0;*/
}
.nav ul {
	z-index: 999;
}
ul.nav ul.second-level .menu-list > li > a {
	font-size: 15px;
	padding: 5px 0;
	width: 200px;
	border-bottom: 1px solid #ccc;
	display: inline-block;
}
ul.nav ul ul.third-level {
	position: relative;
	background: transparent;
	padding: 5px 0;
	height: auto;
	border: none;
}
ul.nav ul ul.third-level li {
	padding: 0;
	border: none;
	text-transform: none;
}
ul.nav ul.sub-menu ul .current-menu-item a {
	color: #ED712B !important;
}
.menu-list {
	width: 60%;
}
.menu-post-info {
	width: 37%;
	border-left: 1px dotted #ccc;
	padding-left: 2%;
}
.menu-post-info img {
	border: 4px solid #ccc;
	margin: 0 8px 2px 0;
	width: 50%;
	height: auto;
	float: left;
}
.menu-post-info h3 a, .menu-post-info h3 {
	margin-bottom: 10px;
	text-transform: none;
	color: #444 !important;
	font-size: 28px !important;
}
.menu-post-info p {
	text-transform: none;
	color: #555;
}
/* Simple WP menu */
ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block !important;
    width: auto;
}
a.menu:after, .dropdown-toggle:after {
    content: none !important;
}
.navbar-inverse li a {
	border-top: 2px solid transparent;
}
.navbar-inverse li ul {
	background: #fff;
	/*padding: 15px;*/
	height: auto;
	position: absolute;
	/*left: 0;*/
	min-width: 180px;
}
.navbar-inverse li ul a {
	font-size: 16px;
	padding: 5px 0;
	display: inline-block;	
	color: #5F6A72;
}
.navbar-inverse li li ul {
	padding: 0;
	border: none;
	text-transform: none;
}
.navbar-inverse ul a:hover {
	border-top: 2px solid #ED712B;
	text-decoration: none;
}
.navbar-inverse ul li li a:hover{
	border-top: 2px solid transparent;
	color: #ED712B;
}
/* Fallback navigation */
#main-fallback {
	width:100%;
	margin-top:10px;
	height:42px;
	font-family: 'Franklin Medium Condensed',Helvetica,sans-serif;
	padding-top: 10px;
	display: inline;
}
#main-fallback a {
	font-family: 'Franklin Medium Condensed',Helvetica,sans-serif;
}
#main-fallback li {
	display: inline;
	padding: 10px 0 10px 10px !important;
	font-size: 18px;
	border-top: 2px solid transparent;
	color: #5F6A72;
	margin-bottom: 10px;
	text-shadow: none;
	font-weight: 400!important;
	line-height: 20px!important;
	position: relative;
}
#main-fallback li a{
	font-size: 18px;
	border-top: 2px solid transparent;
	color: #5F6A72;
	margin-bottom: 10px;
	text-shadow: none;
	font-weight: 400;
	line-height: 20px;
}
#main-fallback li:hover a {
	border-top: 2px solid #ED712B;
	color: #000;	
}
#main-fallback li ul a:hover{
	border-top: 2px solid transparent;
	color: #ED712B !important;
}
#main-fallback li li a{
	border-top: 2px solid transparent !important;
	color: #ED712B;
}
#main-fallback li ul {
	display: none;
	position: absolute;
}
#main-fallback li:hover ul {
	display: block;
}
#main-fallback li ul a {
	color: #5F6A72 !important;
	font-size: 16px;
	padding: 0px !important;
	margin: 0px;
	display: block;
	line-height: normal;
}
#main-fallback li ul:hover {
	display: block;
}
#main-fallback .dropdown-menu {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* Classes to minimize & maximize header */
.minimize-head-wrap {
	height: auto !important;
	min-height: 58px !important;
}
.minimize-head {
	margin: 10px auto 0 !important;
}
.minimize-nav {
	top: 5.5px;
	width: auto !important;
	margin-top: 0 !important;
}
.shift-submenu {
	top: 51px !important;
	left: -340px !important;
}
/* Navbar button */
.navbar-inverse .btn-navbar {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ffffff !important;
	*background-color: #ffffff !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
	background-repeat: repeat-x;
	border-color: #ffffff #ffffff #ffffff;
	border-color: rgba(0, 0, 0, 0.0) rgba(0, 0, 0, 0.0) rgba(0, 0, 0, 0.0);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	margin: 0 auto;
}
.navbar .btn-navbar .icon-bar {
    background-color: #ED712B;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); /*IE*/
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); /*Safari+Chrome*/
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); /*Firefox*/
    -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); /*Opera*/
    display: block;
    height: 2px;
    width: 33px;
}
.navbar .btn-navbar {
	padding: 7px 47% !important;
}

/* Navigation Grandchild styles */

.navbar-inverse li ul {
	padding: 0px;
}
.dropdown-menu {
	padding: 0px;
}
.navbar-inverse .nav li:first-of-type ul li a,
.navbar-inverse .nav li ul li a {
	padding-left: 20px;
	padding-right: 20px;
}
.navbar-inverse .nav li ul li:first-of-type a {
	padding-left: 20px;
}
.navbar-inverse li ul a {
	display: block;
}
.navbar-inverse li ul li:first-of-type a {
	padding-top: 20px;
	padding-left: 20px;
}
.navbar-inverse li ul li:last-of-type a {
	padding-bottom: 20px;
}
.navbar-inverse .nav li ul li ul li a {
	padding: 5px 20px;
}
.navbar-inverse .nav li ul li ul li:first-of-type a {
	padding-top: 20px;
}
.navbar-inverse .nav li ul li ul li:last-of-type a {
	padding-bottom: 20px;
}
/***********************
	HOME(.home-page)
************************/
.caroufredsel_wrapper {
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
}
#media-wrapper {
	position: relative;
	background-color: #fff;
	height: 300px;
}
#slideshow-container-part {
	position: absolute;
	top: 0;
	right: 375px;
	bottom: 0;
	left: 0;
}
#slideshow-container-full {
	position: absolute;
	top: 0;
	right: 375px;
	bottom: 0;
	left: 0;
	width: 100%;
}
.slideshow {
	height: 300px;
	overflow: hidden;
}
.slide-arrow {
	height: 300px;
	width: 45px;
	position: absolute;
	z-index: 1;
	top: 0;
}
.slide-arrow:hover {
	cursor: pointer;
}
#slide-left:hover, #slide-right:hover {
	background-color: rgba(255,255,255,0.2);
}
#slide-left {
	left: -45px;
	background: url('cobalt/img/arrow-left.png') no-repeat center;
}
#slide-right {
	right: -45px;
	background: url('cobalt/img/arrow-right.png') no-repeat center;
}
#full-slideshow .media-item {
	width: 500px;
}
#part-slideshow img.embed-img {
	width: 800px;
	height: auto;
}
.media-item {
	height: 300px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.embed-img {
	position: absolute;
	top: -75px;
}
.vimeo-img {
	top: 0;
}
#embed-play-icon {
	position: absolute;
	top: 60px;
	left: 38%;
	font-size: 12em;
	z-index: 1;
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: 0.5;
}
#embed-play-icon:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: 0.8;
	text-decoration: none;
}
.media-item a {
	display: block;
}
.media-caption h3 {
	font-family: 'Franklin Medium Condensed',Helvetica,sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	max-height: 100%;
	width: 65%;
	margin-right: 15px;
}
.media-item a:hover .media-caption h3 {
	color: #ED712B;
}
.media-caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	height: auto;
	padding: 15px;
}
.ie8 .media-caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; /* IE8 */
}
#pagination {
	text-align: right;
	position: absolute;
	line-height: 10px;
	bottom: 17px;
	right: 10px;
	z-index: 1;
	width: 30%;
}
#pagination a {
    width: 14px;
    height: 14px;
    margin-left: 8px;
    margin-top: 10px;
    display: inline-block;
    background-color: rgba(204,204,204,0.3);
    border: 1px solid #ccc;
    position: relative;
}
#pagination a.selected {
    background-color: rgba(204,204,204,1);
    cursor: default;
}
.ie8 #pagination a {
	background-image: url("about:blank");
	cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CCCCCCC,endColorstr=#4CCCCCCC)"; /* IE8 */
    zoom: 1;
}
.ie8 #pagination a.selected {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFCCCCCC,endColorstr=#FFCCCCCC)"; /* IE8 */
    zoom: 1;
}
#pagination a span {
	filter: alpha(opacity=30);
	line-height: 20px;
	opacity: .3;
    font-size: 0; 
    display: inline-block;
    color: transparent;
    position: absolute;
    top: -3px;
    left: 2px;
}
#static-image {
	width: 316px;
	height: 300px;
	width: 315px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}
#static-image img {
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
}
#part-slideshow .media-img {
	max-width: none;
}
.page .home-page #banner-wrapper,
.home-page #banner-wrapper {
	position: relative;
	max-height: none;
}
.home-page #banner {
	height: 160px;
}
#feed-content {
	height: 140px;
	margin: 10px 0;
}
.home-page .feed {
	max-height: 140px;
	position: relative;
	overflow: hidden;
}
.home-page .feed h2, .home-page .feed h2 a {
	font-family: 'Franklin Book Condensed',Helvetica,sans-serif;
	font-size: 30px;
	color: #fff;
	padding: 10px 0;
}
.feed h3 {
	font-family: 'Franklin Book',Helvetica,sans-serif;
	font-size: 14px;
	color: #444;
	font-weight: normal;
}
.feed p {
	font-family: 'Franklin Book Condensed',Helvetica,sans-serif;
	font-size: 18px;
	line-height: 27px;
}
.facebook-entry:hover a, .youtube-entry:hover a {
	text-decoration: underline;
	color: #444;
}
.facebook-entry {
	width: 23%;
	margin-right: 2%;
	height: 90px;
}
.facebook-entry h3 {
	padding-left: 5px;
}
.published {
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
}
.twitter-entry {
	font-size: 13px;
	width: 23%;
	margin-right: 2%;
/*	margin: 0 10px 5px 0;*/
	max-height: 110px;
	font-family: 'Franklin Book',Helvetica,Arial,sans-serif;
}
.twitter-entry .icon-twitter {
	font-size: 1.5em;
	height: 90px;
	margin-right: 5px;
}
.twitter-entry a {
	color: #fff;
}
.twitter-entry #meta {
	font-size: 12px;
}
.youtube-entry {
	width: 260px;
	height: 85px;
	margin-top: 5px;
	padding-right: 10px;
}
.youtube-entry img {
	width: 120px;
	margin-right: 5px;
	border: 1px solid #000;
}
.youtube-entry .content {
	width: 130px;
}
#featured-articles-main {
	width: 75%;
	margin: 20px 0;
}
#featured-articles-main ul li {
	list-style: disc outside none !important;
	margin: auto;
	margin: 0 0 0 20px;
}
#featured-articles-main ol li {
	list-style: decimal outside none !important;
}
#featured-articles-main article {
	background-color: #fff;
	width: 31.78%;
	height: 490px;
	border-bottom: 15px solid #ED712B;
	overflow: hidden;
	margin-right: 10px;
	position: relative;
}
#featured-articles-main h3 {
	padding: 10px;
}
#featured-articles-main h3 a {
	color: #444;
	font-size: 30px;
	line-height: normal;
	font-family: 'Franklin Medium Condensed',Helvetica,sans-serif;
}
#featured-articles-main section {
	float: left;
	width: 100%;
}
#featured-articles-main h4 {
	font-family: 'Franklin Book Italic',Helvetica,sans-serif;
	font-size: 17px;
	line-height: 24px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
}
#featured-articles-main p {
	font-size: 14px;
	line-height: 26px;
	padding: 0 10px 10px;
}
#featured-articles-main .read-more {
	color: #ED712B;
	bottom: 0;
	left: 0;
	display: block;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	background-color: #fff;
}
#featured-articles-main article img {
	border: 0px solid #ccc;
	margin: 0 0px 0px 0;
	width: 100%;
	height: auto;
	float: left;
}
#featured-articles-main article .embed-img {
	position: relative; 
	top: 0;
}
#featured-articles-main article #embed-play-icon {
	font-size: 7em;
	left: 35%;
	top: 56px;
}
#featured-articles-main article .vimeo-play-icon {
	top: 25px !important;
}
#featured-articles-side {
	height: 470px;
	width: 24.78%;
	margin: 20px 0 0;
}
#featured-articles-side article {
	height: auto;
	width: 100%;
	padding: 0 5px 17px;
}
#featured-articles-side section {
	background: #aaa repeat url('cobalt/img/debut-grey.png') 0 60px;
	height: 170px;
	overflow: hidden;
	position: relative;
	min-width: 100%;
	margin-top: -56px;
}
#featured-articles-side h3 a {
	font-family: 'Franklin Medium Condensed',Helvetica,Arial,sans-serif;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	float: left;
	margin: 54px 0 0 0;
	padding: 10px 0 0 10px;
	display: block;
}
#featured-articles-side p {
	font-size: 12px;
	font-weight: normal;
	margin-top: 76px;
	padding: 10px;
}
#featured-articles-side .read-more, #featured-articles-side p a {
	color: #fff;
	font-weight: bold;
	font-style: normal;
}
.image-side {
	border: 5px solid #fff;
	width: 200px;
	height: 120px;
	margin: 0 auto;
	z-index: 99;
	position: relative;
	overflow: hidden;
}
.image-side .embed-img {
	top: -15px;
}
.image-side .vimeo-img {
	height: 100%;
	top: 0;
}
.image-side #embed-play-icon {
	font-size: 6em;
	left: 30%;
	top: 18px;
}

/***********************
	INNER PAGES
	(.page-right)
	(.page-full)
***********************/
#full-featured-image {
	width: 1170px;
	height: 300px;
}
#part-featured-image {
	width: 702px;
	height: 300px;
}
.page-right #banner-wrapper, .page-full #banner-wrapper {
	position: relative;
	max-height: 50px;
}
.page-right #content-wrapper, .page-full #content-wrapper {
	line-height: normal;
}
#main-content {
	margin: 20px 0px;
}
.page-right #main-content {
	width: 70%;
}
.page-full #main-content {
	width: 100%;
}
#main-content h4, h5, h6 {
	font-size: 22px;
	text-transform: uppercase;
}
#main-content h6 {
	color: #ED712B;
}
#main-content p {
	font-size: 14px;
	line-height: 28px;
	padding: 5px 0;
}
#main-content ul li, #main-content ol li {
	font-size: 14px;
	line-height: 28px;
	margin: 0 0 4px 40px;
}
#main-content ul li{
	list-style: disc outside;
}
#main-content ol li {
	list-style: decimal outside;
}
#main-content img {
	border: 5px solid #ccc;
}
#main-content embed,
#main-content iframe {
	max-width: 100%;
}
.single #main-content iframe {
	border: 5px solid #ccc;
}
#page-post {
	margin-top: 20px;
}
#sidebar {
	width: 24%;
	margin: 20px 0;
	background: #fff;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	padding: 10px 10px 10px 10px;
}
#sidebar-flip {
	width: 24%;
	height: auto;
	margin: 60px 0px 0 0;
	background: #fff;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
	padding: 10px 10px 10px 10px;
}
.vt-calendar-widget {
	padding: 5px;
}
.vt-calendar-widget article {
	margin: 10px 0 0 10px;
}
.vt-calendar-widget a h4 {
	color: #444;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Franklin Medium Condensed',Helvetica,sans-serif;
}
.vt-calendar-widget span {
	font-size: 12px;
}
/* Vertical Navigation (Admissions) */
#dynamic h3 {
	border-bottom: 1px solid #ccc;
}
#dynamic a {
	font-family: 'Franklin Medium Condensed',Helvetica,sans-serif;
}
#dynamic li a {
	font-size: 16px;
 	color: #5F6A72;
 	display: list-item;
 	padding: 10px 0 0 10px;
}
.blog #dynamic li a {
	padding: 0;
}
#dynamic .current-menu-item a {
	border: none;
	color: #ED712B !important;
	font-weight: normal;
}
#dynamic .current-menu-item ul a {
	color:#5F6A72;
}
#featured-side-option {
	width: 100%;
}
#featured-side-option article {
	min-height: 90px;
	width: 100%;
	background: #aaa repeat url('cobalt/img/debut-grey.png');
	margin-top: 10px;
}
#featured-side-option h3 {
	font-size: 20px;
	line-height: inherit;
	padding-bottom: 5px;
	text-transform: uppercase;
	margin: 10px 10px 0;
}
#featured-side-option h3 a {
	font-family: 'Franklin Medium Condensed',Helvetica,sans-serif;
	color: #fff;
}
#featured-side-option p {
	font-size: 12px;
	line-height: 22px;
	margin: 0 10px 10px;
}
#sidebar ul {
	padding: 10px;
	margin-bottom: 15px;
}
/***********************
	BLOG
	(home.php)
***********************/
.blog #banner-wrapper, .archive #banner-wrapper {
	position: relative;
	max-height: 50px;
}
.blog .feed h2, .archive .feed h2 {
	font-family: 'Franklin Book Compressed',Helvetica,sans-serif;
	font-size: 30px;
	color: #fff;
	line-height: normal;
}
.blog .blog-post img, .archive .blog-post img {
	margin-right: 10px;
	float: left;
	height: 100px;
	width: auto;
}
.blog .blog-post img + p, .archive .blog-post img + p {
	display: inline;
}
.blog .blog-post hr, .archive .blog-post hr {
	display: block;
	margin: 20px 0 30px;
}
.single .entry-content {
	padding: 10px 0; 
}
.single .entry-meta {
	color:#999999;
}
.single #main-content ol li {
	list-style: none;
}
.content-blogpost {
	min-height: 115px;
}
#main-content .content-blogpost + p {
	padding: 0;
}
.alignright {
   float: right;
   margin-left: 5px;
}
.alignleft {
   float: left;
   margin-right: 7px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/***********************
	BLOG SIDEBAR
	(sidebar-blog.php)
***********************/
#dynamic .tagcloud {
	padding:10px 0 10px 10px;
	margin-bottom: 15px;
}
/***********************
	COMMENTS
	(comments.php)
***********************/
#comments {
	margin-top: 20px;
}
.comment-list {
	margin: 15px 0;
}
#main-content .comment-list li {
	margin: 0;
}
.comment-author {
	line-height: 20px;
	margin-bottom: 20px;
}
.comment-author cite {
	font-weight: bold;
}
.comment-author img {
	float: left;
	margin-right: 10px;
}
.comment-meta {
	font-size: 12px;
}
#commentform p {
	padding: 0;
}
#commentform .comment-notes {
	line-height: normal;
	margin-bottom: 15px;
}
#commentform .logged-in-as {
	margin: 5px 0 15px;
}
#commentform label {
	font-size: 12px;
	margin: 0;
}
#commentform label .required {
	color: #ED712B;
	font-weight: bold;
}
#commentform input[type=text],
#commentform textarea {
	width: 50%
}
#commentform input[type=text]:focus,
#commentform textarea:focus {
    border-color: rgba(237, 113, 43, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px rgba(237, 113, 43, 0.6);
}
#commentform #submit {
	padding: 5px 10px;
	color: #333;
}
#commentform #submit:hover {
	color: #ED712B;
}
/***********************
		FOOTER
***********************/
#footer-content {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #ccc;
	padding: 20px 0;
}
#footer-content #logo {
	margin-left: 0;
	width:100%;
}
#footer-content #logo a {
	font-size: 20px;
}
#footer-content #logo span {
	color: #CCCCCC;
}
#footer-content #logo .full-brand {
	color: #ED712B;
}
#footer-content #logo a:hover {
	text-decoration: none;
	color: inherit;
}
#footer-content #logo .secondary-brand {
	margin-left: 0;
}
#footer-info {
	width: 100%;
	margin-top: 5px;
}
#footer-info div {
	opacity: 0.5;
	line-height: normal;
	margin-top: 5px;
}
#footer-content p {
	font-size: 12px;
	line-height: 18px;
}
#footer-content p span {
	font-size: 14px;
	color: #fff;
	display: block;
	float: left;
	margin: 0 5px;
	color: #ccc;
}
#footer-content a {
	font-size: 12px;
	color: #ccc;
}
#footer-content a:hover {
	color: #ED712B;
}
.social-mobile {
	display:none;
	width: 100%;
}
/* Advanced footer */
#footer-left {
	width: 30%;
	float: left;
}
#footer-left p {
	padding: 3px 0;
}
.copy {
	color: #737373;
}
#footer-right {
	height: 100px;
	display: block;
	float: right;
}
#footer-right .footer-element {
	float:right;
	max-width: 25%;
}
#footer-right .footer-element img {
	float: left;
    padding: 25px 5px 0 5px;
    max-width: 70px;
}
#footer-right .footer-element a:hover {
	opacity:0.7;
}
#footer-right .footer-element p {
    float: left;
    font-family: 'Franklin Demi X Compressed',Helvetica,sans-serif;
    font-size: 18px;
    line-height: 18px;
    padding: 25px 3px 0 3px;
	color: #cccccc;
	letter-spacing: 1px;
    max-width: 70px;
}
#footer-right .footer-element span {
	margin: 0 15px 0 15px;
	border-left: 1px solid #737373;
	height: 100px;
}
#footer-left p span {
	display: block;
	float: left;
	margin: 0 5px;
	font-size: 12px;
	color: #ccc;
}
.copy-adv {
	color: #737373;
	float: left;
}
/***********************
		IE SUPPORT
***********************/
.ie9 body,
.ie8 body {
	padding-top: 142px;
}
.ie8 #header-wrapper {
	border-bottom: 1px solid #ccc;
}
.ie8 #social-icons img {
	-ms-filter: alpha(opacity=70);
}
.ie8 #social-icons img:hover {
	-ms-filter: alpha(opacity=100);
}
.ie8 #search-icon {
	-ms-filter: alpha(opacity=70);
}
.ie8 #search-icon:hover {
	-ms-filter: alpha(opacity=100);
}
.ie9 .navbar-inverse .btn-navbar {
	background-color: transparent;
}
.ie8 .dropdown-menu {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.ie8 ul.nav ul.second-level {
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF,endColorstr=#E5FFFFFF); /*IE8*/
	zoom: 1;
}
.ie8 #slide-left:hover, .ie8 #slide-right:hover {
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF); /*IE8*/
	zoom: 1;
}
.ie8 .media-caption {
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); /*IE8*/
	zoom: 1;
}
.ie8 #pagination a {
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CCCCCCC,endColorstr=#4CCCCCCC); /*IE8*/
	zoom: 1;
}
.ie8 #pagination a.selected {
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFCCCCCC,endColorstr=#FFCCCCCC); /*IE8*/
	zoom: 1;
}
.ie8 #embed-play-icon {
	-ms-filter: alpha(opacity=50);
}
.ie8 #embed-play-icon:hover {
	-ms-filter: alpha(opacity=80);
}
.ie9 #sidebar,
.ie8 #sidebar {
	background-color: transparent;
}
.ie8 #footer-info div {
	-ms-filter: alpha(opacity=50);
}
@media screen and (max-width: 979px) {
	#main-nav .dropdown-menu {
		overflow: hidden;
		height: 0;
	}
	#main-nav .dropdown-toggle > .caret {
		display: block;
		width: 20px;
		height: 20px;
		margin: -10px;
		padding: 10px;
		float: right;
	}
	#main-nav .dropdown-toggle > .caret:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #5F6A72;
		border-bottom: 0;
		position: relative;
		top: 5px;
	}
	.ie9 body {
		padding-top: 0;
	}
}