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

Theme Name: dctaylor
Author: Developer Team
Description: Wordpress Theme
Version: 1.0
Text Domain: wordpress-theme

red: #cc0e16

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

/***********************
 CSS IMPORTS
 ***********************/
@import url("https://fonts.googleapis.com/css?family=Ek+Mukta:400,500,700");

/***********************
  RESET STYLES
  ***********************/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: inherit;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***********************
  GENERAL STYLES
  ***********************/

body,
html {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: medium;
	font-family: "Ek Mukta", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Ek Mukta", Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.1em;
	color: #cc0e16;
}

h1 {
	font-size: 2em;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 1.8em;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 1.6em;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 1.4em;
	margin: 0 0 10px 0;
}

h5 {
	font-size: 1.2em;
	margin: 0 0 5px 0;
}

h6 {
	font-size: 1em;
	margin: 0 0 5px 0;
}

ul,
ol,
p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

ul,
ol {
	margin-left: 30px;
}

a {
	color: #cc0e16;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1.5em 0;
	padding: 0;
}

h1 + hr,
h2 + hr,
h3 + hr,
h4 + hr,
h5 + hr,
h6 + hr {
	margin: 0.5em 0;
}

input,
textarea,
select,
button {
	font-family: "Ek Mukta", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

input {
	width: 95%;
	padding: 7px 1.5%;
	margin: 0 0 10px 0;
	border: 2px solid #fff;
	outline: none;
}

input[type="date"] {
	width: 97%;
}

input[type="checkbox"],
input[type="radio"] {
	width: 20px;
	height: 20px;
	padding: 0 0 0 0;
	border: 2px solid #cc0e16;
	margin: 0 10px 5px 0;
	display: inline-block;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
	background: url("assets/img/dctaylor-form-checked.png") center center
		no-repeat #cc0e16;
}

textarea {
	width: 95%;
	padding: 7px 1.5%;
	margin: 0 0 10px 0;
	border: 2px solid #fff;
	height: 120px;
	resize: none;
	outline: none;
}

select {
	width: 100%;
	border-color: #fff;
	outline-color: #fff;
	margin: 5px 0 0 0;
	padding: 7px 10px;
	background: url("assets/img/dctaylor-contact-select-arrow.png") center right
		no-repeat #fff;
}

select::-ms-expand {
	display: none;
}

input[type="submit"],
button {
	width: auto;
	margin: 10px 0 0 0;
	padding: 3px 30px;
	border: 2px solid #cc0e16;
	color: #fff;
	cursor: pointer;
	font-size: 0.9em;
	outline: none;
	background: #cc0e16;
}

/***********************
  SHARED STYLES
  ***********************/

.container {
	width: 95%;
	max-width: 1200px;
	min-width: 250px;
	margin: 0 auto;
	padding: 0;
}

.container.medium {
	width: 90%;
	max-width: 1175px;
}

.container.thin {
	width: 85%;
	max-width: 1150px;
}

.column {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.col-2 {
	width: 50%;
}

.col-3 {
	width: 33.333333%;
}

.col-3-2 {
	width: 66.666666%;
}

.col-4 {
	width: 25%;
}

.col-4-2 {
	width: 50%;
}

.col-4-3 {
	width: 75%;
}

.col-5 {
	width: 20%;
}

.col-5-2 {
	width: 40%;
}

.col-5-3 {
	width: 60%;
}

.col-5-4 {
	width: 80%;
}

.col-6 {
	width: 16.666666%;
}

.col-6-2 {
	width: 33.333333%;
}

.col-6-3 {
	width: 50%;
}

.col-6-4 {
	width: 66.666666%;
}

.col-6-5 {
	width: 83.333333%;
}

/* LAYOUT STYLES TO OVERRIDE BOOTSTRAP */
.page-template-tmp-timeline-new .container {
	width: 95%;
	max-width: 1200px;
	min-width: 250px;
	margin: 0 auto;
	padding: 0;
}

.page-template-tmp-timeline-new .col-5 {
	width: 20% !important;
}

.page-template-tmp-timeline-new .col-5-4 {
	width: 80%;
}

.page-template-tmp-timeline-new .container.thin {
	width: 85%;
	max-width: 1150px;
}

h2 button.accordion-button {
	font-size: inherit;
	font-weight: 700;
}

.accordion-button:not(.collapsed)::after {
	content: "–";
}

.accordion-button::after {
	content: "+";
	font-weight: 200;
	font-size: 3rem;
}

.page-template-tmp-timeline-new .accordion h2 {
	font-size: 4rem;
}

/* :root {
	 --bs-font-sans-serif: 'Ek Mukta', Arial, Helvetica, sans-serif;
 } */

/* END BOOTSTRAP OVERRIDE */

.dctaylor-button {
	display: inline-block;
}

.dctaylor-button span,
.dctaylor-button a {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #cc0e16;
	padding: 9px 19px 7px 19px;
	cursor: pointer;
}

.dctaylor-btton span:hover,
.dctaylor-button a:hover {
	background: #cc0e16;
	color: #fff;
}

/***********************
  HEADER STYLES
  ***********************/

header {
	position: absolute;
	z-index: 1090;
	width: 100%;
	padding: 34px 0 0 0;
	top: 0;
}

#header-logo {
	margin: -25px 0 0 0;
}

#header-social {
	text-align: right;
	margin: -15px 0 0 0;
	position: relative;
	z-index: 20;
}

#header-social li {
	display: inline-block;
	background: #cc0e16;
	padding: 7px 10px;
	line-height: 0;
}

#header-social a {
	text-decoration: none;
}

#header-social li.search {
	background: #a1a1a1;
}

#header-menu {
	text-align: right;
	text-transform: uppercase;
	color: #fff;
	font-size: 0.9em;
	margin: 5px 0 0 0;
}

#header-menu ul {
	margin: 0 -10px 20px 0;
}

#header-menu li {
	display: inline-block;
	margin: 0 0 0 1%;
	position: relative;
	color: inherit;
}

#header-menu a {
	text-decoration: none;
	color: inherit;
	padding: 15px 12px;
	display: inline-block;
}

#header-menu .sub-menu {
	display: none;
	position: absolute;
	right: 0;
	background: #cc0e16;
	width: auto;
	padding: 20px;
	margin: 0 0 0 0;
	text-align: left;
}

#header-menu .sub-menu li {
	display: block;
	padding: 5px 0;
	text-transform: none;
}

#header-menu .sub-menu a {
	padding: 0 0 0 0;
}

#header-menu li:hover {
	background: #cc0e16;
}

#header-menu li:hover .sub-menu {
	display: block;
	white-space: nowrap;
}

/*************************
  MOBILE HEADER
 **************************/

#mobile-button {
	text-transform: uppercase;
	cursor: pointer;
	display: none;
	margin: 20px 0 0 0;
	padding: 0 0 38px 0;
	position: relative;
	z-index: 20;
}

#mobile-button .link {
	display: inline-block;
	margin: 5px 10px 0 0;
	font-size: 1.1em;
}

#mobile-button img.standard,
#mobile-button img.scrolled {
	display: none;
}

#mobile-button img.standard.inactive {
	display: inline;
}

header.active #header-menu #mobile-button img {
	display: none;
}

header.active #header-menu #mobile-button img.standard.active {
	display: inline;
}

header.active #header-menu #mobile-button img.scrolled.active {
	display: none;
}

/**************************
 SCROLLED HEADER
 *************************/

header.scrolled {
	position: fixed;
	background: url("assets/img/dctaylor-header-scrolled-background.png") bottom
		center repeat-x;
	padding: 0 0 0 0;
	color: #000;
}

header.scrolled #header-logo {
	margin: 2px 0 0 0;
}

header.scrolled #header-logo img {
	width: 110px;
	height: auto;
}

header.scrolled #header-social {
	margin: 15px 0 0 0;
}

header.scrolled #header-menu {
	color: #000;
}

header.scrolled #header-menu li:hover {
	color: #fff;
}

header.scrolled #mobile-button img.standard,
#mobile-button img.scrolled {
	display: none;
}

header.scrolled #mobile-button img.scrolled.inactive {
	display: inline;
}

header.active.scrolled #header-menu #mobile-button img {
	display: none;
}

header.active.scrolled #header-menu #mobile-button img.scrolled.active {
	display: inline;
}

header.active.scrolled #header-menu #mobile-button img.standard.active {
	display: none;
}

/***********************
  PAGE STYLES
  ***********************/
#page-header {
	width: 100%;
	position: relative;
	margin: 34px 0 0 0;
}

#page-header .headers {
	position: relative;
	left: 0;
	height: 560px;
	margin: 0 0 0 0;
	width: 100%;
	overflow: hidden;
}

#page-header .headers.short {
	height: 400px;
}

#page-header .header {
	background-color: #000;
	height: inherit;
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#page-header .header .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: center center no-repeat;
	background-size: cover;
	opacity: 0.5;
}

#page-header .content {
	position: relative;
	width: 80%;
	max-width: 850px;
	margin: 185px auto 0 auto;
	color: #fff;
	z-index: 10;
	text-align: center;
}

#page-header h1,
#page-header h2,
#page-header h3 {
	max-width: 750px;
	margin: 0 auto 10px auto;
	text-transform: uppercase;
	color: inherit;
}

#page-header h1 {
	font-size: 2.8em;
}

#page-header .content.career h1 {
	max-width: none;
}

#page-header h2.location {
	margin-top: -5px;
	font-weight: 500;
	max-width: none;
}

#page-header iframe {
	display: block;
	margin: 0 auto;
}

#page-header #video-button {
	padding: 60px 0;
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -35px;
	z-index: 10;
}

#page-header .video-content {
}

#page-header .video-content h2 {
	margin: 20px auto 0 auto;
}

#page-header .video-button-header {
	margin-top: 30px;
	cursor: pointer;
	opacity: 0.6;
	z-index: 5;
}

#page-header .video-button-header:hover {
	opacity: 1;
}

#page-header.video-active .video-button-header {
	display: none;
}

/* #page-header iframe { height: 530px; } */
#page-header.short iframe {
	height: 350px;
}

/****** HOME VIDEO *********/
.header {
	height: 100%;
	height: 75vh;
	min-height: 25rem;
	width: 100%;
	max-width: 1250px;
	margin: auto;
	z-index: -99;
	top: 0;
	position: relative;
	overflow: hidden;
}

.video-foreground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 122%;
	pointer-events: none;
}

iframe {
	display: block;
	margin: 0 auto;
}

@media (min-aspect-ratio: 16/9) {
	.video-foreground {
		height: 300%;
		top: -100%;
	}
}

@media (max-aspect-ratio: 16/9) {
	.video-foreground {
		width: 300%;
		height: 121%;
		left: -100%;
	}
}

/*#home-video { position: absolute; width: 100%; height: 120%; top: -10%; left: 0; right: 0; z-index: 2; opacity: .6; pointer-events: none;}
 
 #page-header.video-active #header-video { opacity: 1; position: absolute; z-index: 10; top: 0; width: 100%; height: auto; }
 #page-header.video-active #header-video + .background { background-image: none !important; background-color: #000; } */

#page-sidebar {
	width: 27%;
	margin: 50px 4.3333% 0 0;
	position: relative;
	z-index: 100;
}

#main-wrapper.right-column #page-sidebar {
	margin: 50px 0 0 4.3333%;
}

#page-sidebar.overlay-header {
	margin-top: -55px !important;
}

#page-content {
	margin: 50px 0 0 0;
	width: 68%;
}

#mobile-sidebar {
	display: none;
	margin: 30px 0 0 0;
}

/***********************
  TIMELINE STYLES
 ***********************/
#timeline-wrapper {
	background: #e6e7e8;
	margin-top: -55px;
	position: relative;
	z-index: 100;
}

#timeline-content {
	width: 95%;
	padding: 30px 0;
	margin: 0 auto;
}

/***********************
  PROCESS STYLES
 ***********************/
#process-content {
	margin: 50px 0 0 0;
}

#process-container {
	margin: 0 0 0 30px;
}

.process-item {
	margin-top: -157px;
}

.process-item:first-child {
	margin-top: 0;
}

.process-container {
	position: relative;
}

.process-container.right .display {
	text-align: left;
	background: url("assets/img/dctaylor-process-right-inactive.png") center left
		no-repeat;
	margin-left: -30px;
}

.process-container.left .display {
	text-align: right;
	background: url("assets/img/dctaylor-process-left-inactive.png") center right
		no-repeat;
}

.process-item:first-child .process-container.right .display,
.process-item.active .process-container.right .display {
	background-image: url("assets/img/dctaylor-process-right-active.png");
	position: relative;
	z-index: 10;
}

.process-item.active .process-container.left .display {
	background-image: url("assets/img/dctaylor-process-left-active.png");
}

.process-item .text {
	position: relative;
}

.process-item .text .content {
	position: absolute;
	width: 70%;
	z-index: 5;
	padding: 0 10% 0 0;
	margin: 210px 5% 0 0;
	text-align: right;
	background: url("assets/img/dctaylor-process-right-arrow.png") center right
		no-repeat;
	right: -70%;
	opacity: 0;
}

.process-item .text .content p:last-child {
	margin: 0;
}

.process-item .process-container.left .text .content {
	left: -70%;
	right: auto;
	text-align: left;
	padding: 0 0 0 10%;
	background: url("assets/img/dctaylor-process-left-arrow.png") center left
		no-repeat;
}

.process-item .display .content {
	position: absolute;
	z-index: 10;
	top: 20%;
	width: 80%;
	left: 10%;
	display: inline-block;
	text-align: center;
}

.process-item .display .content .title {
	color: #fff;
	font-size: 1.6em;
	margin: 20px 0;
}

.process-item .display .content .dctaylor-button span {
	border-color: #fff;
	color: #fff;
}

.process-item .display .content .dctaylor-button span:hover,
.process-item .display .content .dctaylor-button.active span {
	border-color: #cc0e16;
	background-color: #cc0e16;
}

.process-item .display .image {
	display: inline-block;
	position: relative;
	margin: 80px 15px;
	z-index: 10;
}

.process-item .display .image img {
	position: relative;
	z-index: 5;
}

.process-item .display .image .indication {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -45% 0 0 -45%;
	width: 90%;
	height: 90%;
	background: #e6e7e8;
	z-index: 1;
	border-radius: 250px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.process-item.active .display .indication {
	width: 116%;
	height: 116%;
	margin: -58% 0 0 -58%;
}

.process-mobile {
	display: none;
	width: 90%;
	margin: 45px auto 0 auto;
	text-align: center;
	max-width: 600px;
	background: url("assets/img/dctaylor-process-bottom-arrow.png") top center
		no-repeat;
	padding: 40px 0 0 0;
}

.process-mobile p {
	margin: 0 0 0 0;
}

/***********************5
  CONTACT STYLES
 ***********************/
#contact-wrapper {
	margin-top: 34px;
	background: #d1d3d4;
	padding: 150px 0 60px 0;
}

#contact-tablet + footer {
	margin-top: 0px !important;
	height: auto;
}

#contact-tablet + footer #footer-content {
	position: relative;
}

#contact-content {
	background: #cc0e16;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: 4%;
	z-index: 1000;
	padding: 20px 20px 20px 20px;
	width: 320px;
	font-size: 0.9em;
}

#contact-content .title {
	font-size: 1.25em;
	text-transform: uppercase;
	margin: 0;
	cursor: pointer;
	background: url("assets/img/dctaylor-contact-arrow-open.png") center right
		no-repeat;
}

#contact-content .content {
	border-top: 1px solid #fff;
	display: none;
	padding: 15px 0 0 0;
	margin: 20px 0 0 0;
}

#contact-content hr {
	border-color: #fff;
	margin: 1.2em 0 !important;
}

#contact-content h1,
#contact-content h2,
#contact-content h3,
#contact-content h4,
#contact-content h5 {
	color: inherit;
}

#contact-content a {
	color: inherit;
}

#contact-content.active {
	z-index: 1500;
}

#contact-content.active .title {
	background-image: url("assets/img/dctaylor-contact-arrow-close.png");
}

#contact-content.active .content {
	display: block;
}

#map-container {
	width: 95%;
	margin: 0 auto;
}

#contact-tablet {
	display: none;
}

#state-selection {
	background: #e6e7e8;
	padding: 20px 20px 10px 20px;
}

#state-selection h3 {
	color: #cc0e16;
	text-transform: uppercase;
	cursor: pointer;
	background: url("assets/img/dctaylor-state-open-arrow.png") center right
		no-repeat;
}

#state-list {
	margin: 15px 0 10px 0;
	padding: 15px 0 0 0;
	display: none;
	border-top: 2px solid #a6a5a6;
}

#state-list li {
	width: 50%;
	display: inline-block;
	cursor: pointer;
}

#state-list li:hover {
	text-decoration: underline;
}

#state-display .location-item {
	display: none;
	width: 95%;
	margin: 20px auto 0 auto;
}

#state-display .location-item ul {
	margin: 0 0 20px 0;
}

#state-display .location-item li {
	display: block;
}

#state-display .location-item h2 {
	font-size: 1.1em;
	margin: 0 0 5px 0;
}

#state-display .location-item.active {
	display: block;
}

#state-selection.active h3 {
	margin: 0 0 15px 0;
	background-image: url("assets/img/dctaylor-state-close-arrow.png");
}

#state-selection.active #state-list {
	display: block;
}

/***********************
  SIDEBAR STYLES
 ***********************/
.sidebar-group {
	padding: 20px;
	background: #cc0e16;
	color: #fff;
}

.sidebar-group .title {
	color: inherit;
}

.sidebar-group.posts {
	margin: 0 0 30px 0;
}

.sidebar-group.posts .featured-image {
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
}

.sidebar-group.posts .title {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 13px;
}

.sidebar-group.posts .content {
	font-size: 0.94em;
}

.sidebar-group.posts .content img {
	display: none;
}

.sidebar-group.posts .content p:last-child {
	margin-bottom: 0;
}

.sidebar-group.posts a {
	color: inherit;
	text-decoration: none;
}

.sidebar-group.content.overlay {
	padding: 0;
	background: #000;
	position: relative;
	margin: 0 0 30px 0;
}

.sidebar-group.content.overlay .wrapper {
	position: relative;
	z-index: 10;
	padding: 70px 0;
	text-align: center;
}

.sidebar-group.content.overlay .title {
	text-transform: uppercase;
	font-size: 2em;
	width: 85%;
	margin: 0 auto 15px auto;
}

.sidebar-group.content.overlay .dctaylor-button a {
	color: #fff;
	background: #cc0e16;
}

.sidebar-group.content.overlay .dctaylor-button a:hover {
	background: #fff;
	color: #cc0e16;
}

.sidebar-group.content.overlay .background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.4;
	background: center center no-repeat;
	background-size: cover;
}

.sidebar-group.content.stacked {
	margin: 0 0 30px 0;
}

.sidebar-group.content.stacked .featured-image {
	height: 200px;
	background: center center no-repeat;
	background-size: cover;
	margin: 0 0 15px 0;
	position: relative;
}

.sidebar-group.content.stacked .featured-image a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sidebar-group.content.stacked .title {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 13px;
}

.sidebar-group.content.stacked .title a {
	color: inherit;
	text-decoration: none;
}

.sidebar-group.content.stacked .content {
	font-size: 0.94em;
}

.sidebar-group.content.stacked .content p:last-child {
	margin: 0 0 0 0;
}

.sidebar-group.content.stacked .content img {
	display: none;
}

.sidebar-group.content.stacked .dctaylor-button a {
	color: #cc0e16;
	background: #fff;
	border-color: #fff;
}

.sidebar-group.content.stacked .dctaylor-button a:hover {
	background: #cc0e16;
	color: #fff;
}

.sidebar-group.career {
	position: relative;
	margin: 0 0 30px 0;
}

.sidebar-group.career .image {
	margin: 0 0 15px 0;
	padding: 50px 0;
	position: relative;
	background: #000;
}

.sidebar-group.career .image .title {
	position: relative;
	z-index: 10;
	text-transform: uppercase;
	text-align: center;
	font-size: 2em;
	width: 85%;
	margin: 0 auto;
}

.sidebar-group.career .content {
	text-align: center;
}

.sidebar-group.career .image .background {
	opacity: 0.4;
	background: center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.sidebar-group.career .career-select {
	margin: 5px 0 0 0;
}

.sidebar-group.career .dctaylor-button {
	text-align: center;
	display: block;
	margin: 20px auto 0 auto;
}

.sidebar-group.career .dctaylor-button a {
	border-color: #fff;
	color: #fff;
	background: #cc0e16;
}

.sidebar-group.career .dctaylor-button a:hover {
	background: #fff;
	color: #cc0e16;
}

.sidebar-group.contact {
}

.sidebar-group.contact .wpcf7 {
	background: transparent;
	text-align: center;
	width: 100%;
	padding: 0 !important;
}

.sidebar-group.contact .wpcf7 input[type="submit"] {
	border-color: #fff;
}

.sidebar-group.career {
}

.sidebar-group.career h2 {
	font-size: 1.5em;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 1px solid #e6878b;
	padding: 15px 0;
}

.sidebar-group.career ul {
	margin: 0 0 0 20px;
	font-size: 0.94em;
}

.sidebar-group.career li {
	margin: 0 0 10px 0;
}

.sidebar-group.search {
	padding: 0;
	background: transparent;
	margin: 0 0 30px 0;
}

.sidebar-group.search form {
	background: #e6e7e8;
}

.sidebar-group.search input {
	width: 70%;
	display: inline-block;
	background: transparent;
	border: none;
	outline: none;
	margin: 0;
	padding: 0 5%;
}

.sidebar-group.search button {
	border: none;
	outline: none;
	cursor: pointer;
	background: transparent;
	display: inline-block;
	width: 20%;
	margin: 0;
	padding: 10px 0;
}

.sidebar-group.search button img {
	vertical-align: middle;
}

.sidebar-group.lists {
	padding: 0;
	background: transparent;
	margin: 0 0 30px 0;
}

.sidebar-group.lists h5.title {
	color: #cc0e16;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	font-size: 1.1em;
}

.sidebar-group.lists ul {
	margin: 0;
	padding: 0;
}

.sidebar-group.lists li {
	display: inline-block;
	border: 2px solid #000;
	margin: 0 10px 12px 0;
	padding: 3px 13px;
	color: #000;
}

.sidebar-group.lists a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8em;
	color: inherit;
}

.sidebar-group.lists li:hover,
.sidebar-group.lists li.current {
	border-color: #cc0e16;
	background: #cc0e16;
	color: #fff;
}

.sidebar-group.tags {
	padding: 0;
	background: transparent;
	margin: 0 0 30px 0;
}

.sidebar-group.tags h5.widget-title {
	color: #cc0e16;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	font-size: 1.1em;
}

.sidebar-group.tags a {
	display: inline-block;
	border: 2px solid #000;
	margin: 0 10px 12px 0;
	padding: 6px 13px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1.5em;
}

.sidebar-group.tags a:hover,
.sidebar-group.tags a.current {
	border-color: #cc0e16;
	background: #cc0e16;
	color: #fff;
}

.sidebar-group.location {
	padding-bottom: 40px;
	margin: 0 0 30px 0;
}

.sidebar-group.location h5 {
	color: #fff;
}

.sidebar-group.location h6 {
	color: #fff;
}

.sidebar-group.location h6.setting-title {
	margin-top: 20px;
}

.sidebar-group.location a {
	color: #fff;
	display: inline-block;
	margin: 3px 0 0 0;
}

.sidebar-group.location ul {
	margin: 0 0 0 0;
}

.sidebar-group.location li {
	display: block;
}

.sidebar-group.location hr {
	margin: 1.5em 0;
}

.sidebar-group.location #google-map {
	height: 200px;
	background: #ccc;
	margin: 0 0 30px 0;
}

.sidebar-group.location .address {
	font-weight: 700;
}

.sidebar-group.map {
	padding-bottom: 40px;
	margin: 0 0 30px 0;
}

.sidebar-group.map h4,
.sidebar-group.map h5,
.sidebar-group.map h6 {
	color: #fff;
}

.sidebar-group.map a {
	color: #fff;
	display: inline-block;
	margin: 7px 0 0 0;
}

.sidebar-group.map ul {
	margin: 0 0 0 0;
}

.sidebar-group.map li {
	display: block;
}

.sidebar-group.map hr {
	margin: 1.5em 0;
}

/***********************
  HOME STYLES
  ***********************/

#home-content {
	width: 80%;
	max-width: 850px;
	margin: 50px auto 0 auto;
	text-align: center;
}

#home-content h1,
#home-content h2,
#home-content h3 {
	max-width: 550px;
	margin: 0 auto 15px auto;
	color: #000;
}

/***********************
  POST STYLES
  ************************/
#posts-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#posts-container h2 {
	text-align: center;
	color: #000;
}

ul#posts-wrapper {
	margin: 30px 0 0 0;
	text-align: center;
	position: relative;
	z-index: 10;
}

.posts-controllers {
	position: absolute;
	top: 40%;
	left: 0;
	cursor: pointer;
	z-index: 1000;
}

.posts-controllers.next {
	left: auto;
	right: 0;
}

li.post-item {
	display: inline-block;
	vertical-align: middle;
}

li.post-item .post-container {
	width: 80%;
	max-width: 850px;
	margin: 0 auto;
}

li.post-item .post-container .review {
	font-weight: 400;
}

li.post-item .post-container .author {
	color: #605f5f;
}

li.post-item .post-container .content img {
	display: none;
}

li.post-item .post-container .links {
	margin: 25px 0 0 0;
	text-align: right;
}

li.post-item .post-container .links .read-more {
	text-align: left;
}

li.post-item .post-container .links a {
	display: block;
	width: 70%;
	margin: 0 auto;
	text-transform: uppercase;
	color: inherit;
	text-decoration: none;
}

li.post-item .post-container .links a img {
	display: inline-block;
	margin: 7px 0 0 5px;
}

div#posts-wrapper {
	margin-bottom: -60px;
}

div.post-item {
}

div.post-item .post-container {
	width: 80%;
	margin: 0 auto 60px auto;
	padding: 20px 5% 30px 5%;
	background: #e6e7e8;
	text-align: center;
}

div.post-item .post-container .image {
	height: 250px;
	position: relative;
	margin: 0 0 35px 0;
	background: center center no-repeat;
	background-size: cover;
}

div.post-item .post-container .image a {
	display: block;
	width: 100%;
	height: 100%;
}

div.post-item .post-container .date {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #cc0e16;
	padding: 10px 15px;
	color: #fff;
	font-size: 0.9em;
}

div.post-item .post-container h2.title {
	font-size: 1.5em;
	margin-bottom: 10px;
}

div.post-item .post-container h2.title a {
	text-decoration: none;
}

div.post-item .post-container .content {
	font-size: 0.9em;
}

div.post-item .post-container .content img {
	display: none;
}

div.post-item .post-container .dctaylor-button {
	margin-top: 15px;
}

div.post-first {
	position: relative;
	z-index: 100;
	margin-top: -55px;
}

div.post-first .post-container {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

div.post-first .post-container .logo {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -55px 0 0 -55px;
	z-index: 10;
}

div.post-first .post-container .description {
	background: #cc0e16;
	color: #fff;
	width: 39%;
	padding: 25px 8% 25px 3%;
	min-height: 300px;
}

div.post-first .post-container h1.title {
	color: inherit;
	margin-bottom: 10px;
}

div.post-first .post-container h1.title a {
	text-decoration: none;
	color: inherit;
}

div.post-first .post-container .content img {
	display: none !important;
}

div.post-first .post-container a.link {
	text-decoration: none;
	color: inherit;
	text-transform: uppercase;
	display: inline-block;
	margin: 25px 0 0 0;
}

div.post-first .post-container a.link:hover {
	text-decoration: underline;
}

div.post-first .post-container a.link img {
	display: inline-block;
	margin: 3px 0 0 7px;
}

div.post-first .post-container .image {
	height: 280px;
	margin: 35px 0;
	position: relative;
	background: center center no-repeat;
	background-size: cover;
}

div.post-first .post-container .image a {
	display: block;
	width: 100%;
	height: 100%;
}

div.post-first .post-container .image.mobile {
	display: none;
	width: 85%;
	margin: 0 auto;
}

div.post-first .post-container .date {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #cc0e16;
	padding: 10px 15px;
	color: #fff;
	font-size: 0.95em;
}

#home-content div.post-first .post-container .description {
	min-height: 360px;
}

#home-content div.post-first .post-container .image {
	height: 340px;
}

#home-content > div.post-first,
#page-content > div.post-first {
	margin-top: -105px;
	margin-bottom: 60px;
	text-align: left;
}

#home-content > div.post-first .post-container {
	width: 120%;
	margin-left: -10%;
}

#page-content > div.post-first .post-container {
	width: 100%;
}

#home-content > div.post-first .post-container h1.title,
#page-content > div.post-first .post-container h1.title {
	color: #fff;
	font-size: 1.5em;
	max-width: none;
	margin-bottom: 5px;
}

#home-content > div.post-first .post-container h1.primary,
#page-content > div.post-first .post-container h1.primary {
	font-size: 1.9em;
}

#home-content > div.post-first .post-container hr,
#page-content > div.post-first .post-container hr {
	margin: 1.5em 0;
}

#home-content > div.post-first .post-container p,
#page-content > div.post-first .post-container p {
	font-size: 0.98em;
	line-height: 1.4em;
}

#home-content > div.post-first .post-container a.link,
#page-content > div.post-first .post-container a.link {
	margin-top: 10px;
}

#post-title {
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

#post-date {
	margin: 0 0 20px 0;
	font-weight: 700;
}

#post-more {
	margin: 40px 0 0 0;
}

#post-more a {
	color: inherit;
	text-transform: uppercase;
	text-decoration: none;
}

#post-more a:hover {
	text-decoration: underline;
}

#post-more a img {
	display: inline-block;
	margin: 2px 5px 0 0;
}

#post-more .next {
	text-align: right;
}

#post-more .next a img {
	margin: 2px 0 0 5px;
}

/**********************
  SERVICE STYLES
 *************************/

.service-wrapper {
	margin: 0 0 20px 0;
	position: relative;
	z-index: 10;
}

.service-item {
	border-bottom: 2px solid #dcddde;
}

.service-item:first-child {
	border-top: 2px solid #dcddde;
}

.service-container {
}

.service-container .title {
	text-transform: uppercase;
	cursor: pointer;
	background: url("assets/img/dctaylor-services-background-inactive.png") center
		right no-repeat;
	padding: 20px 0 20px 0;
	margin: 0;
	color: #000;
}

.service-container .content {
	display: none;
}

.service-container.active {
	padding-bottom: 10px;
}

.service-container.active .title {
	color: #cc0e16;
	background-image: url("assets/img/dctaylor-services-background-active.png");
}

.service-container.active .content {
	display: block;
	margin-top: -10px 0 15px 0;
}

.featured-service-wrapper {
	margin: 0 0 60px 0;
	background: #e6e7e8;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

#page-content .featured-service-wrapper {
	margin-top: -105px;
}

.featured-services-container {
	position: relative;
	left: 0;
}

.featured-services-container .column {
	position: relative;
}

.featured-service-item {
	display: inline-block;
}

.featured-service-container {
	width: 95%;
	margin: 25px auto;
}

.featured-service-container .title {
	font-size: 2em;
	text-transform: uppercase;
	margin: 10px 0;
}

.featured-service-container .image {
	width: 90%;
	height: 200px;
	margin: 0 0 20px 0;
	background: center center no-repeat;
	background-size: cover;
}

.featured-service-container .mobile-title {
	display: none;
	color: #fff;
	position: absolute;
	text-align: center;
	width: 90%;
	top: 70px;
	left: 5%;
	z-index: 10;
}

.featured-service-container .extra {
	color: #cc0e16;
	font-size: 0.82em;
	width: 90%;
}

.featured-service-container .extra ul {
	margin-left: 18px;
	line-height: 1.1em;
}

.featured-service-container .extra li {
	margin-bottom: 8px;
}

.featured-service-container .extra.mobile {
	display: none;
}

.featured-service-container .button {
	text-align: center;
	cursor: pointer;
	display: none;
}

.featured-service-container .button .label {
	display: block;
	margin: 20px 0 10px 0;
	color: #cc0e16;
	text-transform: uppercase;
}

.featured-service-container .button img.open {
	display: inline-block;
}

.featured-service-container .button img.close {
	display: none;
}

.featured-service-controls,
.featured-service-controls * {
	box-sizing: border-box;
}

.featured-service-container.active .button img.close {
	display: inline-block;
}

.featured-service-container.active .button img.open {
	display: none;
}

.featured-service-controls {
	margin: 0 -10px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	border: 10px solid white;
	border-width: 10px 0;
	background: white;
}

.featured-service-controls li {
	flex: 1 0 33.3%;
	max-width: 33.3%;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	word-wrap: break-word;
	color: #fff;
	background: #000;
	min-height: 320px;
	position: relative;
	cursor: pointer;
	border: 10px solid white;
}

.featured-service-controls .title {
	position: relative;
	z-index: 10;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	width: 90%;
	margin: 10px auto;
	font-size: 1.9em;
}

.featured-service-controls .link {
	position: absolute;
	z-index: 10;
	margin: 10px auto;
	bottom: 5px;
	display: inline;
	width: 100%;
	text-align: center;
}

.featured-service-controls .link a {
	border: 2px solid white;
	color: white;
}

.featured-service-controls .background {
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: center center no-repeat;
	background-size: cover;
}

.featured-service-controls li.active {
	border-color: #cc0e16;
}

.featured-service-controls li.active .title {
	display: none;
}

.featured-service-controls li.active .background {
	opacity: 1;
}

.service-sidebar,
.service-sidebar * {
	box-sizing: border-box;
}

.service-sidebar {
	margin: 0;
	padding: 0;
	display: block;
	align-content: center;
	justify-content: center;
}

.service-sidebar .stacked {
	margin: 0 0 30px 0;
}

.service-sidebar li {
	max-width: 100%;
	display: block;
	align-content: center;
	justify-content: center;
	word-wrap: break-word;
	color: #fff;
	background: #cc0e16;
	min-height: 320px;
	position: relative;
}

.service-sidebar .apply-now {
	border: none;
	padding: 70px 0;
	min-height: 200px;
	background: #000;
}

.service-sidebar > .apply-now > .link {
	position: relative;
	margin: auto;
	display: inline-block;
}

.service-sidebar > .apply-now > .link > a:hover {
	border: 2px solid #cc0e16;
	background: white;
	color: #cc0e16;
}

.service-sidebar > .apply-now > .title {
	margin-bottom: 15px;
}

.service-sidebar .title {
	position: relative;
	z-index: 10;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	width: 100%;
	font-size: 1.9em;
}

.service-sidebar .link {
	position: absolute;
	z-index: 10;
	margin: 10px auto;
	bottom: 5px;
	display: inline;
	width: 100%;
	text-align: center;
}

.service-sidebar .link a {
	border: 2px solid #cc0e16;
	background: #cc0e16;
	color: white;
}

.description-link {
	text-decoration: underline !important;
}

.service-sidebar .background {
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: center center no-repeat;
	background-size: cover;
}

.service-sidebar li.active {
	border-color: #cc0e16;
}

.service-sidebar li.active .title {
	display: none;
}

.service-sidebar li.active .background {
	opacity: 1;
}

/***********************
  SECTION STYLES
  ************************/
.section-wrapper {
	margin: 50px 0 0 0;
	color: #fff;
	position: relative;
}

.section-wrapper .element-wrapper {
	margin-top: 0;
}

.section-item {
	width: 100%;
	background: center center no-repeat;
	background-size: cover;
	padding: 70px 0 40px 0;
}

.section-container {
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 10;
}

.section-container .title {
	text-transform: uppercase;
	color: #cc0e16;
	font-size: 1.9em;
	margin-bottom: 10px;
}

.section-background {
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
}

.section-item.no-background {
	padding: 50px 0 0 0;
	border-top: 2px solid #d8dbdc;
}

.section-item.no-background .section-container {
	max-width: none;
	width: 100%;
}

.section-item.no-background .section-container .title {
	color: #000;
	font-size: 1.8em;
	text-transform: none;
	max-width: 700px;
	margin: 0 auto;
}

.section-item.no-background .section-background {
	display: none;
}

/***********************
  ELEMENT STYLES
  ************************/
.element-wrapper {
	margin: 80px auto 20px auto;
	text-align: center;
	width: 90%;
	position: relative;
	z-index: 10;
}

.element-item {
	max-width: 350px;
	display: inline-block;
}

.element-container {
	width: 90%;
	margin: 0 auto 20px auto;
}

.element-container .image {
	width: 100%;
	height: 200px;
	background: center center no-repeat;
	background-size: cover;
	margin-bottom: 10px;
}

.element-container .title {
	color: #cc0e16;
	text-transform: uppercase;
	width: 98%;
	margin: 0 auto 20px auto;
}

.element-wrapper.style-overlay .element-container .image {
	height: 260px;
	position: relative;
	padding: 90px 0 0 0;
}

.element-wrapper.style-overlay .element-container .title {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
	width: 90%;
	margin: 0 auto 10px auto;
	font-size: 2em;
}

.element-wrapper.style-overlay .element-container .content {
	position: relative;
	z-index: 10;
}

.element-wrapper.style-overlay .element-container .dctaylor-button a {
	background: #cc0e16;
	color: #fff;
	border: none;
}

.element-wrapper.style-overlay .element-container .dctaylor-button a:hover {
	background: #fff;
	color: #cc0e16;
}

.element-wrapper.style-overlay .element-container .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url("assets/img/dctaylor-background-transparent-black.png");
}

.element-wrapper.style-icons .element-container {
	margin-top: 20px;
}

.element-wrapper.style-icons .wp-post-image {
	width: 70%;
	max-width: 85px;
	height: auto;
	margin: 0 auto 20px auto;
	display: block;
}

.element-wrapper.style-icons .element-container .title {
	font-size: 1.1em;
}

.element-wrapper.style-icons .element-container .content p {
	font-size: 0.95em;
}

.element-wrapper.style-icons .element-container .dctaylor-button a {
	background: #cc0e16;
	color: #fff;
	border: none;
}

.element-wrapper.style-icons .element-container .dctaylor-button a:hover {
	background: #fff;
	color: #cc0e16;
}

.element-wrapper.style-standard .element-container {
	background: #cc0e16;
	padding: 15px 0 35px 0;
}

.element-wrapper.style-standard .element-container .image {
	width: 90%;
	margin: 0 auto 30px auto;
	height: 250px;
}

.element-wrapper.style-standard .element-container .title {
	color: #fff;
	text-transform: none;
	width: 85%;
	font-size: 1.5em;
	margin-bottom: 25px;
	line-height: 1.3em;
}

.element-wrapper.style-standard .element-container .dctaylor-button a {
	color: #fff;
	border: 2px solid #fff;
}

.element-wrapper.style-standard .element-container .dctaylor-button a:hover {
	background: #fff;
	color: #cc0e16;
}

.section-item .element-wrapper.style-icons .element-container .title {
	word-spacing: 150px;
	text-align: center;
}

/**********************
  OPTION STYLES
 ***********************/
.options-wrapper {
	position: relative;
	z-index: 10;
	width: 90%;
	margin: 0 auto;
	height: 350px;
}

.options-wrapper .col-2 {
	position: relative;
}

.option-item {
	opacity: 0;
	position: absolute;
	top: 30px;
	margin: 0 0 0 0;
}

.option-item .mobile-icon {
	display: none;
}

.option-item .title {
	text-transform: uppercase;
}

.option-item .dctaylor-button {
	background: #cc0e16;
}

.option-item .dctaylor-button a {
	color: #fff;
}

.option-item.active {
	z-index: 5;
}

.option-buttons-group {
	position: relative;
	width: 65%;
	margin: 0 auto;
	-ms-transform: rotate(-23deg);
	-webkit-transform: rotate(-23deg);
	transform: rotate(-23deg);
}

.option-buttons-group .buttons-logo {
	width: 100%;
	height: auto;
}

.option-button {
	cursor: pointer;
	position: absolute;
	-ms-transform: rotate(23deg);
	-webkit-transform: rotate(23deg);
	transform: rotate(23deg);
}

.option-button img.size-post-thumbnail {
	position: absolute;
	top: -1%;
	left: -1%;
	opacity: 0;
	z-index: 10;
	width: 102%;
	height: auto;
}

.option-button.child-1 {
	left: 0;
	top: 40px;
}

.option-button.child-2 {
	right: 0;
	top: 40px;
}

.option-button.child-3 {
	left: 50%;
	bottom: 0;
	margin-left: -40px;
}

.option-button.active img.size-post-thumbnail,
.option-button:hover img.size-post-thumbnail {
	opacity: 1;
}

/***********************
  CAREER STYLES
  ************************/
.career-wrapper {
	border-top: 2px solid #dcddde;
	padding: 5px 0 0 0;
	margin: 0 0 40px 0;
}

.career-item {
	margin-top: 15px;
}

.career-container {
	width: 90%;
}

.career-container .title {
	color: #000;
	font-size: 1.1em;
	margin-bottom: 5px;
	font-weight: 500;
	background: url("assets/img/dctaylor-career-arrow.png") center right no-repeat;
}

.career-container .title a {
	color: inherit;
	text-decoration: none;
	display: block;
}

.career-container .title a:hover {
	text-decoration: underline;
}

.career-container .location {
	color: #cc0e16;
	font-weight: 500;
	font-size: 0.9em;
}

#career-application {
	min-height: 1100px;
	position: relative;
}

#career-application div.wpcf7 {
	max-width: 100%;
	margin: 30px 0 0 0;
}

/**********************
  COMPANY STYLES
 **********************/
.companies-wrapper {
	overflow: hidden;
	margin: 30px 0 0 0;
	position: relative;
}

.companies-container {
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 10;
	left: 0;
}

.company-item {
	display: inline-block;
}

.company-item img {
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
}

/**********************
  DATE STYLES
 ************************/
#date-wrapper {
}

#date-timeline {
	position: absolute;
	z-index: 100;
	left: 50%;
	margin: 130px 0 0 450px;
	height: 700px;
	padding: 30px 0;
	width: 150px;
	background: url("assets/img/dctaylor-background-transparent-red.png");
}

#date-timeline.scrolled {
	position: fixed;
	top: 0;
}

#date-timeline.bottom {
	position: absolute;
	bottom: 0;
	top: auto;
}

#date-line {
	height: inherit;
	background: #fff;
	width: 1px;
	position: absolute;
	left: 50%;
}

#date-items {
	height: 100%;
}

#date-links {
	height: 100%;
	padding: 5px 0;
}

#date-links .decades {
	color: #fff;
	position: relative;
}

#date-links .column {
	height: 100%;
	text-align: center;
}

#date-links .date {
	height: 20%;
	font-size: 0.9em;
	line-height: 1em;
	position: relative;
}

#date-links .date .target {
	opacity: 0.7;
	cursor: pointer;
}

#date-links .date .indication {
	position: absolute;
	left: 0;
	background: #fff;
	width: 10px;
	top: 0;
	height: 10px;
	margin: 2px 0 0 -4px;
	cursor: pointer;
	border-radius: 10px;
	display: none;
}

#date-links .date.active .target {
	opacity: 1;
}

#date-links .date.active .indication {
	display: block;
}

#date-label {
	display: none;
	width: 85%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0 auto;
	padding: 10px 0;
	cursor: pointer;
	font-weight: normal;
	font-size: 1em;
	background: url("assets/img/dctaylor-sidebar-arrow-open.png") center right
		no-repeat;
}

.date-item {
	width: 100%;
	background: #fff;
	margin: 25px 0 0 0;
	position: relative;
	min-height: 375px;
}

.date-item:first-child {
	margin-top: 0px;
}

.date-container {
	width: 80%;
	margin: 50px auto 20px auto;
}

.date-container .content {
	font-size: 0.85em;
	padding-bottom: 60px;
}

.date-container .title {
	text-transform: uppercase;
	position: absolute;
	bottom: 20px;
	font-weight: 400;
	color: #000;
	font-size: 2.5em;
}

.date-background {
	background: center center no-repeat;
	background-size: cover;
	height: 100%;
	width: inherit;
	position: absolute;
}

.date-item .featured-image.mobile {
	display: none;
	height: 250px;
	width: 100%;
	margin: 0 auto 20px auto;
	position: relative;
}

.date-item .featured-image.mobile .date-background {
	width: 100%;
}

/**********************
  LOCATION STYLES
 ************************/

#locations .location {
	position: absolute;
	z-index: 1000;
	width: 200px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	padding: 25px 20px 20px 20px;
	display: none;
}

#locations .location.active {
	display: block;
}

#locations .location .close {
	position: absolute;
	right: 5%;
	top: 5%;
	width: 22px;
	height: auto;
	z-index: 5;
	cursor: pointer;
}

#locations .location .title {
	font-size: 1em;
	margin-bottom: 0;
}

#locations .location .info {
	font-size: 0.95em;
	margin: 0 0 10px 0;
	line-height: 1.2em;
}

#locations .location .info li {
	display: block;
}

#locations .location .info a {
	color: inherit !important;
}

#locations .location .carrot {
	position: absolute;
}

#locations .location .carrot.left {
	left: 5px;
	right: auto;
}

#locations .location .carrot.right {
	right: 5px;
	left: auto;
}

#locations .location .carrot.bottom {
	bottom: -20px;
	top: auto;
}

#locations .location .carrot.top {
	top: -20px;
	bottom: auto;
}

#locations .location .carrot img {
	display: none;
}

#locations .location .carrot.top .top {
	display: block;
}

#locations .location .carrot.bottom .bottom {
	display: block;
}

/***********************
  SEARCH STYLES
 ************************/
#search-header {
	margin: 50px 0 40px 0;
	padding: 0 0 30px 0;
	border-bottom: 2px solid #dcdfe0;
}

#search-header .label {
	color: #8e8d8e;
	margin: 5px 0 0 0;
	font-size: 1em;
}

#search-header.posts {
	margin: 0 auto 30px auto;
	padding: 0 0 20px 0;
	width: 95%;
}

#search-header.posts .label {
	margin-top: 0;
}

#searchform {
	padding: 0;
	margin: 0 0 0 0;
	background: #e7e9eb;
}

#searchform input {
	width: 74%;
	display: inline-block;
	background: transparent;
	border: none;
	outline: none;
	margin: 0;
	padding: 0 3%;
}

#searchform button {
	border: none;
	outline: none;
	cursor: pointer;
	background: transparent;
	display: inline-block;
	width: 18%;
	margin: 0;
	padding: 10px 2% 10px 0;
	text-align: right;
}

#searchform button img {
	vertical-align: middle;
}

#search-wrapper {
	padding: 0 0 10px 0;
	border-bottom: 2px solid #dcdfe0;
}

#search-wrapper .search-item {
	margin: 0 0 30px 0;
}

#search-wrapper .search-item .title {
	text-transform: uppercase;
	font-size: 1.7em;
	margin: 0 0 10px 0;
}

#search-wrapper .search-item .title a {
	text-decoration: none;
	color: inherit;
}

#search-wrapper .search-item .link {
	display: block;
	color: #000;
	margin: 0 0 15px 0;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

#search-wrapper .search-item .content * {
	font-size: 1.1em;
	line-height: 1.5em;
	text-transform: none;
	color: #000;
	display: inline;
}

#search-wrapper .search-item .content img {
	display: none;
}

/***********************
  FOOTER STYLES
  ***********************/
footer {
	height: 500px;
	margin-top: 50px;
	background: url("assets/img/dctaylor-footer-background-image-2.webp") center
		center no-repeat;
	background-size: 127%;
	position: relative;
}

#footer-content {
	position: absolute;
	bottom: 0;
	background: url("assets/img/dctaylor-background-transparent-black.png");
	width: 94%;
	color: #fff;
	padding: 25px 3% 20px 3%;
	font-size: 0.9em;
}

#footer-content ul {
	margin: 0 0 0 0;
}

#footer-content li {
	display: inline-block;
}

#footer-content a {
	color: inherit;
}

/* FOR HISTORY PAGE */

div#footer-content,
div#footer-content *:not(input) {
	box-sizing: content-box;
}

#footer-content .col-2 {
	width: 49.5%;
}

#footer-logo {
	position: absolute;
	left: 50%;
	top: 0;
	margin: -55px 0 0 -55px;
}

#footer-contact {
}

#footer-contact ul {
}

#footer-contact li {
}

#footer-contact h5 {
	text-transform: uppercase;
	color: inherit;
}

#footer-phone {
	margin-top: 15px !important;
	font-size: 1em;
}

#footer-links ul {
	font-size: 1em;
}

#footer-links li {
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	display: block;
}

#footer-links li:first-child {
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#footer-details {
	text-align: right;
}

#footer-details ul {
}

#footer-details li {
}

#footer-details h5 {
	text-transform: uppercase;
}

#footer-locations {
	text-transform: uppercase;
	position: relative;
}

#footer-locations .selection {
	text-decoration: underline;
	cursor: pointer;
}

#footer-locations li {
	display: block;
}

#footer-locations #locations-list {
	position: absolute;
	bottom: 40px;
	right: 15px;
	background: #cc0e16;
	padding: 20px 60px 20px 20px;
	margin: 0 0 0 0;
	display: none;
}

#footer-locations #locations-list ul {
	text-align: left;
	line-height: 2em;
}

#footer-locations #locations-list li {
	text-transform: none;
	display: block;
	white-space: nowrap;
}

#footer-locations #locations-list a {
	text-decoration: none;
}

#footer-locations #locations-list a:hover {
	text-decoration: underline;
}

#footer-locations #locations-list .close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

#footer-locations #locations-list .carrot {
	position: absolute;
	bottom: -13px;
	left: 40%;
}

#footer-locations.active #locations-list {
	display: block;
}

#footer-copyright {
	font-size: 0.75em;
}

#footer-copyright p {
	display: inline-block;
}

#footer-menu {
	display: inline-block;
	float: right;
}

#footer-menu ul {
	font-size: 1em;
}

#footer-menu li {
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	display: inline;
}

#footer-menu li:first-child {
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#footer-address li:first-of-type:after,
#footer-address li:nth-of-type(2):after {
	content: ",";
	padding-right: 0.25em;
}

#footer-address li:nth-of-type(3):after {
	content: "";
	padding-right: 0.25em;
}

/* FOOTER NEWSLETTER SIGNUP */
div.newsletter-footer form > div > div {
	background-color: transparent !important;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

div.newsletter-footer form input[type="submit"] {
	height: 2.5rem;
	margin: 0.25rem;
}

div.newsletter-footer form input[type="submit"]:hover {
	opacity: 0.8;
	transition-duration: 200ms;
}

div.newsletter-footer form input,
div.newsletter-footer form input {
	outline: 3px solid rgba(0, 0, 0, 0);
}
div.newsletter-footer form input:focus,
div.newsletter-footer form input:active {
	outline: 3px solid #2962ff !important;
	transition-duration: 200ms;
}

div.newsletter-footer form input[type="email"] {
	max-width: 300px;
	width: 55%;
	min-width: 250px;
	margin: 0.25rem;
}

div.newsletter-footer form h4 {
	width: 100%;
}

/***********************
  WPCF7 STYLES
  ***********************/
div.wpcf7 {
	position: relative;
	background: #e6e7e8;
	margin: 30px 0 0 0;
	padding: 20px 25px;
}

div.wpcf7 p {
	margin: 0 0 15px 0;
	font-size: 1em;
}

div.wpcf7 h5 {
	margin: 0 0 10px 0;
}

div.wpcf7 .column-2 {
	width: 47%;
	display: inline-block;
	margin: 0 2.5% 0 0;
}

div.wpcf7 .column-3 {
	width: 30.5%;
	display: inline-block;
	margin: 0 2.3% 0 0;
}

div.wpcf7 input[type="text"],
div.wpcf7 input[type="email"],
div.wpcf7 textarea {
	width: 94%;
	padding: 7px 1.5%;
}

div.wpcf7 .column-2 input[type="text"],
div.wpcf7 .column-2 input[type="email"],
div.wpcf7 .column-2 textarea {
	width: 95%;
	padding: 7px 2.5%;
}

div.wpcf7 .column-3 input[type="text"],
div.wpcf7 .column-3 input[type="email"],
div.wpcf7 .column-3 textarea {
	width: 94%;
	padding: 7px 3%;
}

div.wpcf7 .wpcf7-list-item {
	margin: 0;
	width: 33%;
	font-size: 0.9em;
}

div.wpcf7 .wpcf7-not-valid {
	border-color: #cc0e16;
}

div.wpcf7 .wpcf7-not-valid-tip {
	display: none !important;
}

div.wpcf7 .wpcf7-response-output {
	background: #cc0e16;
	padding: 20px 25px;
	margin: 25px 0 0 0;
	color: #fff;
	border: none;
	outline: none;
}

div.wpcf7 .wpcf7-mail-sent-ok {
	background: #a1a1a1;
}

/******** STEPS **********/
#career-application div.wpcf7 {
	font-size: 0.9em;
}

#career-application div.wpcf7 p {
	font-size: 1em;
}

#career-application div.wpcf7 p input,
#career-application p textarea {
	font-size: 1em;
}

#career-application div.wpcf7 .steps-invalid {
	border: 2px solid #ff0000;
}

#career-application div.wpcf7 .invalid-message {
	color: #ff0000;
	font-size: 0.9em;
	font-style: italic;
	margin: 0 0 10px 0;
}

#career-application div.wpcf7 .show-on-yes,
#career-application div.wpcf7 .show-on-no {
	margin: -15px 0 15px 0;
}

#career-application .accept-this + span {
	display: inline-block;
	margin-top: 3px;
}

#career-application div.wpcf7 .seperator .wrapper {
	padding: 30px;
}

#career-application div.wpcf7 .step-progress {
	width: 100%;
	height: 20px;
	background: #d1d3d4;
	position: relative;
}

#career-application div.wpcf7 .step-current {
	height: inherit;
	width: 0%;
	background: #cc0e16;
	position: absolute;
	top: 0;
	left: 0;
}

#career-application div.wpcf7 .step-complete {
	font-size: 0.7em;
	color: #fff;
	float: right;
	padding: 5px 10px 0 0;
	position: relative;
	z-index: 10;
}

#career-application div.wpcf7 .duplicate {
	display: none;
}

#career-application div.wpcf7 .duplicate.active {
	display: block;
}

#career-application div.wpcf7 .control-duplicates {
	text-align: right;
	font-size: 0.9em;
	margin: 0px 20px 25px 0;
}

#career-application div.wpcf7 p + .control-duplicates {
	margin-top: -15px;
}

#career-application div.wpcf7 .duplicate-control {
	cursor: pointer;
	display: inline-block;
	border-right: 1px solid #000;
	padding: 2px 7px 2px 0px;
	margin: 0 7px 0 0;
}

#career-application div.wpcf7 .duplicate-control:last-child {
	border: none;
	margin-right: 0;
	padding-right: 0;
}

#career-application div.wpcf7 .duplicate-control:hover {
	text-decoration: underline;
}

#career-application div.wpcf7 .step-control {
	background: #cc0e16;
	color: #fff;
	width: auto;
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-block;
	cursor: pointer;
}

#career-application div.wpcf7 .step-control.next-step {
	float: right;
}

#career-application div.wpcf7 .wpcf7-submit {
	position: absolute;
	right: 20px;
	margin-top: 37px;
	z-index: 100;
	padding: 10px 20px;
	line-height: 0.8em;
}

#career-application div.wpcf7 .wpcf7-response-output {
	position: absolute;
	right: 0;
	z-index: 100;
	background: #e6e7e8;
	color: #000;
	height: 100%;
	width: 13.0857%;
	padding: 20px 0.6%;
}

/***********************
  PAGENAVI STYLES
 **********************/
.wp-pagenavi {
	text-align: center;
	margin: 40px 0 0 0;
}

.wp-pagenavi span,
.wp-pagenavi a {
	line-height: 1em;
	padding: 10px 15px;
	display: inline-block;
	color: #fff;
	background: #cc0e16;
	text-decoration: none;
	margin: 0 7px;
}

.wp-pagenavi span {
	background: #d3d3d4;
}

.wp-pagenavi .extend {
	display: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .firstpostslink,
.wp-pagenavi .lastpostslink {
	background: #929295;
}

.wp-pagenavi a:hover {
	background: #d3d3d4;
}

/**********************
  SIMPLE MAP STYLES
 **********************/
#tt_sm_contact-map {
	display: none !important;
}

#contact-map_inner path[status="selected-state"] {
	fill: rgb(204, 14, 22) !important;
}

#contact-map_inner text[status="selected-text"] {
	fill: #fff !important;
}

#contact-map_inner rect[status="selected-rect"] {
	fill: rgb(204, 14, 22) !important;
}

.careers-button a {
	color: #fff;
	background: #cc0e16;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #fff;
	padding: 9px 19px 7px 19px;
	cursor: pointer;
}

.careers-button a:hover {
	background: #fff;
	color: #cc0e16;
	border-color: #cc0e16;
}

#page-content-full {
	width: 100%;
	margin: 50px 0 0 0;
}

#page-content-full > p > iframe {
	height: 1500px;
}

.blogpost h1 {
	font-size: 2.2em;
}

.blogpost h2 {
	color: rgb(200, 16, 46);
	font-size: 1.8em;
	font-weight: bold;
}

.blogpost h3 {
	color: rgb(25, 25, 25);
	font-weight: 600;
	font-size: 1.5em;
	font-style: italic;
}

body,
html {
	overflow-x: hidden;
}

/*Single Service Style*/
.serviceRow {
	display: flex;
	margin-bottom: 2em;
}

.serviceRow h2 {
	font-size: 2.5em;
	margin-top: 1em;
	color: black;
}

.serviceRow h3 {
	margin-top: 1em;
	color: black;
}

.serviceRow .sectionText {
	margin-right: 7em;
	margin-bottom: 2em;
}

.serviceRow .service-container .title {
	text-transform: uppercase;
	cursor: pointer;
	background: url(assets/img/dctaylor-services-background-inactive2.png) center
		right no-repeat;
	padding: 20px 0 20px 0;
	margin: 0;
}

.serviceRow .service-container.active .title {
	background: url(assets/img/dctaylor-services-background-active2.png) center
		right no-repeat;
	color: red;
}

.serviceRow img {
	margin-left: 8em;
	margin-right: 3em;
	margin-top: 1em;
	width: 114.73px !important;
	height: 114.73px !important;
}

.serviceRow p {
	font-size: 1em;
}

.serviceRow .service-container .content ul {
	font-size: 1em !important;
}

.serviceRow ::marker {
	color: red;
}

@media screen and (max-width: 849px) {
	.serviceRow img {
		margin-left: 1em;
		margin-right: 3em;
	}

	.serviceRow h2 {
		font-size: 2em;
	}
}

@media screen and (max-width: 600px) {
	.serviceRow {
		flex-direction: column;
		align-items: center;
		margin-bottom: 2em;
	}

	.serviceRow img {
		margin-left: 0em;
		margin-right: 0em;
	}

	.serviceRow .sectionText {
		margin-right: 1em;
		margin-left: 1em;
	}
}

/*Service Page Style*/
.serviceMenu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	margin-top: 3em;
	margin-bottom: 5em;
}

.serviceMenu .serviceCards {
	background-color: #f4f4f4;
	width: 372px;
	height: 249px;
	text-align: center;
	margin: auto;
	position: relative;
}

div.serviceMenu:has(div.serviceCards:nth-child(5)) {
	flex-wrap: wrap;
	justify-content: center;
}


div.serviceMenu:has(div.serviceCards:nth-child(5)) div.serviceCards {
	flex-basis: 24%;
}

.serviceImg1 img,
.serviceImg2 img,
.serviceImg3 img {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
}

.serviceCards p {
	font-size: 1.5em;
	margin-top: 2em;
	font-weight: bold;
	padding: 1em;
}

.serviceCards .pService {
	padding-bottom: 0;
	margin-bottom: 13px;
}

.serviceCards button {
	margin-bottom: 1em;
}

@media screen and (max-width: 1190px) {
	.serviceMenu .serviceCards {
		width: 300px;
	}
}

@media screen and (max-width: 1000px) {
	.serviceMenu .serviceCards {
		width: 300px;
		flex-basis: auto !important;
	}
}

@media screen and (max-width: 947px) {
	.serviceMenu .serviceCards {
		width: 279px;
		margin-bottom: 4em;
	}
}

/* ======== ABOUT PAGE STYLES =========== */
.about-content .career-icon-wrap {
	display: inline-flex;
	margin-bottom: 0.75rem;
	width: 100px;
	height: 100px;
}

.about-content .career-icon {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: auto;
}

.about-content .row {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding-left: 0px;
}

.about-content .career-col {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1rem;
	margin-top: 1rem;
	margin-left: unset;
}

.about-content .about-text {
	line-height: 1.25;
	max-width: 450px;
}

.about-content h2,
.about-content h3 {
	text-align: center;
}

.about-content h3.about-heading {
	color: black;
	text-transform: uppercase;
	font-weight: lighter;
	margin-bottom: 1.5rem;
}

.about-content button {
	background-color: unset;
	border: none;
	height: inherit;
	padding: inherit;
	margin: inherit;
}

.about-content .career-col button {
	padding: 0px;
	margin: 0px;
}

.about-content .col-center {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
}

.about-content .row.career-wrap {
	width: 100%;
}

.about-content .career-col a {
	text-decoration: none;
}
.about-content .career-col a:hover {
	opacity: 0.75;
}

img.img-spacing {
	margin-top: 2rem;
}

.black-text {
	color: black;
}

.width-100 {
	width: 100%;
}

.tight-margin {
	margin-bottom: 0.25rem;
}

@media screen and (min-width: 932px) {
	.about-content .career-col {
		max-width: 250px;
	}
}

/* MODAL INTERACTION */
#main-wrapper[aria-hidden="true"] {
	pointer-events: none;
}

.modal {
	z-index: 9999 !important;
}

.modal h3 {
	text-transform: uppercase;
	font-size: 1.75rem;
}

.modal button.btn {
	padding: 0.325rem 0.75rem;
	margin: unset;
	outline: 0px;
	transition: 0.3s;
}
.modal button.btn:not(:focus-visible) {
	background-color: #cc0e16;
}

button:focus {
	/* box-shadow: var(--bs-btn-close-focus-shadow); */
	/* opacity: var(--bs-btn-close-focus-opacity); */
	outline: 4px solid #c2dbfe;
}

@media screen and (max-width: 991px) {
	.modal-open {
		overflow: hidden;
		position: absolute;
		width: 100%;
		height: 100%;
	}
}
