html, body {
	height: 100%;
}
body {
	font-family: Roboto, sans-serif; /* 'Source Sans Pro',  */
	font-size: 16px;
	line-height: 20px;
	color: #262626;
	background: #002680;
}
a {
	color: #bf0000;
	transition: background-color .2s, color .2s;
}
a:link, a:visited {
	color: #bf0000;
}
a:hover, a:active, a:focus {
	color: #bf0000;
	/*text-decoration: none;*/
}
.body-wrap {
	height: auto !important;
	/* margin: 0 auto -41px; */
	/* min-height: 100%; */
}
/* HEADER */
header .main-header {
	border-bottom: 5px solid #bf0000;
}
header h1 {
	margin: 0;
	padding: 25px 0px;
}
header h1 a {
	display: block;
	text-indent: -10000px;
	outline: 0;
	/* background: url(../images/header_320.png) center center no-repeat; */
	background-image: url(../images/logo_2018.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 270px auto;
	height: 75px;
}
@media (min-width: 768px) {
	header h1 a {
		background-size: auto;
		height: 145px;
	}
}
header .navbar-wrapper { }
header .navbar {
	margin-bottom: 0;
	background: #f7f7f7;
	border-bottom: 1px solid #cdcdcd;
}
header .navbar .navbar-toggle {
	float: left;
	margin: 0px 0 0px 20px;
	border: 0;
	padding: 18px 70px 18px 10px;
	position: relative;
	border-radius: 0;
}
header .navbar .navbar-toggle .tag {
	display: block;
	position: absolute;
	top: 14px;
	right: 10px;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	color: #262626;
}
header .navbar .navbar-collapse {
	border-color: #cdcdcd;
	max-height: none;
}
header .navbar .navbar-collapse > .navbar-nav {
	margin-top: 0;
	margin-bottom: 0;
}
header .navbar .navbar-collapse > .navbar-nav > li {
	border-top: 1px solid #cdcdcd;
	font-size: 18px;
	line-height: 20px;	
}
header .navbar .navbar-collapse > .navbar-nav > li.first {
	border-top: 0;
}
header .navbar .navbar-collapse > .navbar-nav > li > a {
	color: #262626;
	padding: 10px 20px;
}
header .navbar .navbar-collapse > .navbar-nav > li.active > a {
	background: transparent;
	color: #262626;
}
header .navbar .navbar-collapse > .navbar-nav > li.open > a,
header .navbar .navbar-collapse > .navbar-nav > li > a:hover,
header .navbar .navbar-collapse > .navbar-nav > li > a:active,
header .navbar .navbar-collapse > .navbar-nav > li > a:focus {
	background: #fff;
}
header .navbar .navbar-collapse > .navbar-nav > li.open > a {
	border-bottom: 3px solid #bf0000;	
}
header .navbar .navbar-nav .dropdown-menu {
	padding: 10px 30px;
	margin: 0;
	background: #fff;
}
header .navbar .navbar-nav .dropdown-menu > li {
	border-top: 1px dashed #cdcdcd;
	font-size: 16px;
	line-height: 18px;
}
header .navbar .navbar-nav .dropdown-menu > li.first {
	border-top: 0;
}
header .navbar .navbar-nav .open .dropdown-menu > li > a {
	padding: 10px 0;
	color: #262626;
	background: transparent;
}
header .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
header .navbar .navbar-nav .open .dropdown-menu > li > a:active,
header .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #bf0000;
}
header .navbar .navbar-nav .nav_search form {
	position: relative;
	border: 1px solid #cdcdcd;
	background: #f7f7f7;
	margin: 0;
	padding: 0;
	height: 26px;
}
header .navbar .navbar-nav .nav_search form label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	padding-left: 10px;
}
header .navbar .navbar-nav .nav_search form.has-focus label,
header .navbar .navbar-nav .nav_search form.has-text label {
	display: none;
}
header .navbar .navbar-nav .nav_search form input[type=text] {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24px;
	margin: 0;
	border: 0;
	padding: 0 40px 0 10px;
	background: transparent;
	line-height: 24px;
	font-size: 16px;
	color: #262626;
	font-weight: 400;
}
header .navbar .navbar-nav .nav_search form button {
	display: block;
	position: absolute;
	top: 3px;
	right: 10px;
	width: 18px;
	height: 18px;
	margin: 0;
	border: 0;
	padding: 0;
	color: #262626;
	background: transparent url(../images/icon_search.png) center center no-repeat;
	text-indent: -10000px;
	outline: 0;
}
@media (max-width: 340px) {
	/* header h1 a {
		background-size: 100% auto;
	} */
}
@media (min-width: 768px) {
	/* header h1 a {
		background-image: url(../images/header_620.png);
	} */
	header .navbar-wrapper {
		height: 50px;
	}
	header .navbar {
		height: 50px;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-radius: 0;
	}
	header .navbar.is-scrolled {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10000;
	}
	header .navbar .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	header .navbar .navbar-collapse > .navbar-nav > li {
		border-top: 0;
	}
	header .navbar .navbar-collapse > .navbar-nav > li > a {
		height: 50px;
		line-height: 50px;
		/*padding: 0 20px;*/
		padding: 0 0;
	}
	header .navbar .navbar-collapse > .navbar-nav > li.active > a,
	header .navbar .navbar-collapse > .navbar-nav > li > a:hover,
	header .navbar .navbar-collapse > .navbar-nav > li > a:active,
	header .navbar .navbar-collapse > .navbar-nav > li > a:focus {
		border-bottom: 3px solid #bf0000;	
	}	
	header .navbar .navbar-collapse > .navbar-nav > li > a .caret {
		display: none;
	}
	header .navbar .navbar-collapse > .navbar-nav > li.nav_home > a {
		outline: 0;
		text-indent: -10000px;
		background-image: url(../images/icon_home.png);
		background-position: center 16px;
		background-repeat: no-repeat;
		width: 58px;
	}
	header .navbar .navbar-collapse > .navbar-nav > li.nav_search > a {
		outline: 0;
		text-indent: -10000px;
		background-image: url(../images/icon_search.png);
		background-position: center 16px;
		background-repeat: no-repeat;
		width: 58px;
	}	
	header .navbar .navbar-nav .open .dropdown-menu {
		border-radius: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		border-top: 1px solid #cdcdcd;
		box-shadow: 3px 3px 10px rgba(0,0,0,.35)
	}
	header .navbar .navbar-nav .nav_search.open .dropdown-menu {
		left: auto;
		right: 0;
	}
	header .navbar .navbar-nav .nav_search form {
		width: 200px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	header .navbar .navbar-collapse > .navbar-nav > li > a {
		font-size: 16px;
		/* padding-left: 15px; */
		/* padding-right: 15px; */
	}
}

@media (min-width: 768px) {
	header .navbar-nav {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		
		width: 100%;
	}
	header .navbar-nav>li {
		flex-grow: 1;
	}
	header .navbar-nav>li.nav_home, header .navbar-nav>li.nav_search {
		flex-grow: 0;
	}
	header .navbar-nav>li>a {
		text-align: center;
	}
}


/* MAIN CONTENT */
.main-content {
	background: #fff;
	padding: 30px 0 0;
}
.subpage-content {
	margin-bottom: 30px;
}
#pagehead {
	margin-bottom: 20px;
}
#pagehead h1 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #262626;
	text-transform: uppercase;
}
.pagehead-action-bar {
	border: 1px solid #cdcdcd;
	background: #f7f7f7;
	padding: 10px 15px;
}
.pagehead-action-bar .action-buttons {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.pagehead-action-bar .action-buttons li {
	float: left;
	margin-left: 15px;
}
.pagehead-action-bar .action-buttons li a {
	display: block;
	width: 20px;
	height: 20px;
	outline: 0;
	text-indent: -10000px;
	background: transparent center center no-repeat;
}
.pagehead-action-bar .action-buttons li a.print {
	background-image: url(../images/icon_print.png);
}
.pagehead-action-bar .action-buttons li a.share {
	background-image: url(../images/icon_share.png);
}
.pagehead-action-bar .cookie-crumbs {
	list-style: none;
	margin: 0;
	padding: 2px 0;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
}
.pagehead-action-bar .cookie-crumbs li {
	display: inline;
}
.pagehead-action-bar .cookie-crumbs li:before {
	content: " / ";
	display: inline;
}
.pagehead-action-bar .cookie-crumbs li:first-child:before {
	display: none;
}
.pagehead-action-bar .cookie-crumbs li a {
	color: #262626;
}
.pagehead-action-bar .cookie-crumbs li a:hover,
.pagehead-action-bar .cookie-crumbs li a:active,
.pagehead-action-bar .cookie-crumbs li a:focus {
	color: #bf0000;
	text-decoration: none;
}
.subpage-sidebar {
	border-top: 1px solid #cdcdcd;
	background: #f7f7f7;
	padding: 20px;
}
.subpage-sidebar h3 {
	margin: 0;
	padding: 0 0 20px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	color: #262626;
	text-transform: uppercase;
	border-bottom: 3px solid #cdcdcd;
}
.subpage-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.subpage-sidebar ul li {
	border-top: 1px dashed #cdcdcd;
	padding: 10px 0;
}
.subpage-sidebar ul li:first-child {
	border-top: 0;
}
.subpage-sidebar ul li a {
	color: #262626;
}
.subpage-sidebar ul li a:hover,
.subpage-sidebar ul li a:active,
.subpage-sidebar ul li a:focus {
	color: #bf0000;
	text-decoration: none;
}
@media (min-width: 768px) {
	.pagehead-action-bar .action-buttons {
		margin-top: -10px;
		margin-right: -15px;
		margin-bottom: -10px;
	}
	.pagehead-action-bar .action-buttons li {
		margin-left: 0;
		border-left: 1px solid #cdcdcd;
	}
	.pagehead-action-bar .action-buttons li a {
		width: 50px;
		height: 40px;
	}
	.subpage-sidebar {
		border: 1px solid #cdcdcd;
		padding: 30px;
		margin-bottom: 30px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.subpage-sidebar {
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (min-width: 992px) {
	.subpage-content {
		padding-right: 30px;
	}
}

/* FOOTER */
footer {
	background-color: #f7f7f7;
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	border-top: 1px solid #cdcdcd;
	/* border-top: 5px solid #bf0000; */
	padding: 40px 0px;
}
footer a:link,
footer a:visited {
	color: #fff;
}
footer a:hover,
footer a:active,
footer a:focus {
	color: #fff;
	text-decoration: underline;
}
footer .tagline {
	margin: 0 0 20px;
	padding: 0;
	border-bottom: 1px solid #fff;
	border-bottom-color: rgba(255,255,255,0.35);
	background: url(../images/header_320.png) center center no-repeat;
	height: 95px;
	text-indent: -10000px;
}
footer h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	margin: 0 0 0;
	padding: 0;
	position: relative;
}
footer h3 button[rel=toggle] {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: 0;
	padding: 0;
	width: 16px;
	height: 10px;
	background: transparent url(../images/carat_up_down.png) 0 0 no-repeat;
	text-indent: -10000px;
	outline: 0;
}
footer .is-expanded h3 button {
	background-position: 0 -10px;
}
footer .section {
	border-bottom: 1px dashed #fff;
	border-bottom-color: rgba(255,255,255,0.35);
	padding: 0 0 10px;
	margin: 0 0 10px;
}
footer .section .section-body {
	display: none;
	padding-top: 1em;
}
footer .section.is-expanded .section-body {
	display: block;
} 
footer .offices .offices-container {
	margin-bottom: 20px;
}
footer .offices address {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 14px;
}
footer .offices address p {
	margin: 0;
	padding: 0;
}
footer .offices .email {
	display: block;
	float: left;
	padding: 10px 20px;
	border-radius: 3px;
	background: #fff;
	color: #bf0000;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
}
footer .offices .email:hover,
footer .offices .email:active,
footer .offices .email:focus {
	background: #bf0000;
	color: #fff;
	text-decoration: none;
}
footer .site-map {
	display: none;
}
footer .site-map h3 {
	text-transform: uppercase;
}
footer .site-map ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .site-map ul li {
	margin: 0 0 1em;
}
@media (max-width: 340px) {
	footer .tagline {
		background-size: 100% auto;
	}
}
@media (min-width: 768px) {
	footer .tagline {
		background-image: url(../images/header_620.png);
		background-position: left center;
		margin-bottom: 30px;
	}
	footer .offices {
		padding-right: 30px;
	}
	footer .site-map {
		display: block;
		border-left: 1px solid #fff;
		border-left-color: rgba(255,255,255,0.35);
		padding-left: 30px;
	}	

}
@media (min-width: 992px) {
	footer .site-map .section {
		border-bottom: 0;
	}
	footer .site-map .section h3 button {
		display: none;
	}
	footer .site-map .section .section-body {
		display: block;
	}
	footer .site-map {
		padding-left: 0;
	}
	footer .site-map .section {
		padding-left: 30px;
	}	
}

/* SOCIAL BAR */
.social-bar {
	color: #fff;
	padding: 15px 0px 40px;
	width: 100%;
	/* height: 41px; */
	/* background: #fff; */
}
.social-bar .container {
	/* padding-top: 10px; */
	/* padding-bottom: 10px; */
	/* height: 21px; */
	/* line-height: 21px; */
	/* font-size: 15px; */
}
.social-bar .header {
	display: none;
	font-style: italic;
}
.social-bar .links {
	color: #262626;
}
.social-bar .links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-bar .links ul li {
	float: left;
	margin-right: 10px;
}
.social-bar .links ul li a {
	display: block;
	height: 21px;
	color: #262626;
}
.social-bar .links ul li a .icon {
	display: block;
	float: left;
	width: 21px;
	height: 21px;
	background: 0 0 no-repeat;
	text-indent: -10000px;
}
.social-bar .links ul li.twitter a .icon {
	background-image: url(../images/icon_social_twitter_circle.png);
}
.social-bar .links ul li.facebook a .icon {
	background-image: url(../images/icon_social_facebook_circle.png);
}
.social-bar .links ul li.youtube a .icon {
	background-image: url(../images/icon_social_youtube_circle_white.png);
}
.social-bar .links ul li.rss a .icon {
	background-image: url(../images/icon_social_rss_circle_white.png);
}
.social-bar .links ul li a .tag {
	display: block;
	position: relative;
	float: left;
	height: 21px;
	line-height: 19px;
	border: 1px solid #a3a2a3;
	font-size: 12px;
	font-style: italic;
	margin-left: 7px;
	padding: 0 3px;
}
.social-bar .links ul li a .tag:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right-color: #a3a2a3;
	position: absolute;
	top: 5px;
	left: -10px;
}
.social-bar .links ul li a .tag:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-right-color: #fff;
	position: absolute;
	top: 6px;
	left: -8px;
}
/* @media (min-width: 768px) {
	.social-bar .header {
		display: block;
	}
	.social-bar .links {
		border-left: 1px solid #a3a2a3;
	}
} */
/* @media (min-width: 992px) and (max-width: 1199px) {
	.social-bar .header {
		font-size: 14px;
	}
} */

.module>h2 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 600;
	font-variant: small-caps;
	margin: 0 0 15px;
	padding: 0;
}

#office-locations {
}
#office-locations #offices-nav-mobile {
	display: block;
	color: #fff;
	background: #a3a3a3;
	border: 0;
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	font-weight: 600;
	padding: 0 20px;
}
#office-locations .offices-nav-full {
	display: none;
	color: #fff;
	background: #a3a3a3;
	width: 100%;
	margin-bottom: 20px;
}
#office-locations .offices-nav-full ul {
	display: table-row;
	margin: 0;
	padding: 0;
	list-style: none;
}
#office-locations .offices-nav-full ul li {
	display: table-cell;
}
#office-locations .offices-nav-full ul li a {
	display: block;
	text-align: center;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	font-weight: 600;
}
#office-locations .offices-nav-full ul li a:hover,
#office-locations .offices-nav-full ul li a:active,
#office-locations .offices-nav-full ul li a:focus,
#office-locations .offices-nav-full ul li a.highlighted {
	border-bottom: 5px solid #bf0000;
	text-decoration: none;
}
#office-locations .offices-tabs {
	margin-bottom: 20px;
}
#office-locations .offices-tabs .offices-tab {
	display: none;
	min-height: 150px;
	background: #333 right center no-repeat;
	color: #fff;
	padding: 20px;
}
#office-locations .offices-tabs .offices-tab.is-visible {
	display: block;
}
#office-locations .offices-tabs .offices-tab h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	text-shadow: 2px 2px 2px #000;
}
#office-locations .offices-tabs .offices-tab address {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	text-shadow: 2px 2px 2px #000;
}
#office-locations .offices-tabs .offices-tab address p {
	margin: 0;
	padding: 0;
}
#office-locations .offices-map {
	background: url(../images/map.png) 0 0 no-repeat;
	width: 310px;
	height: 250px;
	margin: 0 auto 20px;
}
#office-locations.show-ot-upstate .offices-map {
	background-position: 0 -500px;
}
#office-locations.show-ot-midlands .offices-map {
	background-position: 0 -1000px;
}
#office-locations.show-ot-pee-dee .offices-map {
	background-position: 0 -1250px;
}
#office-locations.show-ot-lowcountry .offices-map {
	background-position: 0 -1500px;
}
#office-locations.show-ot-piedmont .offices-map {
	background-position: 0 -750px;
}
#office-locations.show-ot-golden-corner .offices-map {
	background-position: 0 -250px;
}
#office-locations.hover-ot-upstate .offices-map {
	background-position: 0 -500px;
}
#office-locations.hover-ot-midlands .offices-map {
	background-position: 0 -1000px;
}
#office-locations.hover-ot-pee-dee .offices-map {
	background-position: 0 -1250px;
}
#office-locations.hover-ot-lowcountry .offices-map {
	background-position: 0 -1500px;
}
#office-locations.hover-ot-piedmont .offices-map {
	background-position: 0 -750px;
}
#office-locations.hover-ot-golden-corner .offices-map {
	background-position: 0 -250px;
}
@media (max-width: 767px) {
	#office-locations .offices-tabs .offices-tab {
		background-image: none !important;
	}
}
@media (min-width: 768px) {
	#office-locations #offices-nav-mobile {
		display: none;
	}
	#office-locations .offices-nav-full {
		display: table;
	}
	#office-locations .offices-bottom {
		position: relative;
		height: 250px;
		margin-bottom: 20px;
	}
	#office-locations .offices-tabs {
		margin-bottom: 0;
		padding-right: 150px;
		padding-top: 50px;
	}
	#office-locations .offices-tabs .offices-tab {
		padding-right: 50px;
	}
	#office-locations .offices-map {
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
}
#get-connected {
	overflow: hidden;
}
#get-connected .tab-list {
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	margin: 0;
	padding: 0;
	list-style: none;
}
#get-connected .tab-list li {
	float: left;
	width: 33.3%;
}
#get-connected .tab-list li a {
	display: block;
	position: relative;
	height: 50px;
	text-align: left;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: 700;
	color: #262626;	
	outline: 0;
}
#get-connected .tab-list li a:hover,
#get-connected .tab-list li a:active,
#get-connected .tab-list li a:focus,
#get-connected .tab-list li a.highlighted {
	border-bottom: 5px solid #bf0000;
}
#get-connected .tab-list li a .centerer {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
}
#get-connected .tab-list li a .centerer-inner {
	display: block;
	float: left;
}
#get-connected .tab-list li a .inner {
	display: block;
	margin-left: -50%;
	background-position: left 9px;
	background-repeat: no-repeat;
}
#get-connected .tab-list li.twitter a .inner {
	padding-left: 36px;
	background-image: url(../images/icon_social_twitter.png);
}
#get-connected .tab-list li.facebook a .inner {
	padding-left: 16px;
	background-image: url(../images/icon_social_facebook.png);
}
#get-connected .tab-list li.youtube a .inner {
	padding-left: 39px;
	background-image: url(../images/icon_social_youtube.png);
}
#get-connected .tabs .tab {
	display: none;
	padding: 20px 0;
}
#get-connected .tabs .tab.is-visible {
	display: block;
}
#get-connected .tabs .tab iframe {
	display: block;
	margin: 0 auto;
}
#get-connected .tabs .tab ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#get-connected .tabs .tab#gc-twitter .username {
	display: block;
	height: 32px;
	line-height: 32px;
	color: #262626;
	font-size: 18px;
	padding: 0 0 0 40px;
	background: url(../images/icon_social_twitter.png) left center no-repeat;
	font-weight: 700;
}
#get-connected .tabs .tab#gc-twitter .username:hover {
	text-decoration: underline;
}
#get-connected .tabs .tab#gc-twitter li {
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px dashed #cdcdcd;
	font-size: 16px;
	line-height: 18px;
	color: #262626;
}
#get-connected .tabs .tab#gc-twitter li a {
	color: #428bca;
	font-weight: 700;
}
#get-connected .tabs .tab#gc-twitter li a:hover {
	text-decoration: underline;
}
#get-connected .tabs .tab#gc-youtube .subscribe-label {
	position: relative;
	left: 130px;
	top: -28px;
	font-weight: 700;
	line-height: 20px;
}
#get-connected .tabs .tab#gc-youtube .youtube-link {
	height: 34px; /* 24 + 10 */
	margin-bottom: 10px;
	border-bottom: 1px dashed #cdcdcd;
}
#get-connected .tabs .tab#gc-youtube li {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #cdcdcd; 
}
#get-connected .tabs .tab#gc-youtube li a:hover,
#get-connected .tabs .tab#gc-youtube li a:active,
#get-connected .tabs .tab#gc-youtube li a:focus {
	text-decoration: none;
}
#get-connected .tabs .tab#gc-youtube li img {
	float: left;
	margin-right: 10px;
}
#get-connected .tabs .tab#gc-youtube li .title {
	display: block;
	font-weight: 700;
	color: #262626;
}
#get-connected .tabs .tab#gc-youtube .view {
	display: table-cell;
	padding: 10px 20px;
	border-radius: 3px;
	font-size: 14px;
	line-height: 15px;
	color: #fff;
	background: #bf0000;
	font-weight: 700;
}
#get-connected .tabs .tab#gc-youtube .view:hover,
#get-connected .tabs .tab#gc-youtube .view:active,
#get-connected .tabs .tab#gc-youtube .view:focus {
	background: #ac0000;
	text-decoration: none;
}


/* CFDEBUG */
body > p {
	display: none;
}
.cfdebug {
	display: none;
}
