/**
* This file should get overwritten if Method 1 is used. If Method 2 is chosen,
* remove this comment and start adding your styles to this file.
*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

p {
	line-height: 20px;
	margin-bottom: 15px;
}

a, a:hover {
	color: #4b2e84;
}

.lead {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
}

body.front p.lead {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 20px;
}

address {
	font-weight: 200;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
}
.btn-group, .panel-group {
	margin-bottom: 20px;
}

/*HEADERS*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', sans-serif;
    color: #4b2e84;
    font-family: inherit;
    font-weight: 700;
    /*line-height: 1.1;*/
    margin-top: 0;
    margin-bottom: 5px;
}
h1, .h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
}
h2, .h2 {
    font-size: 24px;
    line-height: 32px;
}
h3, .h3 {
    font-size: 18px;
    line-height: 22px;
    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;
}

.page-header {
	border-bottom: 0;
	padding-bottom: 0;
	margin-top: 25px;
}
.front .main-container {
	margin-top: 0;
}

iframe[id^='twitter-widget-0'] {
	width:100% !important;
}

.navbar-default {
	background-color: #d8d9da;
	border-color: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}

.mini-nav {
	float: right;
	position: relative;
	width: 100%;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
.mini-nav a {
	float: right;
	margin-left: 30px;
	color: #000000;
	font-weight: 700;
}

.navbar-header #mobile-menu {
	width: 100%;
	float: left;
	position: relative;
}
.navbar-header #mobile-menu h4 {
	width: 50%;
	float: left;
	position: relative;
	margin: 14px 0 8px 0;

}

.navbar-header #mobile-menu .navbar-toggle {
	margin-right: 0;
}
.navbar-default .navbar-toggle {
	border-color: #4b2e84;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #4b2e84;
}

#top-header .header-btns {
	float: left;
	position: relative;
	margin-top: 5px;
	width: 100%;
}
#top-header .header-btns .btn {
	color: #85754d;
	font-size: 11px;
	line-height: 18px;
	width: calc(100% / 2 - 7px);
	height: 55px;
	white-space: normal;
	border-color: #85754d;
	padding: 8px 0;
}
#top-header .header-btns .btn:first-child {
	margin-right: 10px;
}
#top-header .header-btns .btn:last-child {
	padding: 9px 7px;
}
#top-header .header-btns .btn:hover {
	background-color: #85754d;
	color: #fff;
}
#top-header a.name.navbar-brand {
	display: none;
}

.navbar-collapse {
	background-color: #4b2e84;
}

.navbar #block-search-form {
	display: none;
}
.navbar-nav {
    margin: 7.5px -25px;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.navbar-default .navbar-nav > li > a span {
	display: none;
}
.navbar-default .navbar-nav > li > a.active {
	color: #f2ecc2;
	background-color: transparent;
}

.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #85754d;
	color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #f2ecc2;
}
.navbar-default .navbar-nav > .active > a:hover {
	background-color: #85754d;
	color: #ffffff;
}

/*.menu > .active > a, .menu > .active > a:hover, .menu > .active > a:focus {
	background-color: #f5f5f5;
}*/

/*SIDEBAR MENU*/
#block-menu-block-1 .nav > li > a, #block-menu-block-3 .nav > li > a {
	color: #4b2e84;
	padding-left: 27px;
	font-size: 14px;
}
/*#block-menu-block-1 .nav > .active > a {
	padding-left: 3px;
}*/
#block-menu-block-1 .nav > li > a:hover, #block-menu-block-3 .nav > li > a:hover {
	color: #85754d;
	background-color: transparent;
}
#block-menu-block-1 .nav > .active > a, #block-menu-block-1 .nav > .active > a:hover, #block-menu-block-1 .nav > .active > a:focus, #block-menu-block-3 .nav > .active > a, #block-menu-block-3 .nav > .active > a:hover, #block-menu-block-3 .nav > .active > a:focus {
	background-color: transparent;
}
#block-menu-block-1 .nav > .active > a:before, #block-menu-block-3 .nav > .active > a:before {
	font-family: 'Fontawesome';
	-webkit-font-smoothing: antialiased;
	content: '\f111';
	color: #85754d;
	margin-right: 12px;
	margin-left: -25px;
	width: 27px;
}
/*sidebar accordion block*/
.region-sidebar-first .block-block {
	width: 90%;
}
.region-sidebar-first .block-block h2 {
	font-size: 17px;
	text-transform: uppercase;
	border: 1px solid #bbbbbb;
	padding-left: 27px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 50px;
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
}
.region-sidebar-first .block-block h2 span {
	position: absolute;
	right: 15px;
	font-size: 13px;
	font-weight: 200;
}
.region-sidebar-first .block-block h2 span::after {
	font-family: 'Fontawesome';  /* essential for enabling glyphicon */
    content: "\f067";
}
.region-sidebar-first .block-block h2 span.on::after {
    content: "\f068";
}
.region-sidebar-first .block-block ul {
	display: none;
	background-color: #dddddd;
	padding-right: 30px;
	border-bottom: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}
.region-sidebar-first .block-block ul li {
	font-size: 13px;
	line-height: 20px;
	padding: 10px 0;
}

/*restyle 'open' class to hide onclick behavior*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
	color: #fff;
}
.navbar-default .navbar-nav > .open > a:hover {
	background-color: transparent;
	color: #ccc;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret, .navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
	border-bottom-color: #777;
	border-top-color: #777;
}
/*menu dropdowns*/
.dropdown-menu {
	background-color: #85754d;
	border: 0;
	padding: 0;
}
.dropdown-menu > li > a {
	color: #f2ecc2;
	padding: 10px 28px;
}
.dropdown-menu > li > a:hover {
	background-color: #918361;
	color: #f2ecc2;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #918361;
	color: #f2ecc2;
}


/*BODY STYLES*/
#home-callout {
	margin-top: 2px;
	background-color: #d8d9da;
	margin-bottom: 14px;
}
#home-callout .well {
	background-color: #d8d9da;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}
#home-callout p.lead {
	color: #4b2e84;
}
#block-views-slideshow-block {
	margin-bottom: 12px;
}
.carousel-control {
	display: none;
}
/*override default slideshow carets from module*/
.carousel-control .icon-prev::before {
	font-family: 'Glyphicons Halflings';
	content: "\e079";
	font-size: 20px;
}
.carousel-control .icon-next::before {
	font-family: 'Glyphicons Halflings';
	content: "\e080";
	font-size: 20px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 10%;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 20%;
}

.carousel-inner .item {
    transition-property: opacity;
}
/*.carousel-inner .item img {
	visibility: hidden;
}
.carousel-inner .item:nth-child(1) {
	background-color: mediumpurple;
}
.carousel-inner .item:nth-child(2) {
	background-color: purple;
}
.carousel-inner .item:nth-child(3) {
	background-color: darkorchid;
}*/

.carousel-inner .item,
.carousel-inner .active.left,
.carousel-inner .active.right {
    opacity: 0;
}

.carousel-inner .active,
.carousel-inner .next.left,
.carousel-inner .prev.right {
    opacity: 1;
}

.carousel-inner .next,
.carousel-inner .prev,
.carousel-inner .active.left,
.carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-control {
	z-index: 2;
}

.carousel-caption h3, .carousel-caption p {
	color: white;
	text-transform: none;
	font-size: 12px;
	text-shadow: none;
	text-align: left;
}
.carousel-caption p a {
	padding-left: 0;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 11px;
}
.carousel-caption p a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.carousel-caption {
	background-color: rgba(75,46,132,0.7);
	left: 0;
	width: 100%;
	padding: 10px;
	bottom: auto;
	top: 0;
	position: relative;
	animation-delay: none;
	-webkit-animation-delay: none;
	-moz-animation-delay: none;
	-o-animation-delay: none;

}
/*.delay1 {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
}*/
.delay2 {
	animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
}
.carousel-indicators {
	bottom: 5px;
	margin-bottom: 0;
	text-align: center;
}

/*html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

.item:nth-child(1) {
    background: darkred;
}

.item:nth-child(2) {
    background: red;
}

.item:nth-child(3) {
    background: orange;
}*/







/*.menu-name-menu-home-page-links ul {
	background-image: linear-gradient(#85754d, #c3b797);
}*/
.menu-name-menu-home-page-links ul > li > a {
	margin-bottom: 12px;
	padding: 15px 48px;
	/*border-bottom: 12px solid #ffffff;*/
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	height: 70px;
	/*background-color: #85754d;*/
	color: #ffffff;
}
/*.menu-name-menu-home-page-links ul > li:after {
	content: '';
	height: 12px;
	background-color: #ffffff;
	display: block;
	width: 100%;
}*/

.menu-name-menu-home-page-links ul > li > a:hover, .menu-name-menu-home-page-links ul > li > a:focus {
	background-color: #5D5236 !important;
}

.menu-name-menu-home-page-links ul li.menu-mlid-685 a {
	padding: 24px 48px;
}

#block-views-news-block-block, #block-block-3 {
	padding: 20px 0 10px 0;
	/*background-color: #f8f4ea;*/
	background-color: #f2ecc2;
}

#block-views-news-block-block {
	margin-right: 18px;
	margin-bottom: 20px;
	height: 100%;
}
#block-views-news-block-block .view-content {
	padding-top: 9px;
}
#block-views-news-block-block .view-content .views-row {
	margin-bottom: 30px;
}
#block-views-news-block-block .view-content .views-field-title a {
	float: left;
	position: relative;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #000000;
}
#block-views-news-block-block .view-content .views-field-created {
	font-style: italic;
}
.view-wfas-tools-blocks {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 20% auto;
}
#block-views-wfas-tools-blocks-block-6 .view-wfas-tools-blocks, #block-views-wfas-tools-blocks-block .view-wfas-tools-blocks {
	background-size: 25% auto;
}
.view-wfas-tools-blocks h3 {
	font-size: 17px;
	margin-bottom: 20px;
}
.custom-col-md-6 {
	width: 100% !important;
}
.custom-col-md-3 {
	width: 100% !important;
}
.custom-col-md-9 {
	width: 100% !important;
}

.views-row {
	margin-bottom: 15px;
}

h2.block-title {
	margin-top: 0;
}

.fa-twitter {
	margin-left: 20px;
	margin-top: 10px;
	color: rgb(145,170,200);
}
.fa-bullhorn {
	margin-left: 10px;
	margin-top: 10px;
	color: rgb(216,205,123);
}

.page-node-2 #block-system-main {
	margin-bottom: 50px;
}

.page-node-2 .tab-content {
	padding: 20px;
}

#block-views-presentations-block-1 .panel-group h3, #block-views-presentations-block-2 .panel-group h3, .page-content-news-archive .panel-group h3 {
	font-size: 16px;
	line-height: 17.6px;
	margin: 0;
	display: inline-block;
}

/*TWITTER WIDGET*/
#wert_tweets ul {
	padding-left: 0;
	list-style: none;
}
#wert_tweets ul li {
	float: left;
	position: relative;
	width: 100%;
	height: 190px;
	margin-bottom: 20px;
	word-wrap: break-word;
}
#wert_tweets .user a {
	color: black;
}
#wert_tweets .user a:hover {
	text-decoration: none;
	color: black;
}
#wert_tweets .user a span[data-scribe="element:name"] {
	font-size: 16px;
	font-weight: bold;
}
#wert_tweets .user a span[data-scribe="element:name"]:hover {
	text-decoration: underline;
}
#wert_tweets .user a span[data-scribe="element:screen_name"] {
	font-size: 14px;
}
#wert_tweets .user img {
	float: left;
	vertical-align: top;
	border-radius: 5px;
	margin-right: 5px;
	width: 50px;
}
.tweet {
	margin-bottom: 5px;
	 left: 57px;
    margin-bottom: 5px;
    position: absolute;
    top: 21px;
    width: 85%;
}
.interact {
	bottom: 0;
	right: 0;
	position: absolute;
	width: auto;
	/*display: none;*/
	height: 20px;
}
.twitter_reply_icon, .twitter_fav_icon, .twitter_retweet_icon {
	float: left;
	position: relative;
	text-align: center;
	font-size: 0px;
	width: 18px;
	margin-left: 10px;
	display: inline-block;
	color: grey;
}
.twitter_reply_icon:before, .twitter_fav_icon:before, .twitter_retweet_icon:before {
	font-size: 16px;
	font-family: 'Fontawesome';
	-webkit-font-smoothing: antialiased;
	padding-right: 4px;
}
.twitter_reply_icon:hover, .twitter_fav_icon:hover, .twitter_retweet_icon:hover {
	text-decoration: none;
}
.twitter_reply_icon:before {
	content: '\f112';
}
.twitter_retweet_icon:before {
	content: '\f079';
}
.twitter_fav_icon:before {
	content: '\f005';
}
.timePosted {
	/*display: none;*/
	bottom: 0;
	left: 57px;
	position: absolute;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: left;
}
.timePosted:before {
	content: '';
	/*padding-right: 5px;
	padding-left: 0;
	font-family: 'Fontawesome';
	-webkit-font-smoothing: antialiased;*/
}
.timePosted a {
	color: grey;
}

/*TABS*/
#training-tabs.nav-tabs {
	margin-bottom: 0;
	border-bottom: 1px solid transparent;
}
#training-tabs.nav-tabs > li.active > a, #training-tabs.nav-tabs > li.active > a:hover, #training-tabs.nav-tabs > li.active > a:focus {
	background-color: #f2ecc2;
	border-color: #f2ecc2;
	color: #000000;
}
#training-tabs.nav-tabs > li {
	margin-right: 4px;
	width: calc(100% / 8 - 4.2px);
	float: left;
	position: relative;
}
#training-tabs.nav-tabs > li > a {
	background-color: #85754d;
	border-color: #85754d;
	color: #ffffff;
	padding: 40px 0;
	margin-right: 0;
	border-radius: 0;
	text-align: center;
	width: 100%;
}
#training-tabs.nav > li > a:hover, .nav > li > a:focus {
	background-color: #918361;
	border-color: #918361;
}
.page-node-2 .tab-content {
	min-height: 420px;
	background-color: #f2ecc2;
	padding: 50px 60px;
	width: 99.64%;
}

/*ACCORDIONS*/
#accordion {
	margin: 20px 0 40px 0;
	/*background-image: linear-gradient(#85754d, #c3b797);*/
}
#collapse-training-tabs {
	/*background-image: linear-gradient(#85754d, #c3b797);*/
}
#collapse-training-tabs .panel-default > .panel-heading {
	background-color: #85754d;
}
.panel-group .panel {
	border-radius: 0;
}
.panel {
	border: 0;
	border-radius: 0;
	/*background-color: transparent;*/
	box-shadow: none;
}
.panel-default > .panel-heading {
	/*background-color: transparent;*/
	border: 0;
	border-radius: 0;
}
/*.panel-default:after {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background-color: #ffffff;
}*/
.panel-title a, .panel-title a h3 {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
}
.panel-body {
	padding: 30px 15px;
	background-color: #ffffff;
}

.panel-heading .panel-title a:after {
    /* symbol for "opening" panels */
    font-family: 'Fontawesome';  /* essential for enabling glyphicon */
    content: "\f068";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #ffffff;         /* adjust as needed */
    font-weight: 400;
}
.panel-heading .panel-title a.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";    /* adjust as needed, taken from bootstrap.css */
}

/*WHAT WE OFFER CUSTOM LANDING PAGE*/
#seattle-sky {
	float: left;
	position: relative;
	width: 100%;
	height: 376px;
	background-image: url('../img/seattle-skyline_light.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: -120px center;
}
#caption-box {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: auto;
	background-color: rgba(0,0,0,0.5);
}
.caption-wrap {
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
	padding: 20px 0;
}
.caption-wrap p {
	color: #ffffff;
	font-size: 13px;
	line-height: 20px;
}
.caption-wrap .page-header {
	color: #ffffff;
	font-size: 26px;
	line-height: 35px;
	top: -36px;
	position: absolute;
}
#callout-boxes {
	float: left;
	position: relative;
	width: 100%;
	margin-top: 5px;
}
#box0, #block-views-what-we-offer-block .views-row-1 {
	background-color: #cf5221;
}
#box1, #block-views-what-we-offer-block .views-row-2 {
	background-color: #4b2e84;
}
#box2, #block-views-what-we-offer-block .views-row-3 {
	background-color: #64783d;
}
#box3, #block-views-what-we-offer-block .views-row-4 {
	background-color: #918361;
}
#box4, #block-views-what-we-offer-block .views-row-5 {
	background-color: #7296bb;
}
.box {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 15px;
}
.box:last-child {
	margin-right: 0;
}
.box h4 {
	color: #ffffff;
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.box p {
	font-size: 13px;
	line-height: 20px;
	color: #ffffff;
}
.box .learn-more {
	font-size: 11px;
	color: #f2ecc2;
	text-transform: uppercase;
	padding: 2px 4px;
	border: 1px solid rgba(255,255,255,0.3);
}
.box .learn-more:hover {
	text-decoration: none;
	border: 1px solid rgba(255,255,255,0.7);
}
.page-node-69 .main-container, .page-node-69 .footer {
	margin-top: 25px;
}

/*search page*/
.page-search .search-results .search-result {
	margin-bottom: 30px;
}
.page-search .search-results .search-result .search-snippet-info .search-info {
	display: none;
}

/*news and publications*/
.view-news-page .views-row, .view-research-publications .views-row {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
    float: left;
    position: relative;
    width: 100%;
}
.view-news-page .views-row:last-child, .view-research-publications .views-row:last-child {
    border-bottom: 0;
}
.view-news-page .views-row .views-field-title span, .view-research-publications .views-row .views-field-title span {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 30px;
}
.view-news-page .views-row .views-field-created span, .view-research-publications .views-row .views-field-field-location, .view-research-publications .views-row .views-field-field-date {
    font-size: 13.5px;
    font-style: italic;
}
.view-news-page .views-row .views-field-view-node span a {
    float: right;
    position: relative;
    color: #85754d;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
}
.view-news-page .views-row .views-field-view-node span a:hover {
    background-color: #e8e3d3;
}

#wfas-tools h4.accordion-head{
	background-color: rgb(133, 117, 77);
	padding: 10px 15px;
	font-size: 1.1em;
	color: #fff;
	border: 0;
	margin: 0;
	}
	
#wfas-tools h4.accordion-head:after {
    font-family: 'Fontawesome';
    content: "\f067";
    float: right;
    color: #ffffff;
    font-weight: 400;
	}
	
#wfas-tools h4.accordion-head.open:after {
    font-family: 'Fontawesome';
    content: "\f068";
    float: right;
    color: #ffffff;
    font-weight: 400;
	}

#wfas-tools h4.accordion-head:hover{
	cursor: pointer;
	text-decoration: underline;
	}
	
#wfas-tools div.accordion-content{
	padding: 15px 15px;
	display: none;
	}

/*FOOTER*/
.footer{
	background-color: #4b2e84;
	border: 0;
	padding-top: 70px;
}
.footer p, .footer a {
	font-size: 12px;
	color: #f2ecc2;
	margin-bottom: 8px;
}
.footer p strong {
	color: #ffffff;
}

.footer #uw-med-logo {
	height: 90px;
	position: relative;
}
.footer #uw-med-logo img {
	position: absolute;
	bottom: 45px;
}

.front .footer {
	padding-top: 70px;
}

/*MOBILE MENU STYLES*/
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    	color: #85754d;
    	padding: 5px 15px 5px 15px;
    	word-wrap: break-word;
    	white-space: normal;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
	    color: #85754d;
	    background-color: #e7e7e7;
	}
}

@media screen and (min-width: 768px) {
	h1, .h1 {
	    font-size: 36px;
	    line-height: 45px;
	}
	.page-header {
		margin-top: 0;
	}
	#top-header a.name.navbar-brand {
		display: block;
		margin: 12px 0 0 0;
		padding: 0;
    	width: 56%;
	}
	.float-right {
		float: right !important;
	}
	/*.navbar-header {
		clear: both;
		width: 100%;
		height: 105px;
		padding-top: 30px;
	}*/
	#top-header .header-btns {
		width: auto;
	}
	#top-header .header-btns .btn {
		width: 145px;
		font-size: 12px;
		padding: 8px 0;
	}
	#top-header .header-btns .btn:last-child {
		padding: 8px 4px;
	}
	.mini-nav {
		margin-bottom: 30px;
		width: 30%;
	}
	.navbar-header #mobile-menu {
		display: none;
	}
	.navbar-default {
		background-color: #ffffff;
	}
	.navbar-nav {
    	margin: 0;
	}
	.navbar-default .navbar-nav > li > a {
		color: #fff;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 600;
		letter-spacing: 0.5px;
		padding: 20px 20px;
	}
	.menu-name-menu-home-page-links ul > li > a {
		padding: 24px 48px;
	}
	.main-container {
		margin-top: 50px;
	}
	#wert_tweets ul li {
		height: 120px;
	}
	#seattle-sky {
		background-position: center center;
	}
	.caption-wrap {
		margin-top: 0;
	}
	.caption-wrap p {
		font-size: 18px;
		line-height: 28px;
	}
	.caption-wrap .page-header {
		font-size: 36px;
		line-height: 45px;
		top: -36px;
	}
}

@media screen and (min-width: 992px) {
	.carousel-control {
		display: block;
	}
	.carousel-indicators {
		text-align: left;
		margin-left: -42%;
	}
	.carousel-caption {
		position: absolute;
		background-color: rgba(75,46,132,0.7);
		left: 40px;
		top: 0;
		bottom: 0;
		width: 32%;
		animation-delay: 0.4s;
		-webkit-animation-delay: 0.4s;
		-moz-animation-delay: 0.4s;
		-o-animation-delay: 0.4s;
	}
	.delay2 {
		animation-delay: 2.5s;
		-webkit-animation-delay: 2.5s;
		-moz-animation-delay: 2.5s;
		-o-animation-delay: 2.5s;
	}
	.view-wfas-tools-blocks {
		background-position: right top;
	}
	.view-wfas-tools-blocks .view-header {
		padding-right: 32px;
	}
   .custom-col-md-6 {
		width: 48% !important;
	}
	.custom-col-md-3 {
		width: 20% !important;
	}
	.custom-col-md-9 {
		width: 78% !important;
	}
	/*custom column on training material tabs*/
	.view-wfas-tools-blocks .col-md-2 {
		width: 21% !important;
	}
	.footer #uw-med-logo img {
		width: 100%;
		right: 20px;
	}
	.navbar #block-search-form {
		display: block;
		margin: 15px 0 5px 5px;
		width: 21%;
	}
	.not-logged-in .navbar #block-search-form {
		width: 22%;
	}
	#top-header a.name.navbar-brand {
		margin: 8px 0 0 0;
    	width: 65%;
	}

	/* expanding search box */
	#search-block-form {
		float: right;
		width: 100%;
	}
	#edit-search-block-form--2 {
	  width: 0;
	  float: right;
	  border: 0;
	  display: none;
	  -webkit-transition: width 0.3s ease-in-out;
	  -moz-transition: width 0.3s ease-in-out;
	  transition: width 0.3s ease-in-out;
	}
	.expand-search-bar {
	  width: 100% !important;
	  -webkit-transition: width 0.5s ease-in-out;
	  -moz-transition: width 0.3s ease-in-out;
	  transition: width 0.3s ease-in-out;
	}
	#search-block-form .btn-default {
	    background-color: transparent;
	    color: #ffffff;
	    border: 0;
	    font-size: 16px;
	    float: right;
	}
	.active-search-button {
		background-color: #ffffff !important;
		color: #4b2e84 !important;
	}

	.menu-name-menu-home-page-links ul > li > a {
		padding: 17px 48px;
		height: 78px;
	}
	.menu-name-menu-home-page-links ul li.menu-mlid-685 a {
	    padding: 28px 48px;
	}
	#block-views-news-block-block .view-content .views-row {
		margin-bottom: 43.5px;
	}
	#block-views-slideshow-block {
		margin-bottom: 0;
		padding-right: 0;
	}
	#wert_tweets ul li {
		height: 145px;
	}
	.box {
		width: calc((100% - 20px) / 5);
		height: 375px;
	}
}

@media screen and (min-width: 1200px) {
	.carousel-caption {
		padding: 20px 20px;
		/*bottom: 30px;
		top: 30px;*/
	}
	.carousel-caption h3, .carousel-caption p {
		font-size: 14px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
		padding: 23px 28.65px;
	}

	#top-header .header-btns .btn {
		width: 173px;
		font-size: 13px;
		padding: 8px 10px;
	}
	#top-header .header-btns .btn:last-child {
		padding: 8px 10px;
	}
	.menu-name-menu-home-page-links ul > li > a {
		font-size: 16px;
		padding: 25px 48px;
		height: 96px;
	}
	.menu-name-menu-home-page-links ul li.menu-mlid-685 a {
	    padding: 35px 48px;
	}
	#home-callout .well {
		padding-left: 28px;
		padding-right: 28px;
	}

	#block-views-news-block-block {
		margin-right: 20px;
		margin-bottom: 0;
		height: auto;
	}
	#block-views-news-block-block .view-content .views-row {
		margin-bottom: 30px;
	}
	#block-views-slideshow-block {
		padding-right: 0;
	}

	#wert_tweets {
		padding-right: 40px;
		padding-left: 0;
		padding-top: 9px;
	}
	#wert_tweets ul li {
		height: 120px;
	}
	#wert_tweets .interact, #wert_tweets .timePosted {
		display: none;
	}
	#wert_tweets ul li:hover .interact, #wert_tweets ul li:hover .timePosted {
		display: block;
	}
	.box {
		height: 315px;
	}
}



