/* Media Customization for Tab Panels*/

@media (min-width: 768px) {
    .tab-content > .tab-pane, .tab-content > .active {
  padding: 5rem 12rem;
}
}

/* Class for Marketing Page Anchors */
.anchor {
	top: -55px;
	display: block;
	position: relative;
	visibility: hidden;
}

/* Button Class for Marketing Page */
.btn-simmer, a.btn-simmer:visited {
	color: #15477C;
	background-color: #FFE920;
	border-color:  #FFE920;
}

.btn-simmer:hover, a.btn-simmer:visited:hover, .btn-simmer:focus, .btn-simmer:active, .btn-simmer.active, .open>.dropdown-toggle.btn-simmer {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

/* Text Class for Homepage Slider */
.header-slide {
	font-size: 5.5rem; 
	font-family: arial; 
	color: #fff; 
	font-weight: 700; 
	bottom: 0; 
	text-shadow: 0px 1px 4px #808080;
    line-height: 78px;
}

/* Card Class for Testimonials */
.shadow_card {
    height: auto; 
    box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.2); 
    padding: 2rem;
    min-height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
    border-color: #ddd;
	border-color: rgba(0,0,0,.15);
}

/* Image Class for Testimonials */
.testimonyimage {
    position: relative;
    width:98%;
    height: auto;
}

.testimonyimage img.top {
    position: absolute;
    z-index: 999;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.testimonyimage img.top:hover {
    opacity:0;
}

.testimonyimage bottom {
    background: #000;
    color: #fff;
    height: 100%;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 800;
}

.whitebtn, a.whitebtn:visited {
	background-color: #fff;
	color: #15477C;
	font-size: 24px;
	font-weight: 400;
}

.whitebtn:hover, .whitebtn:focus, .bluebtn:hover, .bluebtn:focus, a.whitebtn:visited:hover, a.bluebtn:visited:hover {
	color: #fff;
	background-color: #ec971f;
}

.bluebtn, a.bluebtn:visited {
	background-color: #15477C;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.absolute-top {
	display: contents;
	top: 0;
	z-index: 1;
}


