
.text-shadow {
	text-shadow: 1px 1px #333;
}

.txt-abs {
	position: absolute;
}

.f-top {
	top: 0;
}

.img-under-txt {
	position:absolute;
	left:0;
    top:0;
}

.txt-over-img {
	z-index:100;
    position:absolute; 
    color: blue;
}

.list-no-bullets {
	list-style: none; 
}

.list-no-bullets li {
	margin-bottom:10px;
}

.bannerLinkPos {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}

a.link-hover:hover {
	color: #00446a;
}

a.arrow:after {
	top: auto;
}

.f-bottom a:focus {
  color: #00446a;
}

.banner-item .f-bottom{
	width: 100%;
	bottom: 0;
	left: 0;
	background: #36BAE1;
	padding: 10px;
}

.f-bottom4 {
	width: 100%;
	bottom: 0;
	left: 0;
	background: #efc92d;
	padding: 10px;
}

.promo .f-bottom5 {
  	background-color: #00446a;
 	color: #fff;
  	padding: 20px 15px;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

div.feature {
    position: relative;
}
 
div.feature a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}



/* ---------- MINK EDITS  -------------*/


.glove-content p, .glove-content h3, .glove-content li{
	width: 70%;
	float: right;
}


.glove-content > img {
	float: left;
	width: 30%;
}


.steps {
	background-color: #f9f8f6;
	margin-bottom: 20px;
	padding: 20px;
}

.steps img {
	float: left;
	margin-right: 20px;
}

.float-left {
	float:left;
}

.float-left-first {
	float: left;
	margin-right: 20px;
	width: 40%;
}

.float-right {
	float: right;
}


.list-unstyled {
	list-style-type: none;
}

.clear-float::before, .clear-float::after {
    clear: both;
    content: " ";
    display: table;
}


.side-feature {
	position: relative;
}

.side-feature > img {
	position: relative;
	width: 100%;
}

.textover {
	text-shadow: 1px 1px #333;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	line-height:24px;
	position:absolute;
	top: 0;
	font-family: var(--font-primary);
	font-weight: var(--font-weight-normal);
}


/* ----------END OF MINK EDITS --------------*/ 

/* ------------ BEGINNING OF SITEMAP --------------------*/

.sitemap hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

.sitemap h3 {
	margin-top: 40px;
	font-size: 16px;
	}

.sitemap h3 a, h3 a:hover {
	font-size: 16px;
	text-transform: uppercase;
}

.sitemap h3 a:hover {
	color: #36bae2;
}

.sitemap ul {
	margin-top: 5px;
}

.sitemap ul li {
	/*color: #00446a;*/
  	text-decoration: none;
  	font: 16px;
  	font-family: var(--font-primary);
	font-weight: var(--font-weight-semibold);
  	list-style: none;
 }

.sitemap ul li ul {
	margin-top: 0px;
	margin-bottom: 10px;
}

.sitemap ul li ul li {
	margin-left: 20px;
 }

.sitemap ul li ul li a {
	text-transform: capitalize;
	font-size: 14px;
	font-family: var(--font-primary);
	font-weight: var(--font-weight-normal);
}
/* -------------- END OF SITEMAP ------------------*/