@import url(http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400,400italic);

@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700);

@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,800);


/* Custom Styles for Landing Page */
body {
	background: #fcfcfc;
}

/* Type */
h1, h2, h3, h4, h5, h6, p, a {
	font-family: "Sorts Mill Goudy", Tahoma, Helvetica Neue, Arial, sans-serif;
	letter-spacing: 0.025em;
}
@media only screen and (min-width: 64.063em) {
h1 {
	font-size: 62px;
	line-height: 66px;
	margin-bottom: 30px;
}

h2 {
	margin: 80px auto 0px;
	font-size: 48px;
}

h4, .panel h4 {
	font-weight: normal;
	line-height: 36px;
	font-size: 24px;
}
h5 {
	font-weight: normal;
	line-height: 32px;
}
.nav a {
	font-size: 14px;
	font-family: "Raleway";
	color: rgb( 252, 252, 252 );
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	display: block;
	float: left;
	height: 50px;
	width: 20%;
	min-width: 120px;
	padding: 40px 10px 50px 10px;
	border-top: 4px solid #222626;
}
}
/* Base */
.red-bg { background: #990100 !important; }
.nav a {
	font-size: 14px;
	font-family: "Raleway";
	color: rgb( 252, 252, 252 );
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	display: block;
	float: left;
	height: 50px;
	width: 20%;
	padding: 40px 10px 50px 10px;
	border-top: 4px solid #222626;
	transition: 250ms ease-in-out;
}
.nav a:hover { background: #191c1c; border-top: 4px solid #990100;  }
.subscribe-bar a {
	font-size: 13px;
	background: #990100;
	border-color: #990100;
	font-family: "Raleway";
	color: rgb( 252, 252, 252 );
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	display: block;
	float: left;
	height: 50px;
	width: 100%;
	padding: 20px 0px 20px 0px;
	margin: 10px 0px;
}
.subscribe-bar a:hover, .subscribe-bar a:active, .subscribe-bar a:focus {
 background: #880000;
 border-color: #880000;
}
@media only screen and (max-width: 40em) {
.nav a {
	font-size: 12px;
	font-family: "Raleway";
	color: rgb( 252, 252, 252 );
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	display: inline-block;
	float: left;
	height: 20px;
	width: 25%;
	margin: 0px;
	padding: 20px 0px 30px 0px;
	border-top: none
}
.nav a:hover { background: #191c1c; border-top: none; transition: 250ms ease-in-out; }
}

p {
  font-size: 16px;
  font-weight: normal;
  color: #333029;
  line-height: 1.75em;
}
h2 a, h3 a, h4 a, h5 a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid;
	transition: 100ms ease-out;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color: inherit;
	border-bottom: 3px solid;
}
.all-caps {
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.2em;
}
.condensed {
	font-family: "Raleway Condensed";
}

/* Colors */

.white {
	color: #fcfcfc;
}
.off-white {
	color: #a4a5a5;
	border-color: #a4a5a5;
}
.gray {
	color: #222626;
}
.light-gray {
	color: #4d4e4f;
}

.white-bg {
	background: #fcfcfc;
}
.gray-bg {
	background: #222626;
}

.text-shadow {
	text-shadow: 0px 2px 2px rgba( 0, 0, 0, 0.5 );
}

/* Structure */
.middle {
	margin-left: auto; margin-right: auto; float: none;
}

.row.inner {
	max-width: 980px; margin: 0 auto;
}

/* Plans */
.plans.row {
	margin: 0px;
	min-width: 100%;
}
.plans .inner .large-4.columns {
	margin: 20px auto 0px;
}
.plans .inner .large-4.columns .inner {
	background: #191c1c;
	padding: 5px 15px;
	min-height: 500px;
	border: 2px solid #191c1c;
}
.plans .large-12 h2 {
	margin: 60px auto 0px;
}
.plans .large-12 h4 {
	margin: 30px auto 20px;
}
.sans-serif {
	font-family: 'Raleway', 'Helvetica Neue', sans-serif;
}
.plans h2.sans-serif, .plans h4.sans-serif {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.125em;
}
.plans h4.sans-serif {
	margin: 20px auto 20px;
}
.plans h4.baskerville {
	font-family: 'Libre Baskerville';
	font-weight: 700;
	margin: 25px auto;
}
.plans h4 span.sans-serif {
	font-size: 16px;
	letter-spacing: 0.125em;
	font-weight: 500;
}
.plans p {
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.125em;
	margin: 20px auto 40px;
}
.plans .button {
	max-width: 100%;
	padding: 20px 0px;
}
.plans .cta h4 {
	margin: 20px auto 40px;
}

.plans ul {
	margin: 0 auto;
	display: block;
	width: 260px;
	 padding: 0px 10px 28px 10px;
}
.plans ul li {
	list-style: none;
	margin: 20px;
}
.plans ul li span {
	margin: 20px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.125em;
}
.plans ul li a:hover span { border-bottom: 3px solid #fcfcfc; transition: 250ms }
.plans ul li:nth-of-type(4) {
	margin: 20px 20px 10px 20px;
}
.plans ul li img {
	width: 42px;
	height: 42px;
}
.plans a:hover img {
	-webkit-filter: saturate(0);
	transition: 150ms;
}
.plan {
	border: 1px solid #fcfcfc;
}


.cta {
	padding: 0;
}

.hero .cta {
	margin: 30px auto 0 auto;
}

.cta.double .button {
	margin-left: 10px;
	margin-right: 10px
}

header {
  background-color: #222626;
  width: 100%;
  height: auto;
  z-index: 999999;
}

.nav  .nav section, .nav a {
	background-color: #222626;  
}

.nav ul {

}
.nav {
	height: auto;
	padding: 0px;
}

.logo img {
	width: 270px;
	padding: 20px 0px;
	height: auto;
}
.hero {
background: url(../img/home-bg.jpg) center center / cover;
background-position-x: center;
background-position-y: center;
background-size: cover;
min-width: 100%;
padding: 10% 0;
vertical-align: middle;
background-size: cover;
margin: 0px;
}
.hero .row {
	padding: 0px;
}

/* Footer */
footer {
	border-top: 1px solid #a4a5a5;
	margin: 40px 0px 0px;
}
footer .logo-footer {
	width: 220px;
	margin: 40px 0px 0px;
}
.social {
	padding: 20px 0px 60px 0px;
	min-width: 100%;
}
footer p {
	color: #a4a5a5;
}
footer p a {
	text-decoration: none;
	border-bottom: 1px solid #10212b;
	transition: 250ms ease-out;
	color: #10212b;
}
footer p a:hover {
	color: #a4a5a5;
	border-bottom: 1px solid #a4a5a5;
}
.social h2 {
	margin: 90px auto 30px;
}
.social .icon {
	margin: 0px 18px;
}

.social .icon:hover {
	opacity: 0.75;
	transition: 150ms;
}
.social .icon img {
	width: 32px;
	height: 32px;
}
@media only screen and (min-width: 40.063em) {
.social .icon img {
	width: 48px;
	height: 48px;
}
}
/* Panel */
.panel {
	background: #fcfcfc;
	border: none;
	box-shadow: 0px 3px 11px 0px rgba( 0, 0, 0, 0.25 );
}

/* Buttons */
.button {
	 font-size: 16px;
	 letter-spacing: 0.125em;
	 text-transform: uppercase;
	 font-family: "Raleway";
	 text-align: center;
	 font-weight: 800;
	 color: #fcfcfc;
	 border-style: solid;
	 border-width: 5px;
	 border-color: #fcfcfc;
	 width: 210px;
	 padding: 20px 15px;
}
.button.border.dark {
	border-color: #10212b;
	color: #10212b;
}
.button.solid.dark {
	border-color: #10212b;
	background: #10212b;
	color: #fcfcfc;
}
.button.solid.dark:hover {
	border-color: #10212b;
	background: transparent;
	color: #10212b;
}
.button.small {
 font-size: 14px;
}

.button.border:hover {
	background: #fcfcfc;
	color: #222626;
}
.button.solid {
	  background-color: #fcfcfc;
	  color: #222626;
	  transition: background-color 200ms;
}
.button.solid:hover {
	  background-color: transparent;
	  border: 5px solid #fcfcfc;
	  color: #fcfcfc;
}
.button.border {
  background-color: transparent;
  color: #fcfcfc;
  transition: background-color 500ms;
}
.button.blue.border:hover {
  background-color: rgba( 0, 80, 153, 1 );
  color: #fcfcfc;
  }
  
 /*** Slides ***/
 
 .cycle-slideshow { height: auto; background: #222626; }
 
 /* Home */
 .hero[data-cycle-hash=home] .button.solid {
 	color: #403144;
 }
 .hero[data-cycle-hash=home] .button.solid:hover {
 	color: #fcfcfc;
 }
 .hero[data-cycle-hash=home] .button.border:hover {
 	color: #403144;
 }
 
 /* Vision */
 .hero[data-cycle-hash=vision] { background: url(../img/vision-bg.jpg) center top / cover;
 background-position-x: center;
 background-position-y: top;
 background-size: cover;
 vertical-align: middle;
 background-size: cover;
 padding: 5% 0;
 }
 
 .hero[data-cycle-hash=vision] h2 {
 	border-bottom: 1px solid #fcfcfc;
 	padding-bottom: 20px;
 	margin-bottom: 20px;
 }
 .hero[data-cycle-hash=vision] h5:first-of-type, .hero[data-cycle-hash=vision] h5:last-of-type {
	margin: 0px auto 20px;
 }
 .hero[data-cycle-hash=vision] .button.solid {
 	color: #291b1e;
 }
 .hero[data-cycle-hash=vision] .button.solid:hover {
 	color: #fcfcfc;
 }
 .hero[data-cycle-hash=vision] .button.border:hover {
 	color: #291b1e;
 }
 
 /* Magazine */
 .hero[data-cycle-hash=magazine] { background: url(../img/magazine-bg.jpg) center top / cover;
 background-position-x: center;
 background-position-y: top;
 background-size: cover;
 vertical-align: middle;
 background-size: cover;
 }

 .hero[data-cycle-hash=magazine] .button.solid {
 	color: #291b1e;
 }
 .hero[data-cycle-hash=magazine] .button.solid:hover {
 	color: #fcfcfc;
 }
 .hero[data-cycle-hash=magazine] .button.border:hover {
 	color: #291b1e;
 }
 
 /* Web */
 .hero[data-cycle-hash=web] {
 background: url(../img/web-bg.jpg) center top / cover;
 background-position-x: center;
 background-position-y: top;
 background-size: cover;
 vertical-align: middle;
 background-size: cover;
 padding: ;
 }

 .hero[data-cycle-hash=web] .button.solid {
 	color: #291b1e;
 }
 .hero[data-cycle-hash=web] .button.solid:hover {
 	color: #fcfcfc;
 }
 .hero[data-cycle-hash=web] .button.border:hover {
 	color: #291b1e;
 }
 
 /* Mobile */
 .hero[data-cycle-hash=mobile] { background: url(../img/mobile-bg.jpg) center top / cover;
 background-position-x: center;
 background-position-y: top;
 background-size: cover;
 vertical-align: middle;
 background-size: cover;
 }
 
 .hero[data-cycle-hash=mobile] .button.solid {
 	color: #75432b;
 }
 .hero[data-cycle-hash=mobile] .button.solid:hover {
 	color: #fcfcfc;
 }
 .hero[data-cycle-hash=mobile] .button.border:hover {
 	color: #75432b;
 }
  .hero[data-cycle-hash=mobile] ul.inline-list {
  	margin: 50px auto 0px auto;
  	width: 260px;
  }
  .hero[data-cycle-hash=mobile] ul.inline-list li {
  	text-align: center;
  }
 .hero[data-cycle-hash=mobile] .inline-list img {
 	width: 42px;
 	height: 42px;
 }
  
  /* Form*/
form input[type=email] {
	height: 70px;
	color: #a4a5a5;
	font-size: 16px;
	letter-spacing: 0.125em;
	text-transform: uppercase;
	font-family: "Raleway";
	font-weight: 700;
	text-align: left;
	outline: none;
	border-radius: 0px;
	border-style: solid;
	border-width: 5px;
	border-color: #a4a5a5;
	padding: 20px;
	width: 100%;
}
[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.25s ease-out; 
  opacity: 0;
  box-shadow: none;
  outline: none;
}
label {
	margin-top: 5px;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 18px;
}
input[type=checkbox] {
	margin-right: 5px;
	margin-bottom: 5px;
}

