/*
	https://www.england.nhs.uk/nhsidentity/identity-guidelines/colours/

	Brand colours:

	blue:		#005EB8
	light grey:	#E8EDEE
	red:		#DA291C
*/

body {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	background: #fff;
	position: relative;
}

 h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #000;
}

.alert-danger h1,
.alert-danger h2,
.alert-danger h3,
.alert-danger h4,
.alert-danger h5,
.alert-danger h6 {
	color: #a94442;
}

a,
a:hover {
	color: #000;
}

.body_content a,
.body_content a:hover {
	color: #005EB8;
}

@media only screen and (max-width : 767px) {
	a.btn {
		white-space: normal;
	}
}

input,
select,
textarea {
	color: #000;
}

/* Move the cookie policy to the top of the screen */
#cookie_alert_box {
	top: 0;
	bottom: auto !important;
}

/* User Login Start */

.login_head {
	background-color: #abc8db;
	background-image: url('/shared_files/images/qs_topmaster3.gif');
	background-repeat: no-repeat;
	background-position: -69px -21px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	height: auto !important;
	min-height: 29px;
	padding-top: 6px;
	padding-bottom: 6px;
	position: relative;
	text-align: center;
	border-radius: 5px 5px 0 0;
}

#user_login_form .login_head {
	background: #707781;
}

.login_body {
	background-color: #ecf3f6;
	border-bottom: 11px solid #9ebfd3;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	padding: 10px;
	border-radius: 0 0 5px 5px;
	margin-bottom: 20px;
	color: #000;
}

#user_login_form .login_body {
	border-bottom: 11px solid #707781;
}

.login_version {
	background-color: rgba(0, 0, 0, 0);
	background-image: url('/shared_files/images/padlock.png');
	background-repeat: no-repeat;
	color: #fff;
	display: inline-block;
	font-family: arial;
	font-size: 12px;
	height: 31px;
	line-height: 1.1em;
	margin-right: 10px;
	padding-top: 15px;
	position: relative;
	text-align: center;
	top: -3px;
	width: 27px;
}

.login_terms_text {
	background: white;
	border: 1px solid #707070;
	padding: 4px 7px;
	margin-top: 7px;
	max-height: 80px;
	overflow: auto;
	text-align: left;
	font-size: 90%;
}

/* User Login End */

/* Enquiry Form Start */

.enquiry_form_container {
	background: #70AAD4; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(90deg, #4e4d56 , #36363c ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(90deg, #4e4d56 , #36363c ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(90deg, #4e4d56 , #36363c ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(90deg, #4e4d56 , #36363c ); /* Standard syntax */
	padding: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.enquiry_form_content {
	height: 100%;
	padding: 20px;
	font-size: 15px;
}

.enquiry_form_content,
.enquiry_form_content a,
.enquiry_form_content h3 {
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.enquiry_form_content {
		margin-bottom: 30px;
	}
}

.enquiry_form_container label {
	color: #fff;
	font-weight: normal;
}

#enquiry_valid_submission {
	display: none;
}

.enquiry_form_required {
	display: inline-block;
	margin-left: 5px;
}

#enquiry_form_notes {
	margin-top: 20px;
	color: #ffffff;
}

.contact_details .google_map {
	padding-bottom: 35%;
	margin-top: 30px;
	position: relative;
}

/* Enquiry Form End */

/* Layout */

#client_footer {
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 150%;
	background-color: #E8EDEE;
}

#footer {
	padding-top: 20px;
	padding-bottom: 80px;
	line-height: 150%;
	background-color: #36363c;
}

@media only screen and (max-width : 767px) {
	#footer {
		padding-bottom: 20px;
	}
}

#footer,
#footer a {
	color: #c5cabb;
}

.affix {
	top:0;
	width: 100%;
	z-index: 9999 !important;
}

/* When the header fixes, we have to clear the header content using padding-top */
.affix + .fixed_header_end {
	padding-top: 123px;
}

/* Navbars/Menu Start */

/* Make the navbar collapse on SM as well as XS Start */
/* https://www.bootply.com/j7XJuaE5v6 */

@media only screen and (max-width: 991px) {
	.navbar-header {
		float: none;
	}
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
	}
	/*
	.navbar-left,.navbar-right {
		float: none !important;
	}
	*/
	.navbar-toggle {
		display: block;
		float: left;
		margin-left: 15px;
		margin-right: 0;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 0;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

/* Make the navbar collapse on SM as well as XS End */

.navbar {
	margin-bottom: 0;
	min-height: 0;
	border: 0;
}

#navbar_supplementary {
	border-radius: 0;
	border: 0;
	padding: 0;
	background-color: #005EB8;
}

#navbar_supplementary a {
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-left: 1px solid #b3d4fc;
	padding: 5px 15px;
}

@media only screen and (max-width : 1199px) {
	#navbar_supplementary a {
		padding: 5px 10px;
	}
}

#navbar_supplementary a:focus,
#navbar_supplementary a:hover {
	color: #b3d4fc;
}

@media only screen and (max-width : 991px) {
	#navbar_supplementary .nav {
		text-align: center;
	}

	#navbar_supplementary .nav li {
		display: inline-block;
	}
}

#search_icon > img {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 15px;
}

#navbar_main {
	border-radius: 0;
	padding: 0;
	background-color: #fff;
}

#top_menu {
	font-size: 100%;
	padding-bottom: 1px;
}

#top_menu a {
	text-align: left;
	padding: 10px;
	font-weight: bold;
}

@media only screen and (max-width : 991px) {
	#top_menu {
		font-size: 105%;
		padding-left: 0;
	}
	#top_menu a {
		padding: 10px 5px;
		padding-left: 15px;
	}
}

#top_menu a:hover,
#top_menu li.active > a,
#top_menu .open > a {
	color: #005EB8;
	background-color: #fff;
}

@media only screen and (max-width : 991px) {
	#top_menu {
		padding: 0;
		border-top: 1px solid #a3a3a3;
	}

	#top_menu a {
		border-bottom: 1px solid #a2a6ad;
	}

	#top_menu .top_menu {
		margin-top: 0;
		margin-bottom: 0;
	}

	#top_menu .supplementary_menu {
		margin: 0;
		background-color: #fff;
	}

	#top_menu .supplementary_menu a {
		color: #888;
	}
}

.navbar-nav > li.active > a {
	font-weight: bold;
}

@media only screen and (min-width : 992px) {
	#navbar_main .navbar-nav {
		display: table;
		width: 100%;
	}

	#navbar_main .navbar-nav > li {
		float: none;
		display: table-cell;
	}
}

#navbar_main .navbar-toggle .icon-bar {
	background-color: #a3a3a3;
	border-radius: 1px;
	height: 4px;
	width: 35px;
}

#top_menu .dropdown-menu {
	padding: 0;
	border-color: transparent;
	/* Make scrollbar visible for longer menu */
/*
	max-height: calc(100vh - 150px);
	overflow-y: auto;
*/
}

#top_menu .dropdown-menu a {
	padding: 10px;
	padding-right: 20px;
	padding-left: 25px;
}

#top_menu .dropdown-menu a:hover {
}

/* Make Navigation Toggle on Desktop Hover */
@media only screen and (min-width : 992px) {
	.dropdown:hover > .dropdown-menu {
		display: block;
	}
}

/* Creating multi-level sub-menus Start
	Example:
		https://codepen.io/ajaypatelaj/pen/prHjD
*/

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 5px;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -15px;
}

@media only screen and (max-width : 991px) {
	.dropdown-submenu > a:after {
		margin-right: 0;
	}
}

.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}

/* Creating multi-level sub-menus End */

#navbar_main .navbar-header {
	float: none;
	text-align: center;
}

#mobile_navbar_right {
	float: right;
	clear: right;
	margin: -5px 30px 0 0;
	text-align: center;
}

#mobile_navbar_right > a {
	display: block;
	margin-bottom: 10px;
}

.navbar-brand {
	height: auto;
	float: right;
	padding: 0;
	padding: 10px;
}

.navbar-brand > img {
	height: 60px;
}

@media (max-width: 767px) {
	.navbar-brand {
		float: left;
	}
}

.navbar-sub-brand {
	height: auto;
	float: left;
	padding: 0;
	padding-top: 10px;
}

.navbar-brand:focus img,
.navbar-brand:focus object {
	box-shadow: 0 0 0 4px #ffff00, 0 4px 0 4px #000;
}

/* Third level left menu Start */

.nav ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav > li > ul > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav-pills > li > ul > li > a {
	border-radius: 4px;
	padding-left: 30px;
}

.nav > li > ul > li > a:focus,
.nav > li > ul > li > a:hover {
	text-decoration: none;
	background-color: #eee;
}

.nav-pills > li > ul > li.active > a,
.nav-pills > li > ul > li.active > a:focus,
.nav-pills > li > ul > li.active > a:hover {
	color: #fff;
	background-color: #337ab7;
}

/* Third level left menu End */

/* Social Media Links Start */

#social_media_links {
	display: block;
	padding-top: 5px;
	padding-bottom: 20px;
}

#social_media_links a,
.product_share_icons a {
	border-radius: 16px;
	display: inline-block;
	width: 31px;
	height: 31px;
	margin-right: 20px;
	margin-bottom: 5px;
}

@media only screen and (max-width : 991px) {
	#social_media_links a,
	.product_share_icons a {
		margin-right: 15px;
	}
}

@media only screen and (max-width : 767px) {
	#social_media_links a,
	.product_share_icons a {
		margin-right: 10px;
	}
}

#social_media_links a.social_media_facebook,
.product_share_icons a.social_media_facebook {
	background: #4564af;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4564af', endColorstr='#3d5da5', GradientType=0);
	background: linear-gradient(#4564af, #3d5da5);
}

#social_media_links a.social_media_twitter,
.product_share_icons a.social_media_twitter {
	background: #25aae1;
}

#social_media_links a.social_media_x,
.product_share_icons a.social_media_x {
	background: #000;
}

#social_media_links a.social_media_x img,
.product_share_icons a.social_media_x img {
	padding: 6px;
}

#social_media_links a.social_media_linkedin,
.product_share_icons a.social_media_linkedin {
	background: #0088c2;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0088c2', endColorstr='#0088c2', GradientType=0);
	background: linear-gradient(#0088c2, #0088c2);
}

#social_media_links a.social_media_youtube,
.product_share_icons a.social_media_youtube {
	background: #ee3f30;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ee3f30', endColorstr='#b82126', GradientType=0);
	background: linear-gradient(#ee3f30, #b82126);
}

#social_media_links a.social_media_googleplus,
.product_share_icons a.social_media_googleplus {
	background: #e16150;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e16150', endColorstr='#ce5145', GradientType=0);
	background: linear-gradient(#e16150, #ce5145);
}

#social_media_links a.social_media_rss,
.product_share_icons a.social_media_rss {
	background: #faab4f;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#faab4f', endColorstr='#f58221', GradientType=0);
	background: linear-gradient(#faab4f, #f58221);
}

#social_media_links a.social_media_pinterest,
.product_share_icons a.social_media_pinterest {
	background: #e64032;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e64032', endColorstr='#c71a20', GradientType=0);
	background: linear-gradient(#e64032, #c71a20);
}

#social_media_links a.social_media_instagram,
.product_share_icons a.social_media_instagram {
	background: url('/images/icon-instagram-bg.png') no-repeat 0px 0px;
	background-size: 31px 31px;
}

#navbar_supplementary #social_media_links {
	padding: 0;
}

.product_share_icons a,
#navbar_supplementary #social_media_links a {
	filter: invert(50%);
}

.product_share_icons a:hover,
#navbar_supplementary #social_media_links a:hover {
	filter: invert(0);
}

/* Social Media Links Start */

/* Social Media Feed Start */

.social_media_feed {
	padding: 0px 15px 5px 15px;
}

.social_media_feed .feed_title {
	font-size: 110%;
}

.social_media_feed .feed_title,
.social_media_feed .feed_link {
	font-weight: bold;
}

.social_media_feed .feed_icon {
	display: inline-block;
	width: 31px;
	height: 31px;
	margin-right: 5px;
	vertical-align: middle;
	background: rgba(0, 0, 0, 0.25);
	border-radius: 2px;
}

.social_media_feed.twitter_feed .feed_icon {
	background: #000;
	border-radius: 16px;
}

.social_media_feed.twitter_feed .feed_icon img {
	padding: 6px;
}

.social_media_feed.facebook_feed .feed_icon {
	background: #4564af;
	background: linear-gradient(#4564af, #3d5da5);
}

.social_media_feed.pinterest_feed .feed_icon {
	background: #e64032;
	background: linear-gradient(#e64032, #c71a20);
}

.social_media_feed.linkedin_feed .feed_icon {
	background: #0088c2;
	background: linear-gradient(#0088c2, #0088c2);
}

.social_media_feed .feed_title a,
.social_media_feed .feed_title a:hover,
.social_media_feed .feed_title a:visited {
	color: #000;
	text-decoration: none;
}

.social_media_feed .feed_entry a,
.social_media_feed .feed_entry a:hover {
	text-decoration: none;
}

.social_media_feed .feed_entry_msg,
.social_media_feed .feed_entry_link {
	margin: 0px;
	padding: 2px 0px 6px 0px;
}

.social_media_feed .feed_entry_msg {
	padding-bottom: 4px;
}

.social_media_feed hr {
	height: 1px;
	border: 0px;
	margin: 5px 0px 9px 0px;
	background: rgba(0, 0, 0, 0.15);
}

.social_media_feed .feed_link a,
.social_media_feed .feed_link a:hover {
	text-decoration: none;
}

.social_media_feed .show_photo_link,
.social_media_feed .show_video_link {
	white-space: nowrap;
}

.social_media_feed .feed_entry_img > img {
	border-radius: 10px;
	border: 1px solid #bbb;
}

/* Social Media End */

/* Buttons */

.btn {
	border-radius: 50px;
}

.btn-large {
	padding: 18px 36px;
}

.btn-primary {
	color: #fff !important;
}

.btn-secondary {
	border-color: #2e6da4;
	background-color: #fff;
	color: #337ab7;
}

.btn-secondary:hover {
	border-color: #2e6da4;
	background-color: #337ab7;
	color: #fff;
}

.btn.btn-admin {
	color: #fff !important;
	border: 2px solid #3f7496;
	background-color: #005088;
	background-image: -moz-linear-gradient(top, #8aabc1 0%, #005088 25%, #2ec1ef 100%);
	background-image: linear-gradient(to top, #8aabc1 0%, #005088 25%, #2ec1ef 100%);
	background-image: -webkit-linear-gradient(top, #8aabc1 0%, #005088 25%, #2ec1ef 100%);
	background-image: -o-linear-gradient(top, #8aabc1 0%, #005088 25%, #2ec1ef 100%);
	background-image: -ms-linear-gradient(top, #8aabc1 0%, #005088 25%, #2ec1ef 100%);
}

.btn.btn-delete,
.btn.btn-admin:hover,
.btn.btn-admin:focus {
	color: #fff !important;
	border: 2px solid #a24f46;
	background-color: #881201;
	background-image: -moz-linear-gradient(top, #c2928d 0%, #881201 25%, #f2343d 100%);
	background-image: linear-gradient(to top, #c2928d 0%, #881201 25%, #f2343d 100%);
	background-image: -webkit-linear-gradient(top, #c2928d 0%, #881201 25%, #f2343d 100%);
	background-image: -o-linear-gradient(top, #c2928d 0%, #881201 25%, #f2343d 100%);
	background-image: -ms-linear-gradient(top, #c2928d 0%, #881201 25%, #f2343d 100%);
}

#side_menu_container {
	position: relative;
}

#side_menu_bar {
	margin-bottom: 20px;
}

#mobile_side_menu_bar .side_menu,
#side_menu_bar .side_menu {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}

#mobile_side_menu_bar .side_menu li,
#side_menu_bar .side_menu li {
	background-color: #fff;
	margin-bottom: 0;
	border-bottom: 1px solid #888;
	padding: 0;
	padding-left: 20px;
}

#mobile_side_menu_bar .side_menu li a,
#side_menu_bar .side_menu li a {
	display: block;
	color: #5e676a;
	padding: 10px 20px;
	font-weight: bold;
}

#mobile_side_menu_bar .side_menu li:hover,
#side_menu_bar .side_menu li:hover,
#mobile_side_menu_bar .side_menu li.active,
#side_menu_bar .side_menu li.active {
	background-color: #E8EDEE;
}

#mobile_side_menu_bar .side_menu li a:hover,
#side_menu_bar .side_menu li a:hover {
	text-decoration: none;
}

/* Mobile Side Menu */

#mobile_side_menu_container {
	border-bottom: 2px solid #a3a3a3;
}

#mobile_side_menu_header {
	background-color: #a3a3a3;
	box-shadow: 0 3px 10px rgba(46, 45, 44, 0.35);
}

#mobile_side_menu_header_link {
	display: block;
	padding: 15px;
	color: #fff;
	font-weight: bold;
}

#mobile_side_menu_header_icon {
	float: right;
	color: #fff;
	font-size: 150%;
}

/* Hero Carousel Start */

.hero_carousel .slick-prev,
.hero_carousel .slick-next {
	width: 29px;
	height: 55px;
}

.hero_carousel .banner_frame {
	position: relative;
}

.hero_carousel .banner_overlay {
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
}

.hero_carousel .banner_overlay > .banner_text {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #005EB8;
}

.hero_carousel .banner_title,
.hero_carousel .banner_blurb,
.hero_carousel .banner_btn {
	display: block;
	text-align: center;
	color: white;
	padding-bottom: 20px;
}

#banner_homepage.hero_carousel .banner_title {
	font-size: 400%;
}

.hero_carousel .banner_title {
	font-size: 250%;
	font-weight: bold;
}

.hero_carousel .banner_blurb {
	font-size: 250%;
	font-weight: bold;
}

@media only screen and (max-width : 767px) {
	.hero_carousel .banner_btn > .btn {
		padding: 1px 5px;
		font-size: 12px;
		line-height: 1.5;
	}
}

@media only screen and (max-width : 1199px) {
	.hero_carousel .banner_title {
		font-size: 350%;
		padding-bottom: 15px;
	}
	.hero_carousel .banner_blurb {
		font-size: 200%;
		padding-top: 15px;
		padding-bottom: 60px;
	}
}

@media only screen and (max-width : 991px) {
	.hero_carousel .banner_title {
		font-size: 300%;
		padding-bottom: 10px;
	}
	.hero_carousel .banner_blurb {
		font-size: 150%;
		padding-top: 10px;
		padding-bottom: 40px;
	}
}

@media only screen and (max-width : 767px) {
	.hero_carousel .banner_title {
		font-size: 200%;
		padding-bottom: 5px;
	}
	.hero_carousel .banner_blurb {
		font-size: 125%;
		padding-top: 5px;
		padding-bottom: 10px;
	}
}

.hero_carousel .slick-slide img.hero_carousel_img {
	max-width: 100%;
}

@media only screen and (min-width : 1200px) {
	.hero_carousel .banner_frame > a {
		display: block;
		text-align: center;
	}

	.hero_carousel .slick-slide img.hero_carousel_img {
		display: inline-block;
	}
}

a.banner-admin {
	position: absolute;
	z-index: 1;
	margin-top: -50px;
	margin-left: 10px;
}

/* Hero Carousel End */

/* Articles Start */

ol.article_edit_channels,
ol.article_edit_categories {
	border: 1px solid #dddddd;
	margin-left: 0;
	max-height: 250px;
	overflow: auto;
	padding: 10px;
}

ol.article_edit_channels li,
ol.article_edit_categories li {
	list-style-type: none;
}

ol.article_edit_channels li .checkbox input[type="checkbox"],
ol.article_edit_categories li .checkbox input[type="checkbox"] {
	margin-left: 0;
	position: relative;
}

/* Articles End */

/* News Start */

.news_list {
	position: relative;
}

.news_list_item_wrapper {
	position: absolute;
	overflow: hidden;
}

.news_list_item {
	background: #75776e;
}

.news_list_item a:hover {
	text-decoration: none;
}

.news_list_item .news_list_item_img {
	overflow: hidden;
	width: 100%;
	height: auto;
	background: #000;
}

.news_list_item .news_list_item_img img {
	transform: scale(1);
	opacity: 0.9;
	transition: all 0.4s ease-in-out;
	width: 100%;
}

.news_list_item:hover .news_list_item_img img {
	transform: scale(1.1);
	opacity: 1;
}

.news_list_item .news_list_item_content {
	padding-top: 5px;
	background: transparent;
}

.news_list_item:hover .news_list_item_content {
	background: #005EB8;
}

.news_list_item .news_list_item_content_inner {
	padding: 15px;
	background: #E8EDEE;
}

.news_list_item .news_list_item_title {
	font-weight: bold;
	margin-top: 0;
}

h2.news_list_item_title {
	font-size: 27px;
}

.news_list_item .news_list_item_date {
	font-weight: 700;
	margin-bottom: 15px;
}

.news_list_item .btn {
	margin-top: 15px;
}

/* Special colour scheme for the .news_media class */
.news_media .news_list_item .news_list_item_title a {
	color: #005EB8;
}

.news_story {
	padding-bottom: 20px;
}

.news_story img {
	/*float: left;*/
	padding: 0 10px 5px 0;
}

#news_feed img.news_feed_image {
	float: right;
	max-width: 40%;
	margin-left: 5px;
	margin-bottom: 5px
}

#news_archive h4 a {
	color: #005EB8;
}

/* News End */

/* Events Start */

h2.event_title {
	margin-top: 10px;
}

h2.event_title a:hover {
	color: #005EB8;
}

.event_date {
	font-weight: bold;
	margin-bottom: 10px;
}

.event_location {
}

.event_blurb {
}

/* Events End */

/* Blog (Services) Start */

.blog_list {
	margin-top: 15px;
}

ol.blog_list_index {
	font-size: 16px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol.blog_list_index li {
	background: #e6e6e6;
	float: left;
	position: relative;
	text-align: center;
}

ol.blog_list_index li a {
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	display: block;
	height: 48px;
	line-height: 45px;
	position: relative;
	width: 43.6px;
}

ol.blog_list_index li a:focus,
ol.blog_list_index li a:hover {
	background: #005EB8;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 991px) {
	ol.blog_list_index {
		font-size: 12px;
	}

	ol.blog_list_index li a {
		height: 31px;
		line-height: 28px;
		width: 27.5px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	ol.blog_list_index li a {
		height: 39px;
		line-height: 36px;
		width: 36px;
	}
}

.blog_list_item,
.blog_item {
	margin-bottom: 15px;
	margin-top: 15px;
}

.blog_list_item:nth-of-type(even),
.blog_item:nth-of-type(even) {
	background-color: rgba(230, 230, 230, 0.8);
}

.blog_list_item_img {
	float: left;
	height: 100%;
	width: 260px;
}

@media (max-width: 767px) {
	.blog_list_item_img {
		float: none;
		width: 100%;
	}
}

.blog_list_item_text {
	float: left;
	height: 100%;
	padding: 10px  15px;
	width: 100%;
	width: calc(100% - 260px);
}

@media (max-width: 767px) {
	.blog_list_item_text {
		float: none;
		width: 100%;
	}
}

.blog_list_item_text h2,
.blog_list_item_text .h2 {
	font-size: 22px;
}

@media (max-width: 767px) {
	.blog_list_item_text h2,
	.blog_list_item_text .h2 {
		font-size: 20px;
	}
}

.blog_entry img:not(.img-responsive):not(first-of-type) {
	width: 100% !important;
	height: auto !important;
}

.blog_entry_snippet {
	color: #737373;
}

.blog_entry_image {
	margin-bottom: 30px;
}

/*
.blog_entry iframe {
	height: 470px !important;
	width: 100% !important;
}

@media (max-width: 767px) {
	.blog_entry iframe {
		height: 320px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
	.blog_entry iframe {
		height: 250px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
	.blog_entry iframe {
		height: 200px !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.blog_entry iframe {
		height: 380px !important;
	}
}
*/

.blog_feed {
	background-color: #e6e6e6;
	padding: 15px 15px 0 15px;
}

.blog_anchor {
	top: -100px;
	position: relative;
	display: block;
}

.consultant_anchor {
	top: -120px;
	position: relative;
	display: block;
}

/* Blog (Services) End */

/* Search Box Start */

/*
#mobile_search_icon {
	float: right;
	clear: right;
	margin-bottom: 20px;
	margin-right: 20px;
}
*/
#search_container .form-group {
	margin-bottom: 0;
}

#search_container > .container {
	padding: 15px 0;
}

#search_container input {
	border-radius: 20px 0 0 20px;
}

#search_container button {
	border-radius: 0 20px 20px 0;
}

/* Search Box End */

/* Breadcrumb Start */

#breadcrumb_trail_container {
	background-color: #fff;
	padding: 10px 0;
}

ol.breadcrumb_trail {
	list-style: none;
	display: block;
	padding-left: 0;
	margin-bottom: 0;
}

ol.breadcrumb_trail li {
	display: inline-block;
	color: #000;
	padding: 0;
}

ol.breadcrumb_trail li a {
	text-decoration: none;
	font-size: 90%;
	font-weight: normal;
	color: #000;
}

ol.breadcrumb_trail li a:hover {
	text-decoration: underline;
}

/* Breadcrumb End */

#footer_cards img {
	max-height: 50px;
	width: auto;
	margin: 10px;
}

@media only screen and (max-width : 767px) {
	#footer_cards img {
		max-height: 30px;
		margin: 5px;
	}
}

@media only screen and (max-width : 400px) {
	#footer_cards img {
		max-height: 22px;
		margin: 2px;
	}
}

/* Twitter Feed Start */

#twitter_feed {
	display: table;
}

#twitter_feed_icon {
	display: table-cell;
	width: 50px;
	background-color: #25aae1;
}

#twitter_feed_body {
	display: table-cell;
	background-color: #fff;
	padding: 10px;
	vertical-align: top;
}

#twitter_feed_body,
#twitter_feed_body a {
	color: #25aae1;
}

/* Twitter Feed End */

/* Pagination Start */

.pagination > li > a,
.pagination > li > span {
	background-color: #e8eae4;
	color: #5e676a;
}

.pagination > li.active > a,
.pagination > li.active > span {
	color: #e8eae4;
	background-color: #5e676a;
	border-color: #5e676a;
}

.pagination > li > a:hover {
	background-color: #c5cabb;
	color: #5e676a;
}

@media only screen and (max-width : 767px) {
	.pagination {
		margin: 0;
		margin-bottom: 20px;
	}
	.pagination label {
		font-weight: normal;
		font-size: 90%;
	}
}

/* Pagination End */

.no-right-padding {
	padding-right: 0 !important;
}

.no-left-padding {
	padding-left: 0 !important;
}

/* CMS Background Classes Start */

.cms_section {
	padding-top: 20px;
	padding-bottom: 20px;
}

.cms_section.cms_red {
	background-color: #DA291C;
}

.cms_section.cms_red,
.cms_section.cms_red h1,
.cms_section.cms_red h2,
.cms_section.cms_red h3,
.cms_section.cms_red h4,
.cms_section.cms_red h5,
.cms_section.cms_red h6 {
	color: #fff;
}

.cms_section.cms_blue {
	background-color: #005EB8;
	color: #fff;
}

.cms_section.cms_blue,
.cms_section.cms_blue h1,
.cms_section.cms_blue h2,
.cms_section.cms_blue h3,
.cms_section.cms_blue h4,
.cms_section.cms_blue h5,
.cms_section.cms_blue h6 {
	color: #fff;
}

.cms_section.cms_grey {
	background-color: #E8EDEE;
}

/* CMS Background Classes End */

/* Feature Box Grid Start */

#feature_box_grid .feature_box_grid_box {
	margin-bottom: 20px;
}

#feature_box_grid .feature_box_grid_img {
	overflow: hidden;
	position: relative;
}

#feature_box_grid .feature_box_grid_img img {
	display: inline-block;
	transition: all .2s ease-in-out;
	opacity: 0.9;
}

#feature_box_grid .feature_box_grid_img:hover img {
	transform: scale(1.1);
	opacity: 1;
}

#feature_box_grid .feature_box_grid_img span {
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	padding: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 34px;
}

#feature_box_grid .feature_box_grid_title {
	display: block;
	padding: 5px 0;
	color: #005EB8;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
	#feature_box_grid .feature_box_grid_title {
		min-height: 59px;
	}
}

#feature_box_grid .feature_box_grid_content {
	display: block;
}

/* Feature Box Grid End */

/* Back to Top button Start */

#back_to_top_btn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	cursor: pointer;
	border-radius: 50px;
	box-shadow: 0 0 10px #888;
}

#back_to_top_btn:hover {
	background-color: #005EB8;
	color: #fff;
}

/* Back to Top button End */

/* ReciteMe Start */

.reciteme {
    position: fixed;
    top: 20px;
    right: 30px;
    z-index: 99998;
    cursor: pointer;
    border-radius: 50px;
    font-size: 30px;
    line-height: 140%;
    padding: 0px;
    background: transparent;
}

.reciteme:hover {
	background-color: #005EB8;
	color: #fff;
}

@media (max-width: 767px) {
	.reciteme {
		top: unset;
		bottom: 10px;
		right: 15px;
		font-size: 20px;
	}
}

/* Create some padding on the RHS of the Navbars so button doesnt overlap content */
@media (min-width: 768px) {
	#navbar_supplementary,
	#navbar_main .navbar-header {
		padding-right: 80px;
	}
}

/* ReciteMe End */

/* Google Translate Start */

.goog-te-gadget {
	font-family: inherit !important;
	font-size: initial !important;
}

.goog-te-gadget-simple {
	background-color: transparent !important;
	border: none !important;
	padding: 0px !important;
	position: relative;
}

.goog-te-gadget-icon,
.goog-te-menu-value span,
.goog-te-menu-value img {
	display: none;
	visibility: hidden;
}

.goog-te-menu-value {
	margin-left: 0px !important;
	margin-right: 0px !important;
	display: block;
	line-height: 20px;
}

.goog-te-menu-value:hover,
.goog-te-menu-value:focus {
	text-decoration: none !important;
}

.goog-te-menu-value span:first-of-type,
.goog-te-menu-value span:last-of-type {
	display: inline;
	visibility: visible;
}

.goog-te-menu-value span:last-of-type {
	color: inherit !important;
	padding-left: 5px;
}

/* Google Translate End */

/* Patient Information Leaflets Start */

.patient_information a {
	color: #005EB8;
}

/* Patient Information Leaflets End */

/* Two Column Start */

@media (min-width: 768px) {
	#two_column_section_2 > div,
	#two_column_section_3 > div,
	#two_column_section_4 > div,
	#two_column_section_5 > div,
	#two_column_section_6 > div {
		display: flex;
	}

	#two_column_section_2 > div > div,
	#two_column_section_3 > div > div,
	#two_column_section_4 > div > div,
	#two_column_section_5 > div > div,
	#two_column_section_6 > div > div {
		flex: 1;
	}
}

/* Two Column End */

/* Consultants Start */

.consultant_letter {
	display: inline-block;
	font-size: 24px;
	font-weight: 400;
	padding-bottom: 30px;
	text-transform: uppercase;
}

.consultant_list_item {
	border-radius: 10px;
	margin-bottom: 30px;
	overflow: hidden;
}

.consultant_list_item_name {
	background-color: #005EB8;
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 15px 30px;
}

.consultant_list_item_name {
	background-color: #005EB8;
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 15px 30px;
}

.consultant_list_item_content {
	background-color: rgba(230, 230, 230, 0.8);
	margin: 0;
	padding: 30px;
}

.consultant_list_item_name>span {
	transform: rotate(0deg);
	transition: 0.2s all ease-in-out;
}

.consultant_list_item_name.collapsed>span {
	transform: rotate(-90deg);
}

/* Consultants End */


