/* Import the Bourbon.io libraries */
html {
  box-sizing: border-box; }

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

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: "Din-regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/DIN-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Din-bold";
  font-style: normal;
  font-weight: normal;
  src: url("../scripts/fonts/DIN-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "Din-alt-regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/din1451alt.ttf") format("truetype"); }
@font-face {
  font-family: "Din-alt-g";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/din1451alt-G.ttf") format("truetype"); }
.gradient-angled-grey,
h4.accordion-toggle {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#949797+0,7d7e81+17,babbbd+50,babbbd+51,babbbd+59,babbbd+71,babbbd+84,949797+100 */
  background: #949797;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #949797 0%, #7d7e81 17%, #babbbd 50%, #babbbd 51%, #babbbd 59%, #babbbd 71%, #babbbd 84%, #949797 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #949797 0%, #7d7e81 17%, #babbbd 50%, #babbbd 51%, #babbbd 59%, #babbbd 71%, #babbbd 84%, #949797 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #949797 0%, #7d7e81 17%, #babbbd 50%, #babbbd 51%, #babbbd 59%, #babbbd 71%, #babbbd 84%, #949797 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#949797", endColorstr="#949797", GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.gradient-vertical-grey {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#949797+0,b8b9ba+30,949797+50,b8b9ba+70,949797+100 */
  background: #949797;
  /* Old browsers */
  background: -moz-linear-gradient(left, #949797 0%, #b8b9ba 30%, #949797 50%, #b8b9ba 70%, #949797 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #949797 0%, #b8b9ba 30%, #949797 50%, #b8b9ba 70%, #949797 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #949797 0%, #b8b9ba 30%, #949797 50%, #b8b9ba 70%, #949797 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#949797", endColorstr="#949797", GradientType=1 );
  /* IE6-9 */ }

html {
  font-family: "Cabin", "open sans"; }

body {
  background-image: url(/images/bg-texture.jpg); }

/*
**
** Mixins
**
*/
header {
  background-color: #fff;
  /*
  	nav {
  		@include outer-container($outer-container);
  		ul {
  			list-style-type: none;	
  			display: flex;
  			justify-content: space-between;
  		}
  
  		li {
  			float: left;
  			// @include span-columns(12 / 10);
  			text-align: center;
  			padding: 0.5rem;
  			text-transform: uppercase;
  			color: #fff;
  			font-size: 0.8rem;
  			line-height: 1rem;
  			
  			&:hover {
  				background-image: url(/images/redbutton-bg.jpg);
  				background-size: cover;
  				background-fit: fill;
  			}	
  
  			a {
  				text-decoration: none;
  				color: #fff;
  				width: 7.5%;	
  				// padding: 1em;
  			}
  		}
  	}
  
  	.nav-container {
  		background-color: #c9c9c9;
  		width: 100%;
  		padding: 2rem 0;
  	}
  */ }
  @media screen and (max-width: 1000px) {
    header {
      height: 80px; }
      header > * {
        display: none; } }
  header .logo-container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    header .logo-container::after {
      clear: both;
      content: "";
      display: block; }
    header .logo-container .logo {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%; }
      header .logo-container .logo::after {
        clear: both;
        content: "";
        display: block; }
      header .logo-container .logo:last-child {
        margin-right: 0; }
      @media screen and (max-width: 769px) {
        header .logo-container .logo {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 100%; }
          header .logo-container .logo:last-child {
            margin-right: 0; } }
    header .logo-container .headline {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 65.8807826589%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      right: 0;
      text-align: right;
      color: #BE2128; }
      header .logo-container .headline:last-child {
        margin-right: 0; }
      header .logo-container .headline a {
        font-weight: 300; }
      header .logo-container .headline p {
        font-size: 1.5rem;
        letter-spacing: 1px;
        font-weight: 600;
        margin-top: 1.5rem; }
      @media screen and (max-width: 769px) {
        header .logo-container .headline {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 100%; }
          header .logo-container .headline:last-child {
            margin-right: 0; } }
  header nav {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    header nav::after {
      clear: both;
      content: "";
      display: block; }
    header nav a {
      text-decoration: none;
      color: #fff; }
    header nav ul {
      text-align: left;
      display: inline;
      margin: 0;
      padding: 10px 0px 10px 0;
      list-style: none;
      width: 100%; }
      header nav ul li {
        width: calc(100% / 12);
        color: #fff;
        text-transform: uppercase;
        font-size: 0.7rem;
        font-weight: 600;
        display: inline-block;
        position: relative;
        padding: 15px 5px;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        text-align: center;
        float: left;
        line-height: 1rem; }
        header nav ul li:hover, header nav ul li.active {
          background-image: url(/images/redbutton-bg.jpg);
          background-size: cover;
          color: #fff;
          font-weight: 600;
          -webkit-box-shadow: 3px 3px 3px #333333;
          -moz-box-shadow: 3px 3px 3px #333333;
          box-shadow: 3px 3px 3px #333333; }
          header nav ul li:hover ul, header nav ul li.active ul {
            display: block;
            opacity: 1;
            visibility: visible; }
          header nav ul li:hover a, header nav ul li.active a {
            color: #fff; }
        header nav ul li ul {
          text-align: center;
          padding: 0;
          position: absolute;
          top: 45px;
          left: -1rem;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          display: none;
          opacity: 0;
          visibility: hidden;
          -webkit-transiton: opacity 0.2s;
          -moz-transition: opacity 0.2s;
          -ms-transition: opacity 0.2s;
          -o-transition: opacity 0.2s;
          -transition: opacity 0.2s;
          z-index: 10;
          width: inherit; }
          header nav ul li ul li {
            width: 150px;
            background-image: url(/images/redbutton-bg.jpg);
            background-size: cover;
            display: block;
            color: #fff;
            padding-right: 10px;
            padding-left: 10px;
            border-top: solid 1px #fff;
            -webkit-box-shadow: 4px 4px 4px #4d4d4d;
            -moz-box-shadow: 4px 4px 4px #4d4d4d;
            box-shadow: 4px 4px 4px #4d4d4d; }
            header nav ul li ul li a {
              color: #fff;
              font-weight: 300; }

.mobile-menu {
  background: #fff;
  width: 100%;
  padding: 0.5rem 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-box-shadow: 3px 3px 3px #cccccc;
  -moz-box-shadow: 3px 3px 3px #cccccc;
  box-shadow: 3px 3px 3px #cccccc; }
  .mobile-menu::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 1000px) {
    .mobile-menu {
      display: none; } }
  .mobile-menu .logo {
    display: inline-block; }
    .mobile-menu .logo img {
      width: 70px; }
  .mobile-menu .headline {
    display: block;
    position: absolute;
    width: 80%;
    height: 70px;
    left: 10%;
    top: 0.5rem; }
    .mobile-menu .headline p {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      width: 100%;
      text-align: center;
      color: #BE2128;
      font-size: 1rem;
      letter-spacing: 1px;
      font-weight: 600; }
    @media screen and (max-width: 450px) {
      .mobile-menu .headline {
        display: none; } }
  .mobile-menu .menu-btn {
    float: right; }
    .mobile-menu .menu-btn a {
      text-decoration: none;
      color: #676464; }
    .mobile-menu .menu-btn p {
      text-align: center;
      font-weight: 600;
      margin: 0; }
    .mobile-menu .menu-btn img {
      width: 40px;
      display: block;
      margin: 0 auto; }
    @media screen and (min-width: 1000px) {
      .mobile-menu .menu-btn {
        display: none; } }
    @media screen and (max-width: 1000px) {
      .mobile-menu .menu-btn {
        display: block; } }

.banner-static-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .banner-static-container::after {
    clear: both;
    content: "";
    display: block; }
  .banner-static-container .static-banner-text-ribbon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 130px;
    text-transform: uppercase;
    padding: 2rem 0;
    font-size: 2rem;
    line-height: 2.5rem; }
    @media screen and (max-width: 769px) {
      .banner-static-container .static-banner-text-ribbon {
        text-align: center;
        padding: 2rem 2rem;
        font-size: 1.5rem;
        height: 100%; } }
    @media screen and (max-width: 450px) {
      .banner-static-container .static-banner-text-ribbon {
        font-size: 1.2rem;
        line-height: 1.25rem; } }
  .banner-static-container p {
    color: #fff;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    .banner-static-container p::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 769px) {
      .banner-static-container p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 90%; } }

#accordion::after {
  clear: both;
  content: "";
  display: block; }
#accordion h4 {
  position: relative;
  font-weight: 300; }
  #accordion h4:after {
    content: url(/images/arrow-right.svg);
    float: right;
    position: absolute;
    right: 1.5rem;
    top: 0.75rem; }
  #accordion h4.accordion-active:after, #accordion h4.default:after {
    transform: rotate(90deg);
    right: 1.8rem; }

.accordion-toggle {
  padding: 1em 2em;
  color: #fff;
  margin-bottom: 0.5em !important;
  font-size: 1.25rem; }
  .accordion-toggle img {
    width: 1.25rem;
    margin-right: 0.5rem; }

.accordion-content {
  padding: 1em 2em; }

.payment label {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  font-weight: 600; }
  .payment label:last-child {
    margin-right: 0; }
  .payment label::after {
    clear: both;
    content: "";
    display: block; }
.payment input::after,
.payment select::after {
  clear: both;
  content: "";
  display: block; }
.payment fieldset {
  width: 100%;
  padding: 0;
  border: none;
  margin-top: 2rem;
  float: left; }
  .payment fieldset::after {
    clear: both;
    content: "";
    display: block; }
.payment input,
.payment select {
  border: solid 1px #BE2128;
  margin: 1rem 0;
  padding: 0.5rem; }
.payment input:focus,
.payment input:active,
.payment select:focus,
.payment select:active {
  border: solid 2px #BE2128; }
.payment input[type="checkbox"] {
  margin-left: 1rem;
  padding: 0.25rem;
  border-radius: 0;
  border: solid 1px #BE2128; }

.warn {
  color: #BE2128; }

.member-menu {
  -webkit-column-count: 2;
  column-count: 2; }
  .member-menu li {
    margin-bottom: 1rem; }
    .member-menu li a {
      text-decoration: none; }
      .member-menu li a:hover {
        text-decoration: underline; }

#map_canvas {
  width: 100%;
  height: 200px; }

.member-area a {
  color: #BE2128;
  text-decoration: none; }
  .member-area a:hover {
    text-decoration: underline; }

@media screen and (max-width: 769px) {
  form.member-form {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%; }
    form.member-form:last-child {
      margin-right: 0; } }
@media screen and (min-width: 769px) {
  form.member-form {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%; }
    form.member-form:last-child {
      margin-right: 0; } }
form.member-form input[type="submit"] {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
  margin-left: 0%;
  float: none; }
  form.member-form input[type="submit"]:last-child {
    margin-right: 0; }

li.platinum {
  background-color: #aa1d36; }
li.gold {
  background-color: #d6808f; }
li.silver {
  background-color: #f5b3be; }
li.bronze {
  background-color: #e6e5e5; }

html {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.4em;
  color: #4b4b4b; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em; }

h1 {
  letter-spacing: 1px;
  font-weight: 300; }

h2,
h3 {
  color: #BE2128;
  line-height: 1.25em;
  letter-spacing: 1px; }

.content p {
  margin-bottom: 1rem; }

.faux-h1 {
  color: #BE2128;
  font-size: 2em; }

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

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

.font-red,
.font-red a {
  color: #bf2127; }

.btn {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  padding: 0.5rem 2.5rem; }
  .btn.red {
    background-image: url(/images/redbutton-bg.jpg);
    background-size: cover;
    background-fit: fill; }

.uc {
  text-transform: uppercase; }

.full-width {
  width: 100%;
  display: block; }

.content {
  display: inline-block;
  width: 100%; }
  .content h1:first-of-type {
    margin-bottom: 4rem;
    margin-top: 3rem;
    font-size: 1.75rem;
    padding-top: 2rem;
    padding-bottom: 2rem; }

.s-gradient {
  background-color: silver; }

.ul {
  text-decoration: underline; }

.pointer:hover {
  cursor: pointer; }

.wrapper-wide {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }
  .wrapper-wide::after {
    clear: both;
    content: "";
    display: block; }

.wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  .wrapper::after {
    clear: both;
    content: "";
    display: block; }
  .wrapper .inner {
    padding-left: 2rem;
    padding-right: 2rem; }
  @media screen and (max-width: 1100px) {
    .wrapper {
      max-width: 90%; } }

.relative {
  position: relative; }

@media screen and (min-width: 1100px) {
  .absolute {
    position: absolute; } }
.absolute.bottom {
  bottom: 0; }
.absolute.right {
  right: 0; }
.absolute.left {
  left: 0; }
.absolute.top {
  top: 0; }

.white {
  background-color: #fff; }

.grey {
  background-color: #f2f2f2; }

.pad {
  padding: 2rem; }

.pad-half {
  padding: 1rem; }

.pad-quarter {
  margin: 0.5rem; }

.margin {
  margin: 2rem; }

.margin-half {
  margin: 1rem; }

.margin-quarter {
  margin: 0.5rem; }

.margin-t {
  margin-top: 2rem; }

.margin-b {
  margin-bottom: 2rem; }

.margin-b-half {
  margin-bottom: 1rem; }

.margin-t-half {
  margin-top: 1rem; }

.border {
  border: solid 2px #cccccc; }

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

:root .no-child-margin * {
  margin: 0; }

iframe {
  max-width: 100%; }

.centerer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }
  .centerer.full-width {
    width: 90%; }

img {
  max-width: 100%; }

h1 {
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  background-color: #cccccc; }

li {
  margin-left: 1rem; }

.accordion-toggle {
  cursor: pointer;
  margin: 0; }

.accordion-content {
  display: none; }

.accordion-content.default {
  display: block; }

.banner {
  height: 400px;
  position: relative; }
  .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .banner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 2rem 0;
    text-transform: uppercase; }
    .banner .banner-text p {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      font-size: 2rem;
      line-height: 2.25rem; }
      .banner .banner-text p::after {
        clear: both;
        content: "";
        display: block; }

#banner {
  position: relative; }
  #banner .banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 2rem 0;
    text-transform: uppercase; }
    #banner .banner-text p {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      font-size: 2rem;
      line-height: 2.25rem; }
      #banner .banner-text p::after {
        clear: both;
        content: "";
        display: block; }
      @media screen and (max-width: 1000px) {
        #banner .banner-text p {
          text-align: center; } }

.g-recaptcha {
  display: block;
  clear: both; }

.image-overlay {
  position: relative; }
  .image-overlay img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom; }
  @media screen and (max-width: 769px) {
    .image-overlay {
      height: 250px; }
      .image-overlay img {
        height: 100%;
        object-fit: cover; } }
  .image-overlay .wrapper {
    background-color: rgba(255, 255, 255, 0.8);
    width: 1000px;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center; }
    @media screen and (max-width: 1100px) {
      .image-overlay .wrapper {
        height: 75%; }
        .image-overlay .wrapper .centerer {
          width: 95%; }
        .image-overlay .wrapper .faux-h1 {
          font-size: 1.5em; }
        .image-overlay .wrapper .btn {
          margin-top: 0; } }
    .image-overlay .wrapper.full-height {
      height: 90%; }
  .image-overlay .btn {
    display: inline-block;
    margin-top: 1rem; }

.payment .image-overlay .wrapper {
  height: 60%;
  text-align: left;
  width: 80%;
  color: #BE2128;
  padding: 2rem; }
  .payment .image-overlay .wrapper a {
    color: #BE2128; }

.single-home.content h1:first-of-type {
  margin-bottom: 0; }

.full-width-map-search section {
  display: flex; }
  .full-width-map-search section > div {
    width: 50%;
    position: relative; }
  .full-width-map-search section #map-holder img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

.searchform .full {
  width: 100%;
  display: block; }
.searchform label.full {
  margin-bottom: 0.5rem; }
.searchform form {
  background-color: #fff;
  margin: 1rem;
  padding: 1rem;
  border: solid 2px #cccccc;
  -webkit-box-shadow: -1px 1px 2px #cccccc;
  -moz-box-shadow: -1px 1px 2px #cccccc;
  box-shadow: -1px 1px 2px #cccccc; }
.searchform label {
  font-weight: 600;
  margin-bottom: 1rem;
  display: inline-block; }
.searchform fieldset {
  border: none;
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 1rem; }
.searchform input,
.searchform select {
  width: 100%;
  border: solid 2px #BE2128;
  padding: 0.5rem; }
.searchform input[type="submit"] {
  background-color: red;
  color: #fff;
  text-transform: uppercase;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: none;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 82.9403913294%;
  margin-left: 17.0596086706%; }
  .searchform input[type="submit"]:last-child {
    margin-right: 0; }
.searchform .search-inputs > div::after {
  clear: both;
  content: "";
  display: block; }
.searchform .search-inputs > div:not(:first-of-type) {
  margin-top: 0.5rem; }
.searchform .search-inputs label {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 40.291369653%;
  font-weight: normal;
  padding-top: 0.5rem; }
  .searchform .search-inputs label:last-child {
    margin-right: 0; }
.searchform .search-inputs select {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 57.3509783236%;
  margin-right: 0; }
  .searchform .search-inputs select:last-child {
    margin-right: 0; }

@media screen and (min-width: 1100px) {
  .single-sidebar .flex-wrap {
    display: flex; } }
@media screen and (max-width: 1100px) {
  .single-sidebar .flex-wrap {
    display: inline-block; } }
.single-sidebar .col-wrap {
  margin-bottom: 2rem; }
  .single-sidebar .col-wrap::after {
    clear: both;
    content: "";
    display: block; }
.single-sidebar .flex-wrap section > div p:last-of-type,
.single-sidebar .col-wrap section > div p:last-of-type {
  margin-bottom: 0; }
@media screen and (min-width: 1100px) {
  .single-sidebar .flex-wrap section,
  .single-sidebar .col-wrap section {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 57.3509783236%; }
    .single-sidebar .flex-wrap section:last-child,
    .single-sidebar .col-wrap section:last-child {
      margin-right: 0; } }
@media screen and (max-width: 1100px) {
  .single-sidebar .flex-wrap section,
  .single-sidebar .col-wrap section {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
    margin-right: 0; }
    .single-sidebar .flex-wrap section:last-child,
    .single-sidebar .col-wrap section:last-child {
      margin-right: 0; } }
.single-sidebar .flex-wrap section.pad,
.single-sidebar .col-wrap section.pad {
  padding: 2rem; }
.single-sidebar .flex-wrap section ul li,
.single-sidebar .flex-wrap section ol li,
.single-sidebar .col-wrap section ul li,
.single-sidebar .col-wrap section ol li {
  margin-bottom: 1rem; }
.single-sidebar .flex-wrap aside,
.single-sidebar .col-wrap aside {
  border: solid 2px #cccccc;
  background-color: #f3f3f3; }
  @media screen and (min-width: 1100px) {
    .single-sidebar .flex-wrap aside,
    .single-sidebar .col-wrap aside {
      margin-left: 4.2649021676%;
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 36.0264674854%; }
      .single-sidebar .flex-wrap aside:last-child,
      .single-sidebar .col-wrap aside:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1100px) {
    .single-sidebar .flex-wrap aside,
    .single-sidebar .col-wrap aside {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      margin-top: 4rem;
      margin-right: 0; }
      .single-sidebar .flex-wrap aside:last-child,
      .single-sidebar .col-wrap aside:last-child {
        margin-right: 0; } }
  .single-sidebar .flex-wrap aside h3,
  .single-sidebar .col-wrap aside h3 {
    padding: 1.5rem;
    color: #fff; }
  .single-sidebar .flex-wrap aside img,
  .single-sidebar .col-wrap aside img {
    display: block;
    margin: 0 auto; }
  .single-sidebar .flex-wrap aside form,
  .single-sidebar .col-wrap aside form {
    background-color: #fff;
    margin: 1rem;
    padding: 1rem;
    border: solid 2px #cccccc;
    -webkit-box-shadow: -1px 1px 2px #cccccc;
    -moz-box-shadow: -1px 1px 2px #cccccc;
    box-shadow: -1px 1px 2px #cccccc; }
  .single-sidebar .flex-wrap aside label,
  .single-sidebar .col-wrap aside label {
    font-weight: 600;
    margin-bottom: 1rem;
    display: inline-block; }
  .single-sidebar .flex-wrap aside fieldset,
  .single-sidebar .col-wrap aside fieldset {
    border: none;
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .single-sidebar .flex-wrap aside input,
  .single-sidebar .flex-wrap aside select,
  .single-sidebar .col-wrap aside input,
  .single-sidebar .col-wrap aside select {
    width: 100%;
    border: solid 2px #BE2128;
    padding: 0.5rem; }
  .single-sidebar .flex-wrap aside input[type="submit"],
  .single-sidebar .col-wrap aside input[type="submit"] {
    background-color: red;
    color: #fff;
    text-transform: uppercase;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border: none; }
    @media screen and (min-width: 1100px) {
      .single-sidebar .flex-wrap aside input[type="submit"],
      .single-sidebar .col-wrap aside input[type="submit"] {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 82.9403913294%;
        margin-left: 17.0596086706%; }
        .single-sidebar .flex-wrap aside input[type="submit"]:last-child,
        .single-sidebar .col-wrap aside input[type="submit"]:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 769px) and (max-width: 1100px) {
      .single-sidebar .flex-wrap aside input[type="submit"],
      .single-sidebar .col-wrap aside input[type="submit"] {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 57.3509783236%;
        margin-left: 42.6490216764%; }
        .single-sidebar .flex-wrap aside input[type="submit"]:last-child,
        .single-sidebar .col-wrap aside input[type="submit"]:last-child {
          margin-right: 0; } }
  .single-sidebar .flex-wrap aside .search-inputs > div::after,
  .single-sidebar .col-wrap aside .search-inputs > div::after {
    clear: both;
    content: "";
    display: block; }
  .single-sidebar .flex-wrap aside .search-inputs > div:not(:first-of-type),
  .single-sidebar .col-wrap aside .search-inputs > div:not(:first-of-type) {
    margin-top: 0.5rem; }
  .single-sidebar .flex-wrap aside .search-inputs label,
  .single-sidebar .col-wrap aside .search-inputs label {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 40.291369653%;
    font-weight: normal;
    padding-top: 0.5rem; }
    .single-sidebar .flex-wrap aside .search-inputs label:last-child,
    .single-sidebar .col-wrap aside .search-inputs label:last-child {
      margin-right: 0; }
  .single-sidebar .flex-wrap aside .search-inputs select,
  .single-sidebar .col-wrap aside .search-inputs select {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 57.3509783236%;
    margin-right: 0; }
    .single-sidebar .flex-wrap aside .search-inputs select:last-child,
    .single-sidebar .col-wrap aside .search-inputs select:last-child {
      margin-right: 0; }

.notary-supplies img {
  display: block;
  float: right; }

form input,
form select {
  border-radius: 0; }

.row {
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .row::after {
    clear: both;
    content: "";
    display: block; }

.col-1 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 6.1721523119%; }
  .col-1:last-child {
    margin-right: 0; }

.col-2 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 14.7019566472%; }
  .col-2:last-child {
    margin-right: 0; }

.col-3 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%; }
  .col-3:last-child {
    margin-right: 0; }

.col-4 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%; }
  .col-4:last-child {
    margin-right: 0; }

.col-5 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 40.291369653%; }
  .col-5:last-child {
    margin-right: 0; }

.col-6 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%; }
  .col-6:last-child {
    margin-right: 0; }

.col-7 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 57.3509783236%; }
  .col-7:last-child {
    margin-right: 0; }

.col-8 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%; }
  .col-8:last-child {
    margin-right: 0; }

.col-9 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 74.4105869942%; }
  .col-9:last-child {
    margin-right: 0; }

.col-10 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 82.9403913294%; }
  .col-10:last-child {
    margin-right: 0; }

.col-11 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 91.4701956647%; }
  .col-11:last-child {
    margin-right: 0; }

.col-12 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  .col-12:last-child {
    margin-right: 0; }

@media screen and (max-width: 1100px) {
  .col-desktop > div {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
    margin-right: 0; }
    .col-desktop > div:last-child {
      margin-right: 0; } }
.m-top {
  margin-top: 2rem; }

.m-bottom {
  margin-bottom: 2rem; }

.m-top-x2 {
  margin-top: 4rem; }

.m-bottom-x2 {
  margin-bottom: 4rem; }

.latest-news {
  background-color: silver;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 3rem; }
  .latest-news p.title {
    font-size: 2rem;
    margin-bottom: 2rem; }
  .latest-news article {
    padding-bottom: 2em; }
    .latest-news article h4 {
      font-size: 1.25rem; }
    .latest-news article:not(:last-of-type) {
      border-bottom: solid 1px #fff; }
    .latest-news article:not(:first-of-type) {
      padding-top: 2em; }
    .latest-news article h4,
    .latest-news article p,
    .latest-news article a {
      margin-bottom: 1rem; }
    .latest-news article p {
      margin-bottom: 2rem; }
    .latest-news article a.btn {
      background: #fff;
      color: #BE2128; }
      .latest-news article a.btn:hover {
        background-image: url(/images/redbutton-bg.jpg);
        background-size: cover;
        background-fit: fill;
        color: #fff; }
  .latest-news hr {
    color: #fff;
    margin-bottom: 1.5rem; }

.articles h3 {
  margin-bottom: 0; }
.articles p {
  margin: 1rem 0 2rem; }
.articles a:not(.btn) {
  text-decoration: none;
  color: #4b4b4b; }
  .articles a:not(.btn):hover h3 {
    text-decoration: underline; }
  .articles a:not(.btn):hover p {
    text-decoration: underline; }
.articles .btn {
  display: inline-block;
  margin-bottom: 2rem; }
.articles > article:not(:last-of-type) {
  margin-bottom: 2rem; }
.articles article.single a:not(.btn) {
  color: #BE2128; }
  .articles article.single a:not(.btn):hover {
    text-decoration: underline; }

.promo {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 769px) {
    .promo a {
      width: calc(100% / 12); } }
  @media screen and (max-width: 769px) {
    .promo a {
      width: calc(100% / 6);
      margin-bottom: 1rem; } }

footer {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff; }
  footer::after {
    clear: both;
    content: "";
    display: block; }
  footer > .wrapper:first-of-type {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    footer > .wrapper:first-of-type p {
      color: #BE2128;
      margin-bottom: 2em; }

.footer-nav {
  background-color: #4c4c4c;
  text-transform: uppercase;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 0.8rem; }
  .footer-nav a {
    color: #fff;
    text-decoration: none; }
    .footer-nav a:hover {
      text-decoration: underline; }
  .footer-nav ul {
    list-style-type: none;
    width: 100%; }
    @media screen and (min-width: 1000px) {
      .footer-nav ul {
        display: flex;
        justify-content: space-between; }
        .footer-nav ul::after {
          clear: both;
          content: "";
          display: block; }
        .footer-nav ul li:not(:last-of-type) {
          border-right: solid 1px #fff;
          padding-right: 0.75rem; } }
    @media screen and (max-width: 1000px) {
      .footer-nav ul {
        text-align: center; }
        .footer-nav ul a:hover {
          text-decoration: underline; } }
  .footer-nav .copyright {
    text-align: center;
    margin-top: 2rem; }

.lower-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .lower-nav .nav-head {
    padding: 1.5rem 2rem;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 1px; }
  .lower-nav p {
    margin-bottom: 1rem; }
  .lower-nav > div {
    width: 47.5%; }
    @media screen and (max-width: 1100px) {
      .lower-nav > div {
        width: 100%; }
        .lower-nav > div:not(:last-of-type) {
          margin-bottom: 2rem; } }
    .lower-nav > div p:last-of-type {
      margin-bottom: 0; }
  .lower-nav a {
    color: #4b4b4b; }
  .lower-nav img {
    display: block;
    margin: 0 auto 1em;
    width: 100%;
    height: auto;
    object-fit: cover; }
  .lower-nav h3 {
    margin-bottom: 0;
    color: #fff;
    padding: 1em; }

.notary-listing ul {
  list-style-type: none; }
  .notary-listing ul li {
    margin-left: 0;
    margin-bottom: 0.5rem !important;
    padding: 0.5em 1em;
    border: solid 2px #cccccc; }
    .notary-listing ul li:hover {
      background-color: #434343; }
  .notary-listing ul li.silver a,
  .notary-listing ul li.bronze a {
    color: #434343; }
  .notary-listing ul li.silver:hover a,
  .notary-listing ul li.bronze:hover a {
    color: #fff; }
  .notary-listing ul a {
    color: #fff;
    text-decoration: none; }

.lower-cta-apostille .faux-h1 {
  margin-bottom: 1rem; }

.resource-col a {
  text-decoration: none; }
  .resource-col a:hover {
    text-decoration: underline; }

.resource-list a {
  text-decoration: none; }
  .resource-list a:hover {
    text-decoration: underline; }

.no-render {
  white-space: pre-wrap;
  border: solid 1px #000;
  width: 100%;
  max-width: 100%;
  min-height: 150px; }

.contact-form::after {
  clear: both;
  content: "";
  display: block; }
.contact-form h2 {
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  font-weight: 300;
  letter-spacing: 1px; }
.contact-form form {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 53.0860761559%;
  float: none; }
  .contact-form form::after {
    clear: both;
    content: "";
    display: block; }
  .contact-form form:last-child {
    margin-right: 0; }
  .contact-form form input,
  .contact-form form label,
  .contact-form form textarea {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%; }
    .contact-form form input:last-child,
    .contact-form form label:last-child,
    .contact-form form textarea:last-child {
      margin-right: 0; }
  .contact-form form label {
    font-weight: 600; }
  .contact-form form input,
  .contact-form form textarea {
    margin-bottom: 1rem;
    margin-top: 0.5rem; }
  .contact-form form input[type="text"],
  .contact-form form input[type="email"],
  .contact-form form textarea {
    border: solid 2px #BE2128;
    padding: 0.5rem; }
  .contact-form form textarea {
    height: 150px;
    resize: none; }
  .contact-form form input[type="submit"] {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
    padding: 0.75rem 2.5rem 0.5rem 2.5rem; }
    .contact-form form input[type="submit"]:last-child {
      margin-right: 0; }
.contact-form .g-recaptcha {
  float: left; }

.image-overlay.contact-notary .notary-contact-container {
  background-image: url(/images/notary-bg-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat; }
.image-overlay.contact-notary .wrapper {
  position: relative;
  left: 0;
  transform: none;
  height: 80%;
  top: 2rem;
  color: #BE2128;
  text-align: left; }
  .image-overlay.contact-notary .wrapper .centerer {
    width: 1000px;
    margin: 2rem; }
  .image-overlay.contact-notary .wrapper form::after {
    clear: both;
    content: "";
    display: block; }
  .image-overlay.contact-notary .wrapper form label {
    font-weight: 600;
    margin-bottom: 1rem;
    display: inline-block;
    color: #4b4b4b;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%; }
    .image-overlay.contact-notary .wrapper form label:last-child {
      margin-right: 0; }
  .image-overlay.contact-notary .wrapper form fieldset {
    border: none;
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    @media screen and (min-width: 769px) {
      .image-overlay.contact-notary .wrapper form fieldset {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 48.8211739883%; }
        .image-overlay.contact-notary .wrapper form fieldset:last-child {
          margin-right: 0; }
        .image-overlay.contact-notary .wrapper form fieldset:nth-of-type(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 769px) {
      .image-overlay.contact-notary .wrapper form fieldset {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%; }
        .image-overlay.contact-notary .wrapper form fieldset:last-child {
          margin-right: 0; } }
  .image-overlay.contact-notary .wrapper form input,
  .image-overlay.contact-notary .wrapper form textarea {
    border: solid 2px #BE2128;
    padding: 0.5rem;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%; }
    .image-overlay.contact-notary .wrapper form input:last-child,
    .image-overlay.contact-notary .wrapper form textarea:last-child {
      margin-right: 0; }
  .image-overlay.contact-notary .wrapper form textarea {
    height: 100px;
    resize: none; }
  .image-overlay.contact-notary .wrapper form input[type="submit"] {
    background-color: red;
    color: #fff;
    text-transform: uppercase;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border: none;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 82.9403913294%; }
    .image-overlay.contact-notary .wrapper form input[type="submit"]:last-child {
      margin-right: 0; }
    .image-overlay.contact-notary .wrapper form input[type="submit"]:hover {
      cursor: pointer; }

.member-image {
  -webkit-box-shadow: -1px 1px 2px #cccccc;
  -moz-box-shadow: -1px 1px 2px #cccccc;
  box-shadow: -1px 1px 2px #cccccc;
  float: right; }

@media screen and (max-width: 769px) {
  .member-form form {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%; }
    .member-form form:last-child {
      margin-right: 0; } }
@media screen and (min-width: 769px) {
  .member-form form {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%; }
    .member-form form:last-child {
      margin-right: 0; } }
.member-form fieldset {
  border: none;
  padding: 0; }
.member-form input,
.member-form select {
  margin-bottom: 1rem;
  margin-top: 0.5rem; }
.member-form input,
.member-form label {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  .member-form input:last-child,
  .member-form label:last-child {
    margin-right: 0; }
.member-form fieldset:not(:last-of-type) {
  margin-bottom: 1rem; }
.member-form select {
  width: 100%;
  border: solid 2px #BE2128;
  padding: 0.5rem; }
.member-form fieldset {
  color: #BE2128; }
  .member-form fieldset label {
    color: #4b4b4b; }
.member-form input[type="submit"] {
  color: #fff;
  text-transform: uppercase;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: none;
  background-image: url(/images/redbutton-bg.jpg);
  background-size: cover;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  .member-form input[type="submit"]:last-child {
    margin-right: 0; }
  .member-form input[type="submit"]:hover {
    cursor: pointer; }

.legislation a {
  color: #4b4b4b;
  text-decoration: none; }
  .legislation a:hover {
    color: #BE2128;
    text-decoration: underline; }

.banner-rotator-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }
  .banner-rotator-container::after {
    clear: both;
    content: "";
    display: block; }

.marquee {
  height: 50px;
  overflow: hidden;
  position: relative;
  -webkit-transition: background-color 350ms;
  -moz-transition: background-color 350ms;
  transition: background-color 350ms;
  background-image: url(/images/redbutton-bg.jpg);
  background-size: cover; }

.marquee {
  color: #fff; }

.marquee p {
  position: absolute;
  /*font-family: Tahoma, Arial, sans-serif;*/
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0px #000000;
  filter: dropshadow(color=#000000, offx=1, offy=1);
  transform: translateX(100%);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%); }

.marquee p:nth-child(1) {
  animation: left-one 20s ease infinite;
  -moz-animation: left-one 20s ease infinite;
  -webkit-animation: left-one 20s ease infinite; }

.marquee p:nth-child(2) {
  animation: left-two 20s ease infinite;
  -moz-animation: left-two 20s ease infinite;
  -webkit-animation: left-two 20s ease infinite; }

.marquee.down p {
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.marquee.down p:nth-child(1) {
  animation: down-one 20s ease infinite;
  -moz-animation: down-one 20s ease infinite;
  -webkit-animation: down-one 20s ease infinite; }

.marquee.down p:nth-child(2) {
  animation: down-two 20s ease infinite;
  -moz-animation: down-two 20s ease infinite;
  -webkit-animation: down-two 20s ease infinite; }

.marquee.up p {
  transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%); }

.marquee.up p:nth-child(1) {
  animation: up-one 20s ease infinite;
  -moz-animation: up-one 20s ease infinite;
  -webkit-animation: up-one 20s ease infinite; }

.marquee.up p:nth-child(2) {
  animation: up-two 20s ease infinite;
  -moz-animation: up-two 20s ease infinite;
  -webkit-animation: up-two 20s ease infinite; }

/*================================
  Move the Marquee to the Left
==================================*/
/** Mozilla Firefox Keyframes **/
@-moz-keyframes left-one {
  0% {
    -moz-transform: translateX(100%); }
  10% {
    -moz-transform: translateX(0); }
  40% {
    -moz-transform: translateX(0); }
  50% {
    -moz-transform: translateX(-100%); }
  100% {
    -moz-transform: translateX(-100%); } }
@-moz-keyframes left-two {
  0% {
    -moz-transform: translateX(100%); }
  50% {
    -moz-transform: translateX(100%); }
  60% {
    -moz-transform: translateX(0); }
  90% {
    -moz-transform: translateX(0); }
  100% {
    -moz-transform: translateX(-100%); } }
/** Webkit Keyframes **/
@-webkit-keyframes left-one {
  0% {
    -webkit-transform: translateX(100%); }
  10% {
    -webkit-transform: translateX(0); }
  40% {
    -webkit-transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(-100%); } }
@-webkit-keyframes left-two {
  0% {
    -webkit-transform: translateX(100%); }
  50% {
    -webkit-transform: translateX(100%); }
  60% {
    -webkit-transform: translateX(0); }
  90% {
    -webkit-transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%); } }
/*================================
  Move the Marquee Downwards
==================================*/
/** Mozilla Firefox Keyframes **/
@-moz-keyframes down-one {
  0% {
    -moz-transform: translateY(-100%); }
  10% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(0); }
  50% {
    -moz-transform: translateY(100%); }
  100% {
    -moz-transform: translateY(100%); } }
@-moz-keyframes down-two {
  0% {
    -moz-transform: translateY(-100%); }
  50% {
    -moz-transform: translateY(-100%); }
  60% {
    -moz-transform: translateY(0); }
  90% {
    -moz-transform: translateY(0); }
  100% {
    -moz-transform: translateY(100%); } }
/** Webkit Keyframes **/
@-webkit-keyframes down-one {
  0% {
    -webkit-transform: translateY(-100%); }
  10% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(100%); } }
@-webkit-keyframes down-two {
  0% {
    -webkit-transform: translateY(-100%); }
  50% {
    -webkit-transform: translateY(-100%); }
  60% {
    -webkit-transform: translateY(0); }
  90% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(100%); } }
/*================================
  Move the Marquee Upwards
==================================*/
/** Mozilla Firefox Keyframes **/
@-moz-keyframes up-one {
  0% {
    -moz-transform: translateY(100%); }
  10% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(0); }
  50% {
    -moz-transform: translateY(-100%); }
  100% {
    -moz-transform: translateY(-100%); } }
@-moz-keyframes up-two {
  0% {
    -moz-transform: translateY(100%); }
  50% {
    -moz-transform: translateY(100%); }
  60% {
    -moz-transform: translateY(0); }
  90% {
    -moz-transform: translateY(0); }
  100% {
    -moz-transform: translateY(-100%); } }
/** Webkit Keyframes **/
@-webkit-keyframes up-one {
  0% {
    -webkit-transform: translateY(100%); }
  10% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(-100%); } }
@-webkit-keyframes up-two {
  0% {
    -webkit-transform: translateY(100%); }
  50% {
    -webkit-transform: translateY(100%); }
  60% {
    -webkit-transform: translateY(0); }
  90% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%); } }
@media screen and (max-width: 769px) {
  #banner .banner-text p {
    font-size: 1.25rem; }

  .single-home .full-width-map-search section {
    flex-wrap: wrap; }
    .single-home .full-width-map-search section > div {
      width: 100%; }
  .single-home .full-width-map-search #map-holder {
    height: 300px; }

  form input, form label {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%; }
    form input:last-child, form label:last-child {
      margin-right: 0; }
  form .col-1, form .col-2, form .col-3, form .col-4, form .col-5, form .col-6, form .col-7, form .col-8, form .col-9, form .col-10, form .col-11, form .col-12 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%; }
    form .col-1:last-child, form .col-2:last-child, form .col-3:last-child, form .col-4:last-child, form .col-5:last-child, form .col-6:last-child, form .col-7:last-child, form .col-8:last-child, form .col-9:last-child, form .col-10:last-child, form .col-11:last-child, form .col-12:last-child {
      margin-right: 0; }
  form input[type='checkbox'] {
    float: left; }

  .contact-form form {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%; }
    .contact-form form:last-child {
      margin-right: 0; }

  .single-sidebar .image-overlay {
    height: 300px; }
    .single-sidebar .image-overlay .wrapper img {
      width: auto !important;
      height: auto !important;
      max-width: 100%; } }

/*# sourceMappingURL=style.css.map */
