/* Hacks go here */

.breadcrumbs__list .breadcrumbs__item {
	text-transform: none;
}

/* KIT tile webform adjustments */

.view-tile .webform-client-form-2462 .captcha-admin-links {
	display: none;
}

.view-tile .webform-client-form-2462 .webform-component--privacy-statement {
	position: relative;
}

.view-tile .webform-client-form-2462 p {
	margin-top: 0;
	line-height: 1.4;
  font-size: 0.875em;
}

.view-tile .webform-client-form-2462 span {
	color: white !important;
}

.view-tile .webform-client-form-2462 input {
	font-size: 1em;
	height: 1.5em;
	padding: 0 0.5em;
}

.view-tile .webform-client-form-2462 {
	padding-top: 1em;
}

div.view-tiles div.views-row div.views-tile-outer div.views-tile-wrapper form.webform-client-form-2462 label {
	width: 6em;
	font-size: 1em;
	text-align: right;
}

div.view-tiles div.views-row div.views-tile-outer div.views-tile-wrapper form.webform-client-form-2462 div.webform-component {
	margin-bottom: 0.5em;
	clear: both;
}

div.view-tiles div.views-row div.views-tile-outer div.views-tile-wrapper form.webform-client-form-2462 div.form-actions input.form-submit {
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 1em;
	height: 45px;
	width: 105px;
	line-height: 2em;
	padding: 0 0.75em 0 0.5em;
	float: right;
}

div.view-tiles div.views-row div.views-tile-outer div.views-tile-wrapper .webform-client-form-2462 a {
	display: inline;
    position: static;
	color: #feed01 !important;
}

/* .view-tile.view-tiles-column .views-tile-text {
	background: #00858b;
}

div.view-tiles.view-tiles-column div.views-row div.views-tile-outer {
	overflow: visible;
} */

.keep-in-touch .views-tile-outer .fyby-wrapper.views-tile-wrapper-teal{
  height: 35em!important;
}

@media only screen and (min-width: 400px) {
  .keep-in-touch .views-tile-outer .fyby-wrapper.views-tile-wrapper-teal{
    height: 28em!important;
  }
}

@media only screen and (min-width: 550px) {
  .keep-in-touch .views-tile-outer .fyby-wrapper.views-tile-wrapper-teal{
    height: 30em!important;
  }
}

@media only screen and (min-width: 640px) {
  .keep-in-touch .views-tile-outer .fyby-wrapper.views-tile-wrapper-teal{
    height: 33em!important;
  }
}

@media only screen and (min-width: 712px) {
  .keep-in-touch .views-tile-outer .fyby-wrapper.views-tile-wrapper-teal{
    height: 27em!important;
  }
}

@media only screen and (min-width: 880px) {
  .keep-in-touch .views-tile-outer .fyby-wrapper.views-tile-wrapper-teal{
    height: 33em!important;
  }
}


@media only screen and (min-width: 1096px) {
  .keep-in-touch .views-tile-outer .fyby-wrapper.views-tile-wrapper-teal{
    height: 35em!important;
  }
}

@media only screen and (min-width: 1163px) {
  .keep-in-touch .views-tile-outer .fyby-wrapper.views-tile-wrapper-teal{
    height: 28em!important;
  }
}

.section__wrapper.view-tiles {
  padding: 0;
}

.section__wrapper.view-tiles div.views-row {
  width: 100%;
}

.section__wrapper.view-tiles div.views-row .views-tile-outer {
  margin-right: 0;
  margin-bottom: 0;
}

/* styling for banner carousel */
.d-section--style-carousel .slick-dots{
	list-style: none;
	padding: 0;
    margin-top: -28px;
    position: relative;
    text-align: center;
}
.d-section--style-carousel .slick-dots li{
	display: inline-block;
	margin: 0 0.5em 0 0;
}
.d-section--style-carousel .slick-dots li button{
	border-radius: 50%;
    padding: 0;
    height: 1em;
    width: 1em;
    overflow: hidden;
    text-indent: -10em;
    border: none;
	background-color: #a5a5a5;
}
.d-section--style-carousel .slick-dots li.slick-active button{
	background-color: #02595d;
}
.d-section--style-carousel .slick-dots li button:focus{
	outline: 0;
}
.d-section--style-carousel .slick-dots li button:hover{
	opacity: .75;
}
.d-section--style-carousel .slick-slide{
	position: relative;
}
.d-section--style-carousel button.slick-arrow.slick-disabled{
	pointer-events: none;
	opacity: .2;
}
@media screen and (min-width: 40em){
	.d-section--style-carousel .slick-prev, 
	.d-section--style-carousel .slick-next{
		background-color: transparent;
	}
}
@media screen and (min-width: 48em){
	.d-section--style-carousel .slick-prev, 
	.d-section--style-carousel .slick-next{
		width: 75px;
		height: 110px;
		margin-top: -55px;
		background-image: url(../img/dark_arrows.png);
		opacity: .8;
	}
	.d-section--style-carousel .slick-prev:hover, 
	.d-section--style-carousel .slick-next:hover{
		opacity: .5;
	}
	.d-section--style-carousel .slick-prev{
		background-position: 7px -211px;
	}
	.d-section--style-carousel .slick-next{
		background-position: -25px -33px;
	}
}

.d-section--style-carousel .slide-content {
    /*background: #00858b;*/
    padding: 1.5em 1.5em 3em;
}
.d-section--style-carousel h2.slide-title {
    font-size: 2.5em;
    color: #000;
    margin: 0;
}
.d-section--style-carousel h2.slide-title:after {
	content: '';
	width: 5em;
	height: 2px;
	background: #000;
	display: block;
	margin-top: .25em;
}
.d-section--style-carousel .slide-text p{
    color: #000;
	margin-bottom: 0;
}
.d-section--style-carousel .slide-content .btn a,
.d-section--style-carousel-slide .slide-content .btn a{
    display: inline-block;
    background-color: #feed01;
    padding: .5em 1em;
    color: #323232;
    margin-top: 1.5em;
}
.d-section--style-carousel .slide-content .btn a:hover,
.d-section--style-carousel-slide .slide-content .btn a:hover{
    background-color: #dacc01;	
}
.d-section--section-4.d-section--style-carousel-slide .slide-content{
	/*background: #323232;*/
}
@media screen and (max-width: 29.95em){
	.d-section--style-carousel .slick-slide{
		background-position: center top !important;
		background-size: auto 250px !important;
		/*background-size: cover !important;*/
		background-repeat: no-repeat;
		padding-top: 250px;
		min-height: 400px;
	}
}
@media (min-width: 30em) and (max-width: 39.95em){
	.d-section--style-carousel .slick-slide{
		background-position: center top !important;
		background-size: auto 280px !important;
		/*background-size: cover !important;*/
		background-repeat: no-repeat;
		padding-top: 280px;
		min-height: 400px;
	}
}
@media screen and (max-width: 39.95em){
	.d-section--style-carousel .slick-prev, 
	.d-section--style-carousel .slick-next{
		background-color: transparent;
		top: 125px;
		margin-top: -1em;
		background-image: url(../img/dark_small_arrows.png);
	}
	.d-section--style-carousel .slick-prev{
		background-position: 9px 0;
	}
	.d-section--style-carousel .slick-next{
		background-position: -28px 0;
	}
}
@media screen and (min-width: 40em){
	.d-section--style-carousel .slick-slide{
		min-height: 25em;
		background-size: auto 100%;
	}
	.d-section--style-carousel h2.slide-title {
		font-size: 1.75em;
	}
	.d-section--style-carousel .slide-content {
		position: absolute;
		bottom: 15%;
		max-width: 18em;
		padding: 0;
	}
	.d-section--style-carousel h2.slide-title {
		font-size: 1.5em;
	}
	.d-section--style-carousel .slide--alignment-right .slide-content{
		right: 10%;
	}
	.d-section--style-carousel .slide--alignment-left .slide-content{
		left: 10%;
	}
}
@media screen and (min-width: 60em){
	.d-section--style-carousel .slick-slide{
		min-height: 28em;
		background-size: auto 100%;
	}
	.d-section--style-carousel .slide-content {
		max-width: 26em;
	}
	.d-section--style-carousel h2.slide-title {
		font-size: 3.5em;
	}
}
@media screen and (min-width: 73.25em){
	.d-section--style-carousel .slick-slide{
		min-height: 38em;
		background-size: cover;
	}
}
/* end of styling for banner carousel */

/* -------------------------
// Footer Fix 
// SH 07-12-18
---------------------------- */

.contentinfo__small-print .o-media__body {
	padding-left: 0;
	padding-right: 0;
}

@media screen and (min-width: 40em) {
	.contentinfo__small-print .o-media__body {
	padding-right: 6.25%;
	}
}



@media screen and (min-width: 78em) {
	
	.contentinfo__small-print {
		position: static;
		clear:none;
	}
}

@media screen and (min-width: 55em) {
  .fake-tile-4 .views-row-4 {
    display: none;
  }
}


.d-tiles.view-tiles div.views-row div.views-tile-outer {
  margin-right: 0;
  margin-bottom: 0;
}


/* Banner styling bug fixes */
@media screen and (min-width: 48em) and (max-width: 71.975em){
	.o-splash__anchor{
		width: 100%;
	}
	.d-section--style-banner, .o-splash {
		height: 35em;
	}
	.csstransforms .anchor--center img{
		-webkit-transform: translate(-50%, -1%);
		-moz-transform: translate(-50%, -1%);
		-ms-transform: translate(-50%, -1%);
		-o-transform: translate(-50%, -1%);
		transform: translate(-50%, -1%);
		height: 102%;
	}
}
@media screen and (max-width: 47.975em){
	.o-splash__anchor{
		overflow: hidden;
	}
	.o-splash img{
		margin: -5px auto;
	}
}
@media screen and (max-width: 59.999em){
	.o-splash__text p:first-child{
		margin-top: 0;
	}
	.o-splash__the-measure p span {
		font-size: 2em !important;
	}
}
@media screen and (min-width: 60em) and (max-width: 67em){
	.navigation__global-nav .menu li a {
		font-size: .875em;
		padding-left: 0;
		padding-right: 0;
		margin-top: .5em;
		margin-right: 1em;
	}
}

.slide-title{
	line-height: 1.2em;
}
