body {
	background-color: #000;
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner.front-page {
	padding-top: 285px;
}
.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
	padding-top: 200px;
}

.float-right {
	float: right;
}

.page-full-bleed {
	background-blend-mode: darken;
	transition: .5s;
	background-attachment: fixed;
	background-size: cover;


display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
	min-height: 100vh;
box-sizing: border-box;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap

}
.site-branding {
	text-align: left;
	margin-left: -110px;
	margin-bottom: -40px;
}
.site-branding img {
	height: 85px;
	margin-top: -20px;
}
.site-header-sticky .site-branding img {
	height: 50px;
	line-height: 50px;
}

#page_wrapper.sticky_header .top-headers-wrapper {
	z-index: 1000;
}

.main-navigation ul ul {
	background-color: rgba(0, 0, 0, 0.9);
	border: 2px solid #fff;
	border-radius: 3px;
}
.main-navigation ul ul li a {
	color: #fff !important;
}
.main-navigation ul ul li a:hover {
	border-bottom-color: #c9c465 !important;
}

.site-header.sticky {
	background: rgba(0, 0, 0, 0.5) !important;
}

.st-menu.slide-from-right {
	background: #000;
}

.mobile-navigation {
	border-bottom: 1px solid #595959;
}

.site-header.sticky .site-branding img {
	height: 150px !important;
/*	margin-left: -73px;*/
}
@media only screen and (min-width: 40.063em) and (max-width: 63.9375em) {
	.site-header .site-branding img,
	.site-header.sticky .site-branding img {
		height: 100px !important;
		margin-left: 23px;
		margin-top: 6px;
	}
	div.featured-content {
		margin-top: 40px;
	}
	.page-full-bleed {
		margin-top: -63px;
		padding-top: 63px;
	}
}
@media only screen and (max-width: 40.063em) {
	.site-header .site-branding img,
	.site-header.sticky .site-branding img {
		height: 100px !important;
		margin-left: 60px;
		margin-top: 6px;
	}
	div.featured-content {
		margin-top: 0px;
	}
	.page-full-bleed {
		margin-top: -50px;
		padding-top: 100px;
	}
}

.featured-content {
	width: 80%;
	margin: 50px auto;
	text-align: left;
	padding: 100px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	margin-top: 240px;
}
.featured-content.front-page {
	background: none;
}

.media-pics {
	width: 40%;
	max-width: 340px;
	float: right;
	margin-left: 10px;
}
.media-pics figure {
	margin: 3px;
}

@media only screen and (max-width: 600px) {
	.media-pics {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.media-pics img {
		max-width: 100%;
		display: inline-block;
	}
	.featured-content {
		padding: 100px 10px;
	}
}

.inputform {
	margin-top: 30px;
}
/*
.inputform td {
	padding: 5px;
}
.inputform td:first-child {
	color: #fff;
	text-align: right;
	padding-right: 20px;
}
.inputform td.align-top {
	vertical-align: top;
	padding-top: 10px;
}
.inputform td.error {
	color: #fff;
	
}
.inputform input,
.inputform textarea {
	width: 400px;
	max-width: 80%;
	border-radius: 3px;
}
*/
.inputform textarea {
	height: 150px;
}

button {
	font-size: 16px !important;
	border-radius: 10px;
	background-color: #ba0405;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
button:hover {
	background-color: #ba4004;
}


form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
	width: 25%;
  float: left;
  padding-right: 10px;
color: #fff;
}
form > div > div,
form > div > fieldset > div {
  width: 75%;
  float: right;
}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
select,
textarea {
  width: 50%;
}

@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%; 
  }
}
@media (min-width: 1200px) {
  form > div > label,
	legend {
  	text-align: right;
  }
}

input.field-error,
textarea.field-error,
.field-error input,
.field-error textarea {
	box-shadow: inset 0px 0px 9px 4px rgba(133,67,17,1);
}


.gallery-thumbs {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.gallery-thumbs img {
	height: 100px;
}
.gallery-thumbs figure {
	display: block;
	float: left;
	margin: 0 10px 5px 0;
}
.gallery-thumbs figcaption {
/*	display: none;*/

        display: block;   
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 36.4px;
        /* Fallback for non-webkit */
        margin-bottom: 15px;
        font-size: 13px;  
        line-height: 1.4;  
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;

}
.gallery-caption {
	margin: 30px auto;
	width: 60%;
}


.errors {
	width: 70%;
	margin: 0px auto;
}
.errors .error {
	margin: 0px;
}

.block-subheading {
	text-align: center;
}

.frontpage-blurb {
	position: relative;
	color: #b2b2b2;
	width: 60%;
	margin: 0px auto;
	text-align: justify;
}
.frontpage-blurb:before {
	content:" ";
	width: 1px;
	height: 100px;
	float: right;
	overflow:hidden;
	margin-right: -1px;
	border-right: red;
}

.glimpses {
	float: right;
	bottom: 0px;
	right: 0px;
	clear: right;

	width: 40%;
	border: 1px solid #fff;
	background-color: rgba(0,0,0,0.6);
	padding: 20px;
	border-radius: 5px;
	margin: 20px -40px 0px 20px;
	text-align: left;
}
.twitter-header {
	font-size: 15px;
}
.glimpse {
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #333;
}
.gl-subject {
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
}
.gl-text {
	font-size: 13px;
	margin: 0px;
}
.gl-link {
	font-size: 10px;
}
.gl-date {
	font-size: 10px;
}

@media only screen and (max-width: 600px) {
	.glimpses {
		width: 100%;
		margin: 20px 0px;
	}
	.site-header {
		height: 60px;
	}
	.site-header .site-branding img {
		height: 70px !important;
	}
}

li.news-item {
	list-style-type: none;
}
li.news-item .gl-subject {
	font-size: 18px;
}
li.news-item .gl-text {
	font-size: 16px;
}


footer {
	position: absolute;
	bottom: 0px;
	color: #fff;
	width: 100%;
	height: 50px;
	z-index: 99;
	display: flex;
	flex-direction: row;
}
footer div.spacer {
	flex-grow: 1;
}
footer div.soc-links {
	margin-right: 20px;
	line-height: 50px;
}
.soc-link {
	display: inline-block;
	width: 24px;
	margin: 0px 5px;
}


/* Datepicker */

#ui-datepicker-div {
	background-color: rgb(255, 255, 255);
}
.ui-datepicker-calendar {
	border: 3px solid #000;
	margin-bottom: 0;
}
.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
	width: 40px;
    padding: 2px;
	text-align: center;
}
.ui-datepicker-calendar td a {
	display: block;
	padding: 2px;
}
.ui-datepicker-calendar td a:hover {
	background-color: #f0ded0;
	transition: .2s;
}
.ui-datepicker-unselectable {
	color: #e0e0e0;
}
#id_appointment_date {
	width: 25%;
	margin-right: 4px;
	display: inline-block;
}
#id_appointment_time {
	width: calc(25% - 4px);
	display: inline-block;
}