/*
Theme Name: FEAR
Author: Foresite Group
Author URI: http://foresitegrp.com
Description: Wordpress theme developed specifically for Nicolet FEAR.
Version: 1.0
*/

@font-face {
  font-family: 'Eurostile';
  src: url('fonts/eurosti.eot');
  src: url('fonts/eurosti.eot?#iefix') format('embedded-opentype'),
       url('fonts/eurosti.woff2') format('woff2'),
       url('fonts/eurosti.woff') format('woff'),
       url('fonts/eurosti.ttf') format('truetype'),
       url('fonts/eurosti.svg#eurostileregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'EurostileBold';
  src: url('fonts/eurostib.eot');
  src: url('fonts/eurostib.eot?#iefix') format('embedded-opentype'),
       url('fonts/eurostib.woff2') format('woff2'),
       url('fonts/eurostib.woff') format('woff'),
       url('fonts/eurostib.ttf') format('truetype'),
       url('fonts/eurostib.svg#eurostilebold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Impact';
  src: url('fonts/impact.eot');
  src: url('fonts/impact.eot?#iefix') format('embedded-opentype'),
       url('fonts/impact.woff2') format('woff2'),
       url('fonts/impact.woff') format('woff'),
       url('fonts/impact.ttf') format('truetype'),
       url('fonts/impact.svg#Impact') format('svg');
  font-weight: normal;
  font-style: normal;
}

STRONG, B {
  letter-spacing: 1px;
}

BODY {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  color: #434748;
  font-family: 'Eurostile', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3em;
}

P {
  margin: 0 0 1em 0;
}

H1 {
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
  font-size: 53px;
  line-height: 1em;
  margin: 0;
}

H3 {
  font-family: Impact, Charcoal, sans-serif;
  font-size: 60px;
  line-height: 1.1em;
  font-weight: normal;
  margin: 0;
}

H4 {
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.1em;
  margin: 0 0 0.5em 0;
  display: inline;
}

H5 {
  font-family: Impact, Charcoal, sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: normal;
  margin: 0;
  text-align: center;
}

A:link, A:visited {
  color: #0A7B85;
  text-decoration: none;
}

A:hover, A:active {
  color: #434748;
  text-decoration: none;
}

HR {
  border: none 0;
  border-top: 1px solid #CCCCCC; /* the border */
  height: 1px; /* whatever the total width of the border-top and border-bottom equal */
}

INPUT[type="text"],
INPUT[type="email"],
TEXTAREA {
  color: #434748;
  font-family: 'Eurostile', Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0.75em 1em;
  border: 1px solid #ACACAC;
  border-radius: 3px;
  -webkit-appearance: none;
  outline: 0;
  -webkit-transition: border-color ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}

INPUT[type="text"]:focus,
INPUT[type="email"]:focus {
  border-color: #0A7B85;
}

TEXTAREA {
  padding: 0.75em;
  height: 10em;
}

INPUT::-webkit-input-placeholder { color: #434748; }
INPUT:-moz-placeholder { color: #434748; } /* FF 4-18 */
INPUT::-moz-placeholder { color: #434748; } /* FF 19+ */
INPUT:-ms-input-placeholder { color: #434748; } /* IE 10+ */

INPUT:focus::-webkit-input-placeholder { color: transparent; }
INPUT:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
INPUT:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
INPUT:focus:-ms-input-placeholder { color: transparent; } /* IE 10+ */
TEXTAREA:focus::-webkit-input-placeholder { color: transparent; }
TEXTAREA:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
TEXTAREA:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
TEXTAREA:focus:-ms-input-placeholder { color: transparent; } /* IE 10+ */

INPUT[type="submit"] {
  color: #FFFFFF;
  background: #0A7B85;
  border: 1px solid #0A7B85;
  border-radius: 3px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Eurostile', Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0.5em 1.2em;
  -webkit-transition: background 0.2s, border 0.2s, color 0.2s;
  -moz-transition: background 0.2s, border 0.2s, color 0.2s;
  transition: background 0.2s, border 0.2s, color 0.2s;
  -webkit-appearance: none;
  position: relative;
  top: 1px;
}

INPUT[type="submit"]:hover {
  background: #00565D;
  border: 1px solid #00565D;
}

INPUT[type="submit"].roundgreen,
A.roundgreen:link, A.roundgreen:visited {
  color: #FFFFFF;
  background: #0A7B85;
  text-transform: uppercase;
  font-size: 25px !important;
  line-height: 1em;
  width: 344px;
  text-align: center;
  padding: 0.6em 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 30px/50%;
  -moz-border-radius: 30px/50%;
  border-radius: 30px/50%;
  display: table;
  margin: 0 auto;
}

INPUT[type="submit"]:hover.roundgreen,
A.roundgreen:hover, A.roundgreen:active {
  background: #00565D;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.rg-left { float: left; }
.rg-right { float: right; }

.site-width {
	width: 1000px;
	margin: 0 auto;
}

.site-width:after,
.cf:after,
#twitter-feed .tweet:before {
  content: "";
  display: table;
  clear: both;
}

.mt {
  margin-top: 35px;
}

.mb {
  margin-bottom: 35px;
}

.vert-cent {
  position: absolute; /* Vertical centering */
  top: 50%; /* Vertical centering */
  transform: translateY(-50%); /* Vertical centering */
}

.responsive-video,
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.responsive-video {
  margin-bottom: 1.5em;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topbar-space {
  height: 100px;
}

.topbar {
	background: url(images/topbar-background.jpg) top center repeat-y;
  position: fixed;
  z-index: 1100;
  width: 100%;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(2,36,39,0.5);
  -moz-box-shadow: 0px 1px 8px 0px rgba(2,36,39,0.5);
  box-shadow: 0px 1px 8px 0px rgba(2,36,39,0.5);
}

#logo {
	float: left;
	margin-top: 14px;
}

#main-menu-wrap {
	float: left;
	margin-left: 36px;
	height: 100px;
	background: #0A7B85;
}

#menu-toggle,
#show-menu {
  display: none;
}

#show-menu:checked + .menu-main-menu-container {
  display: block;
}

#menu-main-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu-main-menu > LI {
	float: left;
	line-height: 100px;
	padding-left: 25px;
	position: relative;
}

#menu-main-menu LI.donate {
	padding-left: 20px;
}

#menu-main-menu LI A:link,
#menu-main-menu LI A:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#menu-main-menu LI A:hover,
#menu-main-menu LI A:active {
	color: #013C41;
}

#menu-main-menu LI.donate A:link,
#menu-main-menu LI.donate A:visited {
	background: #00565D;
	padding: 0.5em 0.9em;
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

#menu-main-menu LI.donate A:hover,
#menu-main-menu LI.donate A:active {
	background: #013C40;
	color: #FFFFFF;
}

#menu-main-menu LI UL {
	display: none;
}

#menu-main-menu LI:hover UL {
	display: block;
	margin: 0;
	padding: 0.5em 0;
	list-style-type: none;
	position: absolute;
	top: 100px;
  left: 0;
  z-index: 100000;
  background: #013C40;
}

#menu-main-menu LI UL LI {
	line-height: 1em;
}

#menu-main-menu LI UL LI A:link,
#menu-main-menu LI UL LI A:visited {
	display: block;
	white-space: nowrap;
	padding: 0.5em 30px;
}

#menu-main-menu LI UL LI A:hover,
#menu-main-menu LI UL LI A:active {
	color: #0A7B85;
}

A.tp-caption:link, A.tp-caption:visited {
  color: #0A7B85 !important;
}

A.tp-caption:hover, A.tp-caption:active,
.tp-caption .fa-icon-caret-down {
  color: #FFFFFF !important;
}

.subheader {
  background: url(images/subheader.jpg) top center no-repeat;
  height: 188px;
  text-align: center;
  color: #FFFFFF;
  font-size: 26px;
  line-height: 1em;
  margin-bottom: 50px;
  position: relative; /* Vertical centering */
}

.subheader .site-width DIV {
  position: absolute; /* Vertical centering */
  top: 50%; /* Vertical centering */
  left: 50%; /* Horizontal centering */
  transform: translate(-50%, -50%); /* Vertical and horizontal centering */
  white-space: nowrap;
}

.subheader .site-width DIV DIV {
  position: static;
  top: auto;
  left: auto;
  transform: none;
}

.subheader-below {
  position: relative;
  top: -85px;
  text-align: center;
  padding: 2.8em 0;
  /*margin-bottom: -85px;*/
}

.subheader-below P:last-child {
  margin: 0;
}

.subheader-below A:link, .subheader-below A:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1.5px;
}

.subheader-below A:hover, .subheader-below A:active {
  color: #0A7B85;
}

.subheader H2,
.greenband H2,
.darkgreenband H2 {
  margin: 0;
  font-size: 82px;
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1em;
}

.subheader H3,
.greenband H3,
.darkgreenband H3 {
  margin: 0;
  font-size: 60px;
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1em;
}

.grayband {
  background: #EBEBEB;
  color: #0066B3;
}

.greenband {
  background: #007A85;
  color: #FFFFFF;
}

.darkgreenband {
  background: #003D42;
  color: #FFFFFF;
}

.greentext {
  color: #007A85;
}

.platinumtext { color: #555555; }
.goldtext { color: #D5B576; }
.silvertext { color: #B7B7B7; }
.bronzetext { color: #9E7A33; }

.bandtext {
  text-align: center;
  padding: 2.8em 0;
  margin-bottom: 4em;
}

.bandhead {
  text-align: center;
  padding: 1.7em 0;
}

.bt {
  border-top: 1px solid #CCCCCC;
}

.bb {
  border-bottom: 1px solid #CCCCCC;
}

.countdown-wrap {
  position: relative; /* Vertical centering */
  padding: 1em 0;
}

.countdown-details {
  float: left;
  width: 37.5%;
  text-align: right;
  font-size: 32px;
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 0.9em;
  position: absolute; /* Vertical centering */
  top: 50%; /* Vertical centering */
  transform: translateY(-50%); /* Vertical centering */
}

.countdown-details .cd-date {
  font-size: 18px;
  color: #004349;
  padding-bottom: 0.3em;
}

.pbc-cover {
  float: right;
  width: 60%;
  border-left: 1px solid #00565D;
}

.pbc-unit-content {
  font-weight: bold;
}

.pbc-hours:after,
.pbc-minutes:after,
.pbc-seconds:after {
  content: ":";
  color: #00565D;
  font-size: 84px;
  font-weight: bold;
  position: absolute;
  top: 21px;
  left: -13px;
}

.pbc-seconds {
  margin-right: 0 !important;
}

.pbc-label {
  text-transform: capitalize;
}

.home-content {
  background: url(images/fear-background.png) top center no-repeat;
  margin: 5px 0;
  padding: 80px 0;
  font-size: 22px;
  line-height: 1.5em;
}

.home-content IMG {
  max-width: 100%;
  height: auto;
}

.home-content H1 {
  margin-bottom: 0.1em;
}

.home-content A {
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
}

.one-fourth {
  float: left;
  width: 22%;
  margin-right: 4%;
}

.one-half {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.one-third {
  float: left;
  width: 30%;
  margin-right: 5%;
}

.two-third {
  float: left;
  width: 65%;
  margin-right: 5%;
}

.one-fourth.last,
.one-half.last,
.one-third.last,
.two-third.last {
  margin-right: 0;
}

.centered-half {
  width: 55%;
  margin: 0 auto;
}

.centered-third {
  width: 35%;
  margin: 0 auto;
}

.aleft { text-align: left; }
.aright { text-align: right; }
.acenter { text-align: center; }

.one-fourth IMG,
.one-half IMG,
.one-third IMG,
.two-third IMG {
  max-width: 100%;
  height: auto;
}

.side-header {
  font-family: Impact, Charcoal, sans-serif;
  font-size: 107px;
  line-height: 1em;
  color: #003D42;
}

.hexagon {
  width: calc(1.1em * 0.57735);
  height: 1.1em;
  line-height: 1.1em;
  background: #434748;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  position: relative;
  margin: 0 0.3em;
}

.hexagon:before {
  position: absolute;
  top: 0;
  right: 0;
  background-color: inherit;
  height: inherit;
  width: inherit;
  content: '';
  transform: rotateZ(60deg);
}

.hexagon:after {
  position: absolute;
  top: 0;
  right: 0;
  background-color: inherit;
  height: inherit;
  width: inherit;
  content: '';
  transform: rotateZ(-60deg);
}

.hexagon .fa {
  font-size: 75%;
  position: relative;
  z-index: 3;
}

.hexagon.twitter { background: #2CAAE0; }
.hexagon.instagram { background: #517EA3; }
.hexagon.facebook { background: #3B5B9B; }
.hexagon.youtube { background: #E04E42; }

A:hover .hexagon.twitter,
A:hover .hexagon.instagram,
A:hover .hexagon.facebook,
A:hover .hexagon.youtube {
  background: #0A7B85;
}

.home-social,
.home-events-blog {
  padding: 58px 0;
}

.home-head {
  font-family: Impact, Charcoal, sans-serif;
  font-size: 45px;
  line-height: 1em;
  margin: 0 0 0.3em 0;
}

#twitter-feed-head {
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 0.4em 0 0;
}

#twitter-feed {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.3em;
}

#twitter-feed UL {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#twitter-feed UL LI {
  border-bottom: 1px solid #CCCCCC;
  padding: 1.15em 0;
}

#twitter-feed UL LI P {
  margin: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

#twitter-feed .user IMG,
#twitter-feed .user A span[data-scribe="element:name"]/*,
#twitter-feed UL LI P A SPAN:first-child,
#twitter-feed UL LI P A SPAN:nth-child(3)*/ {
  display: none;
}

#twitter-feed .user {
  float: left;
  font-weight: bold;
}

#twitter-feed .timePosted {
  float: right;
  font-weight: bold;
  font-size: 80%;
}

#twitter-feed .tweet {
  padding-top: 1.6em;
}

.soc-foot {
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
  font-size: 22px;
  padding: 0.8em 0 0;
}

.soc-foot A:link,
.soc-foot A:visited {
  color: #434748;
}

.soc-foot A:hover,
.soc-foot A:active {
  color: #0A7B85;
}

#instafeed {
  margin-top: 1.2em;
}

#instafeed IMG {
  /*width: 23.5%;*/ /* 4 across */
  width: 32%;
  height: auto;
  margin: 0 2% 1% 0;
}

#instafeed A:nth-child(3n+3) IMG {
  margin-right: 0;
}

/*#instafeed A:nth-child(4n+4) IMG {
  margin-right: 0;
}*/

.home-events .widget {
  list-style-type: none;
}

.home-events .widgettitle,
.home-events .simcal-calendar-head,
.home-events .simcal-event-start-date {
  display: none;
}


.simcal-default-calendar .simcal-nav-button.simcal-prev {
  text-align: left;
}

.simcal-default-calendar .simcal-nav-button.simcal-next {
  text-align: right;
}

.simcal-icon-left:before,
.simcal-icon-right:before {
  content: 'PREV MONTH';
  font-family: 'Eurostile', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  width: auto;
}

.simcal-icon-right:before {
  content: 'NEXT MONTH';
}

.simcal-default-calendar-list .simcal-event-details P,
.simcal-default-calendar-list .simcal-event-details .simcal-event-description {
  margin: 0 !important;
}

.simcal-default-calendar-list .simcal-event-details .simcal-event-description {
  display: inline-block;
}

.simcal-default-calendar-list ul.simcal-events li.simcal-event {
  margin-bottom: 1.5em;
}

.home-events .simcal-default-calendar-list DT.simcal-day-label {
  margin: 0;
  border-bottom: 0 !important;
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
  font-size: 35px;
  line-height: 1em;
  text-transform: uppercase;
}

.home-events DT.simcal-day-label > SPAN {
  background: transparent !important;
  color: #007A85 !important;
  padding: 0;
}

.home-events .simcal-default-calendar-list ul.simcal-events {
  margin: 0;
  padding: 0;
}

.home-events .simcal-default-calendar-list .simcal-event-details {
  font-size: 25px;
  line-height: 1.2em;
  text-transform: uppercase;
}

.home-events .simcal-default-calendar-list .simcal-event-details P {
  margin-bottom: 0.5em;
}

.home-events .simcal-default-calendar-list .simcal-event-details .moredetails {
  float: right;
  margin: 0 0 0 2em;
  font-size: 2em;
  font-weight: bold;
  line-height: 25px;
}

.home-events .simcal-default-calendar-list dd.simcal-day {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 1.2em;
}

.home-events-blog .soc-foot A .fa {
  color: #0A7B85;
}

.home-events-blog .fear-this {
  font-size: 15px;
  line-height: 1.2em;
}

.home-events-blog .fear-this .ft-date {
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  color: #959595;
  padding-top: 1.4em;
}

.home-events-blog .fear-this H3 {
  margin: 0;
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 1em;
  text-transform: uppercase;
}

.home-events-blog .fear-this A {
  display: block;
  margin: 0.8em 0 0.4em;
  font-weight: bold;
}

.home-events-blog .soc-foot {
  padding: 0;
}

.home-events-blog .fear-this .soc-foot A {
  margin: 1em 0 0;
}

#home-video {
  height: 495px;
  background: url(images/home-video-background.jpg) top center no-repeat;
  text-align: center;
  font-size: 250px;
  line-height: 495px;
}

#home-video A:link, #home-video A:visited {
  color: #FFFFFF;
}

#home-video A:hover, #home-video A:active {
  color: #434748;
}

#swipebox-overlay {
  background:rgba(13,13,13,0.9);
}

#swipebox-slider .slide .swipebox-video-container {
  padding: 0;
}

.gallery-columns-4,
.gallery-columns-5 {
  margin: 2em 0;
}

.gallery-columns-4 .gallery-item {
  float: left;
  width: 23%;
  margin: 0 0 2.66% 2.66%;
}

.gallery-columns-5 .gallery-item {
  float: left;
  width: 18.8%;
  margin: 0 0 1.5% 1.5%;
}

.gallery-columns-4 .gallery-item:nth-child(5n+1),
.gallery-columns-5 .gallery-item:nth-child(6n+1) {
  margin-left: 0;
}

.gallery-columns-4 .gallery-item A,
.gallery-columns-5 .gallery-item A {
  display: block;
  position: relative;
  padding-bottom: 66.5%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.gallery-columns-5 .gallery-item A {
  padding-bottom: 75%;
}

.gallery-columns-4 .gallery-item A IMG,
.gallery-columns-5 .gallery-item A IMG {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}

.home-help {
  border-top: 1px solid #EBEBEB;
  background: #F1F2F2;
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
  font-size: 56px;
  line-height: 0.8em;
  height: 122px;
  position: relative;
}

.home-help IMG {
  float: left;
  margin-right: 1em;
  position: relative;
  top: -23px;
}

.home-help .vert-cent {
  margin-left: 150px;
}

.home-gallery {
  height: 75px;
  background: url(images/home-gallery-background.jpg) top center no-repeat;
  text-align: center;
  padding-top: 465px;
}

.home-gallery A:link,
.home-gallery A:visited {
  color: #FFFFFF;
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
  font-size: 15px;
  padding: 0.6em 1.2em;
  border: 3px solid #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.home-gallery A:hover,
.home-gallery A:active {
  color: #0A7B85;
  border: 3px solid #0A7B85;
}

.signup {
  border-top: 1px solid #B7B7B7;
}

.signup .site-width {
  height: 115px;
  font-size: 16px;
  line-height: 1em;
}

.signup .site-width H2 {
  color: #252525;
  font-family: Impact, Charcoal, sans-serif;
  font-size: 40px;
  line-height: 1em;
  float: left;
  margin: 0 0.5em 0 0;
}

.signup .site-width .one-half {
  line-height: 40px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.signup .site-width .one-half.last {
  text-align: right;
  line-height: normal;
}

.signup INPUT[type="email"] {
  width: calc(90% - 130px);
}

.signup INPUT[type="submit"] {
  margin-left: 1em;
}

.footer {
  background: #000000;
  color: #A9A9A9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 91px;
}

.footer .one-half.last {
  text-align: right;
  font-size: 22px;
}

.footer .one-half.last .hexagon {
  margin: 0 0.4em;
}

.footer .one-half.last #first {
  vertical-align: middle;
  margin-left: 0.6em;
}

.blog-entry {
  padding-bottom: 3em;
  border-bottom: 1px solid #C2C2C2;
  margin-bottom: 1.5em;
}

#main .site-width:last-of-type .blog-entry,
.blog-entry-single {
  padding-bottom: 2em;
  border-bottom: 0;
  margin-bottom: 0;
}

.blog-entry .attachment-post-thumbnail {
  margin-bottom: 1em;
}

.blog-entry .blog-date {
  color: #3E6F91;
  font-size: 17px;
  padding-bottom: 1.2em;
  text-transform: uppercase;
}

.blog-entry H2 {
  margin: 0;
  padding-bottom: 0.4em;
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1em;
}

.navigation H2 {
  display: none;
}

.navigation .nav-links {
  width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #C2C2C2;
  padding: 1em 0 3em;
  text-align: center;
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.navigation .nav-links A:link,
.navigation .nav-links A:visited {
  color: #434748;
}

.navigation .nav-links A:hover,
.navigation .nav-links A:active {
  color: #0A7B85;
}

.navigation .nav-links .page-numbers {
  margin: 0 0.1em;
}

.grayband.about .site-width {
  text-align: right;
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
  font-size: 100px;
  line-height: 1em;
  padding: 0.5em 0;
}

.about-first-logo {
  position: relative;
  padding-left: 52%;
  font-weight: bold;
  text-align: right;
  font-size: 110%;
  line-height: 1.4em;
  margin: 1.5em 0 2em;
}

.about-first-logo IMG {
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-slider {
  padding: 4em 0;
}

.about-slider A.tp-caption:link,
.about-slider A.tp-caption:visited {
  color: #FFFFFF !important;
}

.about-slider A.tp-caption:hover,
.about-slider A.tp-caption:active {
  color: #0A7B85 !important;
}

/*DIV[data-alias="about-slider"] .about-link .fa {
  display: none;
}*/

/*DIV[data-alias="about-slider"] .active-revslide .about-link {
  top: auto;
}*/

.about-slider .active-revslide .about-link SPAN {
  display: none;
}

.about-slider .active-revslide .about-link .fa {
  display: block;
  font-size: 250px;
}

.wp-posts-carousel-title {
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
  font-size: 48px;
  line-height: 1em;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0.5em;
}

.wp-posts-carousel-title A {
  color: #FFFFFF;
}

.departments {
  text-align: center;
  font-size: 18px;
  line-height: 1.2em;
  padding: 1em 0;
}

.departments IMG {
  height: 200px !important;
  width: auto !important;
}

.departments H4 {
  font-size: 38px;
  line-height: 0.9em;
  display: block;
  margin-bottom: 0.5em;
}

.mentors {
  padding: 3em 0;
  color: #434748;
}

.mentors H4  {
  display: block;
  text-align: center;
  font-size: 34px;
  margin-bottom: 0;
}

.mentors .greentext {
  text-align: center;
  font-size: 17px;
  margin-bottom: 2em;
}

.teacher-mentors {
  font-size: 15px;
  line-height: 1.2em;
  margin-bottom: 4em;
}

.tm-title {
  font-weight: bold;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 0.3em;
}

.tm-name {
  font-size: 19px;
  color: #007A85;
  margin-bottom: 1em;
}

.technical-mentors {
  margin-bottom: 4em;
}

.become-sponsor {
  text-align: center;
  margin-bottom: 3.5em;
}

.become-sponsor .centered-half {
  font-size: 18px;
  line-height: 1.2em;
  padding: 0.5em 0 2.5em;
}

.sponsor-levels {
  font-size: 16px;
  line-height: 1.2em;
  padding-bottom: 4em;
}

.sponsor-levels .sl-level {
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 1em;
  text-transform: uppercase;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 16px;
}

.sponsor-levels .sl-amount {
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1em;
  padding: 18px 0;
}

.sponsor-levels .sl-featured {
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1em;
  padding-bottom: 0.3em;
}

.become-sponsor .centered-third {
  font-size: 70%;
  line-height: 1.2em;
  padding: 0.5em 0;
}

.sponsors {
  padding-bottom: 2em;
}

.sponsors .cf {
  display: flex;
}

.sponsors .cf .one-fourth {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 2em;
}

.sponsors .platinumtext,
.sponsors .goldtext,
.sponsors .silvertext,
.sponsors .bronzetext {
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #F1F2F2;
  margin: 2em 0 3em;
}

.sponsors  .cf .one-fourth IMG {
  max-width: 100% !important;
  height: auto !important;
}

.sponsor-subfooter {
  height: 232px;
  background: url(images/sponsor-subfooter.jpg) center center no-repeat;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}

.sponsor-subfooter .vert-cent {
  left: 50%; /* Horizontal centering */
  transform: translate(-50%, -50%); /* Vertical and horizontal centering */
  width: 100%;
}

.sponsor-subfooter H2 {
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
  font-size: 48px;
  line-height: 1em;
  margin: 0 0 0.8em 0;
}

.sponsor-subfooter P {
  margin: 0;
}

INPUT[type="text"].ninja-forms-field,
INPUT[type="email"].ninja-forms-field,
.ninja-forms-field {
  font-size: 18px !important;
  font-weight: bold;
  border: 1px solid #555555;
  border-radius: 9px;
  padding: 1em 1.5em;
}

.ninja-forms-field.nf-desc {
  font-size: 18px !important;
  font-weight: normal;
  border: none;
  border-radius: 0;
  padding: 0;
}

.checkbox-wrap LABEL {
  font-weight: normal !important;
}

.ninja-forms-required-items,
.ninja-forms-req-symbol {
  display: none !important;
}

.ninja-forms-field.sponsor-header.nf-desc {
  text-align: center;
  padding-bottom: 1.75em;
}

.ninja-forms-field.sponsor-header.nf-desc H4 {
  font-size: 36px;
  margin: 0 0 0.5em 0;
  display: block;
}

.fear-contact-center-list-radio-wrap {
  text-align: center;
}

.fear-contact-center-list-radio-wrap .ninja-forms-field-description {
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
  font-size: 36px;
}

.fear-sponsor-giving-list-checkbox-wrap UL,
.fear-sponsor-list-radio-wrap UL,
.fear-contact-center-list-radio-wrap UL {
  display: inline-block;
}

.fear-sponsor-giving-list-checkbox-wrap LI,
.fear-sponsor-list-radio-wrap LI,
.fear-contact-center-list-radio-wrap LI {
  float: left;
  padding-right: 20px !important;
}

.fear-sponsor-giving-list-checkbox-wrap LI:last-child,
.fear-sponsor-list-radio-wrap LI:last-child,
.fear-contact-center-list-radio-wrap LI:last-child {
  padding-right: 0 !important;
}

.fear-sponsor-list-radio-wrap LABEL,
.fear-sponsor-list-radio-wrap LI LABEL,
.fear-contact-center-list-radio-wrap LI LABEL {
  font-size: 18px;
  font-weight: bold !important;
}

.spam-wrap .ninja-forms-field-description P {
  margin: 0;
}

.spam-wrap INPUT[type="text"].ninja-forms-field {
  padding: 0.5em 0.7em;
  width: 50px;
}

.resources {
  text-align: center;
}

.resources H4 {
  font-size: 36px;
  display: block;
  margin-bottom: 1em;
}

.resource-header {
  color: #0A7B85;
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  padding-bottom: 0.5em;
}

.resource-link {
  padding-bottom: 3em;
  
  /* Careful, this breaks the word wherever it is without a hyphen */
  overflow-wrap: break-word;
  word-wrap: break-word;

  /* Adds a hyphen where the word breaks */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.resource-link A:link, .resource-link A:visited {
  color: #464646;
  font-family: 'EurostileBold', Helvetica, Arial, sans-serif;
  font-size: 42px;
  line-height: 1em;
}

.resource-link A:hover, .resource-link A:active {
  color: #0A7B85;
}

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
  max-width: 100% !important;
  height: auto !important;
}

img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
  max-width: 100% !important;
  height: auto !important;
}

img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
  max-width: 100% !important;
  height: auto !important;
}

img.alignnone {
  max-width: 100% !important;
  height: auto !important;
}

.medium {
  max-width: 40%;
  height: auto;
}

@media only screen and (min-width: 1800px) {
  #home-video,
  .home-gallery,
  .subheader,
  .sponsor-subfooter {
    background-size: cover;
  }
}

@media only screen and (max-width: 800px) {
  /* Small computer or landscape tablet */
  .site-width,
  .navigation .nav-links {
    width: 94%;
  }

  .topbar .site-width {
    width: 98%;
  }

  #main-menu-wrap {
    float: right;
    margin: 0 1% 0 0;
  }

  #menu-main-menu > LI,
  #menu-main-menu LI.donate {
    padding-left: 14px;
  }

  #menu-main-menu LI A:link,
  #menu-main-menu LI A:visited {
    font-size: 14px;
  }
  
  .subheader .site-width DIV,
  .subheader .site-width DIV DIV {
    white-space: normal;
  }

  .countdown-details {
    font-size: 24px;
  }

  .home-head {
    font-size: 38px;
  }

  .site-width IMG {
    max-width: 100%;
    height: auto;
  }

  #instafeed IMG {
    width: 49%;
  }

  #instafeed A:nth-child(3n+3) IMG {
    margin-right: 2%;
  }

  #instafeed A:nth-child(2n+2) IMG {
    margin-right: 0;
  }
  
  .signup .site-width .one-half {
    line-height: 1em;
  }

  .signup .site-width H2 {
    float: none;
    margin: 0;
  }

  .signup INPUT[type="email"] {
    width: calc(85% - 120px);
  }

  .centered-half {
    width: 75%;
  }

  .centered-third {
    width: 45%;
  }

  .side-header {
    font-size: 80px;
  }
  
  .grayband.about .site-width {
    text-align: center;
  }

  .about-first-logo IMG {
    max-width: 52%;
    height: auto;
  }
  
  .departments IMG {
    max-width: 100%;
    height: auto !important;
  }

  .departments H4 {
    font-size: 27px;
  }

  .sponsor-levels .sl-level {
    font-size: 32px;
  }
}

@media only screen and (max-width: 768px) {
  /* Tablet */
  #main-menu-wrap {
    margin: 0;
    width: 70%;
  }

  #menu-toggle {
    display: block;
    cursor: pointer;
    float: right;
    margin: 20px 5% 0 0;
    color: #FFFFFF;
    font-size: 3em;
  }

  .menu-main-menu-container {
    position: absolute;
    top: 0.5em;
    left: auto;
    right: auto;
    z-index: 999999;
    width: 33%;
    background-color: #0A7B85;
    display: none;
  }

  #menu-main-menu > LI,
  #menu-main-menu LI.donate {
    float: none;
    line-height: 1em;
    padding: 0.5em 0;
    text-align: center;
  }

  #menu-main-menu LI A:link,
  #menu-main-menu LI A:visited {
    font-size: 22px;
    display: block;
  }
  
  #menu-main-menu LI.donate {
    padding: 0;
  }

  #menu-main-menu LI.donate A:link,
  #menu-main-menu LI.donate A:visited {
    padding: 0.5em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  #menu-main-menu LI:hover UL {
    position: static;
    margin-top: 0.5em;
  }

  .side-header {
    font-size: 72px;
  }
}

@media only screen and (max-width: 600px) {
  /* Small tablet */
  #main-menu-wrap {
    width: 60%;
  }

  .menu-main-menu-container {
    width: 40%;
    top: 100px;
    right: 0;
  }

  .countdown-details {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 26px;
    margin-bottom: 0.5em;
    position: static;
    transform: translateY(0);
  }

  .pbc-cover {
    float: none;
    width: 100%;
    border-left: 0;
  }
  
  .one-fourth,
  .one-half,
  .one-third,
  .two-third,
  .one-fourth.last,
  .one-half.last,
  .one-third.last,
  .two-third.last {
    float: none;
    width: 100%;
    margin: 0 auto 3em;
  }
  
  .one-fourth.last,
  .one-half.last,
  .one-third.last,
  .two-third.last {
    margin-bottom: 1em;
  }

  .side-header.aright {
    margin: 0 auto;
    text-align: left;
  }

  .rg-left, .rg-right { float: none; }
  
  .gallery-columns-4 .gallery-item:nth-child(5n+1),
  .gallery-columns-5 .gallery-item:nth-child(6n+1) {
    margin-left: 0%;
  }

  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item {
    float: left;
    width: 49%;
    margin: 0 0 2% 2%;
  }

  .gallery-columns-4 .gallery-item:nth-of-type(odd),
  .gallery-columns-5 .gallery-item:nth-of-type(odd) {
    margin-left: 0;
  }

  .home-content {
    background-size: contain;
    background-position: center center;
  }

  .home-content IMG {
    display: block;
    margin: 0 auto;
  }

  .home-help {
    font-size: 48px;
  }

  .signup .site-width {
    height: auto;
    line-height: normal;
    padding: 1.5em 0;
  }

  .signup .site-width .one-half,
  .signup .site-width .one-half.last {
    position: static;
    top: 0;
    transform: translateY(0);
    margin: 0 auto;
    text-align: center;
  }
  
  .footer {
    line-height: normal;
    padding: 1.5em 0;
  }

  .footer .one-half,
  .footer .one-half.last {
    margin: 0 auto;
    text-align: center;
    padding: 0.5em 0;
  }

  .about-first-logo {
    padding-left: 0;
    text-align: center;
  }

  .about-first-logo IMG {
    position: static;
    bottom: auto;
    left: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }

  .departments H4 {
    font-size: 38px;
  }

  .sponsor-levels .sl-level {
    font-size: 40px;
  }
  
  .sponsors .cf {
    display: block;
  }

  .sponsors .cf P {
    margin: 0;
  }

  .sponsors .cf .one-fourth {
    display: block;
    margin-bottom: 0;
    text-align: center;
  }

  .sponsors .cf .one-fourth IMG {
    margin: 1em 0;
  }
  
  .sponsors .platinumtext,
  .sponsors .goldtext,
  .sponsors .silvertext,
  .sponsors .bronzetext {
    margin-top: 0;
  }

  .sponsor-subfooter H2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 480px) {
  /* Phone */
  .topbar {
    background: #FFFFFF;
  }

  #main-menu-wrap {
    width: auto;
    background: none;
  }

  #menu-toggle {
    margin-right: 40%;
    color: #0A7B85;
  }

  .menu-main-menu-container {
    width: 100%;
  }

  #menu-main-menu {
    padding-top: 0.5em;
  }
  
  #menu-main-menu > LI {
    padding: 1em 0;
  }

  #menu-main-menu LI A:link,
  #menu-main-menu LI A:visited {
    font-size: 30px;
  }

  #menu-main-menu LI.donate A:link,
  #menu-main-menu LI.donate A:visited {
    padding: 0.7em 0;
  }

  .subheader {
    min-height: 300px;
    background-size: cover;
  }

  .subheader H2 {
    font-size: 46px;
  }

/*  .subheader .site-width DIV {
    white-space: normal;
  }*/

  .pbc-hours:after,
  .pbc-minutes:after,
  .pbc-seconds:after {
    font-size: 50px;
    top: 5px;
    left: -8px;
  }

  .home-head,
  .home-help {
    font-size: 34px;
  }
  
  INPUT[type="submit"].roundgreen,
  A.roundgreen:link, A.roundgreen:visited {
    width: 100%;
  }

  .wp-posts-carousel-title {
    font-size: 42px;
    margin-top: 4px;
  }

  .signup INPUT[type="email"] {
    width: calc(80% - 120px);
  }

  .centered-half,
  .centered-third {
    width: 100%;
  }

  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }

  .gallery-columns-4 BR,
  .gallery-columns-5 BR {
    display: none;
  }

  .sponsor-subfooter H2 {
    margin: 0 0 0.5em 0;
  }

  .simcal-icon-left:before,
  .simcal-icon-right:before {
    content: '\f104';
    font-family: "FontAwesome";
    font-size: 60px;
  }

  .simcal-icon-right:before {
    content: '\f105';
  }

  .medium {
    max-width: 100%;
  }
}