.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.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;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #373a5b;
}
ul {
	padding: 0 0 0 20px;
}
iframe {
  max-width: 100%;
}
#contents ul {
    list-style: none; /* Remove default bullets */
  }
  
#contents ul li::before {
    content: "\2022";
    color: #487592;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
#contents ul li {
	margin: 0 0 5px 0;
}
header {
	width: 100%;
	position: absolute;
}
.headerInfo {
	min-height: 34px;
	background-color: #487592;
	font-size: 13px;
	line-height: 34px;
	color: #fff;
}
.headerInfo a {
	color: #fff;
}
.headerInfo i {
	margin: 2px 4px 0 0;
	font-size: 15px;
}
.headerInfo .headerSep {
	display: inline-block;
	margin: 0 10px;
}
.headerLogin {
	background-color: #dedd20;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	
}
.headerLanguage {
	background-color: #fff;
  border-left: 1px solid #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
  font-weight: bold;
  min-height: 26px;
  padding-top: 4px;
}
.headerLanguage .switcher {
  min-width: 100%;
}
.headerLanguage .switcher .selected {
  background: none;
}
.headerLanguage .switcher .selected a {
  border: 0;
}
#headerDetails {
	text-align: right;
}
#headerSocial, #headerContact {
	display: inline-block;
}
#headerSocial {
	margin: 0 12px 0 0;
}
#headerSocial a {
	margin: 0 8px 0 0;
}
#headerLogo {
	margin: 17px 0 14px 0;
}
.navbar-nav {
	margin: 12px 0 0 0;
}
.navbar-default {
	background-color: transparent;
	border: none;
}
.navbar-toggle {
	margin: 25px 0 0 0;
}
.navContainer {
	background-color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a {
	color: #555555;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: rgba(231, 231, 231, 0.38);
}
.nav>li>a {
  position: relative;
  display: block;
  padding: 26px 10px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #487592;
	background-color: transparent;
}
.navbar .caret{
 	display:none;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -10px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
	text-transform: none;
  list-style: none;
  background-color: rgba(255,255,255,0.9);
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu li {
	margin: 0;
	border-bottom: 1px solid #d0d0d0;
}
.dropdown-menu>li>a {
  padding: 5px 20px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(72, 117, 146, 0.88)
}
#hpSlider {
	position: absolute;
	top: 0;
	height: 500px;
	-webkit-transition: opacity 1s; 
  -moz-transition: opacity 1s; 
  -ms-transition: opacity 1s; 
  -o-transition: opacity 1s; 
  transition: opacity 1s; 
	opacity: 0;
}
#headerImage, #hpSlider li {
	height: 500px;
	background-position: bottom center;
	background-size: cover;
}
#headerImage, #map {
	margin: 0 0 52px 0;
}
#headerImage #gpSupportHubBadge {
  position: relative;
  width: 320px;
  height: 320px;
  top: 150px;
  margin: 0 auto
}
@media screen and (max-width: 1200px) {
  #headerImage #gpSupportHubBadge {
    width: 220px;
    height: 220px;
    top: 220px;
  }
}
@media screen and (max-width: 993px) {
  #headerImage #gpSupportHubBadge {
    width: 220px;
    height: 220px;
    top: 250px;
  }
}
#hpSlider li .hpSlideBox {
	position: relative;
	left: 62.5%;
	top: 190px;
	width: 412px;
	min-height: 190px;
	padding: 27px;
	font-size: 21px;
	line-height: 29px;
	color: #fff;
	background-color: rgba(72, 117, 146, 0.9);
}
#hpSlider li .hpSlideBox .bttn {
	display: inline-block;
	margin: 14px 2px 0;
	padding: 1px 10px;
	background-color: #dedd20;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
#hpSlider li .hpSlideBox h1 {
	margin: 0 0 12px 0;
	font-size: 45px;
	font-weight: 300;
}
#hpNewsBanner {
	/*margin: 34px 0 72px;*/
	margin: 34px 0 0 0;
}
#newsBanner {
	margin: 0 0 32px 0;
}
.breaking-news-ticker {
	-webkit-transition: opacity 1s; 
  -moz-transition: opacity 1s; 
  -ms-transition: opacity 1s; 
  -o-transition: opacity 1s; 
  transition: opacity 1s; 
	opacity: 0;
}
div.breaking-news-ticker .breaking-news-ticker-title {
	font-weight: 700;
	text-transform: uppercase;
}
.bnt-inner {
  padding: 4px 0!important;
}
#contents header {
	position: relative;
}
#contents hr {
	height: 1px;
	border-top: 1px solid #A8A8A8;
}
#contents h1 {
	margin: 18px 0 40px;
	font-weight: normal;
	font-size: 30px;
	color: #555555;
	text-transform: uppercase;
}
#contents h2 {
	margin: 0 0 40px 0;
	color: #555555;
	font-weight: 400;
	font-size: 28px;
}
#contents h3 {
	margin: 0 0 30px 0;
	color: #555555;
	font-weight: 400;
	font-size: 26px;
}
#contents header span {
	display: block;
  margin: -38px 0 20px;
}
#contents {
	font-weight: 300;
	color:#555555;
}
#contents blockquote {
  margin: 0 0 25px;
  border: none;
  padding: 0;
  font-size: 26px;
}
#contents strong {
  color: #487592;
}
#contents.cervicalScreening strong {
  color: #000;
}
#contents a {
  text-decoration: underline;
}
.marginlessContainer {
  margin: 40px -15px 0;
}
.navBoxLink {
  display: block;
  text-decoration: none!important;
}
.navBox {
  min-height: 325px;
  margin-bottom: 30px;
  padding: 40px 46px 50px;
  background-color: #487592;
  text-align: center;
  color: white;
}
.navBox.cervicalScreening {
	position: relative;
  background-color: #487592;
}
.navBox.cervicalScreening::after {
  content: '';
  position: absolute;
  top: 0;
  right: 6px;
  width: 50px;
  height: 50px;
  background-image: url('../images/suffolk-gp-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}
.navBox .img {
  height: 90px;
}
.navBox h3 {
  min-height: 60px;
  margin: 20px auto 30px!important;
  font-size: 25px!important;
  color: white!important;  
}

@media screen and (max-width: 1200px){
  .navBox h3 {
    min-height: 82px;
  }
}
.navBox .bttn {
  display: inline-block;
  margin: 0;
  width: 100%;
  padding: 7px 10px;
  background-color: #dedd20;
  font-size: 18px;
  font-weight: 700;
  color:  #487592;
  text-transform: uppercase;
}

.navBox .bttn:hover {
  color: white;
  text-decoration: none;
}

.navBox .gpHubBoxContent {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}
.navBox .gpHubBoxContent h4 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #dedd20;
}
.navBox .gpHubBoxContent a {
  color: #fff;
  text-decoration: none!important;
}
.iconBox {
  margin-bottom: 30px;
  padding: 30px 10px;
  background-color: #487592;
  text-align: center;
}
.iconBox.cervicalScreening::after {
  content: '';
  position: absolute;
  top: -2px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-image: url('../images/suffolk-gp-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.iconBox h3 {
  margin: 20px auto 0!important;
  font-size: 25px!important;
  color: white!important;  
}

.infoPanel {
  padding: 20px 10px;
  font-size: 16px;
  background-color: rgba(72,117,146,0.2);
}
.infoPanel strong {
  color: #487592;
}
.linksPanel a {
  font-size: 19px;
  font-weight: 400;
  color: #555555;
  text-decoration: none!important;
}
.linksPanel a:hover {
  text-decoration: underline!important;
}
.nav-pills>li>a {
	margin: 0 5px 15px 0;
	background-color: #487592;
  font-weight: 300;
	padding: 8px 12px;
  color: #fff!important;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.nav-pills>li>a:hover {
	background-color: #dedd20;
}
.contactPanel {
	margin: 26px 0;
	padding: 26px;
	background-color: #f0f0f0;
}
.contactPanel a {
	color: #555555
}
.contactPanel a:hover {
	color: #487592;
}
.homepageBoxRow {
	margin: 24px 0;
}
.homepageBoxCol {
	padding-left: 0;
}
.homepageBox {
  padding: 0 0 12px 0;
  background-color: #f0f0f0;	
}
.homepageBoxSecondCol {
	padding-left:15px;
	padding-right:0;
}
.homepageBox h4 {
	margin: 25px 22px 6px 22px;
	font-weight: 700;
	font-size: 18px;
	color: #555555;
}
.homepageBox p {
	margin: 10px 22px 6px 22px;
	font-weight: 300;
	font-size: 16px;
	color: #555555;
}
.homepageBox .bttn {
	margin: 12px 0 12px 22px;
}
.teamBox {
	margin: 28px 0 0 0;
	padding: 0 0 8px 0;
	background-color: #f0f0f0;
}
.teamBox  h4 {
	margin: 18px 22px 6px 22px;
	font-weight: 700;
	font-size: 18px;
	color: #555555;
}
.teamBox p {
	margin: 10px 22px 10px 22px;
	font-weight: 300;
	font-size: 16px;
	color: #555555;
}
.widget_sgpf_widget, .widget_sgpf_video_widget {
	margin: 0 0 24px 0;
	padding: 0 0 12px 0;
	background-color: #f0f0f0;	
}
.widget_sgpf_widget h4, .widget_sgpf_video_widget h4 {
	margin: 25px 22px 6px 22px;
	font-weight: 700;
	font-size: 18px;
	color: #555555;
}
.widget_sgpf_widget p, .widget_sgpf_video_widget p {
	margin: 10px 22px 6px 22px;
	font-weight: 300;
	font-size: 16px;
	color: #555555;
}

.bttn, .bttnBlue, .bttnCervicalScreening {
	display: inline-block;
	margin: 12px 2px;
	padding: 7px 10px;
	background-color: #487592;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
  text-transform: uppercase;
  text-decoration: none!important;
}
.bttnBlue {
  background-color: #487592;
}
.bttnBlue:hover {
  color: #dedd20;
}
.bttnCervicalScreening {
  display: block;
  margin-top: 20px;
  background-color: #487592;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.bttnCervicalScreening:hover {
  background-color:#000!important;
  color: #487592!important;
  text-decoration: none!important;
}
.suffolkLocumService .bttn, .suffolkLocumService .bttnBlue {
  display: block;
  font-size: 16px;
  text-align: center;
}
a.panel-heading {
  text-decoration: none!important;
}
.resources-list .panel-heading {
	background: #487592 url(../images/arrow-down.png) no-repeat right center;
	display: block;
	border: 0;
	font-size: 20px;
	color: #fff;
	border-radius: 0;
}

.locumRow {
	background-color: #f0f0f0;
	color: #7b7b7b;
}
.locumRow .profilePhoto {
	max-width: 85%;
}
.locumRow strong {
	text-transform: uppercase;
}
.feedbackDataBoxRow {
	margin: 24px 0;
}
.feedbackDataBoxCol {
	padding-left: 0;
}
.feedbackDataBox {
	display: block;
	width: 100%;
	min-height: 385px;
  padding: 0 0 12px 0;
	margin-bottom: 20px;
  background-color: #f0f0f0;	
}
.feedbackDataBoxSecondCol {
	padding-left:15px;
	padding-right:0;
}
.feedbackDataBox h4 {
	margin: 25px 22px 6px 22px;
	font-weight: 700;
	font-size: 18px;
	color: #555555;
}
.feedbackDataBoxSecondCol .feedbackDataBox p {
	margin: 10px 22px 6px 22px;
}
.feedbackDataBox p {
	font-weight: 300;
	font-size: 16px;
	color: #555555;
}
#patientFeedback  {
	opacity: 0;
}
#patientFeedback li::before {
  content: ""!important;
}
#patientFeedback li {
	padding: 0px 23px;;
	font-weight: 300;
  font-size: 16px; 
}
#patientFeedback li p:first-of-type {
  margin-top: -20px;
}
.media-left, .media > .pull-left {
	padding-right: 10px;
}
.media-left img {
	margin-top: -3px;
	width: 50px;
}
.widget_sgpf_widget .bttn, .widget_sgpf_video_widget .bttn {
	margin: 12px 22px;
}
.pagination {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover, .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #487592;
  border-color: #487592;
	cursor: pointer;
}
#cervicalScreeningForm .row {
  margin-bottom: 30px;
}
#cervicalScreeningForm span.required {
  color: #d41e1e;
}
#cervicalScreeningForm span.wpcf7-list-item {
  width: 100%;
  margin: 0;
}
#cervicalScreeningForm .appointment-days-and-times .wpcf7-list-item-label {
  font-weight: normal!important;
}
#cervicalScreeningForm .appointment-days-and-times input[type=checkbox] {
  width: 15px;
  height: 15px;
}

.menoContainer {
  margin-top: 15px;
  background: #f0f0f0;
  padding-right: 0
}
.menoText {
  padding: 12px 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
}
.menoLogo {
  padding-right: 0
}
@media screen and (max-width: 996px) {
  .menoContainer {
    padding: 15px
  }
  .menoLogo {
    padding: 10px
  }
}

footer {
	margin: 50px 0 0 0 ;
	padding: 35px 0;
	background-color: #487592;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer h4 {
	font-size: 19px;
	font-weight: 700;
}
footer .textwidget {
	max-width: 75%;
}
footer hr {
	margin: 30px 0;
	height: 1px;
	border-top: 1px solid #f0f0f0;
}
footer .copyrightRow {
	font-size: 14px;
}
.tweets {
	list-style-type: none;
	padding-left: 0px;
	max-width: 300px;
}
.tweets li {
	margin: 0 0 8px 0;
}

@media only screen and (min-width : 1200px) {
	
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.nav>li>a {
		font-size: 13px;
		padding: 26px 8px;
	}
	#hpSlider li .hpSlideBox {
  	left: 54.5%;
	}
	.homepageBox {
		min-height: 178px;
	}
	.homepageBox h4 {
		margin: 18px 22px 6px 22px;
	}
	.homepageBoxSecondCol, .feedbackDataBoxSecondCol {
		 padding: 15px 15px 0 0;
		 margin-bottom: 20px;
	}
}

 /* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	#headerLogo {
		display: inline-block;
		margin: 10px auto;
		width: 300px;
	}
	#headerLogo img {
		width: 300px;
	}
	.navbar-header {
   	float: right;
   }
	.navbar-toggle {
			display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
 .navbar-collapse.collapse.in {
		display: block!important; 
	}
	#hpSlider li .hpSlideBox {
		left: 40.5%;
	}

}

 /* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	#hpSlider li .hpSlideBox {
		position: inherit;
		margin: 170px 5% 0 5%;
		width: 90%;
		height: auto;
	}
	.homepageBoxCol, .homepageBoxSecondCol, .feedbackDataBoxCol, .feedbackDataBoxSecondCol {
  	padding: 15px 0 15px;
	}
	#resources h3 {
		display: none;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  header {
    position: relative;
  }
	#headerLogo, #headerLogo img {
		width: 77%;
	}
	#hpSlider li .hpSlideBox h1 {
		margin: 20px 0 0 0;
		font-size: 28px;
	}
	#hpSlider li .hpSlideBox {
		font-size: 16px;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}

/* Magnific css */
.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{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-close,.mfp-preloader{text-align:center;position:absolute}.mfp-ajax-holder .mfp-content,.mfp-inline-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-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-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:#CCC;top:50%;width:auto;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;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;right:0;top:0;text-decoration:none;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{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-image-holder .mfp-content,img.mfp-img{max-width:100%}.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,.6);background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{position:absolute;left:0;top:40px;bottom:40px;right:0;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.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-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.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,.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,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.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}

/* Timely calendar */
.timely-calendar .timely-container {
  padding: 0 0 20px;
}