@font-face {
  font-family: "gill-sans";
  src: url("fonts/gill-sans-webfont.eot"); }

@font-face {
  font-family: "gill-sans";
  src: url("fonts/gill-sans-webfont.woff") format("woff"), url("fonts/gill-sans-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "gill-sans-bold";
  src: url("fonts/gill-sans-bold-webfont.eot"); }

@font-face {
  font-family: "gill-sans-bold";
  src: url("fonts/gill-sans-bold-webfont.woff") format("woff"), url("fonts/gill-sans-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Mono Social Icons Font";
  src: url("fonts/mono-social-webfont.eot"); }

@font-face {
  font-family: "Mono Social Icons Font";
  src: url("fonts/mono-social-webfont.woff") format("woff"), url("fonts/mono-social-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

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

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
/* Normalize */
/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
/* Reset */
/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4;
  /* Optional */
  height: 100%; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

html, body {
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJBQkFGRUZFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJBQkFGRjBFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkFCQUZFREU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkFCQUZFRUU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtrV+I8AAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC',sizingMethod=crop);
  zoom: 1; }

.clear-left {
  clear: left !important; }

.clear-right {
  clear: right !important; }

.left-text {
  text-align: left !important; }

.center-text {
  text-align: center !important; }

.full-width {
  float: left;
  position: relative;
  display: block;
  width: 100%; }

a, a:active, a:visited {
  outline: none !important;
  -moz-outline: none !important;
  text-decoration: none !important; }

img {
  height: auto !important; }

body, html {
  display: block;
  float: left;
  height: 100%;
  position: relative;
  width: 100%; }

.full-width {
  float: left;
  position: relative;
  display: block;
  width: 100%; }

.float-left {
  float: left;
  position: relative;
  display: block; }

.float-right {
  float: right;
  display: block;
  position: relative; }

.clear-left {
  clear: left; }

.feature-title {
  color: #950c15;
  font-size: 28px;
  letter-spacing: 7px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "gill-sans", "Gill Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: normal; }

.section-title,
.other-things {
  color: #746565;
  font-size: 16px;
  letter-spacing: 3px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "gill-sans", "Gill Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: normal; }

.content-title {
  color: #950c15;
  font-size: 18px;
  letter-spacing: 3px;
  margin: 0 0 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "gill-sans", "Gill Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: normal; }

.contact-title {
  color: black;
  font-size: 16px;
  letter-spacing: 3px;
  margin: 0 0 5px 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "gill-sans", "Gill Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: normal; }

.sub-title {
  color: #655f5f;
  text-align: center;
  font-family: Georgia;
  font-style: italic;
  margin: 3px 0 0 0; }

p {
  color: #655f5f;
  font-size: 15px;
  text-align: center;
  margin: 0 100px;
  font-family: "gill-sans", "Gill Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: 27px; }
  p a {
    color: #950c15;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    animation-duration: 0.5s; }
    p a:hover {
      color: #231f20; }

ul {
  color: #655f5f;
  font-size: 15px;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "gill-sans", "Gill Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: 27px; }

input {
  border: 1px solid #ccc;
  color: #655f5f;
  padding: 5px;
  outline: none;
  font-family: "gill-sans", "Gill Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 100;
  font-style: normal;
  line-height: normal; }
  input:focus {
    border: 1px solid #950c15; }

input[type=submit] {
  background: #ccc;
  border: none;
  color: white;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 8px 8px 5px 10px;
  font-family: "gill-sans", "Gill Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: normal;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  animation-duration: 0.5s; }
  input[type=submit]:hover {
    background: #950c15; }
  input[type=submit]:focus {
    border: none; }

.page-content-area {
  padding: 90px 50px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.no-padding {
  padding: 0 !important; }

.page-content {
  float: left;
  position: relative;
  display: block;
  width: 940px;
  min-width: 200px !important;
  margin-left: -470px;
  left: 50%; }

.photo-divider {
  height: 299px;
  overflow: hidden; }
  .photo-divider img {
    height: auto !important;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px; }

.inner-shadow {
  -webkit-box-shadow: inset 0  14px 26px -10px black,  inset 0 -14px 26px -10px black;
  -moz-box-shadow: inset 0  14px 26px -10px black,  inset 0 -14px 26px -10px black;
  box-shadow: inset 0  14px 26px -10px black,  inset 0 -14px 26px -10px black; }

.social {
  margin: 0;
  padding: 0; }

.social-icon {
  display: inline-block;
  height: 32px;
  overflow: hidden;
  padding: 27px 0 25px 0;
  width: 32px; }
  .social-icon a {
    background: url("../img/social-2x.png") 0px 0px no-repeat;
    background-size: 62px auto !important;
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: -3000px;
    width: 100%;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    animation-duration: 0.5s; }
  .social-icon.facebook a {
    background-position: 0px -31px; }
    .social-icon.facebook a:hover {
      background-position: 0px 0px; }
  .social-icon.twitter a {
    background-position: -31px -31px; }
    .social-icon.twitter a:hover {
      background-position: -31px 1px; }
  .social-icon.instagram a {
    background-position: -31px -31px; }
    .social-icon.instagram a:hover {
      background-position: -31px 1px; }

.symbol, a.symbol:before {
  font-family: 'Mono Social Icons Font';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

a.symbol:before {
  content: attr(title);
  margin-right: 0.3em;
  font-size: 130%; }

.divider {
  background: #999;
  border: 0;
  height: 1px;
  margin: 25px auto 30px auto;
  width: 40px; }

.margin-vert-0 {
  margin-top: 0;
  margin-bottom: 0; }

.margin-top-60 {
  margin-top: 60px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.flex-control-nav {
  clear: left;
  text-align: center;
  padding: 0 0 40px 0;
  margin: 0;
  float: left;
  position: relative;
  display: block;
  width: 940px;
  min-width: 320px !important;
  margin-left: -470px;
  left: 50%; }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline; }

.flex-control-paging li a {
  width: 18px;
  height: 18px;
  display: block;
  background: #666;
  background: #dfddda;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }
  .flex-control-paging li a.flex-active:after {
    width: 10px;
    height: 10px;
    background: #950c15;
    content: "";
    cursor: default;
    display: block;
    position: relative;
    left: 4px;
    top: -18px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }

.flex-direction-nav {
  *height: 0;
  top: -45px;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  display: block;
  width: 100%;
  padding: 0;
  height: 24%; }
  .flex-direction-nav li {
    list-style-type: none; }
  .flex-direction-nav a {
    text-decoration: none;
    background: #f7f5f2;
    display: block;
    width: 85px;
    height: 85px;
    position: absolute;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default; }

.flex-direction-nav .flex-prev {
  left: -250px;
  text-indent: -9999px; }
  .flex-direction-nav .flex-prev:before, .flex-direction-nav .flex-prev:after {
    border-style: solid;
    border-color: transparent;
    border-left: 0;
    content: "";
    height: 0;
    position: absolute;
    width: 0; }
  .flex-direction-nav .flex-prev:before {
    border-right-color: #231f20;
    border-width: 12px;
    bottom: 30px;
    left: 32px; }
  .flex-direction-nav .flex-prev:after {
    border-right-color: #f7f5f2;
    border-width: 6px;
    bottom: 36px;
    left: 38px; }

.flex-direction-nav .flex-next {
  right: -220px;
  text-indent: -9999px; }
  .flex-direction-nav .flex-next:before, .flex-direction-nav .flex-next:after {
    border-style: solid;
    border-color: transparent;
    border-right: 0;
    content: "";
    height: 0;
    position: absolute;
    width: 0; }
  .flex-direction-nav .flex-next:before {
    border-left-color: #231f20;
    border-width: 12px;
    bottom: 30px;
    left: 36px; }
  .flex-direction-nav .flex-next:after {
    border-left-color: #f7f5f2;
    border-width: 6px;
    bottom: 36px;
    left: 36px; }

.header {
  background: #fffffe;
  height: 90px;
  z-index: 5;
  position: fixed;
  top: 0px;
  left: 0px;
  -webkit-box-shadow: 0px 3px 2px 0px #b3b3b3;
  -moz-box-shadow: 0px 3px 2px 0px #b3b3b3;
  box-shadow: 0px 3px 2px 0px #b3b3b3; }
  .header .navbar {
    float: left;
    position: relative;
    display: block;
    width: 820px;
    min-width: 320px !important;
    margin-left: -410px;
    left: 50%; }
  .header .nav {
    float: left;
    margin: 0;
    padding: 0;
    width: 90%; }
  .header .nav-item {
    display: inline-block;
    padding: 30px 0 30px 0;
    text-align: center;
    width: 15%; }
    .header .nav-item:nth-child(3) {
      padding-right: 8%; }
    .header .nav-item:nth-child(4) {
      padding-left: 8%; }
    .header .nav-item a {
      color: #746565;
      font-size: 16px;
      text-transform: uppercase;
      font-family: "gill-sans", "Gill Sans", "Helvetica", "Arial", sans-serif;
      font-weight: 200;
      font-style: normal;
      line-height: 18px;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      animation-duration: 0.5s; }
      .header .nav-item a:hover {
        color: #950c15; }
  .header .main-logo {
    margin: 0;
    z-index: 10; }
  .header .logo-image {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -68px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    animation-duration: 0.5s; }
  .header .touch-header {
    display: none;
    visibility: hidden; }

.feature {
  margin-top: 90px;
  background: #f7f5f2 url("../img/logo-watermark.png") right 750px no-repeat;
  z-index: 4;
  -webkit-box-shadow: 0 4px 20px black;
  -moz-box-shadow: 0 4px 20px black;
  box-shadow: 0 4px 20px black; }
  .feature .hero {
    background: url("../img/image-hero.jpg") center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 675px;
    margin: 0 auto; }
  .feature .hero-title {
    font-size: 36px;
    letter-spacing: 6px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 100px;
    font-family: "gill-sans-bold", "Gill Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 200;
    font-style: normal;
    line-height: normal; }
  .feature .jump {
    background: #f7f5f2;
    bottom: 0;
    content: "";
    height: 48px;
    position: absolute;
    width: 58px;
    z-index: 100;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    z-index: 110; }
    .feature .jump:before, .feature .jump:after {
      border-style: solid;
      border-color: transparent;
      border-bottom: 0;
      content: "";
      height: 0;
      position: absolute;
      width: 0; }
    .feature .jump:before {
      border-top-color: #231f20;
      border-width: 12px;
      bottom: 14px;
      left: 17px; }
    .feature .jump:after {
      border-top-color: #f7f5f2;
      border-width: 6px;
      bottom: 20px;
      left: 23px; }

.member-services {
  z-index: 3;
  -webkit-box-shadow: 0 4px 20px black;
  -moz-box-shadow: 0 4px 20px black;
  box-shadow: 0 4px 20px black; }
  .member-services .photo-divider img {
    top: -400px;
    position: absolute;
    left: 0px; }
  .member-services .page-content-area {
    -webkit-box-shadow: 0 -4px 20px black;
    -moz-box-shadow: 0 -4px 20px black;
    box-shadow: 0 -4px 20px black; }
  .member-services .services {
    margin: 0;
    padding: 0; }
  .member-services .service-offered {
    float: left;
    list-style-type: none;
    margin: 0 9% 35px 0;
    min-height: 235px;
    width: 27%; }
    .member-services .service-offered:nth-of-type(4), .member-services .service-offered:nth-of-type(7) {
      clear: left; }
    .member-services .service-offered:nth-of-type(3n) {
      margin-right: 0; }
    .member-services .service-offered.open-access:before, .member-services .service-offered.superior-security:before, .member-services .service-offered.climate-control:before, .member-services .service-offered.quality-care:before, .member-services .service-offered.transport-services:before, .member-services .service-offered.club-lounges:before, .member-services .service-offered.convenient-storage:before, .member-services .service-offered.club-events:before, .member-services .service-offered.member-sales:before {
      content: "";
      display: block;
      height: 42px;
      margin: 0 auto 8px auto;
      width: 44px; }
    .member-services .service-offered.open-access:before {
      background: url("../img/icon-key.svg") 0 0 no-repeat;
      background-size: 42px 42px; }
    .member-services .service-offered.superior-security:before {
      background: url("../img/icon-shield.svg") 0 0 no-repeat;
      background-size: 42px 42px; }
    .member-services .service-offered.climate-control:before {
      background: url("../img/icon-temp.svg") 0 0 no-repeat;
      background-size: 42px 42px; }
    .member-services .service-offered.quality-care:before {
      background: url("../img/icon-tools.svg") 0 0 no-repeat;
      background-size: 42px 42px; }
    .member-services .service-offered.transport-services:before {
      background: url("../img/icon-truck.svg") 0 0 no-repeat;
      background-size: 62px 50px;
      height: 42px;
      width: 62px; }
    .member-services .service-offered.club-lounges:before {
      background: url("../img/icon-star.svg") 0 0 no-repeat;
      background-size: 42px 42px; }
    .member-services .service-offered.convenient-storage:before {
      background: url("../img/icon-box.svg") 0 0 no-repeat;
      background-size: 42px 42px; }
    .member-services .service-offered.club-events:before {
      background: url("../img/icon-cal.svg") 0 0 no-repeat;
      background-size: 42px 42px; }
    .member-services .service-offered.member-sales:before {
      background: url("../img/icon-sale.svg") 0 0 no-repeat;
      background-size: 42px 42px; }
  .member-services p {
    line-height: 22px;
    margin: 0; }

.facility {
  z-index: 2;
  -webkit-box-shadow: 0 4px 20px black;
  -moz-box-shadow: 0 4px 20px black;
  box-shadow: 0 4px 20px black; }
  .facility .page-content-area {
    -webkit-box-shadow: 0 -4px 20px black;
    -moz-box-shadow: 0 -4px 20px black;
    box-shadow: 0 -4px 20px black; }
  .facility .section-title {
    margin: 80px 0 0 0; }
  .facility .facility-slideshow {
    height: 100%;
    margin: 0;
    padding: 0; }
  .facility .facility-image {
    float: left;
    list-style-type: none;
    margin: 0 20px 0 0;
    width: 100%;
    -webkit-backface-visibility: hidden; }
    .facility .facility-image img {
      border: 12px solid #f7f5f2;
      height: auto !important;
      margin: 0 0 25px 0;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      /* Firefox 10+, Firefox on Android */
      filter: gray;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      animation-duration: 0.5s; }
      .facility .facility-image img:hover {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
        filter: none; }
  .facility .flexslider {
    position: relative;
    float: left;
    float: left;
    position: relative;
    display: block;
    width: 940px;
    min-width: 320px !important;
    margin-left: -470px;
    left: 50%; }
  .facility .flex-viewport {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
    display: block;
    width: 940px;
    min-width: 320px !important;
    margin-left: -470px;
    left: 50%; }
  .facility .flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden; }
    .facility .flex-control-thumbs li {
      width: 25%;
      float: left;
      margin: 0; }
    .facility .flex-control-thumbs img {
      width: 100%;
      display: block;
      opacity: .7;
      cursor: pointer; }
      .facility .flex-control-thumbs img:hover {
        opacity: 1; }
    .facility .flex-control-thumbs.flex-active {
      opacity: 1;
      cursor: default; }

.follow {
  display: table-cell;
  height: 517px;
  overflow: hidden;
  vertical-align: middle; }
  .follow .background {
    display: block;
    margin-top: 150px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%; }
  .follow .follow-callout {
    background: rgba(255, 255, 255, 0.85);
    height: 35%;
    margin: auto;
    max-width: 53%;
    padding: 15px 40px 50px 40px;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .follow .follow-icon {
    color: #655f5f;
    font-size: 4em;
    text-align: center;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    animation-duration: 0.5s; }
    .follow .follow-icon:hover {
      color: #950c15; }
  .follow .follow-title {
    color: black;
    font-size: 18px;
    letter-spacing: 7px;
    margin: 5px 0 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: "gill-sans", "Gill Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 200;
    font-style: normal;
    line-height: normal; }
  .follow .twitter-follow-button,
  .follow .ig-follow-button {
    margin: 30px 0 20px 0; }
  .follow p {
    margin: 0 40px; }

.team {
  background: #f7f5f2;
  z-index: 3;
  -webkit-box-shadow: 0 -4px 20px black;
  -moz-box-shadow: 0 -4px 20px black;
  box-shadow: 0 -4px 20px black; }
  .team .page-content {
    padding: 80px 0 80px 0; }
  .team .divider {
    margin-bottom: 0; }
  .team .slides {
    margin: 0;
    padding: 0; }
  .team .team-bios {
    margin: 0;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
    display: block;
    width: 940px;
    min-width: 320px !important;
    margin-left: -470px;
    left: 50%; }
    .team .team-bios .flex-direction-nav a {
      background: #fff; }
  .team .team-member {
    display: block;
    visibility: visible;
    width: 100%;
    float: left;
    position: relative; }
  .team .photo {
    border: 20px solid white;
    margin-right: 5%;
    width: 40%;
    height: 0;
    padding-bottom: 40%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .team .photo.adam {
      background: url("../img/bio-adam.jpg") 0 0 no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    .team .photo.lindsay {
      background: url("../img/bio-lindsay.jpg") center center no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
  .team .team-info {
    /* border-bottom: 1px solid #dfddda; */
    margin-top: 5%;
    width: 100%;
    /* width: 43%; */ }
  .team .team-pagination {
    bottom: 30px;
    left: 55%;
    position: absolute;
    width: 43%; }
  .team .team-thumb {
    margin: 0;
    padding: 0; }
  .team .team-thumb-item {
    display: inline;
    list-style-type: none;
    margin-right: 5%;
    width: 75px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray; }
    .team .team-thumb-item.active, .team .team-thumb-item:hover {
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: grayscale(0%);
      filter: none; }
    .team .team-thumb-item.active .photo-small {
      border-color: #950c15; }
  .team .photo-small {
    border: 4px solid #dfddda;
    display: block;
    width: 105%;
    height: 0;
    padding-bottom: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
    .team .photo-small.adam {
      background: url("../img/bio-adam.jpg") 0 -5px no-repeat;
      background-size: 120px 90px; }
    .team .photo-small.lindsay {
      background: url("../img/bio-lindsay.jpg") center center no-repeat;
      background-size: 120px 80px; }
  .team .content-title,
  .team .sub-title,
  .team p {
    letter-spacing: 0;
    text-align: center;
    margin: 0; }
  .team .sub-title {
    line-height: normal;
    margin-bottom: 25px; }
  .team .sub-email {
    margin-bottom: 1px; }
  .team p {
    margin-bottom: 25px; }
  .team a {
    color: #231f20; }
    .team a:hover {
      color: #950c15; }
  .team .flexslider {
    position: relative;
    float: left;
    width: 100%; }
  .team .flex-viewport {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
    display: block;
    width: 940px;
    min-width: 320px !important;
    margin-left: -470px;
    left: 50%; }

.contact .photo-divider {
  background: url("../img/image-divider_map.jpg") center center no-repeat;
  height: 301px; }
.contact .page-content-area {
  -webkit-box-shadow: 0 4px 20px black;
  -moz-box-shadow: 0 4px 20px black;
  box-shadow: 0 4px 20px black; }
.contact .contact-block {
  margin-bottom: 60px; }
.contact .social {
  text-align: center; }
.contact .phone-mobile {
  display: none; }
.contact .wufoo {
  margin: 0 0 30px 0; }
  .contact .wufoo input[type=email] {
    width: 275px; }
.contact .form-fields {
  list-style-type: none;
  margin: 0 auto 40px auto;
  padding: 0;
  width: 425px; }
  .contact .form-fields li {
    clear: left;
    font-family: "gill-sans", "Gill Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 200;
    font-style: normal;
    line-height: normal; }
    .contact .form-fields li:first-child {
      margin-left: 3px; }
.contact label.desc {
  color: #655f5f;
  float: left;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 10px 10px 0 0; }
.contact form li span {
  margin: 0 .5em 0 0;
  padding: 0;
  float: left; }
.contact form li span label {
  color: #746565;
  display: block;
  clear: both;
  font-size: 14px;
  margin: 4px 0 14px 0; }
.contact .field.fn {
  width: 122px; }
.contact .field.ln {
  width: 132px; }
.contact .req {
  color: #950c15;
  float: right; }
.contact .buttons {
  clear: left; }
  .contact .buttons div {
    margin: 0 auto;
    position: relative;
    top: 15px;
    width: 81px; }
.contact .error {
  margin: 0 0 10px 0;
  padding: 0; }
  .contact .error li {
    color: #950c15;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    font-family: "gill-sans", "Gill Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 200;
    font-style: normal;
    line-height: 24px; }

.foot {
  background: #3b3b3a;
  padding: 10px 0; }
  .foot p {
    color: #cdcdcd;
    font-size: 13px;
    line-height: 18px; }

.not-found .wrapper {
  background: #f7f5f2 url("../img/logo-watermark.png") right center no-repeat;
  min-height: 100%;
  position: relative; }
.not-found .content {
  top: 90px;
  padding-bottom: 57px; }
  .not-found .content ul {
    margin-bottom: 60px;
    width: 125px; }
.not-found #goog-fixurl ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  text-align: center;
  width: 100%; }
.not-found #goog-fixurl input[type=submit] {
  clear: left;
  display: block;
  margin: 10px auto; }
.not-found .foot {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

.ie8 body, .ie8 html {
  display: block;
  float: left;
  height: 100%;
  position: relative;
  overflow-y: scroll;
  width: 100%; }
.ie8 .browsehappy {
  position: fixed;
  top: -3px;
  height: 30px;
  width: 100%;
  z-index: 9999; }
.ie8 .header {
  border-bottom: 1px solid #655f5f;
  top: 23px; }
  .ie8 .header .nav-item {
    width: 110px; }
.ie8 .nav li + li + li {
  padding-right: 60px; }
.ie8 .nav li + li + li + li {
  padding-left: 60px;
  padding-right: 10px; }
.ie8 .nav li + li + li + li {
  padding-left: 60px;
  padding-right: 10px; }
.ie8 .nav li + li + li + li + li {
  padding-left: 0; }
.ie8 .feature .hero {
  background: #e2ded5 url("../img/image-hero.jpg") center no-repeat; }
.ie8 .member-services .service-offered {
  min-height: 0px;
  width: 100%; }
  .ie8 .member-services .service-offered:before {
    background: none;
    display: none; }
.ie8 .follow .follow-callout {
  background: white; }
.ie8 .social-icon.facebook a {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/social-fb-2x.png',sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/social-fb-2x.png',sizingMethod='scale')";
  background: none; }
.ie8 .social-icon.twitter a {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/social-twitter-2x.png',sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/social-twitter-2x.png',sizingMethod='scale')";
  background: none; }

/*! 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: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 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, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.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: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  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-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  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, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  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, 0.8); }

.fancybox-lock {
  overflow: visible !important;
  width: auto !important; }

.fancybox-margin {
  margin-right: 0px !important; }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
@media only screen and (min-width: 2000px) {
  .member-services .photo-divider img {
    top: -700px;
    position: absolute;
    left: 0px; }

  .facility .photo-divider img {
    top: -200px;
    position: absolute;
    left: 0px; } }
@media only screen and (min-width: 1614px) {
  .contact .photo-divider {
    background-size: cover; } }
@media only screen and (max-width: 1400px) {
  .member-services .photo-divider img {
    top: -300px;
    position: absolute;
    left: 0px; }

  .facility .flex-direction-nav .flex-prev {
    left: -90px; }
  .facility .flex-direction-nav .flex-next {
    right: -90px; }

  .team .flex-direction-nav .flex-prev {
    left: 0; }
  .team .flex-direction-nav .flex-next {
    right: 0; }
  .team .team-bios .slides {
    margin: 0 12%; } }
@media only screen and (max-width: 1150px) {
  .member-services .photo-divider img {
    top: -100px;
    position: absolute;
    left: 0px;
    width: 100%; }

  .facility .photo-divider img {
    top: 0px;
    position: absolute;
    left: 0px;
    width: 100%; }
  .facility .flex-direction-nav .flex-prev {
    display: none;
    visibility: hidden; }
  .facility .flex-direction-nav .flex-next {
    display: none;
    visibility: hidden; }

  .follow .background {
    width: 200%; } }
@media only screen and (max-width: 955px) {
  .flex-control-nav {
    width: 100%;
    left: 0px;
    margin-left: 0px;
    min-width: 100px !important; }

  .facility .flexslider {
    width: 100%;
    left: 0px;
    margin-left: 0px;
    min-width: 100px !important; }
  .facility .flex-viewport {
    width: 100%;
    left: 0px;
    margin-left: 0px;
    min-width: 100px !important; }

  .page-content {
    width: 100%;
    left: 0px;
    margin-left: 0px;
    min-width: 100px !important; }

  .header .navbar {
    width: 100%;
    left: 0px;
    margin-left: 0px;
    min-width: 100px !important; }

  .team .team-bios,
  .team .flex-viewport {
    width: 100%;
    left: 0px;
    margin-left: 0px;
    min-width: 100px !important; }
    .team .team-bios .slides,
    .team .flex-viewport .slides {
      padding: 0px;
      float: left;
      position: relative; }
  .team .team-pagination {
    bottom: 30px;
    float: left;
    width: 100%;
    position: relative;
    clear: left;
    display: block;
    left: 0%; }
  .team .team-thumb {
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    padding: 60px 0 20px 0; }
    .team .team-thumb li {
      float: none;
      display: inline-block;
      margin: 0 2% 0 2%; }

  .follow .follow-title {
    font-size: 18px;
    letter-spacing: 2px; }
  .follow .background {
    width: 200%; } }
@media only screen and (max-width: 768px) {
  p {
    margin: 0; }

  .photo-divider {
    height: 220px; }

  .header {
    position: fixed;
    top: 0px !important;
    width: 100%;
    left: 0px;
    height: 70px; }
    .header .social-symbol {
      color: #746565;
      font-size: 2.5em;
      position: absolute;
      right: 13%;
      top: 8%;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.2s;
      -moz-animation-duration: 0.2s;
      -o-transition-property: 0.2s;
      animation-duration: 0.2s; }
      .header .social-symbol:hover {
        color: #950c15; }
    .header .touch-header {
      display: block;
      visibility: visible;
      height: 70px;
      z-index: 5; }
    .header .touch-nav-heading {
      position: relative;
      top: 25%;
      right: 5%; }
    .header .nav {
      position: fixed;
      top: 0px;
      left: 0px;
      z-index: 999;
      visibility: hidden;
      display: none;
      background: rgba(255, 255, 254, 0.9);
      padding: 10px 0;
      width: 100%;
      z-index: 9999;
      height: 100%;
      min-height: 360px;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      opacity: 0;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.2s;
      -moz-animation-duration: 0.2s;
      -o-transition-property: 0.2s;
      animation-duration: 0.2s; }
      .header .nav.open {
        visibility: visible;
        display: block; }
    .header .nav-item {
      display: block;
      padding: 0;
      text-align: center;
      width: 100%; }
      .header .nav-item a {
        display: block;
        padding: 30px 0;
        width: 100%;
        font-size: 32px; }
      .header .nav-item:first-child {
        margin-top: 30px; }
      .header .nav-item:nth-child(3) {
        padding-right: 0; }
      .header .nav-item:nth-child(4) {
        padding-left: 0; }
    .header .logo-image {
      top: -62px;
      max-width: 55px; }
    .header .social-icon {
      display: none;
      visibility: hidden; }

  .feature {
    margin-top: 70px; }
    .feature .hero {
      height: 400px; }
    .feature .hero-title {
      font-size: 30px;
      top: 40px; }

  .member-services .service-offered {
    margin-bottom: 40px;
    min-height: 0;
    width: 100%; }
  .member-services .photo-divider img {
    margin-top: -230px;
    width: 200%; }

  .facility .photo-divider img {
    width: 200%; }

  .follow {
    height: 355px; }
    .follow .follow-callout {
      height: 55%;
      max-width: 90%;
      padding: 20px 0 50px 0; }
    .follow .follow-title {
      font-size: 12px; }
    .follow .background {
      margin-top: 0;
      width: 300%; }

  .team .divider {
    margin-bottom: 30px; }
  .team .photo {
    border: 10px solid white; }
  .team .photo {
    float: left;
    width: 100%;
    padding-bottom: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .team .team-info {
    width: 100%; }
  .team .content-title,
  .team .sub-title,
  .team p {
    text-align: center; }
  .team .team-pagination .team-thumb {
    padding: 60px 0 20px 0; } }
@media only screen and (max-width: 568px) {
  .page-content-area {
    padding: 40px 30px; }

  .page-content-area-no-padding {
    padding: 40px 0; }

  .photo-divider {
    height: 165px; }

  .feature-title {
    font-size: 18px; }

  p {
    line-height: 22px; }

  .header .social-symbol {
    right: 19%; }

  .feature .jump {
    display: none;
    visibility: hidden; }
  .feature .hero {
    height: 255px; }
  .feature .hero-title {
    font-size: 18px;
    top: 25px; }

  .member-services .photo-divider img {
    margin-top: -230px; }

  .facility .page-content-area-no-padding {
    padding: 40px 0; }
  .facility .photo-divider img {
    margin-top: -50px;
    width: 100%; }
  .facility .flex-viewport {
    width: 100%; }
  .facility .facility-image {
    width: 100% !important; }
    .facility .facility-image img {
      width: 100% !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0); }
  .facility .facility-slideshow {
    margin: 0 auto;
    width: 100% !important; }
  .facility .flex-direction-nav,
  .facility .flex-control-nav {
    display: none;
    visibility: hidden; }

  .team .divider {
    margin-bottom: 30px; }
  .team .team-pagination {
    left: 0;
    margin-top: 3%;
    width: 100%; }
    .team .team-pagination .team-thumb {
      padding: 40px 0 20px 0; }
  .team .team-info {
    clear: left;
    width: 100%; }
  .team .team-bios .slides {
    margin: 0 9%; }
  .team .flex-direction-nav a {
    height: 45px;
    width: 45px; }
  .team .flex-direction-nav .flex-prev:before {
    bottom: 11px;
    left: 14px; }
  .team .flex-direction-nav .flex-prev:after {
    bottom: 17px;
    left: 20px; }
  .team .flex-direction-nav .flex-next:before {
    bottom: 11px;
    left: 20px; }
  .team .flex-direction-nav .flex-next:after {
    bottom: 17px;
    left: 20px; }
  .team p {
    font-size: 13px; }

  .contact .photo-divider {
    height: 250px; }
  .contact .form-fields {
    width: 250px; }
  .contact form li span:nth-of-type(1) {
    clear: left; }
  .contact .field.fn {
    width: 95px; }
  .contact .field.ln {
    width: 112px; }
  .contact .phone-mobile {
    display: block; }
  .contact .phone-desktop {
    display: none; }
  .contact .wufoo input[type=email] {
    width: 230px; } }
@media only screen and (max-width: 320px) {
  .member-services .photo-divider img {
    margin-top: -50px; } }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
