 /*
Theme Name: David Simpson
Author: Vici Media Group
Author URI: http://vicimediagroup.com/
*/

@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:22px;
	line-height:36px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #00385e;
	text-align:center;
	min-width: 960px;
	overflow: auto;
}

*:focus {
	outline: none;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding:0; 
}

a img { 
	border: none;
}
a:link {
	color: inherit;
	text-decoration: none; 
}
#pageContents a:link {
	text-decoration: underline;
}
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	max-width: 940px;
	padding:0 10px;
	margin: 0 auto;
}

header {
	
}

footer {
	padding: 0px 0;
}

.navContainer .logo {
	width: 283px;
	height: 100px; 
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clear {
    display: block;
    width: 100%;
    clear: both;
}

.hidden {
	display:none;
}

input:focus {
	outline: none;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
}

.red {
color:#b51218;
}

#form {
}

i.torch {
	display: inline-block;
	position: relative;
	background-image: url('/images/torch.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

h1.torch {
	background-image: url('/images/torch.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-size: contain;
}
a.button, button, input[type="submit"] {
	border: 2px solid #b51218;
	background-color: #b51218;
	border-radius: 5px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 20px;
	letter-spacing: .5px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding: 10px 40px;
	-moz-box-shadow: 0px 3px 0px 0px #810d11;
	-webkit-box-shadow: 0px 3px 0px 0px #810d11;
	box-shadow: 0px 3px 0px 0px #810d11;
	cursor: pointer;
}

a.button:hover, button:hover, input[type="submit"]:hover {
	position: relative;
	top: 2px;
	-moz-box-shadow: 0px 1px 0px 0px #810d11;
	-webkit-box-shadow: 0px 1px 0px 0px #810d11;
	box-shadow: 0px 1px 0px 0px #810d11;
	cursor: pointer;
}

a.button.inverse, button.inverse, input[type="submit"].inverse {
	background-color: #fff;
	color: #b51218;
	padding: 10px 40px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.button.inverse:hover, button.inverse:hover, input[type="submit"].inverse:hover {
	position: static;
	top: 0px;
	background-color: #b51218;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.button.hollow, button.hollow, input[type="submit"].hollow {
	background-color: transparent;
	color: #fff;
	padding: 10px 40px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.button.hollow:hover, button.hollow:hover, input[type="submit"].hollow:hover {
	position: static;
	top: 0px;
	background-color: #b51218;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
}

a.button.green, button.green, input[type="submit"].green {
	border: 2px solid #39b54a;
	background-color: #39b54a;
	-moz-box-shadow: 3px 3px 0px 0px #2c8b39;
	-webkit-box-shadow: 3px 3px 0px 0px #2c8b39;
	box-shadow: 0px 3px 0px 0px #2c8b39;
}

a.button.green:hover, button.green:hover, input[type="submit"].green:hover {
	position: relative;
	top: 2px;
	-moz-box-shadow: 0px 1px 0px 0px #2c8b39;
	-webkit-box-shadow: 0px 1px 0px 0px #2c8b39;
	box-shadow: 0px 1px 0px 0px #2c8b39;
	cursor: pointer;
	color: #ffffff;
}

.volunteer-form {
	position: relative;
}

.volunteer-form input[type="submit"], .contact-form input[type="submit"] {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	width: 400px;
}

.volunteer-form, .contact-form {
	width: 400px;
}

.volunteer-form ul, .contact-form ul {
	list-style: none;
}

.volunteer-page .volunteer-form .formcheck ul:first-child {
        position: relative;
        display: block;
}

.volunteer-page .volunteer-form .formcheck label:first-child {
	display: none;
}

.formitem {
	display: inline-block;
}

.formitem label, .formtext label {
	display: none;
}

.formitem input {
	width: 199px;
	height: 55px;
	text-indent: 24px;
	margin-bottom: 2px;
	padding: 0px;
	background: #f4f4f4;
	font-size: 20px;
	color: #00385e;
	border: 0px;
	float: left;
	-webkit-appearance: none;
	font-family: 'Lato', sans-serif;
}

.formitem.full input {
	width: 400px;
}

.formitem.top.left input {
	border-top-left-radius: 5px;
}

.formitem.top.right input {
	border-top-right-radius: 5px;
}

.formitem.full.top input {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.formitem.left input {
	margin-right: 1px;
}

.formitem.right input {
	margin-left: 1px;
}

.formitem.city input {
	width: 179px;
	margin-right: 1px;
}

.formitem.state input {
	width: 86px;
	text-indent: 17px;
	margin-left: 1px;
	margin-right: 1px;
}

.formitem.zip input {
	width: 131px;
	margin-left: 1px;
}

.formtext textarea {
	width: 352px;
	height: 5em;
	text-indent: 0px;
	margin-bottom: 2px;
	padding: 24px;
	background: #f4f4f4;
	font-size: 20px;
	color: #00385e;
	border: 0px;
	float: left;
	resize: none;
	-webkit-appearance: none;
	font-family: 'Lato', sans-serif;
}

.formcheck label:first-child {
	display: inline-block;
	width: 400px;
	height: 55px;
	text-indent: 24px;
	margin-bottom: 2px;
	padding: 0px;
	background-color: #f4f4f4;
	font-size: 20px;
	line-height: 52px;
	color: #aaaaaa;
	border: 0px;
	float: left;
	-webkit-appearance: none;
	font-family: 'Lato', sans-serif;
	background-position: right 0px;
	background-repeat: no-repeat;
	background-image: url('/images/form-dropdown.png');
	background-size: 43px 110px;
	cursor: pointer;
}

.formcheck label {
	font-size: 18px;
	line-height: 20px;
}

.formcheck ul {
	list-style:none;
	padding: 8px;
	overflow-y: auto;
}

.formcheck li {
	font-size: 18px;
	line-height: 20px;
	margin-top: 10px;
}

.formcheck label.active:first-child {
	background-color: #00385e;
	color: #fff;
	background-position: right -55px;
}

.formcheck ul:first-child {
	display:none;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 104px;
	background: #fff;
	background: rgba(255,255,255,.9);
}

.formcheck ul.active:first-child {
	display:block;
}

/*** custom checkbox***/
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 17px; height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2714';
  position: absolute;
  top: 0; left: 4px;
  font-size: 14px;
  color: #b51218;
  transition: all .2s;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #00385e;
}
/***end custom checkbox***/

.formcheck input[type="text"] {
  width: 320px; height: 20px;
  text-indent: 12px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 2px;
  margin-top: -4px;
}

.formcheck input[type="checkbox"] {
  width: 17px; height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}

.gform_hidden {
	margin:0;
	padding:0;
	height:0px;
}

#form .email, #form .zip {
	width:308px;
	height:66px;
	background:rgba(255,255,255.9);
	color:#00385e;
	font-size:26px;
	text-indent:15px;
	padding:0;
	margin:0;
	border:0;
	float:left;
	-webkit-appearance: none;
	font-family: 'Lato', sans-serif;
}

#form .email {
	border-right:2px solid rgba(0,0,0,.05);
	-webkit-border-radius: 5px 0px 0px 0px;
	border-radius: 5px 0px 0px 0px;
}

#form .zip {
	width:150px;
	-webkit-border-radius:0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;
}

.submit {
	width:460px;
	font-family: 'Lato', sans-serif;
	height:46px;
	background:#b51218;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	font-weight:900;
	letter-spacing: 0.05em;
	font-size:20px;
	border:0;
	float:left;
	outline:0;
	padding:0;
	-webkit-appearance: none;
  	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	text-decoration:none;
	margin:0px;
}

#submit-wrapper {
	width:460px;
	height:49px;
	-webkit-appearance: none;
}

#submit-wrapper input[type="submit"] {
	border-radius: 0px 0px 5px 5px;
}

.submit:hover {
	cursor:pointer;
}

::-webkit-input-placeholder {
   color: ;
   font-family: 'Lato', sans-serif;
	font-weight:400;
}

:-moz-placeholder { /* Firefox 18- */
   color: ; 
   font-family: 'Lato', sans-serif;
	font-weight:400; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: ; 
   font-family: 'Lato', sans-serif;
	font-weight:400; 
}

:-ms-input-placeholder {  
   color: ;
   font-family: 'Lato', sans-serif;
	font-weight:400;  
}

#logo {
	margin:0 auto;
}

#content {
	width:480px;
	float:left;
	margin: 62px auto 138px auto;
}


/***homepage***/
section.hero[data-section-index="1"] h1 {
	font-size:116px;
	font-weight:300;
	text-transform:uppercase;
	line-height:100px;
	margin:0;
	text-align:left;
}

section.hero[data-section-index="1"] h2 {
	font-size:115px;
	font-weight:900;
	text-transform:uppercase;
	line-height:105px;
	margin:0;
	text-align:left;
}

div.hotlinks {
	margin: 5px 0px;
	background: #00385e;
	height: 80px;
}

div.hotlinks .button {
	display: inline-block;
	width: 25%;
	height: 80px;
}

div.hotlinks .button:hover {
	background-color: #052337;
}

div.hotlinks .button .wrapper {
	border-left: 1px solid #052338;
	border-right: 1px solid #052338;
	height: inherit;
}

div.hotlinks .button.left .wrapper {
	border-left: none;
}

div.hotlinks .button.right .wrapper {
	border-right: none;
}

div.hotlinks .button.special {
	background-color: #39b54a;
}

div.hotlinks .button.special:hover {
	background-color: #2e963c;
}

div.hotlinks .button .c {
	display: inline-block;
	text-align: left;
	margin: 14px auto;
	padding: 0px 0px 0px 64px;
	height: 52px;
	font-size: 20px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

div.hotlinks .button .c .t1 {
	font-family: Baskerville;
	line-height: 27px;
	font-style: italic;
}

div.hotlinks .button .c .t2 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	line-height: 21px;
	letter-spacing: 1px;
	text-transform:uppercase;
}

section.hero[data-section-index="2"] div.container {
	width: 750px;
	padding: 118px 0px 24px 264px;
}

section.hero[data-section-index="2"] div.top10 {
	background-image: url('/images/top10.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 83px 65px;
	float: left;
	height: 220px;
	font-size: 270px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 220px;
	letter-spacing: -40px;
	padding-left: 44px;
	font-style: italic;
	color: #b51218;
}

section.hero[data-section-index="2"] div.headertext {
	margin-left: 323px;
}

section.hero[data-section-index="2"] h1 {
	font-size:131px;
	font-weight:900;
	text-transform:uppercase;
	line-height:119px;
	margin:0;
	text-align:left;
}

section.hero[data-section-index="2"] h2 {
	font-size:54px;
	font-weight:900;
	text-transform:uppercase;
	line-height:61px;
	margin:0;
	text-align:left;
}

section.hero[data-section-index="2"] h3 {
	font-size:34px;
	font-weight:300;
	text-transform:none;
	line-height:40px;
	margin:0;
	text-align:left;
}

section.hero[data-section-index="2"] div.dates {
	height: 72px;
	font-size: 64px;
	font-family: Baskerville;
	text-align: left;
	font-style: italic;
	line-height: 44px;
	color: #b7b7b7;
	margin: 28px 0px 0px 85px;
}

section.hero[data-section-index="2"] div.dates i.torch {
	top: 6px;
	height: 54px;
	width: 20px;
	margin: 0px 54px;
}

section.hero[data-section-index="2"] div.buttonContainer {
	margin-top: 24px;
}

section.hero[data-section-index="2"] div.footnote {
	margin: 64px 0px 0px 0px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 16px;
}

section.hero[data-section-index="3"] div.container {
	padding: 176px 0px 0px 0px;
}

section.hero[data-section-index="3"] h1 {
	font-size:60px;
	font-weight:300;
	text-transform:uppercase;
	line-height:64px;
	margin:0;
	text-align:left;
	color: #fff;
}

section.hero[data-section-index="3"] div.formContainer h1 {
	color: #00385e;
}

section.hero[data-section-index="3"] h1 strong {
	font-style: normal;
	font-weight:900;
}

section.hero[data-section-index="3"] h1 em {
	font-family: Baskerville;
	font-style: italic;
	font-weight:normal;
	text-transform: none;
	color: #b51218;
}

section.hero[data-section-index="3"] h1 i.torch {
	top: 4px;
	height: 61px;
	width: 23px;
	margin-right: 18px;
}

section.hero[data-section-index="3"] div.description {
	margin: 18px 0px 0px 0px;
	width: 50%;
	text-align: left;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}

section.hero[data-section-index="3"] div.buttonContainer {
	margin: 24px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	text-align: left;
}

section.hero[data-section-index="3"] div.formContainer {
	margin: 142px auto 0px auto;
	padding: 40px 50px 24px 50px;
	background: #fff;
	max-width: 840px;
	min-height: 400px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-align: left;
	font-family: 'Lato', sans-serif;
	color: #00385e;
}

section.hero[data-section-index="3"] div.formContainer div.first {
	float: left;
	width: 48.5%;
	margin: 42px 1.5% 0px 0px;
	font-size: 16px;
	line-height: 26px;
}

section.hero[data-section-index="3"] div.formContainer div.description {
	margin-top: 16px;
	color: #00385e;
	width: auto;
}

section.hero[data-section-index="3"] div.formContainer div.second {
	float: right;
	position: relative;
	width: 48.5%;
	margin-left: 1.5%;
	font-size: 0px;
}

section.hero[data-section-index="4"] div.container {
	padding-top: 70px;
}

section.hero[data-section-index="4"] div.storyContainer {
	padding-top: 32px;
	font-size: 0px;
}

section.hero[data-section-index="4"] h1 {
	font-size:60px;
	font-weight:300;
	text-transform:uppercase;
	line-height:64px;
	margin:0;
	color: #00385e;
}

section.hero[data-section-index="4"] h1 strong {
	font-style: normal;
	font-weight:900;
}

section.hero[data-section-index="4"] h1 i.torch {
	top: 4px;
	height: 61px;
	width: 23px;
	margin-right: 18px;
}

div.story {
	display: inline-block;
	width: 460px;
	margin-right: 20px;
	margin-top: 42px;
}

div.story.right {
	margin-right: 0px;
}

div.story .banner {
	height: 160px;
	border-radius: 5px 5px 0px 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

div.story .preview {
	height: 270px;
	padding: 28px;
	border-width: 0px 2px 0px 2px;
	border-style: solid;
	border-color: #eeeeee;
}

div.story .preview .title {
	font-weight: 900;
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
	color: #00385e;
}

div.story .preview .date {
	font-family: Baskerville;
	font-size: 20px;
	line-height: 30px;
	font-style: italic;
	color: #bababa;
}

div.story .preview .excerpt {
	position: relative;
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	height: 136px;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.story .preview .excerpt .ell {
	display: none;
	position: absolute;
	bottom: 0px;
	right: 0;
	padding-bottom: 4px;
	padding-right: 16px;
	background: #fff;
	text-align: left;
	font-size: 16px;
	line-height: 26px;
}

div.story .preview .social {
	margin-top: 12px;
}

div.story .buttonContainer button {
	width: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

section.hero[data-section-index="4"] div.moreContainer {
	padding: 46px 0px; 78px 0px;
}

section.hero[data-section-index="5"] div.previewContainer {
	padding: 32px 0px;
}
	
#blue-bar {
	padding:20px 0px 15px 0px;
	margin:0 auto;
	text-align:center;
	background:#00385e;
	color:#fff;
	position:fixed;
	bottom:0;
	width:100%;
	margin:0 auto;
}

section.hero {
	position: relative;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:22px;
	line-height:36px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin: 0;
	padding: 0;
	color: #00385e;
	text-align:center;
}

section.hero[data-section-index="1"] {
	background-color: #fff;
	background-image:url(/images/simpson.jpg);
	background-position:center top;
	background-size:cover;
	background-attachment:fixed;
}
section.hero[data-section-index="2"] {
	background-color: #fff;
	background-image:url(/images/simpson2.jpg);
	background-position:left bottom;
	background-size:auto;
	background-attachment:scroll;
}
section.hero[data-section-index="3"] {
	background-color: #052338;
	background-image:url(/images/simpson3.jpg);
	background-position:right top;
	background-size:auto;
	background-attachment:scroll;
}
section.hero[data-section-index="4"] {
	background-color: #fff;
}

/***innerpage***/

#pageHero{
	border-top: 6px solid #052338;
	padding: 48px 92px;
	height: 154px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url('/images/pagehero.jpg');
	background-color: #052338;
	background-size: contain;
	text-align: left;
}

#pageHero div.buttonContainer {
	margin-top: 16px;
}

#pageHero h1 {
	margin: 0;
	text-transform: uppercase;
	font-size: 80px;
	font-weight: 300;
	line-height: 90px;
	color: #fff;
	letter-spacing: -6px;
}

#pageHero h1 strong {
	font-weight: 900;
}

#pageHero h1.torch {
	padding-left: 42px;
	background-position: 0% 12px;
	background-size: 26px 72px;
}

#pageContents div.container {
	text-align: left;
	padding: 72px;
}

#pageContents div.attachmentContainer {
	text-align: center;
}

#pageContents div.attachmentContainer img {
	max-width: 100%;
	height: auto;
}

#pageContents div.articleHeader{
	margin-top: 48px;
	text-align: center;
}

#pageContents div.articleHeader h1{
	font-size: 60px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	line-height: 64px;
	margin: 0px;
	color: #00385e;
}

#pageContents div.articleHeader .date{
	font-family: Baskerville;
	font-size: 20px;
	line-height: 30px;
	font-style: italic;
	color: #bababa;
}

#pageContents div.articleHeader .social{
	margin: 14px auto;
}

#pageContents article {
	font-size: 17px;
	line-height: 28px;
}

#pageContents article h1 {
	margin: 0px;
	font-size: 40px;
	font-weight: 900;
	line-height: 42px;
	text-transform: uppercase;
}

div.navContainer {
	height: 100px;
	padding: 21px 0px;
}

#topnav.static {
	position: static;
}

#topnav.fixed {
	position: fixed;
	top: 0px;
	z-index: 1199;
	width: 100%;
	border-bottom: 5px solid #052338;
	background: #fff;
}

div.navContainer.bottom {
	border-top: 5px solid #eeeeee;
}

div.navContainer .main-menu {
	display: inline-block;
	vertical-align: top;
	margin: 40px 12px 40px 12px;
	font-size: 16px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	line-height: 20px;
	text-transform: uppercase;
	color: #00385e;
}

div.navContainer ul.menu {
	list-style: none;
	margin: 0px 10px;
	padding: 0px;
}

div.navContainer ul.menu li {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin: auto 4px;
	padding: 0px 12px;
	font-size: 16px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	line-height: 20px;
	text-transform: uppercase;
	color: #00385e;
}

div.navContainer .main-menu:first-child > ul.menu > li:first-child {
	padding: 0px 12px 0px 0px;
}

div.navContainer .main-menu:last-child > ul.menu > li:last-child {
	padding: 0px 0px 0px 12px;
}

.menu-item-has-children {
	background-image: url('/images/nav-drop.png');
	background-repeat: no-repeat;
	background-position: right 10px;
	background-size: 10px 5px;
}

div.navContainer ul.sub-menu {
	display:none;
	position: absolute;
	float: left;
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 24px 0px 0px 0px;
	color: #00385e;
}

div.navContainer ul.sub-menu li {
	display: block;
	min-width: 200px;
	padding: 8px 16px;
	margin: 0px;
	background: #fff;
	background: rgba(255,255,255,.95);
}

div.navContainer ul.sub-menu li:hover {
	background: #eeeeee;
}

div.navContainer .logo {
	border: 0px;
	margin: 0px 12px 0px 12px;
}

.issue-page-image {
margin: 0px 16px 0px 16px; float: left; display: inline-block; width: 300px; height: 300px; background-position: 70% 20%; background-repeat: no-repeat; background-size: cover; margin: 0px 16px 0px 16px;
}

#issuesContainer {
	position: relative;
	left: 0px;
	height: 400px;
	width: 100%;
	overflow-x: hidden;
	margin-top: 104px;
}
#issues-bannersContainer {
	position: absolute;
	text-align: left;
	height: 400px;
}
 #issues-bannersContainer .issue, .issues-page .issue.left {
     float: left;
 }
 #issues-bannersContainer .issue, .issues-page .issue.right {
     float: right;
 }
 #issues-bannersContainer .issue, .issues-page .issue {
	height: 470px;
	width: 48%;
	margin-bottom: 50px;
	border-radius: 5px;
    background-color: #052338;
    position: relative;
    overflow: hidden;
}

 #issues-bannersContainer .issue, .issues-page .issue .issue-image {
     width: 100%;
     display: block;
     height: 210px;
     overflow: hidden;
     background-position: top center;
     background-repeat: no-repeat;
     background-size: 100% auto;
 }

 #issues-bannersContainer .issue, .issues-page .issue .issue-fade {
     position: absolute;
     top: 100px;
     background: url(imgs/blue-overlay.png) top center repeat-x;
     width: 100%;
     height: 112px;
     display: block;
 }

 #issues-bannersContainer .issue, .issues-page .issue .issue-inner {
     width: 100%;
     position: absolute;
     bottom: 0px;
     display: block;
     margin: 0;
     padding: 20px;
    box-sizing: border-box;
     -moz-box-sizing: border-box;
 }

#issues-bannersContainer .issue .overlay .contents, .issues-page .issue .overlay .contents {
	position: absolute;
	top: 82px;
	right: 24px;
	width: 362px;
	overflow: visible;
	text-align: left;
}

#issues-bannersContainer .issue h1, .issues-page .issue h1 {
	font-size:48px;
	font-weight:900;
	text-transform:uppercase;
	line-height:52px;
	text-align: center;
	min-width: 100%;
	float: none;
    width: 100%;
	margin:0;
	color: #fff;
}

#issues-bannersContainer .issue .description, .issues-page .issue .description {
	margin: 12px 15px 12px 15px;
	min-height: 80px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	line-height: 26px;
	color: #fff;
	clear: both;
}

#issues-bannersContainer .issue .buttonContainer, .issues-page .issue .buttonContainer {
	margin: 16px 0px 16px 0px;
	text-align: center;
}

#issues-tabsContainer {
	width: 940px;
	height: 76px;
	margin: 12px auto 12px auto;
	font-size: 0px;
	margin-bottom: 104px;
}

.issue-link-title {
	width: 84px;
	text-align:center;
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 20px;
	padding: 18px;
	color: #b7b7b7;
}
.issue-link-title a {
	color: #b7b7b7;
}
.issue-link-title a:hover {
	color: #bababa;
}
.issue-link-title:first-child {
	padding-left:0px;
}
.issue-link-title:last-child {
	padding-right:0px;
}
.issue-link-title.selected a {
	color: #b51218;
}

footer {
	border-top: 5px solid #052338;
	background: #00385e;
	padding: 34px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #b7b7b7;
}

footer div.socialContainer {
	margin-bottom: 28px;
}

footer div.socialContainer i.icon {
	display: inline-block;
	margin: 0px 16px;
	width: 44px;
	height: 44px;
	background-position: center center;
	background-repeat: no-repeat;
}

footer div.copy {
	margin-top: 6px;
	padding: 28px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}

.navigation {
	display: block;
	width: 100%;
	height: 30px;
	margin-top: 40px !important;
	font-weight: 900;
    	font-size: 28px;
    	line-height: 28px;
    	text-transform: uppercase;
    	color: #00385e;
}

.navigation a:hover {
	text-decoration: underline;
}

.navigation .nav-previous {
	float: left;
}
.navigation .nav-next {
	float: right;
}

#newswrapper {
	margin: 24px auto 48px auto;
}

.mobile {
	display: none;
}

#issueslist {
}
#issueslist .item {
	padding: 48px 0px;
	border-bottom: 2px solid #bebebe;
}
#issueslist .item:last-child {
	border-bottom: 0px solid #bebebe;
}
#issueslist .item .thumb {
	float: left;
	display: inline-block;
	width: 300px;
	height: 300px;
	background-position: 70% 20%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 16px 0px 16px;
}
#issueslist .item .contents {
	margin-left: 348px;
}
#issueslist .item .contents .title {
	font-size: 44px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 37px;
}
#issueslist .item .contents .text {
	margin-top: 24px;
	font-size: 18px;
	line-height: 26px;
}
#tagline {
	text-align: center;
	font-size: 91px;
	line-height: 109px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #fff;
}

#tagline strong {
	font-weight: 900px;
}

#tagline em {
	font-weight: bold;
	font-style: italic;
	font-family: Baskerville;
	color: #b41219;
}
#timelineContainer {
	width: 696px;
	margin: 84px auto 0px auto;
}
#timeline {
	margin-left: 8px;
	border-left: 10px solid #00385e;
}
#timeline .wrapper {
	position: relative;
	left: -23.5px;
}
#timeline .item {
	margin: 0px 0px 18px 0px; 
}
#timeline .item:before {
	float: left;
	display: inline-block;
	content: '\2022';
	text-align: left;
	font-size: 24px;
	line-height: 7px;
	color: #fff;
	height: 11px;
	width: 11px;
	padding: 7px 8px 7px 6px;
	background: #00385e;
	border-width: 6px;
	border-style: solid;
	border-color: #052337;
	border-radius: 18.5px;
}
#timeline .item .contents {
	position: relative;
	top: -20px;
}
#timeline .item .contents:before {
	margin-top: 20px;
	float: left;
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	border-top: 16px solid transparent;
	border-right: 38px solid #00385e;
	border-bottom: 16px solid transparent;
}
#timeline .item .box {
	margin-left: 75px;
	padding: 14px 18px;
	min-height: 52px;
	background: #00385e;
	border-radius: 5px;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
}
#timeline .item.media:before {
	color: #b41219;
}
#timeline .item.media .contents:before {
	border-right: 38px solid #ffffff;
}
#timeline .item.media .box {
	background: #ffffff;
	color: #052337;
}
#timeline .item.media .box img {
	width: 100%;
	height: auto;
}
#timeline .item.even .contents:before {
	border-right: 38px solid #b41219;
}
#timeline .item.even .box {
	background: #b41219;
}

@media screen and (max-width: 1024px) { 
body { background-size:140%; background-attachment:scroll; background-position:center top; min-width: 768px; width: 100%; }
* { max-width: 100% !important; }

.container {
	max-width: 748px;
	padding:0 10px;
	margin: 0 auto;
}

div.navContainer .container {
	padding: 0px;
}

div.navContainer .logo {
	width: 212px;
	height: 75px; 
	margin: 0px;
}

div.navContainer .main-menu {
	margin: 40px 0px;
}

div.navContainer ul.menu li {
	padding: 0px 12px 0px 2px;
}

div.hotlinks .button .c {
	padding: 0px 0px 0px 52px;
}

section.hero[data-section-index="2"] {
	background-color: #fff;
	background-image:url(/images/simpson2.jpg);
	background-position:-48px bottom;
	background-size:contain;
	background-attachment:scroll;
}

section.hero[data-section-index="2"] div.container {
  width: auto;
  margin: auto;
  padding: 64px 0px 64px 82px;
}

section.hero[data-section-index="2"] div.top10 {
	float: none;
	display: inline-block;
	background-size: 71px 55px;
	height: 187px;
	font-size: 230px;
	font-weight: 300;
	line-height: 187px;
	letter-spacing: -34px;
	padding-left: 37px;
}

section.hero[data-section-index="2"] div.headertext {
	display: inline-block;
	margin-left: 42px;
	padding-top: 2px;
	padding-bottom: 8px;
}

section.hero[data-section-index="2"] h1 {
  font-size: 111px;
  line-height: 101px;
}

section.hero[data-section-index="2"] h2 {
	font-size: 46px;
	line-height: 52px;
}

section.hero[data-section-index="2"] h3 {
	font-size:29px;
	line-height:34px;
}

section.hero[data-section-index="2"] div.dates {
	display: inline-block;
	height: 61px;
	font-size: 54px;
	line-height: 37px;
	margin: 24px auto 0px auto;
	width: 560px;
}

section.hero[data-section-index="2"] div.dates i.torch {
	top: 5px;
	height: 46px;
	width: 17px;
	margin: 0px 46px;
}

section.hero[data-section-index="2"] div.buttonContainer {
	margin-top: 20px;
}

section.hero[data-section-index="2"] div.footnote {
	margin: 64px 0px 0px 0px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 16px;
}

section.hero[data-section-index="3"] {
	background-position:center top;
	background-size:auto;
	background-attachment:scroll;
}

section.hero[data-section-index="3"] div.container {
  padding: 176px 0px 0px 24px;
}

section.hero[data-section-index="3"] div.formContainer {
	margin: 142px auto 0px auto;
	padding: 40px 24px 24px 24px;
	background: #fff;
	max-width: 768px;
	min-height: 400px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-align: left;
	font-family: 'Lato', sans-serif;
	color: #00385e;
}

section.hero[data-section-index="3"] div.formContainer div.first {
	float: left;
	width: 49%;
	margin: 42px 1% 0px 0px;
	font-size: 16px;
	line-height: 26px;
}

section.hero[data-section-index="3"] div.formContainer div.description {
	margin-top: 16px;
	color: #00385e;
	width: auto;
}

section.hero[data-section-index="3"] div.formContainer div.second {
	float: right;
	position: relative;
	width: 49%;
	margin-left: 1%;
	font-size: 0px;
}

.volunteer-form, .contact-form {
	width: 350px;
}

.formitem input {
	width: 174px;
}

.formitem.full input {
	width: 350px;
}

.formitem.city input {
	width: 157px;
}

.formitem.state input {
	width: 76px;
}

.formitem.zip input {
	width: 113px;
}

.formcheck label {
	font-size: 15px;
	line-height: 18px;
}

.formcheck input[type="text"] {
  width: 300px;
}

div.story {
	margin-right: 0px;
}

#issues-bannersContainer {
	max-width: none !important;
}

#issues-bannersContainer .issue {
	width: 768px;
}

#issueslist .item {
	padding: 36px 0px;
	border-bottom: 2px solid #bebebe;
}
#issueslist .item:last-child {
	border-bottom: 0px solid #bebebe;
}
#issueslist .item .thumb {
	width: 200px;
	height: 200px;
	margin: 0px 12px 0px 12px;
}
#issueslist .item .contents {
	margin-left: 236px;
}
#tagline {
	font-size: 72px;
	line-height: 80px;
}
    #issues-bannersContainer .issue, .issues-page .issue.left,  #issues-bannersContainer .issue, .issues-page .issue.right {
        float: none;
        width: 100%;
        max-width: 450px !important;
        margin: 0 auto;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 539px) { 
body { background-size:140%; background-attachment:scroll; background-position:center top; min-width: 320px; width: 100%; }
.message {margin-bottom:60px; margin-top:190px; }
.time {	font-size:36px;}
.cd-time { font-size:18px}
#countdown { display:block;}
.mobile { display: block; }

.container {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

section.hero[data-section-index="3"], section.hero[data-section-index="4"], section.hero[data-section-index="5"], #issuesContainer, #issues-tabsContainer, .navContainer {
	display:none;
}

#navheader {
	background: #00385e;
}

#navheader .button {
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 20px;
	padding-left: 44px;
	margin: 8px auto;
	color: #fff;
	background-image: url('/images/mobile_menu_btn.png');
	background-position: 0px center;
	background-repeat: no-repeat;
	background-size: contain;
}

#mobilenav .nav-container {
	display: none;
	position: absolute;
	width: 100%;
	top: 36px;
	z-index: 1300;
	background-color: #fff;
	border-bottom: 5px solid #052338;
	
}

#mobilenav .nav-container ul {
	list-style: none;
}

#mobilenav .nav-container li {
	margin: 8px 0px;
}

#mobilelogo {
	width: 100%;
	height: 148px;
	border-bottom: 5px solid #052338;
	background-color: #fff;
	background-position: center center;
	background-image: url('/images/simpson-logo.png');
	background-repeat: no-repeat;
	background-size: 50%;
}

#homeHero img {
	width: 100%;
	height: auto;
}

section.hero[data-section-index="1"] {
	background-color: #fff;
	background-image: none;
}
section.hero[data-section-index="2"] {
	background-color: #fff;
	background-image:url(/images/simpson2.jpg);
	background-position:left bottom;
	background-size:contain;
	background-attachment:scroll;
}

#form .email, #form .zip {
	width: 300px;
	height:66px;
	background: #f4f4f4;
	color:#00385e;
	font-size:26px;
	text-indent:15px;
	padding:0;
	margin: 0;
	border:0;
	float:left;
	-webkit-appearance: none;
	font-family: 'Lato', sans-serif;
}

#form .email {
	border-bottom:2px solid rgba(0,0,0,.05);
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#form .zip {
	-webkit-border-radius:0px;
	border-radius: 0px;
}

.submit {
	width:300px;
	font-family: 'Lato', sans-serif;
	height:46px;
	background:#b51218;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	font-weight:900;
	letter-spacing: 0.05em;
	font-size:20px;
	border:0;
	float:left;
	outline:0;
	padding:0;
	-webkit-appearance: none;
  	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	text-decoration:none;
	margin:0px;
}

.formcheck input[type="text"] {
	width: 250px;
}

#submit-wrapper {
	width:300px;
	height:49px;
	-webkit-appearance: none;
}

#submit-wrapper input[type="submit"] {
	border-radius: 0px 0px 5px 5px;
}

#logo {
	margin:0 auto;
}

#content {
	width:300px;
	float:left;
	margin:60px auto 38px auto;
}

div.story {
	margin-right: 0px;
}

div.story.right {
	margin-right: 0px;
}

div.story .social {
	display: none;
}

/***homepage***/
section.hero[data-section-index="1"] h1 {
	font-size:75px;
	font-weight:300;
	text-transform:uppercase;
	line-height:65px;
	margin:0;
	text-align:left;
}
section.hero[data-section-index="1"] h1 img {
	height: 52px;
	width: 59px;
}

section.hero[data-section-index="1"] h2 {
	font-size:74px;
	font-weight:900;
	text-transform:uppercase;
	line-height:68px;
	margin:0;
	text-align:left;
}

div.hotlinks.nomobile {
	display: none !important;
}

div.hotlinks {
	margin: 5px 0px;
	background: none;
	height: auto;
}

div.hotlinks .button {
	display: block;
	width: 100%;
	background: #00385e;
	height: 80px;
}

div.hotlinks .button .wrapper {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: inherit;
}

section.hero[data-section-index="2"] div.container {
	width: 320px;
	margin: auto;
	padding: 42px 0px;
}

section.hero[data-section-index="2"] div.top10 {
	background-image: url('/images/top10.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 32px 25px;
	float: none;
	display: inline-block;
	height: 86px;
	font-size: 105px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 86px;
	letter-spacing: -15.5px;
	padding-left: 7px;
	font-style: italic;
	color: #b51218;
	vertical-align: top;
}

section.hero[data-section-index="2"] div.headertext {
	display: inline-block;
	margin-left: 18px;
	padding-top: 2px;
	padding-bottom: 8px;
}

section.hero[data-section-index="2"] h1 {
	font-size:60px;
	font-weight:900;
	text-transform:uppercase;
	line-height:40px;
	margin:0;
	text-align:left;
}

section.hero[data-section-index="2"] h2 {
	font-size:26px;
	font-weight:900;
	text-transform:uppercase;
	line-height:38px;
	margin:0;
	text-align:left;
}

section.hero[data-section-index="2"] h3 {
	font-size:16px;
	font-weight:300;
	text-transform:none;
	line-height:10px;
	margin:0;
	text-align:left;
}

section.hero[data-section-index="2"] div.dates {
	height: 72px;
	font-size: 30px;
	text-align: center;
	line-height: 20px;
	margin: 14px auto;
	width: 100%;
}

section.hero[data-section-index="2"] div.dates i.torch {
	top: 3px;
	height: 26px;
	width: 9px;
	margin: 0px 24px;
}

section.hero[data-section-index="2"] div.buttonContainer {
	margin-top: 24px;
	padding-left: 104px;
}

section.hero[data-section-index="2"] div.buttonContainer button {
	width: 120px;
	padding: 10px;
	text-align: center;
}

section.hero[data-section-index="2"] div.footnote {
	margin: 64px 0px 0px 0px;
}

#pageHero{
	border-top: none;
	padding: 48px 0px 0px 0px;
	height: auto;
	background: none;
	text-align: left;
}

#pageHero div.buttonContainer {
	display: none;
}

#pageHero h1 {
	margin: 0;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 300;
	line-height: 54px;
	color: #00385e;
	letter-spacing: -2px;
}

#pageHero h1 strong {
	font-weight: 900;
}

#pageHero h1.torch {
	padding: 0px;
	background: none;
}

#pageContents div.container {
	width:300px;
	margin: 48px auto;
	padding: 10px;
}

.formitem input, .formitem.city input, .formitem.state input, .formitem.zip input {
	width: 300px;
}

footer {
	margin-top: 64px;
	padding: 34px 0px;
}

#issueslist .item .thumb {
	display: none;
}
#issueslist .item .contents {
	margin-left: 0px;
}

#issues-bannersContainer .issue h1, .issues-page .issue h1 {
    font-size: 32px;
}

.issue-page-image {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

#tagline {
	font-size: 72px;
	line-height: 80px;
}

#timelineContainer {
	width: 300px;
	margin: 32px auto auto auto;
}

#timeline .item .contents:before {
	border-top: 16px solid transparent;
	border-right: 18px solid #00385e;
	border-bottom: 16px solid transparent;
}
#timeline .item.media .contents:before {
	border-right: 18px solid #ffffff;
}
#timeline .item.even .contents:before {
	border-right: 18px solid #b41219;
}
#timeline .item .box {
	margin-left: 55px;
	padding: 9px 8px;
	font-size: 14px;
}

}
