/*
	Flight 93 Memorial website
	Main style sheet 
	
	Notes:position:
		- 	List items that are set to display inline-block are using the comment hack
			to prevent white space between items.  Please do not remove these comments
			if you come across them in the html:
			
			</li><!--
			--><li>
	
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* end reset */
/* MDAdmin styles 
*****************************************/
br[mce_bogus] {
  display: none;
}

/**Cleans up the mess that <br mce_bogus="1"> makes. Do not remove*/
/* helpers
****************************************/
/* clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.disclaimer {
  font-size: .95em;
  font-style: italic;
  line-height: 1.4em;
}

.nobr {
  white-space: nowrap;
}

/* general
****************************************/
html, body {
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  background: url(/images/interior/bg-top.jpg) center top repeat-x;
}

p {
  line-height: 1.8em;
  margin-bottom: 1.8em;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 0 0 1.8em 0;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  text-transform: none;
  vertical-align: top;
  font-size: .8em;
  line-height: 1em;
}

/* headers */
h1 {
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.1em;
  color: #1a5d90;
  margin-bottom: .5em;
}

h2 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.3em;
  color: #1d7993;
  margin-bottom: .2em;
  padding-top: .2em;
}

h3 {
  text-transform: uppercase;
  line-height: 1.3em;
  font-weight: 700;
}

/* lists */
ul, ol {
  margin: 0 0 1.8em 2em;
  line-height: 1.8em;
}

ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
  margin-bottom: 0;
}

ol {
  list-style-type: decimal;
}

/* links */
a {
  color: #1d7993;
  text-decoration: none;
}

a:hover {
  color: #4296ae;
}

/* masthead
***************************************/
.site-header {
  color: #fff;
  position: relative;
  z-index: 1001;
}

.site-header .inner {
  background: #1f2c36;
  padding: 10px 20px;
}

.site-header a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.site-logo {
  float: left;
  height: 52px;
  margin: 0;
  width: 208px;
}

.site-logo a {
  width: 100%;
  height: 100%;
  background: url(/images/site-logo.png) no-repeat center center;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.site-header ul {
  list-style-type: none;
  margin: 0;
}

/* utility nav */
.utility {
  float: right;
}

.utility > li {
  display: inline-block;
  margin-right: 6px;
  vertical-align: top;
  position: relative;
}

.utility a {
  background: #33515b;
  font-size: 20px;
  font-weight: 600;
  line-height: 52px;
  padding: 0 32px;
  transition: all 0.4s ease 0s;
}

.utility a:hover {
  background: #587883;
}

.utility > li a.donate {
  background: #5f704b;
}

.utility > li a.shop {
  background: #115A71;
}

.utility > li a.shop:hover {
  background: #26738b;
}

.utility > li:first-child a:hover {
  background: #80916b;
}

.utility ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 246px;
  z-index: 2;
  text-align: left;
  display: none;
}

.utility > li:hover ul {
  display: block;
}

.utility ul a {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 12px 32px;
}

.utility ul a:hover {
  background: #587883;
}

.social {
  float: right;
}

.social > a {
  display: inline-block;
  margin-right: 6px;
  vertical-align: top;
  position: relative;
}

/* primary nav */
.primary-nav {
  clear: both;
  background: #1c1c1c;
  text-align: center;
  /*padding: 16px;*/
  padding: 0 16px;
}

.primary > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.primary > li:before {
  content: '\00b7';
  padding: 0 18px;
  position: relative;
  top: -.2em;
}

.primary > li:first-child:before {
  content: '';
  padding: 0;
}

.primary a {
  display: block;
  font-size: 20px;
}

.primary > li > a {
  display: inline-block;
  white-space: nowrap;
  line-height: 52px;
}

.primary a:hover {
  color: #98cad5;
}

.primary .subnav {
  position: absolute;
  top: 100%;
  left: 28px;
  width: 190px;
  background: #1c1c1c;
  text-align: left;
  display: none;
}

.primary .subnav a {
  padding: 6px 12px;
  font-size: 14px;
}

/*.no-touch*/
.primary > li:hover .subnav {
  display: block;
}

.primary > li:first-child .subnav {
  left: 0;
}

#pull {
  background: url(/images/nav-icon.png) center center no-repeat;
  height: 39px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 36px;
  display: none;
}

/* share */
.share-links {
  list-style-type: none;
  margin-left: 0;
  overflow: hidden;
}

.share-links > li {
  float: left;
  vertical-align: top;
  margin-right: 12px;
}

.share-links .tw {
  padding-top: 3px;
}

/*.fb-share-button { margin-bottom: 20px; }*/
/* layout 
*****************************************/
#container {
  width: 94%;
  margin: 0 auto;
  max-width: 1000px;
}

#hero {
  margin-bottom: 10px;
}

#hero > img {
  display: block;
}

.breadcrumb {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
  margin: 0 0 20px;
}

.breadcrumb li {
  display: inline;
}

.breadcrumb li:before {
  content: '\00a0\00a0 \003e \00a0\00a0';
  color: #ababab;
}

.breadcrumb li:first-child:before {
  content: '';
}

.breadcrumb li:last-child a {
  color: #000;
  cursor: default;
}

.breadcrumb a {
  color: #ababab;
  text-decoration: none;
}

.row {
  position: relative;
}

/* content boxes */
.cb > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cb.two-col > li {
  width: 50%;
}

.connect .scroll {
  max-height: 336px;
  overflow: auto;
}

/* forms */
.field {
  margin-bottom: 12px;
}

.field select {
  margin-right: 4px;
}

.rc {
  list-style-type: none;
  margin-left: 0;
}

.rc li {
  margin-bottom: .5em;
}

.rc input {
  float: left;
}

.rc label,
.rc p {
  margin: 0 0 0 26px;
  line-height: 1.4em;
}

.rc p {
  font-size: .95em;
}

.rc label {
  display: block;
}

fieldset {
  margin: 0 0 8px;
  padding: 0;
}

fieldset legend {
  display: block;
  margin-bottom: 12px;
  color: #1d7993;
  font-weight: 600;
  line-height: 1.4em;
}

fieldset fieldset {
  margin-bottom: 12px;
}

input[type="submit"] {
  display: block;
  margin-bottom: 20px;
}

.form td {
  padding: 4px;
  vertical-align: middle;
}

.form td.left, .form td.left:first-child {
  text-align: left;
}

.form td:first-child {
  text-align: right;
}

.form input[type="text"], .form textarea {
  width: 300px;
}

.form select {
  width: 305px;
}

.required {
  color: #990000;
}

.form fieldset input[type="text"], .form fieldset select, .form fieldset textarea {
  width: auto;
}

.form .renew-content {
  display: none;
}

.form .renew-content > ul {
  padding-left: 20px;
}

#behalf-letter input {
  float: none;
}

.tribute-letter {
  clear: left;
  margin-left: 22px;
}

.recurring-agreement {
  display: none;
  border: 1px solid #990000;
  color: #990000;
  padding: 15px;
  margin-bottom: 20px;
  line-height: 20px;
}

form.admin-login {
  margin: 0 auto 40px;
  max-width: 320px;
}

form.admin-login h2 {
  text-align: center;
  margin-bottom: 20px;
}

form.admin-login label {
  display: block;
  margin-bottom: 8px;
}

form.admin-login input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 4px;
  box-sizing: border-box;
}

form.admin-login input[type="submit"] {
  width: 50%;
  margin: 0 auto;
}

/* footer
****************************************/
.site-footer {
  background: #1f2c36;
  color: #fff;
  padding: 18px 20px;
  position: relative;
}

.footer-logo {
  float: left;
  margin-right: 12px;
}

.footer-links {
  float: right;
  margin: 0;
  padding-top: 7px;
  list-style-type: none;
}

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

.footer-links > li {
  display: inline;
}

.footer-links > li:before {
  content: '\00a0\00a0 \2022 \00a0\00a0\00a0';
}

.footer-links > li:first-child:before {
  content: '';
}

.footer-bg {
  position: absolute;
  width: 100%;
  height: 640px;
  bottom: 0;
  left: 0;
  background: url(/images/interior/bg-bottom.jpg) left bottom repeat-x;
  z-index: -1;
}

.site-footer .address {
  margin: 0;
  float: left;
  line-height: 36px;
}

.site-footer .address a {
  color: #fff;
  text-decoration: none;
}

.site-footer .address span {
  color: #6d8192;
  padding: 0 2px;
}

.site-footer .margRight {
  margin-right: 5px;
}

.social-icon:before {
  font-size: 2em;
}

/* interior
****************************************/
.main-content {
  padding-bottom: 300px;
}

.main-content main,
.main-content .sidebar {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-content main {
  width: 70%;
  margin-right: -4px;
  padding-right: 72px;
}

.main-content .sidebar {
  width: 30%;
}

.no-sidebar .main-content main {
  /*width: auto;*/
  display: block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}

.callout {
  font-size: 11px;
  margin-bottom: 2em;
  padding-top: 1.5em;
  border-top: 1px solid #b3b3b3;
  max-width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.callout h3 {
  color: #a1ae1e;
  font-size: 24px;
  text-align: center;
  margin-bottom: .5em;
  font-weight: 400;
}

.callout h3 + img {
  display: block;
  margin-bottom: 4px;
}

.callout p {
  line-height: 1.5em;
  margin-bottom: .5em;
}

.callout .cta-link {
  color: #618707;
  text-decoration: none;
}

.callout .cta-link:after {
  content: ' \003e';
}

.callout:first-child {
  border-top: none;
  padding-top: 0;
}

/* get involved */
.event {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.event .thumb {
  display: block;
  float: left;
  margin-bottom: 20px;
}

.event h2,
.event p {
  margin-left: 170px;
}

/* staff */
.staff {
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
}

.staff .thumb {
  display: block;
  float: left;
  margin-bottom: 20px;
}

.staff h4,
.staff p {
  margin-left: 120px;
}

.staff .title {
  font-style: italic;
  color: #666666;
}

/* partnerships */
.logo-list {
  list-style-type: none;
  margin-left: 0;
}

.logo-list > li {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin: 0 16px 20px 0;
}

.logo-list > li img {
  display: block;
  border: 1px solid #e8e8e8;
  margin-bottom: 3px;
}

.logo-list figcaption {
  text-align: center;
  line-height: 1.3em;
  font-size: 11px;
}

/* in remembrance */
.remembrance ul {
  width: 44%;
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  margin-left: 0;
  line-height: 1.3em;
}

.remembrance li {
  margin-bottom: 8px;
}

a.btn-cta, .btn-cta a {
  display: inline-block;
  background: #7db5c8;
  color: #1c363e;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 24px;
  transition: all 0.4s ease 0s;
  text-decoration: none;
}

a.btn-cta:hover, .btn-cta a:hover {
  background: #65a2b6;
  color: #1c363e;
}

/* row 2 */
.row.two:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  background: url(/images/home/bg-tile.png) repeat-x;
  pointer-events: none;
  z-index: 2;
}

/* row 3 */
.row.three {
  padding: 40px 0;
}

.row.three .cb > li {
  width: 25%;
  padding: 0 30px;
}

.row.three .cb > li:nth-child(2) {
  width: 50%;
  padding: 0 34px;
}

.row.three h3 {
  margin-bottom: 1em;
  font-size: 20px;
  /*font-weight: 700;*/
}

.row.three .about p {
  line-height: 2.2em;
  font-size: 14px;
}

/* hero gallery slider */
.slide img {
  display: block;
  width: 100%;
}

.hg-caption {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 32px;
  width: 70%;
  margin-left: -35%;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.hg-caption h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: .3em;
  line-height: 1.2em;
}

#hg-slider a:hover .hg-caption h3 {
  text-decoration: underline;
}

#hg-next,
#hg-prev {
  position: absolute;
  width: 21px;
  height: 35px;
  bottom: 72px;
  z-index: 100;
  cursor: pointer;
  background-image: url(/images/sprite-hg-arrows.png);
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#hg-next {
  right: 26px;
  background-position: -21px 0;
}

#hg-next:hover {
  background-position: -21px -35px;
}

#hg-prev {
  left: 26px;
  background-position: 0 0;
}

#hg-prev:hover {
  background-position: 0 -35px;
}

#hg-slider .cycle-pager {
  position: absolute;
  left: 0;
  bottom: 12px;
  z-index: 102;
  width: 100%;
  text-align: center;
  display: none;
}

#hg-slider .cycle-pager span {
  display: inline-block;
  font-size: 40px;
  width: 14px;
  height: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 0 3px;
}

#hg-slider .cycle-pager .cycle-pager-active {
  color: #89b009;
}

/* highlights */
#highlights {
  max-width: 572px;
  position: relative;
}

#pager {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 101;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 12px 20px 6px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#pager span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/images/sprite-pager.png) 0 0 no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2px;
  cursor: pointer;
}

#pager span:hover,
#pager .cycle-pager-active {
  background-position: -15px 0;
}

#pager .cycle-pager-active {
  cursor: default;
}

#hcaption {
  position: relative;
  max-width: 572px;
}

#hcaption span {
  position: absolute;
  top: -65px;
  right: 10px;
  z-index: 101;
  font-size: 10px;
  color: #ddd;
}

#hcaption p {
  position: relative;
  top: 100%;
  right: 0;
  left: 0;
  margin: 3px 0 0;
  z-index: 102 !important;
  font-size: 11px;
  text-align: center;
  color: #000;
}

#highlights .cycle-prev,
#highlights .cycle-next {
  position: absolute;
  width: 21px;
  height: 35px;
  top: 50%;
  margin-top: -17px;
  cursor: pointer;
  background-image: url(/images/sprite-hg-arrows.png);
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 101;
}

#highlights .cycle-next {
  right: 12px;
  background-position: -21px 0;
}

#highlights .cycle-next:hover {
  background-position: -21px -35px;
}

#highlights .cycle-prev {
  left: 12px;
  background-position: 0 0;
}

#highlights .cycle-prev:hover {
  background-position: 0 -35px;
}

#highlights .highlights-img-cap {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 572px;
  color: #000;
  text-align: center;
}

.rig li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.rig img {
  display: block;
}

/* contact us */
.contact-form .field {
  margin-bottom: 12px;
}

.contact-form .field label {
  display: block;
  float: left;
  min-width: 15em;
}

.contact-form .field input {
  width: 220px;
}

.contact-form .field textarea {
  width: 220px;
  height: 100px;
}

.contact-form input[type="submit"] {
  margin-left: 14.7em;
}

.recap-container {
  text-align: center;
  max-width: 304px;
  margin: 25px 0 25px 15em;
}

/* orientation dvd */
.dvd-form .field {
  margin-bottom: 16px;
  clear: left;
}

.dvd-form .field label {
  display: block;
  float: left;
  min-width: 12em;
  line-height: 1.2em;
}

.dvd-form .field small {
  display: block;
  font-size: .9em;
}

.dvd-form .field input {
  width: 220px;
}

.dvd-form .field select {
  width: 225px;
}

.dvd-form .field.check label {
  display: inline;
  float: none;
  min-width: 0;
}

.dvd-form .field.check input {
  width: auto;
}

.dvd-form input[type="submit"] {
  margin-left: 12em;
}

.dvd-form .cc-info {
  display: none;
}

.social-feed {
  border-top: 1px solid #ccc;
  margin-bottom: 12px;
  padding-top: 12px;
}

.social-feed .icon {
  display: block;
  float: left;
  height: 22px;
  margin-right: 8px;
}

.social-feed .timestamp {
  margin: 0;
  /*float: right;*/
}

.social-feed .user {
  display: block;
  float: left;
}

.social-feed .head {
  margin-bottom: 8px;
  color: #666666;
}

.social-feed .head span {
  padding: 0 3px 0 5px;
}

.social-feed a {
  text-decoration: none;
  color: #666666;
}

.post {
  line-height: 1.1em;
  font-size: 12px;
  margin-bottom: 8px;
}

.social-feed.tw .icon {
  width: 26px;
  background: url(/images/icon-tw.png) 0 0 no-repeat;
}

.social-feed.fb .icon {
  width: 12px;
  background: url(/images/icon-fb.png) 0 0 no-repeat;
}

.social-cta li {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
}

.sitemap {
  list-style-type: none;
  margin: 0 0 15px 0;
  color: #666666;
}

.sitemap ul {
  list-style-type: circle;
  margin: 0 0 0 28px;
}

/* Press Room */
.press-room h3 {
  font-weight: 600;
  font-size: 16px;
  margin: 1.8em 0 1em;
  color: #1d7993;
}

.press-room p {
  line-height: 1.5em;
  margin-bottom: 1em;
}

/* add on style */
.bullet-heading {
  margin-bottom: 0 !important;
  font-weight: bold;
}

/* hover effects 
*************************************/
.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  max-width: 640px;
  list-style: none;
  text-align: center;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  max-width: 320px;
  max-height: 240px;
  width: 50%;
  height: auto;
  background: #3085a3;
  text-align: center;
}

.grid figure img {
  position: relative;
  display: block;
  /*min-height: 100%;*/
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  transition: background 0.5s linear;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2,
.grid figure p {
  margin: 0;
  padding: 0;
}

.grid figure h2 {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  width: 90%;
  left: 50%;
  top: 42%;
  margin-left: -45%;
  text-align: center;
}

.grid figure p {
  font-size: 10px;
  position: absolute;
  right: 16px;
  bottom: 10px;
}

/* hover effects for figures that have captions */
figure.has-caption {
  background: #fff;
  cursor: pointer;
}

figure.has-caption img {
  opacity: 0.95;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

figure.has-caption:hover img {
  -webkit-transform: scale3d(0.95, 0.95, 1);
  transform: scale3d(0.95, 0.95, 1);
}

figure.has-caption h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.has-caption p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

figure.has-caption:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.has-caption:hover p {
  opacity: 1;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0);
}

.row.two .grid {
  max-width: 1280px;
}

.row.two .grid figure {
  width: 25%;
}

/* individual boxes */
.sept figcaption {
  background: rgba(0, 0, 0, 0.8);
}

.sept:hover figcaption {
  background: none;
}

.grid .sept h2 {
  top: 35%;
}

.sept figcaption h2 span {
  border-top: 4px double #fff;
  border-bottom: 4px double #fff;
  padding: 6px 0;
  display: inline-block;
}

.sept:hover figcaption h2 span {
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.partners figcaption {
  opacity: 0;
}

.partners:hover figcaption {
  opacity: 1;
  background: rgba(51, 51, 51, 0.8);
  border: 6px solid white;
}

.friends figcaption {
  background: #33515b;
}

.friends:hover figcaption {
  background: none;
}

.involved figcaption {
  background: #707a3c;
}

.involved:hover figcaption {
  background: none;
}

figure .credit {
  color: #fff;
}

.videoWrapper {
  position: relative;
  /*padding-bottom: 56.25%;*/
  /* 16:9 */
  padding-bottom: 75%;
  /* 4:3 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-link:before {
  content: '\e800';
  font-family: 'fontello';
  font-weight: normal;
  font-style: normal;
  padding-right: .4em;
}

/* TOUCH devices only
********************************************/
/* home - disable hover effects */
.touch .sept:hover figcaption {
  background: rgba(0, 0, 0, 0.8);
}

.touch .sept:hover figcaption h2 span {
  border-top: 4px double #fff;
  border-bottom: 4px double #fff;
}

.touch figure.has-caption:hover h2 {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

.touch figure.has-caption:hover img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.touch .partners:hover figcaption {
  opacity: 0;
  border: none;
  background: none;
}

.touch figure.has-caption:hover p {
  opacity: 0;
}

.touch .friends:hover figcaption {
  background: #33515b;
}

.touch .involved:hover figcaption {
  background: #707a3c;
}

/* disable prev/next arrows on home hero slider */
.touch #hg-next,
.touch #hg-prev {
  display: none;
}

.touch #hg-slider .cycle-pager {
  display: block;
}

/* toggle article content */
article .hidden {
  display: none;
}
article .read-more,
article .read-less {
  font-weight: bold;
}
article .read-more a,
article .read-less a {
  display: inline-block;
  position: relative;
  padding-right: 16px;
}
article .read-more a:after,
article .read-less a:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 10px;
  right: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
article .read-more a:after {
  border-top: 5px solid #ffc64f;
}
article .read-less a:after {
  border-bottom: 5px solid #ffc64f;
}
article.toggle-on .read-more {
  display: none;
}
article.toggle-on .hidden {
  display: block;
}

/* media queries
****************************************/
@media screen and (max-width: 1400px) {
  .site-footer .pipe {
    display: none;
  }

  .site-footer .breakLine:before {
    content: " ";
    white-space: pre;
    display: block;
  }

  .site-footer .address {
    line-height: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .row.three .cb > li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  /*.primary-nav a { font-size: 16px; padding: 0 20px; line-height: 39px; }
  .primary-nav ul a { padding: 12px 20px; }*/
  .row.three .cb > li {
    display: block;
    padding: 0 0 20px;
    width: auto;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }

  .row.three .cb > li:nth-child(2) {
    padding: 0 0 20px;
    width: auto;
  }

  .row.three h3 {
    margin-bottom: .5em;
  }

  .row.three .about p {
    line-height: 1.8em;
    font-size: 13px;
  }
}
@media screen and (max-width: 1625px) {
  .site-footer {
    text-align: center;
    padding: 16px 12px 12px;
  }

  .footer-logo,
  .site-footer .address,
  .footer-links {
    float: none;
  }

  .footer-links {
    padding-top: 0;
  }

  .site-footer .address {
    margin: 10px 0;
  }

  .social-wrapper {
    display: block;
    float: left;
    width: 100%;
  }

  .social-wrapper .social {
    top: 0px;
    float: none;
    margin: 1em 0;
  }

  .social-wrapper:before {
    content: "" !important;
  }
}
@media screen and (max-width: 800px) {
  #hg-next,
  #hg-prev {
    display: none;
  }

  #hg-slider .cycle-pager {
    display: block;
  }

  #container {
    width: auto;
  }

  /*.primary-nav ul { width: 200px; }*/
  /*.primary-nav a,
  .primary-nav ul a { padding-left: 12px; padding-right: 12px; }*/
  .site-logo {
    width: 160px;
    height: 40px;
  }

  .utility a {
    font-size: 16px;
    line-height: 39px;
    padding: 0 20px;
  }

  .utility ul a {
    padding: 12px 20px;
  }

  .primary > li:before {
    padding: 0 12px;
  }

  .primary a {
    font-size: 16px;
  }

  .row.one .two-col > li {
    display: block;
  }

  .row.one .cb.two-col > li {
    width: auto;
  }

  .row.two .grid figure {
    width: 50%;
  }

  .row.two:after {
    display: none;
  }

  .row.three {
    padding: 20px;
  }

  /* interior */
  .main-content {
    margin: 0 20px;
  }

  .main-content main {
    padding-right: 36px;
  }

  .breadcrumb {
    margin: 0 20px 20px;
  }

  /* plant a tree register */
  .plantatree-form .field label,
  .radio-set legend,
  .radio-set ul {
    float: none;
  }

  .radio-set li {
    display: block;
  }

  .plantatree-form label {
    margin-bottom: 4px;
  }

  .plantatree-form .field input {
    width: 100%;
  }

  .plantatree-form label br {
    display: none;
  }

  .plantatree-form .dob input {
    width: 23.5%;
    margin-right: 2.5%;
  }

  .plantatree-form .dob .year {
    width: 37%;
  }
}
@media screen and (max-width: 700px) {
  .contact-form .field label {
    width: 100%;
  }

  .contact-form input[type="submit"] {
    margin-left: 0;
  }

  .recap-container {
    margin: 25px 0;
  }
}
@media screen and (max-width: 640px) {
  /* hide these */
  .breadcrumb,
  .footer-bg,
  figure .credit,
  #hcaption span {
    display: none;
  }

  body {
    background: #fff;
    -webkit-text-size-adjust: none;
    min-width: 320px;
  }

  h1 {
    font-size: 26px;
    font-weight: 400;
  }

  .main-content {
    padding-bottom: 0;
  }

  .main-content main,
  .main-content .sidebar {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
  }

  .main-content .sidebar {
    border-top: 1px solid #ccc;
    padding-top: 12px;
  }

  .callout {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 0 8px;
    border: none;
  }

  .callout h3 {
    font-size: 18px;
  }

  /*	
  #pull { display: inline-block; }
  .site-header { padding-right: 16px; }
  .site-header nav > ul, 
  .site-header nav > ul > li { margin-right: 0; }
  .site-header .primary-nav { position: absolute; left: 0; top: 100%; width: 100%; display: none; }
  .site-header .primary-nav > li { display: block; }
  .primary-nav ul { width: 100%; }
  .primary-nav > li:hover ul { display: none; }
  */
  .site-header .inner {
    padding: 10px 10px 7px;
  }

  .site-logo {
    margin-bottom: 10px;
  }

  #pull {
    display: block;
    float: right;
  }

  .utility {
    float: none;
    clear: both;
  }

  .utility ul {
    width: 100%;
  }

  .utility > li {
    display: block;
    margin: 0;
    float: left;
    width: 50%;
    text-align: center;
    position: static;
  }

  .utility > li:hover ul {
    display: none;
  }

  .primary-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 0;
    display: none;
  }

  .primary > li {
    display: block;
  }

  .primary > li:before {
    content: '';
    padding: 0;
    display: none;
  }

  .primary a {
    display: block;
    padding: 8px 16px;
    border-top: 1px solid #505050;
  }

  .primary > li > a {
    line-height: normal;
    display: block;
  }

  .primary > li:first-child a {
    border: none;
  }

  /*.no-touch*/
  .primary > li:hover .subnav {
    display: none;
  }

  .primary .subnav {
    position: relative;
    width: auto;
    left: auto;
  }

  .primary .subnav a {
    padding-left: 28px;
  }

  .primary > li:first-child .subnav {
    left: auto;
  }

  #hero {
    margin-bottom: 20px;
  }

  .hg-caption {
    bottom: 18px;
  }

  .hg-caption h3 {
    font-size: 22px;
    text-shadow: 2px 2px #000;
  }

  .hg-caption p {
    line-height: 1.4em;
    text-shadow: 1px 1px #000;
  }

  .hg-caption h3 span {
    display: block;
  }

  #hg-slider .cycle-pager {
    bottom: 6px;
  }

  /* get involved */
  .event .thumb {
    max-width: 100px;
    height: auto;
    margin: 0 12px 8px 0;
  }

  .event h2,
  .event p {
    margin-left: 0;
  }

  .remembrance {
    margin-bottom: 20px;
  }

  .remembrance ul {
    width: auto;
    display: block;
    margin-bottom: 0;
  }

  .checkbox-set li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  /*.site-header { padding-right: 8px; padding-left: 12px; }*/
  .callout {
    display: block;
    width: auto;
    max-width: 300px;
    margin: 0 auto 12px;
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 12px;
  }

  .grid figure img {
    min-height: 0;
  }

  .grid figure h2 {
    font-size: 16px;
    font-weight: 400;
    top: 33%;
  }

  .grid .sept h2 {
    top: 20%;
  }

  .grid .friends h2 {
    top: 24%;
  }

  .site-footer .address span {
    padding: 0;
  }

  .logo-list {
    text-align: center;
  }

  .form tr {
    display: block;
    margin-bottom: 8px;
  }

  .form td {
    display: block;
    text-align: left;
  }

  .form td:first-child {
    text-align: left;
  }

  .form input[type="text"], .form select, .form textarea {
    width: 100%;
  }

  .dvd-form .field label {
    float: none;
  }
}
/* ipad specific */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* disable hover on dropdown */
  .primary-nav > li:hover ul {
    display: none;
  }
}
/* Responsive grids
*****************************************/
.responsive-grid {
  box-sizing: border-box;
  /* special case - 10px gutter */
  /* one col */
  /* two col */
  /* three col */
  /* four col */
  /* five col */
}
.responsive-grid:after {
  content: '';
  display: table;
  clear: both;
}
.responsive-grid [class*='col-'] {
  box-sizing: border-box;
  float: left;
  position: relative;
}
.responsive-grid.pad {
  margin: 0 -25px;
}
.responsive-grid.pad [class*='col-'] {
  padding: 0 25px;
}
@media screen and (max-width: 670px) {
  .responsive-grid.pad [class*='col-'] {
    padding: 0 10px;
  }
}
@media screen and (max-width: 670px) {
  .responsive-grid.pad {
    margin: 0 -10px;
  }
}
.responsive-grid.compact {
  margin: 0;
}
.responsive-grid.compact [class*='col-'] {
  padding: 0 10px 0 0;
}
.responsive-grid.compact [class*='col-']:last-of-type {
  padding-right: 0;
}
.responsive-grid img:not(.object-fit) {
  max-width: 100%;
  height: auto;
}
.responsive-grid .col-1-1 {
  width: 100%;
}
.responsive-grid .col-1-2 {
  width: 50%;
}
.responsive-grid .col-2-2 {
  width: 100%;
}
.responsive-grid .col-1-3 {
  width: 33.3333333333%;
}
.responsive-grid .col-2-3 {
  width: 66.6666666667%;
}
.responsive-grid .col-3-3 {
  width: 100%;
}
.responsive-grid .col-1-4 {
  width: 25%;
}
.responsive-grid .col-2-4 {
  width: 50%;
}
.responsive-grid .col-3-4 {
  width: 75%;
}
.responsive-grid .col-4-4 {
  width: 100%;
}
.responsive-grid .col-1-5 {
  width: 20%;
}
.responsive-grid .col-2-5 {
  width: 40%;
}
.responsive-grid .col-3-5 {
  width: 60%;
}
.responsive-grid .col-4-5 {
  width: 80%;
}
.responsive-grid .col-5-5 {
  width: 100%;
}
@media screen and (max-width: 670px) {
  .responsive-grid [class*='col-'] {
    float: none;
    padding: 0;
  }
  .responsive-grid .col-1-2,
  .responsive-grid .col-2-2,
  .responsive-grid .col-1-3,
  .responsive-grid .col-2-3,
  .responsive-grid .col-3-3,
  .responsive-grid .col-1-4,
  .responsive-grid .col-2-4,
  .responsive-grid .col-3-4,
  .responsive-grid .col-4-4,
  .responsive-grid .col-1-5,
  .responsive-grid .col-2-5,
  .responsive-grid .col-3-5,
  .responsive-grid .col-4-5,
  .responsive-grid .col-5-5 {
    width: auto;
  }
}
@media (max-width: 670px) {
  .responsive-grid {
    margin: 0;
  }
}
