/* Kargo Ad Unit Demo Portal - updated May 12 2016*/

* { margin:0; padding:0; }
body {
	font-family: Colfax, Helvetica, Arial, sans-serif;
	font-size:13px;
	margin:0px;
	color:#000;
	background-color:#3f4853;
	-webkit-text-size-adjust:none;
	overflow-x: hidden;
}

body::-webkit-scrollbar {
	display: none;
}

/* link controls */
a { color:#000; text-decoration:none; font-weight:normal; }
.nav a { display:table-row; }


/* html selectors */

img { border:0; display:block; }
li { display:table; list-style:none; width:100%; }
p { margin: 5px 0px; }
table { margin: 0px auto; }

.contact-us {
  border: #c7cfd5 0.09rem solid;
  height: 1.75rem;
  width: 7.5rem;
  padding: 4px;
  text-align: center;
  top: -0.05rem;
}

.bottom-text {
	color: #656c75; /*Gray 8*/
	font-size: 12px;
	line-height: 2.0;
}

.bottom-text a {
	display:inline;
	color:#c7cfd5;
	font-weight: normal;
}

.bottom-text a:hover{
	color: #c7cfd5;
}

.bottom-logo {
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	display: inline-block;
	background-image: url("/img/home/kargo_logo_frame_short_white.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	width: 78px;
	height: 0;
	opacity: 0.2;
	padding-top: 28px;
}

.feature {
	background-color: #FFF;
}
.feature img {
	margin: 0px auto;
}

.logo {
	margin: 0px auto;
	width: auto;
}

.header-logo {
	height: 63px;
	display: inline-block;
}

.logo-img {
	position: relative;
	max-height:63px;
	max-width: 320px;
}

.subheader {
	background-color: #E8EBED; /*Gray 2*/
	height: 30px;
	width: 100%;
	color: #2B313A;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;

}

/* Accordion Navigation */

.nav {
	margin:0px;
	background-color: #fff;
}

.nav p {
	display:table-cell;
	padding:2px;
	vertical-align:top;
}

.nav a {
	cursor: pointer;
}

.nav li.channel {
	overflow: hidden;
	clear: both;
}

.channel .card {
  display: flex;
  align-items: center;
  height : 67px;
  width: 100%;
	background-color:#FFF;
	padding-left: 20px;
	padding-right: 20px;
	/*padding: 25px 20px 25px 20px;*/
	color:#2B313A;
	font-size: 13px;
	font-weight: normal;
	text-transform:uppercase;
	border-bottom: 1px solid #dee2e6;
	letter-spacing: 1px;
}

.channel .card:hover {
	background-color: #f8fafd; /*Gray 0*/
	opacity: 1;
}

.channel .card div.text {
	margin-left: 15px;
}

.channel.expose .card {
	background-color: #00b5e2 !important; /*Orange*/
	border-bottom: 1px solid #00b5e2;
	color: #FFF;
}

.icon {
	align-self: center;
  height: 23px;
	width: 23px;
}

.channel .card .icon svg {
	fill: #00b5e2;
	stroke: #00b5e2;
	stroke-width: 0px;
}

.channel.expose .card .icon svg {
	fill: #FFF;
	stroke: #FFF;
	stroke-width: 0px;
}

.icon-arrow {
	align-self: center;
	height: 14px;
	width: 8px;
}

.channel .card .icon-arrow svg {
	fill: #91A0AD;
	stroke: #91A0AD;
	stroke-width: 0px;
}

.channel.expose .card .icon-arrow svg {
	transform: rotate(180deg);
	fill: #FFF;
	stroke: #FFF;
	stroke-width: 0px;
}

.nav .channel .inner-nav li a > p {
	background-color: #eef0f2 !important;
	background-image: none !important;
	padding: 20px 24px;
	border-bottom: 1px solid #c7cfd5;
	color: #000 !important;
	text-transform: none;
	letter-spacing: normal;
}

.nav .channel .inner-nav li a > p cite{
	color: #91a0ad; /*Gray 7*/
	font-size: 12px;
	font-style: italic;
}

.nav .channel .inner-nav li a >p:hover {
	opacity: 0.9;
}

.nav li.expose a > p {
	background-color:#ff7500; /*Orange*/
		color: #FFF;
		border-bottom: 1px solid #ff7500;
}

.nav .channel .inner-nav li a > p {
	background-image: none;
}

.inner-nav cite {
	font-weight: normal;
}


/*****Kargo Slidelist CSS*****/
.ksl-header
{
	z-index: 20;
	position: relative;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	background-image: linear-gradient(to right, #00e5d9, #00b5e2);
	margin: 0;
	max-height: 63px;
	border-bottom: 1px solid #ffffff;
}

.ksl-nav
{
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

/* Card CSS - https://codepen.io/JordanC/pen/oeZKOx */
* {
	box-sizing: border-box;
}

.u-column {
	display: flex;
	flex-direction: column;
}
.u-column.u-centerY {
	justify-content: center;
}

.u-centerY {
	display: flex;
	align-items: center;
}

.u-maxXY {
	height: 100%;
	width: 100%;
}

.u-flex {
	display: flex;
	flex: 1;
}

.u-pullRight {
	display: flex;
	justify-content: flex-end;
}

.u-pullLeft {
	display: flex;
	justify-content: flex-start;
}