/*
-----------------------------------------------
Site: The Citadel - Global Styling
Author: EnergyHill
Version: 1.0 
Last Update: 06/23/15
-----------------------------------------------*/

/* Desktop Styling
-----------------------------------------------*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	background-color: #fff;
}
h1,
h2,
h3 {font-family: 'Vollkorn', serif;}
h3 {
	font-style: italic;
	text-align: center;
	color: #333;
	font-size: 4em;
}
a {text-decoration: none;}
img {display: block;}

/*Mini Grid*/
.grid-fixed {
	position: relative;
	margin: 0 auto;
	width: 960px;
	max-width: 960px;
}
.grid-full {
	position: relative;
	width: 100%;
}
.clearfix {
	clear: both;
}
.carrot {
	padding-left: 3px;
	font-size: .6em;
}
.button {
	display: inline-block; 
	padding: 8px 31px;
	color: #000;
	font-size: 1.3em !important;
	text-transform: uppercase;
	border: 2px solid #09203a;
}
.button:hover,
.button:active {
	color: #fff;
	background-color: #09203a;
}
.mobile {
	display: none;
}
#back-to-top {
	display: none;
	position: fixed;
	bottom: 5%;
	right: 5%;
	width: 42px;
	height: 26px;
	text-indent: 100%;
	white-space: nowrap;
    overflow: hidden;
	background: transparent url("../../images/eh-global/arrow-up.png") no-repeat 0 0;
	background-size: 100%;
}

/*Header*/
header.main {
	background-color: #e1e1e1;
	border-bottom: 1px solid #fff;
}
header.main div.top {
	position: relative;
	margin: 0 auto;
	padding-left: 307px;
	width: 653px;
}
header.main h1 {
	position: absolute;
	top: 0;
	left: -26px;
	margin: 0;
	z-index: 2;
}
header.main h2 {
	clear: both;
	display: block;
	float: left;
	margin: 25px 0 22px;
	width: 383px;
	height: 15px;
	color: #003263;
	font-size: 1.4em;
	text-transform: uppercase;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	background: transparent url("../../images/eh-global/header/main-header-headline.png") no-repeat 0 0;
}
header.main .dare-to-lead {
	float: left;
	margin: 23px 0 0 33px;
}

/*Navs*/
nav.alt,
nav.main {
	font-family: 'Vollkorn', serif;
}

/*Alt Nav*/
nav.alt {
	float: left;
	margin-top: 46px;
}
nav.alt ul,
nav.alt .moduletable {
	float: left;
}
nav.alt .moduletable {
	margin: 0 !important;
	max-width: 100% !important;
}
nav.alt li {
	float: left;
	margin-right: 20px;
}
nav.alt a {
	float: left;
	color: #4f1718;
	font-size: 1.2em;
}
nav.alt form {
	float: left;
	margin-left: 75px;
}
nav.alt form input {
	width: 50%;
}

/*Main Nav*/
nav.main {
	position: absolute;
	border-top: 3px solid #553536;
	border-bottom: 3px solid #553536;
	background-color: #331319;
}
nav.main li {
	float: left;
	margin: 0;
}
nav.main a {
	display: block;
	padding: 7px 11px 2px;
	color: #fff;
	font-size: 1.16em;
	line-height: 17px;
	text-transform: uppercase;
	text-align: center;
}
nav.main a.active,
nav.main a.active:hover {
	color: #290b0b;
	cursor: default;
	background-color: #fff;
}
nav.main a:hover {
	background-color: #290b0b;
}

/*Subnav*/
.subnav {
	display: none;
	position: absolute;
	top: 29px;
	left: 50%;
	margin-left: -47%;
	padding: 22px 19px;
	width: 90%;
	background: #fff;
	border-left: 1px solid #553536;
	border-right: 1px solid #553536;
	border-bottom: 1px solid #553536;
	z-index: 99;
}
.subnav.mobile-show {
	display: block !important;
}
nav.main .subnav ul {
	float: left;
	margin: 0 .1% 0 0;
	width: 18%;
}
nav.main .subnav li {
	display: block;
	float: none;
	margin: 0 0 5px;
	padding-bottom: 4px;
	width: 96%;
	border-bottom: 1px dotted #ccc;
}
nav.main .subnav li.title {
	margin-bottom: 0;
	padding: 0;
	min-height: 40px;
	border: 0 none;
}
nav.main .subnav li.title a {
	font-size: 1.1em;
	text-transform: uppercase;
}
nav.main .subnav a {
	display: inline;
	padding: 0;
	color: #001224;
	text-align: left;
	text-transform: none;
}
nav.main .subnav a:hover {
	background: transparent;
}

/*Billboard*/
#billboard {
	position: relative;
	padding: 1px 0 35.1% 0;
	border-top: 1px solid #071e37;
	background-color: #fff;
	height: 0;
	overflow: hidden;
}
#billboard .custom {
	position: relative;
	padding: 1px 0 35.1% 0;
	height: 0;
	overflow: hidden;
}
#billboard .arrow-left,
#billboard .arrow-right {
	position: absolute;
	top: 59.3%;
	transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
	width: 26px;
	height: 43px;
	cursor: pointer;
	background: transparent url("../../images/eh-global/billboard/arrow-nav-icons.png") no-repeat;
	z-index: 2;
}
#billboard .arrow-left {
	left: 6.3%;
	background-position: 0 0;
}
#billboard .arrow-left:hover {
	background-position: -25px 0;
}
#billboard .arrow-right {
	right: 6.3%;
	background-position: -79px; 0;
}
#billboard .arrow-right:hover {
	background-position: -53px 0;
}
#billboard .nav-wrap {
	position: absolute;
	top: 93.4%;
	left: 50%;
	margin-left: -40%;
	width: 80%;
	height: 11px;
	text-align: center;
	transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	z-index: 2;
}
#billboard .nav-wrap .nav-btn-wrap {
	padding: 0 4px;
}
#billboard .nav-wrap .nav-btn {
	display: inline-block;
	margin: 0 auto;
	width: 11px;
	height: 11px;
	cursor: pointer;
	background: transparent url("../../images/eh-global/billboard/square-nav-icons.png") no-repeat -11px 0;
}
#billboard .nav-wrap .nav-btn.current {
	background-position: 0 0;
}

.iosslider,
.iosslider .custom {
	width: 100%;
	
	/* this height ends up being your maximum height, 
	 * if you want it to scale forever, set it to 
	 * a very high number */
	height: 1500px;
}

/* slider */
.iosslider .slider {
	/* required */
	width: 100%;
	height: 100%;
}

#billboard .slider .moduletable {
	margin: 0 !important;
	max-width: 100% !important;
}

/* slide */
.iosslider .slider .item {
	/* required */
	float: left;
	width: 100%;
}

.iosslider .slider .item img {
	width: 100%;
	height: auto;
}

.slider-content {
	position: absolute;
  	top: 29.7%;
  	transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.slider-content .headline {
	display: block;
	padding-bottom: 10px;
	font-family: 'Vollkorn', serif;
	color: #fff;
	font-size: 4.8em;
	text-shadow: 1px 2px #000;
}
.slider-content .button {
	font-family: 'Vollkorn', serif;
	padding: 12px 49px;
	width: auto;
	color: #fff;
	font-size: 1.7em !important;
	text-transform: none;
	border: 2px solid #fff;
	background: transparent url("../../images/eh-global/billboard/button-bg.png") repeat 0 0;
	text-shadow: 1px 2px #000;
}
.slider-content .button:hover,
.slider-content .button:active {
	background: transparent url("../../images/eh-global/billboard/button-hover-bg.png") repeat 0 0;
}


/*Footer*/
footer.main {
	clear: both;
	font-family: 'Raleway', sans-serif;
}
footer.main a {
	font-size: .9em;
}
footer.main .large {
	text-transform: uppercase;
}

/*Top Footer*/
.footer-top-wrap {
	color: #fff;
	background-color: #09203a;
}
.footer-top-wrap a {
	color: #fff;
}
.footer-top {
	height: 310px;
}
.footer-top ul,
.footer-top .info {
	float: left;
}

/*Footer Left Nav*/
.footer-top ul.left-nav {
	margin: 39px 0 0 129px;
	text-align: right;
}
.footer-top ul.left-nav li {
	margin: 0 23px 7px 0; 
}  
.footer-top ul.left-nav li.logo {
	margin: 0 0 19px 0
}
.footer-top ul.left-nav li.logo a {
	display: block;
	width: 134px;
	height: 37px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: transparent url("../../images/eh-global/footer/citadel-logo.png") no-repeat 0 0;
}

/*Footer Info*/
div.info {
	position: relative;
	margin-top: 96px;
	width: 45%;
	text-align: center;
	border-left: 1px solid #7d8997;
	border-right: 1px solid #7d8997;
}
div.info a.map {
	display: block;
	position: absolute;
	top: -57px;
	left: 50%;
	margin-left: -83.5px;
	width: 167px;
	height: 134px;
}
div.info p {
	margin: 98px 0 9px;
	line-height: 17px;
	text-align: center;
}
div.info ul {
	display: inline-block;
	float: none;
}
div.info li {
	float: left;
	padding: 0 16px;
	color: #2f5887;
	border-right: 1px solid #2f5887;
}
div.info li:last-child {
	border: 0;
}
div.info li a {
	color: #2f5887;
}

/*Footer Right Nav*/
.footer-top ul.right-nav {
	margin-top: 94px;
}
.footer-top ul.right-nav li {
	margin: 0 0 7px 19px; 
}  

/*Social Links*/
.social-links {
	float: left;
	margin: 37px 0 0 15px;
}
.social-links li {
	float: left;
	margin-right: 8px;
}
.social-links a {
	display: block;
	float: left;
	width: 25px;
	height: 23px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	background: transparent url("../../images/eh-global/footer/social-icons.png") no-repeat;
}
.social-links a.facebook { background-position: 0 0; }
.social-links a.twitter { background-position: -25px 0; }
.social-links a.google { background-position: -50px 0; }
.social-links a.linkedin { background-position: -75px 0; }
.social-links a.youtube { background-position: -100px 0; }
.social-links a.pinterest { background-position: -125px 0; }
.social-links a.instagram { background-position: -150px 0; }

/*Bottom Footer*/
.footer-bottom-wrap {
	background-color: #fff;
}
.footer-bottom {
	position: relative;
	padding: 43px 0 60px;
}
.primary {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: 1;
}
.primary li {
	float: left;
	margin: 0 77px;
}
.primary a {
	color: #09203a;
}
.primary .button {
	display: block;
	padding: 11px 24px;
	font-size: 1.15em !important;
	font-weight: bold;
	background-color: #fff;
}
.primary .button:hover,
.primary .button:active {
	color: #fff;
	border: 2px solid #fff;
	background-color: #09203a;
}
.footer-bottom p {
	font-size: .8em;
	color: #000;
}
.footer-bottom p a {
	font-size: 1em;
	color: #000;
	text-decoration: underline;
}
.footer-bottom p {
	padding-top: 4px;
	width: 46%;
}
.footer-bottom p .large {
	display: block;
}
.footer-bottom p.left-copy {
	float: left;
	padding-right: 37px;
	text-align: right;
	border-right: 1px solid #6ccbf2;
}
.footer-bottom p.right-copy {
	float: right;
	text-align: left;
}

/*-----------------------------------------------*/

/* Global Tablet Styling
-------------------------------------------------*/
@media only screen and (min-width: 0) and (max-width: 980px) {
	body {
		min-width: 100%;
	}

	.grid-fixed {
		max-width: 800px;
		width: 100%;
	}

	/*Billboard*/
	.slider-content .button:hover {
		color: #fff;
		background: transparent url("../../images/eh-global/billboard/button-bg.png") repeat 0 0;
	}

	.button:hover {
		color: #000;
		background-color: transparent;
	}


	/*Header*/
	header.main div.top {
		padding-left: 38%;
		width: 61.5%;
	}
	header.main h1 {
		left: 5px;
	}
	header.main h1 img {
		width: 86.3%;
	}
	nav.alt li {
		margin-right: 12px;
	}
	nav.alt form {
		margin-left: 0;
		width: 28%;
	}
	nav.alt a {
		font-size: 1.1em;
	}
	header.main h2 {
		width: 85%;
	}
	header.main .dare-to-lead {
		display: none;
	}

	/*Main Nav*/
	nav.main ul {
		width: 755px;
		max-width: 100%;
	}
	nav.main li {
		margin: 0 1.2px;
	}
	nav.main a {
		padding: 7px 4px 2px;
		font-size: 1em;
	}
	.subnav {
		width: 88.5%;
	}

	/*Footer*/
	.footer-top ul.left-nav {
		margin-left: 78px;
	}
	.social-links {
		margin-left: 0;
	}
	.social-links li {
		margin-right: 2px;
	}
	.primary li {
		margin: 0 5.9%;
	}
	.primary .button:hover {
		color: #09203a;
		border: 2px solid #09203a;
		background-color: #fff;
	}
	.footer-bottom p.left-copy {
		padding-right: 30px;
	}
}

/*-----------------------------------------------*/

/* Global Mobile Styling
-------------------------------------------------*/
@media only screen and (min-width: 0) and (max-width: 748px) {
	body {
		min-width: 100%;
	}

	/*Landing Page - Width Resets*/
	.grid-fixed,
	header.main div.top,
	.subnav,
	nav.main .subnav ul,
	nav.main .subnav li,
	div.info,
	.footer-bottom p, 
	.footer-bottom p a {
		padding: 0;
		width: 100%;
		max-width: 100%;
	}

	/*View Resets*/
	.desktop { display: none; }
	.mobile { display: block; }

	h3 {
		font-size: 2.9em;
	}
	.carrot {
		padding-left: 12px;
	}

	/*Header*/
	header.main {
		position: relative;
		z-index: 2;
	}
	header.main div.top {
		padding-top: 51px;
	}
	header.main h1 {
		top: auto;
		bottom: -55px;
		left: 10px;
		z-index: 1;
	}
	header.main h1 img {
		width: 56%;
	}
	header.main h2 {
		float: none;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		padding: 11px 0 6px;
		width: 100%;
		height: 34px;
		color: #fff;
		text-align: center;
		font-size: 1.3em;
		line-height: 21px;
		background: #09203a url("../../images/eh-global/header/main-header-mobile-headline.png") no-repeat center center;
		z-index: 2;
	}

	/*Header Nav*/
	nav.alt {
		position: relative;
		z-index: 2;
	}
	nav.alt {
		float: none;
		margin-top: 0; 
	}
	nav.alt ul {
		display: none;
	}

	/*Search Form*/
	nav.alt form {
		display: block;
		margin: 0;
		max-height: 0;
		width: 100%;
		overflow: hidden;
		-moz-transition: max-height 1.5s cubic-bezier(0, 1.05, 0, 1);
		-ms-transition: max-height 1.5s cubic-bezier(0, 1.05, 0, 1);
		-o-transition: max-height 1.5s cubic-bezier(0, 1.05, 0, 1);
		-webkit-transition: max-height 1.5s cubic-bezier(0, 1.05, 0, 1);
		transition: max-height 1.5s cubic-bezier(0, 1.05, 0, 1);
	}
	nav.alt form.mobile-active {
		max-height: 100px;
		-moz-transition: max-height 1s ease;
		-ms-transition: max-height 1s ease;
		-o-transition: max-height 1s ease;
		-webkit-transition: max-height 1s ease;
		transition: max-height 1s ease;
	}
	nav.alt form input {
		display: block;
		float: left;
		margin: 0;
		padding: 0 0 0 5%;
		width: 65%;
		height: 30px;
		border: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	nav.alt form button {
		display: block;
		float: left;
		padding: 0;
		width: 30%;
		height: 30px;
		color: #fff;
		line-height: 30px;
		text-transform: uppercase;
		border: 0;
		cursor: pointer;
		background: #4f1718;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	/*Search/Nav Btns*/
	.mobile.search-btn,
	.mobile.nav-btn {
		float: right;
		text-indent: 100%;
	    white-space: nowrap;
	    overflow: hidden;
	    cursor: pointer;
		border: 0;
	}
	.mobile.search-btn {
		margin: 10px;
		padding: 0;
		width: 39px;
		height: 41px;
		background: transparent url("../../images/eh-global/header/nav-icons/search-icon.png") no-repeat 0 0;
	} 
	.mobile.nav-btn {
		margin: 6px 14px;
		padding: 0;
		width: 48px;
		height: 48px;
		background: transparent url("../../images/eh-global/header/nav-icons/main-nav-icon.png") no-repeat 0 0;
	}
	.mobile.nav-btn.mobile-active {
		background-position: 0 -48px;
	}

	/*Main Nav*/
	nav.main {
		display: block;
		position: static;
		max-height: 0;
		/*padding-top: 0;*/
		border: 0;
		background-color: #09203a;
		overflow: hidden;
		-moz-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
		-ms-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
		-o-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
		-webkit-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
		transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
	}
	nav.main.mobile-active {
		/*padding-top: 63px;*/
		max-height: 20000px;
		-moz-transition: max-height 5s ease;
		-ms-transition: max-height 5s ease;
		-o-transition: max-height 5s ease;
		-webkit-transition: max-height 5s ease;
		transition: max-height 5s ease;
	}
	nav.main.mobile-active.extended {
		max-height: 20000px;
	}

	nav.main ul {
		margin-top: 63px;
	}

	nav.main li {
		margin: 0;
		width: 100%;
		border-bottom: 1px solid #003263;
	}
	nav.main a {
		padding: 7px 41px;
		text-align: left;
		text-transform: none;
		font-size: 2.1em;
		line-height: 26px;
		background: transparent url("../../images/eh-global/header/nav-icons/plus-icons.png") no-repeat 10px 0;
	}
	nav.main a.mobile-active {
		background-position: 10px -40px;
	}
	nav.main a.active:hover,
	nav.main a:hover {
		background-color: #09203a;
	}
	.subnav {
		display: block;
		position: static;
		top: auto;
		left: auto;
		float: left;
		margin: 0;
		max-height: 0;
		border: 0;
		background-color: #fff;
		overflow: hidden;
		-moz-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
		-ms-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
		-o-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
		-webkit-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
		transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
	}
	.subnav.mobile-active {
		max-height: 5000px;
		-moz-transition: max-height 1s ease;
		-ms-transition: max-height 1s ease;
		-o-transition: max-height 1s ease;
		-webkit-transition: max-height 1s ease;
		transition: max-height 1s ease;
	}
	nav.main .subnav li,
	nav.main .subnav li.title {
		float: left;
		margin: 0;
	}
	nav.main .subnav ul {
		margin-top: 0;
	}
	nav.main .subnav li {
		display: block;
		max-height: 0;
		padding-bottom: 0;
		overflow: hidden;
		border: 0;
		-moz-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
		-ms-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
		-o-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
		-webkit-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
		transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
	}
	nav.main .subnav li.mobile-active {
		max-height: 80px;
		border-bottom: 1px dotted #ccc;
		-moz-transition: max-height 1s ease;
		-ms-transition: max-height 1s ease;
		-o-transition: max-height 1s ease;
		-webkit-transition: max-height 1s ease;
		transition: max-height 1s ease;
	}
	nav.main .subnav li.title {
		display: block;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #b7b7b7;
	}
	nav.main .subnav li.title.mobile-none {
		display: none;
	}
	nav.main .subnav li a {
		display: block;
		padding: 7px 0px 4px 51px;
		color: #4f1718;
		font-size: 1.3em;
		text-transform: none;
		background: transparent;
	}
	nav.main .subnav li.title a {
		font-size: 1.5em;
		text-transform: none;
		background: transparent url("../../images/eh-global/header/nav-icons/plus-icons.png") no-repeat 22px -82px;
	}
	nav.main .subnav li.title a.mobile-active {
		background-position: 22px -122px;
	}
	
	/*Billboard*/
	#billboard,
	#billboard .custom {
		padding-bottom: 59.5%;
		border-bottom: 8px solid #331319;
		background-color: #593b3d;
	}
	#billboard.overwrite {
		padding: 0 0 59.5% 0 !important;
	}
	.slider-content {
		top: 48%;
	}
	.slider-content .headline {
		font-size: 3em;
	}
	.slider-content .button {
		padding: 7px 34px;
	}
	#billboard .arrow-left,
	#billboard .arrow-right {
		top: 44.3%;
		width: 13px;
		height: 18px;
		background: transparent url("../../images/eh-global/billboard/arrow-nav-mobile-icons.png") no-repeat;
	}
	#billboard .arrow-left {
		left: 3.5%;
		background-position: 0 0;
	}
	#billboard .arrow-left:hover,
	#billboard .arrow-left:active {
		background-position: 0 0;
	}
	#billboard .arrow-right {
		right: 3.5%;
		background-position: -39px 0;
	}
	#billboard .arrow-right:hover,
	#billboard .arrow-right:active {
		background-position: -39px 0;
	}
	#billboard .nav-wrap {
		display: none;
	}

	/*Footer*/
	.footer-top-wrap {
		float: left;
	}
	.footer-top ul, 
	.footer-top .info {
		float: none;
	}
	.footer-top ul.left-nav {
		float: none;
		margin: 0;
		width: 100%;
	}
	.footer-top ul.left-nav li.logo {
		display: block;
		padding: 41px 0 19px;
		margin: 0;
	}
	.footer-top ul.left-nav li.logo a {
		margin: 0 auto;
		width: 263px;
		height: 72px;
		background: transparent url("../../images/eh-global/footer/citadel-mobile-logo.png") no-repeat 0 0;
	}
	.footer-top ul.left-nav li,
	.footer-top ul.right-nav {
		display: none;
	}
	div.info {
		float: none;
		margin: 0;
		border: 0;
	}
	div.info a.map {
		position: static;
		top: auto;
		left: auto;
		margin: 27px auto 18px;
	}
	div.info p {
		margin: 0;
		font-family: 'Open Sans', sans-serif;
		font-size: 1.3em;
		line-height: 23px;
	}
	div.info p .mobile-large {
		display: block;
		padding-bottom: 7px;
		font-size: 1.8em;
	}
	div.info p .mobile-drop {
		display: block;
		height: 0;
		text-indent: 100%;
	    white-space: nowrap;
	    overflow: hidden;
	}
	div.info ul {
		margin-top: 20px;
		font-size: 1.1em;
	}
	.social-links {
		display: block;
		margin: 37px auto;
		/*width: 92%;*/
		width: 320px;
	}
	.social-links li {
		display: block;
		margin: 0 3.2% 20px !important;
		/*width: 55px;*/
	}
	/*.social-links a {
		width: 55px;
		height: 56px;
	}
	.social-links a.facebook { background-position: 0 -23px; }
	.social-links a.twitter { background-position: -55px -23px; }
	.social-links a.google { background-position: -110px -23px; }
	.social-links a.linkedin { background-position: -165px -23px; }
	.social-links a.youtube { background-position: -220px -23px; }
	.social-links a.pinterest { background-position: -275px -23px; }
	.social-links a.instagram { background-position: -330px -23px; }*/
	.footer-top ul.primary {
		position: static;
		bottom: auto;
		left: auto;
		float: left;
		margin: 25px 0 19px;
	}
	.primary li {
		float: none;
		margin: 0 0 8px;
		width: 100%;
	}
	.primary .button {
		margin: auto;
		padding: 0;
		width: 80%;
		text-align: center;
	}
	.footer-top-wrap .primary a {
		padding: 16px;
		font-size: 1.7em !important;
		color: #09203a;
	}
	.footer-bottom-wrap {
		clear: both;
	}
	.footer-bottom p.left-copy,
	.footer-bottom p.right-copy {
		font-family: 'Vollkorn', serif;
		float: none;
		border-right: 0;
		text-align: center
	}
	.footer-bottom p .large {
		font-family: 'Open Sans', sans-serif;
		font-size: 2.2em;
		font-weight: bold;
	}
	.footer-bottom p.left-copy {
		padding: 21px 0 4px;
		border-bottom: 1px solid #0d3346;
	}
	.footer-bottom p.right-copy {
		padding: 11px 0 4px;
	}
	.footer-bottom p .mobile-break {
		display: block;
		padding: 4px 40px;
		font-size: 1.4em;
		line-height: 19px;
		text-align: center;
	}
}

@media only screen and (min-width: 0) and (max-width: 319px) {
	.social-links {
		display: none;
	}
}