/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
	color: #b5a5a5;
	font: 300 16px/1.6 'Montserrat', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
  transition: color .3s ease-in-out, background .3s ease-in-out;
  text-decoration: none;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
	max-width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.wow {opacity: 0}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?hi2fwi');
  src:  url('../fonts/icomoon.eot?hi2fwi#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?hi2fwi') format('truetype'),
    url('../fonts/icomoon.woff?hi2fwi') format('woff'),
    url('../fonts/icomoon.svg?hi2fwi#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"],
.fancybox-prev span,
.fancybox-next span,
.mission p a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-next:before {
  content: "\e903";
}
.icon-prev:before {
  content: "\e902";
}
.icon-envelope:before {
  content: "\e901";
}
.icon-menu:before {
  content: "\e913";
}

.clearfix:after,
#banner-block:after,
#info-block:after,
#cmc-block:after,
#photo-block:after,
#activity-block:after,
#footer-block:after {
	content: "";
	display: block;
	clear: both;
}

.prefix {
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	margin: 0 0 20px;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.gallery-section {
	margin: 0 0 -12px;
}

.image-slideshow {
	margin: 30px 0 80px;
}

.image-slideshow .item {
	margin: 0 0 20px;
	text-align: center;
}

.image-slideshow .item a {
	display: inline-block;
	vertical-align: top;
}

.image-slideshow img {
	display: inline-block;
}

.image-slideshow .slick-arrow {
	top: -60px;
}

.image-slideshow .slick-arrow.slick-prev {
	left: calc(50% - 66px);
}

.image-slideshow .slick-arrow.slick-next {
	right: calc(50% - 66px);
}

.slick-arrow {
	-webkit-transition: all .3s ease-in-out, all .3s ease-in-out;
	transition: all .3s ease-in-out, all .3s ease-in-out;
	width: 52px;
	height: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background: none;
	padding: 0;
	font-size: 22px;
	color: #ffffff;
	position: absolute;
	z-index: 9;
}

.slick-arrow:hover {
	background-color: #da1d03;
	border: 2px solid #da1d03;
	color: #fff;
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 9030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

.fancybox-prev span:before {
	content: "\e902";
	color:#fff;
	font-size: 54px;
}

.fancybox-next span:before {
	content: "\e903";
	color:#fff;
	font-size: 54px;
}


#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 9060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 9040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 9040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 9040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 0px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 15px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 9010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 9050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 9050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.fancybox-skin {
	padding: 8px !important;
	background: #941d1e;
}

.fancybox-skin .fancybox-close {
	background: #fff;
	border-radius: 50%;
	border: 3px solid #941d1e;
}

.fancybox-skin .fancybox-close:hover:before,
.fancybox-skin .fancybox-close:hover:after {
	background: #941d1e;
}

.fancybox-skin .fancybox-close:before,
.fancybox-skin .fancybox-close:after {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	content: "";
	position: absolute;
	width: 3px;
	height: 70%;
	background: #941d1e;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.fancybox-skin .fancybox-close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

/*Retina graphics!*/

.hidden {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	display: block;
	font-weight: bold;
	margin: 0 0 .5em;
	color:#6b6b6e;
	font-family: 'Playfair Display', serif;
}

h1,
.h1 {
	font-size: 60px;
	line-height: 1em;
	color: #fff;
	font-weight: 600;
	margin: 0 0 15px;
	padding: 0 0 10px;
	position:relative;
	font-family: 'Playfair Display', serif;
}


h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

a {
	color: #931f23;
}

a.anchor {
	color: #ffffff;
}

a.anchor:hover {
	color: inherit;
}

a:hover {
	color: #da1d03;
}

.morelink,
.moreurl,
.button,
.learn-more {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  min-width: 16em;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 1em 0px;
  font-weight: 400;
  background: #941d1e;
  text-align:center;
  border-radius: 0px;
  display:block;
  margin: 20px auto 0;
  max-width: 280px;
}

.morelink:hover,
.moreurl:hover,
.button:hover,
.learn-more:hover {
	background: #da1d03;
	color: #ffffff;
}

#main {
	position: relative;
	overflow: hidden;
}

.holder {
	max-width: 1100px;
	padding: 0 20px;
	margin: 0 auto;
}

.holder:after {
  content: '';
  display: block;
  clear: both; 
}


#wrapper {
	width: 100%;
	position: relative;
	overflow:hidden;
}

#wrapper.pop-active {
	-webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

#header {
	overflow:hidden;
	color: #000;
}

#navigation:after {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.70) -3%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.70) -3%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

#navigation {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 12px 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    min-height: 90px;
}

#navigation .logo {
	position: absolute;
	z-index: 999;
}

#navigation .logo img {
	max-width: 360px;
}

#navigation.nav-fixed {
    position: fixed;
}

#header h2 {
    border-bottom: 0.05em solid #da1d03;
    font-size: 6em;
    line-height: 0.9em;
    margin-left: 0.8em;
    margin-top: 4.4em;
    padding-bottom: 0.4em;
    position: absolute;
    width: 100%;
    text-transform: none;
    color: rgba(255, 255, 255, 0.7);
}

#header-block {
    background-color: #f4f4f4;
    text-transform: uppercase;
    padding-bottom: 2.5em;
    position: relative;
    min-height: 680px;
}

.hero-image, .lower-hero-image {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: bottom;
    position: absolute;
}

.header-angle-top {
    position: absolute;
    fill: rgba(41, 41, 41, 0.4);
    bottom: 0;
}

.header-angle-bottom {
    position: absolute;
    fill: #333333;
    bottom: -1px;
    width: 101%;
}

.header-title {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.max-wrap {
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

#nav .menu {
    overflow-y: auto;
    text-align: center;
    height: calc(100vh - 156px);
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav .menu > li > a {
	position: relative;
}

#nav .menu li a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 8px 0;
	-webkit-transition: color .3s ease, background .3s ease;
	transition: color .3s ease, background .3s ease;
	font-size: 24px;
	font-weight: 600;
}

#nav .menu li a:hover {
	color: #bf0a30;
}

.nav-drop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.nav-active .nav-drop {
	opacity: 1;
	visibility: visible;
	z-index: 998;
}

.nav-drop .nav-wrap {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	padding: 120px 20px 60px;
	box-sizing: border-box;
	background: rgba(21, 21, 21, 0.78);
	overflow-y: auto;
	width: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.nav-active .nav-drop .nav-wrap {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.nav-opener {
	width: 30px;
	height: 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 33px;
	right: 22px;
	z-index: 99999;
}

.header-fixed .nav-opener {
	top: 22px;
}

.nav-opener span {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: #ffffff;
	border-radius: 2px;
}

.nav-opener span:nth-child(2) {
	top: 9px;
}

.nav-opener span:nth-child(3) {
	top: 17px;
}

.nav-opener.nav-close {
	width: 75px;
	height: 24px;
	position: absolute;
	top: 33px;
	right: 64px;
	border: none;
	background: none;
	overflow: hidden;
	color: #bf0a30;
	text-decoration: none;
	font: 16px/24px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.nav-opener.nav-close:hover {
	opacity: .6;
}

.nav-opener.nav-close:before,
.nav-opener.nav-close:after {
	content: "";
	height: 2px;
	width: 20px;
	position: absolute;
	top: 10px;
	left: 55px;
	right: 0;
	background: #bf0a30;
	-webkit-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
	transform: rotate(-55deg);
}

.nav-opener.nav-close:before {
	-webkit-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	transform: rotate(55deg);
}

.nav-opener.nav-close span {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	width: auto;
	height: auto;
	background: none;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

#email-block {
	background: #000;
	padding: 0 0 80px;
}

#email-block h1 {
	font-size: 42px;
    font-weight: 400;
}

#email-block .form-wrap .subscribe-form span {
	color: #b5a5a5;
}

#chair-block {
	background: #444;
	position: relative;
	color:#fff;
	padding: 80px 0;
}

#chair-block .chair-top {
	top: 0px;
	bottom: auto;
}

#chair-block .chair-top,
#chair-block .chair-bottom {
	fill: #000;
}

#chair-block h1 {
	padding: 0;
}

#chair-block .icon {
	background: #fff;
	color: #941d1e;
}

#chair-block .icon:before, 
#chair-block .icon:after {
	background: #fff;
}


#chair-block .holder {
	padding: 60px 20px 80px;
}

#chair-block .expander {
	display: block;
    margin: 50px auto 0;
    text-align: center;
}

#chair-block .moreurl {
	background: transparent;
	color: #ffffff;
	margin: 0 auto;
	border: 1px solid #ffffff;
}

#chair-block .moreurl.lessen {
	margin: 25px auto 0;
}

#chair-block .moreurl:hover {
	background: #fff;
	color: #941d1e;
}

#chair-block .col {
	width: 33%;
	display: inline-block;
	padding: 0px 40px;
	box-sizing: border-box;
	text-align:center;
	vertical-align: top;
}

#chair-block .col a {
	color: #fff;
}

#chair-block .more-members .col a:hover {
	text-decoration: underline;
}

#chair-block .visible a:hover .headshot {
	border:5px solid #ddd;
	top: -5px;
}

#chair-block .headshot {
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	border: 3px solid #da1d03;
	width: 100%;
	margin: 0 0 10px;
	box-sizing: border-box;
	box-shadow: 1px 1px 0px rgba(1, 2, 2, 0.25);
}

#chair-block .chair {
	color: #fff;
	display: block;
	margin: 0 0 0;
	font-size: 20px;
	font-family: 'Playfair Display', serif;
}

#chair-block .title {
	font-style: normal;
}

#chair-block .more-members {
	display: table;
	width: 100%;
	padding: 20px 0;
}

#chair-block h2 {
	color:#fff;
	text-align: center;
	text-decoration: underline;
	font-size: 24px;
	margin: 30px 0;
}

#chair-block .more-members .col-half {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

#chair-block .more-members .col {
	font-size:13px;
	display: table-cell;
	text-align: left;
	width: 50%;
	line-height: 22px;
}

#photo-block {
	padding: 60px 0;
	background: #fff;
}

#photo-block h1 {
	color: #941d1e;
	padding: 0;
}

#photo-block .image-wrap {
	float: left;
    width: 20%;
    min-height: 220px;
    box-sizing: border-box;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat:no-repeat;
}

#gallery {
	padding: 0px 0 0;
	display: block;
}

#cmc-block .mission p a {
	font-family: 'Playfair Display', serif;
	font-size: 38px;
	line-height: 1em;
	margin: 15px 10px 0 0;
	display:block; 
}

#cmc-block .mission p a:after {
	content: "\e903";
	font-size: 25px;
	padding-left: 5px;
}

#cmc-block {
	position: relative;
	color: #b5a5a5;
	padding: 30px 0 100px;
	background: #333333;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #333333, #040404);
	background: linear-gradient(to bottom, #333333, #040404);
}

#cmc-block h1 {
	font-size: 42px;
	font-weight: 400;
}

#cmc-block .odo {
	position: absolute;
    left: -130px;
    background-size: cover;
    bottom: 15%;
    width: 380px;
    height: 380px;
}

#cmc-block .container {
	height: auto;
   overflow: hidden;
}

#cmc-block .right {
    width: 30%;
    float: right;
    background-repeat: no-repeat;
    background-position: center 0%;
    background-size: cover;
    min-height: 600px;
    background-image: url('../images/cmc-bg.png');
}

#cmc-block .left {
    float: none; /* not needed, just for clarification */
    padding: 50px 30px 0 300px;
    width: auto;
    overflow: hidden;
}

#cmc-block.reverse {
	background: #040404;
	padding: 0 0 110px;
}

#cmc-block.reverse .left {
	float:left;
	width: 45%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 600px;
    padding: 0;
    background-image: url('../images/pontiac.jpg');
}

#cmc-block.reverse .right {
	float: none; /* not needed, just for clarification */
    padding: 0 200px 0 50px;    
    width: auto;
    overflow: hidden;
    background: none;
}

#cmc-block h1 {
	color: #ffffff;
}

#cmc-block .button {
	background:none;
	margin: 30px auto;
	border: 1px solid #ffffff;
	color:#fff;
}

#cmc-block .button:hover {
	background:#fff;
	color: #941d1e;
}

#cmc-block .left .holder {
	padding: 80px 80px;
}

.morecontent span,
.more-members span {
    display: none;
}

.news-section {
	background: #000;
	padding: 40px 0;
}

.news-section .news-inner {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 500px;
	margin: 0 auto 60px;
}

.news-section .section-heading {
	min-height: 188px;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	padding: 28px 0 0 16px;
}

.news-section .section-heading:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, black 0%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, black 0%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0) 100%);
}

.news-section .section-heading p {
	position: absolute;
	bottom: 0px;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
}

.news-section .col {
	width: 100%;
}

.news-section h2,
.news-section .h2 {
	color: #fff;
	text-align: left;
}

.news-section h2:before,
.news-section .h2:before {
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	background: #fff;
}

.news-item {
	height: 100%;
	line-height: 24px;
	padding: 21px 19px 44px;
}

.news-item h3 {
	font-weight: normal;
	font-size: 26px;
	line-height: 1.15em;
}

.news-item h3 a,
.news-item .h3 a {
	color: #fff;
	text-decoration: none;
}

.news-item h3 a:hover,
.news-item .h3 a:hover {
	color: #bf0a30;
}

.news-item time {
	font: 14px/18px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	color: #da1d03;
	text-align: center;
	margin: 0 0 12px;
	border-bottom: 2px solid #da1d03;
	padding: 0 0 20px;
}

.news-item.bg-gray {
	background: #5d5d5d;
	color: #fff;
}

.news-item.bg-gray time {
	color: #000;
}

.news-item.bg-gray a {
	color: #000;
}

.news-item.bg-gray h3 a {
	color: #fff;
}

.news-item.bg-gray .read-more:hover {
	color: #bf0a30;
}

.news-item.bg-white {
	background: #fff;
	color: #000;
}

.news-item.bg-white h3 a {
	color: #000;
}

.news-item.bg-white .read-more:hover {
	color: #bf0a30;
}

.doctype {
	font-size: 13px;
	line-height: 15px;
	display: block;
	margin: 0 0 10px;
}

#activity-block {
	position: relative;
	background: #000;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #000, #333);
	background: linear-gradient(to bottom, #000, #333);
}

#activity-block .holder {
	padding: 60px 20px 180px;
	max-width: 800px;
}

#activity-block .activity-table {
	display:table;
}

#activity-block .post {
	margin: 0 0 20px;
}

#activity-block .text,
#activity-block .tags {
	display: table-cell;
	vertical-align: top;
}

#activity-block time {
	color: #941d1e;
}

#activity-block .event-time {
	float: left;
	background: #5d5d5d;
	color: #ffffff;
	text-transform: uppercase;
	width: 55px;
	padding: 10px 6px;
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	line-height: 24px;
	margin: 0 20px 18px 0;
}

#activity-block .event-title a {
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 10px;
	display: block;
	font-family: 'Playfair Display', serif;
}

#activity-block .event-title a:hover {
	color: #da1d03;
}

#activity-block .post {
	position: relative;
	padding: 20px 0 0;
}

#activity-block .post:after {
	content: " ";
	display: block;
	position: absolute;
	height: 1px;
	background: #da1d03;
	width: 100%;
	bottom: -20px;
}

#activity-block .learn-more {
    background: transparent;
    color: #ffffff;
    margin: 50px auto 0;
    border: 1px solid #fff;
}

#activity-block .learn-more:hover {
	background: #fff;
	color: #941d1e;
}

#activity-block h2 a:hover {
	text-decoration: underline;
}

#success {
    width: 100%;
    height:100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    display: none;
}

#success .icon-mail4 {
	color:#fff;
	font-size: 64px;
	margin: 0 auto 10px;
	display: block;
}

#pophide {
	position: absolute; 
	top: -45px;
	right:0;
    color:#fff;
    font-size: 30px;
    cursor: pointer;
    font-weight:bold;
    text-decoration: none;
}

.popup {
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	position: fixed;
    color: #fff;
    background: #941d1e;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 
    	0 24px 38px 3px rgba(0, 0, 0, 0.14), 
    	0 9px 46px 8px rgba(0, 0, 0, 0.12);
    padding: 30px;
}

#photo-block {
	background-image: url('../images/footer-bg.jpg');
	background-repeat: no-repeat;
	background-color: #000;
	min-height: 500px;
	background-size: cover;
	background-position: 50% 100%;
	padding: 30px 0 400px;
}

#featured-gallery {
    background-color: #000;
    position: relative;
}

#featured-gallery .lower-hero-image {
    opacity: 0.7;
    object-position:  center;
}

#featured-gallery h3 {
	color: #fff;
	font-weight: 400;
	font-size: 28px;
	line-height: 1em;
}

.gallery-tile-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}

.gallery-tile .image-wrap {
	min-height: 300px;
	background-position: 50% 50%;
	background-size: cover;
}

.gallery-tile.new .image-wrap {
	min-height: 200px;
}

.lower-angle-bottom {
    position: absolute;
    top: -1px;
    fill: #333;
}

#featured-gallery .max-wrap {
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

#featured-gallery h2 {
    margin: 0 0 80px 0.8em;
    color: #fff;
    font-size: 60px;
    line-height: 1em;
    border-bottom: 2px solid #da1d03;
    padding-bottom: 0.3em;
    padding-top: 0.8em;
    position: relative;
}

.gallery-tile {
    box-sizing: border-box;
    width: 18.75em;
    padding: 0.8em;
}

#footer-block {
	background: #fff;
	padding: 30px 0 50px;
}

#footer-block .foot-logo {
	margin: 30px auto 60px;
	display: block;
	max-width: 280px;
}

#footer-block .footer-links {
	margin: 80px 0 10px;
}

#footer-block .footer-links ul {
	text-transform: uppercase;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -1px;
    font-weight: 600;
}

#footer-block .footer-links ul li:first-child {
    border-left: none;
}

#footer-block .footer-links ul li {
	padding: 0;
    display: inline;
    flex-grow: 1;
    flex-basis: auto;
    margin: .25em 0;
    padding: 0 1em;
    text-align: center;
    border-left: 1px solid #000;
    background-color: #fff;
}

.form-wrap, 
.form-wrap .subscribe-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}

.form-wrap .subscribe-form span {
	text-align: center;
	color: #000;
	margin: 0 0 5px;
}

.subscribe-form,
.subscribe-form .input-holder {
    overflow: hidden;
}

.subscribe-form input[type="email"], 
.subscribe-form input[type="text"] {
    width: 70%;
    float: left;
    margin: 0 0 5px;
    padding: 0 15px;
    display: block;
    border: none;
    border-radius: 0px;
    height: 60px;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    background: #ddd;
}

.subscribe-form input[type="submit"] {
    padding: 8px 35px;
    text-align: center;
    height: 60px;
    font-weight: 400;
    width: 30%;
    border-width: 2px;
    border-color: #941d1e;
    border-style: solid;
    background: #941d1e;
    border-radius: 0px;
    float: right;
    margin: 0 0 5px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.subscribe-form input[type="submit"]:hover {
	background: #da1d03;
	border-color: #da1d03;
	color: #fff;
}

.subscriptions {
	color: #000;
}


@media (min-width: 768px) {
	.news-section {
		padding: 60px 0 50px;
	}

	.news-section .news-inner {
		max-width: 618px;
	}

	.news-section .section-heading {
		min-height: 318px;
		padding: 40px 0 0 40px;
	}

	.news-section .col {
		width: 50%;
	}

	.news-item {
		line-height: 24px;
		padding: 21px 20px 52px;
	}

	.form-wrap .subscribe-form span {
	  -ms-flex: 0 1 20%;
	  flex: 0 1 20%;
	  max-width: 20%;
	  margin-right: 2%;
	  text-align: left;
	  align-self: self-end;
	}

	.form-wrap .subscribe-form .input-holder {
	  width: auto;
	  -ms-flex: 0 1 78%;
	  flex: 0 1 78%;
	}
}

@media screen and (min-width: 1023px) and (max-width: 1200px) {
	#featured-gallery .holder {
		padding: 0 80px;
	}
}	

@media (min-width: 1024px) {
	.news-section .news-inner {
		max-width: 100%;
	}

	.news-section .section-heading {
		width: 66.66%;
		padding: 08px 0 0 30px;
	}

	.news-section .col {
		width: 33.33%;
	}

	.news-item {
		padding: 25px 30px 44px;
		line-height: 25px;
	}

	.gallery-section {
		margin: 0 0 -40px;
	}

	.image-slideshow {
		padding: 0 15px;
		margin: 30px 0 90px;
	}

	.image-slideshow .item {
		margin: 0;
		padding: 0 15px;
	}

	.image-slideshow .slick-arrow {
		top: 50%;
		margin-top: -26px;
	}

	.image-slideshow .slick-arrow.slick-prev {
		left: -56px;
	}

	.image-slideshow .slick-arrow.slick-next {
		right: -56px;
	}
}

@media (max-width: 1023px) {
	#header h2 {
		font-size: 4em;
		margin-top: 8em;
	}

	.odo {
		display: none;
	}

	#cmc-block .left {
	    padding: 50px 30px 0 0px;
	}

	#cmc-block.reverse .right {
		padding: 0 0px 0 50px;
	}

	#chair-block .col {
		width: 49%;
		padding: 0 40px 30px;
	}

	#chair-block .more-members {
		padding: 0 0 20px;
	}

	.gallery-tile-wrap {
		display: block;
		padding-bottom: 20px;
	}

	#featured-gallery h3 {
		margin: 0 0 80px;
	}
}

@media (max-width: 767px) {

	#header-block {
		min-height: 460px;
	}

	#header h2 {
		display: none;
	}

	#navigation .logo img {
		max-width: 220px;
	}

	#nav .menu li a {
		font-size: 20px;
		font-weight: 400;
	}

	h1, 
	.h1,
	#cmc-block h1 {
		font-size: 34px;
		line-height: 36px;
		font-weight: 400;
	}

	#cmc-block .left,
	#cmc-block .right,
	#cmc-block.reverse .left {
		float:none;
		width: 100%;
	}

	#cmc-block.reverse .left {
		min-height: 400px;
	}

	#cmc-block .left,
	#cmc-block.reverse .right {
		padding: 0px;
	}

	#cmc-block .left .holder,
	#cmc-block.reverse .right .holder {
	    padding: 50px 30px;
	}

	#cmc-block .mission p a {
		font-size: 30px;
	}

	#cmc-block .mission p a:after {
		font-size: 20px;
	}

	#chair-block .col {
		width: 49%;
		margin: 0 0 15px;
	}

	#chair-block .more-members .col-half {
		width: 100%;
	}

	#chair-block .more-members .col {
		width: 100%;
		display: block;
		text-align: center;
		margin: 0;
	}

	#header.fixed-position .orig-box .logo-small {
    text-align: left;
    width: 200px;
	}

	#header.fixed-position .orig-box .logo-holder {
    padding: 15px 0;
    width: auto !important;
    display: inline;
	}

	#banner-block {
		background-attachment: initial;
		min-height: 400px;
	}

	#banner-block .holder {
		font-size: 16px;
	}

	.mobile-hide {
		display: none;
	}

	#featured-gallery h2 { 
		font-size: 34px;
		line-height: 36px;
		font-weight: 400;
	}

	.form-wrap .subscribe-form,
	.subscribe-form input[type="email"], 
	.subscribe-form input[type="text"],
	.subscribe-form input[type="submit"] {
	    width: 100%;
	    float: none;
	}

	.form-wrap .subscribe-form span {
	    margin: 0 0 10px;
	    text-align: left;
	}

	.form-wrap .subscribe-form .input-holder {
	  width: 100%;
	}

	.form-wrap .subscribe-form {
    	margin: 0 0 30px;
	}

	.popup {
		width: 80%;
	}
}

@media (max-width: 560px) {
	#photo-block .image-wrap {
		width: 100%;
	}

	.nav-drop {
		width: 100%;
		right: -100%;
	}

	#chair-block .col {
		width: 100%;
	}

	.subscriptions span {
		display: block;
		text-align: left;
	}

	#footer-block .footer-links {
		margin: 40px 0 10px;
	}

	#footer-block .footer-links ul li {
		display:block;
		border:none;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .hide-ie {
        display:none;
    }

    .gallery-tile-wrap {
    	display:block;
    	padding: 0 0 60px;
    }
}




