a.white-link {
	color: #fff;
	font-style: italic;
}
textarea, input.pf-field {
	background-color: rgba(0, 0, 0, 0.3);
	border: 1px solid;
	color: #fff;
}
iframe {
	border: none;
}
body {
	background-attachment: fixed;
	
	background-size: cover;
	background-color: #333;
	padding-top: 0;
	background-image: url('/media/website/images/dark_wood_1.jpg');
	color: #fff;
}
.mission {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.25);
    	margin: 60px 20px 60px 20px;
    	padding: 18px 25px 25px;
}
#top {
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.85) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	margin-bottom: -42px;
	padding-bottom: 52px;
	padding-top: 24px;
	box-shadow: 0 0 65px -20px #000000;
}
#top a {
  color: #FFFFFF;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
#home-carousel img {
	margin: 0 auto;
}
.border-left {
	background-color: #FFFFFF;
	box-shadow: 3px 5px 5px #000000;
	height: 100%;
	left: -8%;
	position: absolute;
	width: 8px;
	z-index: 2;
}
.border-left + h1 {
	margin-top: 0;
	padding-top: 20px;
}
.border-bottom {
	background-color: #FFFFFF;
	box-shadow: 5px 3px 5px #000000;
	height: 8px;
	left: -8%;
	position: absolute;
	width: 1%;
	z-index: 1;
	transition: .5s width cubic-bezier(0,.78,.6,1);	
	-webkit-transition: .5s width cubic-bezier(0,.78,.6,1);
}
.border-bottom + div {
	margin-top: 65px;
}
.border-bottom.portfolio-page {
	margin-top: 30px;
}
.big-media {
	margin: 0px 45px 20px 0px !important;
}
#showcase-slideshow > .slide-container {
	box-shadow: none;
}
#showcase-slideshow ~ .border-bottom, #history ~ .border-bottom {
  margin-top: 40px;
}
#showcase-slideshow ~ .white-washed, #history ~ .white-washed {
  margin-top: 100px;
}
#showcase-credit {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 40px;
}
#top .module-content {
	padding-top: 0;
	padding-bottom: 0;
}
#top a:hover {
	color: #ccc;
	text-decoration: none;
	text-shadow: 0 0 5px;
}
.popover {
	color: #333;
}
h3 > a {
	color: #fff;
}
a {
	transition: all .5s;
	color: #aaa;
}
a:hover {
	color: #ddd;
}
.navbar .brand {
	display: none;
}
#page {
	padding: 0 21px;
	/*background-color: rgba(0,0,0, 0.3);*/
}
#footer {
	background-color: #222;
	background-color: rgba(0,0,0,0.5);
}
#copyright a {
	margin-right: 10px;
}
.ui-widget-content {
	background: rgba(0,0,0,0.3) !important;
}
#header, #nav {
	margin-bottom: 0;
}
div.full {
	margin: 0 -20px !important;
}
.img-polaroid {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 0 3px 16px #000000;
	border: 4px solid #fff;
	padding: 0;
}
.img-squared {
	border-width: 2px;
}
.pad-bottom {
	margin-bottom: 30px;
}
#column_container .module {
	margin-top: 0;
	margin-bottom: 0;
}
#column_container {
	padding-top: 0;
	text-shadow: 1px 1px 2px #000;
}
hr {
	border-bottom: 1px solid #000;
	border-top: 1px solid #646464;
}
#column_container .module .module_content {
	padding-top: 0;
	padding-bottom: 0;
}
.ui-pgrid {
	text-shadow: none;
}
#home-carousel .item.active {
	height: 300px;
	margin-bottom: 20px;
	background-attachment: fixed;
	background-position: center 0;
	box-shadow: 0 0 25px #000000 inset;
}
#home-carousel .one {
	background-image: url('/media/website/images/zoo-3-big.jpg');
}
#home-carousel .two {
	background-image: url('/media/website/images/zoo-2.png');
}
#home-carousel .three {
	background-image: url('/media/website/images/zoo-1.png');
}
.white-washed {
	background-image: linear-gradient(rgba(255, 255, 255, 0.3) 40%, rgba(0, 0, 0, 0));
	padding: 20px;
}
.white-washed > h1, .white-washed > h2,.white-washed > h3,.white-washed > h4{
	margin-top: 0;
}
#testimonials {
	min-height: 160px;
	font-size: 17px;
}
#testimonials img {
	float: left;
	margin-right: 20px;
	border: 2px solid #fff;
	height: 110px;
}
#testimonials.carousel {
	line-height: 20px !important;
}
#testimonials h4 {
  font-weight: bold !important;
}
.team-member {
  margin-bottom: 30px;
}
.team-info h3{
margin-bottom: 0;
}
.team-info h4{
margin-top: 0;
}
button.close {
	color: #fff !important;
	font-size: 50px;
}
/*.team-member img {
  max-width: 150px;
}
.team-info {
  margin-left: 40px;
}*/
#contact-border + div {
    margin-top: 127px;
}
#contact-top {
	margin-bottom: 60px;
}
.bio.modal {
    position: absolute;
    font-size: 15px;
}
.bio.modal .modal-body img {
	margin-bottom: 20px;
}
.bio.modal .modal-body {
	overflow-y: visible;
	max-height: none;
}
.modal-body p {
  color: #eee;
  text-shadow: none;
}
.modal-body, .modal-footer {
	background-color: #666 !important;
    	border-color: #888 !important;
}
.modal-header {
	background-color: #444 !important;
    	border-color: #888 !important;
	min-height: 32px;
}
.recent-work .span3 {
	padding: 20px;
}
.recent-work .img-rounded {
	border-width: 2px;
	border-radius: 0;
}
.gallery-highlight img, .recent-work img {
	transition: all 0.5s;
}

.gallery-highlight.darken img, .recent-work.darken img {
	opacity: .5;
}
.gallery-highlight.darken img.lighten, .recent-work.darken img.lighten {
	opacity: 1;
}
#gallerySlider .modal-body {
  background-image: url('/media/website/images/ajax-loader-light.gif');
  background-position: center center;
  background-repeat: no-repeat;
}
#gallerySlider .rs-slideshow > .slide-container:first-child {
  box-shadow: none;
}
#gallerySlider .rs-slideshow img {
  top: 0 !important;
  left: 0 !important
}
.gallery-control.left {
	left: 0;
}
.gallery-control.right {
	right: 0;
}
a.gallery-control {
  display: inline-block;
  padding: 0 10px;
  position: absolute;
  text-decoration: none;
  top: 45%;
  top: calc(50% - 29px);
  cursor: pointer;
}
#gallerySlider .rs-slideshow .slide-container {
	background-color: transparent;
}

#gallerySlider .rs-slideshow {
  margin: 0;
}
.squeeze {
	margin-left: 80px;
	margin-right: 80px;
}
.text-center {
	text-align: center;
}
#memberships img {
    padding: 10px;
    height: 80px;
}
#memberships > a {
	opacity: .5;
}
#memberships > a:hover {
	opacity: 1;
}

#popup-gallery .row-fluid {
	opacity: 0;
}

.modal.wide .modal-body {
	max-height: 500px;
}
.recent-work h3 {
	margin-top: 51px;
	margin-bottom: 0;
	margin-left: 20px;
}
@media (min-width: 768px) {
	.team-member {
		padding-right: 35px;
	}
	.modal.bio {
		width: 630px;
		margin-left: -310px;
	}
	.border-bottom.portfolio-page + .white-washed {
		margin-top: 65px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#nav-configure.nav-bar-custom #nav > div.navbar-inner {
		max-width: 724px;	
	}
}
@media (min-width: 768px) and (max-width: 870px) {
	#nav-configure.nav-bar-custom #nav > div.navbar-inner {
		max-width: 670px;	
	}
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		max-width: 670px;
	}
}
@media (min-width: 979px) {
	#top img {
		margin-left: -19px;
	}
	#gallerySlider.modal.wide {
		width: 730px;
		margin-left: -365px;
	}
	.modal.wide {
		width: 800px;
		margin-left: -400px;
	}
	.modal.wide .modal-body {
		max-height: 550px;
	}
	#nav-configure.nav-bar-custom #nav > div.navbar-inner {
		max-width: 940px;
	}
}
@media (max-width: 1024px) {
	body {
		background-attachment: scroll;
		background-image: url("/media/website/images/wood-m.jpg");
		background-repeat: repeat;
		background-size: auto auto;
		-webkit-background-size: 1293px 999px;
		box-shadow: 0 0 15px 8px #000 inset;
  		box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.7) inset;
	}
}
@media (min-width: 1200px) {
	.navbar .container, .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 940px;	
	}
}
@media (max-width: 767px) {
	#testimonials .span5 {
		margin-top: 20px;
	}
	#top {
		margin: 0 -20px -22px -20px;
		padding: 15px 20px 32px;
	}
	.border-bottom {
		margin-left: -20px;
		margin-right: -20px;
		position: static;
		width: auto;
	}
	.border-left{ display: none;}
	/*.rs-slideshow {
		min-height: 180px !important;
	}*/
	.recent-work .span3 {
		width: 25%;
		float: left !important;
	}
	.mission {
		background: transparent;
	    	margin: 40px 0 40px 0;
	    	padding: 0;
	}
	#testimonials {
		min-height: 300px;
	}
	.gallery-highlight .span3.pad-bottom {
	  float: left;
	  width: 50% !important;
	  padding: 5px;
	}
	.squeeze {
		margin-left: 0px;
		margin-right: 0px;
	}
	#page {
		padding: 0 !important;
	}
	div.full {
		margin: 0 !important;
	}
	#slideshow-div {
		margin: 0;	
	}
	.pull-left.big-media {
		margin: 0 0 20px !important;
		float: none;		
	}
	#showcase-slideshow ~ .white-washed, #history ~ .white-washed {
		margin-top: 35px;	
	}
	.border-bottom + .recent-work {
  		margin-top: 21px;
	}
	.recent-work .span3 {
		padding: 0 14px;
	}
	.recent-work h3 {
		margin-left: 10px;
		margin-top: 20px;
	}
}
@media (max-width: 650px) {
	#top img {
		width: 43%;
	}
	.slide-caption .btn.btn-large {
		font-size: 12px;	
	}
	
}
@media (max-width: 500px) {
	.recent-work .span3 {
		width: 50%;
	}
}
/**
*	Really Simple™ Slideshow -- CSS
*/

.rs-slideshow {
	margin: 24px auto;
	position: relative;
	width: auto;
}
.rs-slideshow > .slide-container:first-child {
  box-shadow: 0 20px 55px #000000;
  z-index: 0;
}
.rs-slideshow .slide-container {
	background-color: #444;
	position: absolute;
	height: 100%;
	left: 0;
	overflow: hidden;
	top: 0;
	width: 100%;
}

.rs-slideshow .slide-container img {
	position: relative;
}
/*
.rs-slideshow .slide-container .slide-caption {
	background-color: #000;
	bottom: 0;
	color: #fff;
	display: block;
	left: 0;
	padding: 6px 12px;
	position: absolute;
	text-align: center;
	right: 0;
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;     
	-moz-opacity: 0.7;       
	opacity: 0.7;           
}
*/
.rs-slideshow .slide-container .slide-caption {
	bottom: 15px;;
	color: #fff;
	display: block;
	left: 0;
	padding: 6px 12px;
	position: absolute;
	text-align: center;
	right: 0;
	opacity: 0;
	transition: .3s all;
	-webkit-transition: .3s all;
}
.rs-slideshow:hover .slide-container .slide-caption {
	bottom: 0;
	opacity: 1;
}
.rs-slideshow .slides {
	display: none;
}

.rs-slideshow .slide-container img,
.rs-slideshow .slide-container .slide-caption,
.rs-slideshow .slide-container a {
	filter: inherit;
}


/**
*	These styles make the list of links to slide images visible to users
*	who don't have JavaScript enabled. By adding the 'no-js' class to 
*	the HTML element, and using Modernizr to remove this class for JS
*	users, we can style for both scenarios.
*	http://www.modernizr.com/
*/

.no-js .rs-slideshow {
	height: auto;
}
.no-js .rs-slideshow .slide-container, 
.no-js .rs-slideshow .slide-container img {
	position: relative;
}
.no-js .rs-slideshow .slides {
	display: block;
	margin: 24px 48px;
}
.no-js .rs-slideshow .slides li {
	margin: 0;
}



/**
*	The following styles are used in the demos with slideshow controls, 
*	such as play/pause and prev/next buttons.
*/

.rs-controls {
	clear: both;
	margin: 12px auto;
	width: 620px;
}
.rs-play-pause, .rs-prev, .rs-next {
	float: left;
	margin-right: 12px;
}
.rs-controls ul {
	float: left;
	list-style: none;
	margin: 0 6px 0 0;
	padding: 0;
}
.rs-index-list li {
	float: left;
	margin-right: 6px;
}
.rs-controls a {
	background-color: #eee;
	border: 1px solid #ddd;
	/*border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;*/
	color: #444;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
	text-decoration: none;
}
.rs-controls a:hover {
	background-color: #ddd;
	color: #444;
}
.rs-controls .rs-active {
	background-color: #444;
	border: 1px solid #444;
	color: #eee;
}


#callback-messages,
#slide-class-message {
	margin: 48px auto;
	width: 620px;
}
.slide-container.some-custom-class .slide-caption {
	background-color: #890;
	font-size: 3em;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	top: 0;
	width: 28%;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*Animations*/
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-o-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.mfp-open .mfp-figure {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -ms-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}

.position-link-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-left: 24px;
    position: relative;
}
.position-link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-decoration: none;
    width: 100%;
}
.position-link:hover {
    text-decoration: none;
}
.position-link-wrapper:before {
    background-color: #ffffff;
    box-shadow: 3px 5px 5px #000000;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.position-link-wrapper:hover:before {
    left: -10px;
}
.position-link-wrapper:hover h3 {
    text-decoration: underline;
}

.lead{
margin-bottom: 0;
font-size: 21px;
font-weight: 200;
line-height: 30px;
}

.video-thumbnail-wrapper {
    display: inline-block;
    position: relative;
}

.video-thumbnail-wrapper::before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url("/media/website/images/video/play-button.png");
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  z-index: 1;
  background-color: rgba(255,255,255,0.8);
  border-radius: 50%;
}