<br />
<b>Warning</b>:  Use of undefined constant black - assumed 'black' (this will throw an Error in a future version of PHP) in <b>/home/bsldnhckylog1/public_html/css/style-css-v2.3.php</b> on line <b>34</b><br />

/*******************

      CSS stylsheet - 

********************/

.show-mobile {
	display:none;
}
	
@media all and (max-width:767px) {
	.show-mobile {
		display:block;
	}
	.fixture_goalscorers {
		display:none;
	}
}

.fixture_goalscorers {
	text-align:center;
}

.hockey_emoji {
	font-size:20px;
}

.pageContainer {
	max-width:1200px;
	margin:auto;
	padding:0 10px;
}

.bannerSection {
	width:100%;
	z-index:1;
	position:relative;
}
.bannerInner {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding:0 10px;
}

.bannerInner p {
	margin-bottom:20px;
	font-size:16px;
}

.header_banner {
	background: rgb(176,0,0);
	background: -moz-linear-gradient(180deg, rgba(176,0,0,1) 0%, rgba(176,0,0,1) 50%, rgba(202,0,0,1) 50%, rgba(202,0,0,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(176,0,0,1) 0%, rgba(176,0,0,1) 50%, rgba(202,0,0,1) 50%, rgba(202,0,0,1) 100%);
	background: linear-gradient(180deg, rgba(176,0,0,1) 0%, rgba(176,0,0,1) 50%, rgba(202,0,0,1) 50%, rgba(202,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b00000",endColorstr="#ca0000",GradientType=1);
	text-align:center;
}

.header_banner .page-banner-title {
	text-align:center;
	padding:15px 0;
}

.site_btn {
	text-align:center;
	padding:5px 10px;
	background:#fc0000;
	border:1px solid #fc0000;
	color:white;
	margin-bottom:20px;
	display:inline-block;
	cursor:pointer;
}

.site_btn:hover {
	background:white;
	color:#333;
	border:1px solid #333;
}

h1, h2, h3 {
	color:#c90000;
	font-weight:600;
	font-family:"Cabin Condensed", sans-serif;
}
h2 {
	font-size:40px;
	line-height:40px;
	text-align:center;
}
.page-banner-title {
	color:white;
	font-weight:900;
	font-family:"Cabin", sans-serif;
	margin:0;
	padding:40px;
	font-size:80px;
	line-height:normal;
	text-align:left;
}
#videoBannerContainer {
	width: 100%;
	height: 450px;
	position: relative;
	background-image:url('/img/SHCbanner-still.jpg');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	overflow:hidden;
}
#videoBanner {
	position: absolute;
	width: 100%;
	height: 110%;
	left: 0px;
	top: -5%;
	object-fit: cover;
	background-size: cover;
	background-position: center center;
}
.videoBannerTitle {
	font-size:130px;
	color:white;
	position:absolute;
	width:100%;
	text-align:center;
	top:50%;
	transform: translate(0, -50%);
	margin:0;
	font-weight:900;
	z-index:100;
	line-height:100px;
	font-family:"Cabin", sans-serif;
}
span.videoBannerTitle {
	color:black;
	z-index:90;
	top: 51%;
	left: 5px;
}

.tab-headings {
	width:200px;
	float:left;
	margin-right:25px;
}
.tab-content {
	width:calc(100% - 225px);
	display:block;
	margin-left:225px;
}
.tab-headings ul,
.tab-content ul {
	padding:0;
	margin:0;
	border:1px solid #d5d5d5;
}
.tab-headings ul li,
.general-mob-li {
	padding:10px 15px;
	border-bottom:1px solid #d5d5d5;
	background:#f5f5f5;
	cursor:pointer;
}
.general-mob-li {
	border:1px solid #d5d5d5;
}
.tab-container .tab-headings ul li i,
.general-mob-li i {
	color:#0332b2;
}
.tab-headings ul li:hover,
.tab-headings ul li.active,
.general-mob-li.active,
.general-mob-li:hover {
	background:#0332b2;
	color:white;
}
.tab-container .tab-headings ul li.active i,
.tab-container .tab-headings ul li:hover i,
.tab-container .tab-headings ul li.active:hover i,
.general-mob-li.active i,
.general-mob-li:hover i,
.general-mob-li.active:hover i {
	color:white;
}
.general-details,
.general-mob-li {
	display:none;
}
.general-details.active {
	display:block;
}
.main-tab-heading,
.main-tab-heading i.fa {
	color:#0332b2;
}
.tab-content ul.membership-list {
	border:none;
	margin-top:15px;
}
.tab-content ul.membership-list a {
	color:inherit;
	text-decoration:none;
}
.tab-content ul.membership-list li {
	padding:10px 15px;
	margin-bottom:7px;
}
.tab-content ul.membership-list li.current_form {
	border:1px solid #69c079;
	background:#e7f5e9;
}
.tab-content ul.membership-list li.past_form {
	border:1px solid #dedede;
	background:#f1f1f1;
}
.tab-content ul.membership-list li.current_form i.fa-check {
	color:#419b52;
}
.tab-content ul.membership-list li.past_form i.fa-times {
	color:#be2d3d;
}
.full_name {
	width:100%;
	position:relative;
}
.worksheet-left .full_name input[type=input] {
	width:calc(50% - 7px);
	box-sizing:border-box;
	position:relative;
	min-width:100px;
	transition: width 0s;
}
.worksheet-left .full_name input[type=input]:first-child {
	margin-right:9px;
}
.member_hide_checkbox,
.availability_hide_checkbox,
.team_hide_checkbox,
.team_cap_hide_checkbox,
.roles_hide_checkbox {
	display:none;
}
.member_checkbox,
.member_checkbox_all,
.availability_checkbox,
.availability_checkbox_all,
.team_checkbox,
.team_checkbox_all,
.team_cap_checkbox,
.team_cap_checkbox_all,
.roles_checkbox,
.roles_checkbox_all {
	width:20px;
	height:20px;
	border:1px solid #848e95;
	display:block;
	border-radius:2px;
	cursor:pointer;
	font-size:16px;
}
.member_checkbox:hover,
.member_checkbox_all:hover,
.availability_checkbox:hover,
.availability_checkbox_all:hover,
.team_checkbox:hover,
.team_checkbox_all:hover,
.team_cap_checkbox:hover,
.team_cap_checkbox_all:hover,
.roles_checkbox:hover,
.roles_checkbox_all:hover {
	border-color:#112c54;
}
.member_checkbox.checked,
.member_checkbox_all.checked,
.availability_checkbox.checked,
.availability_checkbox_all.checked,
.team_checkbox.checked,
.team_checkbox_all.checked, 
.team_cap_checkbox.checked,
.team_cap_checkbox_all.checked, 
.roles_checkbox.checked,
.roles_checkbox_all.checked {
	background:#112c54;
}

.new_table_layout th {
	border-bottom:none;
	vertical-align:middle;
	border-bottom:1px solid #e1e1e1;
}
.new_table_layout td {
	border-bottom:1px solid #e1e1e1;
	font-size:19px;
	padding:12px 8px;
}
.checkbox_th,
.checkbox_td {
	width:30px;
}
.club_role,
.club_role_th {
	text-align:center;
}
.club_role .fa-check {
	color:green;
	font-size:16px;
}
.club_role .fa-times,
.club_role .fa-minus {
	color:lightgrey;
	font-size:16px;
}
.clickable_row {
	cursor:pointer;
}
.member_row:hover {
	background:#f1f1f1;
}
.member_row:hover .checkbox_td {
	background:white;
}
.member_last_name {
	font-weight:bold;
}
.member_team_name.member_team_captain {
	font-weight:bold;
	color:#0332b2;
}

li.selected_player {
	list-style-type:decimal;
	font-size:19px;
	margin-bottom:5px;
}

.contact-name-container {
	text-align:center;
	padding-top:20px;
}

.pitch-location-container {
	text-align:left;
	padding-top:20px;
}

.pitch-location-container h2 {
	text-align:left;
}

.pitch-location-container iframe {
	max-width:100%;
}
	
.contact-name {
	font-size:30px;
	margin-top:0;
	margin-bottom:0;
}

.padding-20 {
	padding:20px 10px;
}

@media all and (max-width:1023px) {
	#videoBannerContainer {
		height:300px;
	}
	.videoBannerTitle {
		font-size:80px;
		line-height:80px;
	}
	h2 {
		font-size:30px;
		line-height:30px;
	}
	.page-banner-title {
		font-size:50px;
		line-height:50px;
		padding:40px 30px;
	}
}
@media all and (max-width:767px) {
	#videoBannerContainer {
		height:200px;
	}
	.videoBannerTitle {
		font-size:50px;
		line-height:50px;
	}
	h2 {
		font-size:25px;
		line-height:25px;
	}
	.page-banner-title {
		font-size:40px;
		line-height:40px;
		padding:40px 20px;
	}
	.tab-headings {
		display:none;
	}
	.general-mob-li {
		display:block;
	}
	.general-details.active {
		display:none;
	}
	.tab-content {
		float:none;
		width:100%;
		margin:0;
	}
	.socialFooter, .resourcesFooter, .newsFooter {
		width:100%;
		margin:0;
		float:none;
		text-align:center;
	}
	.socialFooter a:last-child {
		margin-right:0;
	}
	.mobile_header_container {
		border-bottom:10px solid #333;
	}
	.full_name {
		width:100%;
		position:relative;
	}
	.worksheet-left .full_name input[type=input] {
		width:100%;
		box-sizing:border-box;
		position:relative;
	}
	.worksheet-left .full_name input[type=input]:first-child {
		margin-right:0;
	}
}
@media all and (max-width:400px) {
	#videoBannerContainer {
		height:200px;
	}
	.videoBannerTitle {
		font-size:40px;
		line-height:40px;
	}
	h2 {
		font-size:20px;
		line-height:20px;
	}
	.page-banner-title {
		font-size:40px;
		line-height:40px;
		padding:40px 10px;
	}
}

.fixture_container h1, 
.fixture_container h2, 
.fixture_container h3 {
	color:#333;
	font-weight:600;
	font-family:"Cabin", sans-serif;
}
		
/*******************

	New Header

*******************/

header.app_header {
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	height:auto;
	position:relative;
}

header.app_header .fm-logo {
	width:55px;
	max-height:100%;
	margin:0;
	padding:0;
}

nav.app_menu {
	float:right;
	font-family: 'Cabin', sans-serif;
	font-weight:500;
	font-size:18px;
	position:relative;
	background:#fc0000;
	padding-left:10px;
}

nav.app_menu:before {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 78px 60px;
    border-color: transparent transparent #fc0000 transparent;
    position: absolute;
    left: -60px;
}

nav.app_menu ul {
	padding-left:0;
	margin:0;
}

nav.app_menu ul li {
	float:left;
	padding:0;
	position:relative;
}

nav.app_menu ul li a {
	color:white;
    padding: 29px 17px;
    display:block;
    border-left: 1px solid #e30000;
    cursor:pointer;
}

nav.app_menu ul li a:hover {
	text-decoration:none;
	background:#c90000;
	color:white;
}

nav.app_menu ul li ul.sub_nav_menu {
	display:none;
	position:absolute;
	top:78px;
	left:0;
	background:#fc0000;
}

nav.app_menu ul li:hover ul.sub_nav_menu {
	display:block;
}

nav.app_menu ul li ul.sub_nav_menu li {
	display:block;
	width:auto;
}

nav.app_menu ul li ul.sub_nav_menu li a {
	padding:10px 15px;
	margin:0;
	border:none;
	width:200px;
	border-bottom: 1px solid #e30000;
}

div.sub_header_container {
	background:#112c54;
	position:relative;
	z-index:10;
}

nav.sub_app_menu {
	/* background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); */
}

nav.sub_app_menu ul {
	margin:0;
	padding-left:10px;
}

nav.sub_app_menu ul li {
	float:right;
}

nav.sub_app_menu ul li a {
	color:white;
	padding: 15px 17px;
    display: block;
    border-left: 1px solid #6e6e6e;
    cursor:pointer;
}

nav.sub_app_menu ul li a i {
	color:inherit;
}

nav.sub_app_menu ul li a:hover {
	background:white;
	color:rgb(16,29,69);
	text-decoration:none;
}

.app-container,
nav.sub_app_menu {
    max-width:1500px;
    margin-left:auto;
    margin-right:auto;
}

.app-content-area {
	margin:0;
	padding:0 10px;
}

/*******************

	New Fixtures View

*******************/

.widget_header {
	text-align:center;
	text-transform:uppercase;
	font-size:32px;
	color:#4e70c5;
	margin-top:0;
}

.fixture_container h1 {
	padding-left:0;
	margin-bottom:8px;
}

h3.fixture_date {
	margin-bottom:5px;
	margin-left:10px;
	font-size:15px;
	font-weight:normal;
	margin-top:5px;
}

h3 .fixture_day {
	font-weight:bold;
	font-size:25px;
}

.fixture_list {
	display:block;
	padding:0;
	margin:0;
}

.fixture_list li {
	position:relative;
	height:25px;
	padding:5px 0;
	border-top: 1px solid #e7e7e7;
	background:white;
	color:#333;
}

.fixture_list li:last-child {
	border-bottom: 1px solid #e7e7e7;
}

.fixture_list li a {
	color:inherit;
}

.fixture_list li:hover {
	background:#e7e7e7;
	cursor:pointer;
}

.fixture_list img {
	max-width:25px;
	max-height:25px;
	height:25px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.fixture_list .team_score_details,
.fixture_list .venue_details {
	width:60%;
	float:left;
	position:relative;
}

.fixture_list .venue_details {
	width: 30%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.fixture_list .teams_score {
	padding:0;
	display:inline-block;
	width:100%;
	position:relative;
}

.fixture_list .venue {
	line-height:25px;
}

.fixture_list .separator {
	line-height:25px;
	background:#0332b2;
	color:white;
	width:60px;
	font-weight:400;
	display:inline-block;
	text-align:center;
	position:absolute;
}

.fixture_list .home_team,
.fixture_list .away_team {
	display:inline-block;
	position:relative;
	width:calc(50% - 80px);
	margin-top:4px;
}

.fixture_list .home_team .my_club,
.fixture_list .away_team .my_club {
	font-weight:500;
}

.fixture_list .club_logo {
	position:absolute;
	top:50%;
	margin-top:-13.5px;
	text-align:center;
	width:25px;
	height:25px;
}

.fixture_list .home_team {
	text-align:right;
	padding-right:40px;
}

.fixture_list .home_team_name,
.fixture_list .away_team_name {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display:block;
}

.fixture_list .mob-view {
	display:none;
}

.fixture_list .home_team .club_logo {
	right:7px;
}

.fixture_list .away_team {
	text-align:left;
	padding-left:103px;
}

.fixture_list .away_team .club_logo {
	left:70px;
}

.fixture_list .view_fixture {
	width:10%;
	text-align:right;
	float:left;
}

.fixture_list a.view_link {
	text-align:right;
	margin-right:10px;
	margin-top:6px;
	display:inline-block;
	font-size:12px;
}

.fixture_list .fix_info {
	display:none;
}

.fixture_list li a:hover {
	color:#3a68c2;
}

.fixture_list .league_name {
	display:none;
}

/*******************

	New Fixtures View Single
	
********************/

h1.fixture-title {
	height:34px;
	padding:0;
}

.edit-fixture-container .home_team_name,
.edit-fixture-container .club_logo,
.edit-fixture-container .away_team_name {
	display:inline-block;
}

h2.fixture-date {
	font-weight:normal;
	margin:10px;
	padding:0;
	text-align:center;
	line-height:normal;
	color:#333;
}

.fixture_header {
	width:100%;
	position:relative;
}
.fixture_header .fixture-left,
.fixture_header .fixture-right {
	width:calc(50% - 85px);
	background:none;
	float:left;
	margin-top:6px;
	color:#333;
}

.fixture_header .club_logo {
	width:100%;
	height:initial;
	position:relative;
	display:inline-block;
	top:initial;
	background:white;
}

.fixture_header .fixture-left .club_logo {
	left:0;
}

.fixture_header .fixture-right .club_logo {
	right:0;
}

.fixture_header .fixture-left .club_team_name_container,
.fixture_header .fixture-right .club_team_name_container {
	text-align:center;
	padding-left:0;
	padding-right:0;
	width:100%;
	height:initial;
}

.fixture_header .club_logo img {
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-height:75px;
	height:75px;
}

.fixture_header .club_team_name_container {
	text-align:center;
	display:block;
	width:calc(100% - 85px);
	display:table;
	height:75px;
}

.fixture_header .club_team_name_container .club_team_name {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	
}

.fixture_header .fixture-left .club_team_name_container .club_team_name,
.fixture_header .fixture-right .club_team_name_container .club_team_name{
	padding:0;
	display:block;
	font-weight:initial;
}

.fixture_header .club_team_name_container .team_name {
	font-size:18px;
	line-height:30px;
}

.fixture_header .time_result_container {
	padding:20px 20px;
	background:#282828;
	font-size:40px;
	float:left;
	color:white;
	width:130px;
	text-align:center;
	line-height:47px;
	margin-top:23px;
}

.fixture_header .club_team_name_container .club_name {
	font-size:30px;
	display:block;
	line-height:28px;
	font-family: 'Cabin Condensed', sans-serif;
	font-weight:bold;
}

.mobile_club_and_team_names {
	table-layout:fixed;
	margin-bottom:20px;
	display:none;
}
.mobile_home_name,
.mobile_away_name {
	width:50%;
	padding:0;
	text-align:center;
	font-size:18px;
}
.mobile_home_name span,
.mobile_away_name span {
	display:block;
}
.mobile_name_center {
	width:90px;
	padding:0;
	text-align:center;
	opacity:0;
}

.asset_button {
	display:inline-block;
	cursor:pointer;
}

.asset_button a {
      margin-right: 5px;
      margin-left:5px;
      margin-bottom:10px;
      display:block;
      background: #0332b2;
      border:1px solid #0332b2;
      padding: 5px 7px;
      font-size: 14px;
      text-decoration:none;
      color:white;
      transition: all 0.5s;
}

.asset_button a:hover {
	background:white;
	color:#333;
	border:1px solid #333;
	text-decoration:none;
}
dl {
	position:relative;
	width:100%;
}
dt {
	font-size:14px;
	font-weight:lighter;
}
dd {
	font-size:16px;
	font-weight:bold;
	margin:0 5px 10px 5px;
	padding:3px 0 3px 5px;
	box-sizing:border-box;
	border-bottom: 1px solid #d9d9d9;
}
.edit-form h3 {
	text-transform:uppercase;
	color:#0332b2;
}
div.venue_map {
	margin-bottom:20px;
}

.fixture_details dl {
	float:left;
	text-align:center;
	position:relative;
	margin:0;
}
.fixture_details dl dt {
	font-size:18px;
}
.fixture_details dl dd {
	border:none;
	font-size:25px;
	font-weight:normal;
}
.fixture_details dl.fixture_date {
	width:100%;
}
.fixture_details dl.fixture_venue,
.fixture_details dl.fixture_league {
	width:calc(100% / 2);
}
.actions_map_container {
	width:100%;
}
.actions_map_container h3 {
	font-size:25px;
}
.actions_map_container .fixture_buttons,
.actions_map_container .venue_map {
	width:calc(50% - 10px);
	float:left;
}
.actions_map_container .fixture_buttons {
	margin-right:10px;
}
.actions_map_container .venue_map {
	margin-left:10px;
}
.actions_map_container #selected_squad {
	display:none;
}
.actions_map_container .fixture_buttons {
	text-align:left;
}
.actions_map_container .fixture_buttons h3 {
	margin-bottom:0;
}
.actions_map_container .fixture_buttons ul {
	padding-left:0;
}
.actions_map_container .fixture_buttons ul li a {
	cursor:pointer;
	padding:8px 10px;
	border-bottom:1px solid #cecece;
	display:block;
}

@media all and (max-width:767px) {
	.fixture_header .mob_team_names {
		display:table;
	}
	.fixture_header .club_team_name_container .club_name,
	.fixture_header .club_team_name_container .team_name {
		display:none;
	}
	.fixture_header .time_result_container {
		font-size:30px;
		padding:5px 10px;
		width:70px;
		margin-top:14px;
	}
	.fixture_header .fixture-left,
	.fixture_header .fixture-right {
		background:none;
		color:#333;
		width:calc(50% - 45px);
	}
	.fixture_details dl {
		float:none;
	}
	.fixture_details dl.fixture_venue,
	.fixture_details dl.fixture_league {
		width:100%;
	}
	.fixture_details dl dt {
		font-size:16px;
	}
	.fixture_details dl dd {
		font-size:18px;
	}
	.actions_map_container .fixture_buttons,
	.actions_map_container .venue_map {
		width:100%;
		float:none;
		margin-left:0;
		margin-right:0;
	}
	.mobile_club_and_team_names {
		display:table;
	}
}

/*******************

	Mobile View

*******************/

@media all and (max-width:767px) {
	.fixture_list li {
		height:auto;
		font-size:14px;
	}
	.fixture_list .league_name {
		display:block;
		text-align:center;
	}
	.fixture_list .team_score_details,
	.fixture_list .venue_details,
	.fixture_list .view_fixture {
		float:none;
		width:100%;
	}
	.fixture_list .venue_details {
		text-align:center;
	}
	.fixture_list .view_fixture {
		display:none;
	}
	.fixture_list .separator {
		font-size:14px;
		width:50px;
	}
	.fixture_list .home_team,
	.fixture_list .away_team {
		width:calc(50% - 69px);
	}
	.fixture_list .away_team .club_logo {
		left:61px;
	}
	.fixture_list .away_team {
		padding-left:93px;
	}
}

/********************

	CSS

*********************/

input,
select,
textarea {
    border-radius: 0;
    box-sizing: border-box;
}

.red-asterik {
	color:#FF4C4C;
}

.logo-wrapper {
	float:left;
	
}

.tab-container .tab-headings ul li i {
    color: #0332b2;
}

.tab-container .tab-headings ul li:hover i {
    color: white;
}

.tab-container .tab-headings ul li.active i {
    color: white;
}

.tab-container .tab-headings ul li.active:hover i {
    color: white;
}

/*******************

	CHC Fixtures

********************/

table thead.fixtures-header th {
	font-weight:bold;
	font-size:13px;
}

table tr.home_fixture {
	background:#CFFFCF;
}

table tr.away_fixture {
	background:white;
}

table tr.home_fixture.cup-fixture,
table tr.away_fixture.cup-fixture {
	background:#FFFFCF;
}

table tr.date-start {
	border-top:1px solid #cecece;
}

table tr.month-start {
	border-top:2px solid black;
}

table tr.past {
	display:none;
}

a.no-link {
	color:#333;
}

a.no-link:hover {
	text-decoration:none;
}

td.hide-desktop,
span.hide-desktop,
tr.hide-desktop,
td span.hide_date,
td a.hide_date {
	display:none;
}

tr.month-head-row {
	background:#333;
}

tr.month-head-row td {
	color:white;
}

div.fixtures-page {
	padding:0 40px;
}

div.login_button {
	float:right;
}

div.login_button i {
	padding:10px;
}

/*******************

	CHC Edit

********************/

.edit-fixture-container {
	margin-top:20px;	
}

.fixture-title {
	margin-bottom:0;
	font-size:25px;
}

.fixture-date {
	margin-top:0;
	margin-bottom:20px;
	font-family:'Cabin', sans-serif;
	font-size:16px;
}

.edit-form {
	float:left;
	padding:10px;
	background:white;
	margin-right:10px;
	border:1px solid #dedede;
	min-width:300px;
	margin-bottom:15px;
}

.edit-form h3 {
	margin-top:5px;
}

.edit-form input[type=number] {
	max-width:150px;
	min-width:150px;
}

/*******************

      Site Wide

********************/

body {
      font-family: 'Cabin', sans-serif;;
      font-size:16px;
      line-height:20px;
      margin:0;
      padding:0;
      background:#ffffff;
      color:#333;
      -webkit-font-smoothing:antialiased;
}

.full-container,
.footer_container {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}

.clearfix {
      clear:both;
}

a {
      color:#0645ad;
      text-decoration:none;
      -webkit-transition: background 0.5s;
      transition: 0.5s;
}

a:hover {
      text-decoration:underline;
}

p {
      margin:0;
}

li {
      list-style-type:none;
}
table {
      border-collapse:collapse;
      text-align:left;
      font-family: 'Cabin', sans-serif;
      width:100%;
}

thead {
      font-size: 100%;
      vertical-align: baseline;
      margin: 0;
      padding: 0;
      outline: 0;
      border: 0;
      background: 0 0;
}

th {
      font-size: 14px;
      font-weight: lighter;
      color: #6e6e6e;
      border-bottom: 1px solid #6e6e6e;
      padding: 10px 8px;
      text-align:left;
}

tbody {
      font-size: 100%;
      vertical-align: baseline;
      margin: 0;
      padding: 0;
      outline: 0;
      border: 0;
      background: 0 0;
}

td {
      font-size:15px;
      color: #333;
      font-weight:normal;
      padding: 6px 8px;
      vertical-align: middle;
      word-break: break-word;
}

td {
	word-break:normal;
}

td.td-head {
	word-break:normal;
}

.center-td {
	text-align:center;
}

thead tr {
      cursor:auto;
}

thead tr:hover {
      background:none;
}

i.fa {
	color: #333;
}

.row-edit-buttons {
	visibility:hidden;
	transition: visibility 0s;
	font-size:14px;
	color: #9e9e9e;
	display:block;
	margin:5px 0 5px 15px;
}

.row-edit-buttons a {
	transition: visibility 0s;
	margin: 0 5px;
	color:white;
}

tr:hover .row-edit-buttons {
	visibility:visible;
}

h3.table-header {
	margin-bottom:0;
}

.label-note {
	font-size:13px;
	font-style:italic;
}

input[type=input].td-input,
input[type=submit].td-input{
	min-width:0;
	width:100%;
}

table tr td i {
	cursor:pointer;
}

.outstanding-section {
	margin-bottom:15px;
}

.outstanding-notify {
	width:100%;
	background:white;
	color:rgb(217,95,108);
	padding:15px 0;
	cursor:pointer;
	border:2px solid rgba(217,95,108, 1);
	transition:all 0.5s;
}

.outstanding-notify:hover {
	background:rgba(217,95,108, 1);
	color:white;
}

.outstanding-notify:hover p,
.outstanding-notify:hover p i {
	color:white;
}

.outstanding-notify p {
	margin:0 0 0 20px;
	color:rgb(217,95,108);
}

.outstanding-notify p i {
	color:rgb(217,95,108);
}

#outstanding_tasks {
	display:none;
}

i.color-red,
div#outstanding_tasks h2.color-red,
td.bold-color-red {
	color:rgb(217,95,108);
}

td.bold-color-red{
	font-weight:bold;
}

tr.outstanding {
	border:2px solid rgb(217,95,108);
	border-bottom: 2px solid rgb(217,95,108);
	color: rgb(217,95,108);
	font-weight:bold;
}

div.tab-container table tr.outstanding td {
	color: rgb(217,95,108);
	font-weight:bold;
	border-bottom: 2px solid rgb(217,95,108);
}

div.tab-container table tr.outstanding:hover td{
	color: rgb(217,95,108);
	font-weight:bold;
}

div.form-error {
	background:white;
	border-bottom: 2px solid red;
	width:100%;
	margin-bottom:15px;
}

div.form-error.success {
	border-bottom: 2px solid #69c079;
}

div.form-error.failure {
	border-bottom: 2px solid #D95F6C;
}

div.form-error .error-message {
	padding:10px;
	display:block;
}

div.form-error .error-message i.complete-green {
	color:#69c079;
}

div.form-error .error-message i.failure-red {
	color:#D95F6C;
}

div.form-error .error-message p {
	display:block;
	padding-left:18px;
}

div.form-error .error-message p:first-child {
	display:inline-block;
	padding-left:0;
}

/*******************

	Edit Box

********************/

#edit-window {
	position:fixed;
	height:100%;
	width:100%;
	display:none;
	top:0px;
	left:0px;
	background-color: rgba(255, 255, 255, 0.6);
	z-index:1000;
}	

.form-box {
	position:fixed;
	top:0px;
	margin-top: 2%;
	margin-bottom: 2%;
    left: 50%;
    height:90%;
    width:416px;
    margin-left: -208px; /*set to a negative number 1/2 of your width*/
    z-index:999999;
    display:none;
    overflow-y:scroll;
}

/*******************

      Header

********************/

header {
      background:white;
      margin:0;
      width:100%;
      position:fixed;
      top:0px;
      left:0px;
      height:50px;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
      box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
      z-index:999;
}

header .header_container {
      position:relative;
      /* background:url('../img/shc_ban_img_3.jpg') left no-repeat;
      background-size:cover;
      background-position-x:-75px; 
      background-color:#0333b2; */
      max-width:1500px;
      margin:auto;
      z-index:10;
}

header .bkgd_color_left,
header .bkgd_color_right {
	position:absolute;
	top:0;
	z-index:1;
	height:78px;
}

header .bkgd_color_left {
      background-color:white;
      left:0;
      width:70%;
}

header .bkgd_color_right {
      background-color:#fc0000;
      right:0;
      width:30%;
}

.fm-logo {
      max-height:41px;
      float:left;
      margin-left:8px;
      width:161px;
      padding-top:5px;
      padding-bottom: 3px;
}

.login_container {
      float:right;
      color:white;
      font-size:12px;
      font-style:italic;
}

.login_container ul {
      margin:0;
      padding:0;
}

.login_container ul li span.username {
      font-size:15px;
      font-weight:bold;
      margin-right:6px;
      font-style: normal;
}

.login_container ul li i.user-icon {
      font-size:15px;
}

.login_container ul li#profile-menu-li{
      cursor:pointer;
      background:white;
      height:20px;
      max-height:20px;
}

.login_container ul li#profile-menu-li:hover {
      color:white;
      background:#498bc7;
}

.login_container ul li#profile-menu-li:hover i {
      color:white;
}

.login_container ul .sub-contain {
      display:block;
      position:relative;
      float:left;
}

.login_container ul .sub-menu {
      display:none;
      position:absolute;
      top:100%;
      border:none;
      min-width:200px;
      right:0;
      font-style:normal;
}

.login_container ul li#profile-menu-li:hover .sub-menu {
      display:block;
}

.login_container ul .sub-menu a {
      display:block;
      font-size:14px;
      color:#333;
      padding:0;
      text-decoration:none;
      text-align:right;
}

.login_container ul .sub-menu a li {
      float:none;
      padding:10px 35px 10px 5px;
      background:white;
      border:1px solid #bebebe;
}

.login_container ul .sub-menu a:hover li,
.login_container ul .sub-menu a.selected li {
      background: #45759a;
      text-decoration:none;
      color:white;
}


.login_container ul li i {
      color:#333;
}

.login_container li {
      float:left;
      background:rgba(40,40,40,  1);
      color:#333;
      padding:5px 10px;
      -webkit-transition: background 0.5s, border 0.5s;
      transition: background 0.5s, border 0.5s;
      padding:15px 35px 15px 20px;
      max-height:19px;
      list-style-type: none;
}

.login_container a {
      color:white;
}

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

.login_container a p:hover {
      background:#333;
}

.login_container p span {
      font-weight:bold;
      font-size:16px;
}

header .mobile_header_container {
      margin-top:0;
      display:none;
      /* background: url(../img/shc_ban_img_3.jpg) left no-repeat; */
      /* background-size: cover; */
      /* background-position-x: -75px; */
}

.mobile_login_container {
      color:white;
      padding:3px;
      font-size:12px;
      background:#498bc7;
}

.mobile_login_container p {
      display:inline-block;
      color:white;
      margin:0;
      padding:5px 10px;
}

.mobile_login_container p:first-child {
      float:left;
}

.mobile_login_container p:nth-child(n+2) {
      float:right;
}

.mobile_login_container p:nth-child(3) {
      border-right:1px solid rgba(40,40,40,  0.35);
}

.mobile_logo_menu_container .mobile_logo_section {
	float:left;
}

.mobile_logo_menu_container .mobile_button_section {
	float:right;
	height:63px;
	background:#fc0000;
	position:relative;
}

.mobile_button_section:before {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 63px 50px;
    border-color: transparent transparent #fc0000 transparent;
    position: absolute;
    left: -50px;
}

.mobile_login_container a {
      color:white;
}

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

.mobile_login_container a p:hover {
      background:#498bc7;
}

.mobile_login_container p span {
      font-weight:bold;
}

@media all and (max-width:767px) {
      header .mobile_header_container {
            display:block;
			border-bottom:5px solid #c90000;
      }
      header .header_container {
            display:none;
      }
}

.mobile-fm-logo {
      max-width:55px;
      display:block;
      float:left;
      margin-left:10px;
      margin-top:4px;
}

.mobile-button {
      display:none;
      padding: 5px 10px;
      color:#0332b2;
      float:right;
      margin:14px 10px;
      cursor:pointer;
}

.mobile-button i {
	color:white;
	font-size:23px;
}

.mobile-button:hover {
      text-decoration:none;
}

#mobile-nav {
      display:none;
}

@media all and (max-width:767px) {
      .mobile-button {
            display:block;
      }
      div.bkgd_color_left,
	  div.bkgd_color_right,
      div.sub_header_container {
			display:none;
	  }
}

/*******************

      Navigation

********************/

.full-container {
      padding-left:50px;
      padding-top:34px;
}

.site_main {
      background:#ffffff;
      padding:0;
}

.side-menu {
      position:fixed;
      top:50px;
      left:0;
      right:0;
      bottom:0;
      width:50px;
      z-index:99;
}

.side-menu .main-nav {
      position:relative;
      height:100%;
      display:block;
      position: relative;
      width:50px;
      background:white;
      color:white;
      height:100%;
}

@media all and (max-width:767px) {
      .side-menu {
            display:none;
      }
      .full-container {
            padding-left:0;
            padding-top:15px;
      }
      header {
            position:relative;
            height:auto;
      }
}

@media all and (min-width:767px) {
      #mobile-nav {
            display:none!important;
      }
}

.main-nav ul {
      list-style:none;
      padding-left:0;
      margin:0 auto;
      max-width:1200px;
      position:relative;
      height:100%;
}

.main-nav ul#master-ul {
      -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
      -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
      box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
      width:45px;
      border-left:5px solid #498bc7;
}

.main-nav ul .menu-item {
      font-size:17px;
      background:white;
      color:#6499c7;
      border-bottom:2px solid #f1f1f1;
}

.main-nav ul .menu-item a {
      padding:10px 0px;
      display:block;
      text-align:center;
}

.main-nav ul li.menu-item i {
      color:#6499c7;
}

.main-nav ul .menu-item:hover,
.main-nav ul .menu-item.selected {
      background: #498bc7;
      border-bottom:2px solid #2e6496;
      text-decoration:none;
      color:white;
}

.main-nav ul .menu-item:hover i,
.main-nav ul .menu-item.selected i {
      color:white;
}

.main-nav ul li ul.main-nav-sub {
      display:block;
      position:absolute;
      left:-300px;
      top:0;
      width:300px;
      background:#EEEEEE;
      color:#333;
      height:100%;
      z-index:-10;
      transition:left 0.3s;
      -webkit-box-shadow: 1px 0px 15px 0px rgba(0,0,0,0.35);
      -moz-box-shadow: 1px 0px 15px 0px rgba(0,0,0,0.35);
      box-shadow: 1px 0px 15px 0px rgba(0,0,0,0.35);
      overflow:scroll;
}

.main-nav ul li:hover ul.main-nav-sub {
      left:45px;
}

.main-nav ul li ul.main-nav-sub h3 {
      padding:10px 0px;
      width:100%;
      margin:0;
      background:#456886;
      color:white;
      text-align:center;
}

.main-nav ul li ul.main-nav-sub div.sub-list-items {
      padding:10px 0;
      color:#333;
      width:100%;
      text-align:left;
      font-size:15px;
}

.main-nav ul li ul.main-nav-sub div.sub-list-items li a {
      padding:5px 5px 5px 10px;
      text-align:left;
      text-decoration:none;
      border-bottom:1px solid #dedede;
      color:#6e6e6e;
}

.main-nav ul li ul.main-nav-sub div.sub-list-items li a:hover {
      background:#dedede;
      color:#2C4470;
}

span.italic {
      font-style:italic;
}

#mobile-nav {
      margin-bottom:0;
      padding:0;
}

#mobile-nav ul {
      list-style:none;
      padding:10px 20px;
      margin:0 auto;
      background:#c90000;
}

#mobile-nav ul .menu-item {
      font-size:18px;
      color:white;
      text-align:left;
}

#mobile-nav ul li {
      border-bottom:1px solid #e30000;
      padding:10px 10px;
}

#mobile-nav ul a.last-item li {
      border-bottom:none;
}

#mobile-nav ul .menu-item li:hover,
#mobile-nav ul .menu-item li.selected,
#mobile-nav ul a.menu-item:hover {
      background: white;
      text-decoration:none;
      color:rgb(16,29,69);
}

#mobile-nav ul a.selected li {
      background:white;
      color:rgb(16,29,69);
}

@media all and (max-width:767px) {
      .main-nav {
            display:none;
      }
}

.main-nav ul li:hover ul {
      display:block;
}

.sub-contain {
      display:block;
      position:relative;
      float:left;
}

.sub-menu {
      display:none;
      position:absolute;
      top:100%;
      background:#ffffff;
      min-width:200px;
      border-bottom:1px solid #498bc7;
      border-left:1px solid #498bc7;
      border-right:1px solid #498bc7;
}

.sub-menu a {
      display:block;
      padding:10px 15px;
      font-size:14px;
      background:#ffffff;
      color:#333;
      text-decoration:none;
}

.sub-menu a:hover,
.sub-menu a.selected {
      background: #498bc7;
      text-decoration:none;
      color:white;
}



/*******************

      Page Layout

********************/

.content-area {
      padding: 10px 10px 0;
      margin:auto;
      margin-top:15px;
}

.content-area h1 {
      margin-top:0;
}

.content-area h2,
.content-area h1 {
      color:#4a4a4a;
      padding-left:15px;
}

.content-area h1 span.asset-type,
.content-area h1 span.priority-type {
      color:#333;
      font-size:0.8em;
}

@media all and (min-width:1200px) {
	.content-area {
		padding:10px 20px 0px;
	}
}

@media all and (max-width:767px) {
      .content-area {
            margin-top:0;
            padding-top:0;
      }
      
      .content-area h2,
      .content-area h1,
      .building-list h1,
      .building-view-list h1,
      div.create-building h1,
      .tenant-main-information h1,
      .room-list h1,
      .room-view-list h1,
      div.create-room h1,
      .task-list h1,
      div.create-task h1,
      .floor-list h1,
      .floor-view-list h1,
      div.create-floor h1, {
            padding-left:0;
            font-size:1.5em;
      }
      .content-area h1 span.asset-type,
      .content-area h1 span.priority-type {
            font-size:0.7em;
      }
      .home-container .item_title {
            font-size:15px;
      }
      .home-container .item_value {
            font-size:28px;
      }
      div.container .item_title {
            font-size: 14px;
      }
      div.container .item_value {
            font-size: 15px;
      }
      table tr td.hide-mobile,
      table tr th.hide-mobile {
            display:none;
      }
}

/*******************

      Create Layout

********************/

.create-container .item_title {
      font-size:25px;
}

.create-container a .item_section {
      color: #333;
      transition: all 0.5s;
}

.create-container {
      width:100%;
}

.create-container i {
      margin-bottom: 5px;
}

.create-container .item_section {
      width:45%;
      float:left;
      text-align:center;
      margin:     0 2% 40px 2%;
      padding:40px 0;
      background:#ffffff;
      /* border: 1px solid #dedede; */
      box-shadow: 2px 2px 1px #dedede;
}

@media all and (max-width:767px) {
      .create-container .item_section {
            margin:0 2% 15px 2%;
      }
}

.create-container a .item_section:hover {
      background: rgba(40, 40, 40,  0.65);
      color:white;
}

.create-container a .item_section:hover i.fa {
	color:white;
}

.success_message {
      margin-bottom:15px;
}

.created_room_name {
      color:#4a4a4a;
      font-weight:bold;
}

input[type=text],
input[type=email],
input[type=input],
input[type=date],
input[type=number],
input[type=submit],
input[type=tel],
input[type=time],
input[type=password],
select,
textarea {
  margin-top: 5px;
  min-width: 350px;
  font-family: 'Cabin', sans-serif;;
  font-size: 16px;
  -webkit-appearance: none;
  box-shadow: none;
  padding: 0 8px;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #adadad;
  border-right: 1px solid #d9d9d9;
  border-top: 1px solid #adadad;
  transition: all 0.45s;
  height:40px;
  line-height:40px;
}

textarea {
	height:initial;
}

.desktop-update-form input[type=text],
.desktop-update-form input[type=email],
.desktop-update-form input[type=input],
.desktop-update-form input[type=date],
.desktop-update-form input[type=number],
.desktop-update-form input[type=submit],
.desktop-update-form input[type=tel],
.desktop-update-form input[type=time],
.desktop-update-form input[type=password],
.desktop-update-form select,
.desktop-update-form textarea {
  width: 100%;
  min-width:199px;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-bottom: solid 1px #4a4a4a;
}

input[readonly] {
      border:none;
      border-bottom: solid 1px #4a4a4a;
}

input[readonly]:hover {
      border-bottom: solid 1px #4a4a4a;
}

input:hover,
select:hover,
textarea:hover {
  outline: none;
  border-bottom: solid 1px #4a4a4a;
}

input[type=submit] {
    background:#c90000;
    color:white;
    cursor:pointer;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #adadad;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #adadad;
}

input[type=submit]:hover {
      background:#182964;
      color:white;
      border-bottom:solid 1px #4a4a4a;
}

@media all and (max-width:767px) {
      input[type=text], input[type=email], input[type=input], input[type=date], input[type=number], input[type=submit], input[type=tel], input[type=password], select, textarea {
            width:100%;
            min-width:inherit;
      }
}

.create-indent {
	margin-left:30px;
}

@media all and (max-width:1024px) {
	input[type=text], input[type=email], input[type=input], input[type=date], input[type=number], input[type=submit], input[type=tel], input[type=time], input[type=password], select, textarea {
		min-width:199px;
	}
}

/*******************

	Form Box

********************/

div.form-items {
      display:inline-block;
      background:#ffffff;
      /* border: 1px solid #dedede; */
      /* box-shadow: 2px 2px 1px #dedede; */
      padding:20px;
      display:none;
      box-sizing:border-box;
      overflow-y:scroll;
      padding-bottom:20px;
}

div.form-items span {
      margin-left:10px;
}

div.form-items input,
div.form-items select,
div.form-items textarea {
	box-sizing:border-box;
}

div.form-items input[type=file] {
      padding:10px;
}

div.form-items label {
      font-weight:bold;
}

div.form-items .form-header {
	position:absolute;
	z-index: 99;
}

#edit-window {
	background-color:rgba(0,0,0, 0.6);
}
#form-box {
	position:fixed;
	top:40px;
	right:40px;
	bottom:40px;
	left:40px;
	margin:0;
	width:auto;
	overflow:visible;
	height:auto;
}
#form-box form {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
div.form-items {
	box-sizing:border-box;
	width:100%;
	max-height:100%;
	padding:0;
	padding-bottom:20px;
	overflow-y:scroll;
}
.form-header {
	box-sizing:border-box;
	height:60px;
	width:100%;
	background:#eeeeee;
}
.form-header h2 {
	margin:0;
	padding:15px 10px 10px 15px;
	float:left;
}
.form-header i {
	float:right;
	padding:12px 15px 15px 15px;
	font-size:32px;
	cursor:pointer;
	border-left:1px solid #dedede;
	transition:background 0.5s;
}
.form-header i:hover {
	background:#dedede;
}

.edit-box-section {
	margin-top:55px;padding:15px;	
}

#image-viewer {
	width:49%;
	margin-right:1%;
	float:left;
}
#image-viewer img {
	padding:15px;
}
#image-details {
	width:49%;
	margin-left:1%;
	float:right;
}
#image-detail-contain {
	padding:15px;
}
.rotate-button {
	margin-right: 5px;
    padding: 5px 10px;
    font-size: 20px;
    background: #dedede;
    color: #4e4e4e;
    border-radius: 3px;
}

.submit-button-section {
	text-align:center;
}

div.form-items.small-box {
	max-width:450px;
	position:absolute;
	left:50%;
	margin-left:-225px;
	padding-bottom:20px;
}

input[type=number].quote_cost, input[type=submit].quote_cost {
    min-width: 150px;
    width: 150px;
}

@media all and (max-width:767px) {
      div.form-items {
            width:100%;
            box-sizing:border-box;
      }
      
      #form-box {
			top:15px;
			right:15px;
			bottom:15px;
			left:15px;
		}
	div.form-items.small-box {
		max-width:350px;
		margin-left:-175px;
	}
}

/*******************

      Worksheet Layout

********************/

.worksheet-left {
      float:left;
      width:48%;
      margin-right:2%;
}

.worksheet-left input[type=input],
.worksheet-left input[type=email],
.worksheet-left input[type=text],
.worksheet-left input[type=password],
.worksheet-left select,
.worksheet-left textarea,
.worksheet-right input[type=input],
.worksheet-right input[type=email],
.worksheet-right input[type=text],
.worksheet-right input[type=password],
.worksheet-right select,
.worksheet-right textarea {
	width:100%;
	min-width:200px;
}

.worksheet-left input[type=text],
.worksheet-right input[type=text],
.worksheet-full textarea {
      width:100%;
}

.worksheet-full textarea {
      height:200px;
}

.worksheet-full label {
      font-weight:bold;
      margin-left:10px;
}

.worksheet-right {
      float:right;
      width:48%;
      margin-left:2%;
}

.worksheet-full {
      width:100%;
}

.worksheet-button input {
      width:80%;
      margin:auto;
      display:block;
}

@media all and (max-width:625px) {
      .worksheet-left,
      .worksheet-right {
            float:none;
            margin:0;
            width:100%;
      }
      
      .worksheet-left.mob-width {
      		float:left;
      		width:48%;
      		margin-right:2%;
      }
      
      .worksheet-right.mob-width {
      		float:right;
      		width:48%;
      		margin-left:2%;
      }
}

/*******************
      
      404 Layout

********************/

.error-page {
      background:#ffffff;
      /* border: 1px solid #dedede; */
      box-shadow: 2px 2px 1px #dedede;
      padding:10px;
}

.error-page h1 {
      padding-left:15px;
      color:#4a4a4a;
}

/*******************

      Footer

********************/

footer {
      margin:auto;
      max-width:1200px;
      padding-bottom:15px;
      font-family:'Cabin', sans-serif;
}

.copyright_band {
      text-align:center;
      width:100%;
}

.tower-footer-logo {
      max-width:50px;
      display:inline-block;
      position: relative;
}
footer.siteFooter {
	/*background:url('/img/shc_bkgd_pat_3.jpg') center repeat;*/
	background:#b00000;
	padding:20px 0;
	width:100%;
	max-width:100%;
}
.siteFooterContainer {
	max-width:1200px;
	padding:0 20px;
	margin:auto;
}
.socialFooter,
.resourcesFooter,
.newsFooter {
	width:calc((100% / 3) - 10px);
	margin-right:10px;
	color:#c5c5c5;
	display:inline-block;
	font-family:"Cabin Condensed", sans-serif;
	font-size:18px;
	vertical-align:top;
}
.newsFooter {
	margin-right:0;
}
.socialFooter h4 {
	margin-bottom:0;
}
.resourcesFooter h4,
.newsFooter h4 {
	margin-bottom:10px;
}
.socialFooter a {
	border-radius: 50px;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #ffffff;
    margin: 10px 10px 0 0;
    position: relative;
}
.socialFooter a:hover {
	background:#9e9e9e;
}
.socialFooter i {
	color: #fc0000;
	font-size: 25px;
	margin: auto;
	display: inline-block;
	padding: 12px 9px;
}
.resourcesFooter ul,
.newsFooter ul {
	padding:0;
	margin:0;
	font-family:"Cabin",sans-serif;
	font-size:16px;
	color:#9e9e9e;
}
.resourcesFooter ul li,
.newsFooter ul li {
	margin-bottom:10px;
}
.resourcesFooter ul li a,
.newsFooter ul li a {
	color:#9e9e9e;
}

@media all and (max-width:767px) {
    .socialFooter,
    .resourcesFooter,
    .newsFooter {
        float:none;
        width:100%;
        margin-right:0;
    }
}



