button, input[type="button"], input[type="reset"], input[type="submit"],
a.button {
  appearance: none;
  background-color: #ee1f60;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  height: 40px;
  width: 100%;
  border-radius: 0;
  text-align: center;
}

@media screen and (min-width: 400px) {
  button, input[type="button"], input[type="reset"], input[type="submit"],
  a.button {
    width: auto;
  }
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
a.button:hover,
a.button:focus {
  background-color: #be194d;
  color: #fff;
}

button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
a.button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover,
a.button:disabled:hover {
  background-color: #ee1f60;
}

button.button--green, input[type="button"].button--green, input[type="reset"].button--green, input[type="submit"].button--green,
a.button.button--green {
  background-color: #cfdd45;
  color: black;
}

button.button--green:hover, button.button--green:focus, input[type="button"].button--green:hover, input[type="button"].button--green:focus, input[type="reset"].button--green:hover, input[type="reset"].button--green:focus, input[type="submit"].button--green:hover, input[type="submit"].button--green:focus,
a.button.button--green:hover,
a.button.button--green:focus {
  background-color: #a6b137;
}

button .icon-pdf, input[type="button"] .icon-pdf, input[type="reset"] .icon-pdf, input[type="submit"] .icon-pdf,
a.button .icon-pdf {
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 400px) {
  button, input[type="button"], input[type="reset"], input[type="submit"],
  a.button {
    font-size: 18px;
    padding: 0 30px;
    line-height: 55px;
    height: 55px;
  }
  button .icon-pdf, input[type="button"] .icon-pdf, input[type="reset"] .icon-pdf, input[type="submit"] .icon-pdf,
  a.button .icon-pdf {
    position: relative;
    top: 8px;
    width: 30px;
    height: 30px;
  }
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: normal;
  margin-bottom: 0.375em;
}

input,
select {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 0.75em;
  padding: 0 15px;
  transition: border-color 150ms ease;
  width: 100%;
  line-height: 40px;
  height: 40px;
  max-width: 100%;
}

@media screen and (min-width: 400px) {
  input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
  select[multiple] {
    line-height: 55px;
    height: 55px;
  }
}

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple]:hover {
  border-color: #a8a8a8;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple]:focus {
  outline: none;
}

input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple]:disabled:hover {
  border: 1px solid #d2d2d2;
}

textarea {
  resize: vertical;
  height: auto;
}

[type="search"] {
  appearance: none;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: 100%;
}

.form-select {
  margin-bottom: 10px;
}

.form-wrapper,
.form-item {
  width: 100%;
}

@media screen and (min-width: 400px) {
  .form-wrapper,
  .form-item {
    width: auto;
  }
}

.select2-container--classic .select2-selection--single {
  background: white;
  border-radius: 0;
  border: 1px solid #7c8389;
  height: 40px;
}

@media screen and (min-width: 400px) {
  .select2-container--classic .select2-selection--single {
    height: 55px;
  }
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #7c8389;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  background: white;
  border-radius: 0;
  padding: 0 30px 0 10px;
  text-transform: lowercase;
  color: #7c8389;
  line-height: 38px;
  font-size: 18px;
  box-shadow: none;
}

@media screen and (min-width: 400px) {
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 53px;
    font-size: 20px;
  }
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background: white;
  border-radius: 0;
  border: none;
  top: 13px;
  right: 5px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-width: 10px 8px 0 8px;
  border-color: #7c8389 transparent transparent transparent;
  margin-left: -8px;
  margin-top: -8px;
}

@media screen and (min-width: 400px) {
  .select2-container--classic .select2-selection--single .select2-selection__arrow b {
    margin-top: -2px;
  }
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border-color: #7c8389;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #7c8389 transparent;
  border-width: 0 8px 10px 8px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-radius: 0;
  border-color: #7c8389;
  font-size: 14px;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background: #ee1f60;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: 600;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

picture,
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #9e9e9e;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #d2d2d2;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

table.date-time th,
table.date-time td {
  border: none;
  padding: 5px 0;
}

table.date-time th:first-child,
table.date-time td:first-child {
  width: 50%;
}

@media screen and (min-width: 1024px) {
  table.date-time th:first-child,
  table.date-time td:first-child {
    width: 200px;
  }
}

body {
  color: #46535e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 10px;
}

h1 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
  color: #7c8389;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1;
}

h5 {
  font-size: 16px;
  color: black;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1;
}

@media screen and (min-width: 400px) {
  h1 {
    font-size: 32px;
    margin-bottom: 45px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 26px;
  }
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #ee1f60;
  text-decoration: none;
  transition: color 150ms ease;
}

a:active, a:focus, a:hover, a.active {
  color: #7c8389;
}

.back-link a {
  text-transform: uppercase;
  font-weight: 600;
}

hr {
  border-bottom: 1px solid #d2d2d2;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

strong,
b {
  font-weight: 600;
}

pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

.youtube-container {
  margin: 0;
  line-height: 10px;
}

.youtube-container iframe {
  max-width: 100%;
}

.accordion-tabs-minimal {
  line-height: 1.5;
  padding: 0;
}

.accordion-tabs-minimal::after {
  clear: both;
  content: "";
  display: table;
}

.accordion-tabs-minimal .tab-header-and-content {
  list-style: none;
}

@media screen and (min-width: 768px) {
  .accordion-tabs-minimal .tab-header-and-content {
    display: inline;
  }
}

.accordion-tabs-minimal .tab-link {
  background-color: #d2d2d2;
  color: #ee1f60;
  display: block;
  padding: 0.75em 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  text-transform: lowercase;
  border-bottom: 1px solid #898f95;
}

@media screen and (min-width: 768px) {
  .accordion-tabs-minimal .tab-link {
    display: inline-block;
    margin-right: -5px;
  }
}

.accordion-tabs-minimal .tab-link:hover {
  color: white;
  background-color: #46535e;
}

.accordion-tabs-minimal .tab-link:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  .accordion-tabs-minimal .tab-link.is-active {
    color: white;
    background-color: #46535e;
  }
}

.accordion-tabs-minimal .tab-content {
  display: none;
  padding: 1.5em 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .accordion-tabs-minimal .tab-content {
    float: left;
  }
}

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

#cboxWrapper {
  max-width: none;
}

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

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

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

#cboxTitle {
  margin: 0;
}

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

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

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

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

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

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

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

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

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

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

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../../images/optimized/controls.png) no-repeat 0 0;
}

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

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

[class^="icon-"],
[class*=" icon-"] {
  height: 20px;
  width: 20px;
  display: inline-block;
  fill: currentColor;
}

.slick-slider .slider-item {
  display: none;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
  font-size: 16px;
  color: #ee1f60;
  line-height: 1;
  width: 50px;
  height: 50px;
}

@media screen and (min-width: 768px) {
  .slick-slider .slick-next,
  .slick-slider .slick-prev {
    width: 75px;
    height: 75px;
  }
}

.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
  content: '';
}

.slick-slider .slick-next:hover, .slick-slider .slick-next:focus,
.slick-slider .slick-prev:hover,
.slick-slider .slick-prev:focus {
  color: #7c8389;
}

.slick-slider .slick-next [class^="icon-"],
.slick-slider .slick-prev [class^="icon-"] {
  width: 50px;
  height: 50px;
}

@media screen and (min-width: 768px) {
  .slick-slider .slick-next [class^="icon-"],
  .slick-slider .slick-prev [class^="icon-"] {
    width: 75px;
    height: 75px;
  }
}

.slick-slider .slick-next {
  right: -45px;
}

@media screen and (min-width: 768px) {
  .slick-slider .slick-next {
    right: -90px;
  }
}

.slick-slider .slick-prev {
  left: -45px;
}

@media screen and (min-width: 768px) {
  .slick-slider .slick-prev {
    left: -90px;
  }
}

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