.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/* Typography
=================================== */

html, body {
	font-size: 16px;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'ff-tisa-web-pro', Rockwell, 'Courier Bold', Courier, Georgia, Times, 'Times New Roman', serif;
	font-weight: 700;
	font-style: normal;
	color: #003d5f;
	line-height: 1;
}

h1 {
	font-size: 2.9375rem; /* 47px / 16px */
}

h2 {
	font-size: 1.875rem; /* 30px / 16px */
	color: #018da8;
	font-weight: 300;
	line-height: 1.2;
}

	.cta-box h3 {
		font-weight: 300;
		color: #ca016c;
	}

h4 {
	color: #ca016c;
	font-size: 1.0625rem; /* 17px / 16px */
}

.panel p {
	color: #8a9296;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
	color: #003d5f;
}

#nav li.current_page_item > a {
	color: #ca016c;
}

footer {
	color: #aad9e2;
}

	footer p {
		font-size: 0.9em;
	}

	footer h3, footer h4 {
		color: #fff;
	}

	footer h3 {
		margin-bottom: 40px;
	}

	footer h4 {
		font-size: 1em;
	}

		footer a {
			color: #aad9e2;
			text-decoration: underline;
		}

		footer a:hover {
			color: #fff;
			text-decoration: none;
		}




/* Twitter Widget Typography
=================================== */

#twitterfeed p {
	margin-bottom: 0;
}

.widget_twitter h4,
.twitterwidget-title,
.widget_twitter .from-meta {
	display: none;
}

.widget_twitter,
.widget_twitter ul {
	list-style: none;
	margin-left: 0;
}

.widget_twitter ul li {
	font-size: 0.9em;
}



/* Layout
=================================== */

body {
	font-family: 'adelle-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #f9fbfd;
	color: #8a9296;
}

#logo {
	background: transparent url('../img/kec-logo.png') no-repeat top left;
	background-size: 342px 90px;
	width: 342px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

	#logo > a {
		height: 90px;
		display: block;
	}

.contain {
	width: 100%;
	max-width: 62.5em;
	margin: 0 auto;
	position: relative;
	padding: 0 0.9375rem;
}

.marg-bottom {
	margin-bottom: 30px;
}




/* Nav Styles
============= */

#nav-bar {
	width: 100%;
	height: 90px;
	position: relative;
	background-color: #fff;
}

	a.menu-link {
		display: none;
	}

	#nav {
		width: 630px;
		height: 70px;
		list-style: none;
		position: relative;
		float: right;
		margin-top: -45px;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		z-index: 300;
	}

		#nav li:nth-child(6),
		#nav li:nth-child(7) {
			/* display: none; */
		}

			#nav li a {
				font-family: inherit;
			}

			#nav li a:hover {
				color: #ca016c;
			}

	#nav ul {
			visibility: hidden;
			opacity: 0;
		}

		#nav {
			padding: 0;
			padding-left: 5%;
			list-style: none;
			position: relative;
		}
			#nav:after {
				content: "";
				clear: both;
				display: block;
			}

			#nav li {

				margin-left: 3.1%;
				margin-right: 2.70833333333333%; /* 26px / 960px */
				font-family: 'ff-tisa-web-pro', Rockwell, 'Courier Bold', Courier, Georgia, Times, 'Times New Roman', serif;
/* display: inline; */
				float: left;
				position: relative;
				/* margin-left: 30px; */
			}

				#nav li:nth-child(5) {
					margin-right: 0;
				}


				#nav li a {
					font-size: 1em; /* 17.6px / 16px */
					display: block;
/* display: inline-block; */
					padding: 0 0 21px 0;
					color: #018da8;
					text-decoration: none;
					transition: all 0.20s ease;
				}

				@-moz-document url-prefix() {
					#nav li {
						margin-left: 2.4%;
					}

						#nav li a {
					        font-size: 1.05em;
					    }
				}

					#nav li a:hover {
						color: #ca016c;
					}

			#nav ul /* children */ {
				list-style: none;
				background: #fff;
				box-sizing: border-box;
				padding: 15px;
				position: absolute;
			/* top: 52px; */
				left: -47px;
				border-bottom-left-radius: 3px;
				border-bottom-right-radius: 3px;

				border-left: 2px solid #ebf6f8;
				border-right: 2px solid #ebf6f8;
				border-bottom: 2px solid #ebf6f8;
				top: 43px;
			}
				#nav ul li {
					background: transparent url('../img/design-nav-arrow.png') no-repeat 0 12px;
					font-size: 0.9em;
					width: 120px;
					position: relative;
					padding: 0;
					padding-left: 15px;
					margin-bottom: 10px;
					margin-right: 23px;
					margin-left: 0;
					text-align: left;
					line-height: 1.4;

				}

					#nav ul li a {
						font-weight: 300;
						padding: 5px 0 0 0;
						color: #018da8;
					}
						#nav ul li a:hover {
							color: #Ca016f;
						}

		#nav > li:hover > ul,
		#nav li:focus > ul {
			visibility: visible;
			opacity: 1.0;
			z-index: 400;
		}

	#utility {
		list-style: none;
		float: right;
		position: relative;
		padding-top: 18px;
		margin-bottom: 10px;
	}

		#utility li {
			color: #8a9296;
			font-family: 'adelle-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			font-size: 0.75rem;
			float: right;
			margin-left: 5px;
			position: relative;
		}

			#utility li a {
				color: inherit;
				-webkit-transition: 0.25s ease;
				-moz-transition: 0.25s ease;
				-o-transition: 0.25s ease;
				transition: 0.25s ease;
			}

				#utility li a:hover {
					color: #ca016c;
				}

		#utility li.social-util a {
			width: 18px;
			height: 17px;
			position: relative;
			display: inline-block;
			background: transparent url('../img/sprite-social-utility.png') no-repeat top left;
			background-size: 64px 39px;
			text-indent: -9999px;

			-webkit-transition: 0.25s ease;
			-moz-transition: 0.25s ease;
			-o-transition: 0.25s ease;
			transition: 0.25s ease;
		}

			#utility li.social-util a:hover {
				background-position: 0 -22px;
			}

			#utility li.social-util:nth-child(2) a {
				background-position: -23px 0;
			}

				#utility li.social-util:nth-child(2) a:hover {
					background-position: -23px -22px;
				}

			#utility li.social-util:nth-child(1) a {
				background-position: -46px 0;
			}

				#utility li.social-util:nth-child(1) a:hover {
					background-position: -46px -22px;
				}

		#utility li:last-child {
			margin-right: 5px;
		}



/* More Layout Styles
===================== */

.panel {
	background-color: #fff;
	border-color: #ebf6f8;
	border-width: 2px;
	border-radius: 6px;
	margin-bottom: 30px;
}

.custom-mod {
	margin-bottom: 30px;
}

	.custom-panel {
		background-color: #fff;
		border-color: #ebf6f8;
		border-width: 2px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		border-style: solid;
		text-align: center;
		box-sizing: border-box;
	}

		.custom-mod .custom-panel {
			border-bottom: none;
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}

			.custom-panel p {
				line-height: 1.45;
			}

		.mod-deet {
			background: #fff url('../img/pink-cross.png') no-repeat center center;
			width: 45px;
			height: 45px;
			position: absolute;
			bottom: 2px;
			left: 50%;
			margin-left: -1.40625em;
			z-index: 100;
			border-radius: 30px;
		}

		.mod-img {
			width: 100%;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			position: relative;
			overflow: hidden;
			margin-bottom: 25px;
			box-sizing: border-box;
		}

			.mod-img img {
				width: 100%;
				height: auto;
				display: block;
			}

		.mod-body {
			padding-left: 10.03344481605351%;
			padding-right: 10.03344481605351%;
		}

		.mod-bar {
			height: 5px;
			background-color: #018da8;
		}

.no-padding {
	padding: 0;
}

#forum-box {
	margin-bottom: 60px;
}

	#forum-box .panel {
		margin-bottom: 0;
	}

		#forum-box a {
			color: #ca016c;
			background-color: #fff;
			margin: 0 auto;
			position: absolute;
			bottom: 45px;
			left: 50%;
			margin-left: -94px;

			-webkit-transition: 0.25s ease;
			-moz-transition: 0.25s ease;
			-o-transition: 0.25s ease;
			transition: 0.25s ease;
		}

			#forum-box a:hover {
				color: #fff;
				background-color: #ca016c;
			}

	.two-third-mod {
		padding: 0 5.375rem;
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}

	.third-img-mod {
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		overflow: hidden;
	}

		.third-img-mod img {
			width: 100%;
			height: auto;
			display: block;
		}

.button {
	font-family: 'adelle-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 0.75rem; /* 12px / 16px */
	background-color: #ca016c;
}

.secondary-btn.button {
	color: #ca016c;
	background-color: #fff;
	border-color: #ebf6f8;
	border-width: 2px;
	position: relative;
	padding-right: 2.8rem;
	padding-left: 1.8rem;
	padding-top: 0.5rem;
	padding-bottom: 0.6rem;

	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}

	a.secondary-btn.button:hover {
		background-color: #018da8;
		border-color: #018da8;
		color: #fff;
	}

	.btn-arrow {
		width: 14px;
		height: 14px;
		background: transparent url('../img/sprite-btn-arrow@2x.png') no-repeat 0 0;
		background-size: 14px 28px;
		position: absolute;
		top: 10px;
		right: 23px;

		-webkit-transition: 0.25s ease;
		-moz-transition: 0.25s ease;
		-o-transition: 0.25s ease;
		transition: 0.25s ease;
	}

		a.secondary-btn:hover .btn-arrow {
			background-position: 0 -14px;
		}

.cta-box {
	background-color: #fbf4f8;
	border: 2px solid #f7e1ed;
	border-radius: 6px;
	padding: 1.2rem;
	box-sizing: border-box;
}

	.cta-box h3 {
		width: 60%;
		float: left;
		position: relative;
		margin-bottom: 0;
		margin-top: -3px;
	}

		.cta-box .button {
			float: right;
			margin-bottom: 0;
		}

		.cta-box .button:hover {
			background-color: #018da8;
		}

footer {
	width: 100%;
	/* min-height: 400px; */
	position: relative;
	background-color: #018da8;
	padding: 60px 0;
}

	footer .columns {
		/* margin-bottom: 5px; */
		margin: 0;
	}

		#credit p {
			color: #11698e;
			text-align: left;
			margin: 0;
		}

			#credit p a,
			#credit p a:active {
				color: #11698e;
			}

		#footer-btns a {
			background-color: #003d5f;
		}

			#footer-btns a:first-child {
				margin-right: 5%;
			}

			#footer-btns a:hover {
				color: #018da8;
				background-color: #fff;
			}

	#social-footer {
		margin-bottom: 30px;
	}

	ul#social,
	ul#social-sidebar {
		list-style: none;
		position: relative;
		padding: 0;
		margin: 0;
	}

		ul.social li {
			float: left;
			position: relative;
			margin-right: 6px;
		}

		ul#social-sidebar li {
			display: inline;
			float: none;
			margin: 0;
		}

			ul#social-sidebar li:nth-child(2) {
				margin: 0 5px;
			}

			ul.social li a {
				width: 27px;
				height: 27px;
				background: transparent url('../img/sprite-social@2x.png') no-repeat top left;
				background-size: 101px 64px;
				/* background-position: 0 -37px; */
				background-position: -37px -37px;
				display: inline-block;
				text-indent: -9999px;
				-webkit-transition: 0.25s ease;
				-moz-transition: 0.25s ease;
				-o-transition: 0.25s ease;
				transition: 0.25s ease;
			}

				ul.social li:nth-child(2) a {
					background-position: -37px -37px;
				}

				ul.social li:nth-child(3) a {
					/* background-position: -74px -37px; */
					background-position: -37px -37px;
				}

					ul.social li a:hover {
						opacity: 0.35;
					}

			ul#social-sidebar li a {
				background-position: 0 0;
			}

				ul#social-sidebar li:nth-child(2) a {
					background-position: -37px 0;
				}

				ul#social-sidebar li:nth-child(3) a {
					background-position: -74px 0;
				}

					ul.social li a:hover {
						opacity: 0.35;
					}

.searchbar {
	margin-bottom: 30px;
}

	input.search-field {
		width: 100%;
		border: none;
		border: 2px solid #ebf6f8;
		padding: 0 15px;
		border-radius: 5px;
		background-color: #f9fbfd;
		box-sizing: border-box;
		height: 40px;
		line-height: 1.7;
		font-size: 0.875em;
		position: relative;
		box-shadow: none;
		-webkit-appearance: none;
		outline: none;
		margin-bottom: 0;
	}

		input[type="text"]:focus {
			border-color: #018da8;
		}

			::-webkit-input-placeholder { color: #018da8; font-style: italic; } :-moz-placeholder { /* Firefox 18- */ color: #018da8; font-style: italic; } ::-moz-placeholder {  /* Firefox 19+ */ color: #018da8; font-style: italic; } :-ms-input-placeholder { color: #018da8; font-style: italic; }

.searchbar input[type="submit"] {
	background-color: transparent;
	background-image: url('../img/icon-search@2x.png');
	background-size: 17px 17px;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
	cursor: pointer;
	width: 23px;
	height: 23px;
	position: absolute;
	text-indent: -9999px;
	top: 11px;
	right: 25px;
	transition: none;
	outline: none;
}




/* Media Queries
=================================== */

/* Small screens */
@media only screen and (max-width: 40.063em) {
	h1 {
		font-size: 1.875rem;
	}

	h2 {
		font-size: 1.4rem;
	}

	h1, h2 {
		text-align: left;
	}

	#nav-bar {
		height: 50px;
	}

		a#hamburger.menu-link {
			top: 15px;
			right: 14px;
		}

		#nav-bar #logo {
			display: block;
			/* background-size: 342px 90px; */
			background-size: 300px 79px;
			width: 245px;
			height: 47px;
			float: left;
			position: relative;
			top: -11px;
			/* background-position: -82px 0; */
			background-position: -96px 0;
		}

		#nav-bar #logo > a {
			height: 50px;
		}

	.cta-box {
		padding-bottom: 1.4rem;
	}

		#page .cta-box h3 {
			font-size: 1.2rem;
		}

	footer {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 0;
	}

		footer h3 {
			margin-bottom: 15px;
		}

		#credit p {
			text-align: left;
		}
}


@media (max-width: 860px) {

	.cta-box h3, .cta-box .button {
		width: auto;
		float: none;
	}

	#page .cta-box h3 {
		margin-bottom: 20px;
		text-align: center;
	}

}


/* @media (min-width: 769px) and (max-width: 954px) {
	ul#nav {
		width: 474px;
	}

		ul#nav li {
			font-size: 0.9rem;
			margin-left: 1%;
			margin-right: 0;
			text-align: right;
		}
} */


@media screen and (min-width: 956px) {
	#nav {
		display: flex;
		justify-content: flex-end;
	}

	#nav li:nth-last-of-type(3) {
		margin-right: 0;
	}

	#nav li:nth-last-of-type(2) {
		display: none;
	}
	#nav li:nth-last-of-type(1) {
		display: none;
	}
}
@media (max-width: 955px) {
	#logo {
		background-position: -95px 0;
	}

		#logo > a {
			width: 250px;
		}

	a.menu-link {
		position: absolute;
		/* top: 15px; */
		top: 35px;
		right: 33px;
		display: block;
		text-indent: -9999px;
		background: #fff url('../img/icon-hamburger-@2x.png') no-repeat top center;
		width: 27px;
		height: 17px;
		background-size: 27px 17px;
		cursor: pointer;
		z-index: 10;
	}

	#menu, #menu.contain {
		position: fixed;
		top: 0;
		bottom: 0;
		width: 13.755em;
		margin: 0;
		left: -13.755em;
		background-color: #003d5f;
		height: 100%;
		z-index: 1000;

		-webkit-transform: translate(0px, 0px);
		-moz-transform: translate(0px, 0px);
		-o-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	#menu.active {
		-webkit-transform: translate(13.755em, 0px);
		-moz-transform: translate(13.755em, 0px);
		-o-transform: translate(13.755em, 0px);
		-ms-transform: translate(13.755em, 0px);
		transform: translate(13.755em, 0px);
	}

	#page {
		-webkit-transform: translate(0px, 0px);
		-moz-transform: translate(0px, 0px);
		-o-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	#page.active {
		-webkit-transform: translate(13.725em, 0px);
		-moz-transform: translate(13.725em, 0px);
		-o-transform: translate(13.725em, 0px);
		-ms-transform: translate(13.725em, 0px);
		transform: translate(13.725em, 0px);
	}

		#menu.activated, #page.activated {
		-webkit-transition: 0.15s ease;
		-moz-transition: 0.15s ease;
		-o-transition: 0.15s ease;
		transition: 0.15s ease;
	}

	#nav {
		width: auto;
		float: none;
		margin-left: 0;
		margin-top: 0;
		padding-left: 0;
		padding-top: 15px;
	}

		#nav li {
			float: none;
			margin: 0;
			margin-bottom: 10px;
			padding-bottom: 12px;
			border-bottom: 1px solid #0d537a;
		}

		#nav li:nth-child(6),
		#nav li:nth-child(7) {
			display: block;
		}

			#nav li a {
				padding-bottom: 0;
				color: #74a0b8;
			}

			#nav li.current_page_item a {
				color: #fff;
			}

			#nav li a:hover {
				color: #fff;
			}

		#nav ul /* children */ {
			padding: 0;
			position: relative;
			top: auto;
			left: auto;
			background: transparent;
		}

		#nav li > ul {
			display: none;
			/* visibility: visible;
			opacity: 1.0;
			z-index: 400; */
		}

			#nav ul li {
				padding-left: 0;
			}

		#utility {
			display: none;
		}

}


@media (min-width: 970px) {
	#nav ul {
		transition: all 0.25s ease;

	}
}

@media (min-width: 1100px) {

	/* Animations
	=================================== */

	/* .come-in {
	  transform: translateY(200px);
	  -webkit-transform: translateY(200px);
	  animation: come-in 0.8s ease forwards;
	  -webkit-animation: come-in 0.8s ease forwards;
	}

	.come-in:nth-child(odd) {
	  animation-duration: 0.6s;
	  -webkit-animation-duration: 0.6s;
	}

	.already-visible {
	  transform: translateY(0);
	  -webkit-transform: translateY(0);
	  animation: none;
	  -webkit-animation: none;
	}

	@keyframes come-in {
	    to { transform: translateY(0); }
	}

	@-webkit-keyframes come-in {
	    to { -webkit-transform: translateY(0); }
	}

	.no-cssanimations .come-in {
		opacity: 1;
	} */

}