@charset "UTF-8";
/*!
 * Pink Buckle | Ruby Buckle 2021
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&family=Montserrat:wght@200;400;500;700&display=swap");
@import 'all.css';
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * 1. Remove the bottom border in 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

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

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

/**
 * Correct the line-height for all headings in Chrome mobile, Firefox,
 * iOS Safari, Microsoft Edge and IE.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15;
}

/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

/**
 * 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 */
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 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 OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

.clearfix, #myslider .slider-content, form {
  *zoom: 1;
}
.clearfix:before, #myslider .slider-content:before, form:before, .clearfix:after, #myslider .slider-content:after, form:after {
  content: " ";
  display: table;
}
.clearfix:after, #myslider .slider-content:after, form:after {
  clear: both;
}

.ir {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/*FLEX*/
.gradient-black {
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 70px;
  width: 65px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: hsla(0, 100%, 100%, 0.3);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
  top: 50%;
  background-size: 40px 65px;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 65px;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 15px;
  background-image: url(../images/slick-arrow-left.png);
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:hover {
  background-image: url(../images/slick-arrow-left.png);
}
.slick-prev:before {
  background-image: url(../images/slick-arrow-left.png);
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 15px;
  background-image: url(../images/slick-arrow-right.png);
}
[dir=rtl] .slick-next {
  left: 25px;
  right: auto;
}
.slick-next:hover {
  background-image: url(../images/slick-arrow-right.png);
}
.slick-next:before {
  background-image: url(../images/slick-arrow-right.png);
}
[dir=rtl] .slick-next:before {
  content: "←";
}

.gallery-carousel .slick-prev,
.gallery-carousel .slick-next {
  background-color: #172c62;
  width: 50px;
  background-size: 30px 49px;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 30px;
  width: 30px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 30px;
  height: 30px;
  font-size: 64px;
  line-height: 24px;
  text-align: center;
  color: white;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.gallery-carousel .slick-dots {
  bottom: 5px;
}
.gallery-carousel .slick-dots li button:before {
  color: #172c62;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider-nav {
  margin-top: 40px;
}
.slider-nav .slick-slide {
  padding: 0 5px;
  outline: none;
}
.slider-nav .slick-slide .holder {
  height: 185px;
  position: relative;
}
.slider-nav .slick-prev,
.slider-nav .slick-next {
  height: 35px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.slider-nav .slick-prev {
  left: 20px;
}
.slider-nav .slick-next {
  right: 20px;
}

@media (max-width: 728px) {
  .slick-prev,
  .slick-next {
    height: 65px;
    width: 40px;
    background-size: 40px 65px;
  }
  .slick-dots {
    bottom: 10px;
  }
  .slick-dots li {
    width: 20px;
  }
  .slick-dots li button {
    width: 20px;
  }
  .slick-dots li button:before {
    width: 20px;
  }
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-overflow-style: scrollbar;
}

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

body {
  font-size: 14px;
  min-width: 300px;
  color: #565656;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: calc(14px + 2px * (100vw - 320px) / 1600px);
}

a {
  color: #565656;
  text-decoration: none;
  transition: all 0.5s !important;
}

.btn {
  display: inline-block;
  background: #172c62;
  color: #fff !important;
  min-width: 265px;
  padding: 14px 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.5s !important;
}
.btn:hover {
  background: #f7aa1a;
}
.btn.simple {
  margin: 0 auto;
  text-align: center;
  min-width: 175px;
  width: 175px;
  padding: 8px;
  background: #F0F0F0;
  color: #565656 !important;
}
.btn.simple:hover {
  color: #fff !important;
  background: #172c62;
}

.btn-remove {
  position: absolute;
  display: block;
  right: 2.7777777778%;
  bottom: 0;
  font-size: 11px;
  color: red !important;
}
.btn-remove:hover {
  text-decoration: underline;
}

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

.title {
  text-transform: uppercase;
  color: #172c62;
  font-size: 1.875em;
}

.reminder {
  padding: 15px !important;
}
.reminder strong {
  color: #172c62;
}

form {
  margin-top: 30px;
}
form.colored, form.content-section, form.reminder {
  background: #F9F9F9;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=number],
form textarea {
  padding: 15px;
  border: 2px solid #F0F0F0;
  outline: none;
  width: 100%;
  resize: none;
  color: #565656;
}
form input[type=text].short,
form input[type=email].short,
form input[type=password].short,
form input[type=number].short,
form textarea.short {
  width: 50%;
}
form label {
  display: block;
}
form label small {
  display: block;
}
form fieldset {
  background: #F9F9F9;
  border: none;
  margin: 10px 0px;
  margin-bottom: 20px;
  padding: 2.7777777778%;
}
form fieldset legend {
  display: contents;
  font-weight: 600;
}
form fieldset label {
  margin-top: 8px;
}
form fieldset .col-2,
form fieldset .col-3 {
  padding: 0;
}
form p {
  margin: 0;
  padding: 15px 30px;
  line-height: 1.6;
}
form h2 {
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  padding-top: 30px;
}
form i {
  display: block;
  text-align: center;
  font-size: 13px;
  margin-bottom: 30px;
}
form i strong {
  color: #172c62;
}
form .line {
  border-top: 1px solid #F0F0F0;
  margin-top: 10px;
  padding-top: 10px;
}
form .line > .group {
  padding-top: 10px;
}
form .group {
  display: block;
}
form .group input[type=text],
form .group textarea {
  margin-top: 5px;
  padding: 10px 18px;
}
form .group input[type=text] {
  margin-bottom: 10px;
}
form .group h2 {
  text-align: left;
  margin: 0;
  padding: 0px;
  padding-top: 20px;
}
form .group a {
  color: #172c62;
}
form .group a.btn {
  color: #fff;
}
form .group.price span {
  font-weight: 700;
  font-size: 16px;
}
form .group.price p {
  margin: 0;
  padding: 0;
}
form .group.price .form-checkbox {
  margin-top: 0;
}
form .group .subtotal {
  position: relative;
}
form .group .subtotal input[type=text] {
  padding-left: 30px;
}
form .group .fa-dollar-sign {
  position: absolute;
  top: 0px;
  left: 15px;
  font-size: 18px;
}
form .form-group {
  margin-top: 20px;
  position: relative;
}
form .form-group input[type=text],
form .form-group input[type=email],
form .form-group input[type=password] {
  padding: 10px 18px;
  margin-top: 5px;
}
form .toggle-password {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
form .toggle-password i {
  color: #565656;
  font-size: 1.25em;
  margin-bottom: 0;
}
form .forgot-password {
  display: inline-block;
  margin-top: 10px;
  color: #172c62;
  text-decoration: underline;
}
form .center {
  padding: 10px 20px;
  text-align: center;
}
form .center.colored, form .center.content-section, form .center.reminder {
  background: #F9F9F9;
}
form .center p {
  margin: 20px auto;
}
form .center .form-checkbox {
  display: inline-block;
  margin-right: 0px;
}
form .center .btn {
  display: block;
  max-width: 300px;
  margin: 20px auto;
}
form .narrow {
  position: relative;
  max-width: 100%;
  width: 800px;
  margin: 0 auto;
}
form .narrow .col-2 {
  position: relative;
  padding-bottom: 12px;
}
form .narrow .col-2 > .group {
  width: 76% !important;
  margin-bottom: 15px;
}
form .narrow .col-2 > .group:last-child {
  width: 20% !important;
}
form .narrow .col-2.mid > .group {
  width: 49% !important;
}
form .narrow .col-3 {
  position: relative;
  padding-bottom: 12px;
}
form .narrow input[type=number] {
  margin-top: 5px;
  padding: 10px 18px;
}
form .full {
  padding: 5px 2.7777777778%;
}
form .full p {
  padding: 15px 0px;
}
form .full .form-checkbox {
  display: block;
}
form .full.colored, form .full.content-section, form .full.reminder {
  margin: 25px auto;
  padding: 30px 2.7777777778%;
}
form .full-center {
  padding: 5px 2.7777777778%;
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
form .full-center .custom-select {
  max-width: 430px;
}
form .full-center .custom-select select {
  text-align: center;
}
form .reminder {
  padding: 15px !important;
}
form .reminder strong {
  color: #172c62;
}
form .col-1,
form .col-2,
form .col-2a,
form .col-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  padding: 5px 2.7777777778%;
}
form .col-1 .group,
form .col-2 .group,
form .col-2a .group,
form .col-3 .group {
  margin: 0;
  padding: 0;
}
form .col-2 .group {
  width: 49%;
}
form .col-2 .col-2 {
  padding: 0;
}
form .col-2 .col-2 .group {
  width: 48%;
}
form .col-2a .group {
  width: 32%;
}
form .col-2a .group:last-child {
  width: 64%;
}
form .col-3 .group {
  width: 32%;
}
form .col-3 .col-1 {
  outline: 1px solid red;
}
form .col-3 .col-1 .group {
  width: 100%;
}
form .col-4 .group {
  display: inline-block;
  vertical-align: top;
}
form .col-4 .form-checkbox:hover input ~ .checkmark {
  background-color: #172c62;
}
form .col-4 .form-checkbox .checkmark {
  background-color: #eee !important;
}
form .col-4 .form-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid gray;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
form .float-right {
  float: right;
}
form .float-right .btn {
  margin-left: 15px;
}
form .custom-select {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 0 !important;
  padding-left: 3px;
  border: 2px solid #F0F0F0;
  background: url("../images/arrow-down.png") #fff no-repeat 96%;
  background-size: 14px;
  width: 100%;
  margin-top: 5px;
}
form .custom-select select {
  background: transparent;
  padding: 10px 15px;
  padding-right: 38px;
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: window;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
  width: 105%;
  color: #565656;
}
form .custom-select select option {
  padding: 5px;
  background: #fff;
  outline: none;
  border: none;
}
form .custom-select select:focus {
  outline: none;
}
form .custom-upload {
  position: relative;
  margin-top: 5px;
}
form .custom-upload input[type=file] {
  outline: 1px solid red;
  width: 100%;
  position: absolute;
  left: 0;
  padding: 8px;
  visibility: hidden;
}
form .custom-upload .filename {
  display: block;
  padding: 10px 15px;
  height: 52px;
  padding-right: 140px;
  border: 2px solid #F0F0F0;
  background: #fff;
  width: 100%;
  color: #565656;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
form .custom-upload .btn-styled {
  background: #172c62;
  width: 130px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
  padding: 12px 15px;
  cursor: pointer;
}
form .form-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin: 15px 0px;
  margin-right: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
form .form-checkbox:hover input ~ .checkmark {
  background-color: #172c62;
}
form .form-checkbox.mb {
  display: block;
  margin: 10px 0px;
}
form .form-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form .form-checkbox input:checked ~ .checkmark {
  background-color: #172c62;
}
form .form-checkbox input:checked ~ .checkmark:after {
  display: block;
}
form .form-checkbox i {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 12px;
}
form .form-checkbox .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}
form .form-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
form .custom-radio {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-right: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
form .custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
form .custom-radio input:checked ~ .checkmark {
  background-color: #172c62;
}
form .custom-radio input:checked ~ .checkmark:after {
  display: block;
}
form .custom-radio i {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 12px;
}
form .custom-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
form .custom-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
form .custom-radio:hover input ~ .checkmark {
  background-color: #172c62;
}
form .members p {
  padding: 0;
}
form .members p.title {
  font-size: 18px !important;
  font-weight: 700;
}
form .uploaded {
  padding: 10px 15px;
  border: 2px solid #F0F0F0;
  outline: none;
  width: 100%;
  resize: none;
  color: #565656;
  margin: 5px 0px;
  background: #F9F9F9;
}

#entry-cta {
  padding: 10px 20px;
  margin-bottom: 40px;
  text-align: center;
}
#entry-cta a {
  margin: 10px auto;
}

.block-message {
  text-align: center;
  font-size: 1.25em;
  line-height: 1.6;
  color: #172c62;
}

.label {
  color: #172c62;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  padding: 30px;
  margin: 0;
}

.colored, .content-section, .reminder, form .reminder {
  background: #F0F0F0;
}
.colored .form-checkbox .checkmark, .content-section .form-checkbox .checkmark, .reminder .form-checkbox .checkmark {
  background-color: #F9F9F9;
}
.colored.static, .static.content-section, .static.reminder {
  display: block;
  margin: 30px auto;
  padding: 40px 20px;
}
.colored.static h3, .static.content-section h3, .static.reminder h3 {
  display: block;
  text-align: center;
  font-size: 22px;
}

header {
  position: fixed;
  z-index: 100;
  width: 100%;
  background: #F0F0F0;
  height: 60px;
  padding: 0px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}
header .logo {
  display: inline-block;
  padding: 15px 0px;
}
header .logo a {
  display: inline-block;
  width: 345px;
  height: 30px;
  background: url("../images/logo-bhf.jpg");
  background-size: cover;
  text-indent: -9999em;
}
header .menu-toggle {
  display: none;
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 1em;
  display: flex;
  align-items: flex-start;
  max-height: 60px;
}
header nav ul li {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
header nav ul li a {
  display: inline-block;
  font-weight: 500;
  padding: 21px 15px;
}
header nav ul li a:hover, header nav ul li a.active {
  color: #fff;
  background: #172c62;
}
header nav ul li a.active + .subnav {
  display: block;
}
header nav ul li a.notifications {
  padding: 20px 15px;
  height: 60px;
}
header nav ul li a.notifications.unread i {
  position: relative;
}
header nav ul li a.notifications.unread i:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #172c62;
  display: block;
  position: absolute;
  right: -2px;
  top: 0;
}
header nav ul li a.notifications i {
  font-size: 1.26em;
}
header nav ul li a.notifications:hover.unread i:after {
  background: #fff;
}
header nav ul li a.profile {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #172c62;
  color: #FFFFFF;
  padding: 21px 30px;
}
header nav ul li a.profile:before {
  content: "";
  border: solid 1px #FFFFFF;
  border-radius: 20px;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
}
header .menu-logged {
  transition: all 0.2s ease;
}
header .menu-logged:hover {
  overflow: visible;
}
header .menu-logged .menu-dashboard {
  position: absolute;
  right: 0;
  flex-direction: column;
  width: 200px;
}
header .menu-logged .menu-dashboard li {
  overflow: visible;
  width: 100%;
  background: #f7aa1a;
}
header .menu-logged .menu-dashboard li a {
  width: 100%;
  display: block;
  text-transform: none;
  color: #FFFFFF;
}
header .menu-logged .menu-dashboard li a:hover {
  background: #172c62;
}

footer {
  padding: 15px 30px;
  background: #F0F0F0;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
footer a {
  display: inline-block;
  margin: 10px;
}
footer a:hover {
  text-decoration: underline;
}
footer p {
  margin: 0;
  padding: 10px 0px;
}
footer span {
  display: inline-block;
  margin-left: 5px;
}
footer span a {
  margin: 0;
  margin-left: 5px;
  margin-top: -5px;
  vertical-align: top;
  color: #172c62;
}
footer span a i {
  margin-left: 5px;
}

.main-content {
  max-width: 1920px;
  min-height: 740px;
  display: block;
  margin: 0 auto;
  padding-top: 60px;
}
.main-content.race {
  padding-top: 115px;
}
.main-content.error-message {
  text-align: center;
}
.main-content.error-message > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -6.7567567568%;
}
.main-content.error-message > div p strong {
  font-size: calc(22px + 1vw);
}
.main-content.error-message > div p a {
  color: #172c62;
  text-decoration: underline;
}

.hero-banner img {
  display: block;
  width: 100%;
}
.hero-banner.padded {
  padding: 2.7777777778%;
}

.main-carousel {
  margin: 0 auto;
}
.main-carousel .content {
  position: relative;
  outline: none;
}
.main-carousel img {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.main-carousel .centering {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 300;
  top: 0;
  background: rgb(23, 44, 98);
  background: linear-gradient(90deg, rgba(23, 44, 98, 0.85) 0%, rgba(23, 44, 98, 0.5) 35%, rgba(23, 44, 98, 0.2) 100%);
}
.main-carousel .details {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 35%;
  left: 6.5104166667%;
  color: #fff;
}
.main-carousel .details span {
  font-size: calc(13px + 1vw);
  text-transform: uppercase;
}
.main-carousel .details h1 {
  font-family: "Arvo", serif;
  font-size: calc(36px + 1vw);
  margin: 0;
  margin-bottom: 20px;
  padding: 0px;
}
.main-carousel .details h1 a {
  color: #fff;
}
.main-carousel .details h1 a:hover {
  text-decoration: underline;
}

.image, .img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.image:after, .img:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.image:hover:after, .img:hover:after {
  opacity: 1;
}

.display-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 2;
}
.display-block.box {
  align-items: stretch;
}
.display-block.box > div {
  position: relative;
  background: #F0F0F0;
}
.display-block h2, .display-block h3 {
  color: #172c62;
}
.display-block.padded {
  padding: 0px 2.7777777778%;
}
.display-block img {
  display: block;
  width: 100%;
}
.display-block.col-2 > div {
  width: 50%;
}
.display-block.col-2.margin > div {
  width: 48%;
}
.display-block.col-2a {
  background: #fff;
  text-align: left;
}
.display-block.col-2a > div {
  width: 70%;
  padding: 4.8611111111%;
}
.display-block.col-2a > div p {
  font-size: 16px;
}
.display-block.col-2a > div:last-child {
  width: 30%;
  padding: 0;
}
.display-block.col-3 > div {
  width: 33%;
}
.display-block.col-4 > div {
  width: 24%;
}

.featured-block {
  padding: 60px 0px;
}
.featured-block.smaller {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}
.featured-block.contact {
  padding: 10px 2.0833333333%;
}
.featured-block.contact h2 {
  padding: 25px 0px;
  text-align: center;
  color: #172c62;
  font-size: 32px;
  font-family: "Arvo", serif;
}
.featured-block h2 {
  margin: 0;
  padding: 0;
  font-size: calc(16px + 1vw);
  margin-bottom: 2.7777777778%;
}
.featured-block.no-margin {
  padding: 0;
}
.featured-block .middle {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  align-items: center;
}
.featured-block .center {
  text-align: center;
}
.featured-block .content {
  padding: 2.7777777778%;
}
.featured-block .content h2 {
  font-size: 28px;
}
.featured-block .content p {
  font-size: calc(10px + 0.45vw);
}
.featured-block .content p a {
  color: #f7aa1a;
}
.featured-block .content p strong {
  color: #172c62;
}
.featured-block .shadow article {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.featured-block .box .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 25px auto;
  width: 90%;
  min-width: initial;
  max-width: 280px;
}
.featured-block .details {
  padding: 25px;
  padding-bottom: 80px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}
.featured-block .details h3 {
  font-size: calc(10px + 1vw);
  margin: 0;
  padding: 0;
  text-align: left;
}
.featured-block .details p {
  text-align: left;
}
.featured-block .details p a, .featured-block .details p strong {
  color: #172c62;
}

.division-block .holder {
  text-align: center;
  margin-bottom: 15px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  background: rgb(240, 240, 240);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 100%);
  box-shadow: 0px 10px 15px 0px rgba(168, 168, 168, 0.4);
  -webkit-box-shadow: 0px 10px 15px 0px rgba(168, 168, 168, 0.4);
  -moz-box-shadow: 0px 10px 15px 0px rgba(168, 168, 168, 0.4);
}
.division-block .holder img {
  max-width: 350px;
  margin: 0 auto;
}
.division-block .padded {
  padding: 0px 4.8611111111%;
}
.division-block .btn {
  width: 100%;
  min-width: initial;
  line-height: 1.2;
  padding: 6.25% 20px;
}

.content-section {
  padding: 15px 0px;
  text-align: center;
  line-height: 2;
}
.content-section a {
  color: #f7aa1a;
}
.content-section p {
  font-size: 16px;
}
.content-section .title {
  margin: 0;
  padding: 0;
}
.content-section ul, .content-section ol {
  text-align: left;
}
.content-section ul.list, .content-section ol.list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  -moz-column-count: 4;
       column-count: 4;
  max-width: 1040px;
}
.content-section ol, .content-section .static-copy {
  max-width: 960px;
  margin: 15px auto;
  line-height: 2;
}
.content-section .content-copy {
  max-width: 1440px;
  margin: 0 auto;
  padding: 2.7777777778% 20px;
}
.content-section .static-copy {
  text-align: left;
}

.news-block {
  padding: 10px 2.0833333333%;
}
.news-block h2 {
  text-align: center;
  color: #172c62;
  font-size: 32px;
  font-family: "Arvo", serif;
}
.news-block h3 {
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  padding: 5px 0px;
}
.news-block .date {
  font-size: 12px;
}
.news-block p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: 500;
}
.news-block a {
  color: #172c62;
}
.news-block a:hover {
  text-decoration: underline;
}
.news-block a:hover img {
  transition: all 0.2s;
  opacity: 0.5;
}
.news-block .display-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.news-block .display-block > div {
  width: 23%;
  margin: 1%;
  margin-bottom: 2.0833333333%;
}

.gallery-section {
  padding: 10px 2.0833333333%;
  margin-bottom: 30px;
}
.gallery-section h2 {
  text-align: center;
  color: #172c62;
  font-size: 32px;
  font-family: "Arvo", serif;
}
.gallery-section .display-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.gallery-section .display-block > div {
  width: 24%;
  margin: 0.5%;
}

.partners-section {
  margin: 0px auto;
  border-top: 1px solid #F0F0F0;
}
.partners-section span {
  text-align: center;
  color: #172c62;
  display: block;
  font-weight: 600;
  font-size: 16px;
  padding: 10px;
  margin-top: 20px;
}
.partners-section .sponsors, .partners-section .footer-brand {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  align-items: center;
  justify-content: center;
}
.partners-section .sponsors a, .partners-section .footer-brand a {
  display: block;
  margin: 1.5%;
  width: 21%;
}
.partners-section .sponsors a img, .partners-section .footer-brand a img {
  width: 100%;
  display: block;
  transition: all 0.2s;
}
.partners-section .sponsors a:hover img, .partners-section .footer-brand a:hover img {
  transform: scale(1.05);
}
.partners-section .footer-brand {
  border-top: 1px solid #F0F0F0;
}
.partners-section .footer-brand a {
  width: 22%;
  margin: 1.5%;
}
.partners-section .footer-brand a:last-child {
  width: 72%;
}
.partners-section .footer-brand a:hover img {
  transform: scale(1);
}

.nomination-search {
  padding: 10px 20px;
  border-bottom: 1px solid #172c62;
  margin: 0 auto;
  display: block;
}
.nomination-search form {
  margin: 0 auto;
  max-width: 1080px;
  text-align: center;
}
.nomination-search form label,
.nomination-search form input[type=text],
.nomination-search form .btn {
  display: inline-block;
  vertical-align: top;
}
.nomination-search form label {
  color: #565656;
  font-weight: 500;
  padding: 12px 10px;
}
.nomination-search form input[type=text] {
  max-width: 450px;
  margin: 0;
}
.nomination-search form .btn {
  margin-left: -4px;
  border-radius: 0;
  padding: 12px;
  min-width: 165px;
}

.faq-title {
  padding: 10px 30px;
  padding-top: 13px;
  width: 100%;
  border-bottom: 1px solid #172c62;
}
.faq-title .title-head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
}
.faq-title .title-head form {
  margin-top: 0;
  width: 60%;
}
.faq-title .title-head form .group {
  position: relative;
}
.faq-title .title-head form .btn-search {
  position: absolute;
  color: #172c62;
  right: 12px;
  top: 6px;
  padding: 5px;
  font-size: 22px;
}
.faq-title .title-head form input[type=text] {
  padding-right: 44px;
}
.faq-title .title-head h2 {
  width: 40%;
}
.faq-title h2 {
  color: #172c62;
}

.faq-list {
  margin: 0px auto;
  margin-top: 20px;
  padding: 0px 30px;
  padding-bottom: 50px;
}
.faq-list > div {
  border-bottom: 2px solid #F0F0F0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.faq-list h3 {
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 20px;
  font-size: 18px;
  line-height: 1.5;
}
.faq-list h3 span {
  width: 90%;
  display: inline-block;
  vertical-align: middle;
}
.faq-list h3 i {
  font-size: 18px;
  color: #E5E5E5;
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-right: 10px;
  margin-top: 5px;
}
.faq-list h3 i.fa-chevron-up {
  color: #565656;
}
.faq-list h3.active {
  display: block;
  color: #172c62;
  background: #F9F9F9;
}
.faq-list .content {
  padding: 20px;
  color: #565656;
  display: none;
  line-height: 2;
  background: #F0F0F0;
}
.faq-list .content p {
  margin: 0;
  padding: 0;
}

.location .details {
  background: #F0F0F0;
  text-align: left;
  padding: 30px;
  border-bottom: 1px solid #E5E5E5;
}
.location .details span {
  display: block;
  margin-bottom: 15px;
}
.location .details > div {
  padding: 8px 0px;
}
.location .details i,
.location .details p,
.location .details a {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.location .details i {
  color: #172c62;
  width: 20px;
  padding-top: 6px;
  margin-right: 5px;
  font-size: 16px;
  text-align: center;
}
.location .details a {
  color: #172c62;
}

.listing {
  padding: 2.0833333333% 2.7777777778%;
}
.listing > div {
  margin: 0.6944444444% 0;
  cursor: pointer;
}
.listing > div:hover .image:after {
  opacity: 1;
}
.listing img {
  display: block;
  width: 100%;
}
.listing h6 {
  margin: 0;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: calc(9px + 0.4vw);
  background: #172c62;
  text-transform: uppercase;
}

.preloader img {
  margin: 0 auto;
  margin-bottom: 30px;
  display: block;
  width: 100px;
}

.static {
  width: 100%;
  max-width: 980px;
  line-height: 1.8;
  margin: 0 auto;
  padding: 20px;
}
.static h3 {
  font-size: 28px;
}

.header-block {
  text-align: center;
}
.header-block .col-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  align-items: center;
  text-align: left;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 20px;
}
.header-block .col-2 a {
  color: #172c62;
}
.header-block .col-2 > div {
  width: 55%;
  border-right: 1px solid #F0F0F0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  align-items: center;
  padding: 20px;
}
.header-block .col-2 > div:last-child {
  width: 45%;
  border: none;
}
.header-block .col-2 h2,
.header-block .col-2 span {
  margin: 0;
  display: block;
  width: 100%;
}
.header-block .col-2 h2 {
  margin-bottom: 5px;
}
.header-block .col-2 span {
  padding: 0;
  line-height: 1.5;
  font-size: 13px;
}
.header-block .col-2 span.date {
  font-weight: 500;
}
.header-block .col-2 .details {
  width: 60%;
}
.header-block .col-2 img {
  display: inline-block !important;
  margin: 0px;
  margin-right: 20px;
  width: 30% !important;
  max-width: 130px;
}
.header-block .col-2 p {
  font-size: 12px;
  padding: 0;
  margin: 8px 0;
  line-height: 1.6;
}
.header-block .full {
  padding: 0px 40px;
  padding-top: 60px;
}
.header-block .full img {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
.header-block > p {
  margin: 0;
  padding: 8px 20px;
  line-height: 1.6;
}
.header-block > p strong {
  font-size: 16px;
}

.payment-option {
  text-align: center;
  background: #F9F9F9;
  padding: 60px 0px;
  display: block;
}
.payment-option h2 {
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
}
.payment-option span {
  display: block;
  font-size: 16px;
  padding: 10px 5px;
}
.payment-option .btn {
  width: 100%;
  max-width: 460px;
  width: 85%;
}
.payment-option .summary {
  padding: 10px 40px;
}
.payment-option .summary p, .payment-option .summary h4 {
  margin: 0;
  padding: 0;
}
.payment-option .summary h4 {
  font-size: 18px;
  text-decoration: underline;
}
.payment-option table {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
.payment-option table thead td {
  font-weight: 700;
}
.payment-option table tr.total td {
  font-weight: 700;
  border-top: 1px solid #565656;
}
.payment-option table td {
  font-weight: 400;
  text-align: left;
}

.multiple-horses {
  background: #F9F9F9;
  margin-top: 30px;
  padding: 30px 0px;
  padding-bottom: 60px;
  text-align: center;
}
.multiple-horses .btn {
  margin-top: 40px;
  width: 100%;
  max-width: 460px;
  width: 85%;
}
.multiple-horses .title {
  font-weight: 700;
}
.multiple-horses .table {
  padding: 10px 40px;
  text-align: left;
}
.multiple-horses .row {
  display: flex;
}
.multiple-horses .row > * {
  width: calc((100% - 50px) / 3);
}
.multiple-horses .row.heading p {
  color: #a9a9a9;
}
.multiple-horses .row p {
  padding-right: 5px;
}
.multiple-horses .row p:last-child {
  padding-right: 0;
}
.multiple-horses .row p a {
  display: block;
}
.multiple-horses .row .form-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  margin-left: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.multiple-horses .row .form-checkbox:hover input ~ .checkmark {
  background-color: #172c62;
}
.multiple-horses .row .form-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.multiple-horses .row .form-checkbox input:checked ~ .checkmark {
  background-color: #172c62;
}
.multiple-horses .row .form-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.multiple-horses .row .form-checkbox input:disabled ~ .checkmark {
  background-color: black;
}
.multiple-horses .row .form-checkbox input:disabled ~ .checkmark:after {
  display: block;
}
.multiple-horses .row .form-checkbox .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}
.multiple-horses .row .form-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.contact-form {
  margin-top: 0;
}
.contact-form p {
  padding: 0;
  margin-bottom: 20px;
}
.contact-form .left {
  text-align: center;
}
.contact-form .left label {
  text-align: left;
  margin-bottom: 15px;
}
.contact-form .block-message {
  margin: 60px 0px;
}
.contact-form .fineprint {
  padding: 15px 5px;
  text-align: center;
  font-size: 10px;
}

#myslider.news-article .sidebar {
  width: 27.7777777778%;
}
#myslider.news-article #content {
  padding-left: 27.7777777778%;
}
#myslider .sidebar {
  will-change: min-height;
  position: relative;
  float: left;
  padding: 0;
  width: 36.1111111111%;
  display: block;
}
#myslider .sidebar.active {
  max-width: 320px;
}
#myslider .sidebar.active .side-nav li {
  border-bottom: none;
}
#myslider .sidebar.active .side-nav li a {
  text-transform: uppercase;
  font-weight: 400 !important;
}
#myslider .sidebar__inner {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
  position: absolute;
  width: 100%;
  display: block;
  background: #fff;
  padding-bottom: 40px;
  max-height: calc(100vh - 110px);
  overflow: scroll;
}
#myslider .sidebar__inner .details {
  padding: 10px 35px;
  line-height: 1.8;
  padding-bottom: 30px;
}
#myslider .sidebar__inner .details form {
  margin-top: 10px;
}
#myslider .sidebar__inner .details .gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
#myslider .sidebar__inner .details .gallery .img {
  width: 32%;
}
#myslider .sidebar__inner .details .gallery .img img {
  display: block;
  width: 100%;
}
#myslider .sidebar__inner .details span {
  display: block;
}
#myslider .sidebar__inner .details span a {
  color: #172c62;
}
#myslider .sidebar__inner .details span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #172c62;
}
#myslider .sidebar__inner .details span.phone:before {
  content: "\f879";
}
#myslider .sidebar__inner .details span.address:before {
  content: "\f3c5";
}
#myslider .sidebar__inner .details h6 {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
}
#myslider .sidebar__inner .side-nav.accordion li {
  position: relative;
  border-bottom: 1px solid #F0F0F0;
}
#myslider .sidebar__inner .side-nav.accordion li a {
  padding-right: 50px;
  line-height: 1.4;
}
#myslider .sidebar__inner .side-nav.accordion li a:hover, #myslider .sidebar__inner .side-nav.accordion li a.active {
  color: #565656;
  background: #F9F9F9;
}
#myslider .sidebar__inner .side-nav.accordion li a.active ~ i.fa, #myslider .sidebar__inner .side-nav.accordion li a:hover ~ i.fa {
  transition: all 0.5s !important;
  color: #565656;
}
#myslider .sidebar__inner .side-nav.accordion li a.active ~ .dropdown {
  display: block;
}
#myslider .sidebar__inner .side-nav.accordion li span {
  display: block;
  padding: 20px 30px;
  font-weight: 600;
}
#myslider .sidebar__inner .side-nav.accordion li span ~ .dropdown {
  display: block;
}
#myslider .sidebar__inner .side-nav.accordion li span ~ .dropdown li a {
  padding-left: 30px;
}
#myslider .sidebar__inner .side-nav.accordion .dropdown {
  display: none;
}
#myslider .sidebar__inner .side-nav.accordion .dropdown li {
  border: none;
}
#myslider .sidebar__inner .side-nav.accordion .dropdown li a {
  padding-left: 60px;
}
#myslider .sidebar__inner .side-nav.accordion .dropdown li a:hover {
  color: #172c62;
}
#myslider .sidebar__inner .side-nav.accordion .dropdown li a.active {
  color: #172c62;
  background: #F0F0F0;
}
#myslider .sidebar__inner .side-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#myslider .sidebar__inner .side-nav ul li {
  border-bottom: 1px solid #F0F0F0;
  position: relative;
}
#myslider .sidebar__inner .side-nav ul li a {
  display: block;
  padding: 18px 35px;
  color: #172c62;
  font-weight: 500;
}
#myslider .sidebar__inner .side-nav ul li a:hover, #myslider .sidebar__inner .side-nav ul li a.active {
  background: #E5E5E5;
}
#myslider .sidebar__inner .side-nav ul li a.active {
  font-weight: 600;
}
#myslider .sidebar__inner .side-nav ul li a.active:last-child {
  color: #fff;
  background: #172c62;
}
#myslider .sidebar__inner .side-nav ul li a.active span {
  color: #fff;
}
#myslider .sidebar__inner .side-nav ul li a.active ~ .dropdown {
  display: block;
}
#myslider .sidebar__inner .side-nav ul li a span {
  color: #565656;
  font-size: 12px;
}
#myslider .sidebar__inner .side-nav ul li i.fa {
  position: absolute;
  right: 30px;
  top: 20px;
  color: #172c62;
}
#myslider .sidebar__inner .side-nav .dropdown {
  display: none;
}
#myslider .sidebar__inner .side-nav .dropdown > li {
  border: none;
}
#myslider .sidebar__inner .side-nav .dropdown > li a {
  padding-left: 60px;
}
#myslider .sidebar__inner .side-nav .dropdown > li a:hover {
  color: #172c62;
}
#myslider .sidebar__inner .side-nav .dropdown > li a.active {
  color: #fff;
  background: #172c62;
}
#myslider .sidebar__inner .article-details {
  padding: 30px;
}
#myslider .sidebar__inner .article-details img {
  margin-top: 15px;
  max-width: 400px;
  width: 100%;
  display: block;
}
#myslider .sidebar__inner .article-details h2 {
  color: #172c62;
  font-size: 18px;
}
#myslider span.date, #myslider .shareable {
  display: inline-block;
  vertical-align: middle;
}
#myslider .shareable {
  margin-left: 15px;
  border-left: 1px solid #F0F0F0;
  padding-left: 15px;
}
#myslider .shareable span {
  margin-right: 5px;
}
#myslider .shareable a {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 3px;
}
#myslider .shareable a i.fa-facebook-square {
  color: #182F62;
}
#myslider .shareable a i.fa-twitter-square {
  color: #1CB7EB;
}
#myslider #content {
  width: 100%;
  padding-left: 36.1111111111%;
  min-height: 100vh;
  border-left: none;
}
#myslider #content .content {
  padding: 0px;
  background: #FFFFFF;
  line-height: 2;
  border: 20px solid #E5E5E5;
  min-height: 780px;
  position: relative;
}
#myslider #content .content h3 {
  margin: 0;
  padding: 0;
}
#myslider #content .content a {
  color: #172c62;
}
#myslider #content .content a.btn-register {
  position: absolute;
  right: 40px;
  top: 40px;
  min-width: 250px;
}
#myslider #content .content img {
  display: block;
  width: 100%;
}
#myslider #content .content .static-text {
  padding: 20px 30px;
}
#myslider #content .content .static-text img {
  display: block;
  width: 100%;
}
#myslider #content .content .small-listing {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 9px;
}
#myslider #content .content .listing {
  color: #000;
  background: #F0F0F0;
}
#myslider #content .content .listing h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 20px;
}
#myslider #content .content .listing ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-column-count: 3;
       column-count: 3;
}
#myslider #content .content .listing ul li {
  padding: 15px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  font-weight: 300;
  background: #172c62;
  opacity: 0.9;
  color: #fff;
}
#myslider #content .content .listing ul li strong {
  font-weight: 500;
}
#myslider #content .content .listing ul li i {
  margin-right: 8px;
}
#myslider #content .content form.filter {
  position: absolute;
  right: 40px;
  top: 0px;
}
#myslider #content .content form.filter label, #myslider #content .content form.filter .custom-select {
  display: inline-block;
  vertical-align: middle;
}
#myslider #content .content form.filter label {
  padding-top: 3px;
}
#myslider #content .content form.filter .custom-select {
  margin-left: 5px;
  width: 232px;
}
#myslider #content .content object {
  display: block;
  height: 960px;
}
#myslider #content .content .eligibility span {
  display: block;
}
#myslider #content .article-content {
  padding: 30px;
}
#myslider #content .article-content .title-bar {
  margin-bottom: 30px;
}
#myslider #content .article-content .title-bar h1 {
  margin: 0;
  padding: 0;
  font-family: "Arvo", serif;
  color: #172c62;
  font-size: calc(24px + 1vw);
  margin-bottom: 15px;
}
#myslider #content .article-content .article img {
  display: block;
  margin: 10px 0px;
  width: 100%;
  max-width: 1024px;
}
#myslider #content .article-content .article p {
  line-height: 1.8;
}
#myslider #content .article-content .controls {
  display: block;
  margin: 40px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 3px solid #F0F0F0;
}
#myslider #content .article-content .controls a {
  font-weight: 500;
  color: #172c62;
}
#myslider #content form.filter {
  position: absolute;
  right: 40px;
  top: 0px;
}
#myslider #content form.filter label, #myslider #content form.filter .custom-select {
  display: inline-block;
  vertical-align: middle;
}
#myslider #content form.filter label {
  padding-top: 3px;
}
#myslider #content form.filter .custom-select {
  margin-left: 5px;
  width: 232px;
}
#myslider #content object {
  display: block;
  height: 960px;
}
#myslider #content .block-content > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  align-items: center;
  padding: 20px;
}
#myslider #content .block-content > div img {
  padding: 0.5% 1%;
  width: 23%;
}
#myslider #content .block-content > div .details {
  padding: 0.5% 1%;
  width: 73%;
}
#myslider #content .block-content a {
  color: #f7aa1a;
}
#myslider #content .btn-another-horse {
  margin: 0px auto;
  display: block;
  text-align: center;
  padding-right: 30px;
  padding-bottom: 60px;
}
#myslider #content .btn-another-horse .btn {
  background: #F0F0F0;
  color: #000 !important;
}

.form-login {
  width: 90%;
  max-width: 600px;
  height: 86vh;
  margin: auto;
  padding-top: 60px;
}
.form-login .btn {
  display: block;
  margin: 30px auto;
  max-width: 280px;
}
.form-login h1 {
  margin: 0;
  padding: 0;
}
.form-login p {
  text-align: center;
}
.form-login p a {
  color: #172c62;
}
.form-login .form-group input {
  padding: 18px !important;
}
.form-login .form-group.password input {
  padding-right: 50px !important;
}
.form-login .toggle-password {
  bottom: 18px;
}

#lightbox {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  overflow: auto;
}
#lightbox .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: hsla(225, 0%, 0%, 0.85);
}
#lightbox .content {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 40px;
  left: 0;
  right: 0;
  width: 95%;
  max-width: 880px;
  min-height: 300px;
  margin: 0 auto;
  margin-bottom: 45px;
  text-align: center;
  background: #fff;
}
#lightbox .content:after {
  display: table;
  content: "";
  height: 70px;
  width: 100%;
  position: absolute;
  left: 0;
}
#lightbox .content > img {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 40px;
  width: 100%;
}
#lightbox .content .stallion-details {
  text-align: center;
  color: #172c62;
  padding: 40px;
  padding-bottom: 0px;
}
#lightbox .content .stallion-details i {
  color: #565656;
}
#lightbox .content .stallion-details h3 {
  font-size: 32px;
  margin: 10px auto;
  padding: 0px 15px;
}
#lightbox .content .stallion-details h4 {
  margin: 0;
  padding: 0;
}
#lightbox .content .stallion-details span {
  display: block;
  font-weight: 500;
}
#lightbox .content .stallion-details span.uppercase {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
}
#lightbox .content .stallion-details .details {
  margin: 30px 0px;
  color: #565656;
  text-align: left;
}
#lightbox .content .stallion-details .details span {
  padding: 3px 0px;
}
#lightbox .content .stallion-details .details span strong {
  color: #172c62;
  min-width: 230px;
  display: inline-block;
}
#lightbox .content .disclaimer {
  text-align: left;
  padding: 40px;
  padding-top: 0px;
}
#lightbox .content .disclaimer ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  font-size: 12px;
}
#lightbox .content .disclaimer ul li {
  padding: 3px 0px;
}
#lightbox .content .static-message {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  line-height: 1.6;
}
#lightbox .content .static-message > div {
  padding: 0px 30px;
}
#lightbox .content .btn-close {
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 400;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  text-decoration: none;
  background: #172c62;
  z-index: 99999;
}
#lightbox .content p {
  margin: 5px auto;
}
#lightbox .content .gallery-carousel {
  padding: 40px;
  position: relative;
}

.grecaptcha-badge {
  visibility: hidden;
}

.fsEmbed {
  padding: 0 !important;
  font-family: "Montserrat", sans-serif !important;
  line-height: 2 !important;
}
.fsEmbed .fsForm {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.fsEmbed img {
  margin: 0 auto !important;
}
.fsEmbed img.ui-datepicker-trigger {
  display: none !important;
}
.fsEmbed fieldset {
  padding-bottom: 25px !important;
}
.fsEmbed fieldset .fieldset-content {
  padding: 20px !important;
  padding-top: 0px !important;
}
.fsEmbed fieldset legend, .fsEmbed fieldset .fsLabel {
  padding: 20px !important;
  display: block !important;
  width: 100%;
  background: #F9F9F9;
  margin-bottom: 0 !important;
}
.fsEmbed input {
  font: initial !important;
}

.newsletter {
  padding: 40px;
}
.newsletter h2 {
  margin: 0;
  margin-bottom: 20px;
  padding: 0px 5px;
  text-transform: initial;
}
.newsletter form {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
.newsletter form input[type=text],
.newsletter form .btn {
  display: inline-block;
  width: 32%;
}
.newsletter form .btn {
  padding: 16px;
  min-width: initial;
}
.newsletter .fineprint {
  padding: 15px 5px;
  text-align: center;
  font-size: 11px;
}

.loader {
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  top: 0;
}
.loader > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
}
.loader p {
  padding: 5px;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
}
.loader img {
  display: block;
  margin: 10px auto;
  max-width: 30px !important;
}

.couponform {
  margin: 0;
}
.couponform input {
  padding: 5px 10px !important;
  width: 100%;
  max-width: 400px;
}
.couponform small#errormsg {
  color: red;
}

.alert-message {
  color: red;
  text-align: center;
}

.listing.stallions {
  padding-top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.listing.stallions > div {
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.listing.stallions .image {
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 119.2307692308%;
}
.listing.stallions .image img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.listing.stallions .year {
  position: absolute;
  bottom: 5px;
  left: 8px;
}
.listing.stallions .year span {
  background-color: #172c62;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 15px;
}

.modal-stallion {
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin: auto;
  top: 0;
  height: auto;
  background: #FFFFFF;
}
.modal-stallion > * {
  transition: width 0.5s ease;
}
.modal-stallion .left {
  width: 29.8571428571%;
  padding: 70px 40px;
}
.modal-stallion .left p {
  line-height: 2em;
  font-weight: 700;
  font-size: 1em;
  color: #565656;
}
.modal-stallion .left p span {
  font-weight: normal;
}
.modal-stallion .left .name {
  color: #172c62;
  font-size: 1.875em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0;
}
.modal-stallion .right {
  width: 70.1428571429%;
  position: relative;
  background: #F0F0F0;
  padding: 40px 75px;
}
.modal-stallion .right .close {
  position: absolute;
  top: 0;
  right: 0;
}
.modal-stallion .right .top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-stallion .right .top-content .icons {
  display: flex;
}
.modal-stallion .right .carousel img {
  width: 100%;
}
.modal-stallion .right .carousel img.full {
  display: none !important;
}
.modal-stallion .right .carousel .slick-arrow {
  cursor: pointer;
  color: #172c62;
  font-size: 2em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-stallion .right .carousel .slick-arrow.prev {
  left: -60px;
}
.modal-stallion .right .carousel .slick-arrow.next {
  right: -60px;
}
.modal-stallion.enlarge-img .left {
  width: 0;
  overflow: hidden;
  padding: 0;
  height: 0;
}
.modal-stallion.enlarge-img .right {
  width: 100%;
  padding: 0;
}
.modal-stallion.enlarge-img .right .top-content {
  padding: 0 40px;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  overflow: scroll;
}
.modal-backdrop.show {
  z-index: 999;
  opacity: 1;
}

.icon:before {
  background: url("/theme/images/default-skin.svg") 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
  display: block;
  content: "";
}
.icon.active {
  background-color: #172c62;
}
.icon.active::before {
  filter: invert(100);
}
.icon.icon-close {
  width: 44px;
  height: 44px;
  display: block;
  background-color: #172c62;
}
.icon.icon-close:before {
  background-position: 0 -44px;
  filter: invert(100);
}
.icon.icon-zoom:before {
  background-position: -88px 0;
}
.icon.icon-zoom-out:before {
  background-position: -132px 0;
}
.icon.icon-full:before {
  background-position: 0 0;
}
.icon.icon-minimize:before {
  background-position: -44px 0;
}
.icon.icon-share:before {
  background-position: -44px -44px;
}

.dashboard #myslider .slider-content {
  display: flex;
  justify-content: space-between;
}
.dashboard #myslider .slider-content:before, .dashboard #myslider .slider-content:after {
  display: none;
}
.dashboard #myslider .sidebar {
  width: 22.2222222222%;
  float: none;
  position: static !important;
}
.dashboard #myslider .sidebar__inner {
  margin-top: 50px;
  width: 100% !important;
}
.dashboard #myslider .sidebar__inner .side-nav ul li a {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.dashboard #myslider .sidebar a.active {
  font-weight: 700;
}
.dashboard #myslider .sidebar .count {
  color: #FFFFFF;
  background: #172c62;
  width: 12px;
  height: 12px;
  display: flex;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  font-size: 0.625em;
  margin-left: 5px;
}
.dashboard #myslider #content {
  width: 77.7777777778%;
  padding-left: 0;
  background: #E5E5E5;
  position: relative;
  padding: 20px;
}
.dashboard #myslider #content .content {
  padding: 30px 40px;
  height: auto;
  border: none;
  min-height: 0;
}
.dashboard #myslider #content .content h1 {
  color: #172c62;
  text-transform: uppercase;
  font-size: 1.875em;
}
.dashboard #myslider #content .content .display-details span strong {
  font-size: 18px;
}
.dashboard #myslider #content .content .profile {
  display: flex;
  margin-bottom: 40px;
}
.dashboard #myslider #content .content .profile .avatar {
  margin-right: 20px;
}
.dashboard #myslider #content .content .profile .avatar.no-image {
  background: #172c62;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #F0F0F0;
}
.dashboard #myslider #content .content .profile .avatar.no-image p {
  font-size: 3.75em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.dashboard #myslider #content .content .profile .avatar img {
  width: 100%;
  display: block;
}
.dashboard #myslider #content .content .profile .details p {
  margin: 0;
}
.dashboard #myslider #content .content .profile .details .name {
  font-size: 1.25em;
  font-weight: 700;
}
.dashboard #myslider #content .top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  position: relative;
  z-index: 1;
  background: #E5E5E5;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.dashboard #myslider #content .top-nav a {
  color: #172c62;
}
.dashboard #myslider #content .top-nav h1 {
  margin: 0;
  text-transform: uppercase;
  color: #172c62;
  font-size: 1.875em;
}
.dashboard #myslider #content .top-nav .btn {
  min-width: 180px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.dashboard #myslider #content .top-nav .invoice-number {
  margin-left: 65px;
}
.dashboard #myslider #content .top-nav .invoice-number p {
  color: #a9a9a9;
}
.dashboard #myslider #content .top-nav .invoice-number p span {
  font-weight: 700;
}
.dashboard #myslider #content .top-nav .status {
  display: flex;
  align-items: center;
  margin: auto 0 auto auto;
}
.dashboard #myslider #content .top-nav .status.invoice .payment-status {
  color: #172c62;
  text-transform: uppercase;
  font-weight: 700;
  border-right: solid 1px #a9a9a9;
  padding-right: 10px;
  margin-right: 10px;
}
.dashboard #myslider #content .top-nav .status p {
  margin: 0;
  color: #a9a9a9;
}
.dashboard #myslider #content .top-nav.notification-menu {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px 15px 50px;
}
.dashboard #myslider #content .top-nav.notification-menu + .content {
  border-top: 0;
  padding: 40px 0 0;
}
.dashboard #myslider #content .top-nav.notification-menu .left {
  display: flex;
  align-items: center;
}
.dashboard #myslider #content .top-nav.notification-menu .left .mark-all {
  border: solid 2px #a9a9a9;
  width: 24px;
  height: 24px;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.dashboard #myslider #content .top-nav.notification-menu .left .mark-all.active {
  background: #172c62;
  border-color: #172c62;
}
.dashboard #myslider #content .top-nav.notification-menu .left .mark-all.active:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFFFFF;
}
.dashboard #myslider #content .top-nav.notification-menu .left .mark-as-read,
.dashboard #myslider #content .top-nav.notification-menu .left .delete {
  margin-right: 30px;
}
.dashboard #myslider #content .top-nav.notification-menu .left .mark-as-read a,
.dashboard #myslider #content .top-nav.notification-menu .left .delete a {
  color: #a9a9a9;
  display: flex;
  align-items: center;
  line-height: 1;
}
.dashboard #myslider #content .top-nav.notification-menu .left .mark-as-read a i,
.dashboard #myslider #content .top-nav.notification-menu .left .delete a i {
  font-size: 1.25em;
  margin-right: 10px;
}
.dashboard #myslider #content .top-nav.notification-menu .right .pagination {
  color: #a9a9a9;
}
.dashboard #myslider #content .top-nav.notification-menu .right .pagination a {
  margin-right: 30px;
}
.dashboard #myslider #content .top-nav.notification-menu .right .pagination a.last {
  color: #a9a9a9;
  cursor: not-allowed;
}
.dashboard #myslider #content .top-nav.notification-menu .right .pagination a.prev {
  margin-left: 20px;
}
.dashboard #myslider #content .title {
  text-transform: none;
  font-size: 1em;
}
.dashboard #myslider #content .table-container {
  background: #F9F9F9;
}
.dashboard #myslider #content .members .table-three .row > * {
  width: calc((100% - 50px) / 2);
}
.dashboard #myslider #content .table .title {
  font-weight: 700;
  text-transform: uppercase;
}
.dashboard #myslider #content .table .row {
  display: flex;
  border-bottom: 1px solid #F0F0F0;
}
.dashboard #myslider #content .table .row > * {
  width: calc((100% - 50px) / 4);
}
.dashboard #myslider #content .table .row p:last-child {
  width: 80px;
  padding: 0;
}
.dashboard #myslider #content .table .row.heading {
  align-items: center;
}
.dashboard #myslider #content .table .row.heading p {
  color: #a9a9a9;
}
.dashboard #myslider #content .table .row.right {
  justify-content: flex-end;
  margin-top: 40px;
}
.dashboard #myslider #content .table .row.right p:last-child {
  width: auto;
  color: #a9a9a9;
}
.dashboard #myslider #content .table .row.right p:last-child span {
  color: #565656;
  font-weight: 700;
}
.dashboard #myslider #content .table .row p {
  padding-right: 5px;
}
.dashboard #myslider #content .table .row p:last-child {
  padding-right: 0;
}
.dashboard #myslider #content .table .row p a {
  display: block;
}
.dashboard #myslider #content .table.shows .row p:nth-child(2), .dashboard #myslider #content .table.stallions .row p:nth-child(2) {
  width: 14%;
}
.dashboard #myslider #content .table.shows .row p:nth-child(3), .dashboard #myslider #content .table.stallions .row p:nth-child(3) {
  width: 30%;
}
.dashboard #myslider #content .table.shows .row p:last-child, .dashboard #myslider #content .table.stallions .row p:last-child {
  width: 180px;
}
.dashboard #myslider #content .table.shows .row .show span, .dashboard #myslider #content .table.stallions .row .show span {
  display: block;
}
.dashboard #myslider #content .table.shows .row .show small, .dashboard #myslider #content .table.stallions .row .show small {
  display: block;
}
.dashboard #myslider #content .table.shows .row .show small:before, .dashboard #myslider #content .table.stallions .row .show small:before {
  content: "> ";
}
.dashboard #myslider #content .billing-details .title {
  color: #565656;
}
.dashboard #myslider #content .billing-details .row p {
  color: #565656;
}
.dashboard #myslider #content .billing-details .row p.description {
  flex: 1;
}
.dashboard #myslider #content .billing-details .row p.amount {
  text-align: right;
}
.dashboard #myslider #content #cancelBtn {
  margin-top: 30px;
}
.dashboard #myslider #content .notification-list .row.unread {
  background: #FFFFFF;
}
.dashboard #myslider #content .notification-list .row.unread .subject,
.dashboard #myslider #content .notification-list .row.unread .datetime {
  font-weight: 700;
}
.dashboard #myslider #content .notification-list .row .prev {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 30px;
  overflow: hidden;
  background: #F9F9F9;
  border-bottom: 2px solid #F0F0F0;
  cursor: pointer;
}
.dashboard #myslider #content .notification-list .row .prev p {
  margin: 0;
}
.dashboard #myslider #content .notification-list .row .prev .checkbox-container {
  position: relative;
  margin: auto 0;
}
.dashboard #myslider #content .notification-list .row .prev .checkbox-container input {
  position: absolute;
}
.dashboard #myslider #content .notification-list .row .prev .checkbox-container .mark {
  border: solid 2px #E5E5E5;
  width: 24px;
  height: 24px;
  margin-right: 30px;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
}
.dashboard #myslider #content .notification-list .row .prev .checkbox-container .mark.active {
  background: #172c62;
  border-color: #172c62;
}
.dashboard #myslider #content .notification-list .row .prev .checkbox-container .mark.active:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFFFFF;
}
.dashboard #myslider #content .notification-list .row .prev .subject {
  margin: auto auto auto 0;
  transition: all 0.2s ease;
  flex: 1;
}
.dashboard #myslider #content .notification-list .row .prev .toggle {
  color: #C4C4C4;
  margin: auto 0 auto 20px;
}
.dashboard #myslider #content .notification-list .row .prev .toggle i {
  font-size: 1.25em;
}
.dashboard #myslider #content .notification-list .row .notification-content {
  width: 100%;
  display: none;
  padding: 10px 30px;
  background: #F0F0F0;
}
.dashboard #myslider #content .form-account .avatar-container {
  width: 120px;
  height: 120px;
  background: #172c62;
  margin: auto;
  border-radius: 120px;
  border: solid 2px #C4C4C4;
  position: relative;
  margin-top: 40px;
}
.dashboard #myslider #content .form-account .avatar {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 120px;
  overflow: hidden;
}
.dashboard #myslider #content .form-account .avatar img {
  height: 100%;
  width: auto;
}
.dashboard #myslider #content .form-account .avatar p {
  color: #FFFFFF;
  font-size: 3.75em;
}
.dashboard #myslider #content .form-account .select-avatar {
  background: #f7aa1a;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
}
.dashboard #myslider #content .form-account .select-avatar i {
  line-height: 1;
  margin: 0;
  font-size: 1.125em;
}
.dashboard #myslider #content .form-account #avatar {
  height: 0;
  opacity: 0;
}
.dashboard #myslider #content .form-account .row.flex {
  display: flex;
  justify-content: space-between;
}
.dashboard #myslider #content .form-account .row.flex .form-group {
  width: 48%;
}
.dashboard #myslider #content .form-account .row.flex-3 .form-group {
  width: 30%;
}
.dashboard #myslider #content .form-account .row > .copy {
  margin-top: 30px;
  padding: 10px 0px !important;
}
.dashboard #myslider #content .form-account .btn.smaller {
  padding: 14px;
  min-width: 200px;
}
.dashboard #myslider #content .modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
  background: #F0F0F0;
  z-index: 1;
}
.dashboard #myslider #content .modal.show {
  height: 100%;
  overflow: scroll;
  padding: 20px;
}
.dashboard #myslider #content .modal p {
  color: #C4C4C4;
}
.dashboard #myslider #content .modal p span {
  color: #565656;
}
.dashboard #myslider #content .modal .modal-content {
  padding: 30px 40px;
  border-top: 0;
  border-bottom: 0;
  background: #FFFFFF;
}
.dashboard #myslider #content .modal .modal-content.gray {
  background: #F9F9F9;
}
.dashboard #myslider #content .modal .details-container {
  background: #F9F9F9;
}
.dashboard #myslider #content .modal .details-container a.btn {
  margin: 20px 0px;
}
.dashboard #myslider #content .modal .details-container .more-details .title:first-child {
  margin-top: 0;
}
.dashboard #myslider #content .modal .top-nav + .modal-content {
  padding-top: 100px;
}
.dashboard #myslider #content .modal .horse-profile {
  display: flex;
  margin-bottom: 60px;
}
.dashboard #myslider #content .modal .horse-profile .avatar {
  width: 330px;
  margin-right: 40px;
}
.dashboard #myslider #content .modal .horse-profile .avatar img {
  display: block;
  width: 100%;
}
.dashboard #myslider #content .modal .horse-profile .details h1 {
  font-size: 1.875em;
  color: #172c62;
  text-transform: uppercase;
}
.dashboard #myslider #content .modal .horse-profile .details p {
  text-align: right;
}
.dashboard #myslider #content .modal .horse-profile .details p span {
  display: inline-block;
  text-align: left;
  margin-left: 10px;
  min-width: 150px;
}
.dashboard #myslider #content .modal .more-details p {
  display: flex;
  justify-content: space-between;
}
.dashboard #myslider #content .modal .more-details p span {
  width: 75.2941176471%;
}
.dashboard #myslider #content .modal .more-details .title {
  font-weight: 700;
  color: #565656;
  margin: 40px 0 30px;
}
.dashboard #myslider #content .modal .flex {
  display: flex;
  justify-content: space-between;
}
.dashboard #myslider #content .modal .flex .customer-info {
  width: 60%;
}
.dashboard #myslider #content .modal .flex .customer-info p {
  display: flex;
  text-align: right;
  justify-content: flex-end;
  margin-bottom: 40px;
}
.dashboard #myslider #content .modal .flex .customer-info p span {
  width: 76.4705882353%;
  text-align: left;
  padding-left: 40px;
}
.dashboard #myslider #content .modal .flex .billing-info p {
  font-size: 0.875em;
}
.dashboard #myslider #content .modal .flex .billing-info .current-amount {
  color: #565656;
  text-align: right;
  margin-top: 40px;
}
.dashboard #myslider #content .modal .flex .billing-info .current-amount span {
  display: block;
  font-size: 2.5em;
  font-weight: 500;
  margin-top: 10px;
}

@media (max-width: 1680px) {
  header nav ul {
    font-size: 0.87em;
  }
  header .logo a {
    width: 285px;
    height: 25px;
  }
}
@media (max-width: 1480px) {
  header {
    padding-right: 0;
  }
  header:before {
    content: "";
    background: rgba(86, 86, 86, 0.75);
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: -1;
  }
  header.active:before {
    opacity: 2;
    z-index: auto;
    transition-delay: 0.5s;
    height: 100%;
  }
  header.active .logo {
    z-index: -1;
  }
  header.active .menu-toggle:not(.active) {
    z-index: -1;
  }
  header.active.dashboard .dashboard .menu-dashboard {
    right: 0;
  }
  header .logo {
    position: absolute;
    text-align: center;
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .menu-toggle {
    order: 0;
    display: block;
    color: #172c62;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 30px;
    height: 23px;
    top: 2px;
    left: 0;
    transition: all 0.2s ease;
    padding: 0;
  }
  header .menu-toggle .bar {
    width: 30px;
    height: 3px;
    background: #172c62;
    display: block;
    margin-bottom: 5px;
    transition: all 0.5s ease;
  }
  header .menu-toggle.active {
    visibility: none;
    cursor: default;
  }
  header .menu-toggle.active .bar {
    display: none;
    position: absolute;
    top: 10px;
    left: 0px;
    margin: auto;
  }
  header .menu-toggle.active .bar.middle {
    opacity: 0;
  }
  header .menu-toggle.active .bar.top {
    transform: rotate(45deg);
  }
  header .menu-toggle.active .bar.bottom {
    transform: rotate(-45deg);
  }
  header .menu-toggle.active + nav {
    left: 0;
  }
  header .dashboard {
    order: 2;
  }
  header .dashboard .menu-dashboard {
    position: fixed;
    list-style: none;
    background: #f7aa1a;
    right: -999px;
    top: 0;
    height: 100vh;
    width: 320px;
    padding-top: 40px;
    transition: right 0.7s ease-in-out;
    margin: 0;
    padding-left: 0;
  }
  header .dashboard .menu-dashboard a {
    color: #FFFFFF;
    padding: 20px 30px;
    display: block;
    text-transform: uppercase;
  }
  header .dashboard .menu-dashboard a:hover {
    background: #172c62;
  }
  header .dashboard .profile {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #172c62;
    color: #FFFFFF;
    padding: 23px 30px;
  }
  header .dashboard .profile:before {
    content: "";
    border: solid 1px #FFFFFF;
    border-radius: 20px;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
  }
  header .dashboard .profile.active + .menu-dashboard {
    right: 0;
  }
  header nav {
    background: #F0F0F0;
    position: fixed;
    left: -999px;
    top: 0;
    height: 100vh;
    width: 320px;
    padding-top: 60px;
    transition: left 0.7s ease-in-out;
  }
  header nav ul {
    flex-wrap: wrap;
    max-height: 100vh;
  }
  header nav ul li {
    display: block;
    order: 1;
    width: 100%;
  }
  header nav ul li:hover {
    border-bottom-color: #FFFFFF;
  }
  header nav ul li.menu-logged {
    order: 0;
    width: 100%;
  }
  header nav ul li.menu-logged:last-child {
    width: 60px;
    margin: auto 0 auto auto;
  }
  header nav ul li a {
    display: block;
    padding: 20px 35px;
  }
  header nav ul li a.notifications {
    padding-left: 30px;
  }
  header nav ul li a.notifications:after {
    content: "Notifications";
    font-family: "Montserrat", sans-serif;
    margin-left: 10px;
    color: #565656;
    font-size: 1em;
  }
  header nav ul li a.notifications:hover:after {
    color: #fff;
  }
  .dashboard #myslider .slider-content {
    flex-wrap: wrap;
  }
  .dashboard #myslider .slider-content #sidebar,
  .dashboard #myslider .slider-content #content {
    width: 100%;
  }
  .dashboard #myslider .slider-content #content .top-nav.notification-menu {
    padding-right: 5px;
    padding-left: 40px;
  }
  .dashboard #myslider .slider-content #content .top-nav.notification-menu a {
    font-size: 0;
    margin: 0;
  }
  .dashboard #myslider .slider-content #content .top-nav.notification-menu a i {
    font-size: 16px !important;
    margin: 0 !important;
  }
  .dashboard #myslider .slider-content #content .top-nav.notification-menu .left .mark-as-read {
    margin-right: 20px;
  }
  .dashboard #myslider .slider-content #content .top-nav.notification-menu .right .pagination {
    font-size: 0.75em;
    display: flex;
    align-items: center;
  }
  .dashboard #myslider .slider-content #content .top-nav.notification-menu .right .pagination a.prev {
    margin: 0 20px 0 10px;
  }
  .dashboard #myslider .slider-content #content .top-nav h1 {
    font-size: 1.25em;
  }
  .dashboard #myslider .slider-content #content .top-nav .btn {
    min-width: 0;
    padding: 10px;
  }
  .dashboard #myslider .slider-content #content .top-nav .invoice-number {
    margin-left: 20px;
  }
  .dashboard #myslider .slider-content #content .content {
    padding: 15px 20px;
  }
  .dashboard #myslider .slider-content #content .content .profile {
    flex-direction: column;
  }
  .dashboard #myslider .slider-content #content .content .profile .avatar {
    margin: 0 auto 20px;
  }
  .dashboard #myslider .slider-content #content .content .profile .details {
    width: 100%;
    text-align: center;
  }
  .dashboard #myslider .slider-content #content .content a.btn-register {
    top: 20px;
    right: 20px;
  }
  .dashboard #myslider .slider-content #content form.filter {
    right: 10px;
    top: -20px;
    font-size: 11px;
  }
  .dashboard #myslider .slider-content #content form .custom-select {
    width: 200px;
  }
  .dashboard #myslider .slider-content #content form .custom-select select {
    padding: 5px 15px;
  }
  .dashboard #myslider .slider-content #content .table.billing-details .row:not(.heading) p:last-child {
    width: 100%;
  }
  .dashboard #myslider .slider-content #content .modal .title {
    margin-top: 20px;
  }
  .dashboard #myslider .slider-content #content .modal .horse-profile {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .dashboard #myslider .slider-content #content .modal .horse-profile .avatar {
    margin: auto auto 10px;
  }
  .dashboard #myslider .slider-content #content .modal .horse-profile .details {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .dashboard #myslider .slider-content #content .modal .horse-profile .details p {
    text-align: left;
  }
  .dashboard #myslider .slider-content #content .modal .horse-profile .details p span {
    margin-left: 0s;
  }
  .dashboard #myslider .slider-content #content .modal .more-details p {
    flex-wrap: wrap;
    line-height: 1.4;
  }
  .dashboard #myslider .slider-content #content .modal .more-details p span {
    display: block;
    width: 100%;
  }
  .dashboard #myslider .slider-content #content .modal .flex .customer-info p,
  .dashboard #myslider .slider-content #content .modal .flex .billing-info p {
    justify-content: space-between;
    text-align: left;
  }
  .dashboard #myslider .slider-content #content .modal .flex .customer-info p span,
  .dashboard #myslider .slider-content #content .modal .flex .billing-info p span {
    padding: 0;
    width: auto;
    max-width: 50%;
    text-align: right;
  }
  .dashboard #myslider .slider-content #content .modal .flex .billing-info .current-amount {
    text-align: right;
  }
  .dashboard #myslider .slider-content #content .modal .flex .billing-info .current-amount span {
    margin: auto 0 auto auto;
  }
  .dashboard #myslider .slider-content #content .notification-list .row .prev {
    position: relative;
    padding: 35px 20px 10px;
  }
  .dashboard #myslider .slider-content #content .notification-list .row .prev .datetime {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #a9a9a9;
    font-size: 0.75em;
  }
  .dashboard #myslider .slider-content #content .form-account .row.flex {
    flex-wrap: wrap;
  }
  .dashboard #myslider .slider-content #content .form-account .row.flex .form-group {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .dashboard {
    font-size: 0.875em;
  }
  .dashboard #myslider #content .table.billing-details .row > * {
    width: calc((100% - 100px) / 5);
  }
  .dashboard #myslider #content .table.billing-details .row:not(.heading) p:last-child {
    width: 100px;
  }
  .dashboard #myslider #content .table .row > * {
    width: calc((100% - 30px) / 4);
  }
  .dashboard #myslider #content .table .row.right {
    text-align: right;
  }
  .dashboard #myslider #content .table .row p {
    word-break: break-word;
  }
  .dashboard #myslider #content .modal .horse-profile p span {
    display: block;
    line-height: 2;
  }
  .dashboard #myslider #content .modal .horse-profile .avatar {
    width: 60%;
  }
  .dashboard #myslider #content .modal .horse-profile .details {
    padding-left: 20px;
  }
  .dashboard #myslider #content .modal .horse-profile .details h1 {
    font-size: 1.25em;
  }
  .dashboard #myslider #content .modal .more-details p {
    align-items: center;
  }
  .dashboard #myslider #content .modal .more-details p span {
    margin: 0;
    width: 60%;
  }
}
@media (max-width: 960px) {
  .modal-stallion {
    flex-direction: column-reverse;
  }
  .modal-stallion .left,
  .modal-stallion .right {
    width: 100%;
  }
  .modal-stallion .right {
    padding: 40px;
  }
  .modal-stallion .right .carousel .slick-arrow.prev {
    left: -40px;
  }
  .modal-stallion .right .carousel .slick-arrow.next {
    right: -40px;
  }
  .main-content {
    min-height: initial;
  }
  .main-content:not(.dashboard) #myslider #sidebar {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    left: -100%;
    transition: left 0.5s ease;
    z-index: 99999;
  }
  .main-content:not(.dashboard) #myslider #sidebar.active {
    top: 60px;
    left: 0;
    overflow: scroll;
  }
  .main-content:not(.dashboard) #myslider #sidebar.active .toggle-side {
    right: 0;
    background: #2a51b5;
    border-radius: 10px 0 0 10px;
  }
  .main-content:not(.dashboard) #myslider #sidebar.active .toggle-side:before {
    content: "\f053";
  }
  .main-content:not(.dashboard) #myslider #sidebar .toggle-side {
    width: 40px;
    height: 60px;
    position: absolute;
    color: #FFFFFF;
    background: #172c62;
    top: -20%;
    bottom: 0;
    margin: auto;
    z-index: 1;
    font-size: 1.25em;
    right: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 10px 10px 0;
    border: none;
  }
  .main-content:not(.dashboard) #myslider #sidebar .toggle-side:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .main-content:not(.dashboard) #myslider #content {
    padding-left: 0;
    min-height: initial;
  }
  .main-content:not(.dashboard) #myslider #content .content {
    min-height: initial;
  }
  .main-content:not(.dashboard) #myslider #content .content .static-text {
    padding: 20px;
  }
  .dashboard #myslider #content .table.billing-details .row {
    width: 100%;
  }
  .dashboard #myslider #content .table.billing-details .row > *, .dashboard #myslider #content .table.billing-details .row:not(.heading) p:last-child {
    width: 33.3333333333%;
  }
  .dashboard #myslider #content .table.billing-details .row p.description {
    flex: none;
  }
  .dashboard #myslider #content .table .row {
    margin-bottom: 20px;
    flex-wrap: wrap;
    border-bottom: solid #F0F0F0 1px;
    text-align: center;
  }
  .dashboard #myslider #content .table .row.heading {
    display: none;
  }
  .dashboard #myslider #content .table .row p {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    text-align: right;
    padding-right: 0;
  }
  .dashboard #myslider #content .table .row p:before {
    color: #a9a9a9;
    margin-right: 10px;
    width: 60%;
    text-align: left;
  }
  .dashboard #myslider #content .table .row p.name {
    display: block;
  }
  .dashboard #myslider #content .table .row p.name:before {
    content: "Name";
    float: left;
    width: initial;
  }
  .dashboard #myslider #content .table .row p.name span, .dashboard #myslider #content .table .row p.name small {
    display: inline-block;
    text-align: right;
  }
  .dashboard #myslider #content .table .row p.name small {
    display: block;
  }
  .dashboard #myslider #content .table .row p.registration_number:before {
    content: "Registration No.";
  }
  .dashboard #myslider #content .table .row p.temporary_id:before {
    content: "Temporary ID";
  }
  .dashboard #myslider #content .table .row p.registration_type:before {
    content: "Registration Type";
  }
  .dashboard #myslider #content .table .row p.year:before {
    content: "Year";
  }
  .dashboard #myslider #content .table .row p.earnings:before {
    content: "Earnings";
  }
  .dashboard #myslider #content .table .row p.division:before {
    content: "Division";
  }
  .dashboard #myslider #content .table .row p.sex:before {
    content: "Sex";
  }
  .dashboard #myslider #content .table .row p.sire:before {
    content: "Sire";
  }
  .dashboard #myslider #content .table .row p.dam:before {
    content: "Dam";
  }
  .dashboard #myslider #content .table .row p.view {
    text-align: center;
    font-weight: 700;
    justify-content: center;
  }
  .dashboard #myslider #content .table .row p.status {
    flex-wrap: wrap;
  }
  .dashboard #myslider #content .table .row p.status:before {
    content: "Status";
  }
  .dashboard #myslider #content .table .row p.status a {
    width: 100%;
    text-align: right;
  }
  .dashboard #myslider #content .table .row p.date:before {
    content: "Date";
  }
  .dashboard #myslider #content .table .row p.invoice_number:before {
    content: "Invoice No.";
  }
  .dashboard #myslider #content .table .row p.description:before {
    content: "Description";
  }
  .dashboard #myslider #content .table .row p.amount:before {
    content: "Amount";
  }
  .dashboard #myslider #content .table .row p.standing_at:before {
    content: "Standing At";
  }
  .dashboard #myslider #content .table .row p.eligibility {
    display: block;
  }
  .dashboard #myslider #content .table .row p.eligibility:before {
    content: "Eligibility";
    float: left;
    width: initial;
  }
  .dashboard #myslider #content .table .row p.eligibility span {
    display: block;
    text-align: right;
  }
  .dashboard #myslider #content .table .row p.show:before {
    content: "Show";
    float: left;
  }
  .dashboard #myslider #content .table .row p.date_joined:before {
    content: "Date Joined";
  }
  .dashboard #myslider #content .table .row p.name_of_sire_of_foals:before {
    content: "Name of Sire of Foals";
  }
  .dashboard #myslider #content .table .row p.year_eligible:before {
    content: "Year Eligible";
  }
  .dashboard #myslider #content .table .row > * {
    width: 25%;
  }
  .dashboard #myslider #content .table .row:not(.heading) p:last-child {
    width: 100%;
  }
  .dashboard #myslider #content .table.shows .row p:nth-child(2), .dashboard #myslider #content .table.shows .row p:nth-child(3), .dashboard #myslider #content .table.shows .row p:last-child, .dashboard #myslider #content .table.stallions .row p:nth-child(2), .dashboard #myslider #content .table.stallions .row p:nth-child(3), .dashboard #myslider #content .table.stallions .row p:last-child {
    width: 100%;
  }
  .dashboard #myslider #content .table.shows .row p.show, .dashboard #myslider #content .table.stallions .row p.show {
    display: inline-block;
  }
  .dashboard #myslider #content .table.shows .row p.show span, .dashboard #myslider #content .table.stallions .row p.show span {
    display: block;
    text-align: right;
  }
  .dashboard #myslider #content .modal .flex {
    flex-wrap: wrap;
  }
  .dashboard #myslider #content .modal .flex *,
  .dashboard #myslider #content .modal .flex .customer-info {
    width: 100%;
  }
  .dashboard #myslider #content .modal .flex .billing-info p:not(.current-amount) {
    display: flex;
    text-align: right;
    justify-content: flex-end;
    margin-bottom: 40px;
  }
  .dashboard #myslider #content .modal .flex .billing-info p:not(.current-amount) span {
    width: 76.4705882353%;
    text-align: left;
    padding-left: 40px;
  }
  .gallery-section .display-block > div {
    width: 32%;
    margin: 0.5%;
  }
}
@media (max-width: 840px) {
  .nomination-search form label {
    display: block;
    padding: 5px 10px;
  }
  .nomination-search form input[type=text] {
    width: 69%;
    text-align: center;
  }
  .nomination-search form .btn {
    width: 20%;
  }
  .faq-title .title-head {
    display: block;
  }
  .faq-title .title-head form {
    width: 100%;
    margin: 0 auto;
  }
  .faq-title .title-head h2 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  header {
    padding: 0px;
  }
  header .menu-toggle {
    margin-left: 30px;
  }
  footer {
    display: block;
    padding: 20px 7.0422535211%;
    text-align: center;
  }
  footer span {
    margin-top: 10px;
    display: block;
  }
  .partners-section a {
    width: 30%;
  }
  .display-block.col-4 > div {
    width: 48%;
  }
  .display-block.col-2a > div {
    width: 100%;
  }
  .display-block.col-2a > div:last-child {
    width: 100%;
    max-width: 568px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .listing > div {
    margin: 1.3020833333% 0;
  }
  .featured-block {
    padding: 30px 0px;
  }
  .featured-block .display-block {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
  }
  .featured-block .display-block > div {
    margin-bottom: 40px;
  }
  .featured-block .display-block.box {
    display: block;
  }
  .featured-block .display-block.box > div {
    margin-bottom: 20px;
    width: 100%;
  }
  .featured-block .display-block.box > div img {
    max-width: 420px;
    width: 100%;
    padding-top: 20px;
    margin: 0px auto;
  }
  .featured-block.smaller .display-block {
    display: block;
  }
  .featured-block.smaller .display-block > div {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .featured-block.smaller .display-block .location .details {
    margin-bottom: 20px;
  }
  .contact-form p {
    text-align: center;
  }
  .form-login {
    min-height: 550px;
  }
  #myslider #content object {
    height: 700px;
  }
  .multiple-horses .table {
    padding: 10px 15px;
  }
  .multiple-horses .row {
    display: block;
    margin-bottom: 20px;
    border-bottom: 2px solid #F0F0F0;
  }
  .multiple-horses .row.heading {
    display: none;
  }
  .multiple-horses .row p {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    text-align: right;
    padding-right: 0;
  }
  .multiple-horses .row p:before {
    color: #a9a9a9;
    margin-right: 10px;
    width: 60%;
    text-align: left;
  }
  .multiple-horses .row p.name:before {
    content: "Name";
  }
  .multiple-horses .row p.registration_number:before {
    content: "Registration No.";
  }
  .multiple-horses .row p.year:before {
    content: "Year";
  }
  .multiple-horses .row p.status {
    flex-wrap: wrap;
  }
  .multiple-horses .row p.status:before {
    content: "Status";
  }
  .multiple-horses .row p.status a {
    width: 100%;
    text-align: right;
  }
  .loader > div {
    max-width: 440px;
    width: 90%;
  }
  .main-carousel .details {
    width: 85%;
  }
}
@media (max-width: 568px) {
  header .logo a {
    width: 252px;
    height: 20px;
  }
  header .menu-toggle {
    margin-left: 20px;
  }
  header nav ul li a {
    padding: 20px 25px;
  }
  .partners-section a {
    width: 42%;
  }
  .display-block {
    display: block;
  }
  .display-block.padded {
    padding: 0px 7.0422535211%;
  }
  .display-block.col-2 > div, .display-block.col-2a > div, .display-block.col-3 > div {
    width: 100%;
  }
  .display-block.col-4 {
    display: flex !important;
  }
  .display-block.col-4 > div {
    width: 48%;
  }
  .featured-block.smaller .display-block {
    padding: 20px;
  }
  .featured-block.smaller .display-block > div {
    margin-bottom: 30px;
  }
  .featured-block h2 {
    margin-top: 20px;
    font-size: 24px;
  }
  .featured-block .content {
    padding: 7.0422535211%;
  }
  .featured-block .display-block {
    display: block;
  }
  .featured-block .display-block.box {
    padding: 3.5211267606%;
  }
  .featured-block .display-block.box > div img {
    padding-top: 0px;
  }
  .featured-content .display-block .content {
    padding: 0px 7.0422535211%;
  }
  .featured-content .display-block .content p {
    font-size: 14px;
  }
  .newsletter h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .newsletter form {
    display: block;
    text-align: center;
  }
  .newsletter form input[type=text],
  .newsletter form .btn {
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
  }
  .newsletter .block-message {
    font-size: 14px;
  }
  .nomination-search form input[type=text] {
    width: 90%;
    margin-bottom: 8px;
  }
  .listing > div {
    margin: 1.7605633803% 0;
  }
  .header-block {
    text-align: center;
  }
  .header-block .col-2 > div {
    width: 100%;
    border-right: none;
    padding: 20px;
    padding-bottom: 0;
  }
  .header-block .col-2 > div:last-child {
    width: 100%;
    border: none;
    text-align: center;
    padding-bottom: 25px;
  }
  .header-block .col-2 .details {
    text-align: center;
    width: 100%;
  }
  .header-block .col-2 img {
    display: inline-block !important;
    margin: 0px auto;
    margin-bottom: 10px;
  }
  form {
    margin-top: 20px;
  }
  form input[type=text].short,
  form input[type=email].short,
  form input[type=password].short,
  form textarea.short {
    width: 100%;
  }
  form fieldset {
    background: #F9F9F9;
    border: none;
    margin: 10px 0px;
    margin-bottom: 20px;
    padding: 2.7777777778%;
  }
  form fieldset legend {
    display: contents;
    font-weight: 600;
  }
  form fieldset label {
    margin-top: 8px;
  }
  form fieldset .col-2,
  form fieldset .col-3 {
    padding: 0;
  }
  form p {
    margin: 0;
    padding: 15px 30px;
    line-height: 1.6;
  }
  form h2 {
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    padding-top: 30px;
  }
  form i {
    display: block;
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px;
  }
  form i strong {
    color: #172c62;
  }
  form .group {
    display: block;
  }
  form .group input[type=text],
  form .group textarea {
    margin-top: 5px;
    padding: 10px 18px;
  }
  form .group input[type=text] {
    margin-bottom: 10px;
  }
  form .group h2 {
    text-align: left;
    margin: 0;
    padding: 0px;
    padding-top: 20px;
  }
  form .group a {
    color: #172c62;
  }
  form .group a.btn {
    color: #fff;
  }
  form .group.price span {
    font-weight: 700;
    font-size: 16px;
  }
  form .group.price p {
    margin: 0;
    padding: 0;
  }
  form .group.price .form-checkbox {
    margin-top: 0;
  }
  form .group .subtotal {
    position: relative;
  }
  form .group .subtotal input[type=text] {
    padding-left: 30px;
  }
  form .group .fa-dollar-sign {
    position: absolute;
    top: 0px;
    left: 15px;
    font-size: 18px;
  }
  form .center {
    padding: 10px 20px;
    text-align: center;
  }
  form .center.colored, form .center.reminder, form .center.content-section {
    background: #F9F9F9;
  }
  form .center p {
    margin: 20px auto;
  }
  form .center .form-checkbox {
    display: inline-block;
  }
  form .center .btn {
    display: block;
    max-width: 300px;
    margin: 20px auto;
  }
  form .narrow .col-2.mid > .group {
    width: 100% !important;
  }
  form .full {
    padding: 5px 2.7777777778%;
  }
  form .full p {
    padding: 15px 0px;
  }
  form .col-1,
  form .col-2,
  form .col-2a,
  form .col-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    padding: 5px 2.7777777778%;
  }
  form .col-1 .group,
  form .col-2 .group,
  form .col-2a .group,
  form .col-3 .group {
    margin: 0;
    padding: 0;
  }
  form .col-2 .group {
    width: 100%;
  }
  form .col-2 .col-2 {
    padding: 0;
  }
  form .col-2 .col-2 .group {
    width: 48%;
  }
  form .col-2a {
    margin-bottom: 20px;
  }
  form .col-2a .group {
    width: 30%;
  }
  form .col-2a .group:last-child {
    width: 100%;
  }
  form .col-3 .group {
    width: 100%;
  }
  form .col-3 .col-1 {
    outline: 1px solid red;
  }
  form .col-3 .col-1 .group {
    width: 100%;
  }
  form .custom-select {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 0 !important;
    padding-left: 3px;
    border: 2px solid #F0F0F0;
    background: url("../images/arrow-down.png") #fff no-repeat 96%;
    background-size: 14px;
    width: 100%;
    margin-top: 5px;
  }
  form .custom-select select {
    background: transparent;
    padding: 10px 15px;
    padding-right: 30px;
    border: 0;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: window;
    appearance: none;
    cursor: pointer;
    overflow: hidden;
    width: 105%;
    color: #565656;
  }
  form .custom-select select option {
    padding: 5px;
    background: #fff;
    outline: none;
    border: none;
  }
  form .custom-select select:focus {
    outline: none;
  }
  form .custom-upload {
    position: relative;
    margin-top: 5px;
  }
  form .custom-upload input[type=file] {
    outline: 1px solid red;
    width: 100%;
    position: absolute;
    left: 0;
    padding: 8px;
    visibility: hidden;
  }
  form .custom-upload .filename {
    display: block;
    padding: 10px 15px;
    height: 52px;
    padding-right: 140px;
    border: 2px solid #F0F0F0;
    background: #fff;
    width: 100%;
    color: #565656;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  form .custom-upload .btn-styled {
    background: #172c62;
    width: 130px;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 500;
    padding: 12px 15px;
    cursor: pointer;
  }
  form .form-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin: 15px 0px;
    margin-bottom: 30px;
    margin-left: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  form .form-checkbox:hover input ~ .checkmark {
    background-color: #172c62;
  }
  form .form-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  form .form-checkbox input:checked ~ .checkmark {
    background-color: #172c62;
  }
  form .form-checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  form .form-checkbox .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
  }
  form .form-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
  }
  .dashboard #myslider .slider-content #content .content h1 {
    text-align: center;
    margin-bottom: 30px;
  }
  .dashboard #myslider .slider-content #content .content .profile {
    padding-bottom: 40px;
  }
  .dashboard #myslider .slider-content #content .content a.btn-register {
    min-width: initial;
    padding: 10px 15px;
    font-size: 12px;
    bottom: 30px;
    top: initial;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200px;
  }
  .dashboard #myslider .slider-content #content .content form.filter {
    top: -40px;
  }
  #lightbox .content > img {
    padding: 15px;
  }
  #lightbox .content .gallery-carousel {
    padding: 10px;
  }
  #lightbox .content .stallion-details .details span strong {
    min-width: initial;
  }
  .main-carousel .details h1 {
    font-size: calc(26px + 1vw);
  }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100% !important;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 2px solid #F0F0F0;
  border-top: 0;
  background: #fff;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 17px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 2px solid #F0F0F0;
  background-color: #fff;
  cursor: text;
  min-height: 52px;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #172c62;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #172c62;
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/*# sourceMappingURL=master.css.map */
