/* ==========================================================================
   RESETS & FONTS ###########################################################
   ========================================================================== */
/*! normalize.css v1.1.2 | MIT License | git.io/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 {
  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 silver;
  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;
  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;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

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

a[href^=tel] {
  color: inherit;
}

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

a, a:hover, a:visited, a:active, a:focus, img {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  display: block;
}

strong {
  font-weight: normal;
}

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

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

/* ==========================================================================
   Custom Defaults
   ========================================================================== */
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

p {
  max-height: 100000px; /* FIX android from ignoring text adjust */
}

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

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* ==========================================================================
   COMPASS / SASS IMPORTS & VARIABLES #######################################
   ========================================================================== */
/******** Be sure to adjust contentbox text color, contentboxgrid borders, contentboxlogos borders, and hr colors **********/
/* ==========================================================================
   Small Mobile / Default Site CSS ##########################################
   ========================================================================== */
/* ===============
   Mobile: General
   =============== */
html, body {
  height: 100%;
}

body {
  font-family: "Lato", Helvetica, Helvetica Neue, Arial, sans-serif;
  color: #0c3188;
  background: #ffffff;
}

#sitewrap {
  position: relative;
  z-index: 1;
  height: 100%;
  background: #000000;
}
#sitewrap .backstretch {
  position: fixed !important;
}

.wrapper {
  width: 94%;
  margin: 0 3%;
}

.award {
  position: absolute;
  bottom: 0px;
  right: 50%;
  text-align: center;
  transform: translateX(50%);
}
.award img {
  width: 100px;
  margin: 0px 0px 5px 0px;
}

.reservebutton {
  display: block;
  margin: 0 auto 5px auto;
  background: #0c3188;
  border: 2px solid #D5A619;
  width: 226px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Lato";
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 5px 6px 5px;
  letter-spacing: 1px;
  transition: all 0.5s;
}
.reservebutton:hover {
  background: #ffffff;
  color: #0c3188;
  border: 2px solid #D5A619;
}

.appbutton {
  display: block;
  vertical-align: top;
  width: 150px;
  margin: 0 auto 20px auto;
  position: relative;
  background: #ffffff;
  transition: background 0.5s;
  border-radius: 5px;
}
.appbutton:hover, .appbutton:focus {
  background: #dddddd;
}

.small {
  text-align: center;
  font-size: 0.6em;
  display: block;
  margin: 0 auto;
}

h1, h2, h3, h4, h5 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p a {
  color: inherit;
  text-decoration: underline;
}
p a:hover, p a:focus {
  color: #D5A619;
}

.textlink {
  color: inherit;
  text-decoration: underline;
}
.textlink:hover, .textlink:focus {
  color: #D5A619;
}

/* ===============
   Mobile: Header
   =============== */
.header-container {
  background: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  border-bottom: 2px solid #0c3188;
}

.badge {
  display: none;
  position: absolute;
  top: 3px;
  left: 3%;
  width: 38px;
}
.badge img {
  width: 100%;
}

.headwrap {
  position: relative;
  padding: 0;
}
.headwrap h1.title {
  margin: 4px 0px 4px 0px;
  font-size: 1.5em;
  font-weight: normal;
  width: 100%;
  float: none;
  color: #ffffff;
  text-align: left;
  width: 200px;
}
.headwrap h1.title a {
  color: #ffffff;
  text-decoration: none;
}
.headwrap h1.title a img {
  width: 100%;
}

.headwraplanding {
  padding: 10px 0;
}
.headwraplanding h1.title {
  text-align: center;
}

.togglewrap {
  width: 24px;
  cursor: pointer;
  position: absolute;
  top: 19px;
  right: 0px;
}
.togglewrap img {
  width: 100%;
}

nav {
  width: 100%;
  text-align: center;
}
nav ul {
  display: none;
  margin: 0;
  padding: 8px 0 8px 0;
}
nav ul li {
  display: block;
  margin: 0px 0px 7px 0px;
}
nav ul li a {
  padding: 0px 5px 0px 5px;
  text-align: center;
  text-decoration: none;
  color: #0c3188;
  background: none;
  font-size: 0.9em;
  transition: all 0.5s;
}
nav ul li a:hover {
  background: #0c3188;
  color: #ffffff;
}

.locationselect, .locationselectdesktop {
  position: relative;
  padding: 4px 0 0 0;
}
.locationselect h2, .locationselectdesktop h2 {
  font-family: "Lato";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.1em;
  margin: 0;
}
.locationselect a, .locationselectdesktop a {
  position: absolute;
  top: 8px;
  right: 0px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.8em;
  margin: 0;
}

.locationselectdesktop {
  display: none;
}

/* ===============
   Mobile: Body
   =============== */
.main-container {
  padding: 76px 0 74px 0;
}
.main-container .contentspacer {
  height: calc(100vh - 150px);
}

.main-container.single {
  padding: 74px 0 74px 0;
}
.main-container.single .contentspacer {
  height: calc(100vh - 148px);
}

.anchorlink {
  display: block;
  position: relative;
  top: -58px;
  visibility: hidden;
}

.anchoralt {
  top: -88px;
}

.contentspacer {
  text-align: center;
  position: relative;
}
.contentspacer .spacercontainer {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 180px;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
  padding: 20px 0;
}
@media only screen and (min-width: 960px) {
  .contentspacer .spacercontainer {
    height: auto;
  }
}
.contentspacer .spacercontainer .spacerbutton {
  font-family: "Lato";
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.4em;
  color: #ffffff;
  text-decoration: none;
  width: auto;
  text-shadow: 0px 0px 6px #000000;
}
.contentspacer .spacercontainer .spacerbutton span {
  font-weight: 400;
}

.contentbox {
  margin: 0;
  background: #ffffff;
  color: #0c3188;
  min-height: 400px;
}
.contentbox .contentboxinner {
  padding: 30px 3%;
}

.contentboxgrid3, .contentboxgrid2, .contentboxgrid5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  .contentboxgrid3, .contentboxgrid2, .contentboxgrid5 {
    padding: 20px 0;
  }
}
.contentboxgrid3 .boxgrid, .contentboxgrid2 .boxgrid, .contentboxgrid5 .boxgrid {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  text-align: center;
  padding: 20px;
}
.contentboxgrid3 .boxgrid h2, .contentboxgrid2 .boxgrid h2, .contentboxgrid5 .boxgrid h2 {
  font-family: "Lato";
  margin: 20px 0;
}
.contentboxgrid3 .boxgrid p, .contentboxgrid2 .boxgrid p, .contentboxgrid5 .boxgrid p {
  margin: 20px 0;
}
.contentboxgrid3 .boxgrid img, .contentboxgrid2 .boxgrid img, .contentboxgrid5 .boxgrid img {
  width: 100%;
}
.contentboxgrid3 .boxgrid hr, .contentboxgrid2 .boxgrid hr, .contentboxgrid5 .boxgrid hr {
  border-top: 2px solid #0c3188;
  margin: 31px auto 25px auto;
  width: 75%;
  background: none;
}

.contentboxgrid3 {
  border-top: 2px solid #0c3188;
  border-bottom: 2px solid #0c3188;
}
.contentboxgrid3 .boxgrid {
  width: 100%;
}
.contentboxgrid3 .boxgrid:nth-child(even) {
  border-bottom: 2px solid #0c3188;
  border-top: 2px solid #0c3188;
}
@media only screen and (min-width: 960px) {
  .contentboxgrid3 .boxgrid {
    width: 33.33%;
  }
  .contentboxgrid3 .boxgrid:nth-child(even) {
    border-left: 2px solid #0c3188;
    border-right: 2px solid #0c3188;
    border-top: none;
    border-bottom: none;
  }
}

.contentboxgrid2 {
  border-top: 2px solid #0c3188;
  border-bottom: 2px solid #0c3188;
}
.contentboxgrid2 .boxgrid {
  width: 100%;
}
.contentboxgrid2 .boxgrid:nth-child(odd) {
  border-bottom: 2px solid #0c3188;
}
@media only screen and (min-width: 960px) {
  .contentboxgrid2 .boxgrid {
    width: 50%;
  }
  .contentboxgrid2 .boxgrid:nth-child(odd) {
    border-bottom: none;
    border-right: 2px solid #0c3188;
  }
}

.contentboxgrid5 {
  padding: 20px 0;
}
.contentboxgrid5 .boxgrid {
  padding: 0.6vw;
  width: 50%;
}
.contentboxgrid5 .boxgrid:nth-child(1) {
  order: 1;
}
.contentboxgrid5 .boxgrid:nth-child(2) {
  order: 2;
}
.contentboxgrid5 .boxgrid:nth-child(3) {
  order: 4;
}
.contentboxgrid5 .boxgrid:nth-child(4) {
  order: 3;
}
.contentboxgrid5 .boxgrid:nth-child(5) {
  order: 5;
  display: none;
}
@media only screen and (min-width: 960px) {
  .contentboxgrid5 .boxgrid {
    padding: 0.6vw;
    width: 20%;
  }
  .contentboxgrid5 .boxgrid:nth-child(1) {
    order: 1;
  }
  .contentboxgrid5 .boxgrid:nth-child(2) {
    order: 2;
  }
  .contentboxgrid5 .boxgrid:nth-child(3) {
    order: 3;
  }
  .contentboxgrid5 .boxgrid:nth-child(4) {
    order: 4;
  }
  .contentboxgrid5 .boxgrid:nth-child(5) {
    order: 5;
    display: block;
  }
}

.contentboxwide {
  padding: 20px 0 20px 0;
  text-align: center;
}
.contentboxwide h2 {
  font-family: "Lato";
}
.contentboxwide iframe {
  margin: 0 0 5px 0;
}

.contentboxlogos {
  padding: 40px 0 20px 0;
  text-align: center;
  border-top: 2px solid #0c3188;
  border-bottom: 2px solid #0c3188;
}
.contentboxlogos .farout {
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  .contentboxlogos .farout {
    filter: grayscale(1);
    opacity: 0.6;
    transition: filter 0.5s, opacity 0.5s;
  }
  .contentboxlogos .farout:hover, .contentboxlogos .farout:focus {
    filter: grayscale(0);
    opacity: 1;
  }
}
.contentboxlogos .farout img {
  width: 100%;
}
.contentboxlogos .logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: normal;
  align-items: center;
  align-content: normal;
  padding: 20px 0;
}
.contentboxlogos .logos .logobox {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  text-align: center;
  padding: 1.5vw;
  width: 25%;
}
@media only screen and (min-width: 1000px) {
  .contentboxlogos .logos .logobox {
    padding: 0.7vw;
    width: 12.5%;
    filter: grayscale(1);
    opacity: 0.6;
    transition: filter 0.5s, opacity 0.5s;
  }
  .contentboxlogos .logos .logobox:hover, .contentboxlogos .logos .logobox:focus {
    filter: grayscale(0);
    opacity: 1;
  }
}
.contentboxlogos .logos .logobox img {
  width: 100%;
}

hr {
  margin: 3px 0;
  border: none;
  height: 1px;
  background: #D5A619;
}

.nobars {
  border: none;
  padding-bottom: 0;
}

.contentdiv {
  background: #000000;
  padding: 20px;
  margin: 15px 3% 20px 3%;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 94%;
  box-sizing: border-box;
}
.contentdiv h2, .contentdiv h3 {
  text-align: center;
  margin: 0px 0px 12px 0px;
  font-size: 1.4em;
  letter-spacing: 3px;
  font-family: "Lato";
  font-weight: 900;
  text-transform: uppercase;
}
@media only screen and (min-width: 480px) {
  .contentdiv h2, .contentdiv h3 {
    font-size: 1.6em;
  }
}
.contentdiv h3 {
  font-weight: 300;
  font-size: 1.1em;
}
.contentdiv .withh3 {
  margin: 0;
}
.contentdiv p {
  color: #ffffff;
  margin: 0 0 1em 0;
  display: block;
  font-size: 0.9em;
  text-align: center;
}
.contentdiv p:last-child {
  margin: 0;
}
.contentdiv p .ultra {
  font-weight: 900;
  letter-spacing: 1px;
}
.contentdiv .centered {
  text-align: center;
}
.contentdiv img {
  width: 100%;
}

.homelocationselect {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.homelocationselect .homelocationselectwrap {
  background: #000000;
  padding: 20px 15px 29px 15px;
  display: inline-block;
}
.homelocationselect .homelocationselectwrap h2 {
  text-align: center;
  margin: 0px 0px 18px 0px;
  font-size: 1.5em;
  letter-spacing: 3px;
  font-family: "Lato";
  font-weight: 900;
  text-transform: uppercase;
}
.homelocationselect .homelocationselectwrap a {
  margin: 0 auto 18px auto;
}
.homelocationselect .homelocationselectwrap a:last-child {
  margin: 0 auto;
}

.phone {
  font-weight: 700;
  text-decoration: none;
}

.reservations {
  padding: 0px 0px 6px 0px;
  font-family: "Lato";
  font-weight: 900;
  letter-spacing: 3px;
}

#menu {
  text-align: center;
}
#menu ul {
  margin: 0;
  padding: 0;
}
#menu ul li {
  display: block;
  margin: 0px 0px 5px 0px;
}
#menu ul li a {
  padding: 2px 15px 2px 15px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: none;
  font-size: 0.9em;
  transition: background 0.8s;
}
#menu ul li a:hover {
  color: #000000;
  background: #ffffff;
}
#menu ul li a span {
  display: none;
}

#sustainability ul {
  padding: 0px 0px 0px 15px;
}
#sustainability ul li {
  list-style-type: none;
}

#events {
  max-height: 530px;
  overflow-y: auto;
  overflow-x: hidden;
}
#events p {
  text-align: center;
}
#events ul {
  padding: 0px 0px 0px 15px;
}
#events ul li {
  list-style-type: none;
}
#events .eventwrap {
  border-bottom: 1px solid #ffffff;
  margin: 0px 0px 10px 0px;
}
#events .eventwrap:last-child {
  border-bottom: none;
}
#events .eventwrap h2 {
  font-size: 0.9em;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}
#events .eventwrap .eventdate {
  font-size: 0.9em;
  margin: 0px 0px 10px 0px;
}
#events .eventwrap .eventdesc {
  font-size: 0.9em;
  margin: 0px 0px 10px 0px;
}
#events .eventwrap img {
  width: 100%;
  margin: 0px 0px 10px 0px;
}

#location .locationinside {
  background: #ffffff;
  height: 400px;
}

.disclaimer {
  font-size: 0.6em !important;
  text-align: center;
  margin: 10px 0 0 0 !important;
}

.changelocationlink {
  margin: 11px 0 0 0 !important;
  text-align: center;
}
.changelocationlink a {
  text-transform: uppercase;
  text-decoration: none;
  padding: 2px 4px;
  font-size: 0.8em;
  transition: background 0.8s;
  color: #ffffff;
}
.changelocationlink a:hover {
  background: #ffffff;
  color: #000000;
}

/* ===============
   Mobile: Footer
   =============== */
.footer-container {
  background: #ffffff;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 2px solid #0c3188;
}
.footer-container footer {
  color: #0c3188;
  padding: 0 0 10px 0;
}
.footer-container footer p {
  font-size: 0.7em;
  text-align: center;
  margin: 0;
}
.footer-container footer p a {
  color: #0c3188;
  font-family: "Lato";
  font-weight: 700;
  text-decoration: none;
}
.footer-container footer .socialmedia {
  width: 100%;
  text-align: center;
  padding: 10px 0px 10px 0px;
  margin: 0 auto;
}
.footer-container footer .socialmedia img {
  width: 27px;
  margin: 0px 6px 0px 6px;
}

.emailnotification {
  position: fixed;
  z-index: 9999;
  bottom: 59px;
  left: 0px;
  width: 100%;
  padding: 0;
}
.emailnotification p {
  color: #ffffff !important;
  font-weight: 700;
  text-align: center !important;
  margin: 12px 0 !important;
}
.emailnotification .closebutton {
  width: 20px;
  position: absolute;
  top: 12px;
  right: 10px;
  cursor: pointer;
}
.emailnotification .closebutton img {
  width: 100%;
}

.rednote {
  background: #ff0000;
}

.greennote {
  background: #009933;
}

.emaillink {
  color: #0c3188;
}
.emaillink:hover {
  text-decoration: underline;
  color: #D5A619;
}

/* ==========================================================================
   Normal Size Mobile #######################################################
   ========================================================================== */
@media only screen and (min-width: 320px) {
  h1.title {
    font-size: 1.8em;
  }
}
/* ==========================================================================
   Tablet ###################################################################
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* ===============
     Tablet: General
     =============== */
  .appbutton {
    display: inline-block;
    margin: 0px 10px 10px 10px;
  }
  /* ===============
     Tablet: Header
     =============== */
  /* ===============
     Tablet: Body
     =============== */
  /* ===============
     Tablet: Footer
     =============== */
} /*end tablet*/
/* ==========================================================================
   Desktop ##################################################################
   ========================================================================== */
@media only screen and (min-width: 860px) {
  /* ===============
     Desktop: General
     =============== */
  .award {
    padding: 0px;
    width: 150px;
    position: absolute;
    top: 10px;
    right: 104px;
    bottom: auto;
    text-align: center;
    margin: 0px 0px 0px 0px;
    background: none;
  }
  .award img {
    width: 100%;
    margin: 0px 0px 5px 0px;
  }
  .award h3 {
    font-size: 0.9em;
    margin: 0px 0px 0px 0px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  }
  .award h3.bolded {
    font-size: 0.8em;
    font-family: "Lato";
    font-weight: 900;
    letter-spacing: 1px;
  }
  .hideondesktop {
    display: none;
  }
  /* ===============
     Desktop: Header
     =============== */
  /* ===============
     Desktop: Body
     =============== */
  /* ===============
     Desktop: Footer
     =============== */
}
@media only screen and (min-width: 860px) and (min-width: 1180px) {
  .badge {
    display: block;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 114px;
  }
}
@media only screen and (min-width: 860px) {
  .headwrap {
    padding: 0;
  }
  .headwrap h1.title {
    margin: 4px 0px 4px 0px;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    font-size: 1.7em;
  }
  .headwraplanding {
    padding: 10px 0;
  }
  .headwraplanding h1.title {
    text-align: center;
    position: relative;
    margin: 0;
  }
  .togglewrap {
    display: none;
  }
  nav {
    text-align: right;
    padding: 23px 0 26px 0px;
    box-sizing: border-box;
  }
  nav ul {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    padding: 0;
  }
  nav ul li {
    margin: 0;
    line-height: 1em;
    display: inline-block;
  }
  nav ul li a {
    padding: 2px 2px 2px 2px;
    font-size: 0.9em;
    display: block;
  }
}
@media only screen and (min-width: 860px) and (min-width: 960px) {
  nav ul li a {
    padding: 2px 4px 2px 4px;
  }
}
@media only screen and (min-width: 860px) {
  .locationselect, .locationselectdesktop {
    text-align: center;
    position: relative;
    top: 0px;
    right: 0px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    margin: 0 0 0 3.1%;
  }
  .locationselect a, .locationselectdesktop a {
    position: relative;
    top: 0px;
    font-size: 0.6em;
    padding: 2px;
    transition: background 0.8s;
  }
}
@media only screen and (min-width: 860px) and (min-width: 960px) {
  .locationselect a, .locationselectdesktop a {
    padding: 2px 4px 2px 4px;
  }
}
@media only screen and (min-width: 860px) {
  .locationselect a:hover, .locationselectdesktop a:hover {
    color: #000000;
    background: #ffffff;
  }
  .locationselect {
    display: none;
  }
  .headnav.single {
    padding: 23px 0 26px 0px;
  }
  .headnav.single .locationselectdesktop {
    display: none;
  }
  .main-container {
    padding: 61px 0 60px 0;
  }
  .main-container .contentspacer {
    height: calc(100vh - 121px);
  }
  .main-container.single {
    padding: 74px 0 60px 0;
  }
  .main-container.single .contentspacer {
    height: calc(100vh - 134px);
  }
  .anchorlink {
    display: block;
    position: relative;
    top: -71px;
    visibility: hidden;
  }
  .anchoralt {
    top: -101px;
  }
  .contentdiv {
    width: 40%;
    max-width: 545px;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  #info {
    display: none;
  }
  #menu ul li a span {
    display: inline;
  }
  .footer-container footer {
    padding: 11px 0;
    position: relative;
  }
  .footer-container footer .copyright {
    position: relative;
    z-index: 1;
  }
  .footer-container footer .copyright p {
    text-align: left;
    margin: 1em 0;
  }
  .footer-container footer .copyright p span {
    display: inline;
  }
  .footer-container footer .copyright .relative {
    position: absolute;
    right: 50%;
    margin: 0px -305px 0px 0px;
    bottom: -7px;
  }
  .footer-container footer .copyrightcentered p {
    text-align: center;
  }
  .footer-container footer .socialmedia {
    width: 99px;
    text-align: right;
    position: absolute;
    padding: 0px;
    top: 16px;
    right: 0px;
    z-index: 2;
  }
  .footer-container footer .socialmedia img {
    width: 27px;
    margin: 0px 3px 0px 3px;
  }
} /*end desktop*/
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *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: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.ie7 .title {
  /* IE Element fix */
  padding-top: 20px;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@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;
  }
}
/* ==========================================================================
   Additional CSS / Modules
   ========================================================================== */