@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: #333;
    overflow: visible;
  }

  .top-bar:before,
  .top-bar:after {
    content: " ";
    display: table;
  }

  .top-bar:after {
    clear: both;
  }

  .top-bar .toggle-topbar {
    display: none;
  }

  .top-bar .title-area {
    float: left;
  }

  .top-bar .name h1 a {
    width: auto;
  }

  .top-bar input,
  .top-bar .button,
  .top-bar button {
    font-size: .7777777778rem;
    position: relative;
    top: 7px;
  }

  .top-bar.expanded {
    background: #333;
  }

  .contain-to-grid .top-bar {
    max-width: 55.5555555556rem;
    margin: 0 auto;
    margin-bottom: 0;
  }

  .top-bar-section {
    -webkit-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }

  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }

  .top-bar-section ul li {
    float: left;
  }

  .top-bar-section ul li .js-generated {
    display: none;
  }

  .top-bar-section li.hover>a:not(.button) {
    background-color: #555;
    background: #272727;
    color: #fff;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #333;
  }

  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555;
    background: #272727;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    color: #fff;
    background: #5f859f;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #527289;
    color: #fff;
  }

  .top-bar-section .has-dropdown>a {
    padding-right: 35px !important;
  }

  .top-bar-section .has-dropdown>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255,255,255,0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }

  .top-bar-section .has-dropdown.moved {
    position: relative;
  }

  .top-bar-section .has-dropdown.moved>.dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  .top-bar-section .has-dropdown.hover>.dropdown,
  .top-bar-section .has-dropdown.not-click:hover>.dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }

  .top-bar-section .has-dropdown>a:focus+.dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }

  .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }

  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }

  .top-bar-section .dropdown li a {
    color: #fff;
    line-height: 45px;
    white-space: nowrap;
    padding: 12px 15px;
    background: #333;
  }

  .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
    color: #fff;
    background: #333;
  }

  .top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button) {
    color: #fff;
    background-color: #555;
    background: #272727;
  }

  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333;
  }

  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }

  .top-bar-section>ul>.divider,
  .top-bar-section>ul>[role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4e4e4e;
    clear: none;
    height: 45px;
    width: 0;
  }

  .top-bar-section .has-form {
    background: #333;
    padding: 0 15px;
    height: 45px;
  }

  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }

  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }

  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }

  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  .no-js .top-bar-section ul li:hover>a {
    background-color: #555;
    background: #272727;
    color: #fff;
  }

  .no-js .top-bar-section ul li:active>a {
    background: #5f859f;
    color: #fff;
  }

  .no-js .top-bar-section .has-dropdown:hover>.dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }

  .no-js .top-bar-section .has-dropdown>a:focus+.dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

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

html,
body {
  font-size: 18px;
}

body {
  background: #fff;
  color: #555;
  padding: 0;
  margin: 0;
  font-family: "calluna","Georgia",serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

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

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }

  .small-only-text-right {
    text-align: right !important;
  }

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

  .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen {
  .small-text-left {
    text-align: left !important;
  }

  .small-text-right {
    text-align: right !important;
  }

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

  .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }

  .medium-only-text-right {
    text-align: right !important;
  }

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

  .medium-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important;
  }

  .medium-text-right {
    text-align: right !important;
  }

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

  .medium-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }

  .large-only-text-right {
    text-align: right !important;
  }

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

  .large-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important;
  }

  .large-text-right {
    text-align: right !important;
  }

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

  .large-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }

  .xlarge-only-text-right {
    text-align: right !important;
  }

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

  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }

  .xlarge-text-right {
    text-align: right !important;
  }

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

  .xlarge-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  .xxlarge-only-text-right {
    text-align: right !important;
  }

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

  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }

  .xxlarge-text-right {
    text-align: right !important;
  }

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

  .xxlarge-text-justify {
    text-align: justify !important;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

a {
  color: #e15b15;
  text-decoration: none;
  line-height: inherit;
}

a:hover,
a:focus {
  color: #c24e12;
}

a img {
  border: none;
}

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.3888888889rem;
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: 1.1944444444rem;
  line-height: 1.6;
}

p aside {
  font-size: .7777777778rem;
  line-height: 1.35;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova-condensed","Helvetica Neue","Helvetica","Arial Narrow","Arial",sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #013356;
  text-rendering: optimizeLegibility;
  margin-top: .4444444444rem;
  margin-bottom: .5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #292626;
  line-height: 0;
}

h1 {
  font-size: 1.8888888889rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.2222222222rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #038ae8;
  font-weight: normal;
  margin-top: .2rem;
  margin-bottom: .5rem;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.1111111111rem 0 1.0555555556rem;
  height: 0;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas,"Liberation Mono",Courier,monospace;
  font-weight: normal;
  color: #333;
  background-color: #fce8c4;
  border-width: 1px;
  border-style: solid;
  border-color: #f9d79a;
  padding: .1111111111rem .2777777778rem .0555555556rem;
}

ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.3888888889rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}

ul.no-bullet {
  margin-left: 0;
}

ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.1111111111rem;
  margin-bottom: 0;
  list-style: none;
}

ul li ul,
ul li ol {
  margin-left: 1.1111111111rem;
  margin-bottom: 0;
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

ul.no-bullet {
  list-style: none;
}

ol {
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 1.1111111111rem;
  margin-bottom: 0;
}

dl dt {
  margin-bottom: .3rem;
  font-weight: bold;
}

dl dd {
  margin-bottom: .6666666667rem;
}

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #555;
  cursor: help;
}

abbr {
  text-transform: none;
}

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

blockquote {
  margin: 0 0 1.3888888889rem;
  padding: .5rem 1.1111111111rem 0 1.0555555556rem;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: .7222222222rem;
  color: #026cb6;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #026cb6;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #038ae8;
}

.vcard {
  display: inline-block;
  margin: 0 0 1.1111111111rem 0;
  border: 1px solid #ddd;
  padding: .5555555556rem .6666666667rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: .8333333333rem;
}

.vevent .summary {
  font-weight: bold;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 .0555555556rem;
}

@media only screen and (min-width: 40.063em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.4444444444rem;
  }

  h2 {
    font-size: 2.0555555556rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.2777777778rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: 1rem;
  }
}

.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    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) ")";
  }

  .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;
  }

  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;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

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

html,
body {
  font-size: 18px;
}

body {
  background: #fff;
  color: #555;
  padding: 0;
  margin: 0;
  font-family: "calluna","Georgia",serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

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

html,
body {
  font-size: 18px;
}

body {
  background: #fff;
  color: #555;
  padding: 0;
  margin: 0;
  font-family: "calluna","Georgia",serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

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

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }

  .small-only-text-right {
    text-align: right !important;
  }

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

  .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen {
  .small-text-left {
    text-align: left !important;
  }

  .small-text-right {
    text-align: right !important;
  }

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

  .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }

  .medium-only-text-right {
    text-align: right !important;
  }

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

  .medium-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important;
  }

  .medium-text-right {
    text-align: right !important;
  }

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

  .medium-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }

  .large-only-text-right {
    text-align: right !important;
  }

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

  .large-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important;
  }

  .large-text-right {
    text-align: right !important;
  }

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

  .large-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }

  .xlarge-only-text-right {
    text-align: right !important;
  }

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

  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }

  .xlarge-text-right {
    text-align: right !important;
  }

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

  .xlarge-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  .xxlarge-only-text-right {
    text-align: right !important;
  }

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

  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }

  .xxlarge-text-right {
    text-align: right !important;
  }

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

  .xxlarge-text-justify {
    text-align: justify !important;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

a {
  color: #e15b15;
  text-decoration: none;
  line-height: inherit;
}

a:hover,
a:focus {
  color: #c24e12;
}

a img {
  border: none;
}

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.3888888889rem;
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: 1.1944444444rem;
  line-height: 1.6;
}

p aside {
  font-size: .7777777778rem;
  line-height: 1.35;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova-condensed","Helvetica Neue","Helvetica","Arial Narrow","Arial",sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #013356;
  text-rendering: optimizeLegibility;
  margin-top: .4444444444rem;
  margin-bottom: .5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #292626;
  line-height: 0;
}

h1 {
  font-size: 1.8888888889rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.2222222222rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #038ae8;
  font-weight: normal;
  margin-top: .2rem;
  margin-bottom: .5rem;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.1111111111rem 0 1.0555555556rem;
  height: 0;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas,"Liberation Mono",Courier,monospace;
  font-weight: normal;
  color: #333;
  background-color: #fce8c4;
  border-width: 1px;
  border-style: solid;
  border-color: #f9d79a;
  padding: .1111111111rem .2777777778rem .0555555556rem;
}

ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.3888888889rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}

ul.no-bullet {
  margin-left: 0;
}

ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.1111111111rem;
  margin-bottom: 0;
  list-style: none;
}

ul li ul,
ul li ol {
  margin-left: 1.1111111111rem;
  margin-bottom: 0;
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

ul.no-bullet {
  list-style: none;
}

ol {
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 1.1111111111rem;
  margin-bottom: 0;
}

dl dt {
  margin-bottom: .3rem;
  font-weight: bold;
}

dl dd {
  margin-bottom: .6666666667rem;
}

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #555;
  cursor: help;
}

abbr {
  text-transform: none;
}

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

blockquote {
  margin: 0 0 1.3888888889rem;
  padding: .5rem 1.1111111111rem 0 1.0555555556rem;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: .7222222222rem;
  color: #026cb6;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #026cb6;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #038ae8;
}

.vcard {
  display: inline-block;
  margin: 0 0 1.1111111111rem 0;
  border: 1px solid #ddd;
  padding: .5555555556rem .6666666667rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: .8333333333rem;
}

.vevent .summary {
  font-weight: bold;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 .0555555556rem;
}

@media only screen and (min-width: 40.063em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.4444444444rem;
  }

  h2 {
    font-size: 2.0555555556rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.2777777778rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: 1rem;
  }
}

.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    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) ")";
  }

  .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;
  }

  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;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}

.inner-wrap:before,
.inner-wrap:after {
  content: " ";
  display: table;
}

.inner-wrap:after {
  clear: both;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333;
  color: #fff;
  height: 2.5rem;
  line-height: 2.5rem;
  position: relative;
}

.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
  color: #fff;
  font-weight: bold;
  line-height: 2.5rem;
  margin: 0;
}

.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
  font-size: 1rem;
}

.left-small {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1919;
  left: 0;
}

.right-small {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1919;
  right: 0;
}

.tab-bar-section {
  padding: 0 .5555555556rem;
  position: absolute;
  text-align: center;
  height: 2.5rem;
  top: 0;
}

@media only screen and (min-width: 40.063em) {
  .tab-bar-section.left,
  .tab-bar-section.right {
    text-align: left;
  }
}

.tab-bar-section.left {
  left: 0;
  right: 2.5rem;
}

.tab-bar-section.right {
  left: 2.5rem;
  right: 0;
}

.tab-bar-section.middle {
  left: 2.5rem;
  right: 2.5rem;
}

.tab-bar .menu-icon {
  text-indent: 1.9444444444rem;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  padding: 0;
  color: #fff;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -.4444444444rem;
  left: .8055555556rem;
  box-shadow: 0 0px 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;
  width: .8888888889rem;
}

.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0px 0 1px #b3b2b2,0 7px 0 1px #b3b2b2,0 14px 0 1px #b3b2b2;
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 13.8888888889rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  left: 0;
}

.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 13.8888888889rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-transform: translate3d(100.5%, 0, 0);
  transform: translate3d(100.5%, 0, 0);
  right: 0;
}

.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.off-canvas-list li label {
  display: block;
  padding: 0.3rem .8333333333rem;
  color: #999;
  text-transform: uppercase;
  font-size: .6666666667rem;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

ul.off-canvas-list li a {
  display: block;
  padding: .6666666667rem;
  color: rgba(255,255,255,0.7);
  border-bottom: 1px solid #262626;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}

ul.off-canvas-list li a:hover {
  background: #242424;
}

.move-right>.inner-wrap {
  -webkit-transform: translate3d(13.8888888889rem, 0, 0);
  transform: translate3d(13.8888888889rem, 0, 0);
}

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);
  display: block;
  position: absolute;
  background: rgba(255,255,255,0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255,255,255,0.05);
  }
}

.move-left>.inner-wrap {
  -webkit-transform: translate3d(-13.8888888889rem, 0, 0);
  transform: translate3d(-13.8888888889rem, 0, 0);
}

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);
  display: block;
  position: absolute;
  background: rgba(255,255,255,0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255,255,255,0.05);
  }
}

.offcanvas-overlap .left-off-canvas-menu,
.offcanvas-overlap .right-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);
  display: block;
  position: absolute;
  background: rgba(255,255,255,0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255,255,255,0.05);
  }
}

.offcanvas-overlap-left .right-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);
  display: block;
  position: absolute;
  background: rgba(255,255,255,0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255,255,255,0.05);
  }
}

.offcanvas-overlap-right .left-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);
  display: block;
  position: absolute;
  background: rgba(255,255,255,0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255,255,255,0.05);
  }
}

.no-csstransforms .left-off-canvas-menu {
  left: -13.8888888889rem;
}

.no-csstransforms .right-off-canvas-menu {
  right: -13.8888888889rem;
}

.no-csstransforms .move-left>.inner-wrap {
  right: 13.8888888889rem;
}

.no-csstransforms .move-right>.inner-wrap {
  left: 13.8888888889rem;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 13.8888888889rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}

.left-submenu * {
  -webkit-backface-visibility: hidden;
}

.left-submenu .back>a {
  padding: 0.3rem .8333333333rem;
  color: #999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

.left-submenu .back>a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}

.left-submenu .back>a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

.left-submenu.move-right {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 13.8888888889rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}

.right-submenu * {
  -webkit-backface-visibility: hidden;
}

.right-submenu .back>a {
  padding: 0.3rem .8333333333rem;
  color: #999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

.right-submenu .back>a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}

.right-submenu .back>a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

.right-submenu.move-left {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu>a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

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

html,
body {
  font-size: 18px;
}

body {
  background: #fff;
  color: #555;
  padding: 0;
  margin: 0;
  font-family: "calluna","Georgia",serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

@media only screen {
  .show-for-small-only,
  .show-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  .visible-for-small-only,
  .visible-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-small-only,
  .hidden-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-small,
  table.show-for-small-down,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table;
  }

  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.show-for-small-only,
  td.show-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.show-for-small,
  td.show-for-small,
  th.show-for-small-down,
  td.show-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.hide-for-medium-up,
  td.hide-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 40.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.show-for-medium-only,
  td.show-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.show-for-medium,
  td.show-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.show-for-large-only,
  td.show-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.show-for-large,
  td.show-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 90.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.show-for-xlarge-only,
  td.show-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.show-for-xlarge,
  td.show-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 120.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-xlarge-only,
  .visible-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-xlarge-only,
  .hidden-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-xlarge-only,
  table.show-for-xlarge-up,
  table.hide-for-xlarge,
  table.hide-for-xlarge-down,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up,
  table.show-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-down,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up,
  thead.show-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-down,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up,
  tbody.show-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-down,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up,
  tr.show-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.hide-for-xlarge-down,
  td.hide-for-xlarge-down,
  th.show-for-xxlarge-only,
  td.show-for-xxlarge-only,
  th.show-for-xxlarge-up,
  td.show-for-xxlarge-up,
  th.show-for-xxlarge,
  td.show-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

table.hide-for-landscape,
table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  table.show-for-landscape,
  table.hide-for-portrait {
    display: table;
  }

  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  table.show-for-portrait,
  table.hide-for-landscape {
    display: table;
  }

  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

@media print {
  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

  table.show-for-print {
    display: table;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }
}

.products li.product h2 {
  font-size: 1.25rem;
}

.products li.product img {
  max-width: 100%;
  width: auto;
  max-height: 225px;
  display: block;
  margin: 0 auto;
}

.products li.product .price {
  border-right: 10px solid #fff;
  font-weight: bold;
}

.products li.product .add_to_cart_button {
  font-size: .6111111111rem;
  padding: 10px 15px;
}

.products li.product.product-type-variable .add_to_cart_button i {
  display: none;
}

.woocommerce-pagination {
  text-align: center;
  font-family: "proxima-nova","Helvetica Neue","Helvetica","Arial",sans-serif;
  margin-bottom: 25px;
}

.woocommerce-pagination .page-numbers {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.woocommerce-pagination .page-numbers li {
  display: inline-block;
}

.woocommerce-pagination .page-numbers li .page-numbers {
  padding: 0px 8px;
  border: 1px solid #eee;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
  background-color: #eee;
}

.woocommerce-pagination .page-numbers li .page-numbers.dots,
.woocommerce-pagination .page-numbers li .page-numbers.next,
.woocommerce-pagination .page-numbers li .page-numbers.prev {
  border: none;
}

.single-product .quantity {
  width: 50px;
  display: inline-block;
}

.single-product .price {
  font-size: 1.25rem;
}

.cart .shop_table {
  width: 100%;
}

.cart .shop_table .product-thumbnail {
  display: none;
}

.cart .shop_table .product-quantity input {
  width: 50px;
}

.cart .shop_table .product-remove a {
  font-weight: bold;
  color: white;
  font-size: 1rem;
  display: block;
  background-color: red;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 100px;
  line-height: 19px;
}

.cart .shop_table .coupon {
  display: inline-block;
}

.cart .shop_table .coupon #coupon_code {
  width: 250px;
  display: inline-block;
}

.cart .cart-collaterals {
  width: 100%;
}

.cart .cart-collaterals .woocommerce-shipping-destination {
  font-size: .7777777778rem;
  color: #555;
  margin-bottom: 0;
}

.cart .cart-collaterals .shipping-calculator-button {
  font-size: .7777777778rem;
}

.wc_payment_methods {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.cart .checkout-form {
  max-width: 750px;
  margin: 0 auto;
}

.checkout .checkout-form {
  max-width: 750px;
  margin: 0 auto;
}

.checkout .checkout-form .shop_table {
  width: 100%;
}

.checkout .checkout-form .shop_table tfoot {
  background-color: #fff;
}

.checkout .checkout-form .shop_table tfoot th,
.checkout .checkout-form .shop_table tfoot td {
  color: #222 !important;
}

.checkout .checkout-form .shop_table tfoot th {
  font-weight: bold;
}

#payment {
  background: #F7F4EF;
  border-radius: 5px;
}

#payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #ece6db;
  margin: 0;
  list-style: none outside;
}

#payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: normal;
}

#payment ul.payment_methods li input {
  margin: 0 1em 0 0;
  display: inline-block !important;
}

#payment ul.payment_methods li label {
  width: calc(100% - 70px);
  font-weight: bold;
}

#payment ul.payment_methods li img.stripe-icon {
  width: 30px;
}

#payment ul.payment_methods li img.stripe-icon.stripe-diners-icon,
#payment ul.payment_methods li img.stripe-icon.stripe-jcb-icon {
  display: none;
}

#payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}

#payment ul.payment_methods li img+img {
  margin-left: 2px;
}

@media only screen and (min-width: 40.063em) {
  #payment ul.payment_methods li #wc-stripe-cc-form .form-row-first,
  #payment ul.payment_methods li #wc-stripe-cc-form .form-row-last {
    width: 50%;
    float: left;
  }
}

#payment .button {
  background-color: #97020c;
  width: 100%;
}

#payment div.form-row {
  padding: 1em;
}

ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

ul#shipping_method li {
  margin: 0 0 .5em;
  line-height: 1.5em;
  list-style: none outside;
}

ul#shipping_method li input {
  margin: 3px 0.4375em 0 0;
  vertical-align: top;
}

ul#shipping_method li label {
  display: inline;
  font-size: .8888888889rem;
  color: #222;
}

ul#shipping_method .amount {
  font-weight: 700;
}

.woocommerce-column--shipping-address {
  float: none !important;
}

.woocommerce-order-overview {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p,
ul,
ol,
dl {
  font-size: .8888888889rem;
  margin-bottom: .8333333333rem;
}

@media only screen and (min-width: 40.063em) {
  p,
  ul,
  ol,
  dl {
    font-size: 1rem;
    margin-bottom: 1.3888888889rem;
  }

  .no-margin-header h2:first-child {
    margin-top: 0;
  }
}

.header-no-margin {
  margin-top: 0;
}

h1.article-title {
  font-family: "abril-fatface","Georgia",serif;
  font-size: 2rem;
}

h5 {
  font-family: "calluna","Georgia",serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #292626;
  margin-bottom: 20px;
}

@media only screen and (min-width: 40.063em) {
  h1.article-title {
    font-size: 3.7777777778rem;
  }
}

h2.post-title {
  margin-bottom: 0;
  line-height: 1.2;
  margin-top: 0px;
}

h5.pull-quote {
  font-size: 1.5555555556rem;
  font-family: "proxima-nova","Helvetica Neue","Helvetica","Arial",sans-serif;
  color: #c8c3b8;
}

h5.post-date {
  margin-top: 0;
}

h6.pull-quote-speaker {
  font-family: "proxima-nova-extra-condensed","Helvetica Neue","Helvetica","Arial Narrow","Arial",sans-serif;
  font-size: 1.7777777778rem;
  text-transform: uppercase;
  color: #4a4544;
  float: right;
  border-top: 3px solid #4a4544;
}

h6.pull-quote-speaker {
  font-family: "proxima-nova-extra-condensed","Helvetica Neue","Helvetica","Arial Narrow","Arial",sans-serif;
  font-size: 1.7777777778rem;
  text-transform: uppercase;
  color: #4a4544;
  float: right;
  border-top: 3px solid #4a4544;
}

h6.posted-in {
  font-family: "proxima-nova-extra-condensed","Helvetica Neue","Helvetica","Arial Narrow","Arial",sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #4a4544;
  float: left;
  border-top: 3px solid #4a4544;
  margin-top: 0;
}

.button {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0px 0px 2px #4c6a7f;
}

p a.button {
  margin-bottom: 10px;
}

.visit-blocks h3 {
  margin-top: 0;
}

main .gform_wrapper .gf_page_steps {
  background-color: #F7F4EF;
  border-bottom: 0;
  padding: 5px 10px;
}

main .gform_wrapper .gf_page_steps .gf_step {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 22px !important;
  padding: 0;
  margin: 0;
  margin-right: 5px;
}

main .gform_wrapper .gf_page_steps .gf_step .gf_step_number {
  font-size: .8888888889rem;
  margin-right: -4px;
}

main .gform_wrapper .gf_page_steps .gf_step.gf_step_active {
  background-color: #97020c;
  color: #fff;
  border-radius: 100%;
}

main .gform_wrapper .gf_page_steps .gf_step.gf_step_pending {
  opacity: .35;
}

main .gform_wrapper .gsection_description {
  font-size: .8888888889rem;
}

main .gform_wrapper .top_label .gquiz-field .gfield_label {
  line-height: 1.6;
  font-size: .8888888889rem;
}

main .gform_wrapper .top_label .gquiz-field .ginput_container_radio ul.gfield_radio li {
  margin-bottom: 12px;
}

main .gform_wrapper .top_label .gquiz-field .ginput_container_radio ul.gfield_radio li label.gquiz-correct-choice {
  color: #3D9B4C;
}

main .gform_wrapper .top_label .gquiz-field .ginput_container_radio ul.gfield_radio li label.gquiz-correct-choice .gquiz-indicator {
  margin-left: 5px;
  margin-top: -5px;
}

main .gform_wrapper .top_label .gquiz-field .ginput_container_radio ul.gfield_radio li label.gquiz-incorrect-choice {
  font-weight: normal;
}

main .gform_wrapper .top_label .gquiz-field .ginput_container_radio ul.gfield_radio li label.gquiz-incorrect-choice .gquiz-indicator {
  margin-left: 5px;
  margin-top: -5px;
}

main .gform_wrapper .top_label .gquiz-field .ginput_container_radio input {
  margin-right: 5px;
}

main .gform_wrapper .top_label .gquiz-field .ginput_container_radio .gquiz-answer-explanation {
  font-style: italic;
  margin-top: 20px;
}

main .gform_wrapper .gform_page_footer {
  border-top: 0;
  text-align: center;
}

main .gform_wrapper .gform_page_footer .button.gform_previous_button {
  display: none;
}

main #gquiz_confirmation_message {
  background-color: #F7F4EF;
  padding: 20px;
  border: 1px solid #efe8de;
}

main .quiz-grade {
  font-size: 1.2222222222rem;
  font-weight: bold;
}

main .quiz-score {
  font-style: italic;
}

@media only screen and (min-width: 40.063em) {
  main .gform_anchor::before {
    content: "";
    display: block;
    width: 0;
    height: 115px;
    margin: -115px 0 0;
  }

  main .gform_wrapper .gf_page_steps {
    padding: 7px 15px;
  }

  main .gform_wrapper .gf_page_steps .gf_step {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    margin-right: 5px;
  }

  main .gform_wrapper .gf_page_steps .gf_step .gf_step_number {
    font-size: 1rem;
  }

  main .gform_wrapper .gsection_description {
    font-size: 1rem;
  }

  main .gform_wrapper .top_label .gquiz-field .gfield_label {
    font-size: 1rem;
  }

  main .gform_wrapper .top_label .gquiz-field .ginput_container_radio label {
    font-size: 1rem;
  }

  main .quiz-grade {
    font-size: 1.5555555556rem;
    font-weight: bold;
  }
}

.tab-bar {
  background-color: #292626;
}

.top-row {
  background-color: #322016;
  padding-top: 4px;
}

.top-row .top-navigation {
  font-family: "proxima-nova","Helvetica Neue","Helvetica","Arial",sans-serif;
  text-align: right;
  float: right;
}

.top-row .top-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}

.top-row .top-navigation ul.secondary-nav {
  padding-right: 20px;
}

.top-row .top-navigation ul li {
  font-size: .7777777778rem;
  display: inline-block;
  padding: 0 10px;
}

.top-row .top-navigation ul li.social {
  font-size: 1.1rem;
  padding: 0 2px;
}

.top-row .top-navigation ul li.search {
  padding: 0 2px;
  padding-right: 20px !important;
  position: relative;
}

.top-row .top-navigation ul li.search .search-popout {
  display: none;
  position: absolute;
  width: 350px;
  z-index: 50000;
  border: 1px solid #c8c3b8;
  border-top: none;
  margin-top: 5px;
}

.top-row .top-navigation ul li.search .search-popout form.gsc-search-box {
  padding: 0;
  margin-bottom: 0;
}

.top-row .top-navigation ul li.search .search-popout .gsc-input input.gsc-input {
  margin-bottom: 0;
}

.top-row .top-navigation ul li.search .search-popout td.gsc-clear-button {
  display: none;
}

.top-row .top-navigation ul li.search .search-popout table.gsc-search-box {
  margin-bottom: 0;
}

.top-row .top-navigation ul li.search .search-popout td.gsc-search-button {
  padding: 10px;
  padding-left: 0;
}

.top-row .top-navigation ul li.search .search-popout input.gsc-search-button {
  border-radius: 0;
  text-transform: uppercase;
  font-size: .8rem;
  padding: 8px 15px;
  height: auto;
  font-weight: normal;
}

.top-row .top-navigation ul li.search .search-popout table.gsc-search-box {
  background-color: #ece6db;
}

.top-row .top-navigation ul li.search .search-popout input.gsc-input {
  border-color: #c8c3b8;
}

.top-row .top-navigation ul li:first-child {
  padding-left: 0;
}

.top-row .top-navigation ul li:last-child {
  padding-right: 0;
}

.top-row .top-navigation a {
  color: #fff;
  text-transform: uppercase;
}

.top-row .top-navigation a:hover {
  color: #ece6db;
}

#sticky-nav {
  width: 100%;
  background-color: rgba(255,255,255,0.75);
  z-index: 1000;
  padding: 10px 0;
}

.logo {
  width: 100%;
  text-align: center;
}

.logo img {
  width: 100%;
  max-width: 300px;
}

.main-navigation {
  margin-top: 15px;
}

.main-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-navigation ul li {
  display: inline-block;
}

.main-navigation ul li .button {
  margin: 0;
  padding: 12px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .7777777778rem;
  text-shadow: 0px 0px 2px #650108;
}

.main-navigation ul.nav-buttons {
  margin-bottom: 10px;
}

.main-navigation ul.nav-buttons li {
  width: 48%;
}

.main-navigation ul.nav-buttons li .button {
  width: 100%;
}

.main-navigation ul.nav-links {
  font-size: 1.0555555556rem;
  text-transform: uppercase;
  font-family: "proxima-nova","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.main-navigation ul.nav-links li {
  margin: 0 23px;
}

.main-navigation ul.nav-links li:first-child {
  margin-left: 0;
}

.main-navigation ul.nav-links li:last-child {
  margin-right: 0;
}

.main-navigation ul.nav-links li a {
  display: block;
  color: #322016;
  border-bottom: solid 3px #c8c3b8;
  padding: 3px 2px;
  font-weight: bold;
}

.main-navigation ul.nav-links li a:hover {
  border-bottom: solid 3px #e15b15;
}

.main-navigation ul.nav-links li a.active {
  border-bottom: 0;
  color: #e15b15;
  background: url("../img/nav-arrow.png") bottom center no-repeat;
  padding-bottom: 34px;
}

.stuck-nav #sticky-nav {
  border-bottom: #ece6db 1px solid;
}

.stuck-nav .main-navigation {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: 5px;
}

.stuck-nav .main-navigation ul.nav-links li a.active {
  padding-bottom: 25px;
}

@media only screen and (min-width: 40.063em) {
  .logo {
    width: auto;
    text-align: left;
    float: left;
    margin-right: 30px;
  }

  .logo img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 300px;
    height: 92px;
  }

  .main-navigation {
    margin-top: 5px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: right;
  }

  .main-navigation ul.nav-buttons li {
    width: auto;
  }

  .main-navigation ul.nav-buttons li .button {
    width: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  .main-navigation {
    margin-top: 35px;
  }

  .main-navigation ul.nav-buttons {
    float: left;
    margin-bottom: 0;
  }

  .main-navigation ul.nav-links {
    float: right;
  }

  .stuck-nav .main-navigation {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 15px;
  }

  .stuck-nav .logo img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 182px;
    height: 56px;
  }
}

#expanded-nav {
  width: 100%;
  position: absolute;
  z-index: 1000;
}

#expanded-nav .nav-dropdown {
  background-color: #ece6db;
  padding: 20px;
}

#expanded-nav .nav-dropdown h3 {
  font-family: "proxima-nova-condensed","Helvetica Neue","Helvetica","Arial Narrow","Arial",sans-serif;
  color: #013356;
}

#expanded-nav .nav-dropdown p {
  color: #666;
  font-size: .8888888889rem;
}

#expanded-nav .nav-dropdown .button {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .7777777778rem;
  text-shadow: 0px 0px 2px #425d6f;
}

#expanded-nav .nav-dropdown ul.links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#expanded-nav .nav-dropdown ul.links li {
  text-indent: -15px;
  padding-left: 15px;
  font-size: .8888888889rem;
}

#expanded-nav .nav-dropdown ul.links li a {
  font-family: "proxima-nova","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-weight: bold;
  color: #322016;
  text-transform: uppercase;
}

#expanded-nav .nav-dropdown ul.links li a:hover {
  color: #e15b15;
}

#expanded-nav .nav-dropdown img {
  border: #fff 3px solid;
}

.nav-mobile {
  display: none;
}

.nav-mobile ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-mobile ul .mobile-sub {
  display: none;
}

.nav-mobile ul li .plus {
  font-size: 1.2222222222rem;
  color: #322016;
  font-family: "proxima-nova","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-weight: bold;
  border-bottom: none;
  float: right;
}

.nav-mobile ul li a {
  width: 100%;
  display: block;
  background-color: #ece6db;
  padding: 7px 15px;
  color: #322016;
  font-family: "proxima-nova","Helvetica Neue","Helvetica","Arial",sans-serif;
  text-transform: uppercase;
  border-bottom: #c8c3b8 1px solid;
  font-size: 1rem;
  font-weight: bold;
}

.nav-mobile ul li ul {
  background-color: #c8c3b8;
  padding: 10px 0;
  box-shadow: inset 0 6px 7px -4px rgba(0,0,0,0.2),inset 0 -6px 7px -4px rgba(0,0,0,0.2);
}

.nav-mobile ul li ul li a {
  padding-left: 30px;
  border-top: none;
  font-size: .7777777778rem;
  background-color: inherit;
}

.nav-mobile ul li ul li ul {
  box-shadow: none;
  padding: 0;
}

.nav-mobile ul li ul li ul li a {
  padding-left: 45px;
}

.right-small {
  right: 1px;
}

.footer-upper {
  padding: 40px 0;
  background-color: #F7F4EF;
}

.footer-upper h3 {
  font-family: "proxima-nova-condensed","Helvetica Neue","Helvetica","Arial Narrow","Arial",sans-serif;
  color: #013356;
  font-size: 2rem;
  margin-top: 0;
}

.footer-upper .footer-info a {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "proxima-nova","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.footer-upper ul.social {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-upper ul.social li {
  display: inline-block;
  font-size: 2rem;
}

.footer-upper ul.social li a {
  color: #f4b13a;
}

.footer-upper ul.social li a:hover {
  color: #e15b15;
}

.footer-upper .times-directions {
  display: none;
}

.footer-upper .times-directions-toggle {
  text-align: center;
  background-color: #ece6db;
  padding: 12px 0;
  font-family: "proxima-nova","Helvetica Neue","Helvetica","Arial",sans-serif;
  text-transform: uppercase;
  width: 100%;
  display: block;
  font-size: .8888888889rem;
  margin-top: 25px;
}

@media only screen and (min-width: 40.063em) {
  .times-directions {
    display: block !important;
  }

  .footer-upper .times-directions-toggle {
    display: none;
  }
}

.footer-lower {
  padding: 40px 0;
  background-color: #292626;
}

.footer-lower .sitemap {
  display: none;
}

.footer-lower .sitemap-toggle {
  text-align: center;
  background-color: #4a4544;
  padding: 12px 0;
  font-family: "proxima-nova","Helvetica Neue","Helvetica","Arial",sans-serif;
  color: #ece6db;
  text-transform: uppercase;
  width: 100%;
  display: block;
  font-size: .8888888889rem;
}

.footer-lower h2 {
  font-family: "proxima-nova-condensed","Helvetica Neue","Helvetica","Arial Narrow","Arial",sans-serif;
  color: #fff;
  font-size: 2rem;
}

.footer-lower ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-lower ul li {
  padding: 2px 0;
}

.footer-lower ul li a {
  font-family: "proxima-nova","Helvetica Neue","Helvetica","Arial",sans-serif;
  color: #c8c3b8;
  text-transform: uppercase;
  font-size: .8333333333rem;
}

.footer-lower ul li a:hover {
  color: #e15b15;
}

.footer-lower ul li ul {
  padding-left: 25px;
}

.footer-lower .footer-footer {
  padding-top: 60px;
}

.footer-lower .footer-logos ul li {
  display: inline-block;
}

.footer-lower .footer-logos ul li img {
  max-height: 80px;
}

.footer-lower .copyright p {
  color: #fff;
  font-size: .7777777778rem;
}

.footer-lower .copyright p a {
  color: #c8c3b8;
}

@media only screen and (min-width: 40.063em) {
  .sitemap {
    display: block !important;
  }

  .footer-lower .sitemap-toggle {
    display: none;
  }
}

.fsBody .fsForm {
  background-color: inherit !important;
  margin: 0 !important;
  border: none !important;
}

.fsBody .fsRowBody {
  padding: 0 !important;
}

.fsFieldRow input[type=email],
.fsFieldRow input[type=number],
.fsFieldRow input[type=tel],
.fsFieldRow input[type=text],
.fsForm textarea {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.fsForm .fsSubmit {
  padding: 0 !important;
  background-color: inherit !important;
  margin-bottom: 15px !important;
  width: 100% !important;
}

.fsSubmit input.fsSubmitButton {
  color: #FFF !important;
  font-family: 'proxima-nova' !important;
  border: none !important;
  background-color: #5f859f !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  padding: 10px 20px !important;
  width: 100% !important;
}

.fsForm .fsLabel {
  font-size: 1rem !important;
  font-family: "calluna","Georgia",serif !important;
}

.constantcontactwidget_form p:nth-of-type(1) {
  display: block;
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 0;
}

.constantcontactwidget_form p:nth-of-type(2) {
  display: block;
  width: 49%;
  float: left;
  margin-bottom: 0;
}

.constantcontactwidget_form p:nth-of-type(3) {
  float: left;
  width: 65%;
  margin-right: 2%;
}

.constantcontactwidget_form input[type="submit"] {
  color: #FFF;
  font-family: 'proxima-nova';
  border: none;
  background-color: #5f859f;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 20px;
  float: left;
  width: 32%;
  margin-top: 21px;
}

.constantcontactwidget_form input[type="text"] {
  margin-bottom: 5px;
}

#e2ma_signup_form {
  width: 100%;
}

#e2ma_signup_form #e2ma_signup_image_container,
#e2ma_signup_form #e2ma_signup_message {
  display: none;
}

#e2ma_signup_form .e2ma_signup_form {
  width: 100%;
}

#e2ma_signup_form .e2ma_signup_form_row {
  border: none;
  padding: 0;
}

#e2ma_signup_form .e2ma_signup_form_row:nth-of-type(1) {
  width: 48%;
  float: left;
}

#e2ma_signup_form .e2ma_signup_form_row:nth-of-type(2) {
  width: 48%;
  float: right;
}

#e2ma_signup_form .e2ma_signup_form_row:nth-of-type(3) {
  clear: both;
  width: 60%;
  float: left;
}

#e2ma_signup_form .e2ma_signup_form_button_row {
  float: right;
  width: 38%;
}

#e2ma_signup_form .e2ma_signup_form_button_row #e2ma_signup_submit_button {
  color: #FFF;
  font-family: 'proxima-nova';
  border: none;
  background-color: #5f859f;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 20px;
  width: 100% !important;
  margin-top: 26px;
  font-size: 0.8888888889rem;
}

#e2ma_signup_form .e2ma_signup_form_label {
  float: none;
  width: inherit;
  clear: both;
  font-family: "calluna","Georgia",serif;
  font-size: .75rem;
}

#e2ma_signup_form .e2ma_signup_form_element {
  margin-left: 0;
}

#e2ma_signup_form .e2ma_signup_form_required_asterix {
  display: none;
}

#e2ma_signup_form input[type=text],
#e2ma_signup_form textarea,
#e2ma_signup_form select {
  margin-bottom: 0;
}

#e2ma_signup_form .e2ma_signup_form_required_footnote {
  display: none;
}

#e2ma_signup_form .e2ma_signup_form_button_row #e2ma_signup_reset_button {
  display: none;
}

.beta-alert {
  background-color: red;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.beta-alert a {
  color: #fff;
}

.beta-alert a.feedback {
  border-bottom: 1px solid #fff;
}

.main-content {
  padding-top: 20px;
}

.home-main {
  margin-top: 10px;
}

.main-white {
  padding: 35px 0;
}

.title-row+.main-white {
  padding-top: 15px;
}

@media only screen and (min-width: 40.063em) {
  .main-white {
    padding: 50px 0;
  }
}

.beige-section {
  background-color: #ece6db;
  width: 100%;
  padding: 40px 0;
}

.beige-section img {
  border: #fff 3px solid;
}

.dark-beige-section {
  background-color: #c8c3b8;
  width: 100%;
  padding: 40px 0;
}

.uppercase {
  text-transform: uppercase;
}

hr {
  border-top: #ece6db 1px solid;
  margin: 40px 0;
}

.full-width {
  background-position: center;
  position: relative;
}

.full-width+.bread-crumbs {
  margin-bottom: 0;
}

.full-width.video-container {
  background-color: #000;
}

.full-width.short {
  height: 200px;
}

.full-width.medium {
  height: 275px;
}

.full-width.tall {
  height: 275px;
}

.full-width .title-main {
  width: 100%;
  text-align: center;
  padding: 0;
  padding-top: 120px;
  padding-bottom: 20px;
}

.full-width .title-main h1 {
  color: #fff;
  font-family: "proxima-nova-condensed","Helvetica Neue","Helvetica","Arial Narrow","Arial",sans-serif;
  font-size: 2rem;
  line-height: .9;
  text-shadow: 1px 1px 8px #000;
}

.full-width .title-overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}

.full-width .title-overlay .color-overlay {
  background-color: rgba(104,8,35,0.5);
  width: 100%;
  padding: 1.1111111111rem 1.9444444444rem;
}

.full-width .title-overlay .button-overlay {
  padding: 1.1111111111rem 1.9444444444rem;
  padding-bottom: 0;
}

.full-width .title-overlay h1 {
  color: #fff;
  font-family: "abril-fatface","Georgia",serif;
  text-transform: uppercase;
  font-size: 1.5555555556rem;
  line-height: .9;
  margin-bottom: 0;
}

.full-width .title-overlay h3 {
  color: #fff;
  font-family: "proxima-nova-condensed","Helvetica Neue","Helvetica","Arial Narrow","Arial",sans-serif;
  font-weight: normal;
  margin-top: 0;
  font-size: 1.2222222222rem;
  line-height: 1;
  margin-bottom: 0;
}

.full-width .title-overlay a.button {
  background-color: #f4b13a;
}

.full-width .title-overlay a.button:hover {
  background-color: #e5970d;
}

.hero-video-container {
  height: 275px;
  background-image: url("https://s3.amazonaws.com/thehermitage-videos/hermitage_center.jpg");
  background-position: center center;
}

.hero-video-container .title-overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}

.hero-video-container .title-overlay .color-overlay {
  background-color: rgba(104,8,35,0.5);
  width: 100%;
  padding: 1.1111111111rem 1.9444444444rem;
}

.hero-video-container .title-overlay .button-overlay {
  padding: 1.1111111111rem 1.9444444444rem;
  padding-bottom: 0;
}

.hero-video-container .title-overlay h1 {
  color: #fff;
  font-family: "abril-fatface","Georgia",serif;
  text-transform: uppercase;
  font-size: 1.5555555556rem;
  line-height: .9;
  margin-bottom: 0;
}

.hero-video-container .title-overlay h3 {
  color: #fff;
  font-family: "proxima-nova-condensed","Helvetica Neue","Helvetica","Arial Narrow","Arial",sans-serif;
  font-weight: normal;
  margin-top: 0;
  font-size: 1.2222222222rem;
  line-height: 1;
  margin-bottom: 0;
}

.hero-video-container .title-overlay a.button {
  background-color: #f4b13a;
}

.hero-video-container .title-overlay a.button:hover {
  background-color: #e5970d;
}

@media only screen and (min-width: 40.063em) {
  .hero-video-container {
    height: 400px;
    background-image: none;
  }

  .hero-video-container .title-overlay {
    max-width: 350px;
    position: absolute;
    bottom: 40px;
    text-align: left;
  }

  .hero-video-container .title-overlay.right {
    right: 0;
  }

  .hero-video-container .title-overlay h1 {
    color: #fff;
    font-family: "abril-fatface","Georgia",serif;
    text-transform: uppercase;
    font-size: 2.8888888889rem;
    line-height: .9;
    margin-bottom: 0;
  }

  .hero-video-container .title-overlay h3 {
    color: #fff;
    font-family: "proxima-nova-condensed","Helvetica Neue","Helvetica","Arial Narrow","Arial",sans-serif;
    font-weight: normal;
    margin-top: 0;
    font-size: 1.5555555556rem;
    line-height: 1;
    margin-bottom: 0;
  }

  .hero-video-container .title-overlay a.button {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 64.063em) {
  .hero-video-container {
    min-height: 500px;
    background-image: none;
  }

  .hero-video-container .title-overlay {
    max-width: 500px;
    bottom: 40px;
  }

  .hero-video-container .title-overlay h1 {
    font-size: 3.7777777778rem;
  }

  .hero-video-container .title-overlay h3 {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 40.063em) {
  .full-width {
    background-size: cover;
  }

  .full-width.tall {
    height: 400px;
  }

  .full-width.medium {
    height: 300px;
  }

  .full-width .title-main {
    width: 100%;
    text-align: left;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .full-width .title-main h1 {
    font-size: 3rem;
  }

  .full-width .title-overlay {
    max-width: 350px;
    position: absolute;
    bottom: 40px;
    text-align: left;
  }

  .full-width .title-overlay.right {
    right: 0;
  }

  .full-width .title-overlay h1 {
    color: #fff;
    font-family: "abril-fatface","Georgia",serif;
    text-transform: uppercase;
    font-size: 2.8888888889rem;
    line-height: .9;
    margin-bottom: 0;
  }

  .full-width .title-overlay h3 {
    color: #fff;
    font-family: "proxima-nova-condensed","Helvetica Neue","Helvetica","Arial Narrow","Arial",sans-serif;
    font-weight: normal;
    margin-top: 0;
    font-size: 1.5555555556rem;
    line-height: 1;
    margin-bottom: 0;
  }

  .full-width .title-overlay a.button {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 64.063em) {
  .full-width.tall {
    height: 500px;
  }

  .full-width.medium {
    height: 400px;
  }

  .full-width.short {
    height: 300px;
  }

  .full-width .title-main {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .full-width .title-main h1 {
    font-size: 3.7777777778rem;
  }

  .full-width .title-overlay {
    max-width: 500px;
    bottom: 40px;
  }

  .full-width .title-overlay h1 {
    font-size: 3.7777777778rem;
  }

  .full-width .title-overlay h3 {
    font-size: 2rem;
  }
}

.image-title {
  position: relative;
  margin-bottom: 25px;
}

.image-title h2 {
  position: absolute;
  bottom: 0;
  background-color: rgba(104,8,35,0.7);
  padding: 10px 15px;
  margin: 0;
  width: 100%;
  color: #fff;
  font-family: "proxima-nova-condensed","Helvetica Neue","Helvetica","Arial Narrow","Arial",sans-serif;
  font-weight: normal;
  font-size: 1.7777777778rem;
}

.button-same-height {
  margin-top: 15px;
}

.fit-image {
  width: 100%;
}

.bread-crumbs {
  border-top: 1px solid #ece6db;
  border-bottom: 1px solid #ece6db;
  padding: 5px 0;
  font-family: "proxima-nova","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-size: .7777777778rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 40.063em) {
  .bread-crumbs {
    font-size: .8888888889rem;
    margin-top: 20px;
  }
}

.listing-row {
  margin-top: 40px !important;
}

.listing-row h3 {
  margin-top: 0;
}

.accordion {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.accordion li {
  background-color: #F7F4EF;
  padding: 5px 20px;
  margin-bottom: 5px;
}

.accordion li h4 {
  margin: 0;
}

.accordion li h4 a span {
  color: #c8c3b8;
  font-size: 1.1rem;
  display: inline-block;
  padding-right: 5px;
}

.accordion li .expand {
  display: none;
  padding: 0 10px;
}

.accordion li .expand p:first-child {
  padding-top: 10px;
}

.faq-accordion {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.faq-accordion li {
  background-color: #F7F4EF;
  padding: 5px 20px;
  margin-bottom: 5px;
}

.faq-accordion li h4 {
  margin: 0;
  font-size: 1.1111111111rem;
}

.faq-accordion li h4 a i {
  color: #c8c3b8;
  font-size: 1.1rem;
  display: inline-block;
  padding-right: 5px;
  font-size: 1.2222222222rem;
}

.faq-accordion li h4 a span {
  color: #322016;
}

.faq-accordion li .expand {
  display: none;
  padding: 0 10px;
}

.faq-accordion li .expand p:first-child {
  padding-top: 10px;
}

.membership-levels {
  width: 100%;
  font-family: "proxima-nova","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.membership-levels thead th {
  text-transform: uppercase;
}

.membership-levels tr td {
  font-size: 1rem;
  border-bottom: 1px solid #ece6db;
}

.membership-levels tr td.price {
  font-size: 1rem;
}

.membership-levels tr td span {
  display: none;
}

.membership-levels .price {
  text-align: center;
}

@media only screen and (max-width: 40em) {
  .membership-levels {
    display: block;
    border: 1px solid #ece6db;
  }

  .membership-levels thead {
    display: none;
  }

  .membership-levels tbody {
    display: block;
  }

  .membership-levels tbody tr {
    display: block;
  }

  .membership-levels tbody tr .level {
    display: block;
    background-color: #292626;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: .8888888889rem;
  }

  .membership-levels tbody tr .price {
    display: block;
    width: 100%;
    font-size: .8888888889rem;
    background-color: #F7F4EF;
    border-bottom: 1px solid #ece6db;
  }

  .membership-levels tbody tr .price span {
    display: inline;
  }
}

.learn-home .medium-block-grid-4 li,
.learn-home .medium-block-grid-3 li {
  padding-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
  .learn-home a.button {
    margin-bottom: 0;
  }
}

#location-directions-map {
  height: 400px;
}

#footer-map {
  height: 300px;
}

.tour-materials-list a {
  font-size: 1.1rem;
}

figure {
  text-align: center;
}

figure figcaption {
  font-style: italic;
}

.floorplan-second {
  margin-top: 10px;
}

@media only screen and (min-width: 40.063em) {
  .floorplan-second {
    margin-top: 90px;
  }
}

@media only screen and (min-width: 64.063em) {
  .floorplan-second {
    margin-top: 110px;
  }
}

.cta h2 {
  margin-top: 0;
  line-height: 1.1;
}

@media only screen and (min-width: 40.063em) {
  .home-button-group.even-2 li {
    margin: 0 -5px;
  }

  .home-button-group.even-2 li:first-child {
    margin-right: 10px;
  }
}

.give-ad {
  display: block;
  margin-bottom: 25px;
  background-color: #97020c;
  padding: 50px 40px;
  text-align: center;
}

.give-ad h3 {
  margin-top: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1;
}

.give-ad p {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.3333333333rem;
  line-height: 1.3;
}

.alignleft {
  float: left;
  padding-right: 20px;
  padding-bottom: 10px;
}

.home-cta-section {
  background-color: #680823;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}

.home-cta-section p {
  margin-bottom: 0;
}

.home-cta-section a {
  color: #fff;
  text-decoration: underline;
}

.name_first input,
.name_last input {
  margin-bottom: 5px;
}

.ginput_container_time input {
  display: inline-block;
}

.ginput_container_radio {
  margin-top: 0;
}

.ginput_container_radio .gfield_radio input[type=radio] {
  margin-bottom: 5px;
}

.shop-nav {
  border-top: 1px solid #ece6db;
  border-bottom: 1px solid #ece6db;
  padding: 5px 0;
  margin-bottom: 40px;
}

.shop-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.shop-nav ul li {
  display: inline-block;
  padding: 0 15px;
}

.shop-nav ul li:nth-child(1) {
  padding-left: 0;
}

.shop-nav ul li a {
  color: #292626;
  font-family: "proxima-nova","Helvetica Neue","Helvetica","Arial",sans-serif;
  text-transform: uppercase;
  font-size: .7777777778rem;
}

.shop-category-grid li {
  padding-bottom: 0;
  margin-bottom: 1.9444444444rem;
}

.shop-category-grid li a {
  position: relative;
  display: block;
}

.shop-category-grid li a .shop-category {
  position: absolute;
  bottom: 0;
  background-color: rgba(104,8,35,0.7);
  padding: 10px 15px;
  width: 100%;
  color: #fff;
  font-family: "proxima-nova-condensed","Helvetica Neue","Helvetica","Arial Narrow","Arial",sans-serif;
  font-size: 1.5555555556rem;
}

.featured-product img {
  border: #fff 3px solid;
}

.featured-product .button {
  padding: 0 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.featured-product h2 {
  font-size: 1.6666666667rem;
}

.featured-product h3 {
  font-family: "calluna","Georgia",serif;
  font-weight: bold;
  font-size: 1.3333333333rem;
}

.featured-product h3 a {
  color: #292626;
}

.featured-product h4 {
  margin-top: 0;
}

.new-products h2 {
  font-size: 1.6666666667rem;
}

.new-products ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.new-products ul li {
  margin-bottom: 25px;
}

.new-products ul li img {
  border: #fff 3px solid;
}

.new-products ul li .button {
  padding: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .8rem;
}

.new-products ul li h3 {
  font-family: "calluna","Georgia",serif;
  font-weight: bold;
  font-size: 1.3333333333rem;
  margin-top: 0;
}

.new-products ul li h3 a {
  color: #292626;
}

.new-products ul li h4 {
  margin-top: 0;
}

.new-products ul li h4 .amount {
  color: #013356;
  font-family: "calluna","Georgia",serif;
  font-size: 1.1111111111rem;
  font-family: "proxima-nova","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.shop-archive-list .page-title {
  display: none;
}

.widget_product_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 40px;
}

.widget_product_categories ul li {
  padding: 3px 0;
  text-indent: -15px;
  padding-left: 15px;
  border-bottom: 1px solid #ece6db;
}

.widget_product_categories ul a {
  color: #4a4544;
  font-family: "proxima-nova","Helvetica Neue","Helvetica","Arial",sans-serif;
  text-transform: uppercase;
  font-size: .7777777778rem;
}

.product_title {
  color: #5f859f;
  font-size: 1.6666666667rem;
}

.price .amount {
  color: #322016;
}

.single_add_to_cart_button {
  padding: 0 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #5f859f !important;
}

.form-submit #submit {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "proxima-nova","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.1111111111rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: .7777777778rem;
  padding-right: 1.5555555556rem;
  padding-bottom: .8333333333rem;
  padding-left: 1.5555555556rem;
  font-size: .8888888889rem;
  background-color: #5f859f;
  border-color: #4c6a7f;
  color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.form-submit #submit:hover,
.form-submit #submit:focus {
  background-color: #4c6a7f;
}

.form-submit #submit:hover,
.form-submit #submit:focus {
  color: #fff;
}

.shop-details-link {
  text-transform: uppercase;
  font-size: .8rem;
  font-family: "proxima-nova","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.shop-page-title {
  margin-top: 0;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  content: "";
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info {
  background: none;
  background-color: #ece6db;
  box-shadow: none;
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before {
  padding-top: 0;
}

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  border-top: 3px solid #e15b15;
}

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  background-color: #e15b15;
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
  border-top: 3px solid #5f859f;
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
  background-color: #5f859f;
}

.wc-forward:after,
.wc-forward a:after {
  content: "";
}

tr.shipping {
  background-color: #F7F4EF !important;
}

tr.order-total {
  background-color: #ece6db !important;
}

.mijireh_order_form #order_credit_card_expire_month,
.mijireh_order_form #order_credit_card_expire_year {
  padding: 0 8px;
}

.variations .label {
  background-color: #fff;
  padding-top: 20px;
}

.woocommerce-product-gallery {
  position: relative;
  margin-bottom: 1.5em;
}

.woocommerce-product-gallery figure {
  margin: 0;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  float: left;
  cursor: pointer;
  padding: 5px;
}

.woocommerce-product-gallery .flex-control-nav {
  margin: 0 -5px;
  margin-top: 5px;
}

.woocommerce-product-gallery .flex-control-nav:before {
  content: " ";
  display: table;
}

.woocommerce-product-gallery .flex-control-nav:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: .5;
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1;
}

.woocommerce-product-gallery img {
  display: block;
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%;
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%;
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 99;
}

a.woocommerce-product-gallery__trigger {
  text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .875em;
  right: .875em;
  display: block;
  z-index: 99;
  text-align: center;
  text-indent: -999px;
  overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
  display: block !important;
}

.gsc-control-cse {
  padding: 0;
}

.gsc-above-wrapper-area-container {
  border: none;
  margin-bottom: 0;
}

.gsc-result-info-container {
  padding: 0;
}

.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border: none;
}

.gsc-control-cse .gsc-table-result {
  border: none;
  font-family: "calluna","Georgia",serif !important;
}

.gs-webResult div.gs-visibleUrl,
.gs-imageResult div.gs-visibleUrl {
  font-size: .7rem !important;
  line-height: 1.5 !important;
}

.gsc-table-cell-snippet-close,
.gs-promotion-text-cell {
  padding: 0;
}

.gsc-table-cell-thumbnail,
.gs-promotion-image-cell {
  padding: 0 !important;
  padding-right: 15px !important;
}

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  font-size: .9rem !important;
}

.cse .gs-result .gs-snippet,
.gs-result .gs-snippet,
.cse .gs-spelling-original,
.gs-spelling-original {
  font-size: .8rem !important;
  line-height: 1.3rem !important;
}

.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  text-shadow: none !important;
}

.gsc-result .gs-title {
  height: auto !important;
  line-height: 1.4rem !important;
}

@media only screen and (min-width: 40.063em) {
  .cse .gs-result .gs-snippet,
  .gs-result .gs-snippet,
  .cse .gs-spelling-original,
  .gs-spelling-original {
    font-size: .9rem !important;
    line-height: 1.4rem !important;
  }

  .gs-webResult div.gs-visibleUrl,
  .gs-imageResult div.gs-visibleUrl {
    font-size: .8rem !important;
    line-height: 1.7 !important;
  }

  .gsc-control-cse .gs-spelling,
  .gsc-control-cse .gs-result .gs-title,
  .gsc-control-cse .gs-result .gs-title * {
    font-size: 1rem !important;
  }
}

#tribe-events-pg-template {
  max-width: none;
  margin: 0;
  padding: 0;
}

.event-detail-header {
  margin-top: 0;
}

.single-tribe_events .tribe-events-event-meta {
  font-size: 1rem;
  background-color: #F7F4EF;
  margin: 0;
  padding: 15px 20px;
}

.single-tribe_events .tribe-events-event-meta p {
  margin-bottom: 15px;
}

#tribe-events-content .tribe-events-abbr {
  font-size: 1rem;
}

.event-detail-header {
  font-family: "proxima-nova","Helvetica Neue","Helvetica","Arial",sans-serif;
  color: #013356;
  font-weight: bold;
  text-transform: uppercase;
}

.bottom-event-nav ul,
.next-list-link ul {
  margin: 0;
  padding: 0;
}

.previous-day-link a,
.next-day-link a {
  display: inline-block;
  background-color: #f4b13a;
  color: #fff;
  font-size: 2rem;
  padding-top: 15px;
  padding-bottom: 10px;
}

.no-more-events div {
  display: inline-block;
  background-color: #eee;
  color: #fff;
  font-size: 2rem;
  padding-top: 15px;
  padding-bottom: 10px;
}

.day-name-title {
  color: #5f859f;
  text-transform: uppercase;
  margin-top: 0;
}

.day-title {
  font-family: "abril-fatface","Georgia",serif;
  margin-top: 0;
  line-height: .8;
  font-size: 3rem;
  text-transform: uppercase;
}

.list-title {
  font-family: "abril-fatface","Georgia",serif;
  margin-top: 0;
  line-height: .8;
  font-size: 3rem;
  text-transform: uppercase;
  margin-top: 25px;
}

.event-listing .tribe-events-event-image {
  width: 100%;
}

.tribe-events-day .tribe-events-day-time-slot .vevent {
  margin-left: 0;
}

.day-event-title {
  margin-top: 0;
  font-weight: normal;
}

.tribe-events-day .tribe-events-day-time-slot h5,
.tribe-events-list-separator-month {
  background-color: #F7F4EF;
  font-size: 1.5rem;
  padding: 3px 15px;
  margin-top: 1rem;
  font-family: "proxima-nova-condensed","Helvetica Neue","Helvetica","Arial Narrow","Arial",sans-serif;
  color: #013356;
}

.tribe-events-list-separator-month {
  margin-bottom: 25px;
}

.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo {
  display: none;
}

#tribe-events-content.tribe-events-list {
  margin-bottom: 0;
}

.next-list-link li {
  list-style-type: none;
}

.next-list-link li a {
  display: inline-block;
  background-color: #f4b13a;
  color: #fff;
  font-size: 2rem;
  padding-top: 15px;
  padding-bottom: 10px;
}

.tribe-bar-views-inner {
  background-color: #ece6db;
}

#tribe-bar-form {
  background-color: #F7F4EF;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  background-color: #ece6db;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover {
  background-color: #F7F4EF;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #5f859f;
  font-family: "proxima-nova","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-size: .8888888889rem;
  font-weight: normal;
}

.day-event-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 25px;
  margin-top: 10px;
}

.day-event-list li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c8c3b8;
}

.home-event-list li>a {
  width: 25%;
  float: left;
}

.home-event-list li img {
  width: 100%;
  float: left;
}

.home-event-list li div {
  float: left;
  width: 75%;
  padding-left: 15px;
}

.home-event-list li .home-event-title {
  font-size: 1.1111111111rem;
}

@media only screen and (min-width: 40.063em) {
  .home-event-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.bottom-event-nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.page-event-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.page-event-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ece6db;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.page-event-list li>a {
  width: 125px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  float: left;
}

.page-event-list li img {
  width: 100%;
}

.page-event-list li div {
  padding-left: 35px;
  float: left;
}

.page-event-list li .home-event-title {
  font-size: 1.3333333333rem;
}

.blog-post-title {
  margin-top: 0;
  font-size: 2.5rem;
  font-family: "abril-fatface","Georgia",serif;
}

.blog-listing {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
  border-bottom: 1px solid #ece6db;
  padding-bottom: 40px;
}

.sidebar-blog .widget_categories h3 {
  display: none;
}

.sidebar-blog .widget_categories ul {
  list-style-type: none;
  margin: 0;
}

.sidebar-blog .widget_categories ul li a {
  display: block;
  background-color: #F7F4EF;
  padding: 7px 15px;
  border: 1px solid #ece6db;
  font-family: "proxima-nova","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.sidebar-blog .widget_categories ul li a:hover {
  background-color: #ece6db;
}

.blog-audio-player {
  max-width: 400px;
  margin-top: 15px;
  margin-bottom: 25px;
}