/****************************************** HC STYLES START ******************************************/

.nav-bar ul > li.current-menu-item > a,
.nav-bar ul li.current_page_parent > a,
.nav-bar ul li.current-menu-ancestor > a,
.nav-bar ul > li:hover > a {
    background: #010066;
    color: #fff;
}
.nav-bar ul a {
    font-size: 1.35em;
    font-weight: 400;
    text-transform: uppercase;
    transition: .2s ease-in-out;
    font-family: 'Anton', sans-serif;
}

h1, h2, h3, h4, h5, h6, .billboard .slide-header, .video-container .slide-header {
	font-family: 'Anton', sans-serif;
	line-height: 1.3em;
	margin: 15px 0px;
	color: #111;
	font-weight: 400;
}

.area-list-title {
    font-size: 1.7em;
    font-family: 'Anton', sans-serif;
    line-height: 1.3em;
}


.billboard .slide-header {
	font-weight: 400 !important;
	color: #fff;
}

.blue-txt {
    color: #010066 !important;
}

.sticky-header {
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}

.header-a .hidden-logo {
    font-family: 'Oleo Script';
    font-size: 3em;
    font-weight: 600;
    line-height: 1em;
    font-style: italic;
    color: #010066;
    text-shadow: 1px 2px 0px #222;
    margin: 15px 0px;
    margin: 0;
}

.header-a .hidden-logo p {
	margin: 0px;
}

a {
	color: #010066;
	transition: .2s ease-in-out;
}

a:hover {
	color: #3D383E;
	text-decoration: none !important;
}

h1 {
    font-size: 3em;
}

h2, h3 {
    font-size: 2.3em;
}

.header-a .logo p {
    font-family: 'Oleo Script';
    font-size: 3em;
    font-weight: 600;
    line-height: 1em;
    font-style: italic;
    color: #010066;
    text-shadow: 2px 3px 0px #222;
    margin: 5px 0px;
    text-align: center;
    transition: .2s ease-in-out;
}

.header-a .logo p:hover {
	/* transform: scale(1.1); */
}

a:hover {
	text-decoration: none;
}


.logo-text {
	font-family: 'arial', sans-serif;
	color: #333;
	min-width: 400px;
}

.header-shadow {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}

.height-content {
    height: 100%;
    padding: 60px 20px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.tab-content {
	padding-top: 20px;
}

.tab-pane h3 {
    font-size: 1.5em;
    font-weight: 600;
}

.nav-tabs .nav-link {
    font-weight: 800;
    font-size: 1.1em;
}

.red {
    color: #004990;
    font-size: 3em;
}

.blue {
    color: #4fadf0;
    font-size: 3em;
    font-style: italic;
}

.sub-logo-text {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.swiper-button-prev, .swiper-button-next, .swiper-pagination {
	display: none;
}

.entry-content section {
    padding: 3em 0px;
}
/* 
.entry-content a {
	color: #004990;
	font-weight: 600;
	transition: .2s ease-in-out;
} */

.anchor {
    display: block;
    position: relative;
    top: -100px;
}

.page-id-20 #header, .page-id-16 #header, .page-id-13 #header {
	position: relative;
}

/* .entry-content a:hover {
	color: #6692bc;
	text-decoration: none;
} */

.padd-none {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.brand-hr {
    width: 15%;
    border: solid 1.5px #010066;
}

.img-boxshadow {
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}

.all-the-ctas a {
	color: #fff !important;
}

.jumbotron-background {
    border-radius: 0px !important;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
}

.up-down a i {
	font-size: 10em;
}

.up-down a {
	color: #010066;
	transition: .2s ease-in-out;
}

.up-down a:hover {
    color: #999999;
}

.breakout-background {
    background-position: 50% 0%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
}

.img-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
}

/*
.img-banner:after {
	width: 100%;
    height: 100%;
    content: '';
     background-color: rgba(0,0,0,0.5); 
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255,255,255,0) 34%, rgba(255, 255, 255, 0.84) 80%);
}
*/

/****************************************** HOMEPAGE SERVICE SECTION ******************************************/



.rise-up.in-view {
    top: 0px;
    opacity: 1;
}

.rise-up {
    position: relative;
    opacity: 1;
    transition: .85s cubic-bezier(0.42,0,0,0.97);
}
/****************************************** HOMEPAGE SERVICE LIST ******************************************/

.link-box {
    height: 300px;
    padding: 15px;
    position: relative;
}

.animated-link-boxes-thirds .link-box:nth-of-type(1) .link-box-text-wrapper, .animated-link-boxes-thirds .link-box:nth-of-type(4) .link-box-text-wrapper {
    transition-delay: 0s;
}

.link-box-text-wrapper.animated.in-view {
    top: 0;
}

.link-box-text-wrapper.animated.in-view {
    opacity: 1;
}

.link-box-text-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .85s cubic-bezier(0.42,0,0,0.97);
    opacity: 0;
    top: 60px;
    background-position: center;
    background-size: cover;
}

.link-box-text {
    color: #fff !important;
    font-size: 1.6em;
    font-weight: 300;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.4);
    background: rgba(160, 134, 123, 0.59);
    transition: .6s cubic-bezier(0.42,0,0,0.97);
}

.link-box-text:hover {
    color: white;
    background: rgba(252,84,74,0);
    text-decoration: none;
}

/****************************************** DEPARTMENT CARD STYLES START ******************************************/

.department-card {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.department-card-cont {
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0, 0, 0, 0.4);
    transition: .2s ease-in-out;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    position: relative;
}

.department-card-cont:hover {
    background: rgba(0,0,0,0);
}

.department-card-content {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	padding: 10px 10px;
	margin: 0px 50px;
    transition: .2s ease-in-out;
}

.department-card-cont:hover > .department-card-content {
	background: rgba(0, 73, 144, .90);
}

.department-card-content h3 {
	color: #fff;
}

.department-card-content p {
    font-size: 1.1em;
    line-height: 1.1em;
}

.department-card-content:after {
    content: '';
    display: block;
    margin: auto;
    width: 0%;
    height: 3px;
    background: #fc544a;
    transition: .2s cubic-bezier(0.42,0,0.05,1.17);
}

/****************************************** DEPARTMENT CARD STYLES END ******************************************/

/****************************************** MOBILE MENU ******************************************/

#mobile-menu-container .menu-bar  {
    background: #010066;
}

#mobile-menu-container .menu-icon {
    background: #010066;
}

#mobile-menu-container .current_page_item a {
    color: #fff;
    font-weight: 700;
    font-size: 1.2em;
}


#hover {
  color: rgba(188, 175, 204, 0.9);
}

h2#testimonials {
  color: #fffae3;
}

div#all {
  width: 100%;
  height: 100%;
}


/* generic css */

.view {
    margin: 10px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../images/bgimg.jpg) no-repeat center center;
    width: 100%;
}

.view .mask,
.view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
  display: block;
  position: relative
}

.view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  font-family: Raleway, serif;
  padding: 10px;
  /*background: rgba(0, 0, 0, 0.8);*/
  margin: 20px 0 0 0
}

.view p {
    font-family: Merriweather, serif;
    font-size: 1.3em;
    font-weight: 600;
    position: relative;
    color: #fff;
    text-shadow: 2px 1px 3px #000;
    padding: 0px 20px 0px;
    text-align: center;
}

.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  font-family: Raleway, serif;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000
}

.view a.info:hover {
  box-shadow: 0 0 5px #000
}

.view-first img {
    transition: all 0.2s linear;
    width: 100%;
    height: 200px;
}

.view-first .mask {
    opacity: 0;
    background-color: rgba(193, 216, 46, .80);
    transition: all 0.4s ease-in-out;
}

.view-first h2 {
  transform: translateY(-100px);
  opacity: 0;
  font-family: Raleway, serif;
  transition: all 0.2s ease-in-out;
}

.view-first p {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.2s linear;
}

.view-first a.info {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}


/* */

.view-first:hover img {
  transform: scale(1.1);
}

.view-first:hover .mask {
  opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
  opacity: 1;
  transform: translateY(0px);
}

.view-first:hover p {
  transition-delay: 0.1s;
}

.view-first:hover a.info {
  transition-delay: 0.2s;
}


/*2*/

.view-second img {
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

.view-second .mask {
  background-color: rgba(12, 19, 27, 0.6);
  width: 300px;
  padding: 105px;
  height: 200px;
  opacity: 0;
  transform: translate(265px, 145px) rotate(45deg);
  -webkit-transform: translate(265px, 145px) rotate(45deg);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.view-second h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-family: Raleway, serif;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: translate(200px, -200px);
  transform: translate(200px, -200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.view-second p {
  transform: translate(-200px, 200px);
  -webkit-transform: translate(200px, -200px);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.view-second a.info {
  transform: translate(0px, 100px);
  -webkit-transform: translate(0px, 100px);
  transition: all 0.2s 0.1s ease-in-out;
  -webkit-transition: all 0.2s 0.1s ease-in-out;
}


/* */

.view-second:hover .mask {
  opacity: 1;
  transform: translate(-80px, -125px) rotate(45deg);
  -webkit-transform: translate(-80px, -125px) rotate(45deg);
}

.view-second:hover h2 {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.view-second:hover p {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}

.view-second:hover a.info {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}


/*3*/

.view-tenth img {
  transform: scaleY(1);
  transition: all .7s ease-in-out;
}

.view-tenth .mask {
  background-color: rgba(255, 231, 179, 0.3);
  transition: all 0.5s linear;
  opacity: 0;
}

.view-tenth h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  margin: 20px 40px 0px 40px;
  transform: scale(0);
  color: #333;
  transition: all 0.5s linear;
  opacity: 0;
}

.view-tenth p {
  color: #333;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
}

.view-tenth a.info {
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
}

.view-tenth:hover img {
  -webkit-transform: scale(10);
  transform: scale(10);
  opacity: 0;
}

.view-tenth:hover .mask {
  opacity: 1;
}

.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info {
  transform: scale(1);
  opacity: 1;
}

/********************************* HOVER BOX SECTION END *********************************/

/****************************************** SERVICES PAAGE ******************************************/

.flex-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0em -20px;
    list-style: none !important;
}

.flex-wrapper .flex-item {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-grow: 1;
    width: auto;
    flex-basis: 320px;
    list-style: none;
    margin: 15px 20px;
}

.bg-img {
    align-items: center;
    justify-content: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    min-height: 300px;
}

.serv-item .flex-item:last-child {
    padding: 1em 2em 1.5em;
    position: relative;
	color: #ffffff;
	background: #841919;
}

.box-outter {
	padding: 3px;
    border: solid 3px #841919;
}

.box-sec {
	background: #841919;
    color: #fff;
    padding: 30px;
}

.home-breakout {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
}

.breakout-image {
	background-color: #f58b21;
	background-color: #f29e03;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 100 100'%3E%3Crect x='0' y='0' width='46' height='46' fill-opacity='0.6' fill='%23ffa61d'/%3E%3C/svg%3E");
	background-attachment: fixed;
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
}

.blueprint-bg {
    background: url(/wp-content/uploads/background-floorplan-2-1.jpg);
}

@media only screen and (min-width: 767px) {
	.blueprint-bg {
		background-attachment: fixed;
	}
	p, table, li {
		font-size: 1.1em;
		line-height: 1.8em;
	}
	ul.box-list > li p {
		font-size: .9em;
	}
	ul.box-list > li h3 {
		font-size: 2em;
	}

}

.contact-image {
	position: relative;
    display: block;
    height: 100%;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

/* CONTACT PAGE */

.contact-sec {
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 50px 0 rgba(0,0,0,.15);
}

.contact-col {
	padding-top: 102px !important;
	padding-right: 100px;
	padding-bottom: 70px !important;
	padding-left: 100px;
/* 	background-image: url(/wp-content/uploads/towing-yellow-overlay-UPDATED.jpg) !important; */
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height: 100%;
}

.contact-custom-heading {
	color: #121618;
	text-align: center;
	letter-spacing: 3px;
	margin-bottom: 22px;
	font-size: 16px;
	line-height: 1.5em;
	text-transform: uppercase;
	word-wrap: break-word;
}

.contact-heading {
	color: #121618;
    text-align: center;
    /* letter-spacing: 8px; */
    margin-bottom: 44px;
    font-size: 3em;
    line-height: 40px;
    /* text-transform: uppercase; */
    word-wrap: break-word;
}

.contact-custom-heading {
	font-family: 'Oswald', sans-serif;
}

.input-half-right {
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	padding-right: 10px;
}

::placeholder {
  color: #222;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #222;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #222;
}

.contact-text {
	margin-bottom: 35px;	
}

.contact-sub-head {
	text-align: center;
}

.contact-sub-head span {
	color: #121618;
}

.form-col {
	margin-bottom: 35px
}

.input-half-left {
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	padding-left: 10px;
}

.input-full {
	width: 100%;
    display: inline-block;
    box-sizing: border-box;
    float: left;
}

.input-contact {
	border-bottom: 1px solid #fff !important;
    background: #1110 !important;
    color: #111 !important;
    transition: all ease-in-out .2s;
    border: solid 2px #111 !important;
    padding: 5px 35px;
    font-family: inherit;
    letter-spacing: .1em;
	cursor: pointer;
}

#name, #email, #phone, #message, #amount-owed-irs, #amount-owed-state, #which-state, #which-state {
    color: #222;
    margin-bottom: 20px;
    border-color: #1d2326;
    background: #fff;
    border: 1px solid rgba(24, 24, 24, 0.25);
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 3px;
    vertical-align: top;
    padding: 5px 15px 7px;
}
form textarea {
	max-height: 150px;
}


ul.box-list {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
/*     margin: 3em 0; */
    justify-content: center;
	list-style: none;
}

ul.box-list > li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-grow: 1;
    width: auto;
    flex-basis: 280px;
    list-style: none;
    background: #010066;
    color: #fff;
    line-height: 1.6em;
    font-size: 1.1em;
    line-height: 1.6em;
    font-weight: 700;
    margin: 15px 15px;
    padding-left: 0;
    padding: 30px 20px;
    width: 340px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.box-list-home > li {
    padding: 70px !important;
    font-size: 2em !important;
    color: #222 !important;
}

ul.box-list > li h3 {
    color: #fff;
    line-height: 1em;
}

.page-id-359 ul.box-list > li {
	padding: 10px;
}

.service-list ul.box-list > li {
    flex-basis: 200px;
    font-weight: 100;
    background: #fff0;
    color: #111;
}

ul.box-list-two {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 3em 0;
    justify-content: center;
	list-style: none;
}

ul.box-list-two h3 {
    font-size: 1.8em;
    color: #fff;
    font-weight: normal;
}

ul.box-list-two hr.brand-hr {
    border: solid 1.5px #fff;
}

ul.box-list-two > li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-grow: 1;
    width: auto;
    flex-basis: 280px;
    list-style: none;
    margin: 15px;
    background: #ff6816;
    text-shadow: 0 0 2px #888;
    box-shadow: 0 5px #1f0c56;
    color: #fff;
    line-height: 1.6em;
    font-size: 1em;
    margin: 15px;
    padding-left: 0;
    padding: 25px;
    width: 100%;
    font-weight: bold;
}

.page-id-232 ul.box-list-two > li {
	flex-basis: 800px;
}

ul.box-list-two li h3:before {
    display: block;
    font-size: 2em;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fff;
    background: transparent;
    content: '\f5ad';
    text-align: center;
    margin-bottom: 50px;
}

ul.box-list li img {
	max-width: 50px;
}

.page-id-359 .box-list li {
	background: #fff0;
	transition: .2s ease-in-out;
}

.page-id-359 .box-list li:hover {
	transform: scale(1.1);
}


ul.area-list {
    column-count: 4;
    padding: 0px;
}

ul.area-list li {
	list-style-type: none;
}

ul.area-list li:before {
    content: '\f276';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 1.3em;
    color: #010066;
    background: transparent;
    margin-right: 10px;
}

/****************************************** MEET OUR STAFF PAGE START ******************************************/

.heading-title {
    margin-bottom: 100px;
}
.heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}
.p-top-30 {
    padding-top: 30px;
}
.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}
.text-uppercase {
    text-transform: uppercase;
}

.team-member, .team-member .team-img {
    position: relative;
}
.team-member {
    overflow: hidden;
}
.team-member, .team-member .team-img {
    position: relative;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(79, 173, 240, 0.80);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
    top: 35%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #fff;
}
.team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #fff;
}
.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}
.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}
.team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}
.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}

/****************************************** MEET OUR STAFF PAGE END ******************************************/


/****************************************** ACCORDION START ******************************************/

.accordion-wrap {
	margin-bottom: 50px;
}

#content .accordion-wrap > .ac-heading {
    cursor: pointer;
    /* border-bottom: 3px solid #337291; */
    margin-bottom: 0;
    padding: 10px 15px 9px 11px;
    line-height: 1.3em;
    margin-top: 15px;
    background: #010066;
    color: #ffffff;
    font-size: 1.3em;
}

#content .accordion-wrap > .ac-heading h3 {
	font-weight: inherit !important;
}

#content .accordion-wrap > .ac-heading p {
	margin: 0px;
	display: inline;
	font-weight: inherit !important;
}

.accordion-wrap > .ac-heading:after {
	display: inline-block;
	float: right;
    font-size: 1em;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fff;
    background: transparent;
    content: '\f13a';
    margin-right: .50em;
}
.accordion-wrap > .ac-heading.close-2:after {
  content: '\f139';
}

.close-2 {
    /* float: right; */
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
    opacity: .8;
}

.accordion-content, #accordion p {
    display: none;
    margin: 0;
    background: #ffffff;
    padding: 15px;
    border: 1px solid #010066;
}

ul.supply-ul {
	column-count: 2;
}

.supply-ul li {
	list-style: none;
}

.supply-ul li:before {
    content: '\f101';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 1.3em;
    color: #010066;
    background: transparent;
    margin-right: 10px;
}
/****************************************** ACCORDION END ******************************************/


/************************* SCROLL ANIMATION STYLES START *************************/
.animation-element {position: relative;}
.bounce-up .subject {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
 
.bounce-up.in-view .subject, .bounce-left.in-view .subject, .bounce-right.in-view .subject  {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
 
.bounce-left .subject {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(200px, 0px, 0px);
  -webkit-transform: translate3d(200px, 0px, 0px);
  -o-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate3d(200px, 0, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
 
.bounce-right .subject {
	opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(-200px, 0px, 0px);
  -webkit-transform: translate3d(-200px, 0px, 0px);
  -o-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate3d(-200px, 0px, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/************************* SCROLL FOOTER START *************************/

.footer-btn {
    background: #004990;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    text-shadow: 1px 3px 4px rgb(191, 69, 25);
    font-family: 'Oswald', sans-serif;
    padding: .4em 1em .5em;
    border: none;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    max-width: 300px;
    margin: .5em 0;
    margin: 0 auto;
    margin-bottom: 10px;
    transition: .2s ease-in-out;
}

.footer-btn:hover {
    background: #b72f36;
}

.breakout-content {
    padding: 20px;
    background: #010066;
    color: #fff;
}

.contactpage-form form.wpcf7-form {
    background: #010066;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.contact-img {
	max-width: 350px;
}

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

/************************* SCROLL FOOTER END *************************/


/************************* SCROLL ANIMATION STYLES END *************************/

/****************************************** MEDIA QUERIES START ******************************************/
@media only screen and (max-width: 1080px) {
	ul.supply-ul {
		column-count: 2;
	}
}

@media only screen and (max-width: 400px) {
	ul.supply-ul {
		column-count: 1;
	}
}	

@media only screen and (min-width: 769px) {
	.serv-item .left-arrow:after {
    content: '';
    height: 11px;
    width: 13px;
    position: absolute;
    top: calc(50% - 5px);
    left: -20px;
    right: auto;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #841919;
	}
	.serv-item .right-arrow:after {
    content: '';
    height: 11px;
    width: 13px;
    position: absolute;
    top: calc(50% - 5px);
    left: auto;
    right: -20px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid#841919;
}
	.last-item {
		order: 2;
	}
	.img-banner {
		min-height: 500px;
		padding-top: 22% !important;
		min-height: 0;
	}
}

.img-banner {
	padding-top: 22% !important;
}

@media only screen and (max-width: 767px) {
	.view {
		float: none;
		width: auto;
	}
	.jumbotron-background {
		background-attachment: inherit;
	}
	h1 {
		font-size: 2.5em;
	}
	h2, h3 {
    font-size: 2em;
	}
	.header-a .logo p {
		font-size: 3em;
	}
	.display-none, .swiper-button-prev, .swiper-button-next, .contact-text {
		display: none;
	}
	.call-today {
		text-align: center;
	}
	.billboard .slide-header {
		font-size: 2.5em;
		text-align: center;
		text-shadow: 0 0 3px #000;
	}
	.marg-butt-80 {
		margin-bottom: 0px;
	}
	ul.box-list {
		margin: 0;
	}
	ul.box-list-two {
		display: flex;
	}
	.up-down a i {
		font-size: 6em;
	}
	.up-down a {
		display: inline-flex;
	}
	.contact-col {
		padding-right: 30px;
		padding-left: 30px;
	}
	.entry-content section {
		/* padding: 60px 0px; */
	}
	.department-card {
		height: 300px;
	}
	.department-title {
		font-size: 1.6em;
	}
	.logo img {
		max-width: 100%;
		max-height: 200px;
		width: auto;
	}
	.link-box-text {
		font-size: 1.1em;
	}
	#content .accordion-wrap > .ac-heading {
		font-size: 1em;
	}
	.feedback-img {
		max-width: 100% !important;
	}
	ul.area-list {
		column-count: 1;
	}
	.billboard .slider-content {
		width: 100%;
		margin-top: 0%;
		padding: 2em;
	}
	.billboard .slide-sub-header {
		font-size: 1.2em;
	}
	#header {
		position: relative;
		border-bottom: none;
	}
	.header-b .logo {
		padding: 10px 1rem;
	}
	.billboard .swiper-slide {
		height: 50vh; 
	}
}

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

@media only screen and (min-width: 767px) {
	.logo-wrap {
		padding-left: 5%;
	}
	.mobile-click {
		display: none;
	}
	.mobile-display {
		display: none;
	}
}

.mobile-click {
	color: #858585;
}
/****************************************** MEDIA QUERIES END ******************************************/

.img-fluid {
	max-width: 100% !important;
	height: auto !important;
}

.jumbotron h1 {
	font-weight: 600 !important;
}

.floorplan-menu ul.sub-menu {
	width: 550px !important;
}

.form-group {
    margin-bottom: 10px;
}

.red-txt {
	color: red;
}

.entry-title a {
    font-size: .8em;
    color: #333;
}

.soon-btn {
display: inline-block;
    text-decoration: none;
    color: #222 !important;
    background-color: #b2de2b;
    /* border-radius: 100px; */
    padding: 30px;
    margin: 5px;
    background-size: 200% 100%;
    font-size: 2.5em;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	cursor: inherit;
}

.topPhone {
	text-align: right
}
.topPhone p {
    color: #004990;
    font-size: 1.6em;
    font-weight: 700;
}

#footer .bttn-main {
    display: block;
    margin-bottom: 10px;
    color: #fff;
}

/* #footer .bttn-main:hover {
    color: #fff !important;
    background-color: #A2ACB5;
    background-position: -100% 100%;
} */

#footer h3, #footer h2 {
	color: #fff;
}

.column-count-2 {
	text-align: left;
	column-count: 2;
}

.footer_logo {
	display: none;
}

div.wpcf7-response-output {
    color: #fff;
}

@media only screen and (max-width: 767px) {
	.topPhone {
		text-align: center;
	}
	.minheight-300 {
		min-height: 300px;
	}
}

@media only screen and (min-width: 767px) {
	.col-count-4 {
		column-count: 4;
	}
	.col-count-3 {
		column-count: 3;
	}
	.col-count-2 {
		column-count: 2;
	}
}