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

a:hover {
	text-decoration: none;
}

.logo-text {
	font-family: 'arial', sans-serif;
	color: #333;
	min-width: 300px;
	line-height: 1.2em;
}

.red {
    color: #ba0711;
    font-size: 2.1em;
}

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

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

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

.entry-content section {
    padding: 80px 0px;
}

.entry-content a {
	color: #CD0003;
    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: #cf5c5e;
	text-decoration: none;
}

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

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

.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);
}

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

.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: #CD0003;
	transition: .2s ease-in-out;
}

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

.breakout-background {
	background: #f5f5f5;
}

.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 ******************************************/

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

.department-card-link:hover {
    background: rgba(0,0,0,0);
    text-decoration: none;
    color: #fff;
}

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

.department-title {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
/*    font-family: 'Noto Serif SC',serif;*/
}

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

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

.department-title: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-link:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid white;
    z-index: 1;
}

/****************************************** 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;
}

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

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

#mobile-menu-container .menu-icon, #mobile-menu-container .menu, #mobile-menu-container.left {
	background: #CD0003;
}

#mobile-menu-container .current_page_item a {
	color: #FFD700;
}



/****************************************** BUTTON STYLES ******************************************/

.bttn {
  position: relative;
  color: white;
  width: 150px;
  height: 58px;
  line-height: 64px;
  transition: all 0.3s;
	display: inline-block;
	text-align: center !important;
/*
  a {
    transition: all 0.3s;
    tranform: scale(1, 1);
  }
*/
}

.bttn-red {
	font-weight: 600;
    background: #BA0711;
    padding: 10px 30px 10px 30px;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    min-width: 150px;
    /* text-transform: uppercase; */
    letter-spacing: .01em;
    position: relative;
    z-index: 1;
    border: 0px solid #9ea1a5;
    line-height: 1.4em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: .95em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    font-family: Montserrat;
    white-space: inherit;
}

.bttn-red:hover {
	background: #c02830;
    color: #fff;
}

.bttn-blue {
	font-weight: 600;
    background: #4FADF0;
    padding: 10px 30px 10px 30px;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    min-width: 150px;
    /* text-transform: uppercase; */
    letter-spacing: .01em;
    position: relative;
    z-index: 1;
    border: 2px solid #fff!important;
    line-height: 1.4em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: .95em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    font-family: Montserrat;
    white-space: inherit;
}

.bttn-blue:hover {
	background: #88bfe6;
    color: #fff;
}


/****************************************** 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: url(/wp-cms/wp-content/uploads/arkansas-river-wichita-kansas-1.jpg);
    background-size: cover;
    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);
}

.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);
}

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

/* CONTACT PAGE */

.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: #fff;
  opacity: 1; /* Firefox */
}

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

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

.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 {
	color: #fff;
    margin-bottom: 20px;
    border-color: #1d2326;
    background: transparent;
    border: 2px solid;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 3px;
    vertical-align: top;
    padding: 5px 15px 7px;
	
}

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;
    margin: 15px;
    background: rgba(30, 154, 241, 0.85);
    color: #fff;
    border: 3px solid #fff;
    line-height: 1.6em;
    font-size: 1em;
    margin: 15px;
    padding-left: 0;
    padding: 25px;
    width: 340px;
    text-align: center;
}

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

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: rgba(79, 173, 240, 0.90);
    color: #fff;
    border: 3px solid #fff;
    line-height: 1.6em;
    font-size: 1em;
    margin: 15px;
    padding-left: 0;
    padding: 25px;
    width: 100%;
    text-align: left;
}

ul.box-list-two li h3:before {
	display: inline-block;
    font-size: 1em;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fff;
    background: transparent;
    content: '\f479';
    margin-right: .50em;
}

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

ul.area-list {
	column-count: 2;
}

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: #4FADF0;
    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: #CD0003;
    color: #ffffff;
    font-size: 1.3em;
    font-weight: bold;
}
.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;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

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

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

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

.supply-ul li:before {
	content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    font-weight: bold;
    color: #265e38;
}
/****************************************** ACCORDION END ******************************************/

/****************************************** FEEDBACK PAGE ******************************************/

.page-id-16 main section {
	padding: 80px 0px;
}



/************************* 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: #BA0711;
    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;
}

/************************* 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: 25% !important;
		min-height: 0;
	}
}





@media only screen and (max-width: 767px) {
	.logo-text {
		text-align: center;
	}
	.display-none, .swiper-button-prev, .swiper-button-next, .contact-text {
		display: none;
	}
	.call-today {
		text-align: center;
	}
	.billboard .slide-header {
		font-size: 1.5em;
		text-align: center;
	}
	.marg-butt-80 {
		margin-bottom: 80px;
	}
	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%;
	}
	.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%;
	}
	.billboard .slide-sub-header {
		font-size: 1.2em;
	}
	#header {
		position: relative;
		border-bottom: none;
	}

	
	.header-b .logo {
    padding: 10px 1rem;
    margin: 0 auto;
    display: block;
}

.red {
    color: #ba0711;
    font-size: 2.1em;
}

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

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

@media only screen and (min-width: 767px) {
	.logo-wrap {
		padding-left: 5%;
	}
	
}
/****************************************** MEDIA QUERIES END ******************************************/

