/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	PALETTE */
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	TYPOGRAPHY (small) */
body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}

/*	HEADINGS */
h1, .h1 {
  font-family: century-gothic, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  color: #000000;
}

h2, .h2 {
  font-family: century-gothic, sans-serif;
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: normal;
  margin: 0 0 1rem 0;
  padding: 0;
  color: #000000;
}

h1 ~ h2 {
  font-family: century-gothic, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  margin: 0.75rem 0 3rem 0;
  padding: 0;
  color: #a6a6a6;
}

h3, .h3 {
  font-family: century-gothic, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.5rem 0;
  padding: 0;
  color: #000000;
}

h4, .h4 {
  font-family: century-gothic, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  color: #000000;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

/*	PARAGRAPHS */
p {
  font-family: source-sans-pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 1.5rem 0;
  padding: 0;
  color: #333333;
}

/*	LISTS */
ul {
  list-style-type: disc;
  font-family: source-sans-pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 1rem 1.4rem;
  padding: 0;
  color: #333333;
}
ul ul {
  list-style-type: circle;
}

ul.button-list {
  list-style-type: none;
  margin: 1.5rem 0 0 0;
}

ol {
  font-family: source-sans-pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 1rem 1.15rem;
  padding: 0;
  color: #333333;
}

/*	HORIZONTAL RULE */
hr {
  max-width: none;
  margin: 3rem 0;
  border-bottom: 1px solid #e5e5e5;
}

/*	LINK COLOR */
h1 > a, h2 > a, h3 > a, p > a,
p > strong > a,
ul li > a {
  color: #1c9091;
}
h1 > a:hover, h2 > a:hover, h3 > a:hover, p > a:hover,
p > strong > a:hover,
ul li > a:hover {
  color: #333333;
}

a {
  transition: opacity 0.25s ease-out, color 0.25s ease-out;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	TYPOGRAPHY (medium) */
@media screen and (min-width: 640px) {
  h1, .h1 {
    font-size: 2.4rem;
  }
  h1 ~ h2 {
    font-size: 1.8rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.3rem;
  }
  h4, .h4 {
    font-size: 1rem;
  }
  h5, .h5 {
    font-size: 1.1rem;
  }
  p, ul, ol {
    font-size: 1.3rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	TYPOGRAPHY (large) */
@media screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
  h1 ~ h2 {
    font-size: 1.8rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1rem;
  }
  h5, .h5 {
    font-size: 1.1rem;
  }
  p, ul, ol {
    font-size: 1.2rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	TYPOGRAPHY (xlarge) */
@media screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 3rem;
  }
  h1 ~ h2 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 2.25rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1rem;
  }
  h5, .h5 {
    font-size: 1.1rem;
  }
  p, ul, ol {
    font-size: 1.3rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	TYPOGRAPHY (xxlarge) */
@media screen and (min-width: 1440px) {
  h1, .h1 {
    font-size: 3.75rem;
  }
  h1 ~ h2 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 2.25rem;
  }
  h3, .h3 {
    font-size: 1.7rem;
  }
  h4, .h4 {
    font-size: 1rem;
  }
  h5, .h5 {
    font-size: 1.1rem;
  }
  p, ul, ol {
    font-size: 1.3rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	BUTTONS (small) */
.button {
  margin: 0 0 1.5rem 0;
  padding: 0.7rem 1.3rem;
  font-family: century-gothic, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 25px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -webkit-appearance: none;
  cursor: pointer;
  background-color: black;
  color: white;
}
.button:hover, .button:focus, .button:active {
  background-color: black;
}

.outline {
  margin: 0 0 0.5rem 0;
  width: 100%;
  font-family: source-sans-pro, sans-serif;
  font-size: 1.3rem;
  text-transform: none;
  letter-spacing: normal;
  color: #000000;
  border: 1px solid #e5e5e5;
  background: white;
}
.outline:hover, .outline:focus, .outline:active {
  color: #000000;
  border: 1px solid black;
  background-color: white;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	BUTTONS (medium) */
@media screen and (min-width: 640px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	BUTTONS (large) */
@media screen and (min-width: 1024px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	BUTTONS (xlarge) */
@media screen and (min-width: 1200px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	BUTTONS (xxlarge) */
@media screen and (min-width: 1440px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	CALLOUTS (small) */
.callout {
  border-radius: 3px;
}

.callout.success {
  border: 1px solid #8ad2a4;
  background: #e1faea;
}
.callout.success p {
  color: #1f723d;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	CALLOUTS (medium) */
@media screen and (min-width: 640px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	CALLOUTS (large) */
@media screen and (min-width: 1024px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	CALLOUTS (xlarge) */
@media screen and (min-width: 1200px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	CALLOUTS (xxlarge) */
@media screen and (min-width: 1440px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	MEDIA BOXES (small) */
body {
  overflow-y: scroll;
} /*	Fix problem with media boxes not showing right-most column. */
.artist-pic {
  margin-bottom: 2rem;
}

.no-padding {
  padding-right: 0;
  padding-left: 0;
}

.view-options {
  width: 100%;
  text-align: center;
}
.view-options p {
  font-size: rem-calc(14);
}

.media-box-container {
  border: none;
  border-radius: 0;
}

.media-box-thumbnail-container {
  padding: 0;
}

.media-box-list .media-box-container {
  border-top: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.media-box-list .media-box-content {
  padding: 1rem 0;
  text-align: left;
}
.media-box-list p {
  margin: 0;
}

.media-box-content {
  padding: 0 1.25rem 1.25rem 1.25rem;
  text-align: center;
}

.media-box-title h4 {
  color: black;
  margin: 0;
}

.media-box-more p {
  color: black;
}

.media-boxes-no-more-entries {
  display: none;
  filter: alpha(opacity=100);
  opacity: 1;
  color: white;
  background-color: black;
}

.media-boxes-load-more-button {
  color: white;
  background-color: black;
  border-radius: 2px;
  border: 1px solid transparent;
}

.media-boxes-filter {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin: 2rem auto;
}
.media-boxes-filter > li {
  margin: 0 0 0.5rem -2px;
}
.media-boxes-filter > li a {
  padding: 0.7rem 1.3rem;
  font-size: 1rem;
  color: white;
  border-left: 2px solid white;
  background-color: #a6a6a6;
}
.media-boxes-filter > li a.selected {
  background: black !important;
  color: white !important;
  box-shadow: none !important;
}
.media-boxes-filter > li a:hover {
  text-decoration: none;
  color: white;
  background-color: #a6a6a6;
}
.media-boxes-filter > li a.first {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
.media-boxes-filter > li a.last {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	MEDIA BOXES (medium) */
@media screen and (min-width: 640px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	MEDIA BOXES (large) */
@media screen and (min-width: 1024px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	MEDIA BOXES (xlarge) */
@media screen and (min-width: 1200px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	MEDIA BOXES (xxlarge) */
@media screen and (min-width: 1440px) {
  .media-boxes-filter {
    padding: 2rem 0 4rem 0;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	FRAME (small) */
html, body, .off-canvas-content, .wrapper-body {
  height: 100%;
}

body {
  overflow-x: hidden;
}

.wrapper-body {
  z-index: 0;
}

.wrapper-contact {
  padding: 0 0 3rem 0;
}

.footer {
  position: relative;
  padding: 6rem 0;
  text-align: center;
  background: #f0f0f0;
}
.footer ul {
  list-style-type: none;
  margin: 1.5rem 0 0 0;
}
.footer img {
  margin: 0.5rem 0;
}
.footer .footer-buttons {
  padding: 1rem 0 0 0;
}
.footer .email {
  text-align: right;
}
.footer .phone {
  text-align: center;
}
.footer .address {
  text-align: left;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FRAME (medium) */
@media screen and (min-width: 640px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FRAME (large) */
@media screen and (min-width: 1024px) {
  .footer {
    text-align: center;
  }
  .footer .footer-buttons {
    padding: 1rem 0 0 0;
  }
  .footer .footer-buttons img {
    float: left;
    margin-right: 1rem;
  }
  .footer .footer-buttons p {
    padding: 0.6rem 0 0 0;
  }
  .footer .email {
    text-align: left;
  }
  .footer .phone {
    text-align: left;
  }
  .footer .address {
    text-align: left;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FRAME (xlarge) */
@media screen and (min-width: 1200px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FRAME (xxlarge) */
@media screen and (min-width: 1440px) {
  .footer {
    padding: 11.25rem 0;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	NAVIGATION (small) */
.wrapper-nav {
  z-index: 1000;
}

.menu-oncanvas {
  z-index: 100;
}

/*	TITLE BAR */
.title-bar {
  position: relative;
  padding: 1rem;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  transition: border-bottom 0.35s ease, background-color 0.35s ease;
}
.title-bar .title-bar-right {
  width: 100%;
  text-align: right;
}
.title-bar .menu-icon {
  width: 33px;
  height: 20px;
  margin-right: 1.5rem;
}
.title-bar .menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: black;
  box-shadow: 0 8px 0 black, 0 16px 0 black;
  content: "";
}
.title-bar .menu-icon:hover::after {
  background: black;
  box-shadow: 0 8px 0 black, 0 16px 0 black;
}

.is-stuck .title-bar {
  border-bottom: 1px solid #e5e5e5;
  background-color: white;
  transition: border-bottom 0.35s ease, background-color 0.35s ease;
}

/*	OFF-CANVAS */
.off-canvas {
  width: 287px;
  padding: 1.25rem;
  text-align: center;
  background-color: #040707;
}
.off-canvas .quick-menu {
  margin: 1rem 0 2rem 0;
  padding: 0;
  font-family: century-gothic, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}
.off-canvas .quick-menu a {
  color: white;
}
.off-canvas .quick-menu img {
  display: block;
  margin: 0 auto;
}
.off-canvas .menu {
  list-style-type: none;
  margin: 0 0 2rem 0;
  padding: 0;
}
.off-canvas .menu li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #282d2d;
}
.off-canvas .menu .button-item {
  padding: 0.5rem 0;
}
.off-canvas .lvl1 {
  font-family: century-gothic, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
}
.off-canvas .lvl1 li a {
  padding: 1.5rem 0;
  color: white;
}
.off-canvas .lvl1 li a:hover {
  color: white;
}
.off-canvas .lvl1 li a.active {
  color: white;
}
.off-canvas .lvl2 {
  margin: 0 0 1.25rem 0 !important;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
}
.off-canvas .lvl2 a {
  padding: 1rem 0;
  color: black;
  border-bottom: 1px solid gray;
}
.off-canvas .lvl2 a:hover {
  color: black;
}
.off-canvas .lvl2 > .last {
  border-bottom: 0;
}
.off-canvas .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  border-color: black transparent transparent;
  right: 0;
}

.logo-mobile {
  width: 100%;
  padding-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
}
.logo-mobile img {
  margin: 0 auto;
}

.social-menu img {
  margin: 0 0.25rem;
}

.wine-group {
  margin: 0 0 1rem 0;
}

/*	SECONDARY */
.nav-secondary {
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
}
.nav-secondary ul {
  list-style-type: none;
  font-family: "Noto Serif", serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.nav-secondary li {
  display: inline-block;
  margin: 0 1rem;
}
.nav-secondary li a {
  color: gray;
}
.nav-secondary li a:hover {
  color: black;
}
.nav-secondary li a.active {
  color: black;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	NAVIGATION (medium) */
@media screen and (min-width: 640px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	NAVIGATION (large) */
@media screen and (min-width: 1024px) {
  /*	TITLE BAR */
  .title-bar {
    padding: 0 1.875rem;
  }
  /*	TOP BAR */
  .wrapper-topbar {
    width: 100%;
    padding: 1.625rem 0;
    border-bottom: 1px solid transparent;
    background-color: transparent;
    transition: padding 0.35s ease, border-bottom 0.35s ease, background-color 0.35s ease;
  }
  .wrapper-topbar .top-bar {
    max-width: none;
    margin: 0;
    padding: 0.5rem 0 0.5rem 0;
    background-color: transparent;
  }
  .wrapper-topbar .logo-wrapper {
    position: relative;
  }
  .wrapper-topbar .logo-oncanvas {
    position: absolute;
    width: 200px;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: width 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
  }
  .wrapper-topbar .logo-oncanvas-icon {
    width: 76px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: width 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
  }
  .wrapper-topbar .logo-oncanvas-reverse { /* Not Used */
    width: 76px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: width 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
  }
  .wrapper-topbar .top-bar-right .menu {
    font-family: century-gothic, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    background-color: transparent;
  }
  .wrapper-topbar .top-bar-right .menu li a {
    padding: 16px 0;
    margin-left: 1.5rem;
    color: black;
  }
  .wrapper-topbar .top-bar-right .menu li a:hover {
    color: black;
  }
  .wrapper-topbar .top-bar-right .menu li a.active {
    color: black;
  }
  .wrapper-topbar .top-bar-right .menu li a.contact {
    padding: 0;
  }
  .wrapper-topbar .top-bar-right .submenu {
    padding: 1rem;
    background: white;
  }
  .wrapper-topbar .top-bar-right .submenu li {
    padding: 0.5rem 0;
    color: gray;
  }
  .wrapper-topbar .top-bar-right .submenu li a {
    padding: 0;
  }
  .wrapper-topbar .top-bar-right .submenu li hr {
    margin: 0;
  }
  .wrapper-topbar .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: black transparent transparent;
  }
  .is-stuck .wrapper-topbar {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e5e5e5;
    background-color: white;
    transition: padding 0.35s ease, border-bottom 0.35s ease, background-color 0.35s ease;
  }
  .is-stuck .wrapper-topbar .logo-oncanvas {
    width: 130px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: width 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
  }
  .is-stuck .wrapper-topbar .logo-oncanvas-icon {
    width: 50px;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: width 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
  }
  .is-stuck .wrapper-topbar .logo-oncanvas-reverse { /* Not Used */
    width: 50px;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: width 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	NAVIGATION (xlarge) */
@media screen and (min-width: 1200px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	NAVIGATION (xxlarge) */
@media screen and (min-width: 1440px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	FORMS (small) */
.wrapper-form {
  position: relative;
  z-index: 10;
  padding: 0;
  width: auto;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.3rem;
  color: #000000;
  margin: 0;
}
.wrapper-form h2, .wrapper-form p {
  margin-bottom: 1.5rem;
  text-align: center;
}
.wrapper-form fieldset {
  padding: 15px;
  margin: 0 0 30px 0;
  border: 1px solid #bfbfbf;
  min-width: 0;
}
.wrapper-form legend {
  display: block;
  width: auto;
  padding: 0 15px;
  margin-bottom: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: inherit;
  color: #000000;
  border-bottom: 0;
}
.wrapper-form h4 {
  text-align: center;
  margin: 2rem 0 1rem 0;
  padding: 1rem 0.25rem;
  text-align: center;
  color: #000000;
  background-color: #bfbfbf;
}
.wrapper-form label {
  font-family: century-gothic, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #000000;
  margin: 10px 0 4px 0;
}
.wrapper-form input,
.wrapper-form textarea {
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #000000;
  border-radius: 3px;
  border: 1px solid #bfbfbf;
}
.wrapper-form select {
  width: 100%;
  margin-bottom: 0.5rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #000000;
  border-radius: 3px;
  border: 1px solid #bfbfbf;
}
.wrapper-form .inline,
.wrapper-form input[type=radio],
.wrapper-form input[type=checkbox] {
  display: inline;
  width: auto;
}
.wrapper-form input.submit, .wrapper-form [type=submit] {
  width: auto;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding: 0.7rem 1.3rem;
  text-align: center;
  color: white;
  border: 1px solid transparent;
  border-radius: 25px;
  background-color: black;
  cursor: pointer;
}
.wrapper-form input.submit:hover, .wrapper-form [type=submit]:hover {
  background-color: black;
}
.wrapper-form .errors {
  font-size: 0.9rem;
  font-style: italic;
  color: red;
}

.callout {
  border: 1px solid #bfbfbf;
}
.callout h3, .callout p {
  margin: 0;
}
.callout .close-button, .callout .close-button:hover, .callout .close-button:focus {
  color: #000000;
  outline: none;
}

.input-group {
  padding-bottom: 10px;
}

span.required {
  color: red;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FORMS (medium) */
@media screen and (min-width: 640px) {
  input.submit, [type=submit] {
    font-size: 1.3rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FORMS (large) */
@media screen and (min-width: 1024px) {
  input.submit, [type=submit] {
    font-size: 1.2rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FORMS (xlarge) */
@media screen and (min-width: 1200px) {
  input.submit, [type=submit] {
    font-size: 1.3rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FORMS (xxlarge) */
@media screen and (min-width: 1440px) {
  input.submit, [type=submit] {
    font-size: 1.3rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	HOME (small) */
.wrapper-home {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}
.wrapper-home h1 {
  font-family: century-gothic, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.1;
}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
}

.bg1 {
  position: relative;
  width: 100%;
  height: 638px;
}
.bg1 .half {
  position: relative;
  right: 0;
  width: inherit;
  height: 638px;
  background-size: auto 100%;
  background-position: right center;
}
.bg1 .full {
  display: none;
}

.bg2 {
  position: relative;
  width: 100%;
  height: 638px;
}
.bg2 .half {
  position: relative;
  left: 0;
  width: inherit;
  height: 638px;
  background-size: auto 100%;
  background-position: left center;
}
.bg2 .full {
  display: none;
}

.wrapper-overlay {
  position: absolute;
  bottom: 0;
  display: table;
  width: 100%;
  height: auto;
}
.wrapper-overlay .overlay {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  padding: 1rem 0;
}
.wrapper-overlay .overlay .down-arrow {
  position: relative;
  top: 2rem;
}

.intro {
  padding: 6rem 0;
  text-align: center;
}
.intro h1 {
  margin: 0 0 2rem 0;
}
.intro .quicklinks {
  padding: 3rem 0 0 0;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	HOME (medium) */
@media screen and (min-width: 640px) {
  .bg1 {
    position: relative;
    width: 100%;
    height: 700px;
  }
  .bg1 .half {
    display: none;
  }
  .bg1 .full {
    display: block;
    position: relative;
    width: inherit;
    height: 700px;
    background-size: auto 115%;
    background-position: calc(50% - 25vw) center;
  }
  .bg2 {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
  }
  .bg2 .half {
    display: none;
  }
  .bg2 .full {
    display: block;
    position: relative;
    width: inherit;
    height: 700px;
    background-size: auto 115%;
    background-position: calc(50% + 25vw) center;
  }
  .wrapper-overlay {
    position: absolute;
    top: 0;
    display: table;
    width: 100%;
    height: 700px;
  }
  .wrapper-overlay .overlay {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 40px 0 0 0;
  }
  .wrapper-overlay .overlay .down-arrow {
    position: relative;
    top: 6rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	HOME (large) */
@media screen and (min-width: 1024px) {
  .bg1 {
    height: 800px;
  }
  .bg1 .full {
    height: 800px;
    background-size: auto 100%;
    background-position: center center;
  }
  .bg2 {
    height: 800px;
  }
  .bg2 .full {
    height: 800px;
    background-size: auto 100%;
    background-position: center center;
  }
  .wrapper-overlay {
    height: 800px;
  }
  .wrapper-overlay .overlay .down-arrow {
    top: 12rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	HOME (xlarge) */
@media screen and (min-width: 1200px) {
  .wrapper-home h1 {
    font-size: 2.3rem;
    line-height: 1.1;
  }
  .bg1 {
    height: 900px;
  }
  .bg1 .full {
    height: 900px;
  }
  .bg2 {
    height: 900px;
  }
  .bg2 .full {
    height: 900px;
  }
  .wrapper-overlay {
    height: 900px;
  }
  .wrapper-overlay .overlay .down-arrow {
    top: 12rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	HOME (xxlarge) */
@media screen and (min-width: 1440px) {
  .wrapper-home h1 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  .bg1 .full {
    background-size: auto 115%;
  }
  .bg2 .full {
    background-size: auto 115%;
  }
  .wrapper-overlay {
    height: 900px;
  }
  .wrapper-overlay .overlay .down-arrow {
    top: 12rem;
  }
  .intro {
    padding: 11.25rem 0;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	PAGE (small) */
.about-lead {
  padding: 1rem 0 0 0;
  text-align: center;
}
.about-lead p {
  font-family: century-gothic, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 0.7rem;
  color: #a6a6a6;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.more-divider {
  position: relative;
  z-index: 10;
  margin: 0 0 2rem 0;
  height: 64px;
  width: 100%;
  text-align: center;
}
.more-divider .down-arrow {
  position: relative;
  z-index: 20;
  padding: 12px 2rem 0 2rem;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
}
.more-divider hr {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  margin: 1.25rem 0 0 0;
}

.wrapper-title {
  padding: 3rem 0 2rem 0;
}
.wrapper-title h1, .wrapper-title h2, .wrapper-title p {
  text-align: center;
}
.wrapper-title h2 {
  margin-bottom: 0;
}

.wrapper-contactinfo {
  padding: 4rem 0 0 0;
}
.wrapper-contactinfo ul {
  list-style-type: none;
  margin: 0 0 1rem 0;
  padding: 0;
}

.wrapper-text {
  padding: 2rem 0 0.5rem 0;
}
.wrapper-text h1, .wrapper-text h2, .wrapper-text h3 {
  text-align: center;
}
.wrapper-text h3 {
  margin: 4rem 0 0.5rem 0;
}

.quote {
  padding: 3rem 0;
}
.quote p {
  font-family: century-gothic, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 0.7rem;
  color: #a6a6a6;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-indent: -0.7rem;
}
.quote .byline {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 0.7rem;
  color: #a6a6a6;
}
.quote .byline .name {
  font-family: century-gothic, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.quote .byline .org {
  font-family: source-sans-pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}

.features {
  margin: 0;
  padding: 4rem 0 2.5rem 0;
  text-align: center;
}

.feature-heading {
  position: relative;
  z-index: 10;
  margin: 0 0 2rem 0;
  height: 64px;
  width: 100%;
  text-align: center;
}
.feature-heading hr {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  margin: 1.85rem 0 0 0;
}

.feature {
  padding: 0 0 1rem 0;
}
.feature p {
  margin: 0 0 1.5rem 0;
}

.feature-icon {
  position: relative;
  z-index: 20;
  padding: 0 2rem;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
}

.wrapper-contact {
  padding: 0 0 3rem 0;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	PAGE (medium) */
@media screen and (min-width: 640px) {
  .wrapper-contact {
    padding: 0 0 6rem 0;
  }
  .about-lead {
    padding: 2rem 0 0 0;
  }
  .about-lead p {
    font-size: 1.9rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	PAGE (large) */
@media screen and (min-width: 1024px) {
  .wrapper-title {
    padding: 4rem 0 3rem 0;
  }
  .wrapper-text {
    padding: 3rem 0 1.5rem 0;
  }
  .wrapper-contactinfo {
    padding: 2rem 0 0 0;
  }
  .feature {
    padding: 0 2rem 0 0;
  }
  .quote {
    padding: 4rem 0;
  }
  .about-lead {
    padding: 2rem 0 0 0;
  }
  .about-lead p {
    font-size: 2.2rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	PAGE (xlarge) */
@media screen and (min-width: 1200px) {
  .wrapper-title {
    padding: 6rem 6rem 4rem 6rem;
  }
  .wrapper-text {
    padding: 4rem 6rem 2.5rem 6rem;
  }
  .wrapper-text.features {
    padding: 6.5rem 0 5rem 0;
  }
  .feature-heading {
    margin: 0 0 3rem 0;
  }
  .quote {
    padding: 4rem 6rem;
  }
  .wrapper-contact {
    padding: 0 0 9rem 0;
  }
  .about-lead {
    padding: 4rem 6rem 0 6rem;
  }
  .about-lead p {
    font-size: 2rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	PAGE (xxlarge) */
@media screen and (min-width: 1440px) {
  .wrapper-title {
    padding: 6rem 6rem 1rem 6rem;
  }
  .wrapper-text {
    padding: 5rem 6rem 3.5rem 6rem;
  }
  .features {
    padding: 7rem 0;
  }
  .feature-heading {
    margin: 0 0 5rem 0;
  }
  .quote p {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.075rem;
  }
  .about-lead {
    padding: 5rem 6rem 0 6rem;
  }
  .about-lead p {
    font-size: 2.3rem;
    line-height: 1.25;
    letter-spacing: 0.075rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	FOLIO (small) */
.testimonial {
  position: relative;
  padding: 2rem 0;
  width: 100%;
}
.testimonial .button {
  margin: 0;
}

.testimonial-text {
  display: table;
  height: auto;
  overflow: hidden;
  padding: 0;
}
.testimonial-text .inset {
  display: table-cell;
  vertical-align: middle;
}
.testimonial-text p {
  padding-left: 0.5rem;
  color: #000000;
  font-weight: 400;
  text-indent: -0.5rem;
}
.testimonial-text .byline {
  list-style-type: none;
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 0.7rem;
  color: #000000;
}
.testimonial-text .byline .name {
  font-family: century-gothic, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.testimonial-text .byline .org {
  font-family: source-sans-pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.testimonial-text .button {
  margin-left: 0.5rem;
}

.testimonial-image {
  width: 100%;
  padding: 0 0 2rem 0;
}

.wide .testimonial-image img {
  max-width: 720px;
}

.narrow .testimonial-image img {
  max-width: 640px;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FOLIO (medium) */
@media screen and (min-width: 640px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FOLIO (large) */
@media screen and (min-width: 1024px) {
  .testimonial {
    padding: 3rem 0;
  }
  .testimonial-image {
    padding: 0;
  }
  .testimonial-text p {
    text-align: left;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FOLIO (xlarge) */
@media screen and (min-width: 1200px) {
  .testimonial {
    padding: 4rem 0;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FOLIO (xxlarge) */
@media screen and (min-width: 1440px) {
  .testimonial {
    padding: 5rem 0;
  }
  .testimonial-text {
    padding: 3rem 0 0 0;
  }
  .testimonial-text p {
    font-size: 1.6rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	FOLIO (small) */
.wrapper-folio {
  padding: 0;
}
.wrapper-folio h2 {
  font-size: 1.7rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  color: #a6a6a6;
  margin: 0 0 2rem 0;
}

.folio-image {
  padding: 2rem 0;
}

.folio-fade-image {
  padding: 2rem 0;
}
.folio-fade-image img {
  margin-top: 0;
}

.nav-folio {
  padding: 5rem 0;
}
.nav-folio .button-label {
  display: table;
  height: 40px;
}
.nav-folio .button-label .inset {
  display: table-cell;
  vertical-align: middle;
}
.nav-folio .button-label .inset p {
  margin: 0;
  padding: 0;
}

.nav-folio-prev img {
  float: left;
  margin-right: 1.5rem;
}
.nav-folio-prev .button-label {
  padding-left: 1.5rem;
  border-left: 1px solid #a6a6a6;
}

.nav-folio-next img {
  float: right;
  margin-left: 1.5rem;
}
.nav-folio-next .button-label {
  float: right;
  padding-right: 1.5rem;
  border-right: 1px solid #a6a6a6;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FOLIO (medium) */
@media screen and (min-width: 640px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FOLIO (large) */
@media screen and (min-width: 1024px) {
  .folio-image, .folio-fade-image {
    padding: 3rem 0;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FOLIO (xlarge) */
@media screen and (min-width: 1200px) {
  .folio-image, .folio-fade-image {
    padding: 4rem 0;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FOLIO (xxlarge) */
@media screen and (min-width: 1440px) {
  .media-boxes-container {
    padding: 0 0 2rem 0;
  }
  .folio-image, .folio-fade-image {
    padding: 5rem 0;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	SLIDER (small) */
.cd-image-container {
  position: relative;
  width: 320px;
  max-width: 768px;
  margin: 0em auto;
}

.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}

.cd-image-label.is-hidden {
  visibility: hidden;
}

.is-visible .cd-image-label {
  opacity: 1;
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  backface-visibility: hidden;
}

.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}

.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}

.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  animation: cd-bounce-in 0.7s;
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 40px;
  width: 40px;
  /* center the element */
  left: 50%;
  top: 75%;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  background: url("../grfx/arrow-slider.png") no-repeat center center;
  cursor: move;
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0);
}

.cd-handle.draggable {
  /* change background color when element is active */
  background-color: transparent;
}

.is-visible .cd-handle {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	BUTTONS (medium) */
@media screen and (min-width: 640px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	BUTTONS (large) */
@media screen and (min-width: 1024px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	BUTTONS (xlarge) */
@media screen and (min-width: 1200px) {
  .cd-image-container {
    position: relative;
    width: 400px;
    max-width: 768px;
    margin: 0em auto;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	BUTTONS (xxlarge) */
@media screen and (min-width: 1440px) {
  /*	*/
}/*# sourceMappingURL=custom.css.map */