/*
Theme Name: Village Shops
*/
@import url("//hello.myfonts.net/count/2daf26");
@font-face {
	font-family: 'Ingeborg';
	src: url('fonts/2DAF26_2_0.eot');
	src: url('fonts/2DAF26_2_0.eot?#iefix') format('embedded-opentype'),url('fonts/2DAF26_2_0.woff2') format('woff2'),url('fonts/2DAF26_2_0.woff') format('woff'),url('fonts/2DAF26_2_0.ttf') format('truetype');
	}

/* -------------------------------------------------------------------------- */
/* Browser Resets */
/* -------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, main
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  height: 100%;
  background-color: #fff;
  color: #000;
  text-align: center; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

input {
  margin: 0; }

/* Special-Case resets */
body, header, main, footer, div, section, article, aside, details, figcaption,
figure, hgroup, menu, nav, span, p, a, input, textarea, select {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #000; }

iframe {
  width: 1px;
  min-width: 100%;
  *width: 100%; }

input, select, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: none; }

input[type="radio"] {
  -webkit-appearance: radio; }

input[type="submit"]:hover {
  cursor: pointer; }

textarea, input, button, :focus {
  outline: none; }

select {
  -moz-appearance: none; }

/*----------------------------------------------------------------------------*/
/*	GENERAL
/*----------------------------------------------------------------------------*/
body {
  height: 100%;
  width: 100%;
  text-align: left;
  font: 16px/22px "Lato", sans-serif;
  letter-spacing: 0.025em;
  color: #003365; }

p {
  font: 400 15px/23px "Lato", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 20px; }

a {
  color: #00777e; }

strong, .strong {
  font-weight: 700;
  letter-spacing: .05em; }

.ital {
  font-style: italic;
  letter-spacing: .025em; }

.emph {
  color: #00777e; }

.clearfix {
  clear: both; }

.clearwidth {
  clear: both;
  width: 100%;
  height: 0px; }

.mobile-show, .tablet-show {
  display: none; }

.phone {
  position: relative; }
  .phone .phoneLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

h1, .h1-like {
  font: 900 18px/21px "Lato", sans-serif;
  letter-spacing: 0.225em;
  text-transform: uppercase; }

h2, .h2-like {
  font: 900 18px/21px "Lato", sans-serif;
  letter-spacing: 0.225em;
  text-transform: uppercase; }

h3, .h3-like {
  font: 900 13px/21px "Lato", sans-serif;
  letter-spacing: 0.185em;
  text-transform: uppercase; }

h4, .h4-like {
  font: 400 11px/21px "Lato", sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase; }

h5, .h5-like {
  font: 400 10px/19px "Lato", sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase; }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.fw-800 {
  font-weight: 800; }

.tt-upper {
  text-transform: uppercase; }

.tt-lower {
  text-transform: lowercase; }

/*----------------------------------------------------------------------------*/
/*	HEADER
/*----------------------------------------------------------------------------*/
header {
  position: fixed;
  height: 155px;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 1000;
  background-color: #fff; }
  @media screen and (max-width: 600px) {
    header {
      height: 55px; } }

.headerContainer {
  max-width: 100%;
  margin: 0 auto;
  text-align: center; }

.header__logo {
  display: block;
  width: 320px;
  height: 53px;
  margin: 45px auto 28px;
  background-image: url("img/logo_main.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px; }
  @media screen and (max-width: 600px) {
    .header__logo {
      width: 170px;
      height: 28px;
      margin: 14px auto 13px; } }

.header__nav ul {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #000046; }
  .header__nav ul li {
    display: inline-block; }
    .header__nav ul li a {
      display: block;
      color: #fff;
      font: 11px/29px "Lato", sans-serif;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      padding: 0 30px;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
      .header__nav ul li a:hover {
        color: #00adee; }
      @media screen and (max-width: 900px) {
        .header__nav ul li a {
          padding: 0 20px; } }
      @media screen and (max-width: 768px) {
        .header__nav ul li a {
          padding: 0 10px; } }
    .header__nav ul li.current a {
      color: #00adee; }
@media screen and (max-width: 600px) {
  .header__nav {
    display: none; } }

/*----------------------------------------------------------------------------*/
/*	MAIN
/*----------------------------------------------------------------------------*/
main {
  margin-top: 155px; }
  @media screen and (max-width: 600px) {
    main {
      margin-top: 55px; } }

section {
  max-width: 1200px;
  margin: 0 auto; }

/*---------------- MAIN PAGE GRID ----------------*/
.spareCol__outer {
  display: none;
  width: 25.19531%;
  float: left;
  position: relative;
  height: 0;
  padding-bottom: 80.6641%; }

.widthtastic .spareCol__outer {
  display: inline-block;
  padding-bottom: 56.25%; }

.widthtastic.heightastic .spareCol__outer {
  display: inline-block;
  padding-bottom: 80.6641%; }
  @media screen and (max-width: 600px) {
    .widthtastic.heightastic .spareCol__outer {
      display: none; } }

.spareCol__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.row1__outer {
  display: inline-block;
  width: 100%;
  float: right;
  position: relative;
  height: 0;
  padding-bottom: 41.515%; }
  @media screen and (max-width: 600px) {
    .row1__outer {
      padding-bottom: 61.11111%; } }

.widthtastic .row1__outer {
  width: 74.80469%;
  padding-bottom: 31.055%; }

.row1__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.row2__outer {
  display: inline-block;
  width: 100%;
  float: right;
  position: relative;
  height: 0;
  padding-bottom: 33.683%; }

.widthtastic .row2__outer {
  width: 74.80469%;
  padding-bottom: 25.196%; }

.row2__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.row3__outer {
  display: none;
  width: 100%;
  float: right;
  position: relative;
  height: 0;
  padding-bottom: 32.638%; }

.heightastic .row3__outer {
  display: inline-block; }
  @media screen and (max-width: 600px) {
    .heightastic .row3__outer {
      display: none; } }

.widthtastic.heightastic .row3__outer {
  display: inline-block;
  width: 74.80469%;
  padding-bottom: 24.415%; }
  @media screen and (max-width: 600px) {
    .widthtastic.heightastic .row3__outer {
      display: none; } }

.row3__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/*---------------- ROW-1 ----------------*/
.row1left__outer {
  display: inline-block;
  width: 67.36292%;
  float: left;
  position: relative;
  height: 0;
  padding-bottom: 41.514%; }
  @media screen and (max-width: 600px) {
    .row1left__outer {
      width: 100%;
      padding-bottom: 61.11111%; } }

.row1left__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 8px;
  bottom: 8px;
  background-color: #aaa; }
  @media screen and (max-width: 600px) {
    .row1left__inner {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }

.row1right__outer {
  display: inline-block;
  width: 32.63708%;
  float: right;
  position: relative;
  height: 0;
  padding-bottom: 41.514%; }
  @media screen and (max-width: 600px) {
    .row1right__outer {
      display: none; } }

.row1right__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 8px;
  background-color: #aaa; }

/*---------------- ROW-2 ----------------*/
.row2left__outer {
  display: inline-block;
  width: 33.68146%;
  float: left;
  position: relative;
  height: 0;
  padding-bottom: 33.681%; }

.row2left__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 8px;
  bottom: 8px;
  background-color: #aaa; }

.row2right__outer {
  display: inline-block;
  width: 66.31854%;
  float: right;
  position: relative;
  height: 0;
  padding-bottom: 33.681%; }

.row2right__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 8px;
  background-color: #aaa; }

/*---------------- ROW-3 ----------------*/
.row3left__outer {
  display: inline-block;
  width: 67.36292%;
  float: left;
  position: relative;
  height: 0;
  padding-bottom: 32.637%; }

.row3left__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 8px;
  bottom: 0;
  background-color: #aaa; }

.row3right__outer {
  display: inline-block;
  width: 32.63708%;
  float: right;
  position: relative;
  height: 0;
  padding-bottom: 32.637%; }

.row3right__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #aaa; }

/*--------------- ROW-4&5 ---------------*/
.row4__outer {
  display: inline-block;
  width: 100%;
  float: left;
  position: relative;
  height: 0;
  padding-bottom: 223.27%; }

.row4__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 8px;
  bottom: 8px;
  background-color: #aaa; }

.row5__outer {
  display: none;
  width: 100%;
  float: left;
  position: relative;
  height: 0;
  padding-bottom: 96.899%; }

.heightastic .row5__outer {
  display: inline-block; }
  @media screen and (max-width: 600px) {
    .heightastic .row5__outer {
      display: none; } }

.row5__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 8px;
  bottom: 0;
  background-color: #aaa; }

/*------------ SLIDE CONTROL ------------*/
.slides .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: '';
  opacity: 0;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease; }

.slides .slide.active {
  opacity: 1; }

.box__text__corner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00777e;
  background-color: rgba(0, 119, 126, 0.80);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: '';
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease; }
  .box__text__corner:hover {
    background-color: rgba(0, 119, 126, 0.95); }

.box__text__center {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000046;
  background-color: rgba(0, 0, 66, 0.95);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: '';
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease; }
  .box__text__center:hover {
    background-color: #000046;
    background-color: rgba(0, 0, 66, 0.80); }

/*---------------- INT PAGE GRID ----------------*/
.int__hero__outer {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 27.63672%; }
  .int__hero__outer .int__hero__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 8px; }
  @media screen and (max-width: 600px) {
    .int__hero__outer {
      padding-bottom: 60%; } }

.int__left__outer {
  display: inline-block;
  width: 25.19531%;
  position: relative;
  height: 0;
  padding-bottom: 26.85555%; }
  .int__left__outer .int__left__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 8px;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: ''; }
  @media screen and (max-width: 600px) {
    .int__left__outer {
      display: none; } }

.int__center__outer {
  display: inline-block;
  width: 49.609375%;
  position: relative;
  height: 0;
  padding-bottom: 26.85555%; }
  .int__center__outer .int__center__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: ''; }
  @media screen and (max-width: 600px) {
    .int__center__outer {
      width: 100%;
      padding-bottom: 60%; } }

.int__right__outer {
  display: inline-block;
  width: 25.19531%;
  position: relative;
  height: 0;
  padding-bottom: 26.85555%; }
  .int__right__outer .int__right__inner {
    position: absolute;
    top: 0;
    left: 8px;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: ''; }
  @media screen and (max-width: 600px) {
    .int__right__outer {
      display: none; } }

/*---------------- DIRECTORY MAP ----------------*/
.map__wrap__container {
  max-height: 385px;
  background-color: #e7e7e7; }
  .map__wrap__container .map__wrap {
    max-width: 800px;
    text-align: center;
    margin: 0 auto; }

#directory__map {
  position: relative;
  height: 0;
  padding-bottom: 48.14453%;
  max-width: 800px;
  margin: 0 auto; }
  #directory__map #directory__map__svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 385px; }

.map_siteset {
  cursor: pointer; }
  .map_siteset .site {
    fill: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
  .map_siteset .mark {
    fill: #003365;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
  .map_siteset .mark.inner {
    fill: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
  .map_siteset:hover .site {
    fill: #003365; }
  .map_siteset:hover .mark {
    fill: #fff; }
  .map_siteset:hover .mark.inner {
    fill: #003365; }
  .map_siteset.invert .site {
    fill: #003365; }
  .map_siteset.invert .mark {
    fill: #fff; }
  .map_siteset.invert .mark.inner {
    fill: #003365; }

#directory__list {
  margin: 20px 2% 40px 10%; }
  #directory__list .buildings {
    padding-left: 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
    #directory__list .buildings .building {
      padding-left: 10px;
      margin-bottom: 15px; }
      @media screen and (max-width: 900px) {
        #directory__list .buildings .building {
          margin-bottom: 10px; } }
      #directory__list .buildings .building .buildingNo {
        display: block;
        font: 11px/38px "Lato", sans-serif;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: #000046;
        margin-bottom: 10px; }
        @media screen and (max-width: 900px) {
          #directory__list .buildings .building .buildingNo {
            font: 11px/33px "Lato", sans-serif;
            margin-bottom: 5px; } }
        #directory__list .buildings .building .buildingNo:after {
          content: '';
          display: block;
          height: 2px;
          width: 160px;
          background-color: #e6e7e8; }
      #directory__list .buildings .building .store {
        margin-left: -10px; }
        #directory__list .buildings .building .store .storelink {
          display: inline-block;
          font: 13px/28px "Lato", sans-serif;
          letter-spacing: 0.15em;
          text-transform: uppercase;
          color: #003365;
          padding: 0 10px;
          -webkit-transition: all 200ms ease;
          transition: all 200ms ease; }
          @media screen and (max-width: 900px) {
            #directory__list .buildings .building .store .storelink {
              font: 12px/25px "Lato", sans-serif; } }
          #directory__list .buildings .building .store .storelink .letter {
            font: 700 13px/28px "Lato", sans-serif;
            letter-spacing: 0.15em;
            text-transform: uppercase;
            color: #6d6e70;
            padding-right: 10px;
            -webkit-transition: all 200ms ease;
            transition: all 200ms ease; }
            @media screen and (max-width: 900px) {
              #directory__list .buildings .building .store .storelink .letter {
                font: 700 12px/25px "Lato", sans-serif; } }
          #directory__list .buildings .building .store .storelink:hover {
            background-color: #000046;
            color: #fff; }
            #directory__list .buildings .building .store .storelink:hover .letter {
              color: #fff; }
          #directory__list .buildings .building .store .storelink.invert {
            background-color: #000046;
            color: #fff; }
            #directory__list .buildings .building .store .storelink.invert .letter {
              color: #fff; }
    @media screen and (max-width: 900px) {
      #directory__list .buildings {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; } }
  @media screen and (max-width: 1000px) {
    #directory__list {
      margin: 20px 1% 40px 3%; } }
  @media screen and (max-width: 900px) {
    #directory__list {
      margin: 20px 2% 40px 10%; } }
  @media screen and (max-width: 768px) {
    #directory__list {
      margin: 20px 1% 40px 3%; } }

#directory__list__mobile {
  margin: 0px auto 40px;
  padding-top: 40px; }
  #directory__list__mobile .store {
    text-align: center;
    height: 36px; }
    #directory__list__mobile .store .storelink {
      display: inline-block;
      font: 13px/28px "Lato", sans-serif;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: #003365;
      padding: 0 10px;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
      #directory__list__mobile .store .storelink .letter {
        font: 700 13px/28px "Lato", sans-serif;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: #6d6e70;
        padding-right: 10px;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease; }
      #directory__list__mobile .store .storelink:hover {
        background-color: #000046;
        color: #fff; }
        #directory__list__mobile .store .storelink:hover .letter {
          color: #fff; }

/*---------------- STORE INFO POPUP ----------------*/
.store__site__wrap {
  width: 100%;
  padding: 0px; }
  .store__site__wrap .store__site {
    background-color: #e6e7e8; }
    .store__site__wrap .store__site .store__image__wrap {
      position: relative;
      height: 0;
      padding-bottom: 61.21495%; }
      .store__site__wrap .store__site .store__image__wrap .store__image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
	.store__site__wrap .store__site__left {
		float: left;
		margin-bottom: 10px;
	}
	.store__site__wrap .store__site__right {
		float: right;
		margin-bottom: 10px;
	}
	@media screen and (max-width: 380px) {
		.store__site__wrap .store__site__right {
    		float: left;
			clear: both;
		}
	}
    .store__site__wrap .store__site .store__title {
      font: 700 12px/21px "Lato", sans-serif;
      letter-spacing: 0.225em;
      text-transform: uppercase;
      padding: 0 27px;
      margin: 20px 0 3px; }
      .store__site__wrap .store__site .store__title:after {
        content: '';
        display: block;
        width: 180px;
        height: 2px;
        background-color: #fff;
        margin-top: 3px; }
    .store__site__wrap .store__site .store__phone {
      font: 700 12px/21px "Lato", sans-serif;
      letter-spacing: 0.225em;
      text-transform: uppercase;
      padding: 0 27px;
      margin-bottom: 10px; }
    .store__site__wrap .store__site .store__hours {
      font: 700 12px/21px "Lato", sans-serif;
      letter-spacing: 0.225em;
      text-transform: uppercase;
      padding: 0 27px; }
    .store__site__wrap .store__site .store__hours__row {
      font: 400 11px/21px "Lato", sans-serif;
      letter-spacing: 0.150em;
      text-transform: uppercase;
      padding: 0 27px; }
    .store__site__wrap .store__site .store__desc {
      font: 400 13px/21px "Lato", sans-serif;
      letter-spacing: 0.02em;
      padding: 0 27px 25px;
      margin: 0; }
    .store__site__wrap .store__site .store__tour__wrap {
		margin-top: 20px;
		margin-right: 27px; }
      .store__site__wrap .store__site .store__tour__wrap .store__tour {
        display: inline-block;
        width: 70px;
        height: 70px;
        background-image: url("img/icon_tour_inv.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0;
        position: relative; }
        .store__site__wrap .store__site .store__tour__wrap .store__tour:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-image: url("img/icon_tour.png");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          opacity: 1;
          -webkit-transition: opacity 200ms ease;
          transition: opacity 200ms ease; }
        .store__site__wrap .store__site .store__tour__wrap .store__tour:hover:after {
          opacity: 0; }
	@media screen and (max-width: 380px) {
		.store__site__wrap .store__site .store__tour__wrap {
    		margin: 10px 27px;
		}
	}
	.store__site__wrap .store__site .store__gallink__wrap {
		position: absolute;
		bottom: 0;
		right: 0; }
      .store__site__wrap .store__site .store__gallink__wrap .store__gallink {
        display: inline-block;
        font: 700 10px/23px "Lato", sans-serif;
        letter-spacing: 0.185em;
        text-transform: uppercase;
        padding: 0 10px;
        background-color: #000046;
        color: #fff;
        -webkit-transition: color 200ms ease, background-color 200ms ease;
        transition: color 200ms ease, background-color 200ms ease; }
        .store__site__wrap .store__site .store__gallink__wrap .store__gallink:hover {
          color: #000046;
          background-color: #fff; }
	.store__site__wrap .store__site .store__email {
		float:left; }
      .store__site__wrap .store__site .store__email__link {
        display: inline-block;
        font: 700 10px/23px "Lato", sans-serif;
        letter-spacing: 0.185em;
        text-transform: uppercase;
        padding: 0 10px;
        background-color: #fff;
        color: #000046;
        -webkit-transition: color 200ms ease, background-color 200ms ease;
        transition: color 200ms ease, background-color 200ms ease; }
        .store__site__wrap .store__site .store__email__link:hover {
          color: #fff;
          background-color: #000046; }
	.store__site__wrap .store__site .store__website {
		float:right; }
      .store__site__wrap .store__site .store__website__link {
        display: inline-block;
        font: 700 10px/23px "Lato", sans-serif;
        letter-spacing: 0.185em;
        text-transform: uppercase;
        padding: 0 10px;
        background-color: #fff;
        color: #000046;
        -webkit-transition: color 200ms ease, background-color 200ms ease;
        transition: color 200ms ease, background-color 200ms ease; }
        .store__site__wrap .store__site .store__website__link:hover {
          color: #fff;
          background-color: #000046; }
.prep-show-imgs .store__site__wrap {
	visibility: hidden;
}

.gallery__site__wrap {
  width: 1000px;
  padding: 0px; }
  .gallery__site__wrap .gallery__site {
    background-color: #e6e7e8; }

/*---------------- INTERRIOR PAGES ----------------*/
.int__copy {
  background-color: #e6e7e8;
  margin: 0 auto;
  padding: 60px 13% 10px; }
  @media screen and (max-width: 600px) {
    .int__copy {
      padding: 24px 36px 10px; } }

#events h2 {
  margin-bottom: 18px; }
#events .group__events {
  padding: 0 30px;
  margin-bottom: 40px; }

#about {
  text-align: center; }
  #about h1 {
    display: inline-block;
    padding: 0 12px 10px;
    border-bottom: solid 2px #fff;
    margin-bottom: 10px; }
  #about .directory__link {
    display: inline-block;
    height: 128px;
    width: 128px;
    margin: 40px auto 50px;
    position: relative;
    background-image: url("img/icon_direct_inv.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
    #about .directory__link:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: url("img/icon_direct.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      opacity: 1;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
    #about .directory__link:hover:after {
      opacity: 0; }
    @media screen and (max-width: 600px) {
      #about .directory__link {
        display: none; } }

.contact .int__copy, .dine .int__copy {
  padding: 90px 8% 70px; }
  .contact .int__copy .col_right, .dine .int__copy .col_right {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    padding-left: 36px; }
    .contact .int__copy .col_right h1, .dine .int__copy .col_right h1 {
      display: block;
      padding: 0 0 10px;
      border-bottom: solid 2px #fff;
      margin-bottom: 10px; }
    .contact .int__copy .col_right .directory__link, .dine .int__copy .col_right .directory__link {
      text-align: right;
      display: inline-block;
      height: 128px;
      width: 128px;
      margin: 40px auto 50px;
      position: relative;
      background-image: url("img/icon_direct_inv.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
      .contact .int__copy .col_right .directory__link:after, .dine .int__copy .col_right .directory__link:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url("img/icon_direct.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease; }
      .contact .int__copy .col_right .directory__link:hover:after, .dine .int__copy .col_right .directory__link:hover:after {
        opacity: 0; }
    .contact .int__copy .col_right .int__tour, .dine .int__copy .col_right .int__tour {
      width: 60px;
      height: 60px;
      background-image: url("img/icon_tour_inv.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      margin: 20px auto 24px; }
      .contact .int__copy .col_right .int__tour:after, .dine .int__copy .col_right .int__tour:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url("img/icon_tour.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease; }
      .contact .int__copy .col_right .int__tour:hover:after, .dine .int__copy .col_right .int__tour:hover:after {
        opacity: 0; }
    @media screen and (max-width: 600px) {
      .contact .int__copy .col_right, .dine .int__copy .col_right {
        width: 100%;
        text-align: center;
        padding: 0 36px 40px; } }
  .contact .int__copy .col_left, .dine .int__copy .col_left {
    display: inline-block;
    width: 55%;
    vertical-align: top; }
    .contact .int__copy .col_left .int_main_img_wrap, .dine .int__copy .col_left .int_main_img_wrap {
      width: 100%;
      height: 0;
      position: relative;
      padding-bottom: 61.11111%;
      margin-bottom: 12px; }
      .contact .int__copy .col_left .int_main_img_wrap .int_main_img, .dine .int__copy .col_left .int_main_img_wrap .int_main_img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
      @media screen and (max-width: 600px) {
        .contact .int__copy .col_left .int_main_img_wrap, .dine .int__copy .col_left .int_main_img_wrap {
          margin-bottom: 24px; } }
    .contact .int__copy .col_left .int_galleria .int_gal_a, .dine .int__copy .col_left .int_galleria .int_gal_a {
      display: inline-block;
      position: relative;
      height: 60px;
      width: 60px;
      border: 2px solid #fff;
      border-radius: 50%; }
      .contact .int__copy .col_left .int_galleria .int_gal_a .int_gal_img, .dine .int__copy .col_left .int_galleria .int_gal_a .int_gal_img {
        height: 56px;
        width: 56px;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%; }
    .contact .int__copy .col_left .int_galleria .int__tour, .dine .int__copy .col_left .int_galleria .int__tour {
      display: inline-block;
      width: 60px;
      height: 60px;
      background-image: url("img/icon_tour_inv.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      margin-left: 2px; }
      .contact .int__copy .col_left .int_galleria .int__tour:after, .dine .int__copy .col_left .int_galleria .int__tour:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url("img/icon_tour.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease; }
      .contact .int__copy .col_left .int_galleria .int__tour:hover:after, .dine .int__copy .col_left .int_galleria .int__tour:hover:after {
        opacity: 0; }
    @media screen and (max-width: 600px) {
      .contact .int__copy .col_left, .dine .int__copy .col_left {
        width: 100%; } }
  @media screen and (max-width: 600px) {
    .contact .int__copy, .dine .int__copy {
      padding: 0 0 10px; } }

.dine .int__copy {
  padding: 90px 8% 10px; }
  @media screen and (max-width: 600px) {
    .dine .int__copy {
      padding: 0 0 10px; } }

.social_sites .social_site {
  height: 32px;
  width: 32px;
  display: inline-block;
  position: relative;
  margin-right: 20px; }
  .social_sites .social_site svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: #000046;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
  .social_sites .social_site.yelp {
    width: 66px; }
  .social_sites .social_site:hover svg {
    fill: #00777e; }

.dont_tell_tom {
  margin: 20px 0;
  border-bottom: 2px solid #fff; }
  @media screen and (max-width: 600px) {
    .dont_tell_tom {
      margin: 12px 0; } }

.contact__popup .dont_tell_tom {
  margin: 27px 0; }

.sec_bar {
  font: 400 11px/29px "Lato", sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  background-color: #000046;
  text-align: center; }

#mapWrapper {
  position: relative;
  padding-bottom: 31.25%;
  height: 0; }
  @media screen and (max-width: 600px) {
    #mapWrapper {
      padding-bottom: 70%;
      border-top: solid 1px #fff; } }

#googleMap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  #googleMap img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }

#googleInfo {
  line-height: 22px;
  font-weight: 700;
  font-family: "Lato", sans-serif; }
  #googleInfo a {
    display: block;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #000046;
    color: #fff;
    border-radius: 3px;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: "Lato", sans-serif;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
    #googleInfo a:hover {
      background-color: #00777e;
      color: #fff; }
    @media screen and (max-width: 600px) {
      #googleInfo a {
        padding-top: 3px;
        padding-bottom: 3px; } }
  @media screen and (max-width: 600px) {
    #googleInfo {
      line-height: 18px; } }



	#gallery {
		margin: 20px auto 0;
		border: 15px solid #fff;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 90%;
		width: 90%;
		max-width: 1000px;
		background: #161004;
		z-index: 3000;
	}
	.show-imgs #gallery {
		display: block;
	}
	#galleryContainer {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#gallery.store {
		margin: 0 auto 0;
		border: 15px solid #fff;
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		max-width: 100%;
		background: #161004;
		z-index: 3000;
	}
	.show-imgs #gallery.store {
		display: block;
	}
	#galleryContainer {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#gallery-close {
		position: absolute;
		top: -3px; right: -3px;
		width: 30px; height: 23px;
		background: url('img/icon_close.png') no-repeat center;
		background-size: contain;
		cursor: pointer;
		z-index: 100;
	}
	#who-dat {
		position: absolute;
		top: -3px; right: -3px;
		width: 30px; height: 23px;
		background: url('img/icon_close.png') no-repeat center;
		background-size: contain;
		cursor: pointer;
		z-index: 100;
	}
#gallery_dimmer {
	display: none;
	position: fixed;
	top:0;left:0;right:0;bottom:0;
	background-color:rgba(0,0,0,0.6);
	z-index:3000;
}
.show-imgs #gallery_dimmer {
display: block;
}





/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxContent {
  margin-top: 0;
  background: #000; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  border: 15px solid #fff;
  background: #fff; }

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc; }

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc; }

#cboxLoadingGraphic {
  background: url(img/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(img/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: bottom left; }

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(img/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: bottom right; }

#cboxClose {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  background-image: url(img/icon_close.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 23px;
  text-indent: -9999px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  z-index: 3000; }

#cboxClose:hover {
  background-image: url(img/icon_close_inv.png); }




.galleria {
  width: 90%;
  height: 755px;
  background: #e6e7e8; }

/* Galleria Classic Theme 2012-08-07 | https://raw.github.com/aino/galleria/master/LICENSE | (c) Aino */
#galleria-loader {
  height: 1px !important; }

.galleria-theme-classic {
  position: relative;
  overflow: hidden;
  background: #e6e7e8; }

.galleria-theme-classic img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.galleria-theme-classic .galleria-stage {
  position: absolute;
  top: 0px;
  bottom: 90px;
  left: 0px;
  right: 0px;
  overflow: hidden; }

.galleria-theme-classic .galleria-thumbnails-container {
  height: 80px !important;
  bottom: 0;
  position: absolute;
  left: 10px;
  right: 10px;
  z-index: 2; }

.galleria-theme-classic .galleria-carousel .galleria-thumbnails-list {
  margin-left: 30px;
  margin-right: 30px; }

.galleria-theme-classic .galleria-thumbnails {
  margin: 0 auto; }

.galleria-theme-classic .galleria-thumbnails .galleria-image {
  background: #000;
  margin: 0 5px 0 0;
  float: left;
  cursor: pointer;
  height: 60px !important;
  width: 60px !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important; }
  .galleria-theme-classic .galleria-thumbnails .galleria-image.active {
    border: 2px solid #00adee !important; }

.galleria-theme-classic .galleria-thumbnails .galleria-image img {
  height: 56px !important;
  width: 56px !important;
  border-radius: 50% !important; }

.galleria-theme-classic .galleria-counter {
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-align: right;
  color: #000046;
  font: normal 11px/1 arial,sans-serif;
  z-index: 1; }

.galleria-theme-classic .galleria-loader {
  background: #000;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: none;
  background: url(img/classic-loader.gif) no-repeat 2px 2px; }

.galleria-theme-classic .galleria-info {
  width: 50%;
  top: 15px;
  left: 15px;
  z-index: 2;
  position: absolute; }

.galleria-theme-classic .galleria-info-text {
  background-color: #000046;
  padding: 12px;
  display: none;
  zoom: 1; }

.galleria-theme-classic .galleria-info-title {
  font: bold 12px/1.1 arial,sans-serif;
  margin: 0;
  color: #fff;
  margin-bottom: 7px; }

.galleria-theme-classic .galleria-info-description {
  font: italic 12px/1.4 georgia,serif;
  margin: 0;
  color: #bbb; }

.galleria-theme-classic .galleria-info-close {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-position: -753px -11px;
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: pointer;
  display: none; }

.galleria-theme-classic .notouch .galleria-info-close:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.galleria-theme-classic .touch .galleria-info-close:active {
  opacity: 1;
  filter: alpha(opacity=100); }

.galleria-theme-classic .galleria-info-link {
  background-position: -669px -5px;
  opacity: .7;
  filter: alpha(opacity=70);
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #000; }

.galleria-theme-classic.notouch .galleria-info-link:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.galleria-theme-classic.touch .galleria-info-link:active {
  opacity: 1;
  filter: alpha(opacity=100); }

.galleria-theme-classic .galleria-image-nav {
  position: absolute;
  top: 50%;
  margin-top: -62px;
  width: 100%;
  height: 62px;
  left: 0; }

.galleria-theme-classic .galleria-image-nav-left,
.galleria-theme-classic .galleria-image-nav-right {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: pointer;
  width: 62px;
  height: 124px;
  position: absolute;
  left: 10px;
  z-index: 2;
  background-position: 0 46px; }

.galleria-theme-classic .galleria-image-nav-right {
  left: auto;
  right: 10px;
  background-position: -254px 46px;
  z-index: 2; }

.galleria-theme-classic.notouch .galleria-image-nav-left:hover,
.galleria-theme-classic.notouch .galleria-image-nav-right:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.galleria-theme-classic.touch .galleria-image-nav-left:active,
.galleria-theme-classic.touch .galleria-image-nav-right:active {
  opacity: 1;
  filter: alpha(opacity=100); }

.galleria-theme-classic .galleria-thumb-nav-left,
.galleria-theme-classic .galleria-thumb-nav-right {
  cursor: pointer;
  display: none;
  background-position: -495px 5px;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 23px;
  z-index: 3;
  opacity: .8;
  filter: alpha(opacity=80); }

.galleria-theme-classic .galleria-thumb-nav-right {
  background-position: -578px 5px;
  border-right: none;
  right: 0;
  left: auto; }

.galleria-theme-classic .galleria-thumbnails-container .disabled {
  opacity: .2;
  filter: alpha(opacity=20);
  cursor: default; }

.galleria-theme-classic.notouch .galleria-thumb-nav-left:hover,
.galleria-theme-classic.notouch .galleria-thumb-nav-right:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #fff; }

.galleria-theme-classic.touch .galleria-thumb-nav-left:active,
.galleria-theme-classic.touch .galleria-thumb-nav-right:active {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #111; }

.galleria-theme-classic.notouch .galleria-thumbnails-container .disabled:hover {
  opacity: .2;
  filter: alpha(opacity=20);
  background-color: transparent; }

.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-left,
.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-right {
  display: block; }

.galleria-theme-classic .galleria-thumb-nav-left,
.galleria-theme-classic .galleria-thumb-nav-right,
.galleria-theme-classic .galleria-info-link,
.galleria-theme-classic .galleria-info-close,
.galleria-theme-classic .galleria-image-nav-left,
.galleria-theme-classic .galleria-image-nav-right {
  background-image: url(img/classic-map.png);
  background-repeat: no-repeat; }

.galleria-theme-classic.galleria-container.videoplay .galleria-info,
.galleria-theme-classic.galleria-container.videoplay .galleria-counter {
  display: none !important; }


/*----------------------------------------------------------------------------*/
/*	FOOTER
/*----------------------------------------------------------------------------*/
footer {
  clear: both; }

.footerContainer {
  max-width: 1200px;
  margin: 0 auto;
  height: 63px;
  padding: 10px 30px 30px; }
  @media screen and (max-width: 900px) {
    .footerContainer {
      padding: 10px 20px 30px; } }
  @media screen and (max-width: 600px) {
    .footerContainer {
      height: auto;
      padding: 1px 0; } }

.footer__nav {
  margin-bottom: 18px; }
  .footer__nav li a {
    display: block;
    text-align: center;
    height: 65px;
    background-color: transparent;
    color: #fff;
    font: 400 27px/65px "Ingeborg", serif;
    letter-spacing: 0.15em;
    border-bottom: solid 1px #fff;
    text-transform: uppercase; }
  .footer__nav li:nth-child(3n+1) {
    background-color: #00777e; }
  .footer__nav li:nth-child(3n+2) {
    background-color: #003365; }
  .footer__nav li:nth-child(3n+3) {
    background-color: #000046; }

.footer__legal {
  float: left;
  font: 8px/23px "Lato", sans-serif; }
  @media screen and (max-width: 600px) {
    .footer__legal {
      float: none;
      text-align: center; } }

.footer__actions {
  float: right; }
  @media screen and (max-width: 600px) {
    .footer__actions {
      float: none;
      text-align: center;
      margin-bottom: 24px; } }

.footer__actions a {
  display: inline-block;
  font: 900 9px/23px "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  padding: 0 6px;
  vertical-align: middle; }

.footer__social__icon svg {
  fill: #000046;
  height: 23px;
  width: 20px;
  line-height: 23px;
  vertical-align: middle;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }
  .footer__social__icon svg:hover {
    fill: #00777e; }

	.footer__action__subscribe {
		color: #000046;
		-webkit-transition: all 200ms ease;
  		transition: all 200ms ease;
	}
	.footer__action__subscribe:hover {
		color: #00777e;
	}
.footer__action__subscribe .footer__social__icon svg {
  fill: #000046;
  height: 23px;
  width: 20px;
  line-height: 23px;
  vertical-align: middle;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }
  .footer__action__subscribe:hover .footer__social__icon svg {
    fill: #00777e; }


/*----------------------------------------------------------------------------*/
/*	FORMS
/*----------------------------------------------------------------------------*/
.contact__popup {
  display: none;
  background-color: #e6e7e8;
  padding: 10px;
  max-width: 515px;
  z-index: 3000;
  position: absolute;
  top: 50%;
  margin-top: -190px;
  left: 50%;
  margin-left: -257px; }
  .contact__popup .contact__inner {
    border: 2px solid #fff;
    padding: 48px 43px 67px; }
    .contact__popup .contact__inner .contact__logo {
      height: 36px;
      width: 100%;
      background-image: url("img/logo_main.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
    .contact__popup .contact__inner .contact__copy {
      font: 23px/30px "Ingeborg", serif;
      text-align: center; }
    .contact__popup .contact__inner .contact__form {
      text-align: center; }

form {
  margin: 0 auto; }
  form input {
    height: 32px;
    width: 240px;
    box-sizing: border-box;
    vertical-align: top;
    margin-right: 8px;
    border: 2px solid #000046;
    padding: 0 16px;
    background: transparent;
    font: 900 12px/30px "Lato", sans-serif;
    letter-spacing: 0.1em;
    color: #000046;
    text-align: left;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
    form input:focus {
      background-color: #fff;
      outline: 0; }
  form input[type='submit'] {
    height: 32px;
    width: 75px;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0;
    border: 2px solid #000046;
    padding: 0;
    background: #000046;
    cursor: pointer;
    font: 700 10px/30px "Lato", sans-serif;
    letter-spacing: 0.225em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
    form input[type='submit']:hover {
      border: 2px solid #00777e;
      background: #00777e;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
  form ::-webkit-input-placeholder {
    color: #000046;
    letter-spacing: 0.185em; }
  form :-moz-placeholder {
    color: #000046;
    letter-spacing: 0.185em; }
  form ::-moz-placeholder {
    color: #000046;
    letter-spacing: 0.185em; }
  form :-ms-input-placeholder {
    color: #000046;
    letter-spacing: 0.185em; }
  form .placeholdersjs {
    color: #000046; }

/*----------------------------------------------------------------------------*/
/*	MOBILE NAV
/*----------------------------------------------------------------------------*/
#mobile-logo {
  display: none; }

#mobile-logo a {
  display: block;
  position: fixed;
  top: 5px;
  left: 5px;
  height: 38px;
  width: 140px;
  background: url("img/logo_footer.png") no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
  z-index: 2000; }

#mobileNav {
  display: none;
  width: 270px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000046;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  z-index: 2000;
  -webkit-transform: translate(270px, 0);
  -ms-transform: translate(270px, 0);
  transform: translate(270px, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }

body.showMobileNav #mobileNav {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

body.showMobileNav:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000; }

#mobileNav-tab {
  position: absolute;
  top: 0;
  left: -55px;
  height: 55px;
  width: 55px;
  padding: 6px 8px;
  color: #00777e;
  background-color: #fff;
  font-size: 10px;
  font-weight: 100;
  letter-spacing: 0.3px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }

body.showMobileNav #mobileNav-tab {
  background-color: #00777e;
  color: #fff; }

#mobileNav-tab:before {
  content: '';
  position: absolute;
  bottom: 23px;
  left: 10px;
  right: 10px;
  height: 6px;
  border-top: #00777e solid 4px;
  border-bottom: #00777e solid 4px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

#mobileNav-tab:after {
  content: '';
  position: absolute;
  bottom: 13px;
  left: 10px;
  right: 10px;
  border-bottom: #00777e solid 4px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

body.showMobileNav #mobileNav-tab:before {
  bottom: 20px;
  left: 6px;
  right: 8px;
  height: 4px;
  border-top: #fff solid 4px;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

body.showMobileNav #mobileNav-tab:after {
  bottom: 24px;
  left: 7px;
  right: 7px;
  border-bottom: #fff solid 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#mobileNav-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 24px 2px;
  width: 266px; }

.mobileNavGroup {
  margin-bottom: 50px;
  text-align: left;
  color: #6d6e70; }
  .mobileNavGroup ul {
    list-style: none;
    padding-left: 0; }
  .mobileNavGroup li {
    font-size: 15px;
    font-weight: 300;
    border-bottom: 1px solid #6d6e70;
    line-height: 30px;
    letter-spacing: 0.5px; }
    .mobileNavGroup li a, .mobileNavGroup li .subTitle {
      color: #fff;
      line-height: 30px;
      display: block;
      padding: 5px 18px; }
      .mobileNavGroup li a.current, .mobileNavGroup li .subTitle.current {
        color: #00adee; }
      .mobileNavGroup li a:hover, .mobileNavGroup li .subTitle:hover {
        color: #00adee; }
    .mobileNavGroup li.current a {
      color: #00adee; }
  .mobileNavGroup .phone {
    -webkit-hyphens: none; }

.mobileNavGroupTitle {
  padding-left: 18px;
  font-size: 12px;
  color: #d0d2d3;
  font-weight: 300;
  margin-bottom: 10px; }

#mobileNav .subMenuParent {
  cursor: pointer;
  position: static; }

#mobileNav .subMenu {
  list-style: none;
  padding-left: 0;
  max-height: 100%;
  width: 220px;
  overflow: hidden;
  padding-top: 52px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  background-color: #003365;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  z-index: 2010;
  -webkit-transform: translate(220px, 0);
  -ms-transform: translate(220px, 0);
  transform: translate(220px, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }
  #mobileNav .subMenu li {
    font-size: 15px;
    font-weight: 300;
    border-bottom: 1px solid #00777e;
    line-height: 30px;
    letter-spacing: 0.5px;
    background-color: #00777e; }
    #mobileNav .subMenu li a {
      color: #fff;
      line-height: 30px;
      display: block;
      padding: 5px 18px; }
  #mobileNav .subMenu li:hover {
    background-color: #00777e; }

#mobileNav .subMenuParent.show .subMenu {
  display: block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

#mobileNav .subMenuParent.show:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media screen and (max-width: 900px) {
  .tablet-hide {
    display: none; }

  .tablet-show {
    display: block; } }
@media screen and (max-width: 600px) {
  .mobile-show, .show-on-mobile {
    display: block; }

  .mobile-hide, .hide-on-mobile {
    display: none; }

  .phone .phoneLink {
    height: 100%; }

  body.showMobileNav {
    overflow: hidden; }

  #mobileNav {
    display: block; } }
