/*
Theme Name: c2_wp
Theme URI: http://staff.washington.edu/vgill
Author: UW Creative Communications
Author URI: http://f2.washington.edu/fm/c2/
Description: A WordPress starter theme made by UW Creative Communications (UW C2), ready for your next awesome University of Washington website! I am an adaptation of the _tk theme, which integrates Bootstrap, _s (underscores theme) as well as custom UW branding and fonts.
Version: 1.0.0
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready, university of washington

*************************************************************

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

*************************************************************

Credits:

1. Bootstrap

 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* UW FONTS */
@font-face {
    font-family: 'Uni Sans Light';
    src: url('./includes/fonts/unisanslight-webfont.eot');
    src: url('./includes/fonts/unisanslight-webfont.eot?#iefix') format('embedded-opentype'),
         url('./includes/fonts/unisanslight-webfont.woff2') format('woff2'),
         url('./includes/fonts/unisanslight-webfont.woff') format('woff'),
         url('./includes/fonts/unisanslight-webfont.ttf') format('truetype'),
         url('./includes/fonts/unisanslight-webfont.svg#uni_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Encode Sans';
    src: url('./includes/fonts/EncodeSansCompressed-700-Bold.ttf');
}

/*GLYPHICONS*/
@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('./includes/resources/bootstrap/fonts/glyphicons-halflings-regular.eot');
    src: url('./includes/resources/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('./includes/resources/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('./includes/resources/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('./includes/resources/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
	font-family: 'Open Sans', Arial, sans-serif;

    /* fallback */
    background-color: #ffffff;
    /*background: url(images/linear_bg_2.png);
    background-repeat: repeat-x;*/

    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5086B7), to(#ffffff));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #5086B7, #ffffff);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #5086B7, #ffffff);

    /* IE 10 */
    background: -ms-linear-gradient(top, #5086B7, #ffffff);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #5086B7, #ffffff);
}
.container {
    background-color: #ffffff;
}

a {
	color: #08d;
}

p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
    -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lead {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
}

.jumbotron ul {
	margin: 30px 0 0 0;
}

.jumbotron ul li {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
}
#welcome {
    margin: 10px 0 20px 0;
}
#welcome p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 200;
    margin-bottom: 0;
}
.date {
    color: #444444;
    margin-bottom: 0;
}
.term-list {
    padding-left: 0;
    list-style-type: none;
    padding-top: 30px;
}
.term-list li {
    display: inline-block;
}
.term-list li a.btn {
    background-color: #e8e3d3;
}
.banner-image {
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.orange {
    background-color: #b66412;
}
.light-orange {
    background-color: rgba(182,100,18,0.3);
}
.blue {
    background-color: #006dad;
}
.light-blue {
    background-color: rgba(0,109,173,0.3);
}
.green {
    background-color: #567e3f;
}
.light-green {
    background-color: rgba(86,126,63,0.3);
}
.gold {
    background-color: #85754d;
}
.light-gold {
    background-color: #e8e3d3;
}
/*custom gutters*/
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*HEADERS*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    /*line-height: 1.1;*/
    margin-top: 0;
    margin-bottom: 5px;
}
h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    padding-top: 15px;
}
h1, .h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 25px;
    letter-spacing: 0;
}
h2, .h2 {
    font-size: 24px;
    line-height: 32px;
}
h3, .h3 {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}
h4, .h4 {
    font-size: 18px;
    line-height: 22px;
}
h5, .h5 {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}
h6, .h6 {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
}

a.back-btn {
    padding: 8px;
    border: 1px solid gray;
    color: gray;
    margin-bottom: 50px;
    display: inline-block;
}

/*HEADER STYLES*/
.breadcrumbs {
    padding-bottom: 30px;
}

#masthead {
	/*background-color: #fff;*/
	padding-top: 0;
}

.site-title {
	font-family: 'Uni Sans Light', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 40px;
    letter-spacing: 0.025em;
    margin-bottom: 0;
}

.site-title a {
	text-decoration: none;
    color: black;
}

/*uncomment for full width navbar*/
/*.site-navigation {
	background-color: #e7e7e7;
}

.navbar-default {
    background-color: #e7e7e7;
}
.navbar {
	margin-bottom: 0;
}
.navbar-collapse {
    padding-left: 0;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'Encode Sans', Arial, sans-serif;
	text-transform: uppercase;
    padding-left: 0;
    padding-right: 50px;
}
.dropdown-menu {
    left: -2px;
}*/

.site-navigation {
    background-color: #ffffff;
    padding: 0 0;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.navbar-default {
    background-color: #ffffff;
}
.navbar {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    min-height: 32px;
}

.navbar-default .navbar-nav > li > a {
    font-family: 'Encode Sans', Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #4b2e83;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 60px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #85754d;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .current-menu-ancestor > a {
    background-color: #ffffff;
    color: #85754d;
}
.navbar-default .navbar-nav > li > a > span.caret {
    display: none;
}
.navbar-brand {
    text-transform: uppercase;
    color: #85754d;
    font-family: "Encode Sans", Arial, sans-serif;
    letter-spacing: 0.5px;
}

.slideshow {
    margin-bottom: 30px;
}
.carousel-inner > .item {
    height: 300px;
    background-size: cover;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.carousel-inner > .item > img {
    height: 100%;
}
.carousel-caption {
	padding-top: 0;
	padding-bottom: 0;
    width: 100%;
    height: auto;
    background-color: rgba(75,46,131,0.7);
    left: auto;
    bottom: 0;
    right: auto;
    top: auto;
}
.carousel-caption-inner {
    bottom: 20px;
    padding: 5px 5px 20px 5px;
}
.carousel-caption p.slide-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.carousel-caption p.slide-caption {
    margin-bottom: 0;
    line-height: 20px;
}
.carousel-caption p.slide-caption a.more-link {
    color: #ffffff;
}
.carousel-control {
    z-index: 50;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-indicators {
	bottom: 0;
    left: 50%;
    margin-bottom: 0;
}

.fa-chevron-left {
	position: absolute;
	top: 38%;
	left: 10px;
}

.fa-chevron-right {
	position: absolute;
	top: 38%;
	right: 10px;
}
.feature-block-wrap {
    overflow: hidden;
    height: 220px;
    margin-bottom: 30px;
}
.feature-block {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.grow {
    /*transition-duration: 0.3s;*/
}
.grow:hover {
    /*transform: scale(1.2);*/
}

.block-caption {
    /*font-family: "Encode Sans", Arial, sans-serif;*/
    /*letter-spacing: 1px;*/
    height: 100%;
    /*background-color: #4b2e83;*/
    color: #ffffff;
    padding: 110px 0 0 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    background-color: rgba(0,0,0,0.13);
    transition: background 0.6s;
}
.features a:hover .block-caption {
    background-color: rgba(0,0,0,0);
    transition: background 0.6s;
}
#current {
    margin: 0 0 60px 0;
}
#current h2 {
    color: #ffffff;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    /*background-color: #b7a57a;*/
    padding: 8px 0;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}
.current-block {
    margin-bottom: 30px;
}
.current-block a.more-link {
    position: absolute;
    bottom: 10px;
    right: 20px;
    /*font-weight: 800;*/
}
#current .inner-block {
    padding: 20px 20px 40px 20px;
    height: 100%;
    position: relative;
}
#current .inner-block a {
    /*color: #4b2e83;*/
    color: #08d;
    font-size: 14px;
}
#current iframe {
    margin: 0 auto;
    display: block;
}
#current hr {
    color: #ffffff;
    border-width: 2px 0 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
#current hr:last-of-type {
    display: none;
}

.home .entry-content {
    padding-right: 0;
}
#thin-banner {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
#thin-banner, #thin-banner .container {
    background-color: #e8e3d3;
}
#thin-banner h1 {
    color: #4b2e83;
    margin-bottom: 0;
    padding: 15px 0;
    font-size: 30px;
    margin-left: 15px;
    font-weight: 700;
}

.main-content {
	margin: 0 0;
}

.main-content .container {
    padding: 40px 0;
}

.page-title {
	margin-top: 0;
    color: #4b2e83;
    padding-right: 60px;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.tab-pane {
	padding: 15px;
}

/*ROLLUP STYLES*/
.news-item {
    margin-bottom: 15px;
}
.news-item h4 {
    margin-bottom: 15px;
}
.news-item hr, .event hr {
    margin-top: 30px;
    border-top: 2px solid #d9d9d9;
}
.news-item .more-link, .event .more-link {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    color: #000000;
}
.news-item .date, .eo-event-date {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 15px;
}
.news-item h1, .single-event h1 {
    color: #4b2e83;
}
.rss-link {
    color: #000000;
}

#colophon {
	/*background-color: #fff;*/
}

/*.site-footer-inner {
	border-top: 1px solid #e7e7e7;
	padding: 10px 0 0 0;
	text-align: center;
}*/

/*FOOTER STYLES*/
.uw-footer .footer-social {
    padding: 40px 0 20px 0;
}
.uw-footer .footer-social li {
    color: white;
    text-align: center;
    width: auto;
    font-size: 13px;
    margin: 0 20px;
}
.uw-footer .footer-social li a {
    margin-left: 0;
}
.uw-footer .footer-social li a.facebook {
    margin-left: 12px;
}
.uw-footer .footer-social li.contact a, .uw-footer .footer-social li.rss a {
    background-image: none;
    text-indent: 0;
    padding-bottom: 0;
}
.uw-footer .footer-social li.contact a:hover i, .uw-footer .footer-social li.rss a:hover i {
    color: #85754d;
}
.uw-footer .footer-social li.contact a i, .uw-footer .footer-social li.rss a i {
    display: inline-block;
    height: 12px;
}
.uw-footer h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.uw-footer h4::before, .uw-footer h4::after {
    background-color: transparent !important;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}
.entry-content {
    padding-right: 60px;
}
.entry-content ul {
    margin-bottom: 20px;
}
.entry-content ul li {
    line-height: 24px;
    padding-bottom: 10px;
}

/* Clearing */
.clear {
	clear: both;
}

/* Navigation */
.dropdown-menu {
    border-top: 4px solid #4b2e83;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding: 8px;
    border-radius: 0;
    left: -15px;
}
.dropdown-menu > li {
    border-bottom: 1px solid #eeeeee;
    padding: 3px 0;
}
.dropdown-menu > li:last-child {
    border-bottom: none;
}
.dropdown-menu > li > a {
    color: #555555;
    letter-spacing: 0.5px;
    font-family: "Encode Sans", sans-serif;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li.active > a, .dropdown-menu > li.active > a:hover {
    background-color: #eeeeee;
    background-image: none;
    color: #4b2e83;
}

.dropdown-submenu{ position:relative; }
.dropdown-submenu>.dropdown-menu{ top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px; }
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

.widget_nav_menu {
    margin-bottom: 20px;
}
/*DYNAMIC SIDEBAR MAIN MENU*/
#menu-main-nav .menu-item a {
    font-family: "Encode Sans",Arial,sans-serif;
    text-transform: uppercase;
    color: #4b2e83;
    font-size: 16px;
    letter-spacing: 0.5px;
}
#menu-main-nav .current-menu-item a {
    color: #85754d;
}
#menu-main-nav .current-menu-item .sub-menu a {
    color: #4b2e83;
}
#menu-main-nav .menu-item .sub-menu li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid lightgrey;
}
#menu-main-nav .menu-item .sub-menu a {
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
}
#menu-main-nav .menu-item .sub-menu a:hover {
    color: #4b2e83;
    background-color: #e8e3d3;
}
#menu-main-nav .menu-item .sub-menu .menu-item {
    padding-left: 0;
}
#menu-main-nav .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
    padding-left: 30px;
}
#menu-main-nav li {
    display: none;
}
#menu-main-nav li.current-menu-ancestor, #menu-main-nav li.current-menu-ancestor .sub-menu > li, #menu-main-nav li.current-menu-item, #menu-main-nav li.current-menu-item .sub-menu > li {
    display: block;
}
#menu-main-nav a {
    display: none;
}
#menu-main-nav .current-menu-ancestor a, #menu-main-nav .current-menu-item a {
    display: block;
}
.tax-person-type #menu-main-nav .menu-item-80 a, .single-person #menu-main-nav .menu-item-80 a {
    display: block;
}
.tax-news-type #menu-main-nav .menu-item-269 a, .single-news #menu-main-nav .menu-item-269 a {
    display: block;
}
.tax-event-venue #menu-main-nav .menu-item-269, .single-event #menu-main-nav .menu-item-269,.tax-event-venue #menu-main-nav .menu-item-269 a, .single-event #menu-main-nav .menu-item-269 a, .tax-event-venue #menu-main-nav .menu-item-269 .sub-menu > li, .single-event #menu-main-nav .menu-item-269 .sub-menu > li {
    display: block;
}
#menu-main-nav .nav > li > a:hover, #menu-main-nav .nav > li > a:focus, #menu-main-nav .menu-item a:hover {
    background-color: transparent;
    color: #4b2e83;
}
#menu-main-nav .nav > li.current-menu-item > a {
    color: #4b2e83;
    background-color: #e8e3d3;
}
/*#menu-main-nav .nav > li.current-menu-item > a:before {
    font-family: 'Fontawesome';
    -webkit-font-smoothing: antialiased;
    content: '\f111';
    color: #4b2e83;
    margin-right: 7px;
    margin-left: -15px;
    width: 27px;
    font-size: 8px;
    vertical-align: 25%;

}*/

/*PEOPLE*/
/*.post-type-archive-person .content-padder, .single-person .content-padder, .tax-person-type .content-padder {
    padding: 0 15px;
}*/
.post-type-archive-news .content-padder, .tax-news-type .content-padder, .tax-event-category .content-padder, .tax-event-venue .content-padder, .single-event .content-padder, .category .content-padder, .single-news .content-padder {
    padding: 0 60px 0 0;
}
.profile-card {
    height: 370px;
    margin-bottom: 30px;
}
.profile-card .profile-image {
    height: 245px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.profile-card .profile-info {
    background-color: #4b2e83;
    height: 125px;
    padding: 20px 15px;
}
.profile-card .profile-info h4 {
    color: #ffffff;
    font-weight: 300;
    font-size: 17px;
    padding-top: 0;
}
.profile-card .profile-info h6 {
    color: #b7a57a;
    font-weight: 500;
    font-size: 14px;
    padding-top: 0;
}
.profile-card .profile-info a.email, .profile-card .profile-info i.fa {
    color: #ffffff;
    font-weight: 300;
}
.profile-card .profile-info a.more-plus {
    background-color: #809a30;
    color: #ffffff;
    padding: 6px 10px;
    position: absolute;
    bottom: 30px;
    right: 15px;
}

.single-person h1 {
    color: #4b2e83;
    font-size: 30px;
    margin-bottom: 0;
}
.single-person h1 span.post-nom {
    font-size: 20px;
    font-weight: 500;
}
.single-person h6 {
    margin-bottom: 30px;
    font-weight: 500;
    padding-top: 0;
}
.single-person img {
    margin-bottom: 30px;
}
.team-sort {
    margin-bottom: 20px;
    height: 70px;
    padding: 0;

}
.mini-nav {
    width: 100%;
    float: left;
    position: relative;

}
.mini-nav ul {
    padding-top: 0;
    width: 100%;
    float: left;
    position: relative;
    padding-left: 0;
    font-family: "Encode Sans", Arial, sans-serif;
    text-transform: uppercase;
}
.mini-nav ul li {
    display: inline;
    float: left;
    padding-left: 10px;
    font-size: 15px;
    padding: 5px 10px;
}

.mini-nav ul li a {
    color: #4b2e83;
}

.mini-nav ul li.current-menu-item {
    background-color: #85754d;
}
.mini-nav ul li.current-menu-item a {
    color: #ffffff;
}

/*RESEARCH*/
.research-tile {
    height: auto;
    margin-bottom: 30px;
}
.research-photo {
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 25%;
    background-color: #d9d9d9;
}
.research-type {
    background-color: #4b2e83;
    padding: 10px 0 10px 30px;
}
.research-type h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 0;
}
.research-info {
    height: 100%;
    padding: 20px 0 20px 30px;
    background-color: #e8e3d3;
}
.research-info ul {
    padding-left: 15px;
    font-size: 15px;
}
.research-info ul li {
    margin-bottom: 5px;
}
.search-form {
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 15px;
}
.search-field {
    border: 2px solid white;
    border-radius: 0;
    color: #b7a57a;
    background-color: transparent;
    box-shadow: none;
}
.search-field::-webkit-input-placeholder {
   color: #b7a57a;
   font-size: 15px;
}

.search-field:-moz-placeholder { /* Firefox 18- */
   color: #b7a57a;
   font-size: 15px;
}

.search-field::-moz-placeholder {  /* Firefox 19+ */
   color: #b7a57a;
   font-size: 15px;
}

.search-field:-ms-input-placeholder {
   color: #b7a57a;
   font-size: 15px;
}
.search-field:focus {
    border-color: #b7a57a;
    box-shadow: none;
    background-color: #ffffff;
}
.search-submit {
    color: #b7a57a;
    background-color: transparent;
    border: 0;
}
.search-submit:hover {
    background-color: transparent;
    color: #ffffff;
}

/*EVENTS*/
.event {
    /*padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;*/
    padding-top: 10px;
}
.event:last-child {
    /*border-bottom: 0;*/
}
.eo-event-title {
    margin-bottom: 20px;
}
.event-venue-header {
    margin-bottom: 20px;
}
/*hide event categories*/
/*.eo-event-meta li:last-of-type {
    display: none;
}*/

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] {
 /*display: none;*/
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */


@media screen and (min-width: 768px) {
   /* body {
        background-image: url('./includes/images/BRTC_bg_rainier.jpg');
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }*/
    .site-navigation {
        padding: 8px 0;
    }
    .navbar-default .navbar-nav > li > a {
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 0;
        padding-right: 60px;
    }
    .slideshow {
        margin-bottom: 0;
    }
    .carousel-inner > .item {
        height: 470px;
        background-position: 50% 8%;
    }
    .carousel-caption {
        padding: 10px 22px 20px 22px;
        text-align: left;
        padding-bottom: 0;
        width: 30%;
        background-color: rgba(75,46,131,0.85);
        left: 0;
        right: auto;
        bottom: 0;
        top: 0;
    }
    .carousel-caption-inner {
        position: absolute;
        bottom: 60px;
        padding: 0 20px 0 0;
    }
    .carousel-indicators {
        bottom: 0;
        left: 15%;
        margin-bottom: 10px;
    }
    .carousel-control {
        height: 40%;
    }
	.fa-chevron-left {
		position: absolute;
		top: 48%;
		left: 10px;
	}
	.fa-chevron-right {
		position: absolute;
		top: 48%;
		right: 10px;
	}
    .feature-block:first-child {
        margin-bottom: 30px;
    }
    .current-block {
        margin-bottom: 0;
    }
    /*.mini-nav ul {
        padding-top: 30px;
    }*/
    /*.mini-nav ul li {
        float: right;
    }*/
    /*.mini-nav ul li::before {
        content: "/";
        color: #b7a57a;
        padding-right: 10px;
    }
    .mini-nav ul li:first-of-type::before {
        content: "";
        padding-right: 0;
    }
    .mini-nav ul li:first-of-type {
        padding-left: 0;
    }*/
    .team-sort {
        padding: 0 15px;
        height: 40px;
    }
    .mini-nav ul {
        left: -10px;
    }

    /*.sidebar-padder {
        padding-left: 15px;
    }*/
    .search-form {
        padding-top: 20px;
        padding-bottom: 0;
        padding-left: 0;
    }
    .profile-card .profile-image {
        background-position: 0% 0%;
    }

}

@media screen and (min-width: 990px) {
    /*.current-block {
        min-height: 300px;
    }*/
    .carousel-caption {
        padding: 10px 35px 20px 35px;
    }
    .carousel-caption p.slide-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
    }
    .carousel-indicators {
        left: 12%;
    }
}
