footer .theList {
	font-size: 16px;
	padding: 20px 0 5px;
}

footer .theList .h4 {
	font-size: 22px;
	margin: 15px 0;
}

@media screen and (max-width: 1599px) {
	footer .theList .h4 {
		font-size: 18px;
	}
}

footer .theList ul {
	margin: 0;
	padding: 0;
}

footer .theList ul li {
	list-style: none;
	margin: 5px 0;
}

footer .theList {
	padding: 20px 0px 0 20px;
}

@media screen and (max-width: 1599px) {
	footer .theList {
		font-size: 14px;
		/* padding: 20px 0px 0 200px; */
	}
}
@media screen and (min-width: 992px) {
	footer .theList {
		font-size: 14px;
		padding: 20px 0px 0 200px;
	}
}

@media screen and (max-width: 1199px) {
	footer .theList {
		display: block;
	}
}

footer .theCopy {
	/* border-top: 1px solid #4e5762; */
	font-size: 14px;
	padding: 26px 0 2px;
	/* margin-top: 20px; */
	text-align: center;
}

footer .theCopy p {
	line-height: 24px;
	margin: 0 0 18px;
}

@media screen and (max-width: 1199px) {
	footer .theCopy p {
		display: none;
	}

	footer .theCopy p:first-child {
		display: block;
	}
}

@media screen and (max-width: 1599px) {
	footer .theCopy {
		font-size: 12px;
		padding: 20px 0 2px;
	}

	footer .theCopy p {
		line-height: 18px;
		margin: 0 0 10px;
	}
}

@media screen and (max-width: 1199px) {
	footer .theCopy {
		border: 0;
		margin-top: 0;
	}
}

footer a {
	color: #d4dbe4;
}

footer a:hover,
footer a:focus {
	text-decoration: none;
	color: #fff;
}

@media screen and (min-width: 1600px) {
	footer .f-row>div[class*="col-"]:first-child {
		width: 380px;
	}

	footer .f-row>div[class*="col-"]:first-child+div[class*="col-"] {
		width: 237px;
	}

	footer .f-row>div[class*="col-"]:first-child+div[class*="col-"]+div[class*="col-"] {
		width: 272px;
	}

	footer .f-row>div[class*="col-"]:first-child+div[class*="col-"]+div[class*="col-"]+div[class*="col-"] {
		width: 296px;
	}

	footer .f-row>div[class*="col-"]:first-child+div[class*="col-"]+div[class*="col-"]+div[class*="col-"]+div[class*="col-"] {
		width: 285px;
	}
}

footer .ftrappbtn a {
	display: inline-block;
	max-width: calc(50% - 10px);
	margin-left: 10px;
}

footer .ftrappbtn a img {
	width: 100%;
}

@media screen and (max-width: 1599px) {
	footer .ftrappbtn a img {
		max-width: 100%;
		width: 155px;
	}
}

footer .ftrappbtn a:first-child {
	margin: 0;
}


.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.caret{
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}