/*
Theme Name: UWMedicine - MEDEX 2.0 Child Theme
Theme URI: http://depts.washington.edu/medex
Author: Will Blaschko
Author URI: http://willblaschko.com/
Template: medex-2.0
Description: 
Version: 4.0.1
License: Apache License
License URI: http://www.apache.org/licenses/LICENSE-2.0

*/
@media only screen and (max-width: 40em){
	.profile{
		text-align: center;
	}
}

#covid-box{border: 2px solid #7da1c4;background-color: #d6ebff;color: #40617e;padding: 25px;background-image: url('https://depts.washington.edu/medex/wp-content/uploads/Covid-01_white.png');background-repeat: no-repeat;background-size: 100px;padding-left: 150px;background-position-y: center;background-position-x: 35px;border-radius: 45px;}
.page-item-15643 {display:none!important}
.hidden{
	display: none;
}

dd.wp-caption-text{
	position: relative;
	max-height: 50px;
	min-height: 35px;
	overflow: hidden;
	
}

dd.wp-caption-text:after{

	background: url("assets/images/gradient.png") 0 100% repeat-x;
	
	width: 100%;
	height: 35px;
	content:" ";
	
	position: absolute;
	bottom: 0px;
	left: 0;
	
}

.list-page{
	text-align: center;
	font-weight: bold;
}
.list-page img{
	border-radius: 1em;
	-moz-border-radius: 1em;
}

.profile .execerpt{
	font-weight: bold;
}
.profile img{
	border-radius: 50%;
	-moz-border-radius: 50%;
	background: #ddd;
	padding: 2px;
	opacity: .9;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
	
}
.profile img:hover{
	opacity: 1;
}

.chartholder .chart {
  height: 300px;
  width: 100%;
  background: #fafafa url("assets/loading.gif") 50% 50% no-repeat;
}
.chartholder .overflow {
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: absolute;
}

/* line 37, _extras.scss */
.ui-tabs {
  font-family: inherit !important;
  font-size: 100%;
  width: 100%;
}
/* line 41, _extras.scss */
.ui-tabs .ui-tabs-panel {
  padding: 1em 0px !important;
}

/* line 46, _extras.scss */
.ui-widget-header {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #dfdfdf !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}

/* line 54, _extras.scss */
.ui-widget-content a {
  color: #0466d4 !important;
}
/* line 56, _extras.scss */
.ui-widget-content a:hover {
  color: #023670 !important;
}

/* line 60, _extras.scss */
.tabs {
  border-color: #dfdfdf !important;
  clear: both;
  margin-top: 1em;
}
/* line 64, _extras.scss */
.tabs .tabs {
  border: 0px !important;
}
/* line 67, _extras.scss */
.tabs .alignleft, .tabs .alignright {
  display: none;
}

/* line 71, _extras.scss */
.ui-tabs .ui-tabs-panel {
  font-size: .9em !important;
  padding: 1em .5em !important;
}

/* line 76, _extras.scss */
.ui-state-active, .ui-widget-content .ui-state-active {
  border-color: #dfdfdf !important;
}
/* line 78, _extras.scss */
.ui-state-active:hover, .ui-widget-content .ui-state-active:hover {
  border-color: #c6c6c6 !important;
}

/* line 82, _extras.scss */
.ui-tabs .ui-tabs-nav {
  list-style: none !important;
  padding: 0px !important;
  margin: 0px !important;
}
/* line 86, _extras.scss */
.ui-tabs .ui-tabs-nav li a {
  padding: .3em .7em !important;
  font-weight: normal;
}

/* line 91, _extras.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 0px !important;
}

/* line 94, _extras.scss */
.ui-state-default, .ui-widget-content .ui-state-default {
  color: #777 !important;
  background: #ededed !important;
  border-color: #000 !important;
  font-size: 1em;
}

/* Accordion Styles */
h3.ui-accordion-header {
	padding: 10px;
	cursor: pointer;
}
h3.ui-accordion-header-active, h3.ui-accordion-header-collapsed {
	background: #042c5a !important;
	color: white !important;
	border: 1px solid #000;
}

h3.ui-accordion-header-collapsed {
	border-top: 1px solid #fff;
}

.ui-accordion .ui-accordion-header {
	font-family: Arial, Helvetica, sans-serif;
	
}

div.ui-accordion-content {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
/* line 99, _extras.scss */
.ui-state-default a, .ui-widget-content .ui-state-default a {
  color: #777 !important;
}

/* line 104, _extras.scss */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  background: #fff !important;
  color: #000 !important;
}

/* line 110, _extras.scss */
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-image img {
  border: 0px !important;
}

/* line 113, _extras.scss */
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow::before, .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

/* line 132, _extras.scss */
.whole-site ul {
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
}

/* line 136, _extras.scss */
#storyjs {
  z-index: 11 !important;
}

/* line 139, _extras.scss */
#timelinecontainer {
  width: 100%;
  margin: 1em 0px;
  overflow: auto;
  clear: both;
}

#timelinecontainer *{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* line 148, _extras.scss */
#timelinecontainer .timelinerow {
  width: 100%;
  clear: both;
  margin-bottom: .2em;
  overflow: hidden;
  border-top: 1px solid #333;
  border-bottom: 1px solid #aaa;
  background: #efefef;
}
/* line 157, _extras.scss */
#timelinecontainer .timelineevent {
  border-left: 2px solid #efefef;
  border-right: 2px solid #efefef;
  color: black;
  text-align: center;
  font-size: .75em;
  padding: 12px;
  line-height: 1em;
  float: left;
  color: #fff;
  background: #d0e4f7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0e4f7), color-stop(24%, #73b1e7), color-stop(50%, #0a77d5), color-stop(79%, #539fe1), color-stop(100%, #87bcea));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 );
  /* IE6-9 */
}
/* line 186, _extras.scss */
#timelinecontainer .timelineevent:first-child {
  border-left: 0px;
}
/* line 189, _extras.scss */
#timelinecontainer .timelineevent:last-child {
  border-right: 0px;
}
/* line 192, _extras.scss */
#timelinecontainer .timelineevent a {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
}
/* line 197, _extras.scss */
#timelinecontainer .timelineevent a:hover {
  color: #000;
  text-decoration: underline;
}
/* line 204, _extras.scss */
#timelinecontainer .timelineevent:hover {
  background: #f0f9ff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f9ff), color-stop(47%, #cbebff), color-stop(100%, #a1dbff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 );
  /* IE6-9 */
  color: #000;
}
/* line 216, _extras.scss */
#timelinecontainer .month, #timelinecontainer .did-quarter, #timelinecontainer .clin-quarter {
  margin: 0;
  text-align: center;
  background: #f9f9f9;
  height: 40px;
  position: relative;
  float: left;
  padding: 4px;
}
/* line 224, _extras.scss */
#timelinecontainer .month:nth-of-type(odd), #timelinecontainer .did-quarter:nth-of-type(odd), #timelinecontainer .clin-quarter:nth-of-type(odd) {
  background: #eee;
}
/* line 227, _extras.scss */
#timelinecontainer .month b, #timelinecontainer .did-quarter b, #timelinecontainer .clin-quarter b {
  font-weight: normal;
	/* display: inline-block; */
	text-align: center;
	line-height: 1em;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* Tables */
table {
    margin: 0.375em 0 2em 0;
}

/* Accessibility */
.sr-only {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* Read Only fields */
input[readonly] {
	background: #eee;
	opacity: 1;
}
/* Form Elements */

fieldset {
    margin: 1em 0 1.25em 0;
    padding: 1em 0;
}

legend {
	font-size: 14px;
	font-weight: 700;
	color: #023b7a;
	text-transform: uppercase;
}

label{
	display: inline-block;
	max-width: 100%;
	/*font-weight: 700;*/
	margin-bottom: 5px;
}
input {
	padding: 6px 12px;
	color: #555;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 14px;
}

.btn,
body .gform_wrapper .gform_footer input[type=submit] {
	cursor: pointer;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  }

.button-default {
	background: #fff;
	color: #333;
	border: 1px solid #ccc;
}

.button-default:hover {
   	background: #e6e6e6;
    border-color: #adadad;
    color: #333;
}

.button-default:focus,
.button-default:active {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;	
}

.button-primary,
body .gform_wrapper .gform_footer input[type=submit] {
	color: #fff;
	background-color: #034b9b;
	border-color: #012b59;
}
a.button-primary {
	color: #fff;
}
.button-primary:hover,
.button-primary:focus,
.button-pimary:active {
	background-color: #012348;
	border-color: #011326;
	color: #fff;
}

/* From Bootstrap btn-primary (light blue) */
	
.btn-primary {
  color: #fff;
  background-color: #034793;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #045fc5;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #045fc5;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #045fc5;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* Bootstrap Alerts */

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebcccc;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    margin-top: 1rem;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    margin-top: 1rem;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

h4.alert-heading {
    color: inherit;
    font-size: 1.5rem;
}

/* Header Specific */
#header #branding a.btn-primary {
	font-size: 14px;
	text-decoration: none;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	padding: 6px 12px;
	margin: 0;
	display: block;
}

#footer-page a.btn-primary {
	display: inline-block;	
}

a.btn-primary:visited {
	color: #fff;
}


/* Helper Classes */
small {
	font-size: 85%;
}

.bg-info {
	padding: 10px;
	background: #e2f0ff;
}

/* Search overrides */
#search {
	top: 30%;
}
#searchform{
	display: inline-block;
	margin: 0 0 .5em 0;
	input{
		background:#fff;
		height:22px;
		outline:medium none;
		border: none;
		text-shadow:1px 1px 0 white;
		position: relative;
	}
	#submit{
		height: 1.4em;
		margin-top: .1em;
		width: 1.5em;
		margin-right: -1.8em;
		border-right: 1px solid #ccc;
		padding-left: 0;
		z-index: 4;
	}
	#site-search{
		/* The search text box. */

		border:none;
		color:#333;
		background: #fff url("../medex-2.0/assets/icons/search.png") no-repeat 2% 50%;
		border-top: 2px solid #bbb;
		border-left: 2px solid #bbb;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		padding:.25em 0 .25em 32px;
		margin: .5em 0 .2em 0;
		width:155px;
	}
}

article.category-medex-news {
	/*margin-top: 32px;*/
}
/* Magazine */

.magazine-title {
	font-family: 'Alegreya', serif;
	font-size: 36px;
	color: black;
	text-align: left;
}

.navbar-inverse .navbar-nav>li>a {
	color: white;
}

.navbar-inner {
	position: relative;
	padding-left: 70px;
}


ul.navbar-nav.left200 {
	margin-left: 200px;
}

.navbar-brand {
    float: left;
    padding: 0;
}

nav.navbar {
	margin-bottom: 10px;
}
ul#menu-medex-magazine, ul#menu-medex-magazine-sub, .mag-subnav {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

ul#menu-medex-magazine-sub a {
	padding: 5px 15px;
}

.mag-subnav a {
	color: #000;
}
.magazine-title h1 {
	font-family: 'Droid Serif', serif;
	font-size: 36px;
	color: black;
	text-transform: none;
	margin: 0;
}

.magazine-title h1 a {
	color: black;
}

.magazine-logo span.home {
	font-family: Arial, Helvetica; sans-serif;
	font-weight: bold;
	padding-left: 10px;
	font-size: 16px;
	text-transform: uppercase;
	color: black;
	line-height: 51px;
}
.magazine h2.article-title, .magazine h2.article-title a {
	font-family: 'Oswald', serif;
	color: black;
	font-size: 48px;
	line-height: 60px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.magazine h2.article-title a:hover {
	text-decoration: underline;
}

.magazine h2.article-title-sub, .magazine h2.article-title-sub a {
	font-family: 'Oswald', serif;
	color: black;
	font-size: 24px;
	margin: 0;
}

.magazine h2.article-title-sub-sub, .magazine h2.article-title-sub-sub a {
	font-family: 'Oswald', serif;
	color: black;
	font-size: 18px;
	padding-right: 28px;
	margin-bottom: 10px;
}

.magazine li.sub-section {
	border-top: 1px solid #dedede; 
	/*border-bottom: 1px solid #ccc; */
}
.magazine li.sub-section a {
	font-family: 'Oswald', serif;
	font-size: 14px;
	padding: 10px 0px;
	color: black;
	display: block;
}

.magazine h2 {
		margin: 0;
}

.magazine .entry-content {
	font-family: 'Quattrocento', serif;
}

.magazine span.small {
	font-size: 12px;
	font-weight: normal;
	color: #777;
	font-family: 'Oswald', serif;
	margin-top: 5px;
	display: block;
}

.magazine a.read-more {
	display: none;
	visibility: hidden;
}

.magazine h2.article-title a:focus {
	outline: none;
}
.magazine hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; 
}

hr {
	margin-top: 10px;
    margin-bottom: 10px;
}
.magazine-cat-name {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	padding-top: 10px;
}
.magazine-cat-name.kicker {
	margin-bottom: 5px;
}

.dropcap {
	text-indent:0; 
	font-size:230%; 
	line-height: normal;
    text-align:justify;
/*	font-size: 48px; */
	font-weight: bold;
}

.divider {
  height: 1px;
  width:100%;
  display:block; /* for use on default inline elements like span */
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.magazine .thumbnail {
/*	margin-bottom: 40px; */
}

.magazine .thumbnail:nth-child(3n+1) {
/*    clear: left; */
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

.bottom5 { margin-bottom:5px; }
.bottom7 { margin-bottom:7px; }
.bottom10 { margin-bottom:10px; }
.bottom15 { margin-bottom:15px; }
.bottom17 { margin-bottom:17px; }
.bottom30 { margin-bottom:30px; }

.magazine .btn.btn-default {
	background: #f2f2f2;
}
.magazine a.btn.btn-default {
	color: #000;
	}
#primary-sidebar h2.article-title-sub {
	margin-top: 2em;
}

/* Changes for 50 years header */


img.header50yrs {
    left: -65px;
    float: left;
    position: absolute;
}


@media (max-width: 1340px) {
	img.mxmagazine-logo {
		left: 50px;
		float: left;
		position: absolute;	
	}
	
	img.header50yrs {
    left: -30px;
    float: left;
    position: absolute;
    z-index: 99;
}
}


/*
@media (max-width: 1200px) {
	ul#menu-medex-magazine {
		margin-top: 40px;
	}
}
*/
.mag-head-search {
	
}
*/
/* --------------------- */
/* End 50 years header */

/* ---- End Magazine */ 

.wp-caption {
	padding: 2px;
	border: 1px solid #eee;
}

.wp-caption.alignleft {
	margin: 5px 10px 7px 0px;
}

.wp-caption.alignright {
	margin: 5px 0px 7px 10px;
}

.wp-caption.aligncenter {
	margin: 5px 10px 7px 10px;
}

.wp-caption-text, p.wp-caption-text {
	padding: 0.5em;
	text-align: center;
	color: #777;
	font-family: 'Droid Sans', sans-serif;
	margin: 0;
	font-size: 90%;
}



@media (max-width: 988px){
  .wp-caption {
    /* Force the box to be 100% */
    width: 100% !important;
  }
  #content .wp-caption a img {
    /* Scale down if too big */
    max-width: 99.03225806%; /* 614/620 */
    height: auto;
  }
}


a img.alignright {
    float: right;
    margin: 20px 0 5px 20px;
}
 
a img.alignnone {
    margin: 20px 20px 5px 0;
}
 
a img.alignleft {
    float: left;
    margin: 20px 20px 5px 0;
}
 
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
 
.wp-caption  {
    background: #fff;
    color: #888;
    font-size: .9em;
    line-height: 1.666667em;
    border: 1px solid #f0f0f0;
    /*max-width: 96%;*/ /* Image does not overflow the content area */
    padding: 9px 3px;
    text-align: center;
}

.alignnone {
    margin: 20px 20px 5px 0;
}
 
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
 
.alignright {
    float:right;
    margin: 5px 0px 5px 20px;
}
 
.alignleft {
    float: left;
    margin: 5px 20px 5px 0px;
}
 
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.wp-caption.alignnone {
    margin: 20px 20px 5px 0;
}
 
.wp-caption.alignleft {
    margin: 5px 20px 5px 0;
}
 
.wp-caption.alignright {
    margin: 5px 0 5px 20px;
}
 
.wp-caption img, 
.gallery img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-size: 11px;
    line-height: 16px;
    margin: 0;
    padding: 0 4px 5px;
}
.wp-caption-dd  {
    margin: 0;
    padding: 0;
}

/* Bootstrap - 5 Column Grid */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
    
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }

}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
 
/* Spacing & Padding */
.magazine .top-spacing70{margin-top:4.6666666667em;}
.magazine .top-spacing30{margin-top:2em;}

.row-padding {
    padding-top: 1em;
    padding-bottom: 1em;
}

/* Google Calendar */
section.entry-content iframe {
	width: 700px;
	height: 600px;
}

/* Admin */
.whatpagetemplate {
	display: none;
}
.admin-bar .whatpagetemplate {
	display: block;
	background: #EEEEEE;
	color: #999999;
}
/* Contact Form 7 */
span.wpcf7-list-item { display: block;
}

span.medical-specialty {
	display: inline-block;
	padding-bottom: 10px;
}

/* Gravity Forms */ 
#content ul.gform_fields {
	padding-left: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
	margin-top: 2em;
	margin-bottom: 0em;
}

body .gform_wrapper .gform_body .gform_fields .gsection {
	margin-bottom: 0;;
}

.gform_wrapper br {
display: none;
}

.gform_wrapper#gform_wrapper_11 {
	padding: 20px;
	background: #f2f2f2
}


/* Google Maps */
.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.border-none {
	border: 0;
}

.page-rsvp {
	font-family: 'Judson', serif;
}

.page-rsvp .entry-content, .page-rsvp .gform_wrapper .top_label .gfield_label {
	font-size: 16px;	
}

.page-rsvp section h1 {
	font-family: 'Quando', serif;
	color: #000;
}

.page-rsvp .gform_wrapper .gform_footer input[type=submit] {
	background-color: #000;
}

/* Author */

.author {
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout .title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
	font-family: 'Oswald', serif;
}

.bs-callout .author.content {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

p.author-bio {
	padding-bottom: 20px;
}

 img.size-medium, .attachment img, .entry-content img, .wp-caption img, .widget-container img {
     max-width: 100% !important; /* When images are too wide for containing element, force them to fit. */
     line-height: 18px;
     margin-bottom: 20px;
     padding: 4px;
     text-align: center;
}

@media (min-width: 380px) {
header #branding a>img {
	width:auto;
	max-height:110px;
	max-width:380px;
	}    
}

@media (min-width: 768px) {
header #branding a>img {
	width:auto;
	max-height:110px;
	max-width:530px;
	} 
}
#header #branding a{padding-left:0}