/*
 Theme Name:   Global Health
 Theme URI:    
 Author:       Silver District
 Author URI:   http://silverdistrict.uk
 Description:  Custom theme built by Silver District
 Version:      1.0
 Text Domain:  global-health
 Template:     charity-is-hope
*/

/*#377A93*/
@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Black.woff2') format('woff2'),
        url('fonts/Avenir-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Roman.woff2') format('woff2'),
        url('fonts/Avenir-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'integral_cfbold';
    src: url('fonts/integral-cf-bold-webfont.woff2') format('woff2'),
         url('fonts/integral-cf-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.logo_slogan {
	display: none !important;
}

.top_panel_middle {
	background-color: white !important;
}

.top_panel_bottom {
	background-color: white !important;
	border: none;
}

#menu_main a {
	font-weight:600;
	font-size: 15px;
}

.current_page_item a {
	color: #FFD354 !important;
}

.scheme_original .menu_main_nav li:not(.current-menu-item) > a:hover {
	color: #9dd3ec !important;
}

.menu_main_nav > li > a {
	padding: 1.5em 0.8em;
}

.menu_main_nav > li > a[href="#"] {
	cursor: default;
}

/*.footer_wrap {
	display: none;
}*/

.tribe-bar-disabled {
	display: none;
}

#report-button-set {
	text-align: center;
}

#report-button-set button, #report-button-set a {
	font-size: 20px;
	padding: 18px 25px;
	background-color: #e9bc25;
	color: white;
}

h6 {
	line-height: inherit !important;
	font-size: 18px;
}


/* fontello */
/* not overwriting for some reason */
[class^="icon-"]:before, [class*=" icon-"]:before {
	line-height: auto !important;
}

/* Partner slider */
.sc_clients .sc_slider_swiper:not(.sc_slider_height_auto) .slides .swiper-slide {
	padding: 0px 10px;
	box-sizing: border-box; 
	-moz-box-sizing: border-box; /* Firefox */ 
	-webkit-box-sizing: border-box; /* Safari */ 
}

.sc_services_wrap .sc_services_item .sc_icon {
	pointer-events: none;
	width: auto;
    height: auto;
    line-height: 3em;
	font-size: 20px;
	border: 0px;
}

.sc_services_wrap .sc_services_item .sc_icon:hover {
	color: inherit !important;
	background-color: inherit !important;
}

.sc_services_wrap .sc_services_item a:hover .sc_icon {
	color: inherit !important;
	background-color: inherit !important;
}

.header_mobile .logo_main {
    max-height: 80px;
}

.header_mobile {
	background-color:white !important;
}

.scheme_original .top_panel_over .header_mobile .menu_button, .scheme_original .top_style_header_7 .header_mobile .menu_button, .scheme_original .top_style_header_1 .header_mobile .menu_button {
	color:black !important;
}

.scheme_original .header_mobile .panel_top, .scheme_original .header_mobile .side_wrap {
	overflow: auto;
}

@media (max-width: 350px) {
	.header_mobile .logo_main {
		height: auto !important;
		max-width: 75%;
	}
}

@media (max-width: 480px) {
	.header_mobile .menu_button {
		right: 20px !important;
	}
}

.vc_row, .page_content_wrap {
	background-color: #fcfcfc;
	/*#f6f5f2*/
}

.gh-post-container .vc_gitem-col {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.gh-post-container .gh-post-title p {
	font-size: 24px;
	color: black;
	margin-bottom: 10px;
	font-weight: bold;
}

.gh-post-container .gh-post-date p {
	font-size: 16px;
	color: black;
	margin-bottom: 5px;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	border-bottom: none !important;
}

/* .gh-post-container .gh-post-button a { */
	/* border: 2px solid rgb(55, 122, 147); */
/* } */

.sc_price_block.sc_price_block_style_2 {
	background-color: transparent;
	color: black;
}

.scheme_original table:not(.wp-calendar):not(.variations) tr:first-child {
	background-color: inherit;
}

.sc_team_style_team-5 .sc_team_item_avatar {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.sc_team_style_team-5 .sc_slider_swiper .sc_team_item {
	padding-right: 2em;
}
.sc_team_style_team-5 .sc_team_item_info {
    padding-top: 2em;
    text-align: center;
}

.modal-open {
	overflow: hidden !important;
}

.modal {
	position: fixed !important;
    z-index: 99999999 !important;
    border: 0 !important;
    width: 100% !important;
    height: 100% !important;
	left: 0 !important;
	right: 0 !important;
    top: 0 !important;
	bottom: 0 !important;
	background-color:rgba(0,0,0,.5) !important;
	display: none;
	overflow: auto !important;
	overscroll-behavior: contain;
}

.modal-inner {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fefefe;
    width: 900px;
    margin: 150px auto 50px;
    position: absolute;
    left: 0;
    right: 0;
	padding: 40px;
	-webkit-box-shadow: 0px 1px 15px 4px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 15px 4px rgba(0,0,0,0.3);
box-shadow: 0px 1px 15px 4px rgba(0,0,0,0.3);
}

.modal-top {
	position: relative;
    width: 100%;
    margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
}

.modal-close {
	position:absolute;
	top:-5px;
	right:0px;
	height:30px;
	width:30px;
	background-color:#dce0e3;
	background-image:url(media/exit.png);
	background-repeat:no-repeat;
	background-position: center center;
	-moz-border-radius:4px; 
	webkit-border-radius:4px; 
	border-radius:4px;
	cursor:pointer;
}

.modal-close:hover {
	background-color: #e87575;
}

.modal-big .modal-inner {
	width: 88%; /* any bigger and horizontal scroll bar shows just above 767px */
}

.gh_team_modal_click, .gh_adv_council_click {
	cursor: pointer;
	-webkit-transition: box-shadow 0.6s; /* Safari */
    transition: box-shadow 0.6s;
}

.gh_team_modal_click:hover, .gh_adv_council_click:hover {
	box-shadow: 0px 0px 10px -2px;
}

.gh_team_modal_click .sc_team_item_avatar img, .gh_adv_council_click .sc_team_item_avatar img {
	border-radius: 50%;
    padding: 5px;
    box-sizing: border-box;
}

.gh_adv_council_img img {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

@media only screen and (max-width : 991px) {
	.modal-inner {
		width: 700px;
	}
	
	#report-button-set button, #report-button-set a {
		font-size: 15px;
	}
}

@media only screen and (max-width : 767px) {	
	.modal-inner {
		left: 5%;
		width: 90%;
		margin: 0;
		margin-top:20px;
		margin-bottom:20px;
		box-sizing: border-box;
		padding: 20px;
	}
	
	.gh_adv_council_img img {
		display: block;
		width: 100%;
	}
}

.sc_item_descr {
	word-spacing: inherit !important;
}

body {
	font-family: 'Avenir', 'Helvetica', 'Arial', sans-serif !important;
}

body h1, body h2, body h3, .headline {
	font-family: 'integral_cfbold', 'Helvetica', 'Arial', sans-serif !important;
}

.ctf-header-name {
	color: white;
}

.copyright_wrap.copyright_style_text * {
	color: white;
}

.skills_demo .sc_item_descr {
	margin-bottom: 1.2em !important;
}

@media (max-width: 640px) {
	.donate_demo .sc_column_item {
		width: 100% !important;
	}
}

.copyright_style_socials .sc_socials {
	float: none;
    display: block;
    width: 100%;
    text-align: center;
}

.copyright_style_socials .copyright_text {
	display: block;
    width: 100%;
    text-align: center;
}

.copyright_style_socials .copyright_text * {
	color: white !important;
}

.gh_invisible {
	visibility: hidden;
}

.post_item_single_portfolio .post_featured .wp-post-image {
	max-height: 400px;
    height: auto;
    width: auto;
    max-width: 100%;
	margin: 0 auto;
	display: block;
}

@media (min-width: 768px) {
	.post_item_single_portfolio h1.post_title.entry-title {
		font-size: 40px;
	}
	
	.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
		top: 11px;
	}
}

div.gh_post_images {
	background-position: center top !important;
}

.gh_findings_infos > p {
	display: none;
}

.gh_findings_links p {
	margin-bottom: 0px;
}

.ms-options-wrap > .ms-options > ul li {
	margin-bottom: 0.1em;
}

.ms-options-wrap > .ms-options > ul label {
	cursor: pointer;
}

.ms-options-wrap > .ms-options > ul label.disabled {
	cursor: not-allowed;
}

.ms-options-wrap > .ms-options > ul label.focused, .ms-options-wrap > .ms-options > ul label:hover {
	background: transparent;
}

#sheets-counter {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}

#sheets-nav {
	padding: 0;
	margin: 0 0 20px 0px;
}

#sheets-nav li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sheets-nav li a {
	position: relative;
	display: block;
	border: 1px solid #ddd;
	border-bottom: none;
	font-size: 14px;
	padding: 10px 20px 10px 10px;
	font-weight: bold;
	background-color: white;
}

/* #sheets-nav li:first-child a {
	-webkit-border-radius: 12px 12px 0px 0px;
    	-moz-border-radius: 12px 12px 0px 0px;
    	border-radius: 12px 12px 0px 0px;
} */

#sheets-nav li:last-child a {
	border-bottom: 1px solid #ddd;
	/* -webkit-border-radius: 0px 0px 12px 12px;
    	-moz-border-radius: 0px 0px 12px 12px;
    	border-radius: 0px 0px 12px 12px; */
} 

#sheets-nav li a:hover {
	color: #333;
}

#sheets-nav li a.completed {
	background-color: #48a69a !important;
	color: white !important;
}

#sheets-nav li a.active {
	background-color: #E9BC25 !important;
	color: #333 !important;
}

#sheets-nav li.header {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 5px;
	background-color: #193762;
	color: white;

	border: 1px solid #ddd;
	border-bottom: none;
	cursor: pointer;
}

#sheets-nav li.header.collapse .fa {
	transform: rotate(180deg);
}

/* #sheets-nav li.header .collapse-icon {
	display: none;
}
#sheets-nav li.header.collapse .collapse-icon {
	display: inline-block;
}
#sheets-nav li.header.collapse .hide-icon {
	display: none;
} */

#sheets-nav li a[data-parent] {
	display: none;
	padding-left: 25px;
	font-size: 13px;
}

#sheets-nav li a[data-parent].collapse {
	display: block;
}

#sheets-nav li a .dashicons-yes {
	position: absolute;
	right: 5px;
	top: 50%;
	-ms-transform: translateY(-50%); 
	-moz-transform: translateY(-50%); 
	-webkit-transform: translateY(-50%); 
	transform: translateY(-50%); 
}

#sheets-nav li a .notification {
	position: absolute;
	left: 2px;
	top: 4px;
	width: 8px;
	height: 8px;
	background-color: #eb5d55;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#sheets-content h5 {
	margin: 0px 0px 20px 0px
}

.sheets-form {
	margin-bottom: 20px;
}

.sheets-form-sub {
	padding-bottom: 15px;
	padding-top: 15px;
	border-top: 2px dashed #ddd;
}

.sheets-form-sub:first-child {
	margin-top: 0px;
	padding-top: 0px;
	border: none;
}

#sheets-content a {
	text-decoration: underline;
}

#sheets-content .form-group {
	margin-bottom: 1rem;
}

#sheets-content .form-group.hidden {
	display: none;
}

#sheets-content label {
	display: block;
	margin-bottom: .3rem;
	font-size: 18px;
	font-weight: bold;
}

#sheets-content .form-group .inline {
	display: inline-block;
	margin-right: 30px;
}

#sheets-content .form-group .inline label {
	display: inline-block;
	margin: 0px 5px 0px 0px;
	font-weight: normal;
	font-size: 16px;
}

#sheets-content .form-group .inline input[type=radio] {
	position: relative;
	top: 2px;
}

#sheets-content .form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff !important;
	background-clip: padding-box;
	border: 1px solid #ddd !important;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#sheets-content textarea.form-control {
	height: 120px;
}

#sheets-content textarea.form-control.small {
	height: 80px;
}

#sheets-content textarea[readonly] {
	background-color: #f5f5f5 !important;
}

.sheets-score {
	margin-bottom: 1rem;
	padding: 30px 5px;
	max-width: 120px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: .25rem;
    	-moz-border-radius: .25rem;
    	border-radius: .25rem;
    	color: white;
    	font-size: 20px;
}

.score-list {
	font-size: 13px;
	list-style-type: none;
	padding: 0;
}

.score-list li {
	margin-bottom: 5px;
}

.score-list .key {
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	color: white;
	height: 30px;
	width: 34px;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

@media only screen and (min-width : 992px) {
	
}

.scheme_original .top_panel_wrap_inner .search_results a:hover, .scheme_original .top_panel_wrap_inner .search_results .post_info a:hover, .scheme_original .top_panel_wrap_inner .search_results .post_info a:hover>span, .scheme_original .top_panel_wrap_inner .search_results .post_more:hover, .scheme_original .top_panel_wrap_inner .search_results .search_results_close:hover {
    color: #e9bc25 !important;
}

.copyright_wrap .sc_socials.sc_socials_size_tiny a, .sc_socials.sc_socials_size_tiny a .sc_socials_hover {
    width: 1.5em !important;
}

.copyright_wrap .sc_socials_item [class^="icon-"]:before, .sc_socials_item [class*=" icon-"]:before {
	line-height: 1.2em !important;
}

.footer_wrap_inner.widget_area_inner {
	padding: 40px 0px 0px;
	margin: 0px;
	background-color: #0f0f0f !important;
}

.footer_wrap_inner.widget_area_inner .widget_nav_menu {
	margin: 0px;
}

.footer_wrap_inner.widget_area_inner .widget_nav_menu .menu {
	display: flex;
}

.footer_wrap_inner.widget_area_inner .widget_nav_menu ul li a {
	color: white;
}

.footer_wrap_inner.widget_area_inner .widget_nav_menu .menu > li {
    text-align: center;
    float: left;
    flex-grow: 1;
	margin: 0px;
	padding: 0px;
}

.footer_wrap_inner.widget_area_inner .widget_nav_menu .menu > li.has_children > a {
	display: block;
    padding-bottom: .5em;
    font-weight: bold;
}

.footer_wrap_inner.widget_area_inner .widget_nav_menu .menu > li.has_children > a[href="#"] {
	cursor: text;
	pointer-events: none;
}

.footer_wrap_inner.widget_area_inner .widget_nav_menu .menu > li.has_children > ul {
	margin: 0px;
}

.footer_wrap_inner.widget_area_inner .widget_nav_menu .menu > li li {
    text-align: center;
	padding: 0px;
}

.footer_wrap.widget_area ul li:before {
	content: '' !important;
}

.footer_wrap_inner.widget_area_inner .column-1_1 {
	padding-right: 0px;
}

.footer_wrap_inner.widget_area_inner .columns_wrap {
	margin-right: 0px;
}

.ctf {
	width: auto !important;
	padding: 20px;
	border-radius: 15px;
}

@media only screen and (max-width : 767px) {
	.footer_wrap.widget_area {
		display: none;
	}
}

.gh_mailing_form {
	display: none;
}

#gh_mailing_modal form .mc-field-group label {
	display: block;
	margin-top: 15px;
}

#gh_mailing_modal form .mc-field-group input {
	width: 100%;
}

#gh_mailing_modal form .mc-field-group div.mce_inline_error {
	color: #c50011;
	font-size: .9em;
}

#gh_mailing_modal form #mc-embedded-subscribe {
	margin: 30px auto 0px;
}

#gh_mailing_modal form #mce-responses {
	margin-top: 20px;
}

#gh_mailing_modal form #mce-error-response {
	color: #c50011;
	font-weight: bold;
}

#gh_mailing_modal form #mce-success-response {
	color: #2b8400;
	font-weight: bold;
}

table.overview tr:first-child {
	background: none !important;
	color: #222 !important;
}

table.overview tr:nth-child(odd), table.overview tr:nth-child(2n+1) {
	background-color: transparent !important;
}

table.overview tr:nth-child(even) {
	background-color: #f6f5f2 !important;
}

table.overview th {
	padding: 15px 1em !important;
	font-size: 18px !important;
	border: none !important;
}

table.overview td {
	border: none !important;
}

table.overview td:nth-child(1) {
	font-weight: bold;
	font-size: 13px;
}

table.overview td:nth-child(2), table.overview td:nth-child(3) {
	text-align: center;
	padding: 5px 0px !important;
	color: white;
	font-weight: bold;
	font-size: 16px;
	width: 25%;
}

table.overview tr.header {
	background-color: #193762 !important;
}

table.overview tr.header td {
	color: white;
	font-weight: bold;
	font-size: 16px;
}

.overview_badge {
	display: inline-block;
	height: 62px;
	width: 62px;
	line-height: 62px;
	margin: 3px 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
}

header .sc_socials.sc_socials_type_icons a.social_icons.social_instagramm {
	background: #dd2a7b;
	border-color: #dd2a7b;
	color: white;
}

header .sc_socials.sc_socials_type_icons a.social_icons.social_instagramm:hover {
	background: white;
	color: #dd2a7b;
}

header .sc_socials.sc_socials_type_icons a.social_icons.social_instagramm .icon-instagramm {
	font-size: 1.6em !important;
}

header .social_icons span:before {
	margin-left: 0px;
}

body.error404 .footer_wrap_inner {
	display: none;
}

#donate-button {
	float: right;
	padding: 10px 25px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #e3b01d;
    margin: 1.65em 20px 1.65em 0;
    color: white;
    font-weight: bold;
}

#donate-button:hover {
	background-color: #dcaa1b;
}

.pills {
	list-style-type: none;
	margin: 20px 0 20px 0;
	padding: 0;
}

.pills li {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0;
}

.pills .pill-link {
	display: block;
	color: black;
	font-weight: bold;
	font-size: 0.9rem;
	padding: 10px 30px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.pills .pill-link:hover {
	color: #2883A2;
}

.pills .pill-link.active {
	color: white;
	background-color: #193762;
}

#ghsd_custom .sc_button.sc_button_style_filled2 {
	background: #26375C;
}

#ghsd_custom .sc_button.sc_button_style_filled2:hover {
	background: #30748D;
}

#ghsd_custom .sc_button.sc_button_style_filled3 {
	background: #FFD754;
	color: #2e2e2e;
}

#ghsd_custom .sc_button.sc_button_style_filled3:hover {
	background: #d3a91c;
	color: #2e2e2e;
}

.sc_promo_content a {
    color: #9DD3EC;
}

.current-menu-item a {
	color: white !important;
}

/* The Events Calendar */
.tribe-events-c-top-bar__datepicker-button {
	background-color: transparent !important;
	color: #141827 !important;
}

.tribe-events-c-top-bar__datepicker-container .table-condensed tr,
.tribe-events-calendar-month__day-cell--mobile {
	background-color: transparent !important;
}

.tribe-events .datepicker .month.active, 
.tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .year.active, 
.tribe-events .datepicker .year.active.focused {
	color: white !important;
	background-color: #9DD3EC !important;
}

.tribe-events-c-top-bar__datepicker-button:hover {
	background-color: #9DD3EC !important;
	color: white !important;
}


.tribe-events-c-search__button {
	background-color: #26375C !important;
}

.tribe-events-c-search__button:hover {
	background-color: #E9BC25 !important;
}


.tribe-events-c-subscribe-dropdown__button {
	border-color: #26375C !important;
}

.tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events-c-subscribe-dropdown__button--active {
	background-color: #26375C !important;
}

.tribe-events-c-subscribe-dropdown__button-icon {
	color: #26375C !important;
}

.tribe-events-c-subscribe-dropdown__button:hover .tribe-events-c-subscribe-dropdown__button-icon,
.tribe-events-c-subscribe-dropdown__button:focus .tribe-events-c-subscribe-dropdown__button-icon,
.tribe-events-c-subscribe-dropdown__button:focus-within .tribe-events-c-subscribe-dropdown__button-icon,
.tribe-events-c-subscribe-dropdown__button--active .tribe-events-c-subscribe-dropdown__button-icon {
	color: white !important;
}

.tribe-events-c-subscribe-dropdown__button button {
	color: #26375C;
	background-color: transparent !important;
}

.tribe-events-c-subscribe-dropdown__button button:focus {
	color: white !important;
}

.tribe-events-c-subscribe-dropdown__button:hover button, 
.tribe-events-c-subscribe-dropdown__button:focus button,
.tribe-events-c-subscribe-dropdown__button:focus-within button,
.tribe-events-c-subscribe-dropdown__button--active button {
	color: white !important;
	background-color: transparent;
}


/* Parent theme */

.header_mobile {
	display: block;
}

.header_mobile .content_wrap {
	display: none;
}

/* Stop mobile menu jumping to top of page */
.menu_mobile_open body {
	overflow: visible;
}

.menu_button_desktop {
	cursor: pointer;
}

.menu_button_desktop b {
	font-size: 18px;
	line-height: 18px;
	color: #222;
}

.menu_button_desktop .icon-menu:before {
	font-size: 32px;
	line-height: 32px;
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
}

.flex-center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}

.header_mobile .search_wrap .search_submit {
	font-size: 18px;
	line-height: 20px;
}

.top_panel_wrap .contact_socials .sc_socials .sc_socials_item {
	margin: 0.05em 0.5em 0.05em 0 !important;
}

.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_tiny a {
	font-size: 0.8em !important;
    height: 2.25em !important;
    line-height: 2.25em !important;
    width: 2.25em !important;
}

header .sc_socials.sc_socials_type_icons a.social_icons {
	background-color: #193762 !important;
	border-color: #193762 !important;
	color: white !important;
}

header .sc_socials.sc_socials_type_icons a.social_icons:hover {
	background-color: white !important;
	border-color: #193762 !important;
	color: #193762 !important;
}

/* Menu */

#menu_mobile li a {
	color: #f1f1f1;
}

/* Bootstrap grid was breaking menu alignment with box-sizing: inherit */
.top_panel_bottom {
	box-sizing: initial;
}

#ghsd_custom .scroll_to_top {
	border: 1px solid #2a4a79;
}

#ghsd_custom .search_results_content a {
	color: white;
	text-decoration: none;
}
