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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

/**
 * Add the correct font 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;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;

}

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

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

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

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

.alignnone {
  margin: 0; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 0.8em !important; }
  .alignleft img {
    vertical-align: middle; }

.alignright {
  display: inline;
  float: right;
  margin-left: 0.8em !important; }
  .alignright img {
    vertical-align: middle; }

.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto; }

@media (min-width: 992px) {
  .alignwide {
    margin-left: -150px !important;
    margin-right: -150px !important;
    max-width: 100vw; } }

@media (min-width: 992px) {
  .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw; } }

.screen-reader-text {
  border: 0;
  clip: rect(0.05em, 0.05em, 0.05em, 0.05em);
  clip-path: inset(50%);
  height: 0.05em;
  margin: -0.05em;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 0.05em;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #D7D7D7;
    border-radius: 0.2em;
    box-shadow: 0 0 0.05em 0.05em rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #5F5F5F;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    left: 0.5em;
    line-height: normal;
    padding: 1em;
    text-decoration: none;
    top: 0.5em;
    width: auto;
    z-index: 100000; }

#content[tabindex="-1"]:focus {
  outline: 0; }

.wp-block-columns {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  padding-bottom: 28px;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .wp-block-columns {
      padding-left: auto;
      padding-right: auto;
      flex-wrap: nowrap; } }
  .wp-block-columns .wp-block-column {
    flex-basis: 100%;
    margin-left: 0; }
    @media (min-width: 992px) {
      .wp-block-columns .wp-block-column {
        width: auto;
        margin-left: 32px; } }
    .wp-block-columns .wp-block-column:first-child {
      margin-left: 0; }

html, body {
  background: transparent;
  background-color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.35;
  color: #545454;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0; }

.footer-default {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0; }

.header-default {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0; }

.main-default {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0; }

.aside-primary {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }

.section-header-primary {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 24px 0;
  padding-bottom: 0;
  text-align: left;
  background-color: #FFFFFF;
  color: #96d7e7;
  font-weight: 600;
  font-size: 90%; }
  @media (min-width: 992px) {
    .section-header-primary {
      text-align: center; } }
  .section-header-primary a,
  .section-header-primary a:active,
  .section-header-primary a:focus,
  .section-header-primary a:hover {
    display: inline-block;
    color: #111111; }
  .section-header-primary .site-title {
    margin-bottom: 9px; }
    @media (min-width: 992px) {
      .section-header-primary .site-title {
        margin-bottom: 24px; } }
    .section-header-primary .site-title img {
      width: 271px; }
  .section-header-primary .primary-site img {
    width: 30px; }

.section-header-navigation {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #F7F7F7;
  color: #FFFFFF; }
  .section-header-navigation a,
  .section-header-navigation a:focus,
  .section-header-navigation a:active,
  .section-header-navigation a:hover {
    color: #FFFFFF; }
  .section-header-navigation .searchform {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px; }
    @media (min-width: 992px) {
      .section-header-navigation .searchform {
        text-align: left; } }
  .section-header-navigation .navigation-links {
    text-align: center;
    font-weight: 600; }
    @media (min-width: 992px) {
      .section-header-navigation .navigation-links {
        text-align: left; } }
    .section-header-navigation .navigation-links .custom-plugin-accordions.link {
      display: inline-block;
      text-align: center;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
      padding: 15px;
      margin-right: 9px;
      color: #FFFFFF; 
      text-decoration: none; 
      font-style: normal; }
      @media (min-width: 992px) {
        .section-header-navigation .navigation-links .custom-plugin-accordions.link {
          padding: 15px 30px; } }
      .section-header-navigation .navigation-links .custom-plugin-accordions.link:hover {
        opacity: 1; }
      .section-header-navigation .navigation-links .custom-plugin-accordions.link[data-active="true"] {
        background-color: #FFFFFF;
        color: #35627f; }
      .section-header-navigation .navigation-links .custom-plugin-accordions.link:last-of-type {
        margin-right: 0; }
      .section-header-navigation .navigation-links .custom-plugin-accordions.link img {
        display: inline-block;
        height: 36px;
        width: auto;
        margin: 0 0 6px; }
  .section-header-navigation .navigation-content {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    color: #333940; }
    .section-header-navigation .navigation-content .custom-plugin-accordions {
      display: block;
      position: relative;
      width: 100%;
      margin: 0;
      padding: 45px 0; }
      .section-header-navigation .navigation-content .custom-plugin-accordions a,
      .section-header-navigation .navigation-content .custom-plugin-accordions a:focus,
      .section-header-navigation .navigation-content .custom-plugin-accordions a:active,
      .section-header-navigation .navigation-content .custom-plugin-accordions a:hover {
        color: #1B6C92;
        text-decoration: underline;
        font-style: italic; }
      .section-header-navigation .navigation-content .custom-plugin-accordions p {
        margin: 0 0 9px;
        padding: 0; }
      .section-header-navigation .navigation-content .custom-plugin-accordions .custom-list li {
        margin-bottom: 9px; }
        .section-header-navigation .navigation-content .custom-plugin-accordions .custom-list li:last-child {
          margin-bottom: 0; }
      .section-header-navigation .navigation-content .custom-plugin-accordions .featured-item {
        text-align: center;
        margin: 18px 0 27px; }
        @media (min-width: 992px) {
          .section-header-navigation .navigation-content .custom-plugin-accordions .featured-item {
            text-align: left;
            margin: 0; } }
        .section-header-navigation .navigation-content .custom-plugin-accordions .featured-item .post-featured-image {
          display: block;
          text-align: center;
          margin: 0 0 15px; }
      .section-header-navigation .navigation-content .custom-plugin-accordions .icon-list-item {
        display: inline-block;
        vertical-align: middle; }
        .section-header-navigation .navigation-content .custom-plugin-accordions .icon-list-item img {
          width: 21px; }

.section-footer-callout {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 42px 0;
  background-color: #F7F7F7;
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  text-align: center; }
  .section-footer-callout a,
  .section-footer-callout a:active,
  .section-footer-callout a:focus,
  .section-footer-callout a:hover {
    color: #111111;
    font-style: normal }
  .section-footer-callout .call-link {
    display: block;
    margin-top: 9px; }
    .section-footer-callout .call-link img {
      width: 24px;
      vertical-align: middle; }
    @media (min-width: 992px) {
      .section-footer-callout .call-link {
        display: inline-block;
        margin-left: 60px;
        margin-top: 0; } }
  .section-footer-callout p {
    margin: 0;
    padding: 0; }

.section-footer-legal {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 39px 0;
  background-color: #545454;
  color: #FFFFFF;
  text-align: center;
  font-size: 90%; }
  .section-footer-legal a,
  .section-footer-legal a:active,
  .section-footer-legal a:focus,
  .section-footer-legal a:hover {
    color: #FFFFFF;
    text-decoration: underline; }

.section-footer-articles {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 63px 0 42px;
  background-color: #F0F0F0; }
  .section-footer-articles .articles-title {
    text-align: left;
    margin: 0 0 30px;
    font-size: 28px; }

.section-main-page {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0px 0;
  text-align: left;
  background-color: #fff; }
  .section-main-page .push-page-top {
    margin-top: -45px; }
  .section-main-page .push-up-60 {
    margin-top: -60px; }
  .section-main-page .push-up-30 {
    margin-top: -30px; }
  .section-main-page .push-up-15 {
    margin-top: -15px; }
  .section-main-page .custom-plugin-isotope.isotope-container.isotope-container-default .custom-plugin-isotope.item {
    width: 290px; }
  .section-main-page .custom-plugin-isotope.isotope-container.isotope-container-default .isotope-item-column-width {
    width: 290px; }
  .section-main-page .custom-plugin-isotope.half .custom-plugin-isotope.isotope-container.isotope-container-default .custom-plugin-isotope.item {
    width: 450px; }
  .section-main-page .custom-plugin-isotope.half .custom-plugin-isotope.isotope-container.isotope-container-default .isotope-item-column-width {
    width: 450px; }
  .section-main-page .custom-post-featured-image {
    text-align: center; }
  .section-main-page .home-accordion-link {
    width: calc(100% - 24px);
    padding: 0 24px 27px;
    margin: 145px 12px 0;
    background: #F0F0F0; }
    .section-main-page .home-accordion-link[data-active="true"] {
      border-bottom: 4px solid #009fc7; }
    .section-main-page .home-accordion-link .home-circle-image {
      display: inline-block;
      position: relative;
      width: 290px;
      max-width: 290px;
      min-width: 290px;
      height: 290px;
      border-radius: 50%;
      overflow: hidden;
      margin: -145px 0 0 -36px;
      padding: 0;
      z-index: 0;
      box-shadow: 0px 5px 10px #0000003B; }
      .section-main-page .home-accordion-link .home-circle-image img {
        position: absolute;
        top: 75%;
        left: 50%;
        min-width: 200%;
        min-height: 200%;
        width: auto;
        height: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        z-index: -1; }
  .section-main-page .hide-prevnext .slick-prev {
    opacity: 0; }
  .section-main-page .hide-prevnext .slick-next {
    opacity: 0; }

.section-main-post {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  text-align: left;
  background-color: #fff; }
  .section-main-post .push-page-top {
    margin-top: -45px; }
  .section-main-post .push-up-60 {
    margin-top: -60px; }
  .section-main-post .push-up-30 {
    margin-top: -30px; }
  .section-main-post .push-up-15 {
    margin-top: -15px; }
  .section-main-post .custom-plugin-isotope.isotope-container.isotope-container-default .custom-plugin-isotope.item {
    width: 290px; }
    .section-main-post .custom-plugin-isotope.isotope-container.isotope-container-default .custom-plugin-isotope.item.half {
      width: 465px; }
  .section-main-post .custom-plugin-isotope.isotope-container.isotope-container-default .isotope-item-column-width {
    width: 290px; }
  .section-main-post .custom-plugin-isotope.half .custom-plugin-isotope.isotope-container.isotope-container-default .custom-plugin-isotope.item {
    width: 450px; }
  .section-main-post .custom-plugin-isotope.half .custom-plugin-isotope.isotope-container.isotope-container-default .isotope-item-column-width {
    width: 450px; }
  .section-main-post .custom-post-featured-image {
    text-align: center; }
  .section-main-post .hide-prevnext .slick-prev {
    opacity: 0; }
  .section-main-post .hide-prevnext .slick-next {
    opacity: 0; }

.section-main-product {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  text-align: left;
  background-color: #fff; }

.archive-content {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0; }
  .archive-content .post-header {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0; }
    .archive-content .post-header .post-featured-image {
      display: inline-block;
      width: 100%;
      margin: 0 0 9px;
      padding: 0; }
      .archive-content .post-header .post-featured-image img {
        display: inline-block;
        width: 100%;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px; }
    .archive-content .post-header .post-date {
      display: inline-block;
      margin: 0;
      padding: 0;
      font-size: 14px; }
      @media (min-width: 992px) {
        .archive-content .post-header .post-date {
          display: inline-block; } }
    .archive-content .post-header .post-type {
      display: inline-block;
      margin: 0;
      padding: 0;
      font-size: 14px; }
      @media (min-width: 992px) {
        .archive-content .post-header .post-type {
          display: inline-block; } }
    .archive-content .post-header .post-taxonomy {
      display: inline-block;
      margin: 0;
      padding: 0;
      font-size: 14px; }
      @media (min-width: 992px) {
        .archive-content .post-header .post-taxonomy {
          display: inline-block; } }
      @media (min-width: 992px) {
        .archive-content .post-header .post-taxonomy .taxonomy-list:before {
          content: "/";
          display: inline-block;
          margin: 0 6px;
          padding: 0; } }
    .archive-content .post-header .post-title {
      display: inline-block;
      width: 100%;
      margin: 0;
      padding: 0;
      font-size: 14px; }
  .archive-content .post-excerpt {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0; }

.archive-header {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  padding: 0; }
  .archive-header .archive-title {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center; }
  .archive-header .archive-excerpt {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center; }

.aside-widget {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 15px 0; }
  .aside-widget.sidebar-toolbox .sidebar-toolbox-title {
    display: inline-block;
    background-color: #004261;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 21px 0;
    font-weight: 400; }
  .aside-widget.sidebar-toolbox .sidebar-toolbox-content {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #D7D7D7; }
    .aside-widget.sidebar-toolbox .sidebar-toolbox-content .sidebar-toolbox-content-item {
      display: inline-block;
      width: 100%;
      margin: 0;
      padding: 15px;
      border-bottom: 1px solid #D7D7D7; }
      .aside-widget.sidebar-toolbox .sidebar-toolbox-content .sidebar-toolbox-content-item:last-of-type {
        border: 0; }

b,
strong {
  font-weight: 700; }

.wp-block-button__link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  display: inline-block;
  position: relative;
  background: transparent;
  background-color: #111111;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  outline-style: solid;
  outline-color: #111111
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 9px 21px;
  border: none;	
  border-radius: 50px;	
  cursor: hand;
  cursor: pointer;
  -webkit-transition: all 50ms ease-in-out;
  -moz-transition: all 50ms ease-in-out;
  -ms-transition: all 50ms ease-in-out;
  -o-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out; }
  .wp-block-button__link:hover, .wp-block-button__link:focus,
  button:hover,
  button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  .button:hover,
  .button:focus {
	background-color: #DE3341;
	opacity: 1;
	color: #FFFFFF !important;
    text-decoration: none !important; }
  .wp-block-button__link:disabled,
  button:disabled,
  input[type="button"]:disabled,
  input[type="reset"]:disabled,
  input[type="submit"]:disabled,
  .button:disabled {
    background-color: #DE3341;
	opacity: 1;
	text-decoration: none;
	cursor: not-allowed; }
  .wp-block-button__link.button-lg, .wp-block-button__link.button-large,
  button.button-lg,
  button.button-large,
  input[type="button"].button-lg,
  input[type="button"].button-large,
  input[type="reset"].button-lg,
  input[type="reset"].button-large,
  input[type="submit"].button-lg,
  input[type="submit"].button-large,
  .button.button-lg,
  .button.button-large {
    padding: 15px 30px; }
  .wp-block-button__link.button-sm, .wp-block-button__link.button-small,
  button.button-sm,
  button.button-small,
  input[type="button"].button-sm,
  input[type="button"].button-small,
  input[type="reset"].button-sm,
  input[type="reset"].button-small,
  input[type="submit"].button-sm,
  input[type="submit"].button-small,
  .button.button-sm,
  .button.button-small {
    padding: 5px 12px; }
  .wp-block-button__link.button-wide,
  button.button-wide,
  input[type="button"].button-wide,
  input[type="reset"].button-wide,
  input[type="submit"].button-wide,
  .button.button-wide {
    width: 100%; }
    @media (min-width: 992px) {
      .wp-block-button__link.button-wide,
      button.button-wide,
      input[type="button"].button-wide,
      input[type="reset"].button-wide,
      input[type="submit"].button-wide,
      .button.button-wide {
        width: auto;
        padding-left: 30px;
        padding-right: 30px; } }
  .wp-block-button__link.button-full,
  button.button-full,
  input[type="button"].button-full,
  input[type="reset"].button-full,
  input[type="submit"].button-full,
  .button.button-full {
    width: 100%; }
  .wp-block-button__link.no-style,
  button.no-style,
  input[type="button"].no-style,
  input[type="reset"].no-style,
  input[type="submit"].no-style,
  .button.no-style {
    border: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    background-color: transparent;
    color: #009fc7; }
  .wp-block-button__link.button-white,
  button.button-white,
  input[type="button"].button-white,
  input[type="reset"].button-white,
  input[type="submit"].button-white,
  .button.button-white {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    color: #878A8C; }
    .wp-block-button__link.button-white:hover,
    .wp-block-button__link.button-white *:focus,
    button.button-white:hover,
    button.button-white *:focus,
    input[type="button"].button-white:hover,
    input[type="button"].button-white *:focus,
    input[type="reset"].button-white:hover,
    input[type="reset"].button-white *:focus,
    input[type="submit"].button-white:hover,
    input[type="submit"].button-white *:focus,
    .button.button-white:hover,
    .button.button-white *:focus {
      border-color: #FFFFFF;
      background-color: #FFFFFF;
      color: #878A8C; }
  .wp-block-button__link.button-white-border, .wp-block-button__link.button-white-outline,
  button.button-white-border,
  button.button-white-outline,
  input[type="button"].button-white-border,
  input[type="button"].button-white-outline,
  input[type="reset"].button-white-border,
  input[type="reset"].button-white-outline,
  input[type="submit"].button-white-border,
  input[type="submit"].button-white-outline,
  .button.button-white-border,
  .button.button-white-outline {
    border-color: #FFFFFF;
    background-color: transparent;
    color: #FFFFFF; }
    .wp-block-button__link.button-white-border:hover,
    .wp-block-button__link.button-white-border *:focus, .wp-block-button__link.button-white-outline:hover,
    .wp-block-button__link.button-white-outline *:focus,
    button.button-white-border:hover,
    button.button-white-border *:focus,
    button.button-white-outline:hover,
    button.button-white-outline *:focus,
    input[type="button"].button-white-border:hover,
    input[type="button"].button-white-border *:focus,
    input[type="button"].button-white-outline:hover,
    input[type="button"].button-white-outline *:focus,
    input[type="reset"].button-white-border:hover,
    input[type="reset"].button-white-border *:focus,
    input[type="reset"].button-white-outline:hover,
    input[type="reset"].button-white-outline *:focus,
    input[type="submit"].button-white-border:hover,
    input[type="submit"].button-white-border *:focus,
    input[type="submit"].button-white-outline:hover,
    input[type="submit"].button-white-outline *:focus,
    .button.button-white-border:hover,
    .button.button-white-border *:focus,
    .button.button-white-outline:hover,
    .button.button-white-outline *:focus {
      border-color: #FFFFFF;
      background-color: transparent;
      color: #FFFFFF; }
  .wp-block-button__link.button-black,
  button.button-black,
  input[type="button"].button-black,
  input[type="reset"].button-black,
  input[type="submit"].button-black,
  .button.button-black {
    border-color: #000000;
    background-color: #000000;
    color: #FFFFFF; }
    .wp-block-button__link.button-black:hover,
    .wp-block-button__link.button-black *:focus,
    button.button-black:hover,
    button.button-black *:focus,
    input[type="button"].button-black:hover,
    input[type="button"].button-black *:focus,
    input[type="reset"].button-black:hover,
    input[type="reset"].button-black *:focus,
    input[type="submit"].button-black:hover,
    input[type="submit"].button-black *:focus,
    .button.button-black:hover,
    .button.button-black *:focus {
      border-color: #000000;
      background-color: #000000;
      color: #FFFFFF; }
  .wp-block-button__link.button-black-border, .wp-block-button__link.button-black-outline,
  button.button-black-border,
  button.button-black-outline,
  input[type="button"].button-black-border,
  input[type="button"].button-black-outline,
  input[type="reset"].button-black-border,
  input[type="reset"].button-black-outline,
  input[type="submit"].button-black-border,
  input[type="submit"].button-black-outline,
  .button.button-black-border,
  .button.button-black-outline {
    border-color: #000000;
    background-color: transparent;
    color: #000000; }
    .wp-block-button__link.button-black-border:hover,
    .wp-block-button__link.button-black-border *:focus, .wp-block-button__link.button-black-outline:hover,
    .wp-block-button__link.button-black-outline *:focus,
    button.button-black-border:hover,
    button.button-black-border *:focus,
    button.button-black-outline:hover,
    button.button-black-outline *:focus,
    input[type="button"].button-black-border:hover,
    input[type="button"].button-black-border *:focus,
    input[type="button"].button-black-outline:hover,
    input[type="button"].button-black-outline *:focus,
    input[type="reset"].button-black-border:hover,
    input[type="reset"].button-black-border *:focus,
    input[type="reset"].button-black-outline:hover,
    input[type="reset"].button-black-outline *:focus,
    input[type="submit"].button-black-border:hover,
    input[type="submit"].button-black-border *:focus,
    input[type="submit"].button-black-outline:hover,
    input[type="submit"].button-black-outline *:focus,
    .button.button-black-border:hover,
    .button.button-black-border *:focus,
    .button.button-black-outline:hover,
    .button.button-black-outline *:focus {
      border-color: #000000;
      background-color: transparent;
      color: #000000; }
  .wp-block-button__link.button-grey,
  button.button-grey,
  input[type="button"].button-grey,
  input[type="reset"].button-grey,
  input[type="submit"].button-grey,
  .button.button-grey {
    border-color: #878A8C;
    background-color: #878A8C;
    color: #FFFFFF; }
    .wp-block-button__link.button-grey:hover,
    .wp-block-button__link.button-grey *:focus,
    button.button-grey:hover,
    button.button-grey *:focus,
    input[type="button"].button-grey:hover,
    input[type="button"].button-grey *:focus,
    input[type="reset"].button-grey:hover,
    input[type="reset"].button-grey *:focus,
    input[type="submit"].button-grey:hover,
    input[type="submit"].button-grey *:focus,
    .button.button-grey:hover,
    .button.button-grey *:focus {
      border-color: #878A8C;
      background-color: #878A8C;
      color: #FFFFFF; }
  .wp-block-button__link.button-grey-border, .wp-block-button__link.button-grey-outline,
  button.button-grey-border,
  button.button-grey-outline,
  input[type="button"].button-grey-border,
  input[type="button"].button-grey-outline,
  input[type="reset"].button-grey-border,
  input[type="reset"].button-grey-outline,
  input[type="submit"].button-grey-border,
  input[type="submit"].button-grey-outline,
  .button.button-grey-border,
  .button.button-grey-outline {
    border-color: #878A8C;
    background-color: transparent;
    color: #878A8C; }
    .wp-block-button__link.button-grey-border:hover,
    .wp-block-button__link.button-grey-border *:focus, .wp-block-button__link.button-grey-outline:hover,
    .wp-block-button__link.button-grey-outline *:focus,
    button.button-grey-border:hover,
    button.button-grey-border *:focus,
    button.button-grey-outline:hover,
    button.button-grey-outline *:focus,
    input[type="button"].button-grey-border:hover,
    input[type="button"].button-grey-border *:focus,
    input[type="button"].button-grey-outline:hover,
    input[type="button"].button-grey-outline *:focus,
    input[type="reset"].button-grey-border:hover,
    input[type="reset"].button-grey-border *:focus,
    input[type="reset"].button-grey-outline:hover,
    input[type="reset"].button-grey-outline *:focus,
    input[type="submit"].button-grey-border:hover,
    input[type="submit"].button-grey-border *:focus,
    input[type="submit"].button-grey-outline:hover,
    input[type="submit"].button-grey-outline *:focus,
    .button.button-grey-border:hover,
    .button.button-grey-border *:focus,
    .button.button-grey-outline:hover,
    .button.button-grey-outline *:focus {
      border-color: #878A8C;
      background-color: transparent;
      color: #878A8C; }
  .wp-block-button__link.button-light-grey,
  button.button-light-grey,
  input[type="button"].button-light-grey,
  input[type="reset"].button-light-grey,
  input[type="submit"].button-light-grey,
  .button.button-light-grey {
    border-color: #D7D7D7;
    background-color: #D7D7D7;
    color: #878A8C; }
    .wp-block-button__link.button-light-grey:hover,
    .wp-block-button__link.button-light-grey *:focus,
    button.button-light-grey:hover,
    button.button-light-grey *:focus,
    input[type="button"].button-light-grey:hover,
    input[type="button"].button-light-grey *:focus,
    input[type="reset"].button-light-grey:hover,
    input[type="reset"].button-light-grey *:focus,
    input[type="submit"].button-light-grey:hover,
    input[type="submit"].button-light-grey *:focus,
    .button.button-light-grey:hover,
    .button.button-light-grey *:focus {
      border-color: #D7D7D7;
      background-color: #D7D7D7;
      color: #878A8C; }
  .wp-block-button__link.button-light-grey-border, .wp-block-button__link.button-light-grey-outline,
  button.button-light-grey-border,
  button.button-light-grey-outline,
  input[type="button"].button-light-grey-border,
  input[type="button"].button-light-grey-outline,
  input[type="reset"].button-light-grey-border,
  input[type="reset"].button-light-grey-outline,
  input[type="submit"].button-light-grey-border,
  input[type="submit"].button-light-grey-outline,
  .button.button-light-grey-border,
  .button.button-light-grey-outline {
    border-color: #D7D7D7;
    background-color: transparent;
    color: #D7D7D7; }
    .wp-block-button__link.button-light-grey-border:hover,
    .wp-block-button__link.button-light-grey-border *:focus, .wp-block-button__link.button-light-grey-outline:hover,
    .wp-block-button__link.button-light-grey-outline *:focus,
    button.button-light-grey-border:hover,
    button.button-light-grey-border *:focus,
    button.button-light-grey-outline:hover,
    button.button-light-grey-outline *:focus,
    input[type="button"].button-light-grey-border:hover,
    input[type="button"].button-light-grey-border *:focus,
    input[type="button"].button-light-grey-outline:hover,
    input[type="button"].button-light-grey-outline *:focus,
    input[type="reset"].button-light-grey-border:hover,
    input[type="reset"].button-light-grey-border *:focus,
    input[type="reset"].button-light-grey-outline:hover,
    input[type="reset"].button-light-grey-outline *:focus,
    input[type="submit"].button-light-grey-border:hover,
    input[type="submit"].button-light-grey-border *:focus,
    input[type="submit"].button-light-grey-outline:hover,
    input[type="submit"].button-light-grey-outline *:focus,
    .button.button-light-grey-border:hover,
    .button.button-light-grey-border *:focus,
    .button.button-light-grey-outline:hover,
    .button.button-light-grey-outline *:focus {
      border-color: #D7D7D7;
      background-color: transparent;
      color: #D7D7D7; }
  .wp-block-button__link.button-very-light-grey,
  button.button-very-light-grey,
  input[type="button"].button-very-light-grey,
  input[type="reset"].button-very-light-grey,
  input[type="submit"].button-very-light-grey,
  .button.button-very-light-grey {
    border-color: #F0F0F0;
    background-color: #F0F0F0;
    color: #878A8C; }
    .wp-block-button__link.button-very-light-grey:hover,
    .wp-block-button__link.button-very-light-grey *:focus,
    button.button-very-light-grey:hover,
    button.button-very-light-grey *:focus,
    input[type="button"].button-very-light-grey:hover,
    input[type="button"].button-very-light-grey *:focus,
    input[type="reset"].button-very-light-grey:hover,
    input[type="reset"].button-very-light-grey *:focus,
    input[type="submit"].button-very-light-grey:hover,
    input[type="submit"].button-very-light-grey *:focus,
    .button.button-very-light-grey:hover,
    .button.button-very-light-grey *:focus {
      border-color: #F0F0F0;
      background-color: #F0F0F0;
      color: #878A8C; }
  .wp-block-button__link.button-very-light-grey-border, .wp-block-button__link.button-very-light-grey-outline,
  button.button-very-light-grey-border,
  button.button-very-light-grey-outline,
  input[type="button"].button-very-light-grey-border,
  input[type="button"].button-very-light-grey-outline,
  input[type="reset"].button-very-light-grey-border,
  input[type="reset"].button-very-light-grey-outline,
  input[type="submit"].button-very-light-grey-border,
  input[type="submit"].button-very-light-grey-outline,
  .button.button-very-light-grey-border,
  .button.button-very-light-grey-outline {
    border-color: #F0F0F0;
    background-color: transparent;
    color: #F0F0F0; }
    .wp-block-button__link.button-very-light-grey-border:hover,
    .wp-block-button__link.button-very-light-grey-border *:focus, .wp-block-button__link.button-very-light-grey-outline:hover,
    .wp-block-button__link.button-very-light-grey-outline *:focus,
    button.button-very-light-grey-border:hover,
    button.button-very-light-grey-border *:focus,
    button.button-very-light-grey-outline:hover,
    button.button-very-light-grey-outline *:focus,
    input[type="button"].button-very-light-grey-border:hover,
    input[type="button"].button-very-light-grey-border *:focus,
    input[type="button"].button-very-light-grey-outline:hover,
    input[type="button"].button-very-light-grey-outline *:focus,
    input[type="reset"].button-very-light-grey-border:hover,
    input[type="reset"].button-very-light-grey-border *:focus,
    input[type="reset"].button-very-light-grey-outline:hover,
    input[type="reset"].button-very-light-grey-outline *:focus,
    input[type="submit"].button-very-light-grey-border:hover,
    input[type="submit"].button-very-light-grey-border *:focus,
    input[type="submit"].button-very-light-grey-outline:hover,
    input[type="submit"].button-very-light-grey-outline *:focus,
    .button.button-very-light-grey-border:hover,
    .button.button-very-light-grey-border *:focus,
    .button.button-very-light-grey-outline:hover,
    .button.button-very-light-grey-outline *:focus {
      border-color: #F0F0F0;
      background-color: transparent;
      color: #F0F0F0; }
  .wp-block-button__link.button-red,
  button.button-red,
  input[type="button"].button-red,
  input[type="reset"].button-red,
  input[type="submit"].button-red,
  .button.button-red {
    border-color: #DD3333;
    background-color: #DD3333;
    color: #FFFFFF; }
    .wp-block-button__link.button-red:hover,
    .wp-block-button__link.button-red *:focus,
    button.button-red:hover,
    button.button-red *:focus,
    input[type="button"].button-red:hover,
    input[type="button"].button-red *:focus,
    input[type="reset"].button-red:hover,
    input[type="reset"].button-red *:focus,
    input[type="submit"].button-red:hover,
    input[type="submit"].button-red *:focus,
    .button.button-red:hover,
    .button.button-red *:focus {
      border-color: #DD3333;
      background-color: #DD3333;
      color: #FFFFFF; }
  .wp-block-button__link.button-red-border, .wp-block-button__link.button-red-outline,
  button.button-red-border,
  button.button-red-outline,
  input[type="button"].button-red-border,
  input[type="button"].button-red-outline,
  input[type="reset"].button-red-border,
  input[type="reset"].button-red-outline,
  input[type="submit"].button-red-border,
  input[type="submit"].button-red-outline,
  .button.button-red-border,
  .button.button-red-outline {
    border-color: #DD3333;
    background-color: transparent;
    color: #DD3333; }
    .wp-block-button__link.button-red-border:hover,
    .wp-block-button__link.button-red-border *:focus, .wp-block-button__link.button-red-outline:hover,
    .wp-block-button__link.button-red-outline *:focus,
    button.button-red-border:hover,
    button.button-red-border *:focus,
    button.button-red-outline:hover,
    button.button-red-outline *:focus,
    input[type="button"].button-red-border:hover,
    input[type="button"].button-red-border *:focus,
    input[type="button"].button-red-outline:hover,
    input[type="button"].button-red-outline *:focus,
    input[type="reset"].button-red-border:hover,
    input[type="reset"].button-red-border *:focus,
    input[type="reset"].button-red-outline:hover,
    input[type="reset"].button-red-outline *:focus,
    input[type="submit"].button-red-border:hover,
    input[type="submit"].button-red-border *:focus,
    input[type="submit"].button-red-outline:hover,
    input[type="submit"].button-red-outline *:focus,
    .button.button-red-border:hover,
    .button.button-red-border *:focus,
    .button.button-red-outline:hover,
    .button.button-red-outline *:focus {
      border-color: #DD3333;
      background-color: transparent;
      color: #DD3333; }
  .wp-block-button__link.button-yellow,
  button.button-yellow,
  input[type="button"].button-yellow,
  input[type="reset"].button-yellow,
  input[type="submit"].button-yellow,
  .button.button-yellow {
    border-color: #EEEE22;
    background-color: #EEEE22;
    color: #FFFFFF; }
    .wp-block-button__link.button-yellow:hover,
    .wp-block-button__link.button-yellow *:focus,
    button.button-yellow:hover,
    button.button-yellow *:focus,
    input[type="button"].button-yellow:hover,
    input[type="button"].button-yellow *:focus,
    input[type="reset"].button-yellow:hover,
    input[type="reset"].button-yellow *:focus,
    input[type="submit"].button-yellow:hover,
    input[type="submit"].button-yellow *:focus,
    .button.button-yellow:hover,
    .button.button-yellow *:focus {
      border-color: #EEEE22;
      background-color: #EEEE22;
      color: #FFFFFF; }
  .wp-block-button__link.button-yellow-border, .wp-block-button__link.button-yellow-outline,
  button.button-yellow-border,
  button.button-yellow-outline,
  input[type="button"].button-yellow-border,
  input[type="button"].button-yellow-outline,
  input[type="reset"].button-yellow-border,
  input[type="reset"].button-yellow-outline,
  input[type="submit"].button-yellow-border,
  input[type="submit"].button-yellow-outline,
  .button.button-yellow-border,
  .button.button-yellow-outline {
    border-color: #EEEE22;
    background-color: transparent;
    color: #EEEE22; }
    .wp-block-button__link.button-yellow-border:hover,
    .wp-block-button__link.button-yellow-border *:focus, .wp-block-button__link.button-yellow-outline:hover,
    .wp-block-button__link.button-yellow-outline *:focus,
    button.button-yellow-border:hover,
    button.button-yellow-border *:focus,
    button.button-yellow-outline:hover,
    button.button-yellow-outline *:focus,
    input[type="button"].button-yellow-border:hover,
    input[type="button"].button-yellow-border *:focus,
    input[type="button"].button-yellow-outline:hover,
    input[type="button"].button-yellow-outline *:focus,
    input[type="reset"].button-yellow-border:hover,
    input[type="reset"].button-yellow-border *:focus,
    input[type="reset"].button-yellow-outline:hover,
    input[type="reset"].button-yellow-outline *:focus,
    input[type="submit"].button-yellow-border:hover,
    input[type="submit"].button-yellow-border *:focus,
    input[type="submit"].button-yellow-outline:hover,
    input[type="submit"].button-yellow-outline *:focus,
    .button.button-yellow-border:hover,
    .button.button-yellow-border *:focus,
    .button.button-yellow-outline:hover,
    .button.button-yellow-outline *:focus {
      border-color: #EEEE22;
      background-color: transparent;
      color: #EEEE22; }
  .wp-block-button__link.button-orange,
  button.button-orange,
  input[type="button"].button-orange,
  input[type="reset"].button-orange,
  input[type="submit"].button-orange,
  .button.button-orange {
    border-color: #DD9933;
    background-color: #DD9933;
    color: #FFFFFF; }
    .wp-block-button__link.button-orange:hover,
    .wp-block-button__link.button-orange *:focus,
    button.button-orange:hover,
    button.button-orange *:focus,
    input[type="button"].button-orange:hover,
    input[type="button"].button-orange *:focus,
    input[type="reset"].button-orange:hover,
    input[type="reset"].button-orange *:focus,
    input[type="submit"].button-orange:hover,
    input[type="submit"].button-orange *:focus,
    .button.button-orange:hover,
    .button.button-orange *:focus {
      border-color: #DD9933;
      background-color: #DD9933;
      color: #FFFFFF; }
  .wp-block-button__link.button-orange-border, .wp-block-button__link.button-orange-outline,
  button.button-orange-border,
  button.button-orange-outline,
  input[type="button"].button-orange-border,
  input[type="button"].button-orange-outline,
  input[type="reset"].button-orange-border,
  input[type="reset"].button-orange-outline,
  input[type="submit"].button-orange-border,
  input[type="submit"].button-orange-outline,
  .button.button-orange-border,
  .button.button-orange-outline {
    border-color: #DD9933;
    background-color: transparent;
    color: #DD9933; }
    .wp-block-button__link.button-orange-border:hover,
    .wp-block-button__link.button-orange-border *:focus, .wp-block-button__link.button-orange-outline:hover,
    .wp-block-button__link.button-orange-outline *:focus,
    button.button-orange-border:hover,
    button.button-orange-border *:focus,
    button.button-orange-outline:hover,
    button.button-orange-outline *:focus,
    input[type="button"].button-orange-border:hover,
    input[type="button"].button-orange-border *:focus,
    input[type="button"].button-orange-outline:hover,
    input[type="button"].button-orange-outline *:focus,
    input[type="reset"].button-orange-border:hover,
    input[type="reset"].button-orange-border *:focus,
    input[type="reset"].button-orange-outline:hover,
    input[type="reset"].button-orange-outline *:focus,
    input[type="submit"].button-orange-border:hover,
    input[type="submit"].button-orange-border *:focus,
    input[type="submit"].button-orange-outline:hover,
    input[type="submit"].button-orange-outline *:focus,
    .button.button-orange-border:hover,
    .button.button-orange-border *:focus,
    .button.button-orange-outline:hover,
    .button.button-orange-outline *:focus {
      border-color: #DD9933;
      background-color: transparent;
      color: #DD9933; }
  .wp-block-button__link.button-blue,
  button.button-blue,
  input[type="button"].button-blue,
  input[type="reset"].button-blue,
  input[type="submit"].button-blue,
  .button.button-blue {
    border-color: #009fc7;
    background-color: #009fc7;
    color: #FFFFFF; }
    .wp-block-button__link.button-blue:hover,
    .wp-block-button__link.button-blue *:focus,
    button.button-blue:hover,
    button.button-blue *:focus,
    input[type="button"].button-blue:hover,
    input[type="button"].button-blue *:focus,
    input[type="reset"].button-blue:hover,
    input[type="reset"].button-blue *:focus,
    input[type="submit"].button-blue:hover,
    input[type="submit"].button-blue *:focus,
    .button.button-blue:hover,
    .button.button-blue *:focus {
      border-color: #009fc7;
      background-color: #009fc7;
      color: #FFFFFF; }
  .wp-block-button__link.button-blue-border, .wp-block-button__link.button-blue-outline,
  button.button-blue-border,
  button.button-blue-outline,
  input[type="button"].button-blue-border,
  input[type="button"].button-blue-outline,
  input[type="reset"].button-blue-border,
  input[type="reset"].button-blue-outline,
  input[type="submit"].button-blue-border,
  input[type="submit"].button-blue-outline,
  .button.button-blue-border,
  .button.button-blue-outline {
    border-color: #009fc7;
    background-color: transparent;
    color: #009fc7; }
    .wp-block-button__link.button-blue-border:hover,
    .wp-block-button__link.button-blue-border *:focus, .wp-block-button__link.button-blue-outline:hover,
    .wp-block-button__link.button-blue-outline *:focus,
    button.button-blue-border:hover,
    button.button-blue-border *:focus,
    button.button-blue-outline:hover,
    button.button-blue-outline *:focus,
    input[type="button"].button-blue-border:hover,
    input[type="button"].button-blue-border *:focus,
    input[type="button"].button-blue-outline:hover,
    input[type="button"].button-blue-outline *:focus,
    input[type="reset"].button-blue-border:hover,
    input[type="reset"].button-blue-border *:focus,
    input[type="reset"].button-blue-outline:hover,
    input[type="reset"].button-blue-outline *:focus,
    input[type="submit"].button-blue-border:hover,
    input[type="submit"].button-blue-border *:focus,
    input[type="submit"].button-blue-outline:hover,
    input[type="submit"].button-blue-outline *:focus,
    .button.button-blue-border:hover,
    .button.button-blue-border *:focus,
    .button.button-blue-outline:hover,
    .button.button-blue-outline *:focus {
      border-color: #009fc7;
      background-color: transparent;
      color: #009fc7; }
  .wp-block-button__link.button-green,
  button.button-green,
  input[type="button"].button-green,
  input[type="reset"].button-green,
  input[type="submit"].button-green,
  .button.button-green {
    border-color: #81D742;
    background-color: #81D742;
    color: #FFFFFF; }
    .wp-block-button__link.button-green:hover,
    .wp-block-button__link.button-green *:focus,
    button.button-green:hover,
    button.button-green *:focus,
    input[type="button"].button-green:hover,
    input[type="button"].button-green *:focus,
    input[type="reset"].button-green:hover,
    input[type="reset"].button-green *:focus,
    input[type="submit"].button-green:hover,
    input[type="submit"].button-green *:focus,
    .button.button-green:hover,
    .button.button-green *:focus {
      border-color: #81D742;
      background-color: #81D742;
      color: #FFFFFF; }
  .wp-block-button__link.button-green-border, .wp-block-button__link.button-green-outline,
  button.button-green-border,
  button.button-green-outline,
  input[type="button"].button-green-border,
  input[type="button"].button-green-outline,
  input[type="reset"].button-green-border,
  input[type="reset"].button-green-outline,
  input[type="submit"].button-green-border,
  input[type="submit"].button-green-outline,
  .button.button-green-border,
  .button.button-green-outline {
    border-color: #81D742;
    background-color: transparent;
    color: #81D742; }
    .wp-block-button__link.button-green-border:hover,
    .wp-block-button__link.button-green-border *:focus, .wp-block-button__link.button-green-outline:hover,
    .wp-block-button__link.button-green-outline *:focus,
    button.button-green-border:hover,
    button.button-green-border *:focus,
    button.button-green-outline:hover,
    button.button-green-outline *:focus,
    input[type="button"].button-green-border:hover,
    input[type="button"].button-green-border *:focus,
    input[type="button"].button-green-outline:hover,
    input[type="button"].button-green-outline *:focus,
    input[type="reset"].button-green-border:hover,
    input[type="reset"].button-green-border *:focus,
    input[type="reset"].button-green-outline:hover,
    input[type="reset"].button-green-outline *:focus,
    input[type="submit"].button-green-border:hover,
    input[type="submit"].button-green-border *:focus,
    input[type="submit"].button-green-outline:hover,
    input[type="submit"].button-green-outline *:focus,
    .button.button-green-border:hover,
    .button.button-green-border *:focus,
    .button.button-green-outline:hover,
    .button.button-green-outline *:focus {
      border-color: #81D742;
      background-color: transparent;
      color: #81D742; }
  .wp-block-button__link.button-purple,
  button.button-purple,
  input[type="button"].button-purple,
  input[type="reset"].button-purple,
  input[type="submit"].button-purple,
  .button.button-purple {
    border-color: #8224E3;
    background-color: #8224E3;
    color: #FFFFFF; }
    .wp-block-button__link.button-purple:hover,
    .wp-block-button__link.button-purple *:focus,
    button.button-purple:hover,
    button.button-purple *:focus,
    input[type="button"].button-purple:hover,
    input[type="button"].button-purple *:focus,
    input[type="reset"].button-purple:hover,
    input[type="reset"].button-purple *:focus,
    input[type="submit"].button-purple:hover,
    input[type="submit"].button-purple *:focus,
    .button.button-purple:hover,
    .button.button-purple *:focus {
      border-color: #8224E3;
      background-color: #8224E3;
      color: #FFFFFF; }
  .wp-block-button__link.button-purple-border, .wp-block-button__link.button-purple-outline,
  button.button-purple-border,
  button.button-purple-outline,
  input[type="button"].button-purple-border,
  input[type="button"].button-purple-outline,
  input[type="reset"].button-purple-border,
  input[type="reset"].button-purple-outline,
  input[type="submit"].button-purple-border,
  input[type="submit"].button-purple-outline,
  .button.button-purple-border,
  .button.button-purple-outline {
    border-color: #8224E3;
    background-color: transparent;
    color: #8224E3; }
    .wp-block-button__link.button-purple-border:hover,
    .wp-block-button__link.button-purple-border *:focus, .wp-block-button__link.button-purple-outline:hover,
    .wp-block-button__link.button-purple-outline *:focus,
    button.button-purple-border:hover,
    button.button-purple-border *:focus,
    button.button-purple-outline:hover,
    button.button-purple-outline *:focus,
    input[type="button"].button-purple-border:hover,
    input[type="button"].button-purple-border *:focus,
    input[type="button"].button-purple-outline:hover,
    input[type="button"].button-purple-outline *:focus,
    input[type="reset"].button-purple-border:hover,
    input[type="reset"].button-purple-border *:focus,
    input[type="reset"].button-purple-outline:hover,
    input[type="reset"].button-purple-outline *:focus,
    input[type="submit"].button-purple-border:hover,
    input[type="submit"].button-purple-border *:focus,
    input[type="submit"].button-purple-outline:hover,
    input[type="submit"].button-purple-outline *:focus,
    .button.button-purple-border:hover,
    .button.button-purple-border *:focus,
    .button.button-purple-outline:hover,
    .button.button-purple-outline *:focus {
      border-color: #8224E3;
      background-color: transparent;
      color: #8224E3; }

.wp-block-button {
  margin: 0; }
  .wp-block-button.big-button a,
  .wp-block-button.big-button a:focus,
  .wp-block-button.big-button a:active {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    font-family: inherit;
    font-weight: bold;
    outline: none;
    text-align: center;
    padding: 24px 18px;
    width: 100%;
    margin: 0;
    font-size: 1.3em;
    line-height: normal;
    color: #fff;
    background-color: #00B3D0;
    background-image: none;
    border-style: solid;
    border-width: 0.1em;
    border-color: #00B3D0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    cursor: hand;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .wp-block-button.is-style-default .wp-block-button__link.has-white-background-color {
    border-color: #FFFFFF;
    background-color: #FFFFFF; }
    .wp-block-button.is-style-default .wp-block-button__link.has-white-background-color:hover,
    .wp-block-button.is-style-default .wp-block-button__link.has-white-background-color *:focus {
      border-color: #FFFFFF;
      background-color: #FFFFFF; }
  .wp-block-button.is-style-default .wp-block-button__link.has-white-color {
    color: #FFFFFF; }
    .wp-block-button.is-style-default .wp-block-button__link.has-white-color:hover,
    .wp-block-button.is-style-default .wp-block-button__link.has-white-color *:focus {
      color: #FFFFFF; }
  .wp-block-button.is-style-default .wp-block-button__link.has-black-background-color {
    border-color: #000000;
    background-color: #000000; }
    .wp-block-button.is-style-default .wp-block-button__link.has-black-background-color:hover,
    .wp-block-button.is-style-default .wp-block-button__link.has-black-background-color *:focus {
      border-color: #000000;
      background-color: #000000; }
  .wp-block-button.is-style-default .wp-block-button__link.has-black-color {
    color: #000000; }
    .wp-block-button.is-style-default .wp-block-button__link.has-black-color:hover,
    .wp-block-button.is-style-default .wp-block-button__link.has-black-color *:focus {
      color: #000000; }
  .wp-block-button.is-style-default .wp-block-button__link.has-grey-background-color {
    border-color: #878A8C;
    background-color: #878A8C; }
    .wp-block-button.is-style-default .wp-block-button__link.has-grey-background-color:hover,
    .wp-block-button.is-style-default .wp-block-button__link.has-grey-background-color *:focus {
      border-color: #878A8C;
      background-color: #878A8C; }
  .wp-block-button.is-style-default .wp-block-button__link.has-grey-color {
    color: #878A8C; }
    .wp-block-button.is-style-default .wp-block-button__link.has-grey-color:hover,
    .wp-block-button.is-style-default .wp-block-button__link.has-grey-color *:focus {
      color: #878A8C; }
  .wp-block-button.is-style-default .wp-block-button__link.has-light-grey-background-color {
    border-color: #D7D7D7;
    background-color: #D7D7D7; }
    .wp-block-button.is-style-default .wp-block-button__link.has-light-grey-background-color:hover,
    .wp-block-button.is-style-default .wp-block-button__link.has-light-grey-background-color *:focus {
      border-color: #D7D7D7;
      background-color: #D7D7D7; }
  .wp-block-button.is-style-default .wp-block-button__link.has-light-grey-color {
    color: #D7D7D7; }
    .wp-block-button.is-style-default .wp-block-button__link.has-light-grey-color:hover,
    .wp-block-button.is-style-default .wp-block-button__link.has-light-grey-color *:focus {
      color: #D7D7D7; }
  .wp-block-button.is-style-default .wp-block-button__link.has-very-light-grey-background-color {
    border-color: #F0F0F0;
    background-color: #F0F0F0; }
    .wp-block-button.is-style-default .wp-block-button__link.has-very-light-grey-background-color:hover,
    .wp-block-button.is-style-default .wp-block-button__link.has-very-light-grey-background-color *:focus {
      border-color: #F0F0F0;
      background-color: #F0F0F0; }
  .wp-block-button.is-style-default .wp-block-button__link.has-very-light-grey-color {
    color: #F0F0F0; }
    .wp-block-button.is-style-default .wp-block-button__link.has-very-light-grey-color:hover,
    .wp-block-button.is-style-default .wp-block-button__link.has-very-light-grey-color *:focus {
      color: #F0F0F0; }
  .wp-block-button.is-style-default .wp-block-button__link.has-red-background-color {
    border-color: #DD3333;
    background-color: #DD3333; }
    .wp-block-button.is-style-default .wp-block-button__link.has-red-background-color:hover,
    .wp-block-button.is-style-default .wp-block-button__link.has-red-background-color *:focus {
      border-color: #DD3333;
      background-color: #DD3333; }
  .wp-block-button.is-style-default .wp-block-button__link.has-red-color {
    color: #DD3333; }
    .wp-block-button.is-style-default .wp-block-button__link.has-red-color:hover,
    .wp-block-button.is-style-default .wp-block-button__link.has-red-color *:focus {
      color: #DD3333; }
  .wp-block-button.is-style-default .wp-block-button__link.has-yellow-background-color {
    border-color: #EEEE22;
    background-color: #EEEE22; }
    .wp-block-button.is-style-default .wp-block-button__link.has-yellow-background-color:hover,
    .wp-block-button.is-style-default .wp-block-button__link.has-yellow-background-color *:focus {
      border-color: #EEEE22;
      background-color: #EEEE22; }
  .wp-block-button.is-style-default .wp-block-button__link.has-yellow-color {
    color: #EEEE22; }
    .wp-block-button.is-style-default .wp-block-button__link.has-yellow-color:hover,
    .wp-block-button.is-style-default .wp-block-button__link.has-yellow-color *:focus {
      color: #EEEE22; }
  .wp-block-button.is-style-default .wp-block-button__link.has-orange-background-color {
    border-color: #DD9933;
    background-color: #DD9933; }
    .wp-block-button.is-style-default .wp-block-button__link.has-orange-background-color:hover,
    .wp-block-button.is-style-default .wp-block-button__link.has-orange-background-color *:focus {
      border-color: #DD9933;
      background-color: #DD9933; }
  .wp-block-button.is-style-default .wp-block-button__link.has-orange-color {
    color: #DD9933; }
    .wp-block-button.is-style-default .wp-block-button__link.has-orange-color:hover,
    .wp-block-button.is-style-default .wp-block-button__link.has-orange-color *:focus {
      color: #DD9933; }
  .wp-block-button.is-style-default .wp-block-button__link.has-blue-background-color {
    border-color: #009fc7;
    background-color: #009fc7; }
    .wp-block-button.is-style-default .wp-block-button__link.has-blue-background-color:hover,
    .wp-block-button.is-style-default .wp-block-button__link.has-blue-background-color *:focus {
      border-color: #009fc7;
      background-color: #009fc7; }
  .wp-block-button.is-style-default .wp-block-button__link.has-blue-color {
    color: #009fc7; }
    .wp-block-button.is-style-default .wp-block-button__link.has-blue-color:hover,
    .wp-block-button.is-style-default .wp-block-button__link.has-blue-color *:focus {
      color: #009fc7; }
  .wp-block-button.is-style-default .wp-block-button__link.has-green-background-color {
    border-color: #81D742;
    background-color: #81D742; }
    .wp-block-button.is-style-default .wp-block-button__link.has-green-background-color:hover,
    .wp-block-button.is-style-default .wp-block-button__link.has-green-background-color *:focus {
      border-color: #81D742;
      background-color: #81D742; }
  .wp-block-button.is-style-default .wp-block-button__link.has-green-color {
    color: #81D742; }
    .wp-block-button.is-style-default .wp-block-button__link.has-green-color:hover,
    .wp-block-button.is-style-default .wp-block-button__link.has-green-color *:focus {
      color: #81D742; }
  .wp-block-button.is-style-default .wp-block-button__link.has-purple-background-color {
    border-color: #8224E3;
    background-color: #8224E3; }
    .wp-block-button.is-style-default .wp-block-button__link.has-purple-background-color:hover,
    .wp-block-button.is-style-default .wp-block-button__link.has-purple-background-color *:focus {
      border-color: #8224E3;
      background-color: #8224E3; }
  .wp-block-button.is-style-default .wp-block-button__link.has-purple-color {
    color: #8224E3; }
    .wp-block-button.is-style-default .wp-block-button__link.has-purple-color:hover,
    .wp-block-button.is-style-default .wp-block-button__link.has-purple-color *:focus {
      color: #8224E3; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-white-background-color {
    border-color: #FFFFFF;
    background-color: transparent; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-white-background-color:hover,
    .wp-block-button.is-style-outline .wp-block-button__link.has-white-background-color *:focus {
      border-color: #FFFFFF;
      background-color: transparent; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-white-color {
    color: #FFFFFF; 
    font-weight: 600; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-white-color:hover,
    .wp-block-button.is-style-outline .wp-block-button__link.has-white-color *:focus {
      color: #FFFFFF; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-black-background-color {
    border-color: #000000;
    background-color: transparent; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-black-background-color:hover,
    .wp-block-button.is-style-outline .wp-block-button__link.has-black-background-color *:focus {
      border-color: #000000;
      background-color: transparent; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-black-color {
    color: #000000; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-black-color:hover,
    .wp-block-button.is-style-outline .wp-block-button__link.has-black-color *:focus {
      color: #000000; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-grey-background-color {
    border-color: #878A8C;
    background-color: transparent; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-grey-background-color:hover,
    .wp-block-button.is-style-outline .wp-block-button__link.has-grey-background-color *:focus {
      border-color: #878A8C;
      background-color: transparent; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-grey-color {
    color: #878A8C; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-grey-color:hover,
    .wp-block-button.is-style-outline .wp-block-button__link.has-grey-color *:focus {
      color: #878A8C; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-light-grey-background-color {
    border-color: #D7D7D7;
    background-color: transparent; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-light-grey-background-color:hover,
    .wp-block-button.is-style-outline .wp-block-button__link.has-light-grey-background-color *:focus {
      border-color: #D7D7D7;
      background-color: transparent; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-light-grey-color {
    color: #D7D7D7; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-light-grey-color:hover,
    .wp-block-button.is-style-outline .wp-block-button__link.has-light-grey-color *:focus {
      color: #D7D7D7; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-very-light-grey-background-color {
    border-color: #F0F0F0;
    background-color: transparent; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-very-light-grey-background-color:hover,
    .wp-block-button.is-style-outline .wp-block-button__link.has-very-light-grey-background-color *:focus {
      border-color: #F0F0F0;
      background-color: transparent; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-very-light-grey-color {
    color: #F0F0F0; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-very-light-grey-color:hover,
    .wp-block-button.is-style-outline .wp-block-button__link.has-very-light-grey-color *:focus {
      color: #F0F0F0; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-red-background-color {
    border-color: #DD3333;
    background-color: transparent; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-red-background-color:hover,
    .wp-block-button.is-style-outline .wp-block-button__link.has-red-background-color *:focus {
      border-color: #DD3333;
      background-color: transparent; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-red-color {
    color: #DD3333; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-red-color:hover,
    .wp-block-button.is-style-outline .wp-block-button__link.has-red-color *:focus {
      color: #DD3333; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-yellow-background-color {
    border-color: #EEEE22;
    background-color: transparent; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-yellow-background-color:hover,
    .wp-block-button.is-style-outline .wp-block-button__link.has-yellow-background-color *:focus {
      border-color: #EEEE22;
      background-color: transparent; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-yellow-color {
    color: #EEEE22; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-yellow-color:hover,
    .wp-block-button.is-style-outline .wp-block-button__link.has-yellow-color *:focus {
      color: #EEEE22; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-orange-background-color {
    border-color: #DD9933;
    background-color: transparent; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-orange-background-color:hover,
    .wp-block-button.is-style-outline .wp-block-button__link.has-orange-background-color *:focus {
      border-color: #DD9933;
      background-color: transparent; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-orange-color {
    color: #DD9933; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-orange-color:hover,
    .wp-block-button.is-style-outline .wp-block-button__link.has-orange-color *:focus {
      color: #DD9933; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-blue-background-color {
    border-color: #009fc7;
    background-color: transparent; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-blue-background-color:hover,
    .wp-block-button.is-style-outline .wp-block-button__link.has-blue-background-color *:focus {
      border-color: #009fc7;
      background-color: transparent; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-blue-color {
    color: #009fc7; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-blue-color:hover,
    .wp-block-button.is-style-outline .wp-block-button__link.has-blue-color *:focus {
      color: #009fc7; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-green-background-color {
    border-color: #81D742;
    background-color: transparent; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-green-background-color:hover,
    .wp-block-button.is-style-outline .wp-block-button__link.has-green-background-color *:focus {
      border-color: #81D742;
      background-color: transparent; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-green-color {
    color: #81D742; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-green-color:hover,
    .wp-block-button.is-style-outline .wp-block-button__link.has-green-color *:focus {
      color: #81D742; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-purple-background-color {
    border-color: #8224E3;
    background-color: transparent; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-purple-background-color:hover,
    .wp-block-button.is-style-outline .wp-block-button__link.has-purple-background-color *:focus {
      border-color: #8224E3;
      background-color: transparent; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-purple-color {
    color: #8224E3; }
    .wp-block-button.is-style-outline .wp-block-button__link.has-purple-color:hover,
    .wp-block-button.is-style-outline .wp-block-button__link.has-purple-color *:focus {
      color: #8224E3; }
  .wp-block-button.is-style-squared {
    border-radius: 0; }

.cart-count {
  display: inline-block;
  margin: 0;
  padding: 0; }

.copyright-information {
  margin: 0;
  padding: 0; }

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

legend {
  font-weight: 700;
  margin: 0 0 18px;
  padding: 0; }

label {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 5px;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
  display: inline-block;
  position: relative;
  width: 100%;
  background: transparent;
  background-color: #FFFFFF;
  font-family: inherit;
  font-weight: inherit;
  font-size: 16px;
  line-height: inherit;
  color: #333940;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 9px 15px;
  border: 1px solid #009fc7;
  border-radius: 0px;
  z-index: 1; }

textarea {
  height: 90px; }

select {
  cursor: hand;
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, #5f5f5f 50%), linear-gradient(135deg, #5f5f5f 50%, transparent 50%), linear-gradient(to right, #D7D7D7, #D7D7D7);
  background-position: calc(100% - 1.3em) calc(0.5em + 0.65em), calc(100% - 1em) calc(0.5em + 0.65em), calc(100% - 2.5em) 0.65em;
  background-size: 0.35em 0.35em, 0.35em 0.35em, 0.1em 1.2em;
  background-repeat: no-repeat; }

::-webkit-input-placeholder {
  color: #D7D7D7; }

::-moz-placeholder {
  color: #D7D7D7; }

::-ms-placeholder {
  color: #D7D7D7; }

::placeholder {
  color: #D7D7D7; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  color: #111111;
  margin: 0;
  padding: 0 0 9px;
  line-height: 1.15; }

h1 {
  font-size: 32px;
  font-weight: 900; }

h2 {
  font-size: 24px;
  font-weight: 900;}

h3 {
  font-size: 24px; }

h4 {
  font-size: 22px; }
  h4 a { 
    color: #111111;
	text-decoration: none; }
  h4 a:hover { 
  	color: #111111 !important;
	text-decoration: none !important; }

h5 {
  font-size: 20px;
  font-weight: 400; }

h6 {
  font-size: 18px;
  font-weight: 900;
  color: #111111; }

.padding-bottom-15 {
  padding-bottom: 15px; }

.padding-bottom-24 {
  padding-bottom: 24px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

hr {
  border: 0;
  border-top: 1px solid #D7D7D7;
  margin: 18px 0;
  padding: 0; }
  hr.wp-block-separator {
    border-bottom: 1px solid #D7D7D7;
    margin: 18px auto; }

i,
em {
  font-style: italic; }

a,
a:active,
a:focus,
.link {
  color: #111111;
  font-style: normal;
  opacity: 1;
  cursor: hand;
  cursor: pointer;
  text-decoration: underline; 
  -webkit-transition: all 50ms ease-in-out;
  -moz-transition: all 50ms ease-in-out;
  -ms-transition: all 50ms ease-in-out;
  -o-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out; }
  a:hover,
  a:active:hover,
  a:focus:hover,
  .link:hover {
    opacity: 1;
	color: #DE3341;
    outline: none;  
    text-decoration: underline; }
    a:hover img,
    a:active:hover img,
    a:focus:hover img,
    .link:hover img {
      opacity: 1; }

ul,
ol {
  list-style: initial;
  margin: 0;
  padding: 0 0 18px 24px; }
  @media (min-width: 992px) {
    ul.list-fifty,
    ol.list-fifty {
      display: inline-block;
      width: 100%;
      column-count: 2;
      column-gap: 30px; } }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    padding: 0 0 0 18px; }

ul {
  list-style-type: disc; }
  ul li {
    margin-bottom: 4px; }

dl {
  margin: 0; }

dt {
  font-weight: 700;
  margin: 0; }

dd {
  margin: 0; }

.login-link {
  display: inline-block;
  margin: 0;
  padding: 0; }

.logout-link {
  display: inline-block;
  margin: 0;
  padding: 0; }

figure {
  margin: 0; }

img,
picture {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  margin: 0;
  padding: 0; }

.nav-footer-legal-menu {
  display: block;
  margin: 0;
  padding: 3.5px 0 0;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 300; }
  .nav-footer-legal-menu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-footer-legal-menu ul li {
      display: inline-block;
      margin: 0; }
      .nav-footer-legal-menu ul li:after {
        content: "|";
        display: inline-block;
        padding: 0 6px 0 10px;
        margin: 0; }
      .nav-footer-legal-menu ul li:first-child {
        margin-left: 0; }
      .nav-footer-legal-menu ul li:last-child {
        margin-right: 0; }
        .nav-footer-legal-menu ul li:last-child:after {
          display: none; }
      .nav-footer-legal-menu ul li svg {
        vertical-align: text-bottom; }

body .pagination {
  display: block;
  width: 100%;
  margin: 0;
  padding: 15px 0;
  text-align: center; }
  body .pagination span,
  body .pagination a {
    display: inline-block;
    margin: 0 3px;
    padding: 0; }

p {
  margin: 0;
  padding: 0 0 18px; }

body .searchform {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 6px 9px;
  background-color: white;
  border-radius: 30px;
  box-shadow: 1px 10px 17px -5px rgba(105, 105, 105, 0.44);
  -webkit-box-shadow: 1px 10px 17px -5px rgba(105, 105, 105, 0.44);
  -moz-box-shadow: 1px 10px 17px -5px rgba(105, 105, 105, 0.44);
  font-size: 17px; }
  @media (min-width: 992px) {
    body .searchform {
      font-size: 16px; } }
  body .searchform img {
    width: 21px;
    vertical-align: text-top;
    margin-top: -2px;
    margin-left: 2px; 
	font-size: 17px; }
  body .searchform .keyword {
    margin-right: 6px;
    margin-bottom: 0;
    border: 0;
    padding-top: 6px;
	padding-right: 9px;
    padding-bottom: 6px;
	padding-left: 14px;
    width: calc(100% - 122px); }
    @media (min-width: 992px) {
      body .searchform .keyword {
        width: calc(100% - 132px);
        margin-right: 9px;
        margin-bottom: 0; } }
    body .searchform .keyword::-webkit-input-placeholder {
      color: #333940; }
    body .searchform .keyword:-ms-input-placeholder {
      color: #333940; }
    body .searchform .keyword::placeholder {
      color: #333940; }
  body .searchform .submit-button {
    width: 90px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 600;
	font-size: 16px;  
    border-radius: 30px;
    background-color: #111111; }
  body .searchform .submit-button:hover {
    background-color: #DE3341;
	color: #FFFFFF; }
    @media (min-width: 992px) {
      body .searchform .submit-button {
        width: 100px; } }

.single-content {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  padding: 0; }
  .single-content .post-title {
    display: block;
    width: 100%;
    margin: 0 0 6px;
    padding: 0;
    color: #111111; }
    .single-content .post-title h1 {
      color: #111111; }
  .single-content .post-date {
    display: block;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    color: #333940;
    text-transform: uppercase; }
  .single-content .post-content {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0; }
  .single-content .share-content {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0; }
    .single-content .share-content .share-post-list {
      display: inline-block;
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: center; }
      @media (min-width: 992px) {
        .single-content .share-content .share-post-list {
          text-align: left; } }
      .single-content .share-content .share-post-list .menu-title {
        display: block;
        margin: 0 0 6px;
        padding: 0; }
        @media (min-width: 992px) {
          .single-content .share-content .share-post-list .menu-title {
            display: inline-block;
            margin: 0 12px 0 0; } }
      .single-content .share-content .share-post-list ul {
        display: inline-block;
        list-style: none;
        margin: 0 0 6px;
        padding: 0;
        vertical-align: middle; }
        @media (min-width: 992px) {
          .single-content .share-content .share-post-list ul {
            margin: 0; } }
        .single-content .share-content .share-post-list ul li {
          display: inline-block;
          margin: 0 2px;
          padding: 0; }
          .single-content .share-content .share-post-list ul li .fb-button {
            display: inline-block;
            margin: 0;
            padding: 0;
            background-color: #3a5799; }
          .single-content .share-content .share-post-list ul li .fb-button {
            background-color: #3a5799; }
          .single-content .share-content .share-post-list ul li .tw-button {
            background-color: #50a9f1; }
          .single-content .share-content .share-post-list ul li .pi-button {
            background-color: #ce191f; }
          .single-content .share-content .share-post-list ul li .li-button {
            background-color: #2475b7; }
          .single-content .share-content .share-post-list ul li .em-button {
            background-color: #1c6b92; }
          .single-content .share-content .share-post-list ul li a,
          .single-content .share-content .share-post-list ul li a:focus,
          .single-content .share-content .share-post-list ul li a:active,
          .single-content .share-content .share-post-list ul li a:hover {
            display: inline-block;
            margin: 0;
            padding: 0;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            color: #fff; }
          .single-content .share-content .share-post-list ul li .company-icon {
            vertical-align: text-bottom; }
          .single-content .share-content .share-post-list ul li svg {
            height: 14px;
            vertical-align: middle; }

.single-header {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  padding: 0; }
  .single-header .custom-plugin-breadcrumbs {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0 0 12px;
    font-size: 16px; }
  .single-header .post-featured-image {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0; }
    .single-header .post-featured-image img {
      display: inline-block;
      width: 100%;
      margin: 0;
      padding: 0; 
      border-top-left-radius: 16px;
      border-top-right-radius: 16px;
      border-bottom-left-radius: 16px;
	  border-bottom-right-radius: 16px; }
  .single-header .post-title {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center; }
  .single-header .post-excerpt {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center; }
  .single-header .post-add-to-cart {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    text-align: center; }
    .single-header .post-add-to-cart .single-product-price {
      display: inline-block;
      width: 100%;
      margin: 0;
      padding: 0; }
    .single-header .post-add-to-cart .single-product-button {
      display: inline-block;
      width: 100%;
      margin: 0;
      padding: 0; }

.site-description {
  margin: 0;
  padding: 0; }

.site-label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle; }
  .site-label .site-logo {
    display: inline-block;
    width: 66px;
    margin: 0 0 15px;
    padding: 0; }
    @media (min-width: 992px) {
      .site-label .site-logo {
        margin: 0; } }
    .site-label .site-logo img {
      display: inline-block;
      width: 100%; }
    .site-label .site-logo svg {
      display: inline-block;
      width: 100%; }
  .site-label .site-title {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0; }
    .site-label .site-title h1 {
      margin: 0;
      padding: 0; }
    .site-label .site-title h2 {
      margin: 0;
      padding: 0; }
    .site-label .site-title h3 {
      margin: 0;
      padding: 0; }
    .site-label .site-title h4 {
      margin: 0;
      padding: 0; }
    .site-label .site-title h5 {
      margin: 0;
      padding: 0; }
    .site-label .site-title h6 {
      margin: 0;
      padding: 0; }
  .site-label .site-description {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0; }

small {
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.35; }

table {
  border-collapse: collapse;
  margin: 0 0 0.5em;
  padding: 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.35;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #878A8C; }

th {
  font-weight: 300; }

th,
td {
  padding: 0; }

.taxonomy-list {
  display: inline-block;
  margin: 0;
  padding: 0; }
  .taxonomy-list ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none; }
    .taxonomy-list ul li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      .taxonomy-list ul li:after {
        content: ",";
        display: inline-block;
        margin: 0 6px 0 0;
        padding: 0; }
      .taxonomy-list ul li:last-child:after {
        display: none; }

.thumbnail-box {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 30px;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 1px 10px 17px -5px rgba(105, 105, 105, 0.44);
  -webkit-box-shadow: 1px 10px 17px -5px rgba(105, 105, 105, 0.44);
  -moz-box-shadow: 1px 10px 17px -5px rgba(105, 105, 105, 0.44); }
  .thumbnail-box .featured-image {
    display: block;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
    .thumbnail-box .featured-image img {
      display: block;
      width: 100%;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
  .thumbnail-box .post-title {
    display: block;
    width: 100%;
    padding: 21px 15px;
    font-weight: 600; }

.thumbnail-block-box {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 30px;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 1px 10px 17px -5px rgba(105, 105, 105, 0.44);
  -webkit-box-shadow: 1px 10px 17px -5px rgba(105, 105, 105, 0.44);
  -moz-box-shadow: 1px 10px 17px -5px rgba(105, 105, 105, 0.44); }
  .thumbnail-block-box .wp-block-image {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
    .thumbnail-block-box .wp-block-image img {
      display: block;
      width: 100%;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
    .thumbnail-block-box .wp-block-image figcaption {
      display: none;
      margin: 0;
      padding: 0; }
  .thumbnail-block-box p {
    display: block;
    width: 100%;
    padding: 21px 15px;
    margin: 0;
    font-weight: 600;
    color: #004261; }

.dropshadow-box {
  display: block;
  width: 100%;
  padding: 30px 21px;
  margin: 0 0 30px;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 1px 10px 17px -5px rgba(105, 105, 105, 0.44);
  -webkit-box-shadow: 1px 10px 17px -5px rgba(105, 105, 105, 0.44);
  -moz-box-shadow: 1px 10px 17px -5px rgba(105, 105, 105, 0.44); }

.section-title {
  font-weight: 900;
  color: #333940; }

.video-img {
  display: block;
  position: relative; }
  .video-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4; }
  .video-img:after {
    content: url(/blog/wp-content/uploads/2019/11/white-play.svg);
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-left: -30px;
    margin-top: -36px; }
  .video-img img {
    display: block; }

.hide {
  display: none; }

.read-more-show {
  margin-left: 6px; }

.isotope-query {
  padding-bottom: 50px; }
  .isotope-query .pagination {
    position: absolute;
    bottom: -50px; }

.legal-content-block {
  display: block;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #d7d7d7; }

body .gform_wrapper {
  margin: 0;
  padding: 0; }
  body .gform_wrapper form .validation_error {
    display: block;
    color: red;
    margin: 0;
    padding: 0 0 12px; }
  body .gform_wrapper form .gform_heading {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0; }
  body .gform_wrapper form .gform_body {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0; }
    body .gform_wrapper form .gform_body ul.gform_fields {
      display: inline-block;
      position: relative;
      width: 100%;
      line-height: 1.35 !important;
      margin: 0 !important;
      padding: 0 !important;
      list-style-type: none !important;
      list-style: none !important; }
      body .gform_wrapper form .gform_body ul.gform_fields li.gfield {
        display: inline-block;
        position: relative;
        width: 100%;
        padding: 0 0 12px;
        margin: 0; }
        body .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_visibility_hidden, body .gform_wrapper form .gform_body ul.gform_fields li.gfield.gform_hidden {
          margin: 0;
          padding: 0;
          height: 0;
          width: 0;
          opacity: 0;
          overflow: hidden; }
        body .gform_wrapper form .gform_body ul.gform_fields li.gfield.gform_validation_container {
          height: 0;
          width: 0;
          overflow: hidden; }
        @media (min-width: 992px) {
          body .gform_wrapper form .gform_body ul.gform_fields li.gfield.col-02-02, body .gform_wrapper form .gform_body ul.gform_fields li.gfield.col-02-03, body .gform_wrapper form .gform_body ul.gform_fields li.gfield.col-03-03, body .gform_wrapper form .gform_body ul.gform_fields li.gfield.col-02-04, body .gform_wrapper form .gform_body ul.gform_fields li.gfield.col-03-04, body .gform_wrapper form .gform_body ul.gform_fields li.gfield.col-04-04 {
            margin: 0 0 0 12px !important; } }
        @media (min-width: 992px) {
          body .gform_wrapper form .gform_body ul.gform_fields li.gfield.col-01-02, body .gform_wrapper form .gform_body ul.gform_fields li.gfield.col-02-02 {
            width: calc(50% - 6px); } }
        @media (min-width: 992px) {
          body .gform_wrapper form .gform_body ul.gform_fields li.gfield.col-01-03, body .gform_wrapper form .gform_body ul.gform_fields li.gfield.col-02-03, body .gform_wrapper form .gform_body ul.gform_fields li.gfield.col-03-03 {
            width: calc(33.3333% - 8px); } }
        @media (min-width: 992px) {
          body .gform_wrapper form .gform_body ul.gform_fields li.gfield.col-01-04, body .gform_wrapper form .gform_body ul.gform_fields li.gfield.col-02-04, body .gform_wrapper form .gform_body ul.gform_fields li.gfield.col-03-04, body .gform_wrapper form .gform_body ul.gform_fields li.gfield.col-04-04 {
            width: calc(25% - 9px); } }
        body .gform_wrapper form .gform_body ul.gform_fields li.gfield.hidden_label .gfield_label {
          display: none;
          margin: 0;
          padding: 0;
          height: 0;
          width: 0;
          opacity: 0;
          overflow: hidden; }
        body .gform_wrapper form .gform_body ul.gform_fields li.gfield .validation_message {
          display: block;
          color: red;
          margin: 0;
          padding: 3px 0 9px;
          font-size: 85%; }
        body .gform_wrapper form .gform_body ul.gform_fields li.gfield label.gfield_label {
          display: inline-block;
          width: 100%;
          padding: 0 0 5px;
          margin: 0; }
          body .gform_wrapper form .gform_body ul.gform_fields li.gfield label.gfield_label:empty {
            display: none; }
          body .gform_wrapper form .gform_body ul.gform_fields li.gfield label.gfield_label .gfield_required {
            display: inline-block;
            color: #ff0000;
            padding-left: 3px; }
        body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container {
          display: block;
          width: 100%;
          margin: 0; }
          body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio,
          body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox {
            list-style: none !important;
            padding: 0 !important;
            margin: 0 !important;
            line-height: 1.6; }
            body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio li,
            body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox li {
              padding: 0;
              margin: 0; }
              body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio li input[type=radio] + input[type=text],
              body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio li input[type=radio] + input[type=text],
              body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox li input[type=radio] + input[type=text],
              body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox li input[type=radio] + input[type=text] {
                display: inline-block;
                width: auto; }
              body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio li label,
              body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox li label {
                display: inline-block;
                font-size: 90%;
                width: auto;
                max-width: 90%;
                font-weight: normal;
                padding-left: 9px;
                margin: 0;
                vertical-align: text-top; }
        @media (min-width: 992px) {
          body .gform_wrapper form .gform_body ul.gform_fields li.gfield.radio-col-02 ul.gfield_radio li, body .gform_wrapper form .gform_body ul.gform_fields li.gfield.checkbox-col-02 ul.gfield_radio li {
            display: inline-block;
            width: 50%;
            padding-right: 9px; } }
        @media (min-width: 992px) {
          body .gform_wrapper form .gform_body ul.gform_fields li.gfield.radio-col-03 ul.gfield_radio li, body .gform_wrapper form .gform_body ul.gform_fields li.gfield.checkbox-col-03 ul.gfield_radio li {
            display: inline-block;
            width: 33%;
            padding-right: 9px; } }
        @media (min-width: 992px) {
          body .gform_wrapper form .gform_body ul.gform_fields li.gfield.radio-col-04 ul.gfield_radio li, body .gform_wrapper form .gform_body ul.gform_fields li.gfield.checkbox-col-04 ul.gfield_radio li {
            display: inline-block;
            width: 25%;
            padding-right: 9px; } }
        @media (min-width: 992px) {
          body .gform_wrapper form .gform_body ul.gform_fields li.gfield.radio-col-05 ul.gfield_radio li, body .gform_wrapper form .gform_body ul.gform_fields li.gfield.checkbox-col-05 ul.gfield_radio li {
            display: inline-block;
            width: 20%;
            padding-right: 9px; } }
        body .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_hour {
          margin: 0 8px 0 0;
          max-width: calc(33.3% - 5px); }
          body .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_hour input[type=text] {
            display: inline-block;
            width: calc(100% - 18px); }
        body .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_minute {
          margin: 0 8px 0 0;
          max-width: calc(33.3% - 5px); }
        body .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_ampm {
          max-width: calc(33.3% - 5px); }
          body .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_time_ampm select {
            max-width: 100% !important; }
        body .gform_wrapper form .gform_body ul.gform_fields li.gfield.g-recaptcha {
          margin: 0 0 12px; }
        body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_recaptcha,
        body .gform_wrapper form .gform_body ul.gform_fields li.gfield .g-recaptcha {
          text-align: center;
          height: 80px;
          margin-bottom: 12px; }
          body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_recaptcha div,
          body .gform_wrapper form .gform_body ul.gform_fields li.gfield .g-recaptcha div {
            display: inline-block; }
  body .gform_wrapper form .gform_footer {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 6px 0 15px;
    padding: 0; }

body.woocommerce.single-product .cart,
body .woocommerce.single-product .cart {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 0;
  padding: 0; }
  body.woocommerce.single-product .cart #wc-stripe-payment-request-wrapper,
  body.woocommerce.single-product .cart #wc-stripe-payment-request-button-separator,
  body .woocommerce.single-product .cart #wc-stripe-payment-request-wrapper,
  body .woocommerce.single-product .cart #wc-stripe-payment-request-button-separator {
    display: none !important; }

body.woocommerce .g-recaptcha,
body .woocommerce .g-recaptcha {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px; }

body.woocommerce .nyp,
body .woocommerce .nyp {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px;
  padding: 0; }

body.woocommerce .cart-empty,
body .woocommerce .cart-empty {
  text-align: center; }

body.woocommerce .return-to-shop,
body .woocommerce .return-to-shop {
  text-align: center; }

body.woocommerce .quantity,
body .woocommerce .quantity {
  display: inline-block;
  max-width: 112px;
  text-align: center;
  margin: 0;
  padding: 0; }

body.woocommerce .woocommerce-password-strength,
body .woocommerce .woocommerce-password-strength {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 9px 0 0;
  padding: 0; }

body.woocommerce .mailchimp-newsletter label,
body .woocommerce .mailchimp-newsletter label {
  display: inline-block;
  width: auto;
  margin: 0 0 0 4px;
  margin-bottom: 0 !important;
  vertical-align: middle; }

body.woocommerce .woocommerce-notices-wrapper,
body .woocommerce .woocommerce-notices-wrapper {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px;
  padding: 0; }
  body.woocommerce .woocommerce-notices-wrapper:empty,
  body .woocommerce .woocommerce-notices-wrapper:empty {
    display: none; }
  body.woocommerce .woocommerce-notices-wrapper ul,
  body .woocommerce .woocommerce-notices-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    body.woocommerce .woocommerce-notices-wrapper ul.woocommerce-error li,
    body .woocommerce .woocommerce-notices-wrapper ul.woocommerce-error li {
      color: #DD3333; }

body.woocommerce .woocommerce-form,
body .woocommerce .woocommerce-form {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px; }
  body.woocommerce .woocommerce-form .form-row,
  body .woocommerce .woocommerce-form .form-row {
    text-align: center; }

body.woocommerce .order-again,
body .woocommerce .order-again {
  text-align: center;
  margin: 0 0 30px; }

body.woocommerce .lost_reset_password .form-row,
body .woocommerce .lost_reset_password .form-row {
  text-align: center; }

body.woocommerce .woocommerce-info,
body .woocommerce .woocommerce-info {
  display: inline-block;
  width: 100%; }

body.woocommerce label,
body .woocommerce label {
  text-align: left; }
  body.woocommerce label.woocommerce-form__label-for-checkbox,
  body .woocommerce label.woocommerce-form__label-for-checkbox {
    margin-bottom: 12px; }
  body.woocommerce label abbr,
  body .woocommerce label abbr {
    text-decoration: none;
    color: #DD3333; }
  body.woocommerce label .required,
  body .woocommerce label .required {
    color: #DD3333; }

body.woocommerce .col2-set,
body .woocommerce .col2-set {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start; }
  @media (min-width: 992px) {
    body.woocommerce .col2-set,
    body .woocommerce .col2-set {
      flex-wrap: nowrap; } }
  body.woocommerce .col2-set .col-1,
  body .woocommerce .col2-set .col-1 {
    width: 100%;
    min-width: 100%; }
    @media (min-width: 992px) {
      body.woocommerce .col2-set .col-1,
      body .woocommerce .col2-set .col-1 {
        padding-right: 6px; } }
  body.woocommerce .col2-set .col-2,
  body .woocommerce .col2-set .col-2 {
    width: 100%;
    min-width: 100%; }
    @media (min-width: 992px) {
      body.woocommerce .col2-set .col-2,
      body .woocommerce .col2-set .col-2 {
        padding-left: 6px; } }

body.woocommerce #customer_login .col-1,
body .woocommerce #customer_login .col-1 {
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 26px; }
  @media (min-width: 992px) {
    body.woocommerce #customer_login .col-1,
    body .woocommerce #customer_login .col-1 {
      border: 0; } }

body.woocommerce .shop_table,
body .woocommerce .shop_table {
  margin: 0 0 18px; }
  body.woocommerce .shop_table.cart,
  body .woocommerce .shop_table.cart {
    border: 0;
    margin: 0; }
  body.woocommerce .shop_table tr,
  body .woocommerce .shop_table tr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    width: 100%;
    border: 1px solid #D7D7D7;
    border-radius: 0px;
    padding: 0 9px;
    margin: 0 0 9px; }
    body.woocommerce .shop_table tr th,
    body .woocommerce .shop_table tr th {
      width: 100%;
      padding: 12px;
      vertical-align: middle;
      font-weight: bold; }
      body.woocommerce .shop_table tr th:last-child,
      body .woocommerce .shop_table tr th:last-child {
        text-align: right; }
    body.woocommerce .shop_table tr td,
    body .woocommerce .shop_table tr td {
      width: 100%;
      padding: 12px;
      vertical-align: middle; }
      body.woocommerce .shop_table tr td:last-child,
      body .woocommerce .shop_table tr td:last-child {
        text-align: right; }
  body.woocommerce .shop_table tfoot td,
  body .woocommerce .shop_table tfoot td {
    text-align: right;
    vertical-align: middle; }
  body.woocommerce .shop_table .product-total,
  body .woocommerce .shop_table .product-total {
    width: 100px;
    text-align: right; }
  body.woocommerce .shop_table .download-remaining,
  body .woocommerce .shop_table .download-remaining {
    display: none;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden; }
  body.woocommerce .shop_table .product-name .variation,
  body .woocommerce .shop_table .product-name .variation {
    display: inline-block;
    width: 100%;
    margin: 6px 0 0;
    padding: 0; }
    body.woocommerce .shop_table .product-name .variation p,
    body .woocommerce .shop_table .product-name .variation p {
      margin: 0;
      padding: 0; }

body.woocommerce .edit-account,
body .woocommerce .edit-account {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%; }
  body.woocommerce .edit-account .form-row-first,
  body .woocommerce .edit-account .form-row-first {
    width: 100%; }
    @media (min-width: 992px) {
      body.woocommerce .edit-account .form-row-first,
      body .woocommerce .edit-account .form-row-first {
        width: 50%;
        padding-right: 6px; } }
  body.woocommerce .edit-account .form-row-last,
  body .woocommerce .edit-account .form-row-last {
    width: 100%; }
    @media (min-width: 992px) {
      body.woocommerce .edit-account .form-row-last,
      body .woocommerce .edit-account .form-row-last {
        width: 50%;
        padding-left: 6px; } }
  body.woocommerce .edit-account .form-row-wide,
  body .woocommerce .edit-account .form-row-wide {
    width: 100%; }
    body.woocommerce .edit-account .form-row-wide label span,
    body .woocommerce .edit-account .form-row-wide label span {
      font-size: 100%;
      margin: 0;
      width: auto; }
    body.woocommerce .edit-account .form-row-wide span,
    body .woocommerce .edit-account .form-row-wide span {
      display: inline-block;
      width: 100%;
      font-size: 85%;
      margin: 4px 0 0; }
  body.woocommerce .edit-account fieldset,
  body .woocommerce .edit-account fieldset {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%; }
    body.woocommerce .edit-account fieldset legend,
    body .woocommerce .edit-account fieldset legend {
      font-size: 21px;
      width: 100%; }
      @media (min-width: 992px) {
        body.woocommerce .edit-account fieldset legend,
        body .woocommerce .edit-account fieldset legend {
          font-size: 24px; } }
    body.woocommerce .edit-account fieldset .form-row,
    body .woocommerce .edit-account fieldset .form-row {
      width: 100%; }
  body.woocommerce .edit-account p:last-of-type,
  body .woocommerce .edit-account p:last-of-type {
    width: 100%;
    text-align: center; }

body.woocommerce .woocommerce-input-wrapper,
body .woocommerce .woocommerce-input-wrapper {
  display: inline-block;
  width: 100%;
  min-height: 38px; }
  body.woocommerce .woocommerce-input-wrapper .select2 .select2-selection,
  body .woocommerce .woocommerce-input-wrapper .select2 .select2-selection {
    border: 1px solid #D7D7D7;
    padding: 8px 15px;
    height: auto;
    min-height: 38px;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.35;
    color: #777; }
    body.woocommerce .woocommerce-input-wrapper .select2 .select2-selection .select2-selection__rendered,
    body .woocommerce .woocommerce-input-wrapper .select2 .select2-selection .select2-selection__rendered {
      padding: 0;
      line-height: 1.35;
      color: #777; }
    body.woocommerce .woocommerce-input-wrapper .select2 .select2-selection .select2-selection__arrow,
    body .woocommerce .woocommerce-input-wrapper .select2 .select2-selection .select2-selection__arrow {
      top: 6px;
      right: 6px;
      border-left: 1px solid #D7D7D7;
      padding-left: 0px;
      width: 36px; }

body.woocommerce .create-account,
body .woocommerce .create-account {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start; }
  body.woocommerce .create-account #account_username_field,
  body .woocommerce .create-account #account_username_field {
    width: 100%; }
    @media (min-width: 992px) {
      body.woocommerce .create-account #account_username_field,
      body .woocommerce .create-account #account_username_field {
        width: 50%;
        padding-right: 6px; } }
  body.woocommerce .create-account #account_password_field,
  body .woocommerce .create-account #account_password_field {
    width: 100%; }
    @media (min-width: 992px) {
      body.woocommerce .create-account #account_password_field,
      body .woocommerce .create-account #account_password_field {
        width: 50%;
        padding-left: 6px; } }

body.woocommerce .woocommerce-additional-fields,
body .woocommerce .woocommerce-additional-fields {
  display: inline-block;
  width: 100%;
  margin: 6px 0; }

body.woocommerce .woocommerce-billing-fields__field-wrapper,
body.woocommerce .woocommerce-shippin-fields__field-wrapper,
body.woocommerce .woocommerce-additional-fields__field-wrapper,
body.woocommerce .woocommerce-address-fields__field-wrapper,
body .woocommerce .woocommerce-billing-fields__field-wrapper,
body .woocommerce .woocommerce-shippin-fields__field-wrapper,
body .woocommerce .woocommerce-additional-fields__field-wrapper,
body .woocommerce .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start; }
  body.woocommerce .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
  body.woocommerce .woocommerce-billing-fields__field-wrapper #shipping_first_name_field,
  body.woocommerce .woocommerce-shippin-fields__field-wrapper #billing_first_name_field,
  body.woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_first_name_field,
  body.woocommerce .woocommerce-additional-fields__field-wrapper #billing_first_name_field,
  body.woocommerce .woocommerce-additional-fields__field-wrapper #shipping_first_name_field,
  body.woocommerce .woocommerce-address-fields__field-wrapper #billing_first_name_field,
  body.woocommerce .woocommerce-address-fields__field-wrapper #shipping_first_name_field,
  body .woocommerce .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
  body .woocommerce .woocommerce-billing-fields__field-wrapper #shipping_first_name_field,
  body .woocommerce .woocommerce-shippin-fields__field-wrapper #billing_first_name_field,
  body .woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_first_name_field,
  body .woocommerce .woocommerce-additional-fields__field-wrapper #billing_first_name_field,
  body .woocommerce .woocommerce-additional-fields__field-wrapper #shipping_first_name_field,
  body .woocommerce .woocommerce-address-fields__field-wrapper #billing_first_name_field,
  body .woocommerce .woocommerce-address-fields__field-wrapper #shipping_first_name_field {
    width: 100%; }
    @media (min-width: 992px) {
      body.woocommerce .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
      body.woocommerce .woocommerce-billing-fields__field-wrapper #shipping_first_name_field,
      body.woocommerce .woocommerce-shippin-fields__field-wrapper #billing_first_name_field,
      body.woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_first_name_field,
      body.woocommerce .woocommerce-additional-fields__field-wrapper #billing_first_name_field,
      body.woocommerce .woocommerce-additional-fields__field-wrapper #shipping_first_name_field,
      body.woocommerce .woocommerce-address-fields__field-wrapper #billing_first_name_field,
      body.woocommerce .woocommerce-address-fields__field-wrapper #shipping_first_name_field,
      body .woocommerce .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
      body .woocommerce .woocommerce-billing-fields__field-wrapper #shipping_first_name_field,
      body .woocommerce .woocommerce-shippin-fields__field-wrapper #billing_first_name_field,
      body .woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_first_name_field,
      body .woocommerce .woocommerce-additional-fields__field-wrapper #billing_first_name_field,
      body .woocommerce .woocommerce-additional-fields__field-wrapper #shipping_first_name_field,
      body .woocommerce .woocommerce-address-fields__field-wrapper #billing_first_name_field,
      body .woocommerce .woocommerce-address-fields__field-wrapper #shipping_first_name_field {
        width: 50%;
        padding-right: 6px; } }
  body.woocommerce .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
  body.woocommerce .woocommerce-billing-fields__field-wrapper #shipping_last_name_field,
  body.woocommerce .woocommerce-shippin-fields__field-wrapper #billing_last_name_field,
  body.woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_last_name_field,
  body.woocommerce .woocommerce-additional-fields__field-wrapper #billing_last_name_field,
  body.woocommerce .woocommerce-additional-fields__field-wrapper #shipping_last_name_field,
  body.woocommerce .woocommerce-address-fields__field-wrapper #billing_last_name_field,
  body.woocommerce .woocommerce-address-fields__field-wrapper #shipping_last_name_field,
  body .woocommerce .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
  body .woocommerce .woocommerce-billing-fields__field-wrapper #shipping_last_name_field,
  body .woocommerce .woocommerce-shippin-fields__field-wrapper #billing_last_name_field,
  body .woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_last_name_field,
  body .woocommerce .woocommerce-additional-fields__field-wrapper #billing_last_name_field,
  body .woocommerce .woocommerce-additional-fields__field-wrapper #shipping_last_name_field,
  body .woocommerce .woocommerce-address-fields__field-wrapper #billing_last_name_field,
  body .woocommerce .woocommerce-address-fields__field-wrapper #shipping_last_name_field {
    width: 100%; }
    @media (min-width: 992px) {
      body.woocommerce .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
      body.woocommerce .woocommerce-billing-fields__field-wrapper #shipping_last_name_field,
      body.woocommerce .woocommerce-shippin-fields__field-wrapper #billing_last_name_field,
      body.woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_last_name_field,
      body.woocommerce .woocommerce-additional-fields__field-wrapper #billing_last_name_field,
      body.woocommerce .woocommerce-additional-fields__field-wrapper #shipping_last_name_field,
      body.woocommerce .woocommerce-address-fields__field-wrapper #billing_last_name_field,
      body.woocommerce .woocommerce-address-fields__field-wrapper #shipping_last_name_field,
      body .woocommerce .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
      body .woocommerce .woocommerce-billing-fields__field-wrapper #shipping_last_name_field,
      body .woocommerce .woocommerce-shippin-fields__field-wrapper #billing_last_name_field,
      body .woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_last_name_field,
      body .woocommerce .woocommerce-additional-fields__field-wrapper #billing_last_name_field,
      body .woocommerce .woocommerce-additional-fields__field-wrapper #shipping_last_name_field,
      body .woocommerce .woocommerce-address-fields__field-wrapper #billing_last_name_field,
      body .woocommerce .woocommerce-address-fields__field-wrapper #shipping_last_name_field {
        width: 50%;
        padding-left: 6px; } }
  body.woocommerce .woocommerce-billing-fields__field-wrapper #billing_company_field,
  body.woocommerce .woocommerce-billing-fields__field-wrapper #shipping_company_field,
  body.woocommerce .woocommerce-shippin-fields__field-wrapper #billing_company_field,
  body.woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_company_field,
  body.woocommerce .woocommerce-additional-fields__field-wrapper #billing_company_field,
  body.woocommerce .woocommerce-additional-fields__field-wrapper #shipping_company_field,
  body.woocommerce .woocommerce-address-fields__field-wrapper #billing_company_field,
  body.woocommerce .woocommerce-address-fields__field-wrapper #shipping_company_field,
  body .woocommerce .woocommerce-billing-fields__field-wrapper #billing_company_field,
  body .woocommerce .woocommerce-billing-fields__field-wrapper #shipping_company_field,
  body .woocommerce .woocommerce-shippin-fields__field-wrapper #billing_company_field,
  body .woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_company_field,
  body .woocommerce .woocommerce-additional-fields__field-wrapper #billing_company_field,
  body .woocommerce .woocommerce-additional-fields__field-wrapper #shipping_company_field,
  body .woocommerce .woocommerce-address-fields__field-wrapper #billing_company_field,
  body .woocommerce .woocommerce-address-fields__field-wrapper #shipping_company_field {
    width: 100%; }
  body.woocommerce .woocommerce-billing-fields__field-wrapper #billing_country_field,
  body.woocommerce .woocommerce-billing-fields__field-wrapper #shipping_country_field,
  body.woocommerce .woocommerce-shippin-fields__field-wrapper #billing_country_field,
  body.woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_country_field,
  body.woocommerce .woocommerce-additional-fields__field-wrapper #billing_country_field,
  body.woocommerce .woocommerce-additional-fields__field-wrapper #shipping_country_field,
  body.woocommerce .woocommerce-address-fields__field-wrapper #billing_country_field,
  body.woocommerce .woocommerce-address-fields__field-wrapper #shipping_country_field,
  body .woocommerce .woocommerce-billing-fields__field-wrapper #billing_country_field,
  body .woocommerce .woocommerce-billing-fields__field-wrapper #shipping_country_field,
  body .woocommerce .woocommerce-shippin-fields__field-wrapper #billing_country_field,
  body .woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_country_field,
  body .woocommerce .woocommerce-additional-fields__field-wrapper #billing_country_field,
  body .woocommerce .woocommerce-additional-fields__field-wrapper #shipping_country_field,
  body .woocommerce .woocommerce-address-fields__field-wrapper #billing_country_field,
  body .woocommerce .woocommerce-address-fields__field-wrapper #shipping_country_field {
    width: 100%; }
  body.woocommerce .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
  body.woocommerce .woocommerce-billing-fields__field-wrapper #shipping_address_1_field,
  body.woocommerce .woocommerce-shippin-fields__field-wrapper #billing_address_1_field,
  body.woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_address_1_field,
  body.woocommerce .woocommerce-additional-fields__field-wrapper #billing_address_1_field,
  body.woocommerce .woocommerce-additional-fields__field-wrapper #shipping_address_1_field,
  body.woocommerce .woocommerce-address-fields__field-wrapper #billing_address_1_field,
  body.woocommerce .woocommerce-address-fields__field-wrapper #shipping_address_1_field,
  body .woocommerce .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
  body .woocommerce .woocommerce-billing-fields__field-wrapper #shipping_address_1_field,
  body .woocommerce .woocommerce-shippin-fields__field-wrapper #billing_address_1_field,
  body .woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_address_1_field,
  body .woocommerce .woocommerce-additional-fields__field-wrapper #billing_address_1_field,
  body .woocommerce .woocommerce-additional-fields__field-wrapper #shipping_address_1_field,
  body .woocommerce .woocommerce-address-fields__field-wrapper #billing_address_1_field,
  body .woocommerce .woocommerce-address-fields__field-wrapper #shipping_address_1_field {
    width: 100%; }
    @media (min-width: 992px) {
      body.woocommerce .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
      body.woocommerce .woocommerce-billing-fields__field-wrapper #shipping_address_1_field,
      body.woocommerce .woocommerce-shippin-fields__field-wrapper #billing_address_1_field,
      body.woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_address_1_field,
      body.woocommerce .woocommerce-additional-fields__field-wrapper #billing_address_1_field,
      body.woocommerce .woocommerce-additional-fields__field-wrapper #shipping_address_1_field,
      body.woocommerce .woocommerce-address-fields__field-wrapper #billing_address_1_field,
      body.woocommerce .woocommerce-address-fields__field-wrapper #shipping_address_1_field,
      body .woocommerce .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
      body .woocommerce .woocommerce-billing-fields__field-wrapper #shipping_address_1_field,
      body .woocommerce .woocommerce-shippin-fields__field-wrapper #billing_address_1_field,
      body .woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_address_1_field,
      body .woocommerce .woocommerce-additional-fields__field-wrapper #billing_address_1_field,
      body .woocommerce .woocommerce-additional-fields__field-wrapper #shipping_address_1_field,
      body .woocommerce .woocommerce-address-fields__field-wrapper #billing_address_1_field,
      body .woocommerce .woocommerce-address-fields__field-wrapper #shipping_address_1_field {
        width: 50%;
        padding-right: 6px; } }
  body.woocommerce .woocommerce-billing-fields__field-wrapper #billing_address_2_field,
  body.woocommerce .woocommerce-billing-fields__field-wrapper #shipping_address_2_field,
  body.woocommerce .woocommerce-shippin-fields__field-wrapper #billing_address_2_field,
  body.woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_address_2_field,
  body.woocommerce .woocommerce-additional-fields__field-wrapper #billing_address_2_field,
  body.woocommerce .woocommerce-additional-fields__field-wrapper #shipping_address_2_field,
  body.woocommerce .woocommerce-address-fields__field-wrapper #billing_address_2_field,
  body.woocommerce .woocommerce-address-fields__field-wrapper #shipping_address_2_field,
  body .woocommerce .woocommerce-billing-fields__field-wrapper #billing_address_2_field,
  body .woocommerce .woocommerce-billing-fields__field-wrapper #shipping_address_2_field,
  body .woocommerce .woocommerce-shippin-fields__field-wrapper #billing_address_2_field,
  body .woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_address_2_field,
  body .woocommerce .woocommerce-additional-fields__field-wrapper #billing_address_2_field,
  body .woocommerce .woocommerce-additional-fields__field-wrapper #shipping_address_2_field,
  body .woocommerce .woocommerce-address-fields__field-wrapper #billing_address_2_field,
  body .woocommerce .woocommerce-address-fields__field-wrapper #shipping_address_2_field {
    width: 100%;
    align-self: flex-end; }
    @media (min-width: 992px) {
      body.woocommerce .woocommerce-billing-fields__field-wrapper #billing_address_2_field,
      body.woocommerce .woocommerce-billing-fields__field-wrapper #shipping_address_2_field,
      body.woocommerce .woocommerce-shippin-fields__field-wrapper #billing_address_2_field,
      body.woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_address_2_field,
      body.woocommerce .woocommerce-additional-fields__field-wrapper #billing_address_2_field,
      body.woocommerce .woocommerce-additional-fields__field-wrapper #shipping_address_2_field,
      body.woocommerce .woocommerce-address-fields__field-wrapper #billing_address_2_field,
      body.woocommerce .woocommerce-address-fields__field-wrapper #shipping_address_2_field,
      body .woocommerce .woocommerce-billing-fields__field-wrapper #billing_address_2_field,
      body .woocommerce .woocommerce-billing-fields__field-wrapper #shipping_address_2_field,
      body .woocommerce .woocommerce-shippin-fields__field-wrapper #billing_address_2_field,
      body .woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_address_2_field,
      body .woocommerce .woocommerce-additional-fields__field-wrapper #billing_address_2_field,
      body .woocommerce .woocommerce-additional-fields__field-wrapper #shipping_address_2_field,
      body .woocommerce .woocommerce-address-fields__field-wrapper #billing_address_2_field,
      body .woocommerce .woocommerce-address-fields__field-wrapper #shipping_address_2_field {
        width: 50%;
        padding-left: 6px; } }
  body.woocommerce .woocommerce-billing-fields__field-wrapper #billing_city_field,
  body.woocommerce .woocommerce-billing-fields__field-wrapper #shipping_city_field,
  body.woocommerce .woocommerce-shippin-fields__field-wrapper #billing_city_field,
  body.woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_city_field,
  body.woocommerce .woocommerce-additional-fields__field-wrapper #billing_city_field,
  body.woocommerce .woocommerce-additional-fields__field-wrapper #shipping_city_field,
  body.woocommerce .woocommerce-address-fields__field-wrapper #billing_city_field,
  body.woocommerce .woocommerce-address-fields__field-wrapper #shipping_city_field,
  body .woocommerce .woocommerce-billing-fields__field-wrapper #billing_city_field,
  body .woocommerce .woocommerce-billing-fields__field-wrapper #shipping_city_field,
  body .woocommerce .woocommerce-shippin-fields__field-wrapper #billing_city_field,
  body .woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_city_field,
  body .woocommerce .woocommerce-additional-fields__field-wrapper #billing_city_field,
  body .woocommerce .woocommerce-additional-fields__field-wrapper #shipping_city_field,
  body .woocommerce .woocommerce-address-fields__field-wrapper #billing_city_field,
  body .woocommerce .woocommerce-address-fields__field-wrapper #shipping_city_field {
    width: 100%; }
    @media (min-width: 992px) {
      body.woocommerce .woocommerce-billing-fields__field-wrapper #billing_city_field,
      body.woocommerce .woocommerce-billing-fields__field-wrapper #shipping_city_field,
      body.woocommerce .woocommerce-shippin-fields__field-wrapper #billing_city_field,
      body.woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_city_field,
      body.woocommerce .woocommerce-additional-fields__field-wrapper #billing_city_field,
      body.woocommerce .woocommerce-additional-fields__field-wrapper #shipping_city_field,
      body.woocommerce .woocommerce-address-fields__field-wrapper #billing_city_field,
      body.woocommerce .woocommerce-address-fields__field-wrapper #shipping_city_field,
      body .woocommerce .woocommerce-billing-fields__field-wrapper #billing_city_field,
      body .woocommerce .woocommerce-billing-fields__field-wrapper #shipping_city_field,
      body .woocommerce .woocommerce-shippin-fields__field-wrapper #billing_city_field,
      body .woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_city_field,
      body .woocommerce .woocommerce-additional-fields__field-wrapper #billing_city_field,
      body .woocommerce .woocommerce-additional-fields__field-wrapper #shipping_city_field,
      body .woocommerce .woocommerce-address-fields__field-wrapper #billing_city_field,
      body .woocommerce .woocommerce-address-fields__field-wrapper #shipping_city_field {
        width: 50%;
        padding-right: 6px; } }
  body.woocommerce .woocommerce-billing-fields__field-wrapper #billing_state_field,
  body.woocommerce .woocommerce-billing-fields__field-wrapper #shipping_state_field,
  body.woocommerce .woocommerce-shippin-fields__field-wrapper #billing_state_field,
  body.woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_state_field,
  body.woocommerce .woocommerce-additional-fields__field-wrapper #billing_state_field,
  body.woocommerce .woocommerce-additional-fields__field-wrapper #shipping_state_field,
  body.woocommerce .woocommerce-address-fields__field-wrapper #billing_state_field,
  body.woocommerce .woocommerce-address-fields__field-wrapper #shipping_state_field,
  body .woocommerce .woocommerce-billing-fields__field-wrapper #billing_state_field,
  body .woocommerce .woocommerce-billing-fields__field-wrapper #shipping_state_field,
  body .woocommerce .woocommerce-shippin-fields__field-wrapper #billing_state_field,
  body .woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_state_field,
  body .woocommerce .woocommerce-additional-fields__field-wrapper #billing_state_field,
  body .woocommerce .woocommerce-additional-fields__field-wrapper #shipping_state_field,
  body .woocommerce .woocommerce-address-fields__field-wrapper #billing_state_field,
  body .woocommerce .woocommerce-address-fields__field-wrapper #shipping_state_field {
    width: 100%; }
    @media (min-width: 992px) {
      body.woocommerce .woocommerce-billing-fields__field-wrapper #billing_state_field,
      body.woocommerce .woocommerce-billing-fields__field-wrapper #shipping_state_field,
      body.woocommerce .woocommerce-shippin-fields__field-wrapper #billing_state_field,
      body.woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_state_field,
      body.woocommerce .woocommerce-additional-fields__field-wrapper #billing_state_field,
      body.woocommerce .woocommerce-additional-fields__field-wrapper #shipping_state_field,
      body.woocommerce .woocommerce-address-fields__field-wrapper #billing_state_field,
      body.woocommerce .woocommerce-address-fields__field-wrapper #shipping_state_field,
      body .woocommerce .woocommerce-billing-fields__field-wrapper #billing_state_field,
      body .woocommerce .woocommerce-billing-fields__field-wrapper #shipping_state_field,
      body .woocommerce .woocommerce-shippin-fields__field-wrapper #billing_state_field,
      body .woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_state_field,
      body .woocommerce .woocommerce-additional-fields__field-wrapper #billing_state_field,
      body .woocommerce .woocommerce-additional-fields__field-wrapper #shipping_state_field,
      body .woocommerce .woocommerce-address-fields__field-wrapper #billing_state_field,
      body .woocommerce .woocommerce-address-fields__field-wrapper #shipping_state_field {
        width: 30%;
        padding-right: 6px;
        padding-left: 6px; } }
  body.woocommerce .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
  body.woocommerce .woocommerce-billing-fields__field-wrapper #shipping_postcode_field,
  body.woocommerce .woocommerce-shippin-fields__field-wrapper #billing_postcode_field,
  body.woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_postcode_field,
  body.woocommerce .woocommerce-additional-fields__field-wrapper #billing_postcode_field,
  body.woocommerce .woocommerce-additional-fields__field-wrapper #shipping_postcode_field,
  body.woocommerce .woocommerce-address-fields__field-wrapper #billing_postcode_field,
  body.woocommerce .woocommerce-address-fields__field-wrapper #shipping_postcode_field,
  body .woocommerce .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
  body .woocommerce .woocommerce-billing-fields__field-wrapper #shipping_postcode_field,
  body .woocommerce .woocommerce-shippin-fields__field-wrapper #billing_postcode_field,
  body .woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_postcode_field,
  body .woocommerce .woocommerce-additional-fields__field-wrapper #billing_postcode_field,
  body .woocommerce .woocommerce-additional-fields__field-wrapper #shipping_postcode_field,
  body .woocommerce .woocommerce-address-fields__field-wrapper #billing_postcode_field,
  body .woocommerce .woocommerce-address-fields__field-wrapper #shipping_postcode_field {
    width: 100%; }
    @media (min-width: 992px) {
      body.woocommerce .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
      body.woocommerce .woocommerce-billing-fields__field-wrapper #shipping_postcode_field,
      body.woocommerce .woocommerce-shippin-fields__field-wrapper #billing_postcode_field,
      body.woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_postcode_field,
      body.woocommerce .woocommerce-additional-fields__field-wrapper #billing_postcode_field,
      body.woocommerce .woocommerce-additional-fields__field-wrapper #shipping_postcode_field,
      body.woocommerce .woocommerce-address-fields__field-wrapper #billing_postcode_field,
      body.woocommerce .woocommerce-address-fields__field-wrapper #shipping_postcode_field,
      body .woocommerce .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
      body .woocommerce .woocommerce-billing-fields__field-wrapper #shipping_postcode_field,
      body .woocommerce .woocommerce-shippin-fields__field-wrapper #billing_postcode_field,
      body .woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_postcode_field,
      body .woocommerce .woocommerce-additional-fields__field-wrapper #billing_postcode_field,
      body .woocommerce .woocommerce-additional-fields__field-wrapper #shipping_postcode_field,
      body .woocommerce .woocommerce-address-fields__field-wrapper #billing_postcode_field,
      body .woocommerce .woocommerce-address-fields__field-wrapper #shipping_postcode_field {
        width: 20%;
        padding-left: 6px; } }
  body.woocommerce .woocommerce-billing-fields__field-wrapper #billing_phone_field,
  body.woocommerce .woocommerce-billing-fields__field-wrapper #shipping_phone_field,
  body.woocommerce .woocommerce-shippin-fields__field-wrapper #billing_phone_field,
  body.woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_phone_field,
  body.woocommerce .woocommerce-additional-fields__field-wrapper #billing_phone_field,
  body.woocommerce .woocommerce-additional-fields__field-wrapper #shipping_phone_field,
  body.woocommerce .woocommerce-address-fields__field-wrapper #billing_phone_field,
  body.woocommerce .woocommerce-address-fields__field-wrapper #shipping_phone_field,
  body .woocommerce .woocommerce-billing-fields__field-wrapper #billing_phone_field,
  body .woocommerce .woocommerce-billing-fields__field-wrapper #shipping_phone_field,
  body .woocommerce .woocommerce-shippin-fields__field-wrapper #billing_phone_field,
  body .woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_phone_field,
  body .woocommerce .woocommerce-additional-fields__field-wrapper #billing_phone_field,
  body .woocommerce .woocommerce-additional-fields__field-wrapper #shipping_phone_field,
  body .woocommerce .woocommerce-address-fields__field-wrapper #billing_phone_field,
  body .woocommerce .woocommerce-address-fields__field-wrapper #shipping_phone_field {
    width: 100%; }
    @media (min-width: 992px) {
      body.woocommerce .woocommerce-billing-fields__field-wrapper #billing_phone_field,
      body.woocommerce .woocommerce-billing-fields__field-wrapper #shipping_phone_field,
      body.woocommerce .woocommerce-shippin-fields__field-wrapper #billing_phone_field,
      body.woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_phone_field,
      body.woocommerce .woocommerce-additional-fields__field-wrapper #billing_phone_field,
      body.woocommerce .woocommerce-additional-fields__field-wrapper #shipping_phone_field,
      body.woocommerce .woocommerce-address-fields__field-wrapper #billing_phone_field,
      body.woocommerce .woocommerce-address-fields__field-wrapper #shipping_phone_field,
      body .woocommerce .woocommerce-billing-fields__field-wrapper #billing_phone_field,
      body .woocommerce .woocommerce-billing-fields__field-wrapper #shipping_phone_field,
      body .woocommerce .woocommerce-shippin-fields__field-wrapper #billing_phone_field,
      body .woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_phone_field,
      body .woocommerce .woocommerce-additional-fields__field-wrapper #billing_phone_field,
      body .woocommerce .woocommerce-additional-fields__field-wrapper #shipping_phone_field,
      body .woocommerce .woocommerce-address-fields__field-wrapper #billing_phone_field,
      body .woocommerce .woocommerce-address-fields__field-wrapper #shipping_phone_field {
        width: 50%;
        padding-right: 6px; } }
  body.woocommerce .woocommerce-billing-fields__field-wrapper #billing_email_field,
  body.woocommerce .woocommerce-billing-fields__field-wrapper #shipping_email_field,
  body.woocommerce .woocommerce-shippin-fields__field-wrapper #billing_email_field,
  body.woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_email_field,
  body.woocommerce .woocommerce-additional-fields__field-wrapper #billing_email_field,
  body.woocommerce .woocommerce-additional-fields__field-wrapper #shipping_email_field,
  body.woocommerce .woocommerce-address-fields__field-wrapper #billing_email_field,
  body.woocommerce .woocommerce-address-fields__field-wrapper #shipping_email_field,
  body .woocommerce .woocommerce-billing-fields__field-wrapper #billing_email_field,
  body .woocommerce .woocommerce-billing-fields__field-wrapper #shipping_email_field,
  body .woocommerce .woocommerce-shippin-fields__field-wrapper #billing_email_field,
  body .woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_email_field,
  body .woocommerce .woocommerce-additional-fields__field-wrapper #billing_email_field,
  body .woocommerce .woocommerce-additional-fields__field-wrapper #shipping_email_field,
  body .woocommerce .woocommerce-address-fields__field-wrapper #billing_email_field,
  body .woocommerce .woocommerce-address-fields__field-wrapper #shipping_email_field {
    width: 100%; }
    @media (min-width: 992px) {
      body.woocommerce .woocommerce-billing-fields__field-wrapper #billing_email_field,
      body.woocommerce .woocommerce-billing-fields__field-wrapper #shipping_email_field,
      body.woocommerce .woocommerce-shippin-fields__field-wrapper #billing_email_field,
      body.woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_email_field,
      body.woocommerce .woocommerce-additional-fields__field-wrapper #billing_email_field,
      body.woocommerce .woocommerce-additional-fields__field-wrapper #shipping_email_field,
      body.woocommerce .woocommerce-address-fields__field-wrapper #billing_email_field,
      body.woocommerce .woocommerce-address-fields__field-wrapper #shipping_email_field,
      body .woocommerce .woocommerce-billing-fields__field-wrapper #billing_email_field,
      body .woocommerce .woocommerce-billing-fields__field-wrapper #shipping_email_field,
      body .woocommerce .woocommerce-shippin-fields__field-wrapper #billing_email_field,
      body .woocommerce .woocommerce-shippin-fields__field-wrapper #shipping_email_field,
      body .woocommerce .woocommerce-additional-fields__field-wrapper #billing_email_field,
      body .woocommerce .woocommerce-additional-fields__field-wrapper #shipping_email_field,
      body .woocommerce .woocommerce-address-fields__field-wrapper #billing_email_field,
      body .woocommerce .woocommerce-address-fields__field-wrapper #shipping_email_field {
        width: 50%;
        padding-left: 6px; } }
  body.woocommerce .woocommerce-billing-fields__field-wrapper #order_comments_field,
  body.woocommerce .woocommerce-shippin-fields__field-wrapper #order_comments_field,
  body.woocommerce .woocommerce-additional-fields__field-wrapper #order_comments_field,
  body.woocommerce .woocommerce-address-fields__field-wrapper #order_comments_field,
  body .woocommerce .woocommerce-billing-fields__field-wrapper #order_comments_field,
  body .woocommerce .woocommerce-shippin-fields__field-wrapper #order_comments_field,
  body .woocommerce .woocommerce-additional-fields__field-wrapper #order_comments_field,
  body .woocommerce .woocommerce-address-fields__field-wrapper #order_comments_field {
    width: 100%; }

body.woocommerce .woocommerce-address-fields p:last-of-type,
body .woocommerce .woocommerce-address-fields p:last-of-type {
  text-align: center; }

body.woocommerce .woocommerce-message,
body .woocommerce .woocommerce-message {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0 0 15px; }
  body.woocommerce .woocommerce-message .button,
  body .woocommerce .woocommerce-message .button {
    display: block;
    margin: 0 0 15px; }
    @media (min-width: 992px) {
      body.woocommerce .woocommerce-message .button,
      body .woocommerce .woocommerce-message .button {
        display: inline-block;
        margin: 0 6px 0 0; } }

body.woocommerce .woocommerce-Payment,
body .woocommerce .woocommerce-Payment {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0; }
  body.woocommerce .woocommerce-Payment .payment_methods,
  body .woocommerce .woocommerce-Payment .payment_methods {
    display: inline-block;
    list-style: none;
    width: 100%;
    margin: 0 0 9px;
    padding: 0; }
    body.woocommerce .woocommerce-Payment .payment_methods .wc_payment_method,
    body.woocommerce .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod,
    body .woocommerce .woocommerce-Payment .payment_methods .wc_payment_method,
    body .woocommerce .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod {
      display: inline-block;
      width: 100%;
      border: 1px solid #d7d7d7;
      border-radius: 6px;
      padding: 12px 21px;
      margin: 0 0 15px; }
      body.woocommerce .woocommerce-Payment .payment_methods .wc_payment_method .wc-credit-card-form .wc-stripe-elements-field,
      body.woocommerce .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .wc-credit-card-form .wc-stripe-elements-field,
      body .woocommerce .woocommerce-Payment .payment_methods .wc_payment_method .wc-credit-card-form .wc-stripe-elements-field,
      body .woocommerce .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .wc-credit-card-form .wc-stripe-elements-field {
        margin: 0 0 15px; }
      body.woocommerce .woocommerce-Payment .payment_methods .wc_payment_method .wc-credit-card-form br,
      body.woocommerce .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .wc-credit-card-form br,
      body .woocommerce .woocommerce-Payment .payment_methods .wc_payment_method .wc-credit-card-form br,
      body .woocommerce .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .wc-credit-card-form br {
        display: none; }
      body.woocommerce .woocommerce-Payment .payment_methods .wc_payment_method .woocommerce-validated,
      body.woocommerce .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .woocommerce-validated,
      body .woocommerce .woocommerce-Payment .payment_methods .wc_payment_method .woocommerce-validated,
      body .woocommerce .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .woocommerce-validated {
        margin: 0;
        padding: 0; }
        body.woocommerce .woocommerce-Payment .payment_methods .wc_payment_method .woocommerce-validated input,
        body.woocommerce .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .woocommerce-validated input,
        body .woocommerce .woocommerce-Payment .payment_methods .wc_payment_method .woocommerce-validated input,
        body .woocommerce .woocommerce-Payment .payment_methods .woocommerce-PaymentMethod .woocommerce-validated input {
          margin-right: 4px; }
  body.woocommerce .woocommerce-Payment .form-row,
  body .woocommerce .woocommerce-Payment .form-row {
    text-align: center; }

body.woocommerce .woocommerce-checkout,
body .woocommerce .woocommerce-checkout {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0; }
  body.woocommerce .woocommerce-checkout .col2-set,
  body .woocommerce .woocommerce-checkout .col2-set {
    display: inline-block;
    width: 100%; }
    body.woocommerce .woocommerce-checkout .col2-set .col-1,
    body .woocommerce .woocommerce-checkout .col2-set .col-1 {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      min-width: 100%;
      padding: 0; }
    body.woocommerce .woocommerce-checkout .col2-set .col-2,
    body .woocommerce .woocommerce-checkout .col2-set .col-2 {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      min-width: 100%;
      padding: 0; }
  body.woocommerce .woocommerce-checkout .woocommerce-billing-fields h3,
  body .woocommerce .woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 24px; }
  body.woocommerce .woocommerce-checkout #order_review_heading,
  body .woocommerce .woocommerce-checkout #order_review_heading {
    font-size: 24px; }
  body.woocommerce .woocommerce-checkout .woocommerce-checkout-payment,
  body.woocommerce .woocommerce-checkout .woocommerce-Payment,
  body .woocommerce .woocommerce-checkout .woocommerce-checkout-payment,
  body .woocommerce .woocommerce-checkout .woocommerce-Payment {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0; }
    body.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .payment_methods,
    body.woocommerce .woocommerce-checkout .woocommerce-Payment .payment_methods,
    body .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .payment_methods,
    body .woocommerce .woocommerce-checkout .woocommerce-Payment .payment_methods {
      display: inline-block;
      list-style: none;
      width: 100%;
      margin: 0 0 9px;
      padding: 0; }
      body.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method,
      body.woocommerce .woocommerce-checkout .woocommerce-Payment .payment_methods .wc_payment_method,
      body .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method,
      body .woocommerce .woocommerce-checkout .woocommerce-Payment .payment_methods .wc_payment_method {
        display: inline-block;
        width: 100%;
        border: 1px solid #d7d7d7;
        border-radius: 6px;
        padding: 12px 21px;
        margin: 0 0 15px; }
        body.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method .wc-credit-card-form .wc-stripe-elements-field,
        body.woocommerce .woocommerce-checkout .woocommerce-Payment .payment_methods .wc_payment_method .wc-credit-card-form .wc-stripe-elements-field,
        body .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method .wc-credit-card-form .wc-stripe-elements-field,
        body .woocommerce .woocommerce-checkout .woocommerce-Payment .payment_methods .wc_payment_method .wc-credit-card-form .wc-stripe-elements-field {
          margin: 0 0 15px; }
        body.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method .wc-credit-card-form br,
        body.woocommerce .woocommerce-checkout .woocommerce-Payment .payment_methods .wc_payment_method .wc-credit-card-form br,
        body .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method .wc-credit-card-form br,
        body .woocommerce .woocommerce-checkout .woocommerce-Payment .payment_methods .wc_payment_method .wc-credit-card-form br {
          display: none; }
        body.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method .woocommerce-validated,
        body.woocommerce .woocommerce-checkout .woocommerce-Payment .payment_methods .wc_payment_method .woocommerce-validated,
        body .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method .woocommerce-validated,
        body .woocommerce .woocommerce-checkout .woocommerce-Payment .payment_methods .wc_payment_method .woocommerce-validated {
          margin: 0;
          padding: 0; }
          body.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method .woocommerce-validated input,
          body.woocommerce .woocommerce-checkout .woocommerce-Payment .payment_methods .wc_payment_method .woocommerce-validated input,
          body .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method .woocommerce-validated input,
          body .woocommerce .woocommerce-checkout .woocommerce-Payment .payment_methods .wc_payment_method .woocommerce-validated input {
            margin-right: 4px; }
    body.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .form-row,
    body.woocommerce .woocommerce-checkout .woocommerce-Payment .form-row,
    body .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .form-row,
    body .woocommerce .woocommerce-checkout .woocommerce-Payment .form-row {
      text-align: center; }
  body.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order,
  body .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order {
    display: inline-block;
    width: 100%; }
    body.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .product-total,
    body .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .product-total {
      width: 100px;
      text-align: right; }
    body.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .place-order,
    body .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .place-order {
      text-align: center;
      margin: 0 0 15px; }
      body.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper,
      body .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper {
        display: inline-block;
        width: 100%;
        margin: 0 0 6px; }
        body.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-form__input-checkbox,
        body .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-form__input-checkbox {
          margin-right: 4px; }
      body.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .place-order .button,
      body .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .place-order .button {
        padding: 12px 30px;
        font-size: 18px; }

body.woocommerce .woocommerce-MyAccount-navigation,
body .woocommerce .woocommerce-MyAccount-navigation {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0; }
  body.woocommerce .woocommerce-MyAccount-navigation ul,
  body .woocommerce .woocommerce-MyAccount-navigation ul {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    border: 0; }
    @media (min-width: 992px) {
      body.woocommerce .woocommerce-MyAccount-navigation ul,
      body .woocommerce .woocommerce-MyAccount-navigation ul {
        margin: 0 0 18px; } }
    body.woocommerce .woocommerce-MyAccount-navigation ul li,
    body .woocommerce .woocommerce-MyAccount-navigation ul li {
      display: block;
      margin: 0 0 6px;
      padding: 0;
      border: 1px solid #009fc7;
      border-radius: 0px;
      font-weight: bold; }
      @media (min-width: 992px) {
        body.woocommerce .woocommerce-MyAccount-navigation ul li,
        body .woocommerce .woocommerce-MyAccount-navigation ul li {
          display: inline-block;
          margin: 0 3px 6px 0;
          font-size: 90%; } }
      body.woocommerce .woocommerce-MyAccount-navigation ul li a,
      body.woocommerce .woocommerce-MyAccount-navigation ul li a:active,
      body.woocommerce .woocommerce-MyAccount-navigation ul li a:focus,
      body.woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
      body .woocommerce .woocommerce-MyAccount-navigation ul li a,
      body .woocommerce .woocommerce-MyAccount-navigation ul li a:active,
      body .woocommerce .woocommerce-MyAccount-navigation ul li a:focus,
      body .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
        display: block;
        padding: 9px 21px;
        text-align: center; }
      body.woocommerce .woocommerce-MyAccount-navigation ul li.is-active,
      body .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
        border: 1px solid #D7D7D7; }
        body.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
        body.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:active,
        body.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:focus,
        body.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:hover,
        body .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
        body .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:active,
        body .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:focus,
        body .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:hover {
          color: #878A8C; }

body.woocommerce .addresses,
body .woocommerce .addresses {
  display: inline-block;
  width: 100%; }
  body.woocommerce .addresses .col-1,
  body .woocommerce .addresses .col-1 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px; }
    @media (min-width: 992px) {
      body.woocommerce .addresses .col-1,
      body .woocommerce .addresses .col-1 {
        padding-right: 6px;
        width: 49%; } }
  body.woocommerce .addresses .col-2,
  body .woocommerce .addresses .col-2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px; }
    @media (min-width: 992px) {
      body.woocommerce .addresses .col-2,
      body .woocommerce .addresses .col-2 {
        padding-left: 6px;
        width: 49%; } }

body.woocommerce .custom-tabs,
body .woocommerce .custom-tabs {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0; }
  body.woocommerce .custom-tabs ul.tabs,
  body .woocommerce .custom-tabs ul.tabs {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    border: 0; }
    body.woocommerce .custom-tabs ul.tabs li,
    body .woocommerce .custom-tabs ul.tabs li {
      display: block;
      margin: 0 0 6px;
      padding: 0;
      border: 1px solid #009fc7;
      border-radius: 0px;
      font-weight: bold; }
      @media (min-width: 992px) {
        body.woocommerce .custom-tabs ul.tabs li,
        body .woocommerce .custom-tabs ul.tabs li {
          display: inline-block;
          margin: 0 3px 6px 0;
          font-size: 90%; } }
      body.woocommerce .custom-tabs ul.tabs li a,
      body.woocommerce .custom-tabs ul.tabs li a:active,
      body.woocommerce .custom-tabs ul.tabs li a:focus,
      body.woocommerce .custom-tabs ul.tabs li a:hover,
      body .woocommerce .custom-tabs ul.tabs li a,
      body .woocommerce .custom-tabs ul.tabs li a:active,
      body .woocommerce .custom-tabs ul.tabs li a:focus,
      body .woocommerce .custom-tabs ul.tabs li a:hover {
        display: block;
        padding: 9px 21px;
        text-align: center; }
      body.woocommerce .custom-tabs ul.tabs li.active,
      body .woocommerce .custom-tabs ul.tabs li.active {
        border: 1px solid #D7D7D7; }
        body.woocommerce .custom-tabs ul.tabs li.active a,
        body.woocommerce .custom-tabs ul.tabs li.active a:active,
        body.woocommerce .custom-tabs ul.tabs li.active a:focus,
        body.woocommerce .custom-tabs ul.tabs li.active a:hover,
        body .woocommerce .custom-tabs ul.tabs li.active a,
        body .woocommerce .custom-tabs ul.tabs li.active a:active,
        body .woocommerce .custom-tabs ul.tabs li.active a:focus,
        body .woocommerce .custom-tabs ul.tabs li.active a:hover {
          color: #878A8C; }
  body.woocommerce .custom-tabs .entry-content,
  body .woocommerce .custom-tabs .entry-content {
    margin: 0;
    padding: 0; }

body.woocommerce .single-product-price,
body .woocommerce .single-product-price {
  display: block;
  font-size: 90%;
  opacity: 0.8;
  color: #81D742;
  margin: 15px 0 5px; }
  body.woocommerce .single-product-price ins,
  body .woocommerce .single-product-price ins {
    text-decoration: none; }

body.woocommerce .article-post,
body .woocommerce .article-post {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 36px;
  padding: 0; }
  body.woocommerce .article-post .featured-image,
  body .woocommerce .article-post .featured-image {
    display: inline-block;
    width: 100%;
    background-color: #D7D7D7;
    padding: 9px;
    margin: 0 0 18px;
    text-align: center; }
    body.woocommerce .article-post .featured-image img,
    body .woocommerce .article-post .featured-image img {
      display: inline-block; }

body.woocommerce .woocommerce-cart-form .shop_table,
body .woocommerce .woocommerce-cart-form .shop_table {
  margin: 0;
  padding: 0; }
  body.woocommerce .woocommerce-cart-form .shop_table .cart_item,
  body .woocommerce .woocommerce-cart-form .shop_table .cart_item {
    padding-top: 15px;
    padding-bottom: 15px; }
  body.woocommerce .woocommerce-cart-form .shop_table .product-thumbnail,
  body.woocommerce .woocommerce-cart-form .shop_table .product-price,
  body.woocommerce .woocommerce-cart-form .shop_table .product-quantity,
  body .woocommerce .woocommerce-cart-form .shop_table .product-thumbnail,
  body .woocommerce .woocommerce-cart-form .shop_table .product-price,
  body .woocommerce .woocommerce-cart-form .shop_table .product-quantity {
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden; }
  body.woocommerce .woocommerce-cart-form .shop_table .product-remove,
  body .woocommerce .woocommerce-cart-form .shop_table .product-remove {
    width: 100%;
    max-width: 100%;
    text-align: center; }
    @media (min-width: 992px) {
      body.woocommerce .woocommerce-cart-form .shop_table .product-remove,
      body .woocommerce .woocommerce-cart-form .shop_table .product-remove {
        width: 48px;
        max-width: 48px; } }
    body.woocommerce .woocommerce-cart-form .shop_table .product-remove a,
    body.woocommerce .woocommerce-cart-form .shop_table .product-remove a:focus,
    body.woocommerce .woocommerce-cart-form .shop_table .product-remove a:active,
    body.woocommerce .woocommerce-cart-form .shop_table .product-remove a:hover,
    body .woocommerce .woocommerce-cart-form .shop_table .product-remove a,
    body .woocommerce .woocommerce-cart-form .shop_table .product-remove a:focus,
    body .woocommerce .woocommerce-cart-form .shop_table .product-remove a:active,
    body .woocommerce .woocommerce-cart-form .shop_table .product-remove a:hover {
      display: inline-block;
      color: #DD3333;
      font-size: 12px;
      border: 1px solid #DD3333;
      border-radius: 50%;
      width: 21px;
      height: 21px;
      line-height: 19px;
      padding-left: 1px;
      text-align: center; }
  body.woocommerce .woocommerce-cart-form .shop_table .product-thumbnail,
  body .woocommerce .woocommerce-cart-form .shop_table .product-thumbnail {
    width: 100%;
    max-width: 100%;
    text-align: center; }
    @media (min-width: 992px) {
      body.woocommerce .woocommerce-cart-form .shop_table .product-thumbnail,
      body .woocommerce .woocommerce-cart-form .shop_table .product-thumbnail {
        width: 124px;
        max-width: 124px; } }
    body.woocommerce .woocommerce-cart-form .shop_table .product-thumbnail a,
    body .woocommerce .woocommerce-cart-form .shop_table .product-thumbnail a {
      display: inline-block;
      width: 100px;
      background-color: #F0F0F0;
      padding: 12px; }
  body.woocommerce .woocommerce-cart-form .shop_table .product-name,
  body .woocommerce .woocommerce-cart-form .shop_table .product-name {
    width: 100%;
    text-align: center; }
    @media (min-width: 992px) {
      body.woocommerce .woocommerce-cart-form .shop_table .product-name,
      body .woocommerce .woocommerce-cart-form .shop_table .product-name {
        text-align: left; } }
    body.woocommerce .woocommerce-cart-form .shop_table .product-name .variation,
    body .woocommerce .woocommerce-cart-form .shop_table .product-name .variation {
      display: inline-block;
      width: 100%;
      margin: 6px 0 0;
      padding: 0; }
      body.woocommerce .woocommerce-cart-form .shop_table .product-name .variation p,
      body .woocommerce .woocommerce-cart-form .shop_table .product-name .variation p {
        margin: 0;
        padding: 0; }
  body.woocommerce .woocommerce-cart-form .shop_table .product-subtotal,
  body .woocommerce .woocommerce-cart-form .shop_table .product-subtotal {
    width: 100%;
    max-width: 100%;
    text-align: center; }
    @media (min-width: 992px) {
      body.woocommerce .woocommerce-cart-form .shop_table .product-subtotal,
      body .woocommerce .woocommerce-cart-form .shop_table .product-subtotal {
        width: 100px;
        max-width: 100px; } }
  body.woocommerce .woocommerce-cart-form .shop_table thead,
  body .woocommerce .woocommerce-cart-form .shop_table thead {
    display: none; }
  body.woocommerce .woocommerce-cart-form .shop_table tbody,
  body .woocommerce .woocommerce-cart-form .shop_table tbody {
    text-align: center; }
    body.woocommerce .woocommerce-cart-form .shop_table tbody tr,
    body .woocommerce .woocommerce-cart-form .shop_table tbody tr {
      display: inline-block;
      width: 150px;
      margin: 0 6px 15px;
      border: 1px solid #D7D7D7;
      border-radius: 0px; }
      @media (min-width: 992px) {
        body.woocommerce .woocommerce-cart-form .shop_table tbody tr,
        body .woocommerce .woocommerce-cart-form .shop_table tbody tr {
          width: 100%;
          margin: 0 0 15px; } }
      body.woocommerce .woocommerce-cart-form .shop_table tbody tr:last-of-type,
      body .woocommerce .woocommerce-cart-form .shop_table tbody tr:last-of-type {
        display: none; }
      body.woocommerce .woocommerce-cart-form .shop_table tbody tr td,
      body .woocommerce .woocommerce-cart-form .shop_table tbody tr td {
        display: block;
        padding: 12px;
        vertical-align: middle; }
        @media (min-width: 992px) {
          body.woocommerce .woocommerce-cart-form .shop_table tbody tr td,
          body .woocommerce .woocommerce-cart-form .shop_table tbody tr td {
            display: table-cell; } }

body.woocommerce .cart-collaterals .cart_totals h2,
body .woocommerce .cart-collaterals .cart_totals h2 {
  display: none; }

body.woocommerce .cart-collaterals .cart_totals .shop_table,
body .woocommerce .cart-collaterals .cart_totals .shop_table {
  display: none; }

body.woocommerce .cart-collaterals .cart_totals #wc-stripe-payment-request-wrapper,
body.woocommerce .cart-collaterals .cart_totals #wc-stripe-payment-request-button-separator,
body .woocommerce .cart-collaterals .cart_totals #wc-stripe-payment-request-wrapper,
body .woocommerce .cart-collaterals .cart_totals #wc-stripe-payment-request-button-separator {
  display: none !important; }

body.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout,
body .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0 0 15px 0; }

body .select2-container .select2-dropdown {
  border-color: #D7D7D7; }
  body .select2-container .select2-dropdown .select2-search__field {
    border-color: #D7D7D7;
    padding: 9px 15px;
    height: auto;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.35;
    color: #777; }

.text-color-white,
.text-color-white a,
.text-color-white a:focus,
.text-color-white a:active,
.text-color-white a:hover,
a.text-color-white,
a.text-color-white:focus,
a.text-color-white:active,
a.text-color-white:hover,
.has-white-color,
.has-white-color a,
.has-white-color a:focus,
.has-white-color a:active,
.has-white-color a:hover,
a.has-white-color,
a.has-white-color:focus,
a.has-white-color:active,
a.has-white-color:hover {
  color: #FFFFFF !important; }

@media (min-width: 576px) {
  .text-color-sm-white,
  .text-color-sm-white a,
  .text-color-sm-white a:focus,
  .text-color-sm-white a:active,
  .text-color-sm-white a:hover,
  a.text-color-sm-white,
  a.text-color-sm-white:focus,
  a.text-color-sm-white:active,
  a.text-color-sm-white:hover {
    color: #FFFFFF !important; } }

@media (min-width: 768px) {
  .text-color-md-white,
  .text-color-md-white a,
  .text-color-md-white a:focus,
  .text-color-md-white a:active,
  .text-color-md-white a:hover,
  a.text-color-md-white,
  a.text-color-md-white:focus,
  a.text-color-md-white:active,
  a.text-color-md-white:hover {
    color: #FFFFFF !important; } }

@media (min-width: 992px) {
  .text-color-lg-white,
  .text-color-lg-white a,
  .text-color-lg-white a:focus,
  .text-color-lg-white a:active,
  .text-color-lg-white a:hover,
  a.text-color-lg-white,
  a.text-color-lg-white:focus,
  a.text-color-lg-white:active,
  a.text-color-lg-white:hover {
    color: #FFFFFF !important; } }

@media (min-width: 1200px) {
  .text-color-xl-white,
  .text-color-xl-white a,
  .text-color-xl-white a:focus,
  .text-color-xl-white a:active,
  .text-color-xl-white a:hover,
  a.text-color-xl-white,
  a.text-color-xl-white:focus,
  a.text-color-xl-white:active,
  a.text-color-xl-white:hover {
    color: #FFFFFF !important; } }

.text-color-black,
.text-color-black a,
.text-color-black a:focus,
.text-color-black a:active,
.text-color-black a:hover,
a.text-color-black,
a.text-color-black:focus,
a.text-color-black:active,
a.text-color-black:hover,
.has-black-color,
.has-black-color a,
.has-black-color a:focus,
.has-black-color a:active,
.has-black-color a:hover,
a.has-black-color,
a.has-black-color:focus,
a.has-black-color:active,
a.has-black-color:hover {
  color: #000000 !important; }

@media (min-width: 576px) {
  .text-color-sm-black,
  .text-color-sm-black a,
  .text-color-sm-black a:focus,
  .text-color-sm-black a:active,
  .text-color-sm-black a:hover,
  a.text-color-sm-black,
  a.text-color-sm-black:focus,
  a.text-color-sm-black:active,
  a.text-color-sm-black:hover {
    color: #000000 !important; } }

@media (min-width: 768px) {
  .text-color-md-black,
  .text-color-md-black a,
  .text-color-md-black a:focus,
  .text-color-md-black a:active,
  .text-color-md-black a:hover,
  a.text-color-md-black,
  a.text-color-md-black:focus,
  a.text-color-md-black:active,
  a.text-color-md-black:hover {
    color: #000000 !important; } }

@media (min-width: 992px) {
  .text-color-lg-black,
  .text-color-lg-black a,
  .text-color-lg-black a:focus,
  .text-color-lg-black a:active,
  .text-color-lg-black a:hover,
  a.text-color-lg-black,
  a.text-color-lg-black:focus,
  a.text-color-lg-black:active,
  a.text-color-lg-black:hover {
    color: #000000 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-black,
  .text-color-xl-black a,
  .text-color-xl-black a:focus,
  .text-color-xl-black a:active,
  .text-color-xl-black a:hover,
  a.text-color-xl-black,
  a.text-color-xl-black:focus,
  a.text-color-xl-black:active,
  a.text-color-xl-black:hover {
    color: #000000 !important; } }

.text-color-very-dark-grey,
.text-color-very-dark-grey a,
.text-color-very-dark-grey a:focus,
.text-color-very-dark-grey a:active,
.text-color-very-dark-grey a:hover,
a.text-color-very-dark-grey,
a.text-color-very-dark-grey:focus,
a.text-color-very-dark-grey:active,
a.text-color-very-dark-grey:hover,
.has-very-dark-grey-color,
.has-very-dark-grey-color a,
.has-very-dark-grey-color a:focus,
.has-very-dark-grey-color a:active,
.has-very-dark-grey-color a:hover,
a.has-very-dark-grey-color,
a.has-very-dark-grey-color:focus,
a.has-very-dark-grey-color:active,
a.has-very-dark-grey-color:hover {
  color: #3F3F3F !important; }

@media (min-width: 576px) {
  .text-color-sm-very-dark-grey,
  .text-color-sm-very-dark-grey a,
  .text-color-sm-very-dark-grey a:focus,
  .text-color-sm-very-dark-grey a:active,
  .text-color-sm-very-dark-grey a:hover,
  a.text-color-sm-very-dark-grey,
  a.text-color-sm-very-dark-grey:focus,
  a.text-color-sm-very-dark-grey:active,
  a.text-color-sm-very-dark-grey:hover {
    color: #3F3F3F !important; } }

@media (min-width: 768px) {
  .text-color-md-very-dark-grey,
  .text-color-md-very-dark-grey a,
  .text-color-md-very-dark-grey a:focus,
  .text-color-md-very-dark-grey a:active,
  .text-color-md-very-dark-grey a:hover,
  a.text-color-md-very-dark-grey,
  a.text-color-md-very-dark-grey:focus,
  a.text-color-md-very-dark-grey:active,
  a.text-color-md-very-dark-grey:hover {
    color: #3F3F3F !important; } }

@media (min-width: 992px) {
  .text-color-lg-very-dark-grey,
  .text-color-lg-very-dark-grey a,
  .text-color-lg-very-dark-grey a:focus,
  .text-color-lg-very-dark-grey a:active,
  .text-color-lg-very-dark-grey a:hover,
  a.text-color-lg-very-dark-grey,
  a.text-color-lg-very-dark-grey:focus,
  a.text-color-lg-very-dark-grey:active,
  a.text-color-lg-very-dark-grey:hover {
    color: #3F3F3F !important; } }

@media (min-width: 1200px) {
  .text-color-xl-very-dark-grey,
  .text-color-xl-very-dark-grey a,
  .text-color-xl-very-dark-grey a:focus,
  .text-color-xl-very-dark-grey a:active,
  .text-color-xl-very-dark-grey a:hover,
  a.text-color-xl-very-dark-grey,
  a.text-color-xl-very-dark-grey:focus,
  a.text-color-xl-very-dark-grey:active,
  a.text-color-xl-very-dark-grey:hover {
    color: #3F3F3F !important; } }

.text-color-dark-grey,
.text-color-dark-grey a,
.text-color-dark-grey a:focus,
.text-color-dark-grey a:active,
.text-color-dark-grey a:hover,
a.text-color-dark-grey,
a.text-color-dark-grey:focus,
a.text-color-dark-grey:active,
a.text-color-dark-grey:hover,
.has-dark-grey-color,
.has-dark-grey-color a,
.has-dark-grey-color a:focus,
.has-dark-grey-color a:active,
.has-dark-grey-color a:hover,
a.has-dark-grey-color,
a.has-dark-grey-color:focus,
a.has-dark-grey-color:active,
a.has-dark-grey-color:hover {
  color: #4F4F4F !important; }

@media (min-width: 576px) {
  .text-color-sm-dark-grey,
  .text-color-sm-dark-grey a,
  .text-color-sm-dark-grey a:focus,
  .text-color-sm-dark-grey a:active,
  .text-color-sm-dark-grey a:hover,
  a.text-color-sm-dark-grey,
  a.text-color-sm-dark-grey:focus,
  a.text-color-sm-dark-grey:active,
  a.text-color-sm-dark-grey:hover {
    color: #4F4F4F !important; } }

@media (min-width: 768px) {
  .text-color-md-dark-grey,
  .text-color-md-dark-grey a,
  .text-color-md-dark-grey a:focus,
  .text-color-md-dark-grey a:active,
  .text-color-md-dark-grey a:hover,
  a.text-color-md-dark-grey,
  a.text-color-md-dark-grey:focus,
  a.text-color-md-dark-grey:active,
  a.text-color-md-dark-grey:hover {
    color: #4F4F4F !important; } }

@media (min-width: 992px) {
  .text-color-lg-dark-grey,
  .text-color-lg-dark-grey a,
  .text-color-lg-dark-grey a:focus,
  .text-color-lg-dark-grey a:active,
  .text-color-lg-dark-grey a:hover,
  a.text-color-lg-dark-grey,
  a.text-color-lg-dark-grey:focus,
  a.text-color-lg-dark-grey:active,
  a.text-color-lg-dark-grey:hover {
    color: #4F4F4F !important; } }

@media (min-width: 1200px) {
  .text-color-xl-dark-grey,
  .text-color-xl-dark-grey a,
  .text-color-xl-dark-grey a:focus,
  .text-color-xl-dark-grey a:active,
  .text-color-xl-dark-grey a:hover,
  a.text-color-xl-dark-grey,
  a.text-color-xl-dark-grey:focus,
  a.text-color-xl-dark-grey:active,
  a.text-color-xl-dark-grey:hover {
    color: #4F4F4F !important; } }

.text-color-grey,
.text-color-grey a,
.text-color-grey a:focus,
.text-color-grey a:active,
.text-color-grey a:hover,
a.text-color-grey,
a.text-color-grey:focus,
a.text-color-grey:active,
a.text-color-grey:hover,
.has-grey-color,
.has-grey-color a,
.has-grey-color a:focus,
.has-grey-color a:active,
.has-grey-color a:hover,
a.has-grey-color,
a.has-grey-color:focus,
a.has-grey-color:active,
a.has-grey-color:hover {
  color: #878A8C !important; }

@media (min-width: 576px) {
  .text-color-sm-grey,
  .text-color-sm-grey a,
  .text-color-sm-grey a:focus,
  .text-color-sm-grey a:active,
  .text-color-sm-grey a:hover,
  a.text-color-sm-grey,
  a.text-color-sm-grey:focus,
  a.text-color-sm-grey:active,
  a.text-color-sm-grey:hover {
    color: #878A8C !important; } }

@media (min-width: 768px) {
  .text-color-md-grey,
  .text-color-md-grey a,
  .text-color-md-grey a:focus,
  .text-color-md-grey a:active,
  .text-color-md-grey a:hover,
  a.text-color-md-grey,
  a.text-color-md-grey:focus,
  a.text-color-md-grey:active,
  a.text-color-md-grey:hover {
    color: #878A8C !important; } }

@media (min-width: 992px) {
  .text-color-lg-grey,
  .text-color-lg-grey a,
  .text-color-lg-grey a:focus,
  .text-color-lg-grey a:active,
  .text-color-lg-grey a:hover,
  a.text-color-lg-grey,
  a.text-color-lg-grey:focus,
  a.text-color-lg-grey:active,
  a.text-color-lg-grey:hover {
    color: #878A8C !important; } }

@media (min-width: 1200px) {
  .text-color-xl-grey,
  .text-color-xl-grey a,
  .text-color-xl-grey a:focus,
  .text-color-xl-grey a:active,
  .text-color-xl-grey a:hover,
  a.text-color-xl-grey,
  a.text-color-xl-grey:focus,
  a.text-color-xl-grey:active,
  a.text-color-xl-grey:hover {
    color: #878A8C !important; } }

.text-color-light-grey,
.text-color-light-grey a,
.text-color-light-grey a:focus,
.text-color-light-grey a:active,
.text-color-light-grey a:hover,
a.text-color-light-grey,
a.text-color-light-grey:focus,
a.text-color-light-grey:active,
a.text-color-light-grey:hover,
.has-light-grey-color,
.has-light-grey-color a,
.has-light-grey-color a:focus,
.has-light-grey-color a:active,
.has-light-grey-color a:hover,
a.has-light-grey-color,
a.has-light-grey-color:focus,
a.has-light-grey-color:active,
a.has-light-grey-color:hover {
  color: #D7D7D7 !important; }

@media (min-width: 576px) {
  .text-color-sm-light-grey,
  .text-color-sm-light-grey a,
  .text-color-sm-light-grey a:focus,
  .text-color-sm-light-grey a:active,
  .text-color-sm-light-grey a:hover,
  a.text-color-sm-light-grey,
  a.text-color-sm-light-grey:focus,
  a.text-color-sm-light-grey:active,
  a.text-color-sm-light-grey:hover {
    color: #D7D7D7 !important; } }

@media (min-width: 768px) {
  .text-color-md-light-grey,
  .text-color-md-light-grey a,
  .text-color-md-light-grey a:focus,
  .text-color-md-light-grey a:active,
  .text-color-md-light-grey a:hover,
  a.text-color-md-light-grey,
  a.text-color-md-light-grey:focus,
  a.text-color-md-light-grey:active,
  a.text-color-md-light-grey:hover {
    color: #D7D7D7 !important; } }

@media (min-width: 992px) {
  .text-color-lg-light-grey,
  .text-color-lg-light-grey a,
  .text-color-lg-light-grey a:focus,
  .text-color-lg-light-grey a:active,
  .text-color-lg-light-grey a:hover,
  a.text-color-lg-light-grey,
  a.text-color-lg-light-grey:focus,
  a.text-color-lg-light-grey:active,
  a.text-color-lg-light-grey:hover {
    color: #D7D7D7 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-light-grey,
  .text-color-xl-light-grey a,
  .text-color-xl-light-grey a:focus,
  .text-color-xl-light-grey a:active,
  .text-color-xl-light-grey a:hover,
  a.text-color-xl-light-grey,
  a.text-color-xl-light-grey:focus,
  a.text-color-xl-light-grey:active,
  a.text-color-xl-light-grey:hover {
    color: #D7D7D7 !important; } }

.text-color-very-light-grey,
.text-color-very-light-grey a,
.text-color-very-light-grey a:focus,
.text-color-very-light-grey a:active,
.text-color-very-light-grey a:hover,
a.text-color-very-light-grey,
a.text-color-very-light-grey:focus,
a.text-color-very-light-grey:active,
a.text-color-very-light-grey:hover,
.has-very-light-grey-color,
.has-very-light-grey-color a,
.has-very-light-grey-color a:focus,
.has-very-light-grey-color a:active,
.has-very-light-grey-color a:hover,
a.has-very-light-grey-color,
a.has-very-light-grey-color:focus,
a.has-very-light-grey-color:active,
a.has-very-light-grey-color:hover {
  color: #F0F0F0 !important; }

@media (min-width: 576px) {
  .text-color-sm-very-light-grey,
  .text-color-sm-very-light-grey a,
  .text-color-sm-very-light-grey a:focus,
  .text-color-sm-very-light-grey a:active,
  .text-color-sm-very-light-grey a:hover,
  a.text-color-sm-very-light-grey,
  a.text-color-sm-very-light-grey:focus,
  a.text-color-sm-very-light-grey:active,
  a.text-color-sm-very-light-grey:hover {
    color: #F0F0F0 !important; } }

@media (min-width: 768px) {
  .text-color-md-very-light-grey,
  .text-color-md-very-light-grey a,
  .text-color-md-very-light-grey a:focus,
  .text-color-md-very-light-grey a:active,
  .text-color-md-very-light-grey a:hover,
  a.text-color-md-very-light-grey,
  a.text-color-md-very-light-grey:focus,
  a.text-color-md-very-light-grey:active,
  a.text-color-md-very-light-grey:hover {
    color: #F0F0F0 !important; } }

@media (min-width: 992px) {
  .text-color-lg-very-light-grey,
  .text-color-lg-very-light-grey a,
  .text-color-lg-very-light-grey a:focus,
  .text-color-lg-very-light-grey a:active,
  .text-color-lg-very-light-grey a:hover,
  a.text-color-lg-very-light-grey,
  a.text-color-lg-very-light-grey:focus,
  a.text-color-lg-very-light-grey:active,
  a.text-color-lg-very-light-grey:hover {
    color: #F0F0F0 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-very-light-grey,
  .text-color-xl-very-light-grey a,
  .text-color-xl-very-light-grey a:focus,
  .text-color-xl-very-light-grey a:active,
  .text-color-xl-very-light-grey a:hover,
  a.text-color-xl-very-light-grey,
  a.text-color-xl-very-light-grey:focus,
  a.text-color-xl-very-light-grey:active,
  a.text-color-xl-very-light-grey:hover {
    color: #F0F0F0 !important; } }

.text-color-very-dark-red,
.text-color-very-dark-red a,
.text-color-very-dark-red a:focus,
.text-color-very-dark-red a:active,
.text-color-very-dark-red a:hover,
a.text-color-very-dark-red,
a.text-color-very-dark-red:focus,
a.text-color-very-dark-red:active,
a.text-color-very-dark-red:hover,
.has-very-dark-red-color,
.has-very-dark-red-color a,
.has-very-dark-red-color a:focus,
.has-very-dark-red-color a:active,
.has-very-dark-red-color a:hover,
a.has-very-dark-red-color,
a.has-very-dark-red-color:focus,
a.has-very-dark-red-color:active,
a.has-very-dark-red-color:hover {
  color: #C60000 !important; }

@media (min-width: 576px) {
  .text-color-sm-very-dark-red,
  .text-color-sm-very-dark-red a,
  .text-color-sm-very-dark-red a:focus,
  .text-color-sm-very-dark-red a:active,
  .text-color-sm-very-dark-red a:hover,
  a.text-color-sm-very-dark-red,
  a.text-color-sm-very-dark-red:focus,
  a.text-color-sm-very-dark-red:active,
  a.text-color-sm-very-dark-red:hover {
    color: #C60000 !important; } }

@media (min-width: 768px) {
  .text-color-md-very-dark-red,
  .text-color-md-very-dark-red a,
  .text-color-md-very-dark-red a:focus,
  .text-color-md-very-dark-red a:active,
  .text-color-md-very-dark-red a:hover,
  a.text-color-md-very-dark-red,
  a.text-color-md-very-dark-red:focus,
  a.text-color-md-very-dark-red:active,
  a.text-color-md-very-dark-red:hover {
    color: #C60000 !important; } }

@media (min-width: 992px) {
  .text-color-lg-very-dark-red,
  .text-color-lg-very-dark-red a,
  .text-color-lg-very-dark-red a:focus,
  .text-color-lg-very-dark-red a:active,
  .text-color-lg-very-dark-red a:hover,
  a.text-color-lg-very-dark-red,
  a.text-color-lg-very-dark-red:focus,
  a.text-color-lg-very-dark-red:active,
  a.text-color-lg-very-dark-red:hover {
    color: #C60000 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-very-dark-red,
  .text-color-xl-very-dark-red a,
  .text-color-xl-very-dark-red a:focus,
  .text-color-xl-very-dark-red a:active,
  .text-color-xl-very-dark-red a:hover,
  a.text-color-xl-very-dark-red,
  a.text-color-xl-very-dark-red:focus,
  a.text-color-xl-very-dark-red:active,
  a.text-color-xl-very-dark-red:hover {
    color: #C60000 !important; } }

.text-color-dark-red,
.text-color-dark-red a,
.text-color-dark-red a:focus,
.text-color-dark-red a:active,
.text-color-dark-red a:hover,
a.text-color-dark-red,
a.text-color-dark-red:focus,
a.text-color-dark-red:active,
a.text-color-dark-red:hover,
.has-dark-red-color,
.has-dark-red-color a,
.has-dark-red-color a:focus,
.has-dark-red-color a:active,
.has-dark-red-color a:hover,
a.has-dark-red-color,
a.has-dark-red-color:focus,
a.has-dark-red-color:active,
a.has-dark-red-color:hover {
  color: #DD0000 !important; }

@media (min-width: 576px) {
  .text-color-sm-dark-red,
  .text-color-sm-dark-red a,
  .text-color-sm-dark-red a:focus,
  .text-color-sm-dark-red a:active,
  .text-color-sm-dark-red a:hover,
  a.text-color-sm-dark-red,
  a.text-color-sm-dark-red:focus,
  a.text-color-sm-dark-red:active,
  a.text-color-sm-dark-red:hover {
    color: #DD0000 !important; } }

@media (min-width: 768px) {
  .text-color-md-dark-red,
  .text-color-md-dark-red a,
  .text-color-md-dark-red a:focus,
  .text-color-md-dark-red a:active,
  .text-color-md-dark-red a:hover,
  a.text-color-md-dark-red,
  a.text-color-md-dark-red:focus,
  a.text-color-md-dark-red:active,
  a.text-color-md-dark-red:hover {
    color: #DD0000 !important; } }

@media (min-width: 992px) {
  .text-color-lg-dark-red,
  .text-color-lg-dark-red a,
  .text-color-lg-dark-red a:focus,
  .text-color-lg-dark-red a:active,
  .text-color-lg-dark-red a:hover,
  a.text-color-lg-dark-red,
  a.text-color-lg-dark-red:focus,
  a.text-color-lg-dark-red:active,
  a.text-color-lg-dark-red:hover {
    color: #DD0000 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-dark-red,
  .text-color-xl-dark-red a,
  .text-color-xl-dark-red a:focus,
  .text-color-xl-dark-red a:active,
  .text-color-xl-dark-red a:hover,
  a.text-color-xl-dark-red,
  a.text-color-xl-dark-red:focus,
  a.text-color-xl-dark-red:active,
  a.text-color-xl-dark-red:hover {
    color: #DD0000 !important; } }

.text-color-red,
.text-color-red a,
.text-color-red a:focus,
.text-color-red a:active,
.text-color-red a:hover,
a.text-color-red,
a.text-color-red:focus,
a.text-color-red:active,
a.text-color-red:hover,
.has-red-color,
.has-red-color a,
.has-red-color a:focus,
.has-red-color a:active,
.has-red-color a:hover,
a.has-red-color,
a.has-red-color:focus,
a.has-red-color:active,
a.has-red-color:hover {
  color: #DD3333 !important; }

@media (min-width: 576px) {
  .text-color-sm-red,
  .text-color-sm-red a,
  .text-color-sm-red a:focus,
  .text-color-sm-red a:active,
  .text-color-sm-red a:hover,
  a.text-color-sm-red,
  a.text-color-sm-red:focus,
  a.text-color-sm-red:active,
  a.text-color-sm-red:hover {
    color: #DD3333 !important; } }

@media (min-width: 768px) {
  .text-color-md-red,
  .text-color-md-red a,
  .text-color-md-red a:focus,
  .text-color-md-red a:active,
  .text-color-md-red a:hover,
  a.text-color-md-red,
  a.text-color-md-red:focus,
  a.text-color-md-red:active,
  a.text-color-md-red:hover {
    color: #DD3333 !important; } }

@media (min-width: 992px) {
  .text-color-lg-red,
  .text-color-lg-red a,
  .text-color-lg-red a:focus,
  .text-color-lg-red a:active,
  .text-color-lg-red a:hover,
  a.text-color-lg-red,
  a.text-color-lg-red:focus,
  a.text-color-lg-red:active,
  a.text-color-lg-red:hover {
    color: #DD3333 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-red,
  .text-color-xl-red a,
  .text-color-xl-red a:focus,
  .text-color-xl-red a:active,
  .text-color-xl-red a:hover,
  a.text-color-xl-red,
  a.text-color-xl-red:focus,
  a.text-color-xl-red:active,
  a.text-color-xl-red:hover {
    color: #DD3333 !important; } }

.text-color-light-red,
.text-color-light-red a,
.text-color-light-red a:focus,
.text-color-light-red a:active,
.text-color-light-red a:hover,
a.text-color-light-red,
a.text-color-light-red:focus,
a.text-color-light-red:active,
a.text-color-light-red:hover,
.has-light-red-color,
.has-light-red-color a,
.has-light-red-color a:focus,
.has-light-red-color a:active,
.has-light-red-color a:hover,
a.has-light-red-color,
a.has-light-red-color:focus,
a.has-light-red-color:active,
a.has-light-red-color:hover {
  color: #DD4F4F !important; }

@media (min-width: 576px) {
  .text-color-sm-light-red,
  .text-color-sm-light-red a,
  .text-color-sm-light-red a:focus,
  .text-color-sm-light-red a:active,
  .text-color-sm-light-red a:hover,
  a.text-color-sm-light-red,
  a.text-color-sm-light-red:focus,
  a.text-color-sm-light-red:active,
  a.text-color-sm-light-red:hover {
    color: #DD4F4F !important; } }

@media (min-width: 768px) {
  .text-color-md-light-red,
  .text-color-md-light-red a,
  .text-color-md-light-red a:focus,
  .text-color-md-light-red a:active,
  .text-color-md-light-red a:hover,
  a.text-color-md-light-red,
  a.text-color-md-light-red:focus,
  a.text-color-md-light-red:active,
  a.text-color-md-light-red:hover {
    color: #DD4F4F !important; } }

@media (min-width: 992px) {
  .text-color-lg-light-red,
  .text-color-lg-light-red a,
  .text-color-lg-light-red a:focus,
  .text-color-lg-light-red a:active,
  .text-color-lg-light-red a:hover,
  a.text-color-lg-light-red,
  a.text-color-lg-light-red:focus,
  a.text-color-lg-light-red:active,
  a.text-color-lg-light-red:hover {
    color: #DD4F4F !important; } }

@media (min-width: 1200px) {
  .text-color-xl-light-red,
  .text-color-xl-light-red a,
  .text-color-xl-light-red a:focus,
  .text-color-xl-light-red a:active,
  .text-color-xl-light-red a:hover,
  a.text-color-xl-light-red,
  a.text-color-xl-light-red:focus,
  a.text-color-xl-light-red:active,
  a.text-color-xl-light-red:hover {
    color: #DD4F4F !important; } }

.text-color-very-light-red,
.text-color-very-light-red a,
.text-color-very-light-red a:focus,
.text-color-very-light-red a:active,
.text-color-very-light-red a:hover,
a.text-color-very-light-red,
a.text-color-very-light-red:focus,
a.text-color-very-light-red:active,
a.text-color-very-light-red:hover,
.has-very-light-red-color,
.has-very-light-red-color a,
.has-very-light-red-color a:focus,
.has-very-light-red-color a:active,
.has-very-light-red-color a:hover,
a.has-very-light-red-color,
a.has-very-light-red-color:focus,
a.has-very-light-red-color:active,
a.has-very-light-red-color:hover {
  color: #DD8585 !important; }

@media (min-width: 576px) {
  .text-color-sm-very-light-red,
  .text-color-sm-very-light-red a,
  .text-color-sm-very-light-red a:focus,
  .text-color-sm-very-light-red a:active,
  .text-color-sm-very-light-red a:hover,
  a.text-color-sm-very-light-red,
  a.text-color-sm-very-light-red:focus,
  a.text-color-sm-very-light-red:active,
  a.text-color-sm-very-light-red:hover {
    color: #DD8585 !important; } }

@media (min-width: 768px) {
  .text-color-md-very-light-red,
  .text-color-md-very-light-red a,
  .text-color-md-very-light-red a:focus,
  .text-color-md-very-light-red a:active,
  .text-color-md-very-light-red a:hover,
  a.text-color-md-very-light-red,
  a.text-color-md-very-light-red:focus,
  a.text-color-md-very-light-red:active,
  a.text-color-md-very-light-red:hover {
    color: #DD8585 !important; } }

@media (min-width: 992px) {
  .text-color-lg-very-light-red,
  .text-color-lg-very-light-red a,
  .text-color-lg-very-light-red a:focus,
  .text-color-lg-very-light-red a:active,
  .text-color-lg-very-light-red a:hover,
  a.text-color-lg-very-light-red,
  a.text-color-lg-very-light-red:focus,
  a.text-color-lg-very-light-red:active,
  a.text-color-lg-very-light-red:hover {
    color: #DD8585 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-very-light-red,
  .text-color-xl-very-light-red a,
  .text-color-xl-very-light-red a:focus,
  .text-color-xl-very-light-red a:active,
  .text-color-xl-very-light-red a:hover,
  a.text-color-xl-very-light-red,
  a.text-color-xl-very-light-red:focus,
  a.text-color-xl-very-light-red:active,
  a.text-color-xl-very-light-red:hover {
    color: #DD8585 !important; } }

.text-color-very-dark-orange,
.text-color-very-dark-orange a,
.text-color-very-dark-orange a:focus,
.text-color-very-dark-orange a:active,
.text-color-very-dark-orange a:hover,
a.text-color-very-dark-orange,
a.text-color-very-dark-orange:focus,
a.text-color-very-dark-orange:active,
a.text-color-very-dark-orange:hover,
.has-very-dark-orange-color,
.has-very-dark-orange-color a,
.has-very-dark-orange-color a:focus,
.has-very-dark-orange-color a:active,
.has-very-dark-orange-color a:hover,
a.has-very-dark-orange-color,
a.has-very-dark-orange-color:focus,
a.has-very-dark-orange-color:active,
a.has-very-dark-orange-color:hover {
  color: #CE7B00 !important; }

@media (min-width: 576px) {
  .text-color-sm-very-dark-orange,
  .text-color-sm-very-dark-orange a,
  .text-color-sm-very-dark-orange a:focus,
  .text-color-sm-very-dark-orange a:active,
  .text-color-sm-very-dark-orange a:hover,
  a.text-color-sm-very-dark-orange,
  a.text-color-sm-very-dark-orange:focus,
  a.text-color-sm-very-dark-orange:active,
  a.text-color-sm-very-dark-orange:hover {
    color: #CE7B00 !important; } }

@media (min-width: 768px) {
  .text-color-md-very-dark-orange,
  .text-color-md-very-dark-orange a,
  .text-color-md-very-dark-orange a:focus,
  .text-color-md-very-dark-orange a:active,
  .text-color-md-very-dark-orange a:hover,
  a.text-color-md-very-dark-orange,
  a.text-color-md-very-dark-orange:focus,
  a.text-color-md-very-dark-orange:active,
  a.text-color-md-very-dark-orange:hover {
    color: #CE7B00 !important; } }

@media (min-width: 992px) {
  .text-color-lg-very-dark-orange,
  .text-color-lg-very-dark-orange a,
  .text-color-lg-very-dark-orange a:focus,
  .text-color-lg-very-dark-orange a:active,
  .text-color-lg-very-dark-orange a:hover,
  a.text-color-lg-very-dark-orange,
  a.text-color-lg-very-dark-orange:focus,
  a.text-color-lg-very-dark-orange:active,
  a.text-color-lg-very-dark-orange:hover {
    color: #CE7B00 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-very-dark-orange,
  .text-color-xl-very-dark-orange a,
  .text-color-xl-very-dark-orange a:focus,
  .text-color-xl-very-dark-orange a:active,
  .text-color-xl-very-dark-orange a:hover,
  a.text-color-xl-very-dark-orange,
  a.text-color-xl-very-dark-orange:focus,
  a.text-color-xl-very-dark-orange:active,
  a.text-color-xl-very-dark-orange:hover {
    color: #CE7B00 !important; } }

.text-color-dark-orange,
.text-color-dark-orange a,
.text-color-dark-orange a:focus,
.text-color-dark-orange a:active,
.text-color-dark-orange a:hover,
a.text-color-dark-orange,
a.text-color-dark-orange:focus,
a.text-color-dark-orange:active,
a.text-color-dark-orange:hover,
.has-dark-orange-color,
.has-dark-orange-color a,
.has-dark-orange-color a:focus,
.has-dark-orange-color a:active,
.has-dark-orange-color a:hover,
a.has-dark-orange-color,
a.has-dark-orange-color:focus,
a.has-dark-orange-color:active,
a.has-dark-orange-color:hover {
  color: #DD8500 !important; }

@media (min-width: 576px) {
  .text-color-sm-dark-orange,
  .text-color-sm-dark-orange a,
  .text-color-sm-dark-orange a:focus,
  .text-color-sm-dark-orange a:active,
  .text-color-sm-dark-orange a:hover,
  a.text-color-sm-dark-orange,
  a.text-color-sm-dark-orange:focus,
  a.text-color-sm-dark-orange:active,
  a.text-color-sm-dark-orange:hover {
    color: #DD8500 !important; } }

@media (min-width: 768px) {
  .text-color-md-dark-orange,
  .text-color-md-dark-orange a,
  .text-color-md-dark-orange a:focus,
  .text-color-md-dark-orange a:active,
  .text-color-md-dark-orange a:hover,
  a.text-color-md-dark-orange,
  a.text-color-md-dark-orange:focus,
  a.text-color-md-dark-orange:active,
  a.text-color-md-dark-orange:hover {
    color: #DD8500 !important; } }

@media (min-width: 992px) {
  .text-color-lg-dark-orange,
  .text-color-lg-dark-orange a,
  .text-color-lg-dark-orange a:focus,
  .text-color-lg-dark-orange a:active,
  .text-color-lg-dark-orange a:hover,
  a.text-color-lg-dark-orange,
  a.text-color-lg-dark-orange:focus,
  a.text-color-lg-dark-orange:active,
  a.text-color-lg-dark-orange:hover {
    color: #DD8500 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-dark-orange,
  .text-color-xl-dark-orange a,
  .text-color-xl-dark-orange a:focus,
  .text-color-xl-dark-orange a:active,
  .text-color-xl-dark-orange a:hover,
  a.text-color-xl-dark-orange,
  a.text-color-xl-dark-orange:focus,
  a.text-color-xl-dark-orange:active,
  a.text-color-xl-dark-orange:hover {
    color: #DD8500 !important; } }

.text-color-orange,
.text-color-orange a,
.text-color-orange a:focus,
.text-color-orange a:active,
.text-color-orange a:hover,
a.text-color-orange,
a.text-color-orange:focus,
a.text-color-orange:active,
a.text-color-orange:hover,
.has-orange-color,
.has-orange-color a,
.has-orange-color a:focus,
.has-orange-color a:active,
.has-orange-color a:hover,
a.has-orange-color,
a.has-orange-color:focus,
a.has-orange-color:active,
a.has-orange-color:hover {
  color: #DD9933 !important; }

@media (min-width: 576px) {
  .text-color-sm-orange,
  .text-color-sm-orange a,
  .text-color-sm-orange a:focus,
  .text-color-sm-orange a:active,
  .text-color-sm-orange a:hover,
  a.text-color-sm-orange,
  a.text-color-sm-orange:focus,
  a.text-color-sm-orange:active,
  a.text-color-sm-orange:hover {
    color: #DD9933 !important; } }

@media (min-width: 768px) {
  .text-color-md-orange,
  .text-color-md-orange a,
  .text-color-md-orange a:focus,
  .text-color-md-orange a:active,
  .text-color-md-orange a:hover,
  a.text-color-md-orange,
  a.text-color-md-orange:focus,
  a.text-color-md-orange:active,
  a.text-color-md-orange:hover {
    color: #DD9933 !important; } }

@media (min-width: 992px) {
  .text-color-lg-orange,
  .text-color-lg-orange a,
  .text-color-lg-orange a:focus,
  .text-color-lg-orange a:active,
  .text-color-lg-orange a:hover,
  a.text-color-lg-orange,
  a.text-color-lg-orange:focus,
  a.text-color-lg-orange:active,
  a.text-color-lg-orange:hover {
    color: #DD9933 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-orange,
  .text-color-xl-orange a,
  .text-color-xl-orange a:focus,
  .text-color-xl-orange a:active,
  .text-color-xl-orange a:hover,
  a.text-color-xl-orange,
  a.text-color-xl-orange:focus,
  a.text-color-xl-orange:active,
  a.text-color-xl-orange:hover {
    color: #DD9933 !important; } }

.text-color-light-orange,
.text-color-light-orange a,
.text-color-light-orange a:focus,
.text-color-light-orange a:active,
.text-color-light-orange a:hover,
a.text-color-light-orange,
a.text-color-light-orange:focus,
a.text-color-light-orange:active,
a.text-color-light-orange:hover,
.has-light-orange-color,
.has-light-orange-color a,
.has-light-orange-color a:focus,
.has-light-orange-color a:active,
.has-light-orange-color a:hover,
a.has-light-orange-color,
a.has-light-orange-color:focus,
a.has-light-orange-color:active,
a.has-light-orange-color:hover {
  color: #DDAD66 !important; }

@media (min-width: 576px) {
  .text-color-sm-light-orange,
  .text-color-sm-light-orange a,
  .text-color-sm-light-orange a:focus,
  .text-color-sm-light-orange a:active,
  .text-color-sm-light-orange a:hover,
  a.text-color-sm-light-orange,
  a.text-color-sm-light-orange:focus,
  a.text-color-sm-light-orange:active,
  a.text-color-sm-light-orange:hover {
    color: #DDAD66 !important; } }

@media (min-width: 768px) {
  .text-color-md-light-orange,
  .text-color-md-light-orange a,
  .text-color-md-light-orange a:focus,
  .text-color-md-light-orange a:active,
  .text-color-md-light-orange a:hover,
  a.text-color-md-light-orange,
  a.text-color-md-light-orange:focus,
  a.text-color-md-light-orange:active,
  a.text-color-md-light-orange:hover {
    color: #DDAD66 !important; } }

@media (min-width: 992px) {
  .text-color-lg-light-orange,
  .text-color-lg-light-orange a,
  .text-color-lg-light-orange a:focus,
  .text-color-lg-light-orange a:active,
  .text-color-lg-light-orange a:hover,
  a.text-color-lg-light-orange,
  a.text-color-lg-light-orange:focus,
  a.text-color-lg-light-orange:active,
  a.text-color-lg-light-orange:hover {
    color: #DDAD66 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-light-orange,
  .text-color-xl-light-orange a,
  .text-color-xl-light-orange a:focus,
  .text-color-xl-light-orange a:active,
  .text-color-xl-light-orange a:hover,
  a.text-color-xl-light-orange,
  a.text-color-xl-light-orange:focus,
  a.text-color-xl-light-orange:active,
  a.text-color-xl-light-orange:hover {
    color: #DDAD66 !important; } }

.text-color-very-light-orange,
.text-color-very-light-orange a,
.text-color-very-light-orange a:focus,
.text-color-very-light-orange a:active,
.text-color-very-light-orange a:hover,
a.text-color-very-light-orange,
a.text-color-very-light-orange:focus,
a.text-color-very-light-orange:active,
a.text-color-very-light-orange:hover,
.has-very-light-orange-color,
.has-very-light-orange-color a,
.has-very-light-orange-color a:focus,
.has-very-light-orange-color a:active,
.has-very-light-orange-color a:hover,
a.has-very-light-orange-color,
a.has-very-light-orange-color:focus,
a.has-very-light-orange-color:active,
a.has-very-light-orange-color:hover {
  color: #DDB677 !important; }

@media (min-width: 576px) {
  .text-color-sm-very-light-orange,
  .text-color-sm-very-light-orange a,
  .text-color-sm-very-light-orange a:focus,
  .text-color-sm-very-light-orange a:active,
  .text-color-sm-very-light-orange a:hover,
  a.text-color-sm-very-light-orange,
  a.text-color-sm-very-light-orange:focus,
  a.text-color-sm-very-light-orange:active,
  a.text-color-sm-very-light-orange:hover {
    color: #DDB677 !important; } }

@media (min-width: 768px) {
  .text-color-md-very-light-orange,
  .text-color-md-very-light-orange a,
  .text-color-md-very-light-orange a:focus,
  .text-color-md-very-light-orange a:active,
  .text-color-md-very-light-orange a:hover,
  a.text-color-md-very-light-orange,
  a.text-color-md-very-light-orange:focus,
  a.text-color-md-very-light-orange:active,
  a.text-color-md-very-light-orange:hover {
    color: #DDB677 !important; } }

@media (min-width: 992px) {
  .text-color-lg-very-light-orange,
  .text-color-lg-very-light-orange a,
  .text-color-lg-very-light-orange a:focus,
  .text-color-lg-very-light-orange a:active,
  .text-color-lg-very-light-orange a:hover,
  a.text-color-lg-very-light-orange,
  a.text-color-lg-very-light-orange:focus,
  a.text-color-lg-very-light-orange:active,
  a.text-color-lg-very-light-orange:hover {
    color: #DDB677 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-very-light-orange,
  .text-color-xl-very-light-orange a,
  .text-color-xl-very-light-orange a:focus,
  .text-color-xl-very-light-orange a:active,
  .text-color-xl-very-light-orange a:hover,
  a.text-color-xl-very-light-orange,
  a.text-color-xl-very-light-orange:focus,
  a.text-color-xl-very-light-orange:active,
  a.text-color-xl-very-light-orange:hover {
    color: #DDB677 !important; } }

.text-color-very-dark-green,
.text-color-very-dark-green a,
.text-color-very-dark-green a:focus,
.text-color-very-dark-green a:active,
.text-color-very-dark-green a:hover,
a.text-color-very-dark-green,
a.text-color-very-dark-green:focus,
a.text-color-very-dark-green:active,
a.text-color-very-dark-green:hover,
.has-very-dark-green-color,
.has-very-dark-green-color a,
.has-very-dark-green-color a:focus,
.has-very-dark-green-color a:active,
.has-very-dark-green-color a:hover,
a.has-very-dark-green-color,
a.has-very-dark-green-color:focus,
a.has-very-dark-green-color:active,
a.has-very-dark-green-color:hover {
  color: #46A800 !important; }

@media (min-width: 576px) {
  .text-color-sm-very-dark-green,
  .text-color-sm-very-dark-green a,
  .text-color-sm-very-dark-green a:focus,
  .text-color-sm-very-dark-green a:active,
  .text-color-sm-very-dark-green a:hover,
  a.text-color-sm-very-dark-green,
  a.text-color-sm-very-dark-green:focus,
  a.text-color-sm-very-dark-green:active,
  a.text-color-sm-very-dark-green:hover {
    color: #46A800 !important; } }

@media (min-width: 768px) {
  .text-color-md-very-dark-green,
  .text-color-md-very-dark-green a,
  .text-color-md-very-dark-green a:focus,
  .text-color-md-very-dark-green a:active,
  .text-color-md-very-dark-green a:hover,
  a.text-color-md-very-dark-green,
  a.text-color-md-very-dark-green:focus,
  a.text-color-md-very-dark-green:active,
  a.text-color-md-very-dark-green:hover {
    color: #46A800 !important; } }

@media (min-width: 992px) {
  .text-color-lg-very-dark-green,
  .text-color-lg-very-dark-green a,
  .text-color-lg-very-dark-green a:focus,
  .text-color-lg-very-dark-green a:active,
  .text-color-lg-very-dark-green a:hover,
  a.text-color-lg-very-dark-green,
  a.text-color-lg-very-dark-green:focus,
  a.text-color-lg-very-dark-green:active,
  a.text-color-lg-very-dark-green:hover {
    color: #46A800 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-very-dark-green,
  .text-color-xl-very-dark-green a,
  .text-color-xl-very-dark-green a:focus,
  .text-color-xl-very-dark-green a:active,
  .text-color-xl-very-dark-green a:hover,
  a.text-color-xl-very-dark-green,
  a.text-color-xl-very-dark-green:focus,
  a.text-color-xl-very-dark-green:active,
  a.text-color-xl-very-dark-green:hover {
    color: #46A800 !important; } }

.text-color-dark-green,
.text-color-dark-green a,
.text-color-dark-green a:focus,
.text-color-dark-green a:active,
.text-color-dark-green a:hover,
a.text-color-dark-green,
a.text-color-dark-green:focus,
a.text-color-dark-green:active,
a.text-color-dark-green:hover,
.has-dark-green-color,
.has-dark-green-color a,
.has-dark-green-color a:focus,
.has-dark-green-color a:active,
.has-dark-green-color a:hover,
a.has-dark-green-color,
a.has-dark-green-color:focus,
a.has-dark-green-color:active,
a.has-dark-green-color:hover {
  color: #59D600 !important; }

@media (min-width: 576px) {
  .text-color-sm-dark-green,
  .text-color-sm-dark-green a,
  .text-color-sm-dark-green a:focus,
  .text-color-sm-dark-green a:active,
  .text-color-sm-dark-green a:hover,
  a.text-color-sm-dark-green,
  a.text-color-sm-dark-green:focus,
  a.text-color-sm-dark-green:active,
  a.text-color-sm-dark-green:hover {
    color: #59D600 !important; } }

@media (min-width: 768px) {
  .text-color-md-dark-green,
  .text-color-md-dark-green a,
  .text-color-md-dark-green a:focus,
  .text-color-md-dark-green a:active,
  .text-color-md-dark-green a:hover,
  a.text-color-md-dark-green,
  a.text-color-md-dark-green:focus,
  a.text-color-md-dark-green:active,
  a.text-color-md-dark-green:hover {
    color: #59D600 !important; } }

@media (min-width: 992px) {
  .text-color-lg-dark-green,
  .text-color-lg-dark-green a,
  .text-color-lg-dark-green a:focus,
  .text-color-lg-dark-green a:active,
  .text-color-lg-dark-green a:hover,
  a.text-color-lg-dark-green,
  a.text-color-lg-dark-green:focus,
  a.text-color-lg-dark-green:active,
  a.text-color-lg-dark-green:hover {
    color: #59D600 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-dark-green,
  .text-color-xl-dark-green a,
  .text-color-xl-dark-green a:focus,
  .text-color-xl-dark-green a:active,
  .text-color-xl-dark-green a:hover,
  a.text-color-xl-dark-green,
  a.text-color-xl-dark-green:focus,
  a.text-color-xl-dark-green:active,
  a.text-color-xl-dark-green:hover {
    color: #59D600 !important; } }

.text-color-green,
.text-color-green a,
.text-color-green a:focus,
.text-color-green a:active,
.text-color-green a:hover,
a.text-color-green,
a.text-color-green:focus,
a.text-color-green:active,
a.text-color-green:hover,
.has-green-color,
.has-green-color a,
.has-green-color a:focus,
.has-green-color a:active,
.has-green-color a:hover,
a.has-green-color,
a.has-green-color:focus,
a.has-green-color:active,
a.has-green-color:hover {
  color: #81D742 !important; }

@media (min-width: 576px) {
  .text-color-sm-green,
  .text-color-sm-green a,
  .text-color-sm-green a:focus,
  .text-color-sm-green a:active,
  .text-color-sm-green a:hover,
  a.text-color-sm-green,
  a.text-color-sm-green:focus,
  a.text-color-sm-green:active,
  a.text-color-sm-green:hover {
    color: #81D742 !important; } }

@media (min-width: 768px) {
  .text-color-md-green,
  .text-color-md-green a,
  .text-color-md-green a:focus,
  .text-color-md-green a:active,
  .text-color-md-green a:hover,
  a.text-color-md-green,
  a.text-color-md-green:focus,
  a.text-color-md-green:active,
  a.text-color-md-green:hover {
    color: #81D742 !important; } }

@media (min-width: 992px) {
  .text-color-lg-green,
  .text-color-lg-green a,
  .text-color-lg-green a:focus,
  .text-color-lg-green a:active,
  .text-color-lg-green a:hover,
  a.text-color-lg-green,
  a.text-color-lg-green:focus,
  a.text-color-lg-green:active,
  a.text-color-lg-green:hover {
    color: #81D742 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-green,
  .text-color-xl-green a,
  .text-color-xl-green a:focus,
  .text-color-xl-green a:active,
  .text-color-xl-green a:hover,
  a.text-color-xl-green,
  a.text-color-xl-green:focus,
  a.text-color-xl-green:active,
  a.text-color-xl-green:hover {
    color: #81D742 !important; } }

.text-color-light-green,
.text-color-light-green a,
.text-color-light-green a:focus,
.text-color-light-green a:active,
.text-color-light-green a:hover,
a.text-color-light-green,
a.text-color-light-green:focus,
a.text-color-light-green:active,
a.text-color-light-green:hover,
.has-light-green-color,
.has-light-green-color a,
.has-light-green-color a:focus,
.has-light-green-color a:active,
.has-light-green-color a:hover,
a.has-light-green-color,
a.has-light-green-color:focus,
a.has-light-green-color:active,
a.has-light-green-color:hover {
  color: #9AD66F !important; }

@media (min-width: 576px) {
  .text-color-sm-light-green,
  .text-color-sm-light-green a,
  .text-color-sm-light-green a:focus,
  .text-color-sm-light-green a:active,
  .text-color-sm-light-green a:hover,
  a.text-color-sm-light-green,
  a.text-color-sm-light-green:focus,
  a.text-color-sm-light-green:active,
  a.text-color-sm-light-green:hover {
    color: #9AD66F !important; } }

@media (min-width: 768px) {
  .text-color-md-light-green,
  .text-color-md-light-green a,
  .text-color-md-light-green a:focus,
  .text-color-md-light-green a:active,
  .text-color-md-light-green a:hover,
  a.text-color-md-light-green,
  a.text-color-md-light-green:focus,
  a.text-color-md-light-green:active,
  a.text-color-md-light-green:hover {
    color: #9AD66F !important; } }

@media (min-width: 992px) {
  .text-color-lg-light-green,
  .text-color-lg-light-green a,
  .text-color-lg-light-green a:focus,
  .text-color-lg-light-green a:active,
  .text-color-lg-light-green a:hover,
  a.text-color-lg-light-green,
  a.text-color-lg-light-green:focus,
  a.text-color-lg-light-green:active,
  a.text-color-lg-light-green:hover {
    color: #9AD66F !important; } }

@media (min-width: 1200px) {
  .text-color-xl-light-green,
  .text-color-xl-light-green a,
  .text-color-xl-light-green a:focus,
  .text-color-xl-light-green a:active,
  .text-color-xl-light-green a:hover,
  a.text-color-xl-light-green,
  a.text-color-xl-light-green:focus,
  a.text-color-xl-light-green:active,
  a.text-color-xl-light-green:hover {
    color: #9AD66F !important; } }

.text-color-very-light-green,
.text-color-very-light-green a,
.text-color-very-light-green a:focus,
.text-color-very-light-green a:active,
.text-color-very-light-green a:hover,
a.text-color-very-light-green,
a.text-color-very-light-green:focus,
a.text-color-very-light-green:active,
a.text-color-very-light-green:hover,
.has-very-light-green-color,
.has-very-light-green-color a,
.has-very-light-green-color a:focus,
.has-very-light-green-color a:active,
.has-very-light-green-color a:hover,
a.has-very-light-green-color,
a.has-very-light-green-color:focus,
a.has-very-light-green-color:active,
a.has-very-light-green-color:hover {
  color: #A9D691 !important; }

@media (min-width: 576px) {
  .text-color-sm-very-light-green,
  .text-color-sm-very-light-green a,
  .text-color-sm-very-light-green a:focus,
  .text-color-sm-very-light-green a:active,
  .text-color-sm-very-light-green a:hover,
  a.text-color-sm-very-light-green,
  a.text-color-sm-very-light-green:focus,
  a.text-color-sm-very-light-green:active,
  a.text-color-sm-very-light-green:hover {
    color: #A9D691 !important; } }

@media (min-width: 768px) {
  .text-color-md-very-light-green,
  .text-color-md-very-light-green a,
  .text-color-md-very-light-green a:focus,
  .text-color-md-very-light-green a:active,
  .text-color-md-very-light-green a:hover,
  a.text-color-md-very-light-green,
  a.text-color-md-very-light-green:focus,
  a.text-color-md-very-light-green:active,
  a.text-color-md-very-light-green:hover {
    color: #A9D691 !important; } }

@media (min-width: 992px) {
  .text-color-lg-very-light-green,
  .text-color-lg-very-light-green a,
  .text-color-lg-very-light-green a:focus,
  .text-color-lg-very-light-green a:active,
  .text-color-lg-very-light-green a:hover,
  a.text-color-lg-very-light-green,
  a.text-color-lg-very-light-green:focus,
  a.text-color-lg-very-light-green:active,
  a.text-color-lg-very-light-green:hover {
    color: #A9D691 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-very-light-green,
  .text-color-xl-very-light-green a,
  .text-color-xl-very-light-green a:focus,
  .text-color-xl-very-light-green a:active,
  .text-color-xl-very-light-green a:hover,
  a.text-color-xl-very-light-green,
  a.text-color-xl-very-light-green:focus,
  a.text-color-xl-very-light-green:active,
  a.text-color-xl-very-light-green:hover {
    color: #A9D691 !important; } }

.text-color-very-dark-yellow,
.text-color-very-dark-yellow a,
.text-color-very-dark-yellow a:focus,
.text-color-very-dark-yellow a:active,
.text-color-very-dark-yellow a:hover,
a.text-color-very-dark-yellow,
a.text-color-very-dark-yellow:focus,
a.text-color-very-dark-yellow:active,
a.text-color-very-dark-yellow:hover,
.has-very-dark-yellow-color,
.has-very-dark-yellow-color a,
.has-very-dark-yellow-color a:focus,
.has-very-dark-yellow-color a:active,
.has-very-dark-yellow-color a:hover,
a.has-very-dark-yellow-color,
a.has-very-dark-yellow-color:focus,
a.has-very-dark-yellow-color:active,
a.has-very-dark-yellow-color:hover {
  color: #DDD200 !important; }

@media (min-width: 576px) {
  .text-color-sm-very-dark-yellow,
  .text-color-sm-very-dark-yellow a,
  .text-color-sm-very-dark-yellow a:focus,
  .text-color-sm-very-dark-yellow a:active,
  .text-color-sm-very-dark-yellow a:hover,
  a.text-color-sm-very-dark-yellow,
  a.text-color-sm-very-dark-yellow:focus,
  a.text-color-sm-very-dark-yellow:active,
  a.text-color-sm-very-dark-yellow:hover {
    color: #DDD200 !important; } }

@media (min-width: 768px) {
  .text-color-md-very-dark-yellow,
  .text-color-md-very-dark-yellow a,
  .text-color-md-very-dark-yellow a:focus,
  .text-color-md-very-dark-yellow a:active,
  .text-color-md-very-dark-yellow a:hover,
  a.text-color-md-very-dark-yellow,
  a.text-color-md-very-dark-yellow:focus,
  a.text-color-md-very-dark-yellow:active,
  a.text-color-md-very-dark-yellow:hover {
    color: #DDD200 !important; } }

@media (min-width: 992px) {
  .text-color-lg-very-dark-yellow,
  .text-color-lg-very-dark-yellow a,
  .text-color-lg-very-dark-yellow a:focus,
  .text-color-lg-very-dark-yellow a:active,
  .text-color-lg-very-dark-yellow a:hover,
  a.text-color-lg-very-dark-yellow,
  a.text-color-lg-very-dark-yellow:focus,
  a.text-color-lg-very-dark-yellow:active,
  a.text-color-lg-very-dark-yellow:hover {
    color: #DDD200 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-very-dark-yellow,
  .text-color-xl-very-dark-yellow a,
  .text-color-xl-very-dark-yellow a:focus,
  .text-color-xl-very-dark-yellow a:active,
  .text-color-xl-very-dark-yellow a:hover,
  a.text-color-xl-very-dark-yellow,
  a.text-color-xl-very-dark-yellow:focus,
  a.text-color-xl-very-dark-yellow:active,
  a.text-color-xl-very-dark-yellow:hover {
    color: #DDD200 !important; } }

.text-color-dark-yellow,
.text-color-dark-yellow a,
.text-color-dark-yellow a:focus,
.text-color-dark-yellow a:active,
.text-color-dark-yellow a:hover,
a.text-color-dark-yellow,
a.text-color-dark-yellow:focus,
a.text-color-dark-yellow:active,
a.text-color-dark-yellow:hover,
.has-dark-yellow-color,
.has-dark-yellow-color a,
.has-dark-yellow-color a:focus,
.has-dark-yellow-color a:active,
.has-dark-yellow-color a:hover,
a.has-dark-yellow-color,
a.has-dark-yellow-color:focus,
a.has-dark-yellow-color:active,
a.has-dark-yellow-color:hover {
  color: #E5DB19 !important; }

@media (min-width: 576px) {
  .text-color-sm-dark-yellow,
  .text-color-sm-dark-yellow a,
  .text-color-sm-dark-yellow a:focus,
  .text-color-sm-dark-yellow a:active,
  .text-color-sm-dark-yellow a:hover,
  a.text-color-sm-dark-yellow,
  a.text-color-sm-dark-yellow:focus,
  a.text-color-sm-dark-yellow:active,
  a.text-color-sm-dark-yellow:hover {
    color: #E5DB19 !important; } }

@media (min-width: 768px) {
  .text-color-md-dark-yellow,
  .text-color-md-dark-yellow a,
  .text-color-md-dark-yellow a:focus,
  .text-color-md-dark-yellow a:active,
  .text-color-md-dark-yellow a:hover,
  a.text-color-md-dark-yellow,
  a.text-color-md-dark-yellow:focus,
  a.text-color-md-dark-yellow:active,
  a.text-color-md-dark-yellow:hover {
    color: #E5DB19 !important; } }

@media (min-width: 992px) {
  .text-color-lg-dark-yellow,
  .text-color-lg-dark-yellow a,
  .text-color-lg-dark-yellow a:focus,
  .text-color-lg-dark-yellow a:active,
  .text-color-lg-dark-yellow a:hover,
  a.text-color-lg-dark-yellow,
  a.text-color-lg-dark-yellow:focus,
  a.text-color-lg-dark-yellow:active,
  a.text-color-lg-dark-yellow:hover {
    color: #E5DB19 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-dark-yellow,
  .text-color-xl-dark-yellow a,
  .text-color-xl-dark-yellow a:focus,
  .text-color-xl-dark-yellow a:active,
  .text-color-xl-dark-yellow a:hover,
  a.text-color-xl-dark-yellow,
  a.text-color-xl-dark-yellow:focus,
  a.text-color-xl-dark-yellow:active,
  a.text-color-xl-dark-yellow:hover {
    color: #E5DB19 !important; } }

.text-color-yellow,
.text-color-yellow a,
.text-color-yellow a:focus,
.text-color-yellow a:active,
.text-color-yellow a:hover,
a.text-color-yellow,
a.text-color-yellow:focus,
a.text-color-yellow:active,
a.text-color-yellow:hover,
.has-yellow-color,
.has-yellow-color a,
.has-yellow-color a:focus,
.has-yellow-color a:active,
.has-yellow-color a:hover,
a.has-yellow-color,
a.has-yellow-color:focus,
a.has-yellow-color:active,
a.has-yellow-color:hover {
  color: #EEEE22 !important; }

@media (min-width: 576px) {
  .text-color-sm-yellow,
  .text-color-sm-yellow a,
  .text-color-sm-yellow a:focus,
  .text-color-sm-yellow a:active,
  .text-color-sm-yellow a:hover,
  a.text-color-sm-yellow,
  a.text-color-sm-yellow:focus,
  a.text-color-sm-yellow:active,
  a.text-color-sm-yellow:hover {
    color: #EEEE22 !important; } }

@media (min-width: 768px) {
  .text-color-md-yellow,
  .text-color-md-yellow a,
  .text-color-md-yellow a:focus,
  .text-color-md-yellow a:active,
  .text-color-md-yellow a:hover,
  a.text-color-md-yellow,
  a.text-color-md-yellow:focus,
  a.text-color-md-yellow:active,
  a.text-color-md-yellow:hover {
    color: #EEEE22 !important; } }

@media (min-width: 992px) {
  .text-color-lg-yellow,
  .text-color-lg-yellow a,
  .text-color-lg-yellow a:focus,
  .text-color-lg-yellow a:active,
  .text-color-lg-yellow a:hover,
  a.text-color-lg-yellow,
  a.text-color-lg-yellow:focus,
  a.text-color-lg-yellow:active,
  a.text-color-lg-yellow:hover {
    color: #EEEE22 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-yellow,
  .text-color-xl-yellow a,
  .text-color-xl-yellow a:focus,
  .text-color-xl-yellow a:active,
  .text-color-xl-yellow a:hover,
  a.text-color-xl-yellow,
  a.text-color-xl-yellow:focus,
  a.text-color-xl-yellow:active,
  a.text-color-xl-yellow:hover {
    color: #EEEE22 !important; } }

.text-color-light-yellow,
.text-color-light-yellow a,
.text-color-light-yellow a:focus,
.text-color-light-yellow a:active,
.text-color-light-yellow a:hover,
a.text-color-light-yellow,
a.text-color-light-yellow:focus,
a.text-color-light-yellow:active,
a.text-color-light-yellow:hover,
.has-light-yellow-color,
.has-light-yellow-color a,
.has-light-yellow-color a:focus,
.has-light-yellow-color a:active,
.has-light-yellow-color a:hover,
a.has-light-yellow-color,
a.has-light-yellow-color:focus,
a.has-light-yellow-color:active,
a.has-light-yellow-color:hover {
  color: #EDED6D !important; }

@media (min-width: 576px) {
  .text-color-sm-light-yellow,
  .text-color-sm-light-yellow a,
  .text-color-sm-light-yellow a:focus,
  .text-color-sm-light-yellow a:active,
  .text-color-sm-light-yellow a:hover,
  a.text-color-sm-light-yellow,
  a.text-color-sm-light-yellow:focus,
  a.text-color-sm-light-yellow:active,
  a.text-color-sm-light-yellow:hover {
    color: #EDED6D !important; } }

@media (min-width: 768px) {
  .text-color-md-light-yellow,
  .text-color-md-light-yellow a,
  .text-color-md-light-yellow a:focus,
  .text-color-md-light-yellow a:active,
  .text-color-md-light-yellow a:hover,
  a.text-color-md-light-yellow,
  a.text-color-md-light-yellow:focus,
  a.text-color-md-light-yellow:active,
  a.text-color-md-light-yellow:hover {
    color: #EDED6D !important; } }

@media (min-width: 992px) {
  .text-color-lg-light-yellow,
  .text-color-lg-light-yellow a,
  .text-color-lg-light-yellow a:focus,
  .text-color-lg-light-yellow a:active,
  .text-color-lg-light-yellow a:hover,
  a.text-color-lg-light-yellow,
  a.text-color-lg-light-yellow:focus,
  a.text-color-lg-light-yellow:active,
  a.text-color-lg-light-yellow:hover {
    color: #EDED6D !important; } }

@media (min-width: 1200px) {
  .text-color-xl-light-yellow,
  .text-color-xl-light-yellow a,
  .text-color-xl-light-yellow a:focus,
  .text-color-xl-light-yellow a:active,
  .text-color-xl-light-yellow a:hover,
  a.text-color-xl-light-yellow,
  a.text-color-xl-light-yellow:focus,
  a.text-color-xl-light-yellow:active,
  a.text-color-xl-light-yellow:hover {
    color: #EDED6D !important; } }

.text-color-very-light-yellow,
.text-color-very-light-yellow a,
.text-color-very-light-yellow a:focus,
.text-color-very-light-yellow a:active,
.text-color-very-light-yellow a:hover,
a.text-color-very-light-yellow,
a.text-color-very-light-yellow:focus,
a.text-color-very-light-yellow:active,
a.text-color-very-light-yellow:hover,
.has-very-light-yellow-color,
.has-very-light-yellow-color a,
.has-very-light-yellow-color a:focus,
.has-very-light-yellow-color a:active,
.has-very-light-yellow-color a:hover,
a.has-very-light-yellow-color,
a.has-very-light-yellow-color:focus,
a.has-very-light-yellow-color:active,
a.has-very-light-yellow-color:hover {
  color: #EDEDA3 !important; }

@media (min-width: 576px) {
  .text-color-sm-very-light-yellow,
  .text-color-sm-very-light-yellow a,
  .text-color-sm-very-light-yellow a:focus,
  .text-color-sm-very-light-yellow a:active,
  .text-color-sm-very-light-yellow a:hover,
  a.text-color-sm-very-light-yellow,
  a.text-color-sm-very-light-yellow:focus,
  a.text-color-sm-very-light-yellow:active,
  a.text-color-sm-very-light-yellow:hover {
    color: #EDEDA3 !important; } }

@media (min-width: 768px) {
  .text-color-md-very-light-yellow,
  .text-color-md-very-light-yellow a,
  .text-color-md-very-light-yellow a:focus,
  .text-color-md-very-light-yellow a:active,
  .text-color-md-very-light-yellow a:hover,
  a.text-color-md-very-light-yellow,
  a.text-color-md-very-light-yellow:focus,
  a.text-color-md-very-light-yellow:active,
  a.text-color-md-very-light-yellow:hover {
    color: #EDEDA3 !important; } }

@media (min-width: 992px) {
  .text-color-lg-very-light-yellow,
  .text-color-lg-very-light-yellow a,
  .text-color-lg-very-light-yellow a:focus,
  .text-color-lg-very-light-yellow a:active,
  .text-color-lg-very-light-yellow a:hover,
  a.text-color-lg-very-light-yellow,
  a.text-color-lg-very-light-yellow:focus,
  a.text-color-lg-very-light-yellow:active,
  a.text-color-lg-very-light-yellow:hover {
    color: #EDEDA3 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-very-light-yellow,
  .text-color-xl-very-light-yellow a,
  .text-color-xl-very-light-yellow a:focus,
  .text-color-xl-very-light-yellow a:active,
  .text-color-xl-very-light-yellow a:hover,
  a.text-color-xl-very-light-yellow,
  a.text-color-xl-very-light-yellow:focus,
  a.text-color-xl-very-light-yellow:active,
  a.text-color-xl-very-light-yellow:hover {
    color: #EDEDA3 !important; } }

.text-color-very-dark-blue,
.text-color-very-dark-blue a,
.text-color-very-dark-blue a:focus,
.text-color-very-dark-blue a:active,
.text-color-very-dark-blue a:hover,
a.text-color-very-dark-blue,
a.text-color-very-dark-blue:focus,
a.text-color-very-dark-blue:active,
a.text-color-very-dark-blue:hover,
.has-very-dark-blue-color,
.has-very-dark-blue-color a,
.has-very-dark-blue-color a:focus,
.has-very-dark-blue-color a:active,
.has-very-dark-blue-color a:hover,
a.has-very-dark-blue-color,
a.has-very-dark-blue-color:focus,
a.has-very-dark-blue-color:active,
a.has-very-dark-blue-color:hover {
  color: #00588C !important; }

@media (min-width: 576px) {
  .text-color-sm-very-dark-blue,
  .text-color-sm-very-dark-blue a,
  .text-color-sm-very-dark-blue a:focus,
  .text-color-sm-very-dark-blue a:active,
  .text-color-sm-very-dark-blue a:hover,
  a.text-color-sm-very-dark-blue,
  a.text-color-sm-very-dark-blue:focus,
  a.text-color-sm-very-dark-blue:active,
  a.text-color-sm-very-dark-blue:hover {
    color: #00588C !important; } }

@media (min-width: 768px) {
  .text-color-md-very-dark-blue,
  .text-color-md-very-dark-blue a,
  .text-color-md-very-dark-blue a:focus,
  .text-color-md-very-dark-blue a:active,
  .text-color-md-very-dark-blue a:hover,
  a.text-color-md-very-dark-blue,
  a.text-color-md-very-dark-blue:focus,
  a.text-color-md-very-dark-blue:active,
  a.text-color-md-very-dark-blue:hover {
    color: #00588C !important; } }

@media (min-width: 992px) {
  .text-color-lg-very-dark-blue,
  .text-color-lg-very-dark-blue a,
  .text-color-lg-very-dark-blue a:focus,
  .text-color-lg-very-dark-blue a:active,
  .text-color-lg-very-dark-blue a:hover,
  a.text-color-lg-very-dark-blue,
  a.text-color-lg-very-dark-blue:focus,
  a.text-color-lg-very-dark-blue:active,
  a.text-color-lg-very-dark-blue:hover {
    color: #00588C !important; } }

@media (min-width: 1200px) {
  .text-color-xl-very-dark-blue,
  .text-color-xl-very-dark-blue a,
  .text-color-xl-very-dark-blue a:focus,
  .text-color-xl-very-dark-blue a:active,
  .text-color-xl-very-dark-blue a:hover,
  a.text-color-xl-very-dark-blue,
  a.text-color-xl-very-dark-blue:focus,
  a.text-color-xl-very-dark-blue:active,
  a.text-color-xl-very-dark-blue:hover {
    color: #00588C !important; } }

.text-color-dark-blue,
.text-color-dark-blue a,
.text-color-dark-blue a:focus,
.text-color-dark-blue a:active,
.text-color-dark-blue a:hover,
a.text-color-dark-blue,
a.text-color-dark-blue:focus,
a.text-color-dark-blue:active,
a.text-color-dark-blue:hover,
.has-dark-blue-color,
.has-dark-blue-color a,
.has-dark-blue-color a:focus,
.has-dark-blue-color a:active,
.has-dark-blue-color a:hover,
a.has-dark-blue-color,
a.has-dark-blue-color:focus,
a.has-dark-blue-color:active,
a.has-dark-blue-color:hover {
  color: #004261 !important; }

@media (min-width: 576px) {
  .text-color-sm-dark-blue,
  .text-color-sm-dark-blue a,
  .text-color-sm-dark-blue a:focus,
  .text-color-sm-dark-blue a:active,
  .text-color-sm-dark-blue a:hover,
  a.text-color-sm-dark-blue,
  a.text-color-sm-dark-blue:focus,
  a.text-color-sm-dark-blue:active,
  a.text-color-sm-dark-blue:hover {
    color: #004261 !important; } }

@media (min-width: 768px) {
  .text-color-md-dark-blue,
  .text-color-md-dark-blue a,
  .text-color-md-dark-blue a:focus,
  .text-color-md-dark-blue a:active,
  .text-color-md-dark-blue a:hover,
  a.text-color-md-dark-blue,
  a.text-color-md-dark-blue:focus,
  a.text-color-md-dark-blue:active,
  a.text-color-md-dark-blue:hover {
    color: #004261 !important; } }

@media (min-width: 992px) {
  .text-color-lg-dark-blue,
  .text-color-lg-dark-blue a,
  .text-color-lg-dark-blue a:focus,
  .text-color-lg-dark-blue a:active,
  .text-color-lg-dark-blue a:hover,
  a.text-color-lg-dark-blue,
  a.text-color-lg-dark-blue:focus,
  a.text-color-lg-dark-blue:active,
  a.text-color-lg-dark-blue:hover {
    color: #004261 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-dark-blue,
  .text-color-xl-dark-blue a,
  .text-color-xl-dark-blue a:focus,
  .text-color-xl-dark-blue a:active,
  .text-color-xl-dark-blue a:hover,
  a.text-color-xl-dark-blue,
  a.text-color-xl-dark-blue:focus,
  a.text-color-xl-dark-blue:active,
  a.text-color-xl-dark-blue:hover {
    color: #004261 !important; } }

.text-color-blue,
.text-color-blue a,
.text-color-blue a:focus,
.text-color-blue a:active,
.text-color-blue a:hover,
a.text-color-blue,
a.text-color-blue:focus,
a.text-color-blue:active,
a.text-color-blue:hover,
.has-blue-color,
.has-blue-color a,
.has-blue-color a:focus,
.has-blue-color a:active,
.has-blue-color a:hover,
a.has-blue-color,
a.has-blue-color:focus,
a.has-blue-color:active,
a.has-blue-color:hover {
  color: #009fc7 !important; }

@media (min-width: 576px) {
  .text-color-sm-blue,
  .text-color-sm-blue a,
  .text-color-sm-blue a:focus,
  .text-color-sm-blue a:active,
  .text-color-sm-blue a:hover,
  a.text-color-sm-blue,
  a.text-color-sm-blue:focus,
  a.text-color-sm-blue:active,
  a.text-color-sm-blue:hover {
    color: #009fc7 !important; } }

@media (min-width: 768px) {
  .text-color-md-blue,
  .text-color-md-blue a,
  .text-color-md-blue a:focus,
  .text-color-md-blue a:active,
  .text-color-md-blue a:hover,
  a.text-color-md-blue,
  a.text-color-md-blue:focus,
  a.text-color-md-blue:active,
  a.text-color-md-blue:hover {
    color: #009fc7 !important; } }

@media (min-width: 992px) {
  .text-color-lg-blue,
  .text-color-lg-blue a,
  .text-color-lg-blue a:focus,
  .text-color-lg-blue a:active,
  .text-color-lg-blue a:hover,
  a.text-color-lg-blue,
  a.text-color-lg-blue:focus,
  a.text-color-lg-blue:active,
  a.text-color-lg-blue:hover {
    color: #009fc7 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-blue,
  .text-color-xl-blue a,
  .text-color-xl-blue a:focus,
  .text-color-xl-blue a:active,
  .text-color-xl-blue a:hover,
  a.text-color-xl-blue,
  a.text-color-xl-blue:focus,
  a.text-color-xl-blue:active,
  a.text-color-xl-blue:hover {
    color: #009fc7 !important; } }

.text-color-light-blue,
.text-color-light-blue a,
.text-color-light-blue a:focus,
.text-color-light-blue a:active,
.text-color-light-blue a:hover,
a.text-color-light-blue,
a.text-color-light-blue:focus,
a.text-color-light-blue:active,
a.text-color-light-blue:hover,
.has-light-blue-color,
.has-light-blue-color a,
.has-light-blue-color a:focus,
.has-light-blue-color a:active,
.has-light-blue-color a:hover,
a.has-light-blue-color,
a.has-light-blue-color:focus,
a.has-light-blue-color:active,
a.has-light-blue-color:hover {
  color: #5BC3FF !important; }

@media (min-width: 576px) {
  .text-color-sm-light-blue,
  .text-color-sm-light-blue a,
  .text-color-sm-light-blue a:focus,
  .text-color-sm-light-blue a:active,
  .text-color-sm-light-blue a:hover,
  a.text-color-sm-light-blue,
  a.text-color-sm-light-blue:focus,
  a.text-color-sm-light-blue:active,
  a.text-color-sm-light-blue:hover {
    color: #5BC3FF !important; } }

@media (min-width: 768px) {
  .text-color-md-light-blue,
  .text-color-md-light-blue a,
  .text-color-md-light-blue a:focus,
  .text-color-md-light-blue a:active,
  .text-color-md-light-blue a:hover,
  a.text-color-md-light-blue,
  a.text-color-md-light-blue:focus,
  a.text-color-md-light-blue:active,
  a.text-color-md-light-blue:hover {
    color: #5BC3FF !important; } }

@media (min-width: 992px) {
  .text-color-lg-light-blue,
  .text-color-lg-light-blue a,
  .text-color-lg-light-blue a:focus,
  .text-color-lg-light-blue a:active,
  .text-color-lg-light-blue a:hover,
  a.text-color-lg-light-blue,
  a.text-color-lg-light-blue:focus,
  a.text-color-lg-light-blue:active,
  a.text-color-lg-light-blue:hover {
    color: #5BC3FF !important; } }

@media (min-width: 1200px) {
  .text-color-xl-light-blue,
  .text-color-xl-light-blue a,
  .text-color-xl-light-blue a:focus,
  .text-color-xl-light-blue a:active,
  .text-color-xl-light-blue a:hover,
  a.text-color-xl-light-blue,
  a.text-color-xl-light-blue:focus,
  a.text-color-xl-light-blue:active,
  a.text-color-xl-light-blue:hover {
    color: #5BC3FF !important; } }

.text-color-very-light-blue,
.text-color-very-light-blue a,
.text-color-very-light-blue a:focus,
.text-color-very-light-blue a:active,
.text-color-very-light-blue a:hover,
a.text-color-very-light-blue,
a.text-color-very-light-blue:focus,
a.text-color-very-light-blue:active,
a.text-color-very-light-blue:hover,
.has-very-light-blue-color,
.has-very-light-blue-color a,
.has-very-light-blue-color a:focus,
.has-very-light-blue-color a:active,
.has-very-light-blue-color a:hover,
a.has-very-light-blue-color,
a.has-very-light-blue-color:focus,
a.has-very-light-blue-color:active,
a.has-very-light-blue-color:hover {
  color: #B2E2FF !important; }

@media (min-width: 576px) {
  .text-color-sm-very-light-blue,
  .text-color-sm-very-light-blue a,
  .text-color-sm-very-light-blue a:focus,
  .text-color-sm-very-light-blue a:active,
  .text-color-sm-very-light-blue a:hover,
  a.text-color-sm-very-light-blue,
  a.text-color-sm-very-light-blue:focus,
  a.text-color-sm-very-light-blue:active,
  a.text-color-sm-very-light-blue:hover {
    color: #B2E2FF !important; } }

@media (min-width: 768px) {
  .text-color-md-very-light-blue,
  .text-color-md-very-light-blue a,
  .text-color-md-very-light-blue a:focus,
  .text-color-md-very-light-blue a:active,
  .text-color-md-very-light-blue a:hover,
  a.text-color-md-very-light-blue,
  a.text-color-md-very-light-blue:focus,
  a.text-color-md-very-light-blue:active,
  a.text-color-md-very-light-blue:hover {
    color: #B2E2FF !important; } }

@media (min-width: 992px) {
  .text-color-lg-very-light-blue,
  .text-color-lg-very-light-blue a,
  .text-color-lg-very-light-blue a:focus,
  .text-color-lg-very-light-blue a:active,
  .text-color-lg-very-light-blue a:hover,
  a.text-color-lg-very-light-blue,
  a.text-color-lg-very-light-blue:focus,
  a.text-color-lg-very-light-blue:active,
  a.text-color-lg-very-light-blue:hover {
    color: #B2E2FF !important; } }

@media (min-width: 1200px) {
  .text-color-xl-very-light-blue,
  .text-color-xl-very-light-blue a,
  .text-color-xl-very-light-blue a:focus,
  .text-color-xl-very-light-blue a:active,
  .text-color-xl-very-light-blue a:hover,
  a.text-color-xl-very-light-blue,
  a.text-color-xl-very-light-blue:focus,
  a.text-color-xl-very-light-blue:active,
  a.text-color-xl-very-light-blue:hover {
    color: #B2E2FF !important; } }

.text-color-very-dark-purple,
.text-color-very-dark-purple a,
.text-color-very-dark-purple a:focus,
.text-color-very-dark-purple a:active,
.text-color-very-dark-purple a:hover,
a.text-color-very-dark-purple,
a.text-color-very-dark-purple:focus,
a.text-color-very-dark-purple:active,
a.text-color-very-dark-purple:hover,
.has-very-dark-purple-color,
.has-very-dark-purple-color a,
.has-very-dark-purple-color a:focus,
.has-very-dark-purple-color a:active,
.has-very-dark-purple-color a:hover,
a.has-very-dark-purple-color,
a.has-very-dark-purple-color:focus,
a.has-very-dark-purple-color:active,
a.has-very-dark-purple-color:hover {
  color: #500684 !important; }

@media (min-width: 576px) {
  .text-color-sm-very-dark-purple,
  .text-color-sm-very-dark-purple a,
  .text-color-sm-very-dark-purple a:focus,
  .text-color-sm-very-dark-purple a:active,
  .text-color-sm-very-dark-purple a:hover,
  a.text-color-sm-very-dark-purple,
  a.text-color-sm-very-dark-purple:focus,
  a.text-color-sm-very-dark-purple:active,
  a.text-color-sm-very-dark-purple:hover {
    color: #500684 !important; } }

@media (min-width: 768px) {
  .text-color-md-very-dark-purple,
  .text-color-md-very-dark-purple a,
  .text-color-md-very-dark-purple a:focus,
  .text-color-md-very-dark-purple a:active,
  .text-color-md-very-dark-purple a:hover,
  a.text-color-md-very-dark-purple,
  a.text-color-md-very-dark-purple:focus,
  a.text-color-md-very-dark-purple:active,
  a.text-color-md-very-dark-purple:hover {
    color: #500684 !important; } }

@media (min-width: 992px) {
  .text-color-lg-very-dark-purple,
  .text-color-lg-very-dark-purple a,
  .text-color-lg-very-dark-purple a:focus,
  .text-color-lg-very-dark-purple a:active,
  .text-color-lg-very-dark-purple a:hover,
  a.text-color-lg-very-dark-purple,
  a.text-color-lg-very-dark-purple:focus,
  a.text-color-lg-very-dark-purple:active,
  a.text-color-lg-very-dark-purple:hover {
    color: #500684 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-very-dark-purple,
  .text-color-xl-very-dark-purple a,
  .text-color-xl-very-dark-purple a:focus,
  .text-color-xl-very-dark-purple a:active,
  .text-color-xl-very-dark-purple a:hover,
  a.text-color-xl-very-dark-purple,
  a.text-color-xl-very-dark-purple:focus,
  a.text-color-xl-very-dark-purple:active,
  a.text-color-xl-very-dark-purple:hover {
    color: #500684 !important; } }

.text-color-dark-purple,
.text-color-dark-purple a,
.text-color-dark-purple a:focus,
.text-color-dark-purple a:active,
.text-color-dark-purple a:hover,
a.text-color-dark-purple,
a.text-color-dark-purple:focus,
a.text-color-dark-purple:active,
a.text-color-dark-purple:hover,
.has-dark-purple-color,
.has-dark-purple-color a,
.has-dark-purple-color a:focus,
.has-dark-purple-color a:active,
.has-dark-purple-color a:hover,
a.has-dark-purple-color,
a.has-dark-purple-color:focus,
a.has-dark-purple-color:active,
a.has-dark-purple-color:hover {
  color: #6E12BA !important; }

@media (min-width: 576px) {
  .text-color-sm-dark-purple,
  .text-color-sm-dark-purple a,
  .text-color-sm-dark-purple a:focus,
  .text-color-sm-dark-purple a:active,
  .text-color-sm-dark-purple a:hover,
  a.text-color-sm-dark-purple,
  a.text-color-sm-dark-purple:focus,
  a.text-color-sm-dark-purple:active,
  a.text-color-sm-dark-purple:hover {
    color: #6E12BA !important; } }

@media (min-width: 768px) {
  .text-color-md-dark-purple,
  .text-color-md-dark-purple a,
  .text-color-md-dark-purple a:focus,
  .text-color-md-dark-purple a:active,
  .text-color-md-dark-purple a:hover,
  a.text-color-md-dark-purple,
  a.text-color-md-dark-purple:focus,
  a.text-color-md-dark-purple:active,
  a.text-color-md-dark-purple:hover {
    color: #6E12BA !important; } }

@media (min-width: 992px) {
  .text-color-lg-dark-purple,
  .text-color-lg-dark-purple a,
  .text-color-lg-dark-purple a:focus,
  .text-color-lg-dark-purple a:active,
  .text-color-lg-dark-purple a:hover,
  a.text-color-lg-dark-purple,
  a.text-color-lg-dark-purple:focus,
  a.text-color-lg-dark-purple:active,
  a.text-color-lg-dark-purple:hover {
    color: #6E12BA !important; } }

@media (min-width: 1200px) {
  .text-color-xl-dark-purple,
  .text-color-xl-dark-purple a,
  .text-color-xl-dark-purple a:focus,
  .text-color-xl-dark-purple a:active,
  .text-color-xl-dark-purple a:hover,
  a.text-color-xl-dark-purple,
  a.text-color-xl-dark-purple:focus,
  a.text-color-xl-dark-purple:active,
  a.text-color-xl-dark-purple:hover {
    color: #6E12BA !important; } }

.text-color-purple,
.text-color-purple a,
.text-color-purple a:focus,
.text-color-purple a:active,
.text-color-purple a:hover,
a.text-color-purple,
a.text-color-purple:focus,
a.text-color-purple:active,
a.text-color-purple:hover,
.has-purple-color,
.has-purple-color a,
.has-purple-color a:focus,
.has-purple-color a:active,
.has-purple-color a:hover,
a.has-purple-color,
a.has-purple-color:focus,
a.has-purple-color:active,
a.has-purple-color:hover {
  color: #8224E3 !important; }

@media (min-width: 576px) {
  .text-color-sm-purple,
  .text-color-sm-purple a,
  .text-color-sm-purple a:focus,
  .text-color-sm-purple a:active,
  .text-color-sm-purple a:hover,
  a.text-color-sm-purple,
  a.text-color-sm-purple:focus,
  a.text-color-sm-purple:active,
  a.text-color-sm-purple:hover {
    color: #8224E3 !important; } }

@media (min-width: 768px) {
  .text-color-md-purple,
  .text-color-md-purple a,
  .text-color-md-purple a:focus,
  .text-color-md-purple a:active,
  .text-color-md-purple a:hover,
  a.text-color-md-purple,
  a.text-color-md-purple:focus,
  a.text-color-md-purple:active,
  a.text-color-md-purple:hover {
    color: #8224E3 !important; } }

@media (min-width: 992px) {
  .text-color-lg-purple,
  .text-color-lg-purple a,
  .text-color-lg-purple a:focus,
  .text-color-lg-purple a:active,
  .text-color-lg-purple a:hover,
  a.text-color-lg-purple,
  a.text-color-lg-purple:focus,
  a.text-color-lg-purple:active,
  a.text-color-lg-purple:hover {
    color: #8224E3 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-purple,
  .text-color-xl-purple a,
  .text-color-xl-purple a:focus,
  .text-color-xl-purple a:active,
  .text-color-xl-purple a:hover,
  a.text-color-xl-purple,
  a.text-color-xl-purple:focus,
  a.text-color-xl-purple:active,
  a.text-color-xl-purple:hover {
    color: #8224E3 !important; } }

.text-color-light-purple,
.text-color-light-purple a,
.text-color-light-purple a:focus,
.text-color-light-purple a:active,
.text-color-light-purple a:hover,
a.text-color-light-purple,
a.text-color-light-purple:focus,
a.text-color-light-purple:active,
a.text-color-light-purple:hover,
.has-light-purple-color,
.has-light-purple-color a,
.has-light-purple-color a:focus,
.has-light-purple-color a:active,
.has-light-purple-color a:hover,
a.has-light-purple-color,
a.has-light-purple-color:focus,
a.has-light-purple-color:active,
a.has-light-purple-color:hover {
  color: #A96EF2 !important; }

@media (min-width: 576px) {
  .text-color-sm-light-purple,
  .text-color-sm-light-purple a,
  .text-color-sm-light-purple a:focus,
  .text-color-sm-light-purple a:active,
  .text-color-sm-light-purple a:hover,
  a.text-color-sm-light-purple,
  a.text-color-sm-light-purple:focus,
  a.text-color-sm-light-purple:active,
  a.text-color-sm-light-purple:hover {
    color: #A96EF2 !important; } }

@media (min-width: 768px) {
  .text-color-md-light-purple,
  .text-color-md-light-purple a,
  .text-color-md-light-purple a:focus,
  .text-color-md-light-purple a:active,
  .text-color-md-light-purple a:hover,
  a.text-color-md-light-purple,
  a.text-color-md-light-purple:focus,
  a.text-color-md-light-purple:active,
  a.text-color-md-light-purple:hover {
    color: #A96EF2 !important; } }

@media (min-width: 992px) {
  .text-color-lg-light-purple,
  .text-color-lg-light-purple a,
  .text-color-lg-light-purple a:focus,
  .text-color-lg-light-purple a:active,
  .text-color-lg-light-purple a:hover,
  a.text-color-lg-light-purple,
  a.text-color-lg-light-purple:focus,
  a.text-color-lg-light-purple:active,
  a.text-color-lg-light-purple:hover {
    color: #A96EF2 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-light-purple,
  .text-color-xl-light-purple a,
  .text-color-xl-light-purple a:focus,
  .text-color-xl-light-purple a:active,
  .text-color-xl-light-purple a:hover,
  a.text-color-xl-light-purple,
  a.text-color-xl-light-purple:focus,
  a.text-color-xl-light-purple:active,
  a.text-color-xl-light-purple:hover {
    color: #A96EF2 !important; } }

.text-color-very-light-purple,
.text-color-very-light-purple a,
.text-color-very-light-purple a:focus,
.text-color-very-light-purple a:active,
.text-color-very-light-purple a:hover,
a.text-color-very-light-purple,
a.text-color-very-light-purple:focus,
a.text-color-very-light-purple:active,
a.text-color-very-light-purple:hover,
.has-very-light-purple-color,
.has-very-light-purple-color a,
.has-very-light-purple-color a:focus,
.has-very-light-purple-color a:active,
.has-very-light-purple-color a:hover,
a.has-very-light-purple-color,
a.has-very-light-purple-color:focus,
a.has-very-light-purple-color:active,
a.has-very-light-purple-color:hover {
  color: #C8ACE2 !important; }

@media (min-width: 576px) {
  .text-color-sm-very-light-purple,
  .text-color-sm-very-light-purple a,
  .text-color-sm-very-light-purple a:focus,
  .text-color-sm-very-light-purple a:active,
  .text-color-sm-very-light-purple a:hover,
  a.text-color-sm-very-light-purple,
  a.text-color-sm-very-light-purple:focus,
  a.text-color-sm-very-light-purple:active,
  a.text-color-sm-very-light-purple:hover {
    color: #C8ACE2 !important; } }

@media (min-width: 768px) {
  .text-color-md-very-light-purple,
  .text-color-md-very-light-purple a,
  .text-color-md-very-light-purple a:focus,
  .text-color-md-very-light-purple a:active,
  .text-color-md-very-light-purple a:hover,
  a.text-color-md-very-light-purple,
  a.text-color-md-very-light-purple:focus,
  a.text-color-md-very-light-purple:active,
  a.text-color-md-very-light-purple:hover {
    color: #C8ACE2 !important; } }

@media (min-width: 992px) {
  .text-color-lg-very-light-purple,
  .text-color-lg-very-light-purple a,
  .text-color-lg-very-light-purple a:focus,
  .text-color-lg-very-light-purple a:active,
  .text-color-lg-very-light-purple a:hover,
  a.text-color-lg-very-light-purple,
  a.text-color-lg-very-light-purple:focus,
  a.text-color-lg-very-light-purple:active,
  a.text-color-lg-very-light-purple:hover {
    color: #C8ACE2 !important; } }

@media (min-width: 1200px) {
  .text-color-xl-very-light-purple,
  .text-color-xl-very-light-purple a,
  .text-color-xl-very-light-purple a:focus,
  .text-color-xl-very-light-purple a:active,
  .text-color-xl-very-light-purple a:hover,
  a.text-color-xl-very-light-purple,
  a.text-color-xl-very-light-purple:focus,
  a.text-color-xl-very-light-purple:active,
  a.text-color-xl-very-light-purple:hover {
    color: #C8ACE2 !important; } }

.text-color-transparent,
.text-color-transparent a,
.text-color-transparent a:focus,
.text-color-transparent a:active,
.text-color-transparent a:hover,
a.text-color-transparent,
a.text-color-transparent:focus,
a.text-color-transparent:active,
a.text-color-transparent:hover,
.has-transparent-color,
.has-transparent-color a,
.has-transparent-color a:focus,
.has-transparent-color a:active,
.has-transparent-color a:hover,
a.has-transparent-color,
a.has-transparent-color:focus,
a.has-transparent-color:active,
a.has-transparent-color:hover {
  color: transparent !important; }

@media (min-width: 576px) {
  .text-color-sm-transparent,
  .text-color-sm-transparent a,
  .text-color-sm-transparent a:focus,
  .text-color-sm-transparent a:active,
  .text-color-sm-transparent a:hover,
  a.text-color-sm-transparent,
  a.text-color-sm-transparent:focus,
  a.text-color-sm-transparent:active,
  a.text-color-sm-transparent:hover {
    color: transparent !important; } }

@media (min-width: 768px) {
  .text-color-md-transparent,
  .text-color-md-transparent a,
  .text-color-md-transparent a:focus,
  .text-color-md-transparent a:active,
  .text-color-md-transparent a:hover,
  a.text-color-md-transparent,
  a.text-color-md-transparent:focus,
  a.text-color-md-transparent:active,
  a.text-color-md-transparent:hover {
    color: transparent !important; } }

@media (min-width: 992px) {
  .text-color-lg-transparent,
  .text-color-lg-transparent a,
  .text-color-lg-transparent a:focus,
  .text-color-lg-transparent a:active,
  .text-color-lg-transparent a:hover,
  a.text-color-lg-transparent,
  a.text-color-lg-transparent:focus,
  a.text-color-lg-transparent:active,
  a.text-color-lg-transparent:hover {
    color: transparent !important; } }

@media (min-width: 1200px) {
  .text-color-xl-transparent,
  .text-color-xl-transparent a,
  .text-color-xl-transparent a:focus,
  .text-color-xl-transparent a:active,
  .text-color-xl-transparent a:hover,
  a.text-color-xl-transparent,
  a.text-color-xl-transparent:focus,
  a.text-color-xl-transparent:active,
  a.text-color-xl-transparent:hover {
    color: transparent !important; } }

.background-color-white,
.background-color-white a,
.background-color-white a:focus,
.background-color-white a:active,
.background-color-white a:hover,
a.background-color-white,
a.background-color-white:focus,
a.background-color-white:active,
a.background-color-white:hover,
.has-white-background-color,
a.has-white-background-color,
a.has-white-background-color:focus,
a.has-white-background-color:active,
a.has-white-background-color:hover {
  background-color: #FFFFFF; }

@media (min-width: 576px) {
  .background-color-sm-white,
  .background-color-sm-white a,
  .background-color-sm-white a:focus,
  .background-color-sm-white a:active,
  .background-color-sm-white a:hover,
  a.background-color-sm-white,
  a.background-color-sm-white:focus,
  a.background-color-sm-white:active,
  a.background-color-sm-white:hover {
    background-color: #FFFFFF; } }

@media (min-width: 768px) {
  .background-color-md-white,
  .background-color-md-white a,
  .background-color-md-white a:focus,
  .background-color-md-white a:active,
  .background-color-md-white a:hover,
  a.background-color-md-white,
  a.background-color-md-white:focus,
  a.background-color-md-white:active,
  a.background-color-md-white:hover {
    background-color: #FFFFFF; } }

@media (min-width: 992px) {
  .background-color-lg-white,
  .background-color-lg-white a,
  .background-color-lg-white a:focus,
  .background-color-lg-white a:active,
  .background-color-lg-white a:hover,
  a.background-color-lg-white,
  a.background-color-lg-white:focus,
  a.background-color-lg-white:active,
  a.background-color-lg-white:hover {
    background-color: #FFFFFF; } }

@media (min-width: 1200px) {
  .background-color-xl-white,
  .background-color-xl-white a,
  .background-color-xl-white a:focus,
  .background-color-xl-white a:active,
  .background-color-xl-white a:hover,
  a.background-color-xl-white,
  a.background-color-xl-white:focus,
  a.background-color-xl-white:active,
  a.background-color-xl-white:hover {
    background-color: #FFFFFF; } }

.background-color-black,
.background-color-black a,
.background-color-black a:focus,
.background-color-black a:active,
.background-color-black a:hover,
a.background-color-black,
a.background-color-black:focus,
a.background-color-black:active,
a.background-color-black:hover,
.has-black-background-color,
a.has-black-background-color,
a.has-black-background-color:focus,
a.has-black-background-color:active,
a.has-black-background-color:hover {
  background-color: #000000; }

@media (min-width: 576px) {
  .background-color-sm-black,
  .background-color-sm-black a,
  .background-color-sm-black a:focus,
  .background-color-sm-black a:active,
  .background-color-sm-black a:hover,
  a.background-color-sm-black,
  a.background-color-sm-black:focus,
  a.background-color-sm-black:active,
  a.background-color-sm-black:hover {
    background-color: #000000; } }

@media (min-width: 768px) {
  .background-color-md-black,
  .background-color-md-black a,
  .background-color-md-black a:focus,
  .background-color-md-black a:active,
  .background-color-md-black a:hover,
  a.background-color-md-black,
  a.background-color-md-black:focus,
  a.background-color-md-black:active,
  a.background-color-md-black:hover {
    background-color: #000000; } }

@media (min-width: 992px) {
  .background-color-lg-black,
  .background-color-lg-black a,
  .background-color-lg-black a:focus,
  .background-color-lg-black a:active,
  .background-color-lg-black a:hover,
  a.background-color-lg-black,
  a.background-color-lg-black:focus,
  a.background-color-lg-black:active,
  a.background-color-lg-black:hover {
    background-color: #000000; } }

@media (min-width: 1200px) {
  .background-color-xl-black,
  .background-color-xl-black a,
  .background-color-xl-black a:focus,
  .background-color-xl-black a:active,
  .background-color-xl-black a:hover,
  a.background-color-xl-black,
  a.background-color-xl-black:focus,
  a.background-color-xl-black:active,
  a.background-color-xl-black:hover {
    background-color: #000000; } }

.background-color-very-dark-grey,
.background-color-very-dark-grey a,
.background-color-very-dark-grey a:focus,
.background-color-very-dark-grey a:active,
.background-color-very-dark-grey a:hover,
a.background-color-very-dark-grey,
a.background-color-very-dark-grey:focus,
a.background-color-very-dark-grey:active,
a.background-color-very-dark-grey:hover,
.has-very-dark-grey-background-color,
a.has-very-dark-grey-background-color,
a.has-very-dark-grey-background-color:focus,
a.has-very-dark-grey-background-color:active,
a.has-very-dark-grey-background-color:hover {
  background-color: #3F3F3F; }

@media (min-width: 576px) {
  .background-color-sm-very-dark-grey,
  .background-color-sm-very-dark-grey a,
  .background-color-sm-very-dark-grey a:focus,
  .background-color-sm-very-dark-grey a:active,
  .background-color-sm-very-dark-grey a:hover,
  a.background-color-sm-very-dark-grey,
  a.background-color-sm-very-dark-grey:focus,
  a.background-color-sm-very-dark-grey:active,
  a.background-color-sm-very-dark-grey:hover {
    background-color: #3F3F3F; } }

@media (min-width: 768px) {
  .background-color-md-very-dark-grey,
  .background-color-md-very-dark-grey a,
  .background-color-md-very-dark-grey a:focus,
  .background-color-md-very-dark-grey a:active,
  .background-color-md-very-dark-grey a:hover,
  a.background-color-md-very-dark-grey,
  a.background-color-md-very-dark-grey:focus,
  a.background-color-md-very-dark-grey:active,
  a.background-color-md-very-dark-grey:hover {
    background-color: #3F3F3F; } }

@media (min-width: 992px) {
  .background-color-lg-very-dark-grey,
  .background-color-lg-very-dark-grey a,
  .background-color-lg-very-dark-grey a:focus,
  .background-color-lg-very-dark-grey a:active,
  .background-color-lg-very-dark-grey a:hover,
  a.background-color-lg-very-dark-grey,
  a.background-color-lg-very-dark-grey:focus,
  a.background-color-lg-very-dark-grey:active,
  a.background-color-lg-very-dark-grey:hover {
    background-color: #3F3F3F; } }

@media (min-width: 1200px) {
  .background-color-xl-very-dark-grey,
  .background-color-xl-very-dark-grey a,
  .background-color-xl-very-dark-grey a:focus,
  .background-color-xl-very-dark-grey a:active,
  .background-color-xl-very-dark-grey a:hover,
  a.background-color-xl-very-dark-grey,
  a.background-color-xl-very-dark-grey:focus,
  a.background-color-xl-very-dark-grey:active,
  a.background-color-xl-very-dark-grey:hover {
    background-color: #3F3F3F; } }

.background-color-dark-grey,
.background-color-dark-grey a,
.background-color-dark-grey a:focus,
.background-color-dark-grey a:active,
.background-color-dark-grey a:hover,
a.background-color-dark-grey,
a.background-color-dark-grey:focus,
a.background-color-dark-grey:active,
a.background-color-dark-grey:hover,
.has-dark-grey-background-color,
a.has-dark-grey-background-color,
a.has-dark-grey-background-color:focus,
a.has-dark-grey-background-color:active,
a.has-dark-grey-background-color:hover {
  background-color: #4F4F4F; }

@media (min-width: 576px) {
  .background-color-sm-dark-grey,
  .background-color-sm-dark-grey a,
  .background-color-sm-dark-grey a:focus,
  .background-color-sm-dark-grey a:active,
  .background-color-sm-dark-grey a:hover,
  a.background-color-sm-dark-grey,
  a.background-color-sm-dark-grey:focus,
  a.background-color-sm-dark-grey:active,
  a.background-color-sm-dark-grey:hover {
    background-color: #4F4F4F; } }

@media (min-width: 768px) {
  .background-color-md-dark-grey,
  .background-color-md-dark-grey a,
  .background-color-md-dark-grey a:focus,
  .background-color-md-dark-grey a:active,
  .background-color-md-dark-grey a:hover,
  a.background-color-md-dark-grey,
  a.background-color-md-dark-grey:focus,
  a.background-color-md-dark-grey:active,
  a.background-color-md-dark-grey:hover {
    background-color: #4F4F4F; } }

@media (min-width: 992px) {
  .background-color-lg-dark-grey,
  .background-color-lg-dark-grey a,
  .background-color-lg-dark-grey a:focus,
  .background-color-lg-dark-grey a:active,
  .background-color-lg-dark-grey a:hover,
  a.background-color-lg-dark-grey,
  a.background-color-lg-dark-grey:focus,
  a.background-color-lg-dark-grey:active,
  a.background-color-lg-dark-grey:hover {
    background-color: #4F4F4F; } }

@media (min-width: 1200px) {
  .background-color-xl-dark-grey,
  .background-color-xl-dark-grey a,
  .background-color-xl-dark-grey a:focus,
  .background-color-xl-dark-grey a:active,
  .background-color-xl-dark-grey a:hover,
  a.background-color-xl-dark-grey,
  a.background-color-xl-dark-grey:focus,
  a.background-color-xl-dark-grey:active,
  a.background-color-xl-dark-grey:hover {
    background-color: #4F4F4F; } }

.background-color-grey,
.background-color-grey a,
.background-color-grey a:focus,
.background-color-grey a:active,
.background-color-grey a:hover,
a.background-color-grey,
a.background-color-grey:focus,
a.background-color-grey:active,
a.background-color-grey:hover,
.has-grey-background-color,
a.has-grey-background-color,
a.has-grey-background-color:focus,
a.has-grey-background-color:active,
a.has-grey-background-color:hover {
  background-color: #878A8C; }

@media (min-width: 576px) {
  .background-color-sm-grey,
  .background-color-sm-grey a,
  .background-color-sm-grey a:focus,
  .background-color-sm-grey a:active,
  .background-color-sm-grey a:hover,
  a.background-color-sm-grey,
  a.background-color-sm-grey:focus,
  a.background-color-sm-grey:active,
  a.background-color-sm-grey:hover {
    background-color: #878A8C; } }

@media (min-width: 768px) {
  .background-color-md-grey,
  .background-color-md-grey a,
  .background-color-md-grey a:focus,
  .background-color-md-grey a:active,
  .background-color-md-grey a:hover,
  a.background-color-md-grey,
  a.background-color-md-grey:focus,
  a.background-color-md-grey:active,
  a.background-color-md-grey:hover {
    background-color: #878A8C; } }

@media (min-width: 992px) {
  .background-color-lg-grey,
  .background-color-lg-grey a,
  .background-color-lg-grey a:focus,
  .background-color-lg-grey a:active,
  .background-color-lg-grey a:hover,
  a.background-color-lg-grey,
  a.background-color-lg-grey:focus,
  a.background-color-lg-grey:active,
  a.background-color-lg-grey:hover {
    background-color: #878A8C; } }

@media (min-width: 1200px) {
  .background-color-xl-grey,
  .background-color-xl-grey a,
  .background-color-xl-grey a:focus,
  .background-color-xl-grey a:active,
  .background-color-xl-grey a:hover,
  a.background-color-xl-grey,
  a.background-color-xl-grey:focus,
  a.background-color-xl-grey:active,
  a.background-color-xl-grey:hover {
    background-color: #878A8C; } }

.background-color-light-grey,
.background-color-light-grey a,
.background-color-light-grey a:focus,
.background-color-light-grey a:active,
.background-color-light-grey a:hover,
a.background-color-light-grey,
a.background-color-light-grey:focus,
a.background-color-light-grey:active,
a.background-color-light-grey:hover,
.has-light-grey-background-color,
a.has-light-grey-background-color,
a.has-light-grey-background-color:focus,
a.has-light-grey-background-color:active,
a.has-light-grey-background-color:hover {
  background-color: #D7D7D7; }

@media (min-width: 576px) {
  .background-color-sm-light-grey,
  .background-color-sm-light-grey a,
  .background-color-sm-light-grey a:focus,
  .background-color-sm-light-grey a:active,
  .background-color-sm-light-grey a:hover,
  a.background-color-sm-light-grey,
  a.background-color-sm-light-grey:focus,
  a.background-color-sm-light-grey:active,
  a.background-color-sm-light-grey:hover {
    background-color: #D7D7D7; } }

@media (min-width: 768px) {
  .background-color-md-light-grey,
  .background-color-md-light-grey a,
  .background-color-md-light-grey a:focus,
  .background-color-md-light-grey a:active,
  .background-color-md-light-grey a:hover,
  a.background-color-md-light-grey,
  a.background-color-md-light-grey:focus,
  a.background-color-md-light-grey:active,
  a.background-color-md-light-grey:hover {
    background-color: #D7D7D7; } }

@media (min-width: 992px) {
  .background-color-lg-light-grey,
  .background-color-lg-light-grey a,
  .background-color-lg-light-grey a:focus,
  .background-color-lg-light-grey a:active,
  .background-color-lg-light-grey a:hover,
  a.background-color-lg-light-grey,
  a.background-color-lg-light-grey:focus,
  a.background-color-lg-light-grey:active,
  a.background-color-lg-light-grey:hover {
    background-color: #D7D7D7; } }

@media (min-width: 1200px) {
  .background-color-xl-light-grey,
  .background-color-xl-light-grey a,
  .background-color-xl-light-grey a:focus,
  .background-color-xl-light-grey a:active,
  .background-color-xl-light-grey a:hover,
  a.background-color-xl-light-grey,
  a.background-color-xl-light-grey:focus,
  a.background-color-xl-light-grey:active,
  a.background-color-xl-light-grey:hover {
    background-color: #D7D7D7; } }

.background-color-very-light-grey,
.background-color-very-light-grey a,
.background-color-very-light-grey a:focus,
.background-color-very-light-grey a:active,
.background-color-very-light-grey a:hover,
a.background-color-very-light-grey,
a.background-color-very-light-grey:focus,
a.background-color-very-light-grey:active,
a.background-color-very-light-grey:hover,
.has-very-light-grey-background-color,
a.has-very-light-grey-background-color,
a.has-very-light-grey-background-color:focus,
a.has-very-light-grey-background-color:active,
a.has-very-light-grey-background-color:hover {
  background-color: #F0F0F0; }

@media (min-width: 576px) {
  .background-color-sm-very-light-grey,
  .background-color-sm-very-light-grey a,
  .background-color-sm-very-light-grey a:focus,
  .background-color-sm-very-light-grey a:active,
  .background-color-sm-very-light-grey a:hover,
  a.background-color-sm-very-light-grey,
  a.background-color-sm-very-light-grey:focus,
  a.background-color-sm-very-light-grey:active,
  a.background-color-sm-very-light-grey:hover {
    background-color: #F0F0F0; } }

@media (min-width: 768px) {
  .background-color-md-very-light-grey,
  .background-color-md-very-light-grey a,
  .background-color-md-very-light-grey a:focus,
  .background-color-md-very-light-grey a:active,
  .background-color-md-very-light-grey a:hover,
  a.background-color-md-very-light-grey,
  a.background-color-md-very-light-grey:focus,
  a.background-color-md-very-light-grey:active,
  a.background-color-md-very-light-grey:hover {
    background-color: #F0F0F0; } }

@media (min-width: 992px) {
  .background-color-lg-very-light-grey,
  .background-color-lg-very-light-grey a,
  .background-color-lg-very-light-grey a:focus,
  .background-color-lg-very-light-grey a:active,
  .background-color-lg-very-light-grey a:hover,
  a.background-color-lg-very-light-grey,
  a.background-color-lg-very-light-grey:focus,
  a.background-color-lg-very-light-grey:active,
  a.background-color-lg-very-light-grey:hover {
    background-color: #F0F0F0; } }

@media (min-width: 1200px) {
  .background-color-xl-very-light-grey,
  .background-color-xl-very-light-grey a,
  .background-color-xl-very-light-grey a:focus,
  .background-color-xl-very-light-grey a:active,
  .background-color-xl-very-light-grey a:hover,
  a.background-color-xl-very-light-grey,
  a.background-color-xl-very-light-grey:focus,
  a.background-color-xl-very-light-grey:active,
  a.background-color-xl-very-light-grey:hover {
    background-color: #F0F0F0; } }

.background-color-very-dark-red,
.background-color-very-dark-red a,
.background-color-very-dark-red a:focus,
.background-color-very-dark-red a:active,
.background-color-very-dark-red a:hover,
a.background-color-very-dark-red,
a.background-color-very-dark-red:focus,
a.background-color-very-dark-red:active,
a.background-color-very-dark-red:hover,
.has-very-dark-red-background-color,
a.has-very-dark-red-background-color,
a.has-very-dark-red-background-color:focus,
a.has-very-dark-red-background-color:active,
a.has-very-dark-red-background-color:hover {
  background-color: #C60000; }

@media (min-width: 576px) {
  .background-color-sm-very-dark-red,
  .background-color-sm-very-dark-red a,
  .background-color-sm-very-dark-red a:focus,
  .background-color-sm-very-dark-red a:active,
  .background-color-sm-very-dark-red a:hover,
  a.background-color-sm-very-dark-red,
  a.background-color-sm-very-dark-red:focus,
  a.background-color-sm-very-dark-red:active,
  a.background-color-sm-very-dark-red:hover {
    background-color: #C60000; } }

@media (min-width: 768px) {
  .background-color-md-very-dark-red,
  .background-color-md-very-dark-red a,
  .background-color-md-very-dark-red a:focus,
  .background-color-md-very-dark-red a:active,
  .background-color-md-very-dark-red a:hover,
  a.background-color-md-very-dark-red,
  a.background-color-md-very-dark-red:focus,
  a.background-color-md-very-dark-red:active,
  a.background-color-md-very-dark-red:hover {
    background-color: #C60000; } }

@media (min-width: 992px) {
  .background-color-lg-very-dark-red,
  .background-color-lg-very-dark-red a,
  .background-color-lg-very-dark-red a:focus,
  .background-color-lg-very-dark-red a:active,
  .background-color-lg-very-dark-red a:hover,
  a.background-color-lg-very-dark-red,
  a.background-color-lg-very-dark-red:focus,
  a.background-color-lg-very-dark-red:active,
  a.background-color-lg-very-dark-red:hover {
    background-color: #C60000; } }

@media (min-width: 1200px) {
  .background-color-xl-very-dark-red,
  .background-color-xl-very-dark-red a,
  .background-color-xl-very-dark-red a:focus,
  .background-color-xl-very-dark-red a:active,
  .background-color-xl-very-dark-red a:hover,
  a.background-color-xl-very-dark-red,
  a.background-color-xl-very-dark-red:focus,
  a.background-color-xl-very-dark-red:active,
  a.background-color-xl-very-dark-red:hover {
    background-color: #C60000; } }

.background-color-dark-red,
.background-color-dark-red a,
.background-color-dark-red a:focus,
.background-color-dark-red a:active,
.background-color-dark-red a:hover,
a.background-color-dark-red,
a.background-color-dark-red:focus,
a.background-color-dark-red:active,
a.background-color-dark-red:hover,
.has-dark-red-background-color,
a.has-dark-red-background-color,
a.has-dark-red-background-color:focus,
a.has-dark-red-background-color:active,
a.has-dark-red-background-color:hover {
  background-color: #DD0000; }

@media (min-width: 576px) {
  .background-color-sm-dark-red,
  .background-color-sm-dark-red a,
  .background-color-sm-dark-red a:focus,
  .background-color-sm-dark-red a:active,
  .background-color-sm-dark-red a:hover,
  a.background-color-sm-dark-red,
  a.background-color-sm-dark-red:focus,
  a.background-color-sm-dark-red:active,
  a.background-color-sm-dark-red:hover {
    background-color: #DD0000; } }

@media (min-width: 768px) {
  .background-color-md-dark-red,
  .background-color-md-dark-red a,
  .background-color-md-dark-red a:focus,
  .background-color-md-dark-red a:active,
  .background-color-md-dark-red a:hover,
  a.background-color-md-dark-red,
  a.background-color-md-dark-red:focus,
  a.background-color-md-dark-red:active,
  a.background-color-md-dark-red:hover {
    background-color: #DD0000; } }

@media (min-width: 992px) {
  .background-color-lg-dark-red,
  .background-color-lg-dark-red a,
  .background-color-lg-dark-red a:focus,
  .background-color-lg-dark-red a:active,
  .background-color-lg-dark-red a:hover,
  a.background-color-lg-dark-red,
  a.background-color-lg-dark-red:focus,
  a.background-color-lg-dark-red:active,
  a.background-color-lg-dark-red:hover {
    background-color: #DD0000; } }

@media (min-width: 1200px) {
  .background-color-xl-dark-red,
  .background-color-xl-dark-red a,
  .background-color-xl-dark-red a:focus,
  .background-color-xl-dark-red a:active,
  .background-color-xl-dark-red a:hover,
  a.background-color-xl-dark-red,
  a.background-color-xl-dark-red:focus,
  a.background-color-xl-dark-red:active,
  a.background-color-xl-dark-red:hover {
    background-color: #DD0000; } }

.background-color-red,
.background-color-red a,
.background-color-red a:focus,
.background-color-red a:active,
.background-color-red a:hover,
a.background-color-red,
a.background-color-red:focus,
a.background-color-red:active,
a.background-color-red:hover,
.has-red-background-color,
a.has-red-background-color,
a.has-red-background-color:focus,
a.has-red-background-color:active,
a.has-red-background-color:hover {
  background-color: #DD3333; }

@media (min-width: 576px) {
  .background-color-sm-red,
  .background-color-sm-red a,
  .background-color-sm-red a:focus,
  .background-color-sm-red a:active,
  .background-color-sm-red a:hover,
  a.background-color-sm-red,
  a.background-color-sm-red:focus,
  a.background-color-sm-red:active,
  a.background-color-sm-red:hover {
    background-color: #DD3333; } }

@media (min-width: 768px) {
  .background-color-md-red,
  .background-color-md-red a,
  .background-color-md-red a:focus,
  .background-color-md-red a:active,
  .background-color-md-red a:hover,
  a.background-color-md-red,
  a.background-color-md-red:focus,
  a.background-color-md-red:active,
  a.background-color-md-red:hover {
    background-color: #DD3333; } }

@media (min-width: 992px) {
  .background-color-lg-red,
  .background-color-lg-red a,
  .background-color-lg-red a:focus,
  .background-color-lg-red a:active,
  .background-color-lg-red a:hover,
  a.background-color-lg-red,
  a.background-color-lg-red:focus,
  a.background-color-lg-red:active,
  a.background-color-lg-red:hover {
    background-color: #DD3333; } }

@media (min-width: 1200px) {
  .background-color-xl-red,
  .background-color-xl-red a,
  .background-color-xl-red a:focus,
  .background-color-xl-red a:active,
  .background-color-xl-red a:hover,
  a.background-color-xl-red,
  a.background-color-xl-red:focus,
  a.background-color-xl-red:active,
  a.background-color-xl-red:hover {
    background-color: #DD3333; } }

.background-color-light-red,
.background-color-light-red a,
.background-color-light-red a:focus,
.background-color-light-red a:active,
.background-color-light-red a:hover,
a.background-color-light-red,
a.background-color-light-red:focus,
a.background-color-light-red:active,
a.background-color-light-red:hover,
.has-light-red-background-color,
a.has-light-red-background-color,
a.has-light-red-background-color:focus,
a.has-light-red-background-color:active,
a.has-light-red-background-color:hover {
  background-color: #DD4F4F; }

@media (min-width: 576px) {
  .background-color-sm-light-red,
  .background-color-sm-light-red a,
  .background-color-sm-light-red a:focus,
  .background-color-sm-light-red a:active,
  .background-color-sm-light-red a:hover,
  a.background-color-sm-light-red,
  a.background-color-sm-light-red:focus,
  a.background-color-sm-light-red:active,
  a.background-color-sm-light-red:hover {
    background-color: #DD4F4F; } }

@media (min-width: 768px) {
  .background-color-md-light-red,
  .background-color-md-light-red a,
  .background-color-md-light-red a:focus,
  .background-color-md-light-red a:active,
  .background-color-md-light-red a:hover,
  a.background-color-md-light-red,
  a.background-color-md-light-red:focus,
  a.background-color-md-light-red:active,
  a.background-color-md-light-red:hover {
    background-color: #DD4F4F; } }

@media (min-width: 992px) {
  .background-color-lg-light-red,
  .background-color-lg-light-red a,
  .background-color-lg-light-red a:focus,
  .background-color-lg-light-red a:active,
  .background-color-lg-light-red a:hover,
  a.background-color-lg-light-red,
  a.background-color-lg-light-red:focus,
  a.background-color-lg-light-red:active,
  a.background-color-lg-light-red:hover {
    background-color: #DD4F4F; } }

@media (min-width: 1200px) {
  .background-color-xl-light-red,
  .background-color-xl-light-red a,
  .background-color-xl-light-red a:focus,
  .background-color-xl-light-red a:active,
  .background-color-xl-light-red a:hover,
  a.background-color-xl-light-red,
  a.background-color-xl-light-red:focus,
  a.background-color-xl-light-red:active,
  a.background-color-xl-light-red:hover {
    background-color: #DD4F4F; } }

.background-color-very-light-red,
.background-color-very-light-red a,
.background-color-very-light-red a:focus,
.background-color-very-light-red a:active,
.background-color-very-light-red a:hover,
a.background-color-very-light-red,
a.background-color-very-light-red:focus,
a.background-color-very-light-red:active,
a.background-color-very-light-red:hover,
.has-very-light-red-background-color,
a.has-very-light-red-background-color,
a.has-very-light-red-background-color:focus,
a.has-very-light-red-background-color:active,
a.has-very-light-red-background-color:hover {
  background-color: #DD8585; }

@media (min-width: 576px) {
  .background-color-sm-very-light-red,
  .background-color-sm-very-light-red a,
  .background-color-sm-very-light-red a:focus,
  .background-color-sm-very-light-red a:active,
  .background-color-sm-very-light-red a:hover,
  a.background-color-sm-very-light-red,
  a.background-color-sm-very-light-red:focus,
  a.background-color-sm-very-light-red:active,
  a.background-color-sm-very-light-red:hover {
    background-color: #DD8585; } }

@media (min-width: 768px) {
  .background-color-md-very-light-red,
  .background-color-md-very-light-red a,
  .background-color-md-very-light-red a:focus,
  .background-color-md-very-light-red a:active,
  .background-color-md-very-light-red a:hover,
  a.background-color-md-very-light-red,
  a.background-color-md-very-light-red:focus,
  a.background-color-md-very-light-red:active,
  a.background-color-md-very-light-red:hover {
    background-color: #DD8585; } }

@media (min-width: 992px) {
  .background-color-lg-very-light-red,
  .background-color-lg-very-light-red a,
  .background-color-lg-very-light-red a:focus,
  .background-color-lg-very-light-red a:active,
  .background-color-lg-very-light-red a:hover,
  a.background-color-lg-very-light-red,
  a.background-color-lg-very-light-red:focus,
  a.background-color-lg-very-light-red:active,
  a.background-color-lg-very-light-red:hover {
    background-color: #DD8585; } }

@media (min-width: 1200px) {
  .background-color-xl-very-light-red,
  .background-color-xl-very-light-red a,
  .background-color-xl-very-light-red a:focus,
  .background-color-xl-very-light-red a:active,
  .background-color-xl-very-light-red a:hover,
  a.background-color-xl-very-light-red,
  a.background-color-xl-very-light-red:focus,
  a.background-color-xl-very-light-red:active,
  a.background-color-xl-very-light-red:hover {
    background-color: #DD8585; } }

.background-color-very-dark-orange,
.background-color-very-dark-orange a,
.background-color-very-dark-orange a:focus,
.background-color-very-dark-orange a:active,
.background-color-very-dark-orange a:hover,
a.background-color-very-dark-orange,
a.background-color-very-dark-orange:focus,
a.background-color-very-dark-orange:active,
a.background-color-very-dark-orange:hover,
.has-very-dark-orange-background-color,
a.has-very-dark-orange-background-color,
a.has-very-dark-orange-background-color:focus,
a.has-very-dark-orange-background-color:active,
a.has-very-dark-orange-background-color:hover {
  background-color: #CE7B00; }

@media (min-width: 576px) {
  .background-color-sm-very-dark-orange,
  .background-color-sm-very-dark-orange a,
  .background-color-sm-very-dark-orange a:focus,
  .background-color-sm-very-dark-orange a:active,
  .background-color-sm-very-dark-orange a:hover,
  a.background-color-sm-very-dark-orange,
  a.background-color-sm-very-dark-orange:focus,
  a.background-color-sm-very-dark-orange:active,
  a.background-color-sm-very-dark-orange:hover {
    background-color: #CE7B00; } }

@media (min-width: 768px) {
  .background-color-md-very-dark-orange,
  .background-color-md-very-dark-orange a,
  .background-color-md-very-dark-orange a:focus,
  .background-color-md-very-dark-orange a:active,
  .background-color-md-very-dark-orange a:hover,
  a.background-color-md-very-dark-orange,
  a.background-color-md-very-dark-orange:focus,
  a.background-color-md-very-dark-orange:active,
  a.background-color-md-very-dark-orange:hover {
    background-color: #CE7B00; } }

@media (min-width: 992px) {
  .background-color-lg-very-dark-orange,
  .background-color-lg-very-dark-orange a,
  .background-color-lg-very-dark-orange a:focus,
  .background-color-lg-very-dark-orange a:active,
  .background-color-lg-very-dark-orange a:hover,
  a.background-color-lg-very-dark-orange,
  a.background-color-lg-very-dark-orange:focus,
  a.background-color-lg-very-dark-orange:active,
  a.background-color-lg-very-dark-orange:hover {
    background-color: #CE7B00; } }

@media (min-width: 1200px) {
  .background-color-xl-very-dark-orange,
  .background-color-xl-very-dark-orange a,
  .background-color-xl-very-dark-orange a:focus,
  .background-color-xl-very-dark-orange a:active,
  .background-color-xl-very-dark-orange a:hover,
  a.background-color-xl-very-dark-orange,
  a.background-color-xl-very-dark-orange:focus,
  a.background-color-xl-very-dark-orange:active,
  a.background-color-xl-very-dark-orange:hover {
    background-color: #CE7B00; } }

.background-color-dark-orange,
.background-color-dark-orange a,
.background-color-dark-orange a:focus,
.background-color-dark-orange a:active,
.background-color-dark-orange a:hover,
a.background-color-dark-orange,
a.background-color-dark-orange:focus,
a.background-color-dark-orange:active,
a.background-color-dark-orange:hover,
.has-dark-orange-background-color,
a.has-dark-orange-background-color,
a.has-dark-orange-background-color:focus,
a.has-dark-orange-background-color:active,
a.has-dark-orange-background-color:hover {
  background-color: #DD8500; }

@media (min-width: 576px) {
  .background-color-sm-dark-orange,
  .background-color-sm-dark-orange a,
  .background-color-sm-dark-orange a:focus,
  .background-color-sm-dark-orange a:active,
  .background-color-sm-dark-orange a:hover,
  a.background-color-sm-dark-orange,
  a.background-color-sm-dark-orange:focus,
  a.background-color-sm-dark-orange:active,
  a.background-color-sm-dark-orange:hover {
    background-color: #DD8500; } }

@media (min-width: 768px) {
  .background-color-md-dark-orange,
  .background-color-md-dark-orange a,
  .background-color-md-dark-orange a:focus,
  .background-color-md-dark-orange a:active,
  .background-color-md-dark-orange a:hover,
  a.background-color-md-dark-orange,
  a.background-color-md-dark-orange:focus,
  a.background-color-md-dark-orange:active,
  a.background-color-md-dark-orange:hover {
    background-color: #DD8500; } }

@media (min-width: 992px) {
  .background-color-lg-dark-orange,
  .background-color-lg-dark-orange a,
  .background-color-lg-dark-orange a:focus,
  .background-color-lg-dark-orange a:active,
  .background-color-lg-dark-orange a:hover,
  a.background-color-lg-dark-orange,
  a.background-color-lg-dark-orange:focus,
  a.background-color-lg-dark-orange:active,
  a.background-color-lg-dark-orange:hover {
    background-color: #DD8500; } }

@media (min-width: 1200px) {
  .background-color-xl-dark-orange,
  .background-color-xl-dark-orange a,
  .background-color-xl-dark-orange a:focus,
  .background-color-xl-dark-orange a:active,
  .background-color-xl-dark-orange a:hover,
  a.background-color-xl-dark-orange,
  a.background-color-xl-dark-orange:focus,
  a.background-color-xl-dark-orange:active,
  a.background-color-xl-dark-orange:hover {
    background-color: #DD8500; } }

.background-color-orange,
.background-color-orange a,
.background-color-orange a:focus,
.background-color-orange a:active,
.background-color-orange a:hover,
a.background-color-orange,
a.background-color-orange:focus,
a.background-color-orange:active,
a.background-color-orange:hover,
.has-orange-background-color,
a.has-orange-background-color,
a.has-orange-background-color:focus,
a.has-orange-background-color:active,
a.has-orange-background-color:hover {
  background-color: #DD9933; }

@media (min-width: 576px) {
  .background-color-sm-orange,
  .background-color-sm-orange a,
  .background-color-sm-orange a:focus,
  .background-color-sm-orange a:active,
  .background-color-sm-orange a:hover,
  a.background-color-sm-orange,
  a.background-color-sm-orange:focus,
  a.background-color-sm-orange:active,
  a.background-color-sm-orange:hover {
    background-color: #DD9933; } }

@media (min-width: 768px) {
  .background-color-md-orange,
  .background-color-md-orange a,
  .background-color-md-orange a:focus,
  .background-color-md-orange a:active,
  .background-color-md-orange a:hover,
  a.background-color-md-orange,
  a.background-color-md-orange:focus,
  a.background-color-md-orange:active,
  a.background-color-md-orange:hover {
    background-color: #DD9933; } }

@media (min-width: 992px) {
  .background-color-lg-orange,
  .background-color-lg-orange a,
  .background-color-lg-orange a:focus,
  .background-color-lg-orange a:active,
  .background-color-lg-orange a:hover,
  a.background-color-lg-orange,
  a.background-color-lg-orange:focus,
  a.background-color-lg-orange:active,
  a.background-color-lg-orange:hover {
    background-color: #DD9933; } }

@media (min-width: 1200px) {
  .background-color-xl-orange,
  .background-color-xl-orange a,
  .background-color-xl-orange a:focus,
  .background-color-xl-orange a:active,
  .background-color-xl-orange a:hover,
  a.background-color-xl-orange,
  a.background-color-xl-orange:focus,
  a.background-color-xl-orange:active,
  a.background-color-xl-orange:hover {
    background-color: #DD9933; } }

.background-color-light-orange,
.background-color-light-orange a,
.background-color-light-orange a:focus,
.background-color-light-orange a:active,
.background-color-light-orange a:hover,
a.background-color-light-orange,
a.background-color-light-orange:focus,
a.background-color-light-orange:active,
a.background-color-light-orange:hover,
.has-light-orange-background-color,
a.has-light-orange-background-color,
a.has-light-orange-background-color:focus,
a.has-light-orange-background-color:active,
a.has-light-orange-background-color:hover {
  background-color: #DDAD66; }

@media (min-width: 576px) {
  .background-color-sm-light-orange,
  .background-color-sm-light-orange a,
  .background-color-sm-light-orange a:focus,
  .background-color-sm-light-orange a:active,
  .background-color-sm-light-orange a:hover,
  a.background-color-sm-light-orange,
  a.background-color-sm-light-orange:focus,
  a.background-color-sm-light-orange:active,
  a.background-color-sm-light-orange:hover {
    background-color: #DDAD66; } }

@media (min-width: 768px) {
  .background-color-md-light-orange,
  .background-color-md-light-orange a,
  .background-color-md-light-orange a:focus,
  .background-color-md-light-orange a:active,
  .background-color-md-light-orange a:hover,
  a.background-color-md-light-orange,
  a.background-color-md-light-orange:focus,
  a.background-color-md-light-orange:active,
  a.background-color-md-light-orange:hover {
    background-color: #DDAD66; } }

@media (min-width: 992px) {
  .background-color-lg-light-orange,
  .background-color-lg-light-orange a,
  .background-color-lg-light-orange a:focus,
  .background-color-lg-light-orange a:active,
  .background-color-lg-light-orange a:hover,
  a.background-color-lg-light-orange,
  a.background-color-lg-light-orange:focus,
  a.background-color-lg-light-orange:active,
  a.background-color-lg-light-orange:hover {
    background-color: #DDAD66; } }

@media (min-width: 1200px) {
  .background-color-xl-light-orange,
  .background-color-xl-light-orange a,
  .background-color-xl-light-orange a:focus,
  .background-color-xl-light-orange a:active,
  .background-color-xl-light-orange a:hover,
  a.background-color-xl-light-orange,
  a.background-color-xl-light-orange:focus,
  a.background-color-xl-light-orange:active,
  a.background-color-xl-light-orange:hover {
    background-color: #DDAD66; } }

.background-color-very-light-orange,
.background-color-very-light-orange a,
.background-color-very-light-orange a:focus,
.background-color-very-light-orange a:active,
.background-color-very-light-orange a:hover,
a.background-color-very-light-orange,
a.background-color-very-light-orange:focus,
a.background-color-very-light-orange:active,
a.background-color-very-light-orange:hover,
.has-very-light-orange-background-color,
a.has-very-light-orange-background-color,
a.has-very-light-orange-background-color:focus,
a.has-very-light-orange-background-color:active,
a.has-very-light-orange-background-color:hover {
  background-color: #DDB677; }

@media (min-width: 576px) {
  .background-color-sm-very-light-orange,
  .background-color-sm-very-light-orange a,
  .background-color-sm-very-light-orange a:focus,
  .background-color-sm-very-light-orange a:active,
  .background-color-sm-very-light-orange a:hover,
  a.background-color-sm-very-light-orange,
  a.background-color-sm-very-light-orange:focus,
  a.background-color-sm-very-light-orange:active,
  a.background-color-sm-very-light-orange:hover {
    background-color: #DDB677; } }

@media (min-width: 768px) {
  .background-color-md-very-light-orange,
  .background-color-md-very-light-orange a,
  .background-color-md-very-light-orange a:focus,
  .background-color-md-very-light-orange a:active,
  .background-color-md-very-light-orange a:hover,
  a.background-color-md-very-light-orange,
  a.background-color-md-very-light-orange:focus,
  a.background-color-md-very-light-orange:active,
  a.background-color-md-very-light-orange:hover {
    background-color: #DDB677; } }

@media (min-width: 992px) {
  .background-color-lg-very-light-orange,
  .background-color-lg-very-light-orange a,
  .background-color-lg-very-light-orange a:focus,
  .background-color-lg-very-light-orange a:active,
  .background-color-lg-very-light-orange a:hover,
  a.background-color-lg-very-light-orange,
  a.background-color-lg-very-light-orange:focus,
  a.background-color-lg-very-light-orange:active,
  a.background-color-lg-very-light-orange:hover {
    background-color: #DDB677; } }

@media (min-width: 1200px) {
  .background-color-xl-very-light-orange,
  .background-color-xl-very-light-orange a,
  .background-color-xl-very-light-orange a:focus,
  .background-color-xl-very-light-orange a:active,
  .background-color-xl-very-light-orange a:hover,
  a.background-color-xl-very-light-orange,
  a.background-color-xl-very-light-orange:focus,
  a.background-color-xl-very-light-orange:active,
  a.background-color-xl-very-light-orange:hover {
    background-color: #DDB677; } }

.background-color-very-dark-green,
.background-color-very-dark-green a,
.background-color-very-dark-green a:focus,
.background-color-very-dark-green a:active,
.background-color-very-dark-green a:hover,
a.background-color-very-dark-green,
a.background-color-very-dark-green:focus,
a.background-color-very-dark-green:active,
a.background-color-very-dark-green:hover,
.has-very-dark-green-background-color,
a.has-very-dark-green-background-color,
a.has-very-dark-green-background-color:focus,
a.has-very-dark-green-background-color:active,
a.has-very-dark-green-background-color:hover {
  background-color: #46A800; }

@media (min-width: 576px) {
  .background-color-sm-very-dark-green,
  .background-color-sm-very-dark-green a,
  .background-color-sm-very-dark-green a:focus,
  .background-color-sm-very-dark-green a:active,
  .background-color-sm-very-dark-green a:hover,
  a.background-color-sm-very-dark-green,
  a.background-color-sm-very-dark-green:focus,
  a.background-color-sm-very-dark-green:active,
  a.background-color-sm-very-dark-green:hover {
    background-color: #46A800; } }

@media (min-width: 768px) {
  .background-color-md-very-dark-green,
  .background-color-md-very-dark-green a,
  .background-color-md-very-dark-green a:focus,
  .background-color-md-very-dark-green a:active,
  .background-color-md-very-dark-green a:hover,
  a.background-color-md-very-dark-green,
  a.background-color-md-very-dark-green:focus,
  a.background-color-md-very-dark-green:active,
  a.background-color-md-very-dark-green:hover {
    background-color: #46A800; } }

@media (min-width: 992px) {
  .background-color-lg-very-dark-green,
  .background-color-lg-very-dark-green a,
  .background-color-lg-very-dark-green a:focus,
  .background-color-lg-very-dark-green a:active,
  .background-color-lg-very-dark-green a:hover,
  a.background-color-lg-very-dark-green,
  a.background-color-lg-very-dark-green:focus,
  a.background-color-lg-very-dark-green:active,
  a.background-color-lg-very-dark-green:hover {
    background-color: #46A800; } }

@media (min-width: 1200px) {
  .background-color-xl-very-dark-green,
  .background-color-xl-very-dark-green a,
  .background-color-xl-very-dark-green a:focus,
  .background-color-xl-very-dark-green a:active,
  .background-color-xl-very-dark-green a:hover,
  a.background-color-xl-very-dark-green,
  a.background-color-xl-very-dark-green:focus,
  a.background-color-xl-very-dark-green:active,
  a.background-color-xl-very-dark-green:hover {
    background-color: #46A800; } }

.background-color-dark-green,
.background-color-dark-green a,
.background-color-dark-green a:focus,
.background-color-dark-green a:active,
.background-color-dark-green a:hover,
a.background-color-dark-green,
a.background-color-dark-green:focus,
a.background-color-dark-green:active,
a.background-color-dark-green:hover,
.has-dark-green-background-color,
a.has-dark-green-background-color,
a.has-dark-green-background-color:focus,
a.has-dark-green-background-color:active,
a.has-dark-green-background-color:hover {
  background-color: #59D600; }

@media (min-width: 576px) {
  .background-color-sm-dark-green,
  .background-color-sm-dark-green a,
  .background-color-sm-dark-green a:focus,
  .background-color-sm-dark-green a:active,
  .background-color-sm-dark-green a:hover,
  a.background-color-sm-dark-green,
  a.background-color-sm-dark-green:focus,
  a.background-color-sm-dark-green:active,
  a.background-color-sm-dark-green:hover {
    background-color: #59D600; } }

@media (min-width: 768px) {
  .background-color-md-dark-green,
  .background-color-md-dark-green a,
  .background-color-md-dark-green a:focus,
  .background-color-md-dark-green a:active,
  .background-color-md-dark-green a:hover,
  a.background-color-md-dark-green,
  a.background-color-md-dark-green:focus,
  a.background-color-md-dark-green:active,
  a.background-color-md-dark-green:hover {
    background-color: #59D600; } }

@media (min-width: 992px) {
  .background-color-lg-dark-green,
  .background-color-lg-dark-green a,
  .background-color-lg-dark-green a:focus,
  .background-color-lg-dark-green a:active,
  .background-color-lg-dark-green a:hover,
  a.background-color-lg-dark-green,
  a.background-color-lg-dark-green:focus,
  a.background-color-lg-dark-green:active,
  a.background-color-lg-dark-green:hover {
    background-color: #59D600; } }

@media (min-width: 1200px) {
  .background-color-xl-dark-green,
  .background-color-xl-dark-green a,
  .background-color-xl-dark-green a:focus,
  .background-color-xl-dark-green a:active,
  .background-color-xl-dark-green a:hover,
  a.background-color-xl-dark-green,
  a.background-color-xl-dark-green:focus,
  a.background-color-xl-dark-green:active,
  a.background-color-xl-dark-green:hover {
    background-color: #59D600; } }

.background-color-green,
.background-color-green a,
.background-color-green a:focus,
.background-color-green a:active,
.background-color-green a:hover,
a.background-color-green,
a.background-color-green:focus,
a.background-color-green:active,
a.background-color-green:hover,
.has-green-background-color,
a.has-green-background-color,
a.has-green-background-color:focus,
a.has-green-background-color:active,
a.has-green-background-color:hover {
  background-color: #81D742; }

@media (min-width: 576px) {
  .background-color-sm-green,
  .background-color-sm-green a,
  .background-color-sm-green a:focus,
  .background-color-sm-green a:active,
  .background-color-sm-green a:hover,
  a.background-color-sm-green,
  a.background-color-sm-green:focus,
  a.background-color-sm-green:active,
  a.background-color-sm-green:hover {
    background-color: #81D742; } }

@media (min-width: 768px) {
  .background-color-md-green,
  .background-color-md-green a,
  .background-color-md-green a:focus,
  .background-color-md-green a:active,
  .background-color-md-green a:hover,
  a.background-color-md-green,
  a.background-color-md-green:focus,
  a.background-color-md-green:active,
  a.background-color-md-green:hover {
    background-color: #81D742; } }

@media (min-width: 992px) {
  .background-color-lg-green,
  .background-color-lg-green a,
  .background-color-lg-green a:focus,
  .background-color-lg-green a:active,
  .background-color-lg-green a:hover,
  a.background-color-lg-green,
  a.background-color-lg-green:focus,
  a.background-color-lg-green:active,
  a.background-color-lg-green:hover {
    background-color: #81D742; } }

@media (min-width: 1200px) {
  .background-color-xl-green,
  .background-color-xl-green a,
  .background-color-xl-green a:focus,
  .background-color-xl-green a:active,
  .background-color-xl-green a:hover,
  a.background-color-xl-green,
  a.background-color-xl-green:focus,
  a.background-color-xl-green:active,
  a.background-color-xl-green:hover {
    background-color: #81D742; } }

.background-color-light-green,
.background-color-light-green a,
.background-color-light-green a:focus,
.background-color-light-green a:active,
.background-color-light-green a:hover,
a.background-color-light-green,
a.background-color-light-green:focus,
a.background-color-light-green:active,
a.background-color-light-green:hover,
.has-light-green-background-color,
a.has-light-green-background-color,
a.has-light-green-background-color:focus,
a.has-light-green-background-color:active,
a.has-light-green-background-color:hover {
  background-color: #9AD66F; }

@media (min-width: 576px) {
  .background-color-sm-light-green,
  .background-color-sm-light-green a,
  .background-color-sm-light-green a:focus,
  .background-color-sm-light-green a:active,
  .background-color-sm-light-green a:hover,
  a.background-color-sm-light-green,
  a.background-color-sm-light-green:focus,
  a.background-color-sm-light-green:active,
  a.background-color-sm-light-green:hover {
    background-color: #9AD66F; } }

@media (min-width: 768px) {
  .background-color-md-light-green,
  .background-color-md-light-green a,
  .background-color-md-light-green a:focus,
  .background-color-md-light-green a:active,
  .background-color-md-light-green a:hover,
  a.background-color-md-light-green,
  a.background-color-md-light-green:focus,
  a.background-color-md-light-green:active,
  a.background-color-md-light-green:hover {
    background-color: #9AD66F; } }

@media (min-width: 992px) {
  .background-color-lg-light-green,
  .background-color-lg-light-green a,
  .background-color-lg-light-green a:focus,
  .background-color-lg-light-green a:active,
  .background-color-lg-light-green a:hover,
  a.background-color-lg-light-green,
  a.background-color-lg-light-green:focus,
  a.background-color-lg-light-green:active,
  a.background-color-lg-light-green:hover {
    background-color: #9AD66F; } }

@media (min-width: 1200px) {
  .background-color-xl-light-green,
  .background-color-xl-light-green a,
  .background-color-xl-light-green a:focus,
  .background-color-xl-light-green a:active,
  .background-color-xl-light-green a:hover,
  a.background-color-xl-light-green,
  a.background-color-xl-light-green:focus,
  a.background-color-xl-light-green:active,
  a.background-color-xl-light-green:hover {
    background-color: #9AD66F; } }

.background-color-very-light-green,
.background-color-very-light-green a,
.background-color-very-light-green a:focus,
.background-color-very-light-green a:active,
.background-color-very-light-green a:hover,
a.background-color-very-light-green,
a.background-color-very-light-green:focus,
a.background-color-very-light-green:active,
a.background-color-very-light-green:hover,
.has-very-light-green-background-color,
a.has-very-light-green-background-color,
a.has-very-light-green-background-color:focus,
a.has-very-light-green-background-color:active,
a.has-very-light-green-background-color:hover {
  background-color: #A9D691; }

@media (min-width: 576px) {
  .background-color-sm-very-light-green,
  .background-color-sm-very-light-green a,
  .background-color-sm-very-light-green a:focus,
  .background-color-sm-very-light-green a:active,
  .background-color-sm-very-light-green a:hover,
  a.background-color-sm-very-light-green,
  a.background-color-sm-very-light-green:focus,
  a.background-color-sm-very-light-green:active,
  a.background-color-sm-very-light-green:hover {
    background-color: #A9D691; } }

@media (min-width: 768px) {
  .background-color-md-very-light-green,
  .background-color-md-very-light-green a,
  .background-color-md-very-light-green a:focus,
  .background-color-md-very-light-green a:active,
  .background-color-md-very-light-green a:hover,
  a.background-color-md-very-light-green,
  a.background-color-md-very-light-green:focus,
  a.background-color-md-very-light-green:active,
  a.background-color-md-very-light-green:hover {
    background-color: #A9D691; } }

@media (min-width: 992px) {
  .background-color-lg-very-light-green,
  .background-color-lg-very-light-green a,
  .background-color-lg-very-light-green a:focus,
  .background-color-lg-very-light-green a:active,
  .background-color-lg-very-light-green a:hover,
  a.background-color-lg-very-light-green,
  a.background-color-lg-very-light-green:focus,
  a.background-color-lg-very-light-green:active,
  a.background-color-lg-very-light-green:hover {
    background-color: #A9D691; } }

@media (min-width: 1200px) {
  .background-color-xl-very-light-green,
  .background-color-xl-very-light-green a,
  .background-color-xl-very-light-green a:focus,
  .background-color-xl-very-light-green a:active,
  .background-color-xl-very-light-green a:hover,
  a.background-color-xl-very-light-green,
  a.background-color-xl-very-light-green:focus,
  a.background-color-xl-very-light-green:active,
  a.background-color-xl-very-light-green:hover {
    background-color: #A9D691; } }

.background-color-very-dark-yellow,
.background-color-very-dark-yellow a,
.background-color-very-dark-yellow a:focus,
.background-color-very-dark-yellow a:active,
.background-color-very-dark-yellow a:hover,
a.background-color-very-dark-yellow,
a.background-color-very-dark-yellow:focus,
a.background-color-very-dark-yellow:active,
a.background-color-very-dark-yellow:hover,
.has-very-dark-yellow-background-color,
a.has-very-dark-yellow-background-color,
a.has-very-dark-yellow-background-color:focus,
a.has-very-dark-yellow-background-color:active,
a.has-very-dark-yellow-background-color:hover {
  background-color: #DDD200; }

@media (min-width: 576px) {
  .background-color-sm-very-dark-yellow,
  .background-color-sm-very-dark-yellow a,
  .background-color-sm-very-dark-yellow a:focus,
  .background-color-sm-very-dark-yellow a:active,
  .background-color-sm-very-dark-yellow a:hover,
  a.background-color-sm-very-dark-yellow,
  a.background-color-sm-very-dark-yellow:focus,
  a.background-color-sm-very-dark-yellow:active,
  a.background-color-sm-very-dark-yellow:hover {
    background-color: #DDD200; } }

@media (min-width: 768px) {
  .background-color-md-very-dark-yellow,
  .background-color-md-very-dark-yellow a,
  .background-color-md-very-dark-yellow a:focus,
  .background-color-md-very-dark-yellow a:active,
  .background-color-md-very-dark-yellow a:hover,
  a.background-color-md-very-dark-yellow,
  a.background-color-md-very-dark-yellow:focus,
  a.background-color-md-very-dark-yellow:active,
  a.background-color-md-very-dark-yellow:hover {
    background-color: #DDD200; } }

@media (min-width: 992px) {
  .background-color-lg-very-dark-yellow,
  .background-color-lg-very-dark-yellow a,
  .background-color-lg-very-dark-yellow a:focus,
  .background-color-lg-very-dark-yellow a:active,
  .background-color-lg-very-dark-yellow a:hover,
  a.background-color-lg-very-dark-yellow,
  a.background-color-lg-very-dark-yellow:focus,
  a.background-color-lg-very-dark-yellow:active,
  a.background-color-lg-very-dark-yellow:hover {
    background-color: #DDD200; } }

@media (min-width: 1200px) {
  .background-color-xl-very-dark-yellow,
  .background-color-xl-very-dark-yellow a,
  .background-color-xl-very-dark-yellow a:focus,
  .background-color-xl-very-dark-yellow a:active,
  .background-color-xl-very-dark-yellow a:hover,
  a.background-color-xl-very-dark-yellow,
  a.background-color-xl-very-dark-yellow:focus,
  a.background-color-xl-very-dark-yellow:active,
  a.background-color-xl-very-dark-yellow:hover {
    background-color: #DDD200; } }

.background-color-dark-yellow,
.background-color-dark-yellow a,
.background-color-dark-yellow a:focus,
.background-color-dark-yellow a:active,
.background-color-dark-yellow a:hover,
a.background-color-dark-yellow,
a.background-color-dark-yellow:focus,
a.background-color-dark-yellow:active,
a.background-color-dark-yellow:hover,
.has-dark-yellow-background-color,
a.has-dark-yellow-background-color,
a.has-dark-yellow-background-color:focus,
a.has-dark-yellow-background-color:active,
a.has-dark-yellow-background-color:hover {
  background-color: #E5DB19; }

@media (min-width: 576px) {
  .background-color-sm-dark-yellow,
  .background-color-sm-dark-yellow a,
  .background-color-sm-dark-yellow a:focus,
  .background-color-sm-dark-yellow a:active,
  .background-color-sm-dark-yellow a:hover,
  a.background-color-sm-dark-yellow,
  a.background-color-sm-dark-yellow:focus,
  a.background-color-sm-dark-yellow:active,
  a.background-color-sm-dark-yellow:hover {
    background-color: #E5DB19; } }

@media (min-width: 768px) {
  .background-color-md-dark-yellow,
  .background-color-md-dark-yellow a,
  .background-color-md-dark-yellow a:focus,
  .background-color-md-dark-yellow a:active,
  .background-color-md-dark-yellow a:hover,
  a.background-color-md-dark-yellow,
  a.background-color-md-dark-yellow:focus,
  a.background-color-md-dark-yellow:active,
  a.background-color-md-dark-yellow:hover {
    background-color: #E5DB19; } }

@media (min-width: 992px) {
  .background-color-lg-dark-yellow,
  .background-color-lg-dark-yellow a,
  .background-color-lg-dark-yellow a:focus,
  .background-color-lg-dark-yellow a:active,
  .background-color-lg-dark-yellow a:hover,
  a.background-color-lg-dark-yellow,
  a.background-color-lg-dark-yellow:focus,
  a.background-color-lg-dark-yellow:active,
  a.background-color-lg-dark-yellow:hover {
    background-color: #E5DB19; } }

@media (min-width: 1200px) {
  .background-color-xl-dark-yellow,
  .background-color-xl-dark-yellow a,
  .background-color-xl-dark-yellow a:focus,
  .background-color-xl-dark-yellow a:active,
  .background-color-xl-dark-yellow a:hover,
  a.background-color-xl-dark-yellow,
  a.background-color-xl-dark-yellow:focus,
  a.background-color-xl-dark-yellow:active,
  a.background-color-xl-dark-yellow:hover {
    background-color: #E5DB19; } }

.background-color-yellow,
.background-color-yellow a,
.background-color-yellow a:focus,
.background-color-yellow a:active,
.background-color-yellow a:hover,
a.background-color-yellow,
a.background-color-yellow:focus,
a.background-color-yellow:active,
a.background-color-yellow:hover,
.has-yellow-background-color,
a.has-yellow-background-color,
a.has-yellow-background-color:focus,
a.has-yellow-background-color:active,
a.has-yellow-background-color:hover {
  background-color: #EEEE22; }

@media (min-width: 576px) {
  .background-color-sm-yellow,
  .background-color-sm-yellow a,
  .background-color-sm-yellow a:focus,
  .background-color-sm-yellow a:active,
  .background-color-sm-yellow a:hover,
  a.background-color-sm-yellow,
  a.background-color-sm-yellow:focus,
  a.background-color-sm-yellow:active,
  a.background-color-sm-yellow:hover {
    background-color: #EEEE22; } }

@media (min-width: 768px) {
  .background-color-md-yellow,
  .background-color-md-yellow a,
  .background-color-md-yellow a:focus,
  .background-color-md-yellow a:active,
  .background-color-md-yellow a:hover,
  a.background-color-md-yellow,
  a.background-color-md-yellow:focus,
  a.background-color-md-yellow:active,
  a.background-color-md-yellow:hover {
    background-color: #EEEE22; } }

@media (min-width: 992px) {
  .background-color-lg-yellow,
  .background-color-lg-yellow a,
  .background-color-lg-yellow a:focus,
  .background-color-lg-yellow a:active,
  .background-color-lg-yellow a:hover,
  a.background-color-lg-yellow,
  a.background-color-lg-yellow:focus,
  a.background-color-lg-yellow:active,
  a.background-color-lg-yellow:hover {
    background-color: #EEEE22; } }

@media (min-width: 1200px) {
  .background-color-xl-yellow,
  .background-color-xl-yellow a,
  .background-color-xl-yellow a:focus,
  .background-color-xl-yellow a:active,
  .background-color-xl-yellow a:hover,
  a.background-color-xl-yellow,
  a.background-color-xl-yellow:focus,
  a.background-color-xl-yellow:active,
  a.background-color-xl-yellow:hover {
    background-color: #EEEE22; } }

.background-color-light-yellow,
.background-color-light-yellow a,
.background-color-light-yellow a:focus,
.background-color-light-yellow a:active,
.background-color-light-yellow a:hover,
a.background-color-light-yellow,
a.background-color-light-yellow:focus,
a.background-color-light-yellow:active,
a.background-color-light-yellow:hover,
.has-light-yellow-background-color,
a.has-light-yellow-background-color,
a.has-light-yellow-background-color:focus,
a.has-light-yellow-background-color:active,
a.has-light-yellow-background-color:hover {
  background-color: #EDED6D; }

@media (min-width: 576px) {
  .background-color-sm-light-yellow,
  .background-color-sm-light-yellow a,
  .background-color-sm-light-yellow a:focus,
  .background-color-sm-light-yellow a:active,
  .background-color-sm-light-yellow a:hover,
  a.background-color-sm-light-yellow,
  a.background-color-sm-light-yellow:focus,
  a.background-color-sm-light-yellow:active,
  a.background-color-sm-light-yellow:hover {
    background-color: #EDED6D; } }

@media (min-width: 768px) {
  .background-color-md-light-yellow,
  .background-color-md-light-yellow a,
  .background-color-md-light-yellow a:focus,
  .background-color-md-light-yellow a:active,
  .background-color-md-light-yellow a:hover,
  a.background-color-md-light-yellow,
  a.background-color-md-light-yellow:focus,
  a.background-color-md-light-yellow:active,
  a.background-color-md-light-yellow:hover {
    background-color: #EDED6D; } }

@media (min-width: 992px) {
  .background-color-lg-light-yellow,
  .background-color-lg-light-yellow a,
  .background-color-lg-light-yellow a:focus,
  .background-color-lg-light-yellow a:active,
  .background-color-lg-light-yellow a:hover,
  a.background-color-lg-light-yellow,
  a.background-color-lg-light-yellow:focus,
  a.background-color-lg-light-yellow:active,
  a.background-color-lg-light-yellow:hover {
    background-color: #EDED6D; } }

@media (min-width: 1200px) {
  .background-color-xl-light-yellow,
  .background-color-xl-light-yellow a,
  .background-color-xl-light-yellow a:focus,
  .background-color-xl-light-yellow a:active,
  .background-color-xl-light-yellow a:hover,
  a.background-color-xl-light-yellow,
  a.background-color-xl-light-yellow:focus,
  a.background-color-xl-light-yellow:active,
  a.background-color-xl-light-yellow:hover {
    background-color: #EDED6D; } }

.background-color-very-light-yellow,
.background-color-very-light-yellow a,
.background-color-very-light-yellow a:focus,
.background-color-very-light-yellow a:active,
.background-color-very-light-yellow a:hover,
a.background-color-very-light-yellow,
a.background-color-very-light-yellow:focus,
a.background-color-very-light-yellow:active,
a.background-color-very-light-yellow:hover,
.has-very-light-yellow-background-color,
a.has-very-light-yellow-background-color,
a.has-very-light-yellow-background-color:focus,
a.has-very-light-yellow-background-color:active,
a.has-very-light-yellow-background-color:hover {
  background-color: #EDEDA3; }

@media (min-width: 576px) {
  .background-color-sm-very-light-yellow,
  .background-color-sm-very-light-yellow a,
  .background-color-sm-very-light-yellow a:focus,
  .background-color-sm-very-light-yellow a:active,
  .background-color-sm-very-light-yellow a:hover,
  a.background-color-sm-very-light-yellow,
  a.background-color-sm-very-light-yellow:focus,
  a.background-color-sm-very-light-yellow:active,
  a.background-color-sm-very-light-yellow:hover {
    background-color: #EDEDA3; } }

@media (min-width: 768px) {
  .background-color-md-very-light-yellow,
  .background-color-md-very-light-yellow a,
  .background-color-md-very-light-yellow a:focus,
  .background-color-md-very-light-yellow a:active,
  .background-color-md-very-light-yellow a:hover,
  a.background-color-md-very-light-yellow,
  a.background-color-md-very-light-yellow:focus,
  a.background-color-md-very-light-yellow:active,
  a.background-color-md-very-light-yellow:hover {
    background-color: #EDEDA3; } }

@media (min-width: 992px) {
  .background-color-lg-very-light-yellow,
  .background-color-lg-very-light-yellow a,
  .background-color-lg-very-light-yellow a:focus,
  .background-color-lg-very-light-yellow a:active,
  .background-color-lg-very-light-yellow a:hover,
  a.background-color-lg-very-light-yellow,
  a.background-color-lg-very-light-yellow:focus,
  a.background-color-lg-very-light-yellow:active,
  a.background-color-lg-very-light-yellow:hover {
    background-color: #EDEDA3; } }

@media (min-width: 1200px) {
  .background-color-xl-very-light-yellow,
  .background-color-xl-very-light-yellow a,
  .background-color-xl-very-light-yellow a:focus,
  .background-color-xl-very-light-yellow a:active,
  .background-color-xl-very-light-yellow a:hover,
  a.background-color-xl-very-light-yellow,
  a.background-color-xl-very-light-yellow:focus,
  a.background-color-xl-very-light-yellow:active,
  a.background-color-xl-very-light-yellow:hover {
    background-color: #EDEDA3; } }

.background-color-very-dark-blue,
.background-color-very-dark-blue a,
.background-color-very-dark-blue a:focus,
.background-color-very-dark-blue a:active,
.background-color-very-dark-blue a:hover,
a.background-color-very-dark-blue,
a.background-color-very-dark-blue:focus,
a.background-color-very-dark-blue:active,
a.background-color-very-dark-blue:hover,
.has-very-dark-blue-background-color,
a.has-very-dark-blue-background-color,
a.has-very-dark-blue-background-color:focus,
a.has-very-dark-blue-background-color:active,
a.has-very-dark-blue-background-color:hover {
  background-color: #00588C; }

@media (min-width: 576px) {
  .background-color-sm-very-dark-blue,
  .background-color-sm-very-dark-blue a,
  .background-color-sm-very-dark-blue a:focus,
  .background-color-sm-very-dark-blue a:active,
  .background-color-sm-very-dark-blue a:hover,
  a.background-color-sm-very-dark-blue,
  a.background-color-sm-very-dark-blue:focus,
  a.background-color-sm-very-dark-blue:active,
  a.background-color-sm-very-dark-blue:hover {
    background-color: #00588C; } }

@media (min-width: 768px) {
  .background-color-md-very-dark-blue,
  .background-color-md-very-dark-blue a,
  .background-color-md-very-dark-blue a:focus,
  .background-color-md-very-dark-blue a:active,
  .background-color-md-very-dark-blue a:hover,
  a.background-color-md-very-dark-blue,
  a.background-color-md-very-dark-blue:focus,
  a.background-color-md-very-dark-blue:active,
  a.background-color-md-very-dark-blue:hover {
    background-color: #00588C; } }

@media (min-width: 992px) {
  .background-color-lg-very-dark-blue,
  .background-color-lg-very-dark-blue a,
  .background-color-lg-very-dark-blue a:focus,
  .background-color-lg-very-dark-blue a:active,
  .background-color-lg-very-dark-blue a:hover,
  a.background-color-lg-very-dark-blue,
  a.background-color-lg-very-dark-blue:focus,
  a.background-color-lg-very-dark-blue:active,
  a.background-color-lg-very-dark-blue:hover {
    background-color: #00588C; } }

@media (min-width: 1200px) {
  .background-color-xl-very-dark-blue,
  .background-color-xl-very-dark-blue a,
  .background-color-xl-very-dark-blue a:focus,
  .background-color-xl-very-dark-blue a:active,
  .background-color-xl-very-dark-blue a:hover,
  a.background-color-xl-very-dark-blue,
  a.background-color-xl-very-dark-blue:focus,
  a.background-color-xl-very-dark-blue:active,
  a.background-color-xl-very-dark-blue:hover {
    background-color: #00588C; } }

.background-color-dark-blue,
.background-color-dark-blue a,
.background-color-dark-blue a:focus,
.background-color-dark-blue a:active,
.background-color-dark-blue a:hover,
a.background-color-dark-blue,
a.background-color-dark-blue:focus,
a.background-color-dark-blue:active,
a.background-color-dark-blue:hover,
.has-dark-blue-background-color,
a.has-dark-blue-background-color,
a.has-dark-blue-background-color:focus,
a.has-dark-blue-background-color:active,
a.has-dark-blue-background-color:hover {
  background-color: #004261; }

@media (min-width: 576px) {
  .background-color-sm-dark-blue,
  .background-color-sm-dark-blue a,
  .background-color-sm-dark-blue a:focus,
  .background-color-sm-dark-blue a:active,
  .background-color-sm-dark-blue a:hover,
  a.background-color-sm-dark-blue,
  a.background-color-sm-dark-blue:focus,
  a.background-color-sm-dark-blue:active,
  a.background-color-sm-dark-blue:hover {
    background-color: #004261; } }

@media (min-width: 768px) {
  .background-color-md-dark-blue,
  .background-color-md-dark-blue a,
  .background-color-md-dark-blue a:focus,
  .background-color-md-dark-blue a:active,
  .background-color-md-dark-blue a:hover,
  a.background-color-md-dark-blue,
  a.background-color-md-dark-blue:focus,
  a.background-color-md-dark-blue:active,
  a.background-color-md-dark-blue:hover {
    background-color: #004261; } }

@media (min-width: 992px) {
  .background-color-lg-dark-blue,
  .background-color-lg-dark-blue a,
  .background-color-lg-dark-blue a:focus,
  .background-color-lg-dark-blue a:active,
  .background-color-lg-dark-blue a:hover,
  a.background-color-lg-dark-blue,
  a.background-color-lg-dark-blue:focus,
  a.background-color-lg-dark-blue:active,
  a.background-color-lg-dark-blue:hover {
    background-color: #004261; } }

@media (min-width: 1200px) {
  .background-color-xl-dark-blue,
  .background-color-xl-dark-blue a,
  .background-color-xl-dark-blue a:focus,
  .background-color-xl-dark-blue a:active,
  .background-color-xl-dark-blue a:hover,
  a.background-color-xl-dark-blue,
  a.background-color-xl-dark-blue:focus,
  a.background-color-xl-dark-blue:active,
  a.background-color-xl-dark-blue:hover {
    background-color: #004261; } }

.background-color-blue,
.background-color-blue a,
.background-color-blue a:focus,
.background-color-blue a:active,
.background-color-blue a:hover,
a.background-color-blue,
a.background-color-blue:focus,
a.background-color-blue:active,
a.background-color-blue:hover,
.has-blue-background-color,
a.has-blue-background-color,
a.has-blue-background-color:focus,
a.has-blue-background-color:active,
a.has-blue-background-color:hover {
  background-color: #009fc7; }

@media (min-width: 576px) {
  .background-color-sm-blue,
  .background-color-sm-blue a,
  .background-color-sm-blue a:focus,
  .background-color-sm-blue a:active,
  .background-color-sm-blue a:hover,
  a.background-color-sm-blue,
  a.background-color-sm-blue:focus,
  a.background-color-sm-blue:active,
  a.background-color-sm-blue:hover {
    background-color: #009fc7; } }

@media (min-width: 768px) {
  .background-color-md-blue,
  .background-color-md-blue a,
  .background-color-md-blue a:focus,
  .background-color-md-blue a:active,
  .background-color-md-blue a:hover,
  a.background-color-md-blue,
  a.background-color-md-blue:focus,
  a.background-color-md-blue:active,
  a.background-color-md-blue:hover {
    background-color: #009fc7; } }

@media (min-width: 992px) {
  .background-color-lg-blue,
  .background-color-lg-blue a,
  .background-color-lg-blue a:focus,
  .background-color-lg-blue a:active,
  .background-color-lg-blue a:hover,
  a.background-color-lg-blue,
  a.background-color-lg-blue:focus,
  a.background-color-lg-blue:active,
  a.background-color-lg-blue:hover {
    background-color: #009fc7; } }

@media (min-width: 1200px) {
  .background-color-xl-blue,
  .background-color-xl-blue a,
  .background-color-xl-blue a:focus,
  .background-color-xl-blue a:active,
  .background-color-xl-blue a:hover,
  a.background-color-xl-blue,
  a.background-color-xl-blue:focus,
  a.background-color-xl-blue:active,
  a.background-color-xl-blue:hover {
    background-color: #009fc7; } }

.background-color-light-blue,
.background-color-light-blue a,
.background-color-light-blue a:focus,
.background-color-light-blue a:active,
.background-color-light-blue a:hover,
a.background-color-light-blue,
a.background-color-light-blue:focus,
a.background-color-light-blue:active,
a.background-color-light-blue:hover,
.has-light-blue-background-color,
a.has-light-blue-background-color,
a.has-light-blue-background-color:focus,
a.has-light-blue-background-color:active,
a.has-light-blue-background-color:hover {
  background-color: #5BC3FF; }

@media (min-width: 576px) {
  .background-color-sm-light-blue,
  .background-color-sm-light-blue a,
  .background-color-sm-light-blue a:focus,
  .background-color-sm-light-blue a:active,
  .background-color-sm-light-blue a:hover,
  a.background-color-sm-light-blue,
  a.background-color-sm-light-blue:focus,
  a.background-color-sm-light-blue:active,
  a.background-color-sm-light-blue:hover {
    background-color: #5BC3FF; } }

@media (min-width: 768px) {
  .background-color-md-light-blue,
  .background-color-md-light-blue a,
  .background-color-md-light-blue a:focus,
  .background-color-md-light-blue a:active,
  .background-color-md-light-blue a:hover,
  a.background-color-md-light-blue,
  a.background-color-md-light-blue:focus,
  a.background-color-md-light-blue:active,
  a.background-color-md-light-blue:hover {
    background-color: #5BC3FF; } }

@media (min-width: 992px) {
  .background-color-lg-light-blue,
  .background-color-lg-light-blue a,
  .background-color-lg-light-blue a:focus,
  .background-color-lg-light-blue a:active,
  .background-color-lg-light-blue a:hover,
  a.background-color-lg-light-blue,
  a.background-color-lg-light-blue:focus,
  a.background-color-lg-light-blue:active,
  a.background-color-lg-light-blue:hover {
    background-color: #5BC3FF; } }

@media (min-width: 1200px) {
  .background-color-xl-light-blue,
  .background-color-xl-light-blue a,
  .background-color-xl-light-blue a:focus,
  .background-color-xl-light-blue a:active,
  .background-color-xl-light-blue a:hover,
  a.background-color-xl-light-blue,
  a.background-color-xl-light-blue:focus,
  a.background-color-xl-light-blue:active,
  a.background-color-xl-light-blue:hover {
    background-color: #5BC3FF; } }

.background-color-very-light-blue,
.background-color-very-light-blue a,
.background-color-very-light-blue a:focus,
.background-color-very-light-blue a:active,
.background-color-very-light-blue a:hover,
a.background-color-very-light-blue,
a.background-color-very-light-blue:focus,
a.background-color-very-light-blue:active,
a.background-color-very-light-blue:hover,
.has-very-light-blue-background-color,
a.has-very-light-blue-background-color,
a.has-very-light-blue-background-color:focus,
a.has-very-light-blue-background-color:active,
a.has-very-light-blue-background-color:hover {
  background-color: #B2E2FF; }

@media (min-width: 576px) {
  .background-color-sm-very-light-blue,
  .background-color-sm-very-light-blue a,
  .background-color-sm-very-light-blue a:focus,
  .background-color-sm-very-light-blue a:active,
  .background-color-sm-very-light-blue a:hover,
  a.background-color-sm-very-light-blue,
  a.background-color-sm-very-light-blue:focus,
  a.background-color-sm-very-light-blue:active,
  a.background-color-sm-very-light-blue:hover {
    background-color: #B2E2FF; } }

@media (min-width: 768px) {
  .background-color-md-very-light-blue,
  .background-color-md-very-light-blue a,
  .background-color-md-very-light-blue a:focus,
  .background-color-md-very-light-blue a:active,
  .background-color-md-very-light-blue a:hover,
  a.background-color-md-very-light-blue,
  a.background-color-md-very-light-blue:focus,
  a.background-color-md-very-light-blue:active,
  a.background-color-md-very-light-blue:hover {
    background-color: #B2E2FF; } }

@media (min-width: 992px) {
  .background-color-lg-very-light-blue,
  .background-color-lg-very-light-blue a,
  .background-color-lg-very-light-blue a:focus,
  .background-color-lg-very-light-blue a:active,
  .background-color-lg-very-light-blue a:hover,
  a.background-color-lg-very-light-blue,
  a.background-color-lg-very-light-blue:focus,
  a.background-color-lg-very-light-blue:active,
  a.background-color-lg-very-light-blue:hover {
    background-color: #B2E2FF; } }

@media (min-width: 1200px) {
  .background-color-xl-very-light-blue,
  .background-color-xl-very-light-blue a,
  .background-color-xl-very-light-blue a:focus,
  .background-color-xl-very-light-blue a:active,
  .background-color-xl-very-light-blue a:hover,
  a.background-color-xl-very-light-blue,
  a.background-color-xl-very-light-blue:focus,
  a.background-color-xl-very-light-blue:active,
  a.background-color-xl-very-light-blue:hover {
    background-color: #B2E2FF; } }

.background-color-very-dark-purple,
.background-color-very-dark-purple a,
.background-color-very-dark-purple a:focus,
.background-color-very-dark-purple a:active,
.background-color-very-dark-purple a:hover,
a.background-color-very-dark-purple,
a.background-color-very-dark-purple:focus,
a.background-color-very-dark-purple:active,
a.background-color-very-dark-purple:hover,
.has-very-dark-purple-background-color,
a.has-very-dark-purple-background-color,
a.has-very-dark-purple-background-color:focus,
a.has-very-dark-purple-background-color:active,
a.has-very-dark-purple-background-color:hover {
  background-color: #500684; }

@media (min-width: 576px) {
  .background-color-sm-very-dark-purple,
  .background-color-sm-very-dark-purple a,
  .background-color-sm-very-dark-purple a:focus,
  .background-color-sm-very-dark-purple a:active,
  .background-color-sm-very-dark-purple a:hover,
  a.background-color-sm-very-dark-purple,
  a.background-color-sm-very-dark-purple:focus,
  a.background-color-sm-very-dark-purple:active,
  a.background-color-sm-very-dark-purple:hover {
    background-color: #500684; } }

@media (min-width: 768px) {
  .background-color-md-very-dark-purple,
  .background-color-md-very-dark-purple a,
  .background-color-md-very-dark-purple a:focus,
  .background-color-md-very-dark-purple a:active,
  .background-color-md-very-dark-purple a:hover,
  a.background-color-md-very-dark-purple,
  a.background-color-md-very-dark-purple:focus,
  a.background-color-md-very-dark-purple:active,
  a.background-color-md-very-dark-purple:hover {
    background-color: #500684; } }

@media (min-width: 992px) {
  .background-color-lg-very-dark-purple,
  .background-color-lg-very-dark-purple a,
  .background-color-lg-very-dark-purple a:focus,
  .background-color-lg-very-dark-purple a:active,
  .background-color-lg-very-dark-purple a:hover,
  a.background-color-lg-very-dark-purple,
  a.background-color-lg-very-dark-purple:focus,
  a.background-color-lg-very-dark-purple:active,
  a.background-color-lg-very-dark-purple:hover {
    background-color: #500684; } }

@media (min-width: 1200px) {
  .background-color-xl-very-dark-purple,
  .background-color-xl-very-dark-purple a,
  .background-color-xl-very-dark-purple a:focus,
  .background-color-xl-very-dark-purple a:active,
  .background-color-xl-very-dark-purple a:hover,
  a.background-color-xl-very-dark-purple,
  a.background-color-xl-very-dark-purple:focus,
  a.background-color-xl-very-dark-purple:active,
  a.background-color-xl-very-dark-purple:hover {
    background-color: #500684; } }

.background-color-dark-purple,
.background-color-dark-purple a,
.background-color-dark-purple a:focus,
.background-color-dark-purple a:active,
.background-color-dark-purple a:hover,
a.background-color-dark-purple,
a.background-color-dark-purple:focus,
a.background-color-dark-purple:active,
a.background-color-dark-purple:hover,
.has-dark-purple-background-color,
a.has-dark-purple-background-color,
a.has-dark-purple-background-color:focus,
a.has-dark-purple-background-color:active,
a.has-dark-purple-background-color:hover {
  background-color: #6E12BA; }

@media (min-width: 576px) {
  .background-color-sm-dark-purple,
  .background-color-sm-dark-purple a,
  .background-color-sm-dark-purple a:focus,
  .background-color-sm-dark-purple a:active,
  .background-color-sm-dark-purple a:hover,
  a.background-color-sm-dark-purple,
  a.background-color-sm-dark-purple:focus,
  a.background-color-sm-dark-purple:active,
  a.background-color-sm-dark-purple:hover {
    background-color: #6E12BA; } }

@media (min-width: 768px) {
  .background-color-md-dark-purple,
  .background-color-md-dark-purple a,
  .background-color-md-dark-purple a:focus,
  .background-color-md-dark-purple a:active,
  .background-color-md-dark-purple a:hover,
  a.background-color-md-dark-purple,
  a.background-color-md-dark-purple:focus,
  a.background-color-md-dark-purple:active,
  a.background-color-md-dark-purple:hover {
    background-color: #6E12BA; } }

@media (min-width: 992px) {
  .background-color-lg-dark-purple,
  .background-color-lg-dark-purple a,
  .background-color-lg-dark-purple a:focus,
  .background-color-lg-dark-purple a:active,
  .background-color-lg-dark-purple a:hover,
  a.background-color-lg-dark-purple,
  a.background-color-lg-dark-purple:focus,
  a.background-color-lg-dark-purple:active,
  a.background-color-lg-dark-purple:hover {
    background-color: #6E12BA; } }

@media (min-width: 1200px) {
  .background-color-xl-dark-purple,
  .background-color-xl-dark-purple a,
  .background-color-xl-dark-purple a:focus,
  .background-color-xl-dark-purple a:active,
  .background-color-xl-dark-purple a:hover,
  a.background-color-xl-dark-purple,
  a.background-color-xl-dark-purple:focus,
  a.background-color-xl-dark-purple:active,
  a.background-color-xl-dark-purple:hover {
    background-color: #6E12BA; } }

.background-color-purple,
.background-color-purple a,
.background-color-purple a:focus,
.background-color-purple a:active,
.background-color-purple a:hover,
a.background-color-purple,
a.background-color-purple:focus,
a.background-color-purple:active,
a.background-color-purple:hover,
.has-purple-background-color,
a.has-purple-background-color,
a.has-purple-background-color:focus,
a.has-purple-background-color:active,
a.has-purple-background-color:hover {
  background-color: #8224E3; }

@media (min-width: 576px) {
  .background-color-sm-purple,
  .background-color-sm-purple a,
  .background-color-sm-purple a:focus,
  .background-color-sm-purple a:active,
  .background-color-sm-purple a:hover,
  a.background-color-sm-purple,
  a.background-color-sm-purple:focus,
  a.background-color-sm-purple:active,
  a.background-color-sm-purple:hover {
    background-color: #8224E3; } }

@media (min-width: 768px) {
  .background-color-md-purple,
  .background-color-md-purple a,
  .background-color-md-purple a:focus,
  .background-color-md-purple a:active,
  .background-color-md-purple a:hover,
  a.background-color-md-purple,
  a.background-color-md-purple:focus,
  a.background-color-md-purple:active,
  a.background-color-md-purple:hover {
    background-color: #8224E3; } }

@media (min-width: 992px) {
  .background-color-lg-purple,
  .background-color-lg-purple a,
  .background-color-lg-purple a:focus,
  .background-color-lg-purple a:active,
  .background-color-lg-purple a:hover,
  a.background-color-lg-purple,
  a.background-color-lg-purple:focus,
  a.background-color-lg-purple:active,
  a.background-color-lg-purple:hover {
    background-color: #8224E3; } }

@media (min-width: 1200px) {
  .background-color-xl-purple,
  .background-color-xl-purple a,
  .background-color-xl-purple a:focus,
  .background-color-xl-purple a:active,
  .background-color-xl-purple a:hover,
  a.background-color-xl-purple,
  a.background-color-xl-purple:focus,
  a.background-color-xl-purple:active,
  a.background-color-xl-purple:hover {
    background-color: #8224E3; } }

.background-color-light-purple,
.background-color-light-purple a,
.background-color-light-purple a:focus,
.background-color-light-purple a:active,
.background-color-light-purple a:hover,
a.background-color-light-purple,
a.background-color-light-purple:focus,
a.background-color-light-purple:active,
a.background-color-light-purple:hover,
.has-light-purple-background-color,
a.has-light-purple-background-color,
a.has-light-purple-background-color:focus,
a.has-light-purple-background-color:active,
a.has-light-purple-background-color:hover {
  background-color: #A96EF2; }

@media (min-width: 576px) {
  .background-color-sm-light-purple,
  .background-color-sm-light-purple a,
  .background-color-sm-light-purple a:focus,
  .background-color-sm-light-purple a:active,
  .background-color-sm-light-purple a:hover,
  a.background-color-sm-light-purple,
  a.background-color-sm-light-purple:focus,
  a.background-color-sm-light-purple:active,
  a.background-color-sm-light-purple:hover {
    background-color: #A96EF2; } }

@media (min-width: 768px) {
  .background-color-md-light-purple,
  .background-color-md-light-purple a,
  .background-color-md-light-purple a:focus,
  .background-color-md-light-purple a:active,
  .background-color-md-light-purple a:hover,
  a.background-color-md-light-purple,
  a.background-color-md-light-purple:focus,
  a.background-color-md-light-purple:active,
  a.background-color-md-light-purple:hover {
    background-color: #A96EF2; } }

@media (min-width: 992px) {
  .background-color-lg-light-purple,
  .background-color-lg-light-purple a,
  .background-color-lg-light-purple a:focus,
  .background-color-lg-light-purple a:active,
  .background-color-lg-light-purple a:hover,
  a.background-color-lg-light-purple,
  a.background-color-lg-light-purple:focus,
  a.background-color-lg-light-purple:active,
  a.background-color-lg-light-purple:hover {
    background-color: #A96EF2; } }

@media (min-width: 1200px) {
  .background-color-xl-light-purple,
  .background-color-xl-light-purple a,
  .background-color-xl-light-purple a:focus,
  .background-color-xl-light-purple a:active,
  .background-color-xl-light-purple a:hover,
  a.background-color-xl-light-purple,
  a.background-color-xl-light-purple:focus,
  a.background-color-xl-light-purple:active,
  a.background-color-xl-light-purple:hover {
    background-color: #A96EF2; } }

.background-color-very-light-purple,
.background-color-very-light-purple a,
.background-color-very-light-purple a:focus,
.background-color-very-light-purple a:active,
.background-color-very-light-purple a:hover,
a.background-color-very-light-purple,
a.background-color-very-light-purple:focus,
a.background-color-very-light-purple:active,
a.background-color-very-light-purple:hover,
.has-very-light-purple-background-color,
a.has-very-light-purple-background-color,
a.has-very-light-purple-background-color:focus,
a.has-very-light-purple-background-color:active,
a.has-very-light-purple-background-color:hover {
  background-color: #C8ACE2; }

@media (min-width: 576px) {
  .background-color-sm-very-light-purple,
  .background-color-sm-very-light-purple a,
  .background-color-sm-very-light-purple a:focus,
  .background-color-sm-very-light-purple a:active,
  .background-color-sm-very-light-purple a:hover,
  a.background-color-sm-very-light-purple,
  a.background-color-sm-very-light-purple:focus,
  a.background-color-sm-very-light-purple:active,
  a.background-color-sm-very-light-purple:hover {
    background-color: #C8ACE2; } }

@media (min-width: 768px) {
  .background-color-md-very-light-purple,
  .background-color-md-very-light-purple a,
  .background-color-md-very-light-purple a:focus,
  .background-color-md-very-light-purple a:active,
  .background-color-md-very-light-purple a:hover,
  a.background-color-md-very-light-purple,
  a.background-color-md-very-light-purple:focus,
  a.background-color-md-very-light-purple:active,
  a.background-color-md-very-light-purple:hover {
    background-color: #C8ACE2; } }

@media (min-width: 992px) {
  .background-color-lg-very-light-purple,
  .background-color-lg-very-light-purple a,
  .background-color-lg-very-light-purple a:focus,
  .background-color-lg-very-light-purple a:active,
  .background-color-lg-very-light-purple a:hover,
  a.background-color-lg-very-light-purple,
  a.background-color-lg-very-light-purple:focus,
  a.background-color-lg-very-light-purple:active,
  a.background-color-lg-very-light-purple:hover {
    background-color: #C8ACE2; } }

@media (min-width: 1200px) {
  .background-color-xl-very-light-purple,
  .background-color-xl-very-light-purple a,
  .background-color-xl-very-light-purple a:focus,
  .background-color-xl-very-light-purple a:active,
  .background-color-xl-very-light-purple a:hover,
  a.background-color-xl-very-light-purple,
  a.background-color-xl-very-light-purple:focus,
  a.background-color-xl-very-light-purple:active,
  a.background-color-xl-very-light-purple:hover {
    background-color: #C8ACE2; } }

.background-color-transparent,
.background-color-transparent a,
.background-color-transparent a:focus,
.background-color-transparent a:active,
.background-color-transparent a:hover,
a.background-color-transparent,
a.background-color-transparent:focus,
a.background-color-transparent:active,
a.background-color-transparent:hover,
.has-transparent-background-color,
a.has-transparent-background-color,
a.has-transparent-background-color:focus,
a.has-transparent-background-color:active,
a.has-transparent-background-color:hover {
  background-color: transparent; }

@media (min-width: 576px) {
  .background-color-sm-transparent,
  .background-color-sm-transparent a,
  .background-color-sm-transparent a:focus,
  .background-color-sm-transparent a:active,
  .background-color-sm-transparent a:hover,
  a.background-color-sm-transparent,
  a.background-color-sm-transparent:focus,
  a.background-color-sm-transparent:active,
  a.background-color-sm-transparent:hover {
    background-color: transparent; } }

@media (min-width: 768px) {
  .background-color-md-transparent,
  .background-color-md-transparent a,
  .background-color-md-transparent a:focus,
  .background-color-md-transparent a:active,
  .background-color-md-transparent a:hover,
  a.background-color-md-transparent,
  a.background-color-md-transparent:focus,
  a.background-color-md-transparent:active,
  a.background-color-md-transparent:hover {
    background-color: transparent; } }

@media (min-width: 992px) {
  .background-color-lg-transparent,
  .background-color-lg-transparent a,
  .background-color-lg-transparent a:focus,
  .background-color-lg-transparent a:active,
  .background-color-lg-transparent a:hover,
  a.background-color-lg-transparent,
  a.background-color-lg-transparent:focus,
  a.background-color-lg-transparent:active,
  a.background-color-lg-transparent:hover {
    background-color: transparent; } }

@media (min-width: 1200px) {
  .background-color-xl-transparent,
  .background-color-xl-transparent a,
  .background-color-xl-transparent a:focus,
  .background-color-xl-transparent a:active,
  .background-color-xl-transparent a:hover,
  a.background-color-xl-transparent,
  a.background-color-xl-transparent:focus,
  a.background-color-xl-transparent:active,
  a.background-color-xl-transparent:hover {
    background-color: transparent; } }

.border-color-white,
.border-color-white a,
.border-color-white a:focus,
.border-color-white a:active,
.border-color-white a:hover,
a.border-color-white,
a.border-color-white:focus,
a.border-color-white:active,
a.border-color-white:hover,
.has-white-border-color,
a.has-white-border-color,
a.has-white-border-color:focus,
a.has-white-border-color:active,
a.has-white-border-color:hover {
  border-color: #FFFFFF; }

@media (min-width: 576px) {
  .border-color-sm-white,
  .border-color-sm-white a,
  .border-color-sm-white a:focus,
  .border-color-sm-white a:active,
  .border-color-sm-white a:hover,
  a.border-color-sm-white,
  a.border-color-sm-white:focus,
  a.border-color-sm-white:active,
  a.border-color-sm-white:hover {
    border-top-color: #FFFFFF; } }

@media (min-width: 768px) {
  .border-color-md-white,
  .border-color-md-white a,
  .border-color-md-white a:focus,
  .border-color-md-white a:active,
  .border-color-md-white a:hover,
  a.border-color-md-white,
  a.border-color-md-white:focus,
  a.border-color-md-white:active,
  a.border-color-md-white:hover {
    border-top-color: #FFFFFF; } }

@media (min-width: 992px) {
  .border-color-lg-white,
  .border-color-lg-white a,
  .border-color-lg-white a:focus,
  .border-color-lg-white a:active,
  .border-color-lg-white a:hover,
  a.border-color-lg-white,
  a.border-color-lg-white:focus,
  a.border-color-lg-white:active,
  a.border-color-lg-white:hover {
    border-color: #FFFFFF; } }

@media (min-width: 1200px) {
  .border-color-xl-white,
  .border-color-xl-white a,
  .border-color-xl-white a:focus,
  .border-color-xl-white a:active,
  .border-color-xl-white a:hover,
  a.border-color-xl-white,
  a.border-color-xl-white:focus,
  a.border-color-xl-white:active,
  a.border-color-xl-white:hover {
    border-color: #FFFFFF; } }

.border-top-color-white,
.border-top-color-white a,
.border-top-color-white a:focus,
.border-top-color-white a:active,
.border-top-color-white a:hover,
a.border-top-color-white,
a.border-top-color-white:focus,
a.border-top-color-white:active,
a.border-top-color-white:hover {
  border-top-color: #FFFFFF; }

@media (min-width: 576px) {
  .border-top-color-sm-white,
  .border-top-color-sm-white a,
  .border-top-color-sm-white a:focus,
  .border-top-color-sm-white a:active,
  .border-top-color-sm-white a:hover,
  a.border-top-color-sm-white,
  a.border-top-color-sm-white:focus,
  a.border-top-color-sm-white:active,
  a.border-top-color-sm-white:hover {
    border-top-color: #FFFFFF; } }

@media (min-width: 768px) {
  .border-top-color-md-white,
  .border-top-color-md-white a,
  .border-top-color-md-white a:focus,
  .border-top-color-md-white a:active,
  .border-top-color-md-white a:hover,
  a.border-top-color-md-white,
  a.border-top-color-md-white:focus,
  a.border-top-color-md-white:active,
  a.border-top-color-md-white:hover {
    border-top-color: #FFFFFF; } }

@media (min-width: 992px) {
  .border-top-color-lg-white,
  .border-top-color-lg-white a,
  .border-top-color-lg-white a:focus,
  .border-top-color-lg-white a:active,
  .border-top-color-lg-white a:hover,
  a.border-top-color-lg-white,
  a.border-top-color-lg-white:focus,
  a.border-top-color-lg-white:active,
  a.border-top-color-lg-white:hover {
    border-top-color: #FFFFFF; } }

@media (min-width: 1200px) {
  .border-top-color-xl-white,
  .border-top-color-xl-white a,
  .border-top-color-xl-white a:focus,
  .border-top-color-xl-white a:active,
  .border-top-color-xl-white a:hover,
  a.border-top-color-xl-white,
  a.border-top-color-xl-white:focus,
  a.border-top-color-xl-white:active,
  a.border-top-color-xl-white:hover {
    border-top-color: #FFFFFF; } }

.border-right-color-white,
.border-right-color-white a,
.border-right-color-white a:focus,
.border-right-color-white a:active,
.border-right-color-white a:hover,
a.border-right-color-white,
a.border-right-color-white:focus,
a.border-right-color-white:active,
a.border-right-color-white:hover {
  border-right-color: #FFFFFF; }

@media (min-width: 576px) {
  .border-right-color-sm-white,
  .border-right-color-sm-white a,
  .border-right-color-sm-white a:focus,
  .border-right-color-sm-white a:active,
  .border-right-color-sm-white a:hover,
  a.border-right-color-sm-white,
  a.border-right-color-sm-white:focus,
  a.border-right-color-sm-white:active,
  a.border-right-color-sm-white:hover {
    border-right-color: #FFFFFF; } }

@media (min-width: 768px) {
  .border-right-color-md-white,
  .border-right-color-md-white a,
  .border-right-color-md-white a:focus,
  .border-right-color-md-white a:active,
  .border-right-color-md-white a:hover,
  a.border-right-color-md-white,
  a.border-right-color-md-white:focus,
  a.border-right-color-md-white:active,
  a.border-right-color-md-white:hover {
    border-right-color: #FFFFFF; } }

@media (min-width: 992px) {
  .border-right-color-lg-white,
  .border-right-color-lg-white a,
  .border-right-color-lg-white a:focus,
  .border-right-color-lg-white a:active,
  .border-right-color-lg-white a:hover,
  a.border-right-color-lg-white,
  a.border-right-color-lg-white:focus,
  a.border-right-color-lg-white:active,
  a.border-right-color-lg-white:hover {
    border-right-color: #FFFFFF; } }

@media (min-width: 1200px) {
  .border-right-color-xl-white,
  .border-right-color-xl-white a,
  .border-right-color-xl-white a:focus,
  .border-right-color-xl-white a:active,
  .border-right-color-xl-white a:hover,
  a.border-right-color-xl-white,
  a.border-right-color-xl-white:focus,
  a.border-right-color-xl-white:active,
  a.border-right-color-xl-white:hover {
    border-right-color: #FFFFFF; } }

.border-bottom-color-white,
.border-bottom-color-white a,
.border-bottom-color-white a:focus,
.border-bottom-color-white a:active,
.border-bottom-color-white a:hover,
a.border-bottom-color-white,
a.border-bottom-color-white:focus,
a.border-bottom-color-white:active,
a.border-bottom-color-white:hover {
  border-bottom-color: #FFFFFF; }

@media (min-width: 576px) {
  .border-bottom-color-sm-white,
  .border-bottom-color-sm-white a,
  .border-bottom-color-sm-white a:focus,
  .border-bottom-color-sm-white a:active,
  .border-bottom-color-sm-white a:hover,
  a.border-bottom-color-sm-white,
  a.border-bottom-color-sm-white:focus,
  a.border-bottom-color-sm-white:active,
  a.border-bottom-color-sm-white:hover {
    border-bottom-color: #FFFFFF; } }

@media (min-width: 768px) {
  .border-bottom-color-md-white,
  .border-bottom-color-md-white a,
  .border-bottom-color-md-white a:focus,
  .border-bottom-color-md-white a:active,
  .border-bottom-color-md-white a:hover,
  a.border-bottom-color-md-white,
  a.border-bottom-color-md-white:focus,
  a.border-bottom-color-md-white:active,
  a.border-bottom-color-md-white:hover {
    border-bottom-color: #FFFFFF; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-white,
  .border-bottom-color-lg-white a,
  .border-bottom-color-lg-white a:focus,
  .border-bottom-color-lg-white a:active,
  .border-bottom-color-lg-white a:hover,
  a.border-bottom-color-lg-white,
  a.border-bottom-color-lg-white:focus,
  a.border-bottom-color-lg-white:active,
  a.border-bottom-color-lg-white:hover {
    border-bottom-color: #FFFFFF; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-white,
  .border-bottom-color-xl-white a,
  .border-bottom-color-xl-white a:focus,
  .border-bottom-color-xl-white a:active,
  .border-bottom-color-xl-white a:hover,
  a.border-bottom-color-xl-white,
  a.border-bottom-color-xl-white:focus,
  a.border-bottom-color-xl-white:active,
  a.border-bottom-color-xl-white:hover {
    border-bottom-color: #FFFFFF; } }

.border-left-color-white,
.border-left-color-white a,
.border-left-color-white a:focus,
.border-left-color-white a:active,
.border-left-color-white a:hover,
a.border-left-color-white,
a.border-left-color-white:focus,
a.border-left-color-white:active,
a.border-left-color-white:hover {
  border-left-color: #FFFFFF; }

@media (min-width: 576px) {
  .border-left-color-sm-white,
  .border-left-color-sm-white a,
  .border-left-color-sm-white a:focus,
  .border-left-color-sm-white a:active,
  .border-left-color-sm-white a:hover,
  a.border-left-color-sm-white,
  a.border-left-color-sm-white:focus,
  a.border-left-color-sm-white:active,
  a.border-left-color-sm-white:hover {
    border-left-color: #FFFFFF; } }

@media (min-width: 768px) {
  .border-left-color-md-white,
  .border-left-color-md-white a,
  .border-left-color-md-white a:focus,
  .border-left-color-md-white a:active,
  .border-left-color-md-white a:hover,
  a.border-left-color-md-white,
  a.border-left-color-md-white:focus,
  a.border-left-color-md-white:active,
  a.border-left-color-md-white:hover {
    border-left-color: #FFFFFF; } }

@media (min-width: 992px) {
  .border-left-color-lg-white,
  .border-left-color-lg-white a,
  .border-left-color-lg-white a:focus,
  .border-left-color-lg-white a:active,
  .border-left-color-lg-white a:hover,
  a.border-left-color-lg-white,
  a.border-left-color-lg-white:focus,
  a.border-left-color-lg-white:active,
  a.border-left-color-lg-white:hover {
    border-left-color: #FFFFFF; } }

@media (min-width: 1200px) {
  .border-left-color-xl-white,
  .border-left-color-xl-white a,
  .border-left-color-xl-white a:focus,
  .border-left-color-xl-white a:active,
  .border-left-color-xl-white a:hover,
  a.border-left-color-xl-white,
  a.border-left-color-xl-white:focus,
  a.border-left-color-xl-white:active,
  a.border-left-color-xl-white:hover {
    border-left-color: #FFFFFF; } }

.border-color-black,
.border-color-black a,
.border-color-black a:focus,
.border-color-black a:active,
.border-color-black a:hover,
a.border-color-black,
a.border-color-black:focus,
a.border-color-black:active,
a.border-color-black:hover,
.has-black-border-color,
a.has-black-border-color,
a.has-black-border-color:focus,
a.has-black-border-color:active,
a.has-black-border-color:hover {
  border-color: #000000; }

@media (min-width: 576px) {
  .border-color-sm-black,
  .border-color-sm-black a,
  .border-color-sm-black a:focus,
  .border-color-sm-black a:active,
  .border-color-sm-black a:hover,
  a.border-color-sm-black,
  a.border-color-sm-black:focus,
  a.border-color-sm-black:active,
  a.border-color-sm-black:hover {
    border-top-color: #000000; } }

@media (min-width: 768px) {
  .border-color-md-black,
  .border-color-md-black a,
  .border-color-md-black a:focus,
  .border-color-md-black a:active,
  .border-color-md-black a:hover,
  a.border-color-md-black,
  a.border-color-md-black:focus,
  a.border-color-md-black:active,
  a.border-color-md-black:hover {
    border-top-color: #000000; } }

@media (min-width: 992px) {
  .border-color-lg-black,
  .border-color-lg-black a,
  .border-color-lg-black a:focus,
  .border-color-lg-black a:active,
  .border-color-lg-black a:hover,
  a.border-color-lg-black,
  a.border-color-lg-black:focus,
  a.border-color-lg-black:active,
  a.border-color-lg-black:hover {
    border-color: #000000; } }

@media (min-width: 1200px) {
  .border-color-xl-black,
  .border-color-xl-black a,
  .border-color-xl-black a:focus,
  .border-color-xl-black a:active,
  .border-color-xl-black a:hover,
  a.border-color-xl-black,
  a.border-color-xl-black:focus,
  a.border-color-xl-black:active,
  a.border-color-xl-black:hover {
    border-color: #000000; } }

.border-top-color-black,
.border-top-color-black a,
.border-top-color-black a:focus,
.border-top-color-black a:active,
.border-top-color-black a:hover,
a.border-top-color-black,
a.border-top-color-black:focus,
a.border-top-color-black:active,
a.border-top-color-black:hover {
  border-top-color: #000000; }

@media (min-width: 576px) {
  .border-top-color-sm-black,
  .border-top-color-sm-black a,
  .border-top-color-sm-black a:focus,
  .border-top-color-sm-black a:active,
  .border-top-color-sm-black a:hover,
  a.border-top-color-sm-black,
  a.border-top-color-sm-black:focus,
  a.border-top-color-sm-black:active,
  a.border-top-color-sm-black:hover {
    border-top-color: #000000; } }

@media (min-width: 768px) {
  .border-top-color-md-black,
  .border-top-color-md-black a,
  .border-top-color-md-black a:focus,
  .border-top-color-md-black a:active,
  .border-top-color-md-black a:hover,
  a.border-top-color-md-black,
  a.border-top-color-md-black:focus,
  a.border-top-color-md-black:active,
  a.border-top-color-md-black:hover {
    border-top-color: #000000; } }

@media (min-width: 992px) {
  .border-top-color-lg-black,
  .border-top-color-lg-black a,
  .border-top-color-lg-black a:focus,
  .border-top-color-lg-black a:active,
  .border-top-color-lg-black a:hover,
  a.border-top-color-lg-black,
  a.border-top-color-lg-black:focus,
  a.border-top-color-lg-black:active,
  a.border-top-color-lg-black:hover {
    border-top-color: #000000; } }

@media (min-width: 1200px) {
  .border-top-color-xl-black,
  .border-top-color-xl-black a,
  .border-top-color-xl-black a:focus,
  .border-top-color-xl-black a:active,
  .border-top-color-xl-black a:hover,
  a.border-top-color-xl-black,
  a.border-top-color-xl-black:focus,
  a.border-top-color-xl-black:active,
  a.border-top-color-xl-black:hover {
    border-top-color: #000000; } }

.border-right-color-black,
.border-right-color-black a,
.border-right-color-black a:focus,
.border-right-color-black a:active,
.border-right-color-black a:hover,
a.border-right-color-black,
a.border-right-color-black:focus,
a.border-right-color-black:active,
a.border-right-color-black:hover {
  border-right-color: #000000; }

@media (min-width: 576px) {
  .border-right-color-sm-black,
  .border-right-color-sm-black a,
  .border-right-color-sm-black a:focus,
  .border-right-color-sm-black a:active,
  .border-right-color-sm-black a:hover,
  a.border-right-color-sm-black,
  a.border-right-color-sm-black:focus,
  a.border-right-color-sm-black:active,
  a.border-right-color-sm-black:hover {
    border-right-color: #000000; } }

@media (min-width: 768px) {
  .border-right-color-md-black,
  .border-right-color-md-black a,
  .border-right-color-md-black a:focus,
  .border-right-color-md-black a:active,
  .border-right-color-md-black a:hover,
  a.border-right-color-md-black,
  a.border-right-color-md-black:focus,
  a.border-right-color-md-black:active,
  a.border-right-color-md-black:hover {
    border-right-color: #000000; } }

@media (min-width: 992px) {
  .border-right-color-lg-black,
  .border-right-color-lg-black a,
  .border-right-color-lg-black a:focus,
  .border-right-color-lg-black a:active,
  .border-right-color-lg-black a:hover,
  a.border-right-color-lg-black,
  a.border-right-color-lg-black:focus,
  a.border-right-color-lg-black:active,
  a.border-right-color-lg-black:hover {
    border-right-color: #000000; } }

@media (min-width: 1200px) {
  .border-right-color-xl-black,
  .border-right-color-xl-black a,
  .border-right-color-xl-black a:focus,
  .border-right-color-xl-black a:active,
  .border-right-color-xl-black a:hover,
  a.border-right-color-xl-black,
  a.border-right-color-xl-black:focus,
  a.border-right-color-xl-black:active,
  a.border-right-color-xl-black:hover {
    border-right-color: #000000; } }

.border-bottom-color-black,
.border-bottom-color-black a,
.border-bottom-color-black a:focus,
.border-bottom-color-black a:active,
.border-bottom-color-black a:hover,
a.border-bottom-color-black,
a.border-bottom-color-black:focus,
a.border-bottom-color-black:active,
a.border-bottom-color-black:hover {
  border-bottom-color: #000000; }

@media (min-width: 576px) {
  .border-bottom-color-sm-black,
  .border-bottom-color-sm-black a,
  .border-bottom-color-sm-black a:focus,
  .border-bottom-color-sm-black a:active,
  .border-bottom-color-sm-black a:hover,
  a.border-bottom-color-sm-black,
  a.border-bottom-color-sm-black:focus,
  a.border-bottom-color-sm-black:active,
  a.border-bottom-color-sm-black:hover {
    border-bottom-color: #000000; } }

@media (min-width: 768px) {
  .border-bottom-color-md-black,
  .border-bottom-color-md-black a,
  .border-bottom-color-md-black a:focus,
  .border-bottom-color-md-black a:active,
  .border-bottom-color-md-black a:hover,
  a.border-bottom-color-md-black,
  a.border-bottom-color-md-black:focus,
  a.border-bottom-color-md-black:active,
  a.border-bottom-color-md-black:hover {
    border-bottom-color: #000000; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-black,
  .border-bottom-color-lg-black a,
  .border-bottom-color-lg-black a:focus,
  .border-bottom-color-lg-black a:active,
  .border-bottom-color-lg-black a:hover,
  a.border-bottom-color-lg-black,
  a.border-bottom-color-lg-black:focus,
  a.border-bottom-color-lg-black:active,
  a.border-bottom-color-lg-black:hover {
    border-bottom-color: #000000; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-black,
  .border-bottom-color-xl-black a,
  .border-bottom-color-xl-black a:focus,
  .border-bottom-color-xl-black a:active,
  .border-bottom-color-xl-black a:hover,
  a.border-bottom-color-xl-black,
  a.border-bottom-color-xl-black:focus,
  a.border-bottom-color-xl-black:active,
  a.border-bottom-color-xl-black:hover {
    border-bottom-color: #000000; } }

.border-left-color-black,
.border-left-color-black a,
.border-left-color-black a:focus,
.border-left-color-black a:active,
.border-left-color-black a:hover,
a.border-left-color-black,
a.border-left-color-black:focus,
a.border-left-color-black:active,
a.border-left-color-black:hover {
  border-left-color: #000000; }

@media (min-width: 576px) {
  .border-left-color-sm-black,
  .border-left-color-sm-black a,
  .border-left-color-sm-black a:focus,
  .border-left-color-sm-black a:active,
  .border-left-color-sm-black a:hover,
  a.border-left-color-sm-black,
  a.border-left-color-sm-black:focus,
  a.border-left-color-sm-black:active,
  a.border-left-color-sm-black:hover {
    border-left-color: #000000; } }

@media (min-width: 768px) {
  .border-left-color-md-black,
  .border-left-color-md-black a,
  .border-left-color-md-black a:focus,
  .border-left-color-md-black a:active,
  .border-left-color-md-black a:hover,
  a.border-left-color-md-black,
  a.border-left-color-md-black:focus,
  a.border-left-color-md-black:active,
  a.border-left-color-md-black:hover {
    border-left-color: #000000; } }

@media (min-width: 992px) {
  .border-left-color-lg-black,
  .border-left-color-lg-black a,
  .border-left-color-lg-black a:focus,
  .border-left-color-lg-black a:active,
  .border-left-color-lg-black a:hover,
  a.border-left-color-lg-black,
  a.border-left-color-lg-black:focus,
  a.border-left-color-lg-black:active,
  a.border-left-color-lg-black:hover {
    border-left-color: #000000; } }

@media (min-width: 1200px) {
  .border-left-color-xl-black,
  .border-left-color-xl-black a,
  .border-left-color-xl-black a:focus,
  .border-left-color-xl-black a:active,
  .border-left-color-xl-black a:hover,
  a.border-left-color-xl-black,
  a.border-left-color-xl-black:focus,
  a.border-left-color-xl-black:active,
  a.border-left-color-xl-black:hover {
    border-left-color: #000000; } }

.border-color-very-dark-grey,
.border-color-very-dark-grey a,
.border-color-very-dark-grey a:focus,
.border-color-very-dark-grey a:active,
.border-color-very-dark-grey a:hover,
a.border-color-very-dark-grey,
a.border-color-very-dark-grey:focus,
a.border-color-very-dark-grey:active,
a.border-color-very-dark-grey:hover,
.has-very-dark-grey-border-color,
a.has-very-dark-grey-border-color,
a.has-very-dark-grey-border-color:focus,
a.has-very-dark-grey-border-color:active,
a.has-very-dark-grey-border-color:hover {
  border-color: #3F3F3F; }

@media (min-width: 576px) {
  .border-color-sm-very-dark-grey,
  .border-color-sm-very-dark-grey a,
  .border-color-sm-very-dark-grey a:focus,
  .border-color-sm-very-dark-grey a:active,
  .border-color-sm-very-dark-grey a:hover,
  a.border-color-sm-very-dark-grey,
  a.border-color-sm-very-dark-grey:focus,
  a.border-color-sm-very-dark-grey:active,
  a.border-color-sm-very-dark-grey:hover {
    border-top-color: #3F3F3F; } }

@media (min-width: 768px) {
  .border-color-md-very-dark-grey,
  .border-color-md-very-dark-grey a,
  .border-color-md-very-dark-grey a:focus,
  .border-color-md-very-dark-grey a:active,
  .border-color-md-very-dark-grey a:hover,
  a.border-color-md-very-dark-grey,
  a.border-color-md-very-dark-grey:focus,
  a.border-color-md-very-dark-grey:active,
  a.border-color-md-very-dark-grey:hover {
    border-top-color: #3F3F3F; } }

@media (min-width: 992px) {
  .border-color-lg-very-dark-grey,
  .border-color-lg-very-dark-grey a,
  .border-color-lg-very-dark-grey a:focus,
  .border-color-lg-very-dark-grey a:active,
  .border-color-lg-very-dark-grey a:hover,
  a.border-color-lg-very-dark-grey,
  a.border-color-lg-very-dark-grey:focus,
  a.border-color-lg-very-dark-grey:active,
  a.border-color-lg-very-dark-grey:hover {
    border-color: #3F3F3F; } }

@media (min-width: 1200px) {
  .border-color-xl-very-dark-grey,
  .border-color-xl-very-dark-grey a,
  .border-color-xl-very-dark-grey a:focus,
  .border-color-xl-very-dark-grey a:active,
  .border-color-xl-very-dark-grey a:hover,
  a.border-color-xl-very-dark-grey,
  a.border-color-xl-very-dark-grey:focus,
  a.border-color-xl-very-dark-grey:active,
  a.border-color-xl-very-dark-grey:hover {
    border-color: #3F3F3F; } }

.border-top-color-very-dark-grey,
.border-top-color-very-dark-grey a,
.border-top-color-very-dark-grey a:focus,
.border-top-color-very-dark-grey a:active,
.border-top-color-very-dark-grey a:hover,
a.border-top-color-very-dark-grey,
a.border-top-color-very-dark-grey:focus,
a.border-top-color-very-dark-grey:active,
a.border-top-color-very-dark-grey:hover {
  border-top-color: #3F3F3F; }

@media (min-width: 576px) {
  .border-top-color-sm-very-dark-grey,
  .border-top-color-sm-very-dark-grey a,
  .border-top-color-sm-very-dark-grey a:focus,
  .border-top-color-sm-very-dark-grey a:active,
  .border-top-color-sm-very-dark-grey a:hover,
  a.border-top-color-sm-very-dark-grey,
  a.border-top-color-sm-very-dark-grey:focus,
  a.border-top-color-sm-very-dark-grey:active,
  a.border-top-color-sm-very-dark-grey:hover {
    border-top-color: #3F3F3F; } }

@media (min-width: 768px) {
  .border-top-color-md-very-dark-grey,
  .border-top-color-md-very-dark-grey a,
  .border-top-color-md-very-dark-grey a:focus,
  .border-top-color-md-very-dark-grey a:active,
  .border-top-color-md-very-dark-grey a:hover,
  a.border-top-color-md-very-dark-grey,
  a.border-top-color-md-very-dark-grey:focus,
  a.border-top-color-md-very-dark-grey:active,
  a.border-top-color-md-very-dark-grey:hover {
    border-top-color: #3F3F3F; } }

@media (min-width: 992px) {
  .border-top-color-lg-very-dark-grey,
  .border-top-color-lg-very-dark-grey a,
  .border-top-color-lg-very-dark-grey a:focus,
  .border-top-color-lg-very-dark-grey a:active,
  .border-top-color-lg-very-dark-grey a:hover,
  a.border-top-color-lg-very-dark-grey,
  a.border-top-color-lg-very-dark-grey:focus,
  a.border-top-color-lg-very-dark-grey:active,
  a.border-top-color-lg-very-dark-grey:hover {
    border-top-color: #3F3F3F; } }

@media (min-width: 1200px) {
  .border-top-color-xl-very-dark-grey,
  .border-top-color-xl-very-dark-grey a,
  .border-top-color-xl-very-dark-grey a:focus,
  .border-top-color-xl-very-dark-grey a:active,
  .border-top-color-xl-very-dark-grey a:hover,
  a.border-top-color-xl-very-dark-grey,
  a.border-top-color-xl-very-dark-grey:focus,
  a.border-top-color-xl-very-dark-grey:active,
  a.border-top-color-xl-very-dark-grey:hover {
    border-top-color: #3F3F3F; } }

.border-right-color-very-dark-grey,
.border-right-color-very-dark-grey a,
.border-right-color-very-dark-grey a:focus,
.border-right-color-very-dark-grey a:active,
.border-right-color-very-dark-grey a:hover,
a.border-right-color-very-dark-grey,
a.border-right-color-very-dark-grey:focus,
a.border-right-color-very-dark-grey:active,
a.border-right-color-very-dark-grey:hover {
  border-right-color: #3F3F3F; }

@media (min-width: 576px) {
  .border-right-color-sm-very-dark-grey,
  .border-right-color-sm-very-dark-grey a,
  .border-right-color-sm-very-dark-grey a:focus,
  .border-right-color-sm-very-dark-grey a:active,
  .border-right-color-sm-very-dark-grey a:hover,
  a.border-right-color-sm-very-dark-grey,
  a.border-right-color-sm-very-dark-grey:focus,
  a.border-right-color-sm-very-dark-grey:active,
  a.border-right-color-sm-very-dark-grey:hover {
    border-right-color: #3F3F3F; } }

@media (min-width: 768px) {
  .border-right-color-md-very-dark-grey,
  .border-right-color-md-very-dark-grey a,
  .border-right-color-md-very-dark-grey a:focus,
  .border-right-color-md-very-dark-grey a:active,
  .border-right-color-md-very-dark-grey a:hover,
  a.border-right-color-md-very-dark-grey,
  a.border-right-color-md-very-dark-grey:focus,
  a.border-right-color-md-very-dark-grey:active,
  a.border-right-color-md-very-dark-grey:hover {
    border-right-color: #3F3F3F; } }

@media (min-width: 992px) {
  .border-right-color-lg-very-dark-grey,
  .border-right-color-lg-very-dark-grey a,
  .border-right-color-lg-very-dark-grey a:focus,
  .border-right-color-lg-very-dark-grey a:active,
  .border-right-color-lg-very-dark-grey a:hover,
  a.border-right-color-lg-very-dark-grey,
  a.border-right-color-lg-very-dark-grey:focus,
  a.border-right-color-lg-very-dark-grey:active,
  a.border-right-color-lg-very-dark-grey:hover {
    border-right-color: #3F3F3F; } }

@media (min-width: 1200px) {
  .border-right-color-xl-very-dark-grey,
  .border-right-color-xl-very-dark-grey a,
  .border-right-color-xl-very-dark-grey a:focus,
  .border-right-color-xl-very-dark-grey a:active,
  .border-right-color-xl-very-dark-grey a:hover,
  a.border-right-color-xl-very-dark-grey,
  a.border-right-color-xl-very-dark-grey:focus,
  a.border-right-color-xl-very-dark-grey:active,
  a.border-right-color-xl-very-dark-grey:hover {
    border-right-color: #3F3F3F; } }

.border-bottom-color-very-dark-grey,
.border-bottom-color-very-dark-grey a,
.border-bottom-color-very-dark-grey a:focus,
.border-bottom-color-very-dark-grey a:active,
.border-bottom-color-very-dark-grey a:hover,
a.border-bottom-color-very-dark-grey,
a.border-bottom-color-very-dark-grey:focus,
a.border-bottom-color-very-dark-grey:active,
a.border-bottom-color-very-dark-grey:hover {
  border-bottom-color: #3F3F3F; }

@media (min-width: 576px) {
  .border-bottom-color-sm-very-dark-grey,
  .border-bottom-color-sm-very-dark-grey a,
  .border-bottom-color-sm-very-dark-grey a:focus,
  .border-bottom-color-sm-very-dark-grey a:active,
  .border-bottom-color-sm-very-dark-grey a:hover,
  a.border-bottom-color-sm-very-dark-grey,
  a.border-bottom-color-sm-very-dark-grey:focus,
  a.border-bottom-color-sm-very-dark-grey:active,
  a.border-bottom-color-sm-very-dark-grey:hover {
    border-bottom-color: #3F3F3F; } }

@media (min-width: 768px) {
  .border-bottom-color-md-very-dark-grey,
  .border-bottom-color-md-very-dark-grey a,
  .border-bottom-color-md-very-dark-grey a:focus,
  .border-bottom-color-md-very-dark-grey a:active,
  .border-bottom-color-md-very-dark-grey a:hover,
  a.border-bottom-color-md-very-dark-grey,
  a.border-bottom-color-md-very-dark-grey:focus,
  a.border-bottom-color-md-very-dark-grey:active,
  a.border-bottom-color-md-very-dark-grey:hover {
    border-bottom-color: #3F3F3F; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-very-dark-grey,
  .border-bottom-color-lg-very-dark-grey a,
  .border-bottom-color-lg-very-dark-grey a:focus,
  .border-bottom-color-lg-very-dark-grey a:active,
  .border-bottom-color-lg-very-dark-grey a:hover,
  a.border-bottom-color-lg-very-dark-grey,
  a.border-bottom-color-lg-very-dark-grey:focus,
  a.border-bottom-color-lg-very-dark-grey:active,
  a.border-bottom-color-lg-very-dark-grey:hover {
    border-bottom-color: #3F3F3F; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-very-dark-grey,
  .border-bottom-color-xl-very-dark-grey a,
  .border-bottom-color-xl-very-dark-grey a:focus,
  .border-bottom-color-xl-very-dark-grey a:active,
  .border-bottom-color-xl-very-dark-grey a:hover,
  a.border-bottom-color-xl-very-dark-grey,
  a.border-bottom-color-xl-very-dark-grey:focus,
  a.border-bottom-color-xl-very-dark-grey:active,
  a.border-bottom-color-xl-very-dark-grey:hover {
    border-bottom-color: #3F3F3F; } }

.border-left-color-very-dark-grey,
.border-left-color-very-dark-grey a,
.border-left-color-very-dark-grey a:focus,
.border-left-color-very-dark-grey a:active,
.border-left-color-very-dark-grey a:hover,
a.border-left-color-very-dark-grey,
a.border-left-color-very-dark-grey:focus,
a.border-left-color-very-dark-grey:active,
a.border-left-color-very-dark-grey:hover {
  border-left-color: #3F3F3F; }

@media (min-width: 576px) {
  .border-left-color-sm-very-dark-grey,
  .border-left-color-sm-very-dark-grey a,
  .border-left-color-sm-very-dark-grey a:focus,
  .border-left-color-sm-very-dark-grey a:active,
  .border-left-color-sm-very-dark-grey a:hover,
  a.border-left-color-sm-very-dark-grey,
  a.border-left-color-sm-very-dark-grey:focus,
  a.border-left-color-sm-very-dark-grey:active,
  a.border-left-color-sm-very-dark-grey:hover {
    border-left-color: #3F3F3F; } }

@media (min-width: 768px) {
  .border-left-color-md-very-dark-grey,
  .border-left-color-md-very-dark-grey a,
  .border-left-color-md-very-dark-grey a:focus,
  .border-left-color-md-very-dark-grey a:active,
  .border-left-color-md-very-dark-grey a:hover,
  a.border-left-color-md-very-dark-grey,
  a.border-left-color-md-very-dark-grey:focus,
  a.border-left-color-md-very-dark-grey:active,
  a.border-left-color-md-very-dark-grey:hover {
    border-left-color: #3F3F3F; } }

@media (min-width: 992px) {
  .border-left-color-lg-very-dark-grey,
  .border-left-color-lg-very-dark-grey a,
  .border-left-color-lg-very-dark-grey a:focus,
  .border-left-color-lg-very-dark-grey a:active,
  .border-left-color-lg-very-dark-grey a:hover,
  a.border-left-color-lg-very-dark-grey,
  a.border-left-color-lg-very-dark-grey:focus,
  a.border-left-color-lg-very-dark-grey:active,
  a.border-left-color-lg-very-dark-grey:hover {
    border-left-color: #3F3F3F; } }

@media (min-width: 1200px) {
  .border-left-color-xl-very-dark-grey,
  .border-left-color-xl-very-dark-grey a,
  .border-left-color-xl-very-dark-grey a:focus,
  .border-left-color-xl-very-dark-grey a:active,
  .border-left-color-xl-very-dark-grey a:hover,
  a.border-left-color-xl-very-dark-grey,
  a.border-left-color-xl-very-dark-grey:focus,
  a.border-left-color-xl-very-dark-grey:active,
  a.border-left-color-xl-very-dark-grey:hover {
    border-left-color: #3F3F3F; } }

.border-color-dark-grey,
.border-color-dark-grey a,
.border-color-dark-grey a:focus,
.border-color-dark-grey a:active,
.border-color-dark-grey a:hover,
a.border-color-dark-grey,
a.border-color-dark-grey:focus,
a.border-color-dark-grey:active,
a.border-color-dark-grey:hover,
.has-dark-grey-border-color,
a.has-dark-grey-border-color,
a.has-dark-grey-border-color:focus,
a.has-dark-grey-border-color:active,
a.has-dark-grey-border-color:hover {
  border-color: #4F4F4F; }

@media (min-width: 576px) {
  .border-color-sm-dark-grey,
  .border-color-sm-dark-grey a,
  .border-color-sm-dark-grey a:focus,
  .border-color-sm-dark-grey a:active,
  .border-color-sm-dark-grey a:hover,
  a.border-color-sm-dark-grey,
  a.border-color-sm-dark-grey:focus,
  a.border-color-sm-dark-grey:active,
  a.border-color-sm-dark-grey:hover {
    border-top-color: #4F4F4F; } }

@media (min-width: 768px) {
  .border-color-md-dark-grey,
  .border-color-md-dark-grey a,
  .border-color-md-dark-grey a:focus,
  .border-color-md-dark-grey a:active,
  .border-color-md-dark-grey a:hover,
  a.border-color-md-dark-grey,
  a.border-color-md-dark-grey:focus,
  a.border-color-md-dark-grey:active,
  a.border-color-md-dark-grey:hover {
    border-top-color: #4F4F4F; } }

@media (min-width: 992px) {
  .border-color-lg-dark-grey,
  .border-color-lg-dark-grey a,
  .border-color-lg-dark-grey a:focus,
  .border-color-lg-dark-grey a:active,
  .border-color-lg-dark-grey a:hover,
  a.border-color-lg-dark-grey,
  a.border-color-lg-dark-grey:focus,
  a.border-color-lg-dark-grey:active,
  a.border-color-lg-dark-grey:hover {
    border-color: #4F4F4F; } }

@media (min-width: 1200px) {
  .border-color-xl-dark-grey,
  .border-color-xl-dark-grey a,
  .border-color-xl-dark-grey a:focus,
  .border-color-xl-dark-grey a:active,
  .border-color-xl-dark-grey a:hover,
  a.border-color-xl-dark-grey,
  a.border-color-xl-dark-grey:focus,
  a.border-color-xl-dark-grey:active,
  a.border-color-xl-dark-grey:hover {
    border-color: #4F4F4F; } }

.border-top-color-dark-grey,
.border-top-color-dark-grey a,
.border-top-color-dark-grey a:focus,
.border-top-color-dark-grey a:active,
.border-top-color-dark-grey a:hover,
a.border-top-color-dark-grey,
a.border-top-color-dark-grey:focus,
a.border-top-color-dark-grey:active,
a.border-top-color-dark-grey:hover {
  border-top-color: #4F4F4F; }

@media (min-width: 576px) {
  .border-top-color-sm-dark-grey,
  .border-top-color-sm-dark-grey a,
  .border-top-color-sm-dark-grey a:focus,
  .border-top-color-sm-dark-grey a:active,
  .border-top-color-sm-dark-grey a:hover,
  a.border-top-color-sm-dark-grey,
  a.border-top-color-sm-dark-grey:focus,
  a.border-top-color-sm-dark-grey:active,
  a.border-top-color-sm-dark-grey:hover {
    border-top-color: #4F4F4F; } }

@media (min-width: 768px) {
  .border-top-color-md-dark-grey,
  .border-top-color-md-dark-grey a,
  .border-top-color-md-dark-grey a:focus,
  .border-top-color-md-dark-grey a:active,
  .border-top-color-md-dark-grey a:hover,
  a.border-top-color-md-dark-grey,
  a.border-top-color-md-dark-grey:focus,
  a.border-top-color-md-dark-grey:active,
  a.border-top-color-md-dark-grey:hover {
    border-top-color: #4F4F4F; } }

@media (min-width: 992px) {
  .border-top-color-lg-dark-grey,
  .border-top-color-lg-dark-grey a,
  .border-top-color-lg-dark-grey a:focus,
  .border-top-color-lg-dark-grey a:active,
  .border-top-color-lg-dark-grey a:hover,
  a.border-top-color-lg-dark-grey,
  a.border-top-color-lg-dark-grey:focus,
  a.border-top-color-lg-dark-grey:active,
  a.border-top-color-lg-dark-grey:hover {
    border-top-color: #4F4F4F; } }

@media (min-width: 1200px) {
  .border-top-color-xl-dark-grey,
  .border-top-color-xl-dark-grey a,
  .border-top-color-xl-dark-grey a:focus,
  .border-top-color-xl-dark-grey a:active,
  .border-top-color-xl-dark-grey a:hover,
  a.border-top-color-xl-dark-grey,
  a.border-top-color-xl-dark-grey:focus,
  a.border-top-color-xl-dark-grey:active,
  a.border-top-color-xl-dark-grey:hover {
    border-top-color: #4F4F4F; } }

.border-right-color-dark-grey,
.border-right-color-dark-grey a,
.border-right-color-dark-grey a:focus,
.border-right-color-dark-grey a:active,
.border-right-color-dark-grey a:hover,
a.border-right-color-dark-grey,
a.border-right-color-dark-grey:focus,
a.border-right-color-dark-grey:active,
a.border-right-color-dark-grey:hover {
  border-right-color: #4F4F4F; }

@media (min-width: 576px) {
  .border-right-color-sm-dark-grey,
  .border-right-color-sm-dark-grey a,
  .border-right-color-sm-dark-grey a:focus,
  .border-right-color-sm-dark-grey a:active,
  .border-right-color-sm-dark-grey a:hover,
  a.border-right-color-sm-dark-grey,
  a.border-right-color-sm-dark-grey:focus,
  a.border-right-color-sm-dark-grey:active,
  a.border-right-color-sm-dark-grey:hover {
    border-right-color: #4F4F4F; } }

@media (min-width: 768px) {
  .border-right-color-md-dark-grey,
  .border-right-color-md-dark-grey a,
  .border-right-color-md-dark-grey a:focus,
  .border-right-color-md-dark-grey a:active,
  .border-right-color-md-dark-grey a:hover,
  a.border-right-color-md-dark-grey,
  a.border-right-color-md-dark-grey:focus,
  a.border-right-color-md-dark-grey:active,
  a.border-right-color-md-dark-grey:hover {
    border-right-color: #4F4F4F; } }

@media (min-width: 992px) {
  .border-right-color-lg-dark-grey,
  .border-right-color-lg-dark-grey a,
  .border-right-color-lg-dark-grey a:focus,
  .border-right-color-lg-dark-grey a:active,
  .border-right-color-lg-dark-grey a:hover,
  a.border-right-color-lg-dark-grey,
  a.border-right-color-lg-dark-grey:focus,
  a.border-right-color-lg-dark-grey:active,
  a.border-right-color-lg-dark-grey:hover {
    border-right-color: #4F4F4F; } }

@media (min-width: 1200px) {
  .border-right-color-xl-dark-grey,
  .border-right-color-xl-dark-grey a,
  .border-right-color-xl-dark-grey a:focus,
  .border-right-color-xl-dark-grey a:active,
  .border-right-color-xl-dark-grey a:hover,
  a.border-right-color-xl-dark-grey,
  a.border-right-color-xl-dark-grey:focus,
  a.border-right-color-xl-dark-grey:active,
  a.border-right-color-xl-dark-grey:hover {
    border-right-color: #4F4F4F; } }

.border-bottom-color-dark-grey,
.border-bottom-color-dark-grey a,
.border-bottom-color-dark-grey a:focus,
.border-bottom-color-dark-grey a:active,
.border-bottom-color-dark-grey a:hover,
a.border-bottom-color-dark-grey,
a.border-bottom-color-dark-grey:focus,
a.border-bottom-color-dark-grey:active,
a.border-bottom-color-dark-grey:hover {
  border-bottom-color: #4F4F4F; }

@media (min-width: 576px) {
  .border-bottom-color-sm-dark-grey,
  .border-bottom-color-sm-dark-grey a,
  .border-bottom-color-sm-dark-grey a:focus,
  .border-bottom-color-sm-dark-grey a:active,
  .border-bottom-color-sm-dark-grey a:hover,
  a.border-bottom-color-sm-dark-grey,
  a.border-bottom-color-sm-dark-grey:focus,
  a.border-bottom-color-sm-dark-grey:active,
  a.border-bottom-color-sm-dark-grey:hover {
    border-bottom-color: #4F4F4F; } }

@media (min-width: 768px) {
  .border-bottom-color-md-dark-grey,
  .border-bottom-color-md-dark-grey a,
  .border-bottom-color-md-dark-grey a:focus,
  .border-bottom-color-md-dark-grey a:active,
  .border-bottom-color-md-dark-grey a:hover,
  a.border-bottom-color-md-dark-grey,
  a.border-bottom-color-md-dark-grey:focus,
  a.border-bottom-color-md-dark-grey:active,
  a.border-bottom-color-md-dark-grey:hover {
    border-bottom-color: #4F4F4F; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-dark-grey,
  .border-bottom-color-lg-dark-grey a,
  .border-bottom-color-lg-dark-grey a:focus,
  .border-bottom-color-lg-dark-grey a:active,
  .border-bottom-color-lg-dark-grey a:hover,
  a.border-bottom-color-lg-dark-grey,
  a.border-bottom-color-lg-dark-grey:focus,
  a.border-bottom-color-lg-dark-grey:active,
  a.border-bottom-color-lg-dark-grey:hover {
    border-bottom-color: #4F4F4F; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-dark-grey,
  .border-bottom-color-xl-dark-grey a,
  .border-bottom-color-xl-dark-grey a:focus,
  .border-bottom-color-xl-dark-grey a:active,
  .border-bottom-color-xl-dark-grey a:hover,
  a.border-bottom-color-xl-dark-grey,
  a.border-bottom-color-xl-dark-grey:focus,
  a.border-bottom-color-xl-dark-grey:active,
  a.border-bottom-color-xl-dark-grey:hover {
    border-bottom-color: #4F4F4F; } }

.border-left-color-dark-grey,
.border-left-color-dark-grey a,
.border-left-color-dark-grey a:focus,
.border-left-color-dark-grey a:active,
.border-left-color-dark-grey a:hover,
a.border-left-color-dark-grey,
a.border-left-color-dark-grey:focus,
a.border-left-color-dark-grey:active,
a.border-left-color-dark-grey:hover {
  border-left-color: #4F4F4F; }

@media (min-width: 576px) {
  .border-left-color-sm-dark-grey,
  .border-left-color-sm-dark-grey a,
  .border-left-color-sm-dark-grey a:focus,
  .border-left-color-sm-dark-grey a:active,
  .border-left-color-sm-dark-grey a:hover,
  a.border-left-color-sm-dark-grey,
  a.border-left-color-sm-dark-grey:focus,
  a.border-left-color-sm-dark-grey:active,
  a.border-left-color-sm-dark-grey:hover {
    border-left-color: #4F4F4F; } }

@media (min-width: 768px) {
  .border-left-color-md-dark-grey,
  .border-left-color-md-dark-grey a,
  .border-left-color-md-dark-grey a:focus,
  .border-left-color-md-dark-grey a:active,
  .border-left-color-md-dark-grey a:hover,
  a.border-left-color-md-dark-grey,
  a.border-left-color-md-dark-grey:focus,
  a.border-left-color-md-dark-grey:active,
  a.border-left-color-md-dark-grey:hover {
    border-left-color: #4F4F4F; } }

@media (min-width: 992px) {
  .border-left-color-lg-dark-grey,
  .border-left-color-lg-dark-grey a,
  .border-left-color-lg-dark-grey a:focus,
  .border-left-color-lg-dark-grey a:active,
  .border-left-color-lg-dark-grey a:hover,
  a.border-left-color-lg-dark-grey,
  a.border-left-color-lg-dark-grey:focus,
  a.border-left-color-lg-dark-grey:active,
  a.border-left-color-lg-dark-grey:hover {
    border-left-color: #4F4F4F; } }

@media (min-width: 1200px) {
  .border-left-color-xl-dark-grey,
  .border-left-color-xl-dark-grey a,
  .border-left-color-xl-dark-grey a:focus,
  .border-left-color-xl-dark-grey a:active,
  .border-left-color-xl-dark-grey a:hover,
  a.border-left-color-xl-dark-grey,
  a.border-left-color-xl-dark-grey:focus,
  a.border-left-color-xl-dark-grey:active,
  a.border-left-color-xl-dark-grey:hover {
    border-left-color: #4F4F4F; } }

.border-color-grey,
.border-color-grey a,
.border-color-grey a:focus,
.border-color-grey a:active,
.border-color-grey a:hover,
a.border-color-grey,
a.border-color-grey:focus,
a.border-color-grey:active,
a.border-color-grey:hover,
.has-grey-border-color,
a.has-grey-border-color,
a.has-grey-border-color:focus,
a.has-grey-border-color:active,
a.has-grey-border-color:hover {
  border-color: #878A8C; }

@media (min-width: 576px) {
  .border-color-sm-grey,
  .border-color-sm-grey a,
  .border-color-sm-grey a:focus,
  .border-color-sm-grey a:active,
  .border-color-sm-grey a:hover,
  a.border-color-sm-grey,
  a.border-color-sm-grey:focus,
  a.border-color-sm-grey:active,
  a.border-color-sm-grey:hover {
    border-top-color: #878A8C; } }

@media (min-width: 768px) {
  .border-color-md-grey,
  .border-color-md-grey a,
  .border-color-md-grey a:focus,
  .border-color-md-grey a:active,
  .border-color-md-grey a:hover,
  a.border-color-md-grey,
  a.border-color-md-grey:focus,
  a.border-color-md-grey:active,
  a.border-color-md-grey:hover {
    border-top-color: #878A8C; } }

@media (min-width: 992px) {
  .border-color-lg-grey,
  .border-color-lg-grey a,
  .border-color-lg-grey a:focus,
  .border-color-lg-grey a:active,
  .border-color-lg-grey a:hover,
  a.border-color-lg-grey,
  a.border-color-lg-grey:focus,
  a.border-color-lg-grey:active,
  a.border-color-lg-grey:hover {
    border-color: #878A8C; } }

@media (min-width: 1200px) {
  .border-color-xl-grey,
  .border-color-xl-grey a,
  .border-color-xl-grey a:focus,
  .border-color-xl-grey a:active,
  .border-color-xl-grey a:hover,
  a.border-color-xl-grey,
  a.border-color-xl-grey:focus,
  a.border-color-xl-grey:active,
  a.border-color-xl-grey:hover {
    border-color: #878A8C; } }

.border-top-color-grey,
.border-top-color-grey a,
.border-top-color-grey a:focus,
.border-top-color-grey a:active,
.border-top-color-grey a:hover,
a.border-top-color-grey,
a.border-top-color-grey:focus,
a.border-top-color-grey:active,
a.border-top-color-grey:hover {
  border-top-color: #878A8C; }

@media (min-width: 576px) {
  .border-top-color-sm-grey,
  .border-top-color-sm-grey a,
  .border-top-color-sm-grey a:focus,
  .border-top-color-sm-grey a:active,
  .border-top-color-sm-grey a:hover,
  a.border-top-color-sm-grey,
  a.border-top-color-sm-grey:focus,
  a.border-top-color-sm-grey:active,
  a.border-top-color-sm-grey:hover {
    border-top-color: #878A8C; } }

@media (min-width: 768px) {
  .border-top-color-md-grey,
  .border-top-color-md-grey a,
  .border-top-color-md-grey a:focus,
  .border-top-color-md-grey a:active,
  .border-top-color-md-grey a:hover,
  a.border-top-color-md-grey,
  a.border-top-color-md-grey:focus,
  a.border-top-color-md-grey:active,
  a.border-top-color-md-grey:hover {
    border-top-color: #878A8C; } }

@media (min-width: 992px) {
  .border-top-color-lg-grey,
  .border-top-color-lg-grey a,
  .border-top-color-lg-grey a:focus,
  .border-top-color-lg-grey a:active,
  .border-top-color-lg-grey a:hover,
  a.border-top-color-lg-grey,
  a.border-top-color-lg-grey:focus,
  a.border-top-color-lg-grey:active,
  a.border-top-color-lg-grey:hover {
    border-top-color: #878A8C; } }

@media (min-width: 1200px) {
  .border-top-color-xl-grey,
  .border-top-color-xl-grey a,
  .border-top-color-xl-grey a:focus,
  .border-top-color-xl-grey a:active,
  .border-top-color-xl-grey a:hover,
  a.border-top-color-xl-grey,
  a.border-top-color-xl-grey:focus,
  a.border-top-color-xl-grey:active,
  a.border-top-color-xl-grey:hover {
    border-top-color: #878A8C; } }

.border-right-color-grey,
.border-right-color-grey a,
.border-right-color-grey a:focus,
.border-right-color-grey a:active,
.border-right-color-grey a:hover,
a.border-right-color-grey,
a.border-right-color-grey:focus,
a.border-right-color-grey:active,
a.border-right-color-grey:hover {
  border-right-color: #878A8C; }

@media (min-width: 576px) {
  .border-right-color-sm-grey,
  .border-right-color-sm-grey a,
  .border-right-color-sm-grey a:focus,
  .border-right-color-sm-grey a:active,
  .border-right-color-sm-grey a:hover,
  a.border-right-color-sm-grey,
  a.border-right-color-sm-grey:focus,
  a.border-right-color-sm-grey:active,
  a.border-right-color-sm-grey:hover {
    border-right-color: #878A8C; } }

@media (min-width: 768px) {
  .border-right-color-md-grey,
  .border-right-color-md-grey a,
  .border-right-color-md-grey a:focus,
  .border-right-color-md-grey a:active,
  .border-right-color-md-grey a:hover,
  a.border-right-color-md-grey,
  a.border-right-color-md-grey:focus,
  a.border-right-color-md-grey:active,
  a.border-right-color-md-grey:hover {
    border-right-color: #878A8C; } }

@media (min-width: 992px) {
  .border-right-color-lg-grey,
  .border-right-color-lg-grey a,
  .border-right-color-lg-grey a:focus,
  .border-right-color-lg-grey a:active,
  .border-right-color-lg-grey a:hover,
  a.border-right-color-lg-grey,
  a.border-right-color-lg-grey:focus,
  a.border-right-color-lg-grey:active,
  a.border-right-color-lg-grey:hover {
    border-right-color: #878A8C; } }

@media (min-width: 1200px) {
  .border-right-color-xl-grey,
  .border-right-color-xl-grey a,
  .border-right-color-xl-grey a:focus,
  .border-right-color-xl-grey a:active,
  .border-right-color-xl-grey a:hover,
  a.border-right-color-xl-grey,
  a.border-right-color-xl-grey:focus,
  a.border-right-color-xl-grey:active,
  a.border-right-color-xl-grey:hover {
    border-right-color: #878A8C; } }

.border-bottom-color-grey,
.border-bottom-color-grey a,
.border-bottom-color-grey a:focus,
.border-bottom-color-grey a:active,
.border-bottom-color-grey a:hover,
a.border-bottom-color-grey,
a.border-bottom-color-grey:focus,
a.border-bottom-color-grey:active,
a.border-bottom-color-grey:hover {
  border-bottom-color: #878A8C; }

@media (min-width: 576px) {
  .border-bottom-color-sm-grey,
  .border-bottom-color-sm-grey a,
  .border-bottom-color-sm-grey a:focus,
  .border-bottom-color-sm-grey a:active,
  .border-bottom-color-sm-grey a:hover,
  a.border-bottom-color-sm-grey,
  a.border-bottom-color-sm-grey:focus,
  a.border-bottom-color-sm-grey:active,
  a.border-bottom-color-sm-grey:hover {
    border-bottom-color: #878A8C; } }

@media (min-width: 768px) {
  .border-bottom-color-md-grey,
  .border-bottom-color-md-grey a,
  .border-bottom-color-md-grey a:focus,
  .border-bottom-color-md-grey a:active,
  .border-bottom-color-md-grey a:hover,
  a.border-bottom-color-md-grey,
  a.border-bottom-color-md-grey:focus,
  a.border-bottom-color-md-grey:active,
  a.border-bottom-color-md-grey:hover {
    border-bottom-color: #878A8C; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-grey,
  .border-bottom-color-lg-grey a,
  .border-bottom-color-lg-grey a:focus,
  .border-bottom-color-lg-grey a:active,
  .border-bottom-color-lg-grey a:hover,
  a.border-bottom-color-lg-grey,
  a.border-bottom-color-lg-grey:focus,
  a.border-bottom-color-lg-grey:active,
  a.border-bottom-color-lg-grey:hover {
    border-bottom-color: #878A8C; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-grey,
  .border-bottom-color-xl-grey a,
  .border-bottom-color-xl-grey a:focus,
  .border-bottom-color-xl-grey a:active,
  .border-bottom-color-xl-grey a:hover,
  a.border-bottom-color-xl-grey,
  a.border-bottom-color-xl-grey:focus,
  a.border-bottom-color-xl-grey:active,
  a.border-bottom-color-xl-grey:hover {
    border-bottom-color: #878A8C; } }

.border-left-color-grey,
.border-left-color-grey a,
.border-left-color-grey a:focus,
.border-left-color-grey a:active,
.border-left-color-grey a:hover,
a.border-left-color-grey,
a.border-left-color-grey:focus,
a.border-left-color-grey:active,
a.border-left-color-grey:hover {
  border-left-color: #878A8C; }

@media (min-width: 576px) {
  .border-left-color-sm-grey,
  .border-left-color-sm-grey a,
  .border-left-color-sm-grey a:focus,
  .border-left-color-sm-grey a:active,
  .border-left-color-sm-grey a:hover,
  a.border-left-color-sm-grey,
  a.border-left-color-sm-grey:focus,
  a.border-left-color-sm-grey:active,
  a.border-left-color-sm-grey:hover {
    border-left-color: #878A8C; } }

@media (min-width: 768px) {
  .border-left-color-md-grey,
  .border-left-color-md-grey a,
  .border-left-color-md-grey a:focus,
  .border-left-color-md-grey a:active,
  .border-left-color-md-grey a:hover,
  a.border-left-color-md-grey,
  a.border-left-color-md-grey:focus,
  a.border-left-color-md-grey:active,
  a.border-left-color-md-grey:hover {
    border-left-color: #878A8C; } }

@media (min-width: 992px) {
  .border-left-color-lg-grey,
  .border-left-color-lg-grey a,
  .border-left-color-lg-grey a:focus,
  .border-left-color-lg-grey a:active,
  .border-left-color-lg-grey a:hover,
  a.border-left-color-lg-grey,
  a.border-left-color-lg-grey:focus,
  a.border-left-color-lg-grey:active,
  a.border-left-color-lg-grey:hover {
    border-left-color: #878A8C; } }

@media (min-width: 1200px) {
  .border-left-color-xl-grey,
  .border-left-color-xl-grey a,
  .border-left-color-xl-grey a:focus,
  .border-left-color-xl-grey a:active,
  .border-left-color-xl-grey a:hover,
  a.border-left-color-xl-grey,
  a.border-left-color-xl-grey:focus,
  a.border-left-color-xl-grey:active,
  a.border-left-color-xl-grey:hover {
    border-left-color: #878A8C; } }

.border-color-light-grey,
.border-color-light-grey a,
.border-color-light-grey a:focus,
.border-color-light-grey a:active,
.border-color-light-grey a:hover,
a.border-color-light-grey,
a.border-color-light-grey:focus,
a.border-color-light-grey:active,
a.border-color-light-grey:hover,
.has-light-grey-border-color,
a.has-light-grey-border-color,
a.has-light-grey-border-color:focus,
a.has-light-grey-border-color:active,
a.has-light-grey-border-color:hover {
  border-color: #D7D7D7; }

@media (min-width: 576px) {
  .border-color-sm-light-grey,
  .border-color-sm-light-grey a,
  .border-color-sm-light-grey a:focus,
  .border-color-sm-light-grey a:active,
  .border-color-sm-light-grey a:hover,
  a.border-color-sm-light-grey,
  a.border-color-sm-light-grey:focus,
  a.border-color-sm-light-grey:active,
  a.border-color-sm-light-grey:hover {
    border-top-color: #D7D7D7; } }

@media (min-width: 768px) {
  .border-color-md-light-grey,
  .border-color-md-light-grey a,
  .border-color-md-light-grey a:focus,
  .border-color-md-light-grey a:active,
  .border-color-md-light-grey a:hover,
  a.border-color-md-light-grey,
  a.border-color-md-light-grey:focus,
  a.border-color-md-light-grey:active,
  a.border-color-md-light-grey:hover {
    border-top-color: #D7D7D7; } }

@media (min-width: 992px) {
  .border-color-lg-light-grey,
  .border-color-lg-light-grey a,
  .border-color-lg-light-grey a:focus,
  .border-color-lg-light-grey a:active,
  .border-color-lg-light-grey a:hover,
  a.border-color-lg-light-grey,
  a.border-color-lg-light-grey:focus,
  a.border-color-lg-light-grey:active,
  a.border-color-lg-light-grey:hover {
    border-color: #D7D7D7; } }

@media (min-width: 1200px) {
  .border-color-xl-light-grey,
  .border-color-xl-light-grey a,
  .border-color-xl-light-grey a:focus,
  .border-color-xl-light-grey a:active,
  .border-color-xl-light-grey a:hover,
  a.border-color-xl-light-grey,
  a.border-color-xl-light-grey:focus,
  a.border-color-xl-light-grey:active,
  a.border-color-xl-light-grey:hover {
    border-color: #D7D7D7; } }

.border-top-color-light-grey,
.border-top-color-light-grey a,
.border-top-color-light-grey a:focus,
.border-top-color-light-grey a:active,
.border-top-color-light-grey a:hover,
a.border-top-color-light-grey,
a.border-top-color-light-grey:focus,
a.border-top-color-light-grey:active,
a.border-top-color-light-grey:hover {
  border-top-color: #D7D7D7; }

@media (min-width: 576px) {
  .border-top-color-sm-light-grey,
  .border-top-color-sm-light-grey a,
  .border-top-color-sm-light-grey a:focus,
  .border-top-color-sm-light-grey a:active,
  .border-top-color-sm-light-grey a:hover,
  a.border-top-color-sm-light-grey,
  a.border-top-color-sm-light-grey:focus,
  a.border-top-color-sm-light-grey:active,
  a.border-top-color-sm-light-grey:hover {
    border-top-color: #D7D7D7; } }

@media (min-width: 768px) {
  .border-top-color-md-light-grey,
  .border-top-color-md-light-grey a,
  .border-top-color-md-light-grey a:focus,
  .border-top-color-md-light-grey a:active,
  .border-top-color-md-light-grey a:hover,
  a.border-top-color-md-light-grey,
  a.border-top-color-md-light-grey:focus,
  a.border-top-color-md-light-grey:active,
  a.border-top-color-md-light-grey:hover {
    border-top-color: #D7D7D7; } }

@media (min-width: 992px) {
  .border-top-color-lg-light-grey,
  .border-top-color-lg-light-grey a,
  .border-top-color-lg-light-grey a:focus,
  .border-top-color-lg-light-grey a:active,
  .border-top-color-lg-light-grey a:hover,
  a.border-top-color-lg-light-grey,
  a.border-top-color-lg-light-grey:focus,
  a.border-top-color-lg-light-grey:active,
  a.border-top-color-lg-light-grey:hover {
    border-top-color: #D7D7D7; } }

@media (min-width: 1200px) {
  .border-top-color-xl-light-grey,
  .border-top-color-xl-light-grey a,
  .border-top-color-xl-light-grey a:focus,
  .border-top-color-xl-light-grey a:active,
  .border-top-color-xl-light-grey a:hover,
  a.border-top-color-xl-light-grey,
  a.border-top-color-xl-light-grey:focus,
  a.border-top-color-xl-light-grey:active,
  a.border-top-color-xl-light-grey:hover {
    border-top-color: #D7D7D7; } }

.border-right-color-light-grey,
.border-right-color-light-grey a,
.border-right-color-light-grey a:focus,
.border-right-color-light-grey a:active,
.border-right-color-light-grey a:hover,
a.border-right-color-light-grey,
a.border-right-color-light-grey:focus,
a.border-right-color-light-grey:active,
a.border-right-color-light-grey:hover {
  border-right-color: #D7D7D7; }

@media (min-width: 576px) {
  .border-right-color-sm-light-grey,
  .border-right-color-sm-light-grey a,
  .border-right-color-sm-light-grey a:focus,
  .border-right-color-sm-light-grey a:active,
  .border-right-color-sm-light-grey a:hover,
  a.border-right-color-sm-light-grey,
  a.border-right-color-sm-light-grey:focus,
  a.border-right-color-sm-light-grey:active,
  a.border-right-color-sm-light-grey:hover {
    border-right-color: #D7D7D7; } }

@media (min-width: 768px) {
  .border-right-color-md-light-grey,
  .border-right-color-md-light-grey a,
  .border-right-color-md-light-grey a:focus,
  .border-right-color-md-light-grey a:active,
  .border-right-color-md-light-grey a:hover,
  a.border-right-color-md-light-grey,
  a.border-right-color-md-light-grey:focus,
  a.border-right-color-md-light-grey:active,
  a.border-right-color-md-light-grey:hover {
    border-right-color: #D7D7D7; } }

@media (min-width: 992px) {
  .border-right-color-lg-light-grey,
  .border-right-color-lg-light-grey a,
  .border-right-color-lg-light-grey a:focus,
  .border-right-color-lg-light-grey a:active,
  .border-right-color-lg-light-grey a:hover,
  a.border-right-color-lg-light-grey,
  a.border-right-color-lg-light-grey:focus,
  a.border-right-color-lg-light-grey:active,
  a.border-right-color-lg-light-grey:hover {
    border-right-color: #D7D7D7; } }

@media (min-width: 1200px) {
  .border-right-color-xl-light-grey,
  .border-right-color-xl-light-grey a,
  .border-right-color-xl-light-grey a:focus,
  .border-right-color-xl-light-grey a:active,
  .border-right-color-xl-light-grey a:hover,
  a.border-right-color-xl-light-grey,
  a.border-right-color-xl-light-grey:focus,
  a.border-right-color-xl-light-grey:active,
  a.border-right-color-xl-light-grey:hover {
    border-right-color: #D7D7D7; } }

.border-bottom-color-light-grey,
.border-bottom-color-light-grey a,
.border-bottom-color-light-grey a:focus,
.border-bottom-color-light-grey a:active,
.border-bottom-color-light-grey a:hover,
a.border-bottom-color-light-grey,
a.border-bottom-color-light-grey:focus,
a.border-bottom-color-light-grey:active,
a.border-bottom-color-light-grey:hover {
  border-bottom-color: #D7D7D7; }

@media (min-width: 576px) {
  .border-bottom-color-sm-light-grey,
  .border-bottom-color-sm-light-grey a,
  .border-bottom-color-sm-light-grey a:focus,
  .border-bottom-color-sm-light-grey a:active,
  .border-bottom-color-sm-light-grey a:hover,
  a.border-bottom-color-sm-light-grey,
  a.border-bottom-color-sm-light-grey:focus,
  a.border-bottom-color-sm-light-grey:active,
  a.border-bottom-color-sm-light-grey:hover {
    border-bottom-color: #D7D7D7; } }

@media (min-width: 768px) {
  .border-bottom-color-md-light-grey,
  .border-bottom-color-md-light-grey a,
  .border-bottom-color-md-light-grey a:focus,
  .border-bottom-color-md-light-grey a:active,
  .border-bottom-color-md-light-grey a:hover,
  a.border-bottom-color-md-light-grey,
  a.border-bottom-color-md-light-grey:focus,
  a.border-bottom-color-md-light-grey:active,
  a.border-bottom-color-md-light-grey:hover {
    border-bottom-color: #D7D7D7; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-light-grey,
  .border-bottom-color-lg-light-grey a,
  .border-bottom-color-lg-light-grey a:focus,
  .border-bottom-color-lg-light-grey a:active,
  .border-bottom-color-lg-light-grey a:hover,
  a.border-bottom-color-lg-light-grey,
  a.border-bottom-color-lg-light-grey:focus,
  a.border-bottom-color-lg-light-grey:active,
  a.border-bottom-color-lg-light-grey:hover {
    border-bottom-color: #D7D7D7; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-light-grey,
  .border-bottom-color-xl-light-grey a,
  .border-bottom-color-xl-light-grey a:focus,
  .border-bottom-color-xl-light-grey a:active,
  .border-bottom-color-xl-light-grey a:hover,
  a.border-bottom-color-xl-light-grey,
  a.border-bottom-color-xl-light-grey:focus,
  a.border-bottom-color-xl-light-grey:active,
  a.border-bottom-color-xl-light-grey:hover {
    border-bottom-color: #D7D7D7; } }

.border-left-color-light-grey,
.border-left-color-light-grey a,
.border-left-color-light-grey a:focus,
.border-left-color-light-grey a:active,
.border-left-color-light-grey a:hover,
a.border-left-color-light-grey,
a.border-left-color-light-grey:focus,
a.border-left-color-light-grey:active,
a.border-left-color-light-grey:hover {
  border-left-color: #D7D7D7; }

@media (min-width: 576px) {
  .border-left-color-sm-light-grey,
  .border-left-color-sm-light-grey a,
  .border-left-color-sm-light-grey a:focus,
  .border-left-color-sm-light-grey a:active,
  .border-left-color-sm-light-grey a:hover,
  a.border-left-color-sm-light-grey,
  a.border-left-color-sm-light-grey:focus,
  a.border-left-color-sm-light-grey:active,
  a.border-left-color-sm-light-grey:hover {
    border-left-color: #D7D7D7; } }

@media (min-width: 768px) {
  .border-left-color-md-light-grey,
  .border-left-color-md-light-grey a,
  .border-left-color-md-light-grey a:focus,
  .border-left-color-md-light-grey a:active,
  .border-left-color-md-light-grey a:hover,
  a.border-left-color-md-light-grey,
  a.border-left-color-md-light-grey:focus,
  a.border-left-color-md-light-grey:active,
  a.border-left-color-md-light-grey:hover {
    border-left-color: #D7D7D7; } }

@media (min-width: 992px) {
  .border-left-color-lg-light-grey,
  .border-left-color-lg-light-grey a,
  .border-left-color-lg-light-grey a:focus,
  .border-left-color-lg-light-grey a:active,
  .border-left-color-lg-light-grey a:hover,
  a.border-left-color-lg-light-grey,
  a.border-left-color-lg-light-grey:focus,
  a.border-left-color-lg-light-grey:active,
  a.border-left-color-lg-light-grey:hover {
    border-left-color: #D7D7D7; } }

@media (min-width: 1200px) {
  .border-left-color-xl-light-grey,
  .border-left-color-xl-light-grey a,
  .border-left-color-xl-light-grey a:focus,
  .border-left-color-xl-light-grey a:active,
  .border-left-color-xl-light-grey a:hover,
  a.border-left-color-xl-light-grey,
  a.border-left-color-xl-light-grey:focus,
  a.border-left-color-xl-light-grey:active,
  a.border-left-color-xl-light-grey:hover {
    border-left-color: #D7D7D7; } }

.border-color-very-light-grey,
.border-color-very-light-grey a,
.border-color-very-light-grey a:focus,
.border-color-very-light-grey a:active,
.border-color-very-light-grey a:hover,
a.border-color-very-light-grey,
a.border-color-very-light-grey:focus,
a.border-color-very-light-grey:active,
a.border-color-very-light-grey:hover,
.has-very-light-grey-border-color,
a.has-very-light-grey-border-color,
a.has-very-light-grey-border-color:focus,
a.has-very-light-grey-border-color:active,
a.has-very-light-grey-border-color:hover {
  border-color: #F0F0F0; }

@media (min-width: 576px) {
  .border-color-sm-very-light-grey,
  .border-color-sm-very-light-grey a,
  .border-color-sm-very-light-grey a:focus,
  .border-color-sm-very-light-grey a:active,
  .border-color-sm-very-light-grey a:hover,
  a.border-color-sm-very-light-grey,
  a.border-color-sm-very-light-grey:focus,
  a.border-color-sm-very-light-grey:active,
  a.border-color-sm-very-light-grey:hover {
    border-top-color: #F0F0F0; } }

@media (min-width: 768px) {
  .border-color-md-very-light-grey,
  .border-color-md-very-light-grey a,
  .border-color-md-very-light-grey a:focus,
  .border-color-md-very-light-grey a:active,
  .border-color-md-very-light-grey a:hover,
  a.border-color-md-very-light-grey,
  a.border-color-md-very-light-grey:focus,
  a.border-color-md-very-light-grey:active,
  a.border-color-md-very-light-grey:hover {
    border-top-color: #F0F0F0; } }

@media (min-width: 992px) {
  .border-color-lg-very-light-grey,
  .border-color-lg-very-light-grey a,
  .border-color-lg-very-light-grey a:focus,
  .border-color-lg-very-light-grey a:active,
  .border-color-lg-very-light-grey a:hover,
  a.border-color-lg-very-light-grey,
  a.border-color-lg-very-light-grey:focus,
  a.border-color-lg-very-light-grey:active,
  a.border-color-lg-very-light-grey:hover {
    border-color: #F0F0F0; } }

@media (min-width: 1200px) {
  .border-color-xl-very-light-grey,
  .border-color-xl-very-light-grey a,
  .border-color-xl-very-light-grey a:focus,
  .border-color-xl-very-light-grey a:active,
  .border-color-xl-very-light-grey a:hover,
  a.border-color-xl-very-light-grey,
  a.border-color-xl-very-light-grey:focus,
  a.border-color-xl-very-light-grey:active,
  a.border-color-xl-very-light-grey:hover {
    border-color: #F0F0F0; } }

.border-top-color-very-light-grey,
.border-top-color-very-light-grey a,
.border-top-color-very-light-grey a:focus,
.border-top-color-very-light-grey a:active,
.border-top-color-very-light-grey a:hover,
a.border-top-color-very-light-grey,
a.border-top-color-very-light-grey:focus,
a.border-top-color-very-light-grey:active,
a.border-top-color-very-light-grey:hover {
  border-top-color: #F0F0F0; }

@media (min-width: 576px) {
  .border-top-color-sm-very-light-grey,
  .border-top-color-sm-very-light-grey a,
  .border-top-color-sm-very-light-grey a:focus,
  .border-top-color-sm-very-light-grey a:active,
  .border-top-color-sm-very-light-grey a:hover,
  a.border-top-color-sm-very-light-grey,
  a.border-top-color-sm-very-light-grey:focus,
  a.border-top-color-sm-very-light-grey:active,
  a.border-top-color-sm-very-light-grey:hover {
    border-top-color: #F0F0F0; } }

@media (min-width: 768px) {
  .border-top-color-md-very-light-grey,
  .border-top-color-md-very-light-grey a,
  .border-top-color-md-very-light-grey a:focus,
  .border-top-color-md-very-light-grey a:active,
  .border-top-color-md-very-light-grey a:hover,
  a.border-top-color-md-very-light-grey,
  a.border-top-color-md-very-light-grey:focus,
  a.border-top-color-md-very-light-grey:active,
  a.border-top-color-md-very-light-grey:hover {
    border-top-color: #F0F0F0; } }

@media (min-width: 992px) {
  .border-top-color-lg-very-light-grey,
  .border-top-color-lg-very-light-grey a,
  .border-top-color-lg-very-light-grey a:focus,
  .border-top-color-lg-very-light-grey a:active,
  .border-top-color-lg-very-light-grey a:hover,
  a.border-top-color-lg-very-light-grey,
  a.border-top-color-lg-very-light-grey:focus,
  a.border-top-color-lg-very-light-grey:active,
  a.border-top-color-lg-very-light-grey:hover {
    border-top-color: #F0F0F0; } }

@media (min-width: 1200px) {
  .border-top-color-xl-very-light-grey,
  .border-top-color-xl-very-light-grey a,
  .border-top-color-xl-very-light-grey a:focus,
  .border-top-color-xl-very-light-grey a:active,
  .border-top-color-xl-very-light-grey a:hover,
  a.border-top-color-xl-very-light-grey,
  a.border-top-color-xl-very-light-grey:focus,
  a.border-top-color-xl-very-light-grey:active,
  a.border-top-color-xl-very-light-grey:hover {
    border-top-color: #F0F0F0; } }

.border-right-color-very-light-grey,
.border-right-color-very-light-grey a,
.border-right-color-very-light-grey a:focus,
.border-right-color-very-light-grey a:active,
.border-right-color-very-light-grey a:hover,
a.border-right-color-very-light-grey,
a.border-right-color-very-light-grey:focus,
a.border-right-color-very-light-grey:active,
a.border-right-color-very-light-grey:hover {
  border-right-color: #F0F0F0; }

@media (min-width: 576px) {
  .border-right-color-sm-very-light-grey,
  .border-right-color-sm-very-light-grey a,
  .border-right-color-sm-very-light-grey a:focus,
  .border-right-color-sm-very-light-grey a:active,
  .border-right-color-sm-very-light-grey a:hover,
  a.border-right-color-sm-very-light-grey,
  a.border-right-color-sm-very-light-grey:focus,
  a.border-right-color-sm-very-light-grey:active,
  a.border-right-color-sm-very-light-grey:hover {
    border-right-color: #F0F0F0; } }

@media (min-width: 768px) {
  .border-right-color-md-very-light-grey,
  .border-right-color-md-very-light-grey a,
  .border-right-color-md-very-light-grey a:focus,
  .border-right-color-md-very-light-grey a:active,
  .border-right-color-md-very-light-grey a:hover,
  a.border-right-color-md-very-light-grey,
  a.border-right-color-md-very-light-grey:focus,
  a.border-right-color-md-very-light-grey:active,
  a.border-right-color-md-very-light-grey:hover {
    border-right-color: #F0F0F0; } }

@media (min-width: 992px) {
  .border-right-color-lg-very-light-grey,
  .border-right-color-lg-very-light-grey a,
  .border-right-color-lg-very-light-grey a:focus,
  .border-right-color-lg-very-light-grey a:active,
  .border-right-color-lg-very-light-grey a:hover,
  a.border-right-color-lg-very-light-grey,
  a.border-right-color-lg-very-light-grey:focus,
  a.border-right-color-lg-very-light-grey:active,
  a.border-right-color-lg-very-light-grey:hover {
    border-right-color: #F0F0F0; } }

@media (min-width: 1200px) {
  .border-right-color-xl-very-light-grey,
  .border-right-color-xl-very-light-grey a,
  .border-right-color-xl-very-light-grey a:focus,
  .border-right-color-xl-very-light-grey a:active,
  .border-right-color-xl-very-light-grey a:hover,
  a.border-right-color-xl-very-light-grey,
  a.border-right-color-xl-very-light-grey:focus,
  a.border-right-color-xl-very-light-grey:active,
  a.border-right-color-xl-very-light-grey:hover {
    border-right-color: #F0F0F0; } }

.border-bottom-color-very-light-grey,
.border-bottom-color-very-light-grey a,
.border-bottom-color-very-light-grey a:focus,
.border-bottom-color-very-light-grey a:active,
.border-bottom-color-very-light-grey a:hover,
a.border-bottom-color-very-light-grey,
a.border-bottom-color-very-light-grey:focus,
a.border-bottom-color-very-light-grey:active,
a.border-bottom-color-very-light-grey:hover {
  border-bottom-color: #F0F0F0; }

@media (min-width: 576px) {
  .border-bottom-color-sm-very-light-grey,
  .border-bottom-color-sm-very-light-grey a,
  .border-bottom-color-sm-very-light-grey a:focus,
  .border-bottom-color-sm-very-light-grey a:active,
  .border-bottom-color-sm-very-light-grey a:hover,
  a.border-bottom-color-sm-very-light-grey,
  a.border-bottom-color-sm-very-light-grey:focus,
  a.border-bottom-color-sm-very-light-grey:active,
  a.border-bottom-color-sm-very-light-grey:hover {
    border-bottom-color: #F0F0F0; } }

@media (min-width: 768px) {
  .border-bottom-color-md-very-light-grey,
  .border-bottom-color-md-very-light-grey a,
  .border-bottom-color-md-very-light-grey a:focus,
  .border-bottom-color-md-very-light-grey a:active,
  .border-bottom-color-md-very-light-grey a:hover,
  a.border-bottom-color-md-very-light-grey,
  a.border-bottom-color-md-very-light-grey:focus,
  a.border-bottom-color-md-very-light-grey:active,
  a.border-bottom-color-md-very-light-grey:hover {
    border-bottom-color: #F0F0F0; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-very-light-grey,
  .border-bottom-color-lg-very-light-grey a,
  .border-bottom-color-lg-very-light-grey a:focus,
  .border-bottom-color-lg-very-light-grey a:active,
  .border-bottom-color-lg-very-light-grey a:hover,
  a.border-bottom-color-lg-very-light-grey,
  a.border-bottom-color-lg-very-light-grey:focus,
  a.border-bottom-color-lg-very-light-grey:active,
  a.border-bottom-color-lg-very-light-grey:hover {
    border-bottom-color: #F0F0F0; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-very-light-grey,
  .border-bottom-color-xl-very-light-grey a,
  .border-bottom-color-xl-very-light-grey a:focus,
  .border-bottom-color-xl-very-light-grey a:active,
  .border-bottom-color-xl-very-light-grey a:hover,
  a.border-bottom-color-xl-very-light-grey,
  a.border-bottom-color-xl-very-light-grey:focus,
  a.border-bottom-color-xl-very-light-grey:active,
  a.border-bottom-color-xl-very-light-grey:hover {
    border-bottom-color: #F0F0F0; } }

.border-left-color-very-light-grey,
.border-left-color-very-light-grey a,
.border-left-color-very-light-grey a:focus,
.border-left-color-very-light-grey a:active,
.border-left-color-very-light-grey a:hover,
a.border-left-color-very-light-grey,
a.border-left-color-very-light-grey:focus,
a.border-left-color-very-light-grey:active,
a.border-left-color-very-light-grey:hover {
  border-left-color: #F0F0F0; }

@media (min-width: 576px) {
  .border-left-color-sm-very-light-grey,
  .border-left-color-sm-very-light-grey a,
  .border-left-color-sm-very-light-grey a:focus,
  .border-left-color-sm-very-light-grey a:active,
  .border-left-color-sm-very-light-grey a:hover,
  a.border-left-color-sm-very-light-grey,
  a.border-left-color-sm-very-light-grey:focus,
  a.border-left-color-sm-very-light-grey:active,
  a.border-left-color-sm-very-light-grey:hover {
    border-left-color: #F0F0F0; } }

@media (min-width: 768px) {
  .border-left-color-md-very-light-grey,
  .border-left-color-md-very-light-grey a,
  .border-left-color-md-very-light-grey a:focus,
  .border-left-color-md-very-light-grey a:active,
  .border-left-color-md-very-light-grey a:hover,
  a.border-left-color-md-very-light-grey,
  a.border-left-color-md-very-light-grey:focus,
  a.border-left-color-md-very-light-grey:active,
  a.border-left-color-md-very-light-grey:hover {
    border-left-color: #F0F0F0; } }

@media (min-width: 992px) {
  .border-left-color-lg-very-light-grey,
  .border-left-color-lg-very-light-grey a,
  .border-left-color-lg-very-light-grey a:focus,
  .border-left-color-lg-very-light-grey a:active,
  .border-left-color-lg-very-light-grey a:hover,
  a.border-left-color-lg-very-light-grey,
  a.border-left-color-lg-very-light-grey:focus,
  a.border-left-color-lg-very-light-grey:active,
  a.border-left-color-lg-very-light-grey:hover {
    border-left-color: #F0F0F0; } }

@media (min-width: 1200px) {
  .border-left-color-xl-very-light-grey,
  .border-left-color-xl-very-light-grey a,
  .border-left-color-xl-very-light-grey a:focus,
  .border-left-color-xl-very-light-grey a:active,
  .border-left-color-xl-very-light-grey a:hover,
  a.border-left-color-xl-very-light-grey,
  a.border-left-color-xl-very-light-grey:focus,
  a.border-left-color-xl-very-light-grey:active,
  a.border-left-color-xl-very-light-grey:hover {
    border-left-color: #F0F0F0; } }

.border-color-very-dark-red,
.border-color-very-dark-red a,
.border-color-very-dark-red a:focus,
.border-color-very-dark-red a:active,
.border-color-very-dark-red a:hover,
a.border-color-very-dark-red,
a.border-color-very-dark-red:focus,
a.border-color-very-dark-red:active,
a.border-color-very-dark-red:hover,
.has-very-dark-red-border-color,
a.has-very-dark-red-border-color,
a.has-very-dark-red-border-color:focus,
a.has-very-dark-red-border-color:active,
a.has-very-dark-red-border-color:hover {
  border-color: #C60000; }

@media (min-width: 576px) {
  .border-color-sm-very-dark-red,
  .border-color-sm-very-dark-red a,
  .border-color-sm-very-dark-red a:focus,
  .border-color-sm-very-dark-red a:active,
  .border-color-sm-very-dark-red a:hover,
  a.border-color-sm-very-dark-red,
  a.border-color-sm-very-dark-red:focus,
  a.border-color-sm-very-dark-red:active,
  a.border-color-sm-very-dark-red:hover {
    border-top-color: #C60000; } }

@media (min-width: 768px) {
  .border-color-md-very-dark-red,
  .border-color-md-very-dark-red a,
  .border-color-md-very-dark-red a:focus,
  .border-color-md-very-dark-red a:active,
  .border-color-md-very-dark-red a:hover,
  a.border-color-md-very-dark-red,
  a.border-color-md-very-dark-red:focus,
  a.border-color-md-very-dark-red:active,
  a.border-color-md-very-dark-red:hover {
    border-top-color: #C60000; } }

@media (min-width: 992px) {
  .border-color-lg-very-dark-red,
  .border-color-lg-very-dark-red a,
  .border-color-lg-very-dark-red a:focus,
  .border-color-lg-very-dark-red a:active,
  .border-color-lg-very-dark-red a:hover,
  a.border-color-lg-very-dark-red,
  a.border-color-lg-very-dark-red:focus,
  a.border-color-lg-very-dark-red:active,
  a.border-color-lg-very-dark-red:hover {
    border-color: #C60000; } }

@media (min-width: 1200px) {
  .border-color-xl-very-dark-red,
  .border-color-xl-very-dark-red a,
  .border-color-xl-very-dark-red a:focus,
  .border-color-xl-very-dark-red a:active,
  .border-color-xl-very-dark-red a:hover,
  a.border-color-xl-very-dark-red,
  a.border-color-xl-very-dark-red:focus,
  a.border-color-xl-very-dark-red:active,
  a.border-color-xl-very-dark-red:hover {
    border-color: #C60000; } }

.border-top-color-very-dark-red,
.border-top-color-very-dark-red a,
.border-top-color-very-dark-red a:focus,
.border-top-color-very-dark-red a:active,
.border-top-color-very-dark-red a:hover,
a.border-top-color-very-dark-red,
a.border-top-color-very-dark-red:focus,
a.border-top-color-very-dark-red:active,
a.border-top-color-very-dark-red:hover {
  border-top-color: #C60000; }

@media (min-width: 576px) {
  .border-top-color-sm-very-dark-red,
  .border-top-color-sm-very-dark-red a,
  .border-top-color-sm-very-dark-red a:focus,
  .border-top-color-sm-very-dark-red a:active,
  .border-top-color-sm-very-dark-red a:hover,
  a.border-top-color-sm-very-dark-red,
  a.border-top-color-sm-very-dark-red:focus,
  a.border-top-color-sm-very-dark-red:active,
  a.border-top-color-sm-very-dark-red:hover {
    border-top-color: #C60000; } }

@media (min-width: 768px) {
  .border-top-color-md-very-dark-red,
  .border-top-color-md-very-dark-red a,
  .border-top-color-md-very-dark-red a:focus,
  .border-top-color-md-very-dark-red a:active,
  .border-top-color-md-very-dark-red a:hover,
  a.border-top-color-md-very-dark-red,
  a.border-top-color-md-very-dark-red:focus,
  a.border-top-color-md-very-dark-red:active,
  a.border-top-color-md-very-dark-red:hover {
    border-top-color: #C60000; } }

@media (min-width: 992px) {
  .border-top-color-lg-very-dark-red,
  .border-top-color-lg-very-dark-red a,
  .border-top-color-lg-very-dark-red a:focus,
  .border-top-color-lg-very-dark-red a:active,
  .border-top-color-lg-very-dark-red a:hover,
  a.border-top-color-lg-very-dark-red,
  a.border-top-color-lg-very-dark-red:focus,
  a.border-top-color-lg-very-dark-red:active,
  a.border-top-color-lg-very-dark-red:hover {
    border-top-color: #C60000; } }

@media (min-width: 1200px) {
  .border-top-color-xl-very-dark-red,
  .border-top-color-xl-very-dark-red a,
  .border-top-color-xl-very-dark-red a:focus,
  .border-top-color-xl-very-dark-red a:active,
  .border-top-color-xl-very-dark-red a:hover,
  a.border-top-color-xl-very-dark-red,
  a.border-top-color-xl-very-dark-red:focus,
  a.border-top-color-xl-very-dark-red:active,
  a.border-top-color-xl-very-dark-red:hover {
    border-top-color: #C60000; } }

.border-right-color-very-dark-red,
.border-right-color-very-dark-red a,
.border-right-color-very-dark-red a:focus,
.border-right-color-very-dark-red a:active,
.border-right-color-very-dark-red a:hover,
a.border-right-color-very-dark-red,
a.border-right-color-very-dark-red:focus,
a.border-right-color-very-dark-red:active,
a.border-right-color-very-dark-red:hover {
  border-right-color: #C60000; }

@media (min-width: 576px) {
  .border-right-color-sm-very-dark-red,
  .border-right-color-sm-very-dark-red a,
  .border-right-color-sm-very-dark-red a:focus,
  .border-right-color-sm-very-dark-red a:active,
  .border-right-color-sm-very-dark-red a:hover,
  a.border-right-color-sm-very-dark-red,
  a.border-right-color-sm-very-dark-red:focus,
  a.border-right-color-sm-very-dark-red:active,
  a.border-right-color-sm-very-dark-red:hover {
    border-right-color: #C60000; } }

@media (min-width: 768px) {
  .border-right-color-md-very-dark-red,
  .border-right-color-md-very-dark-red a,
  .border-right-color-md-very-dark-red a:focus,
  .border-right-color-md-very-dark-red a:active,
  .border-right-color-md-very-dark-red a:hover,
  a.border-right-color-md-very-dark-red,
  a.border-right-color-md-very-dark-red:focus,
  a.border-right-color-md-very-dark-red:active,
  a.border-right-color-md-very-dark-red:hover {
    border-right-color: #C60000; } }

@media (min-width: 992px) {
  .border-right-color-lg-very-dark-red,
  .border-right-color-lg-very-dark-red a,
  .border-right-color-lg-very-dark-red a:focus,
  .border-right-color-lg-very-dark-red a:active,
  .border-right-color-lg-very-dark-red a:hover,
  a.border-right-color-lg-very-dark-red,
  a.border-right-color-lg-very-dark-red:focus,
  a.border-right-color-lg-very-dark-red:active,
  a.border-right-color-lg-very-dark-red:hover {
    border-right-color: #C60000; } }

@media (min-width: 1200px) {
  .border-right-color-xl-very-dark-red,
  .border-right-color-xl-very-dark-red a,
  .border-right-color-xl-very-dark-red a:focus,
  .border-right-color-xl-very-dark-red a:active,
  .border-right-color-xl-very-dark-red a:hover,
  a.border-right-color-xl-very-dark-red,
  a.border-right-color-xl-very-dark-red:focus,
  a.border-right-color-xl-very-dark-red:active,
  a.border-right-color-xl-very-dark-red:hover {
    border-right-color: #C60000; } }

.border-bottom-color-very-dark-red,
.border-bottom-color-very-dark-red a,
.border-bottom-color-very-dark-red a:focus,
.border-bottom-color-very-dark-red a:active,
.border-bottom-color-very-dark-red a:hover,
a.border-bottom-color-very-dark-red,
a.border-bottom-color-very-dark-red:focus,
a.border-bottom-color-very-dark-red:active,
a.border-bottom-color-very-dark-red:hover {
  border-bottom-color: #C60000; }

@media (min-width: 576px) {
  .border-bottom-color-sm-very-dark-red,
  .border-bottom-color-sm-very-dark-red a,
  .border-bottom-color-sm-very-dark-red a:focus,
  .border-bottom-color-sm-very-dark-red a:active,
  .border-bottom-color-sm-very-dark-red a:hover,
  a.border-bottom-color-sm-very-dark-red,
  a.border-bottom-color-sm-very-dark-red:focus,
  a.border-bottom-color-sm-very-dark-red:active,
  a.border-bottom-color-sm-very-dark-red:hover {
    border-bottom-color: #C60000; } }

@media (min-width: 768px) {
  .border-bottom-color-md-very-dark-red,
  .border-bottom-color-md-very-dark-red a,
  .border-bottom-color-md-very-dark-red a:focus,
  .border-bottom-color-md-very-dark-red a:active,
  .border-bottom-color-md-very-dark-red a:hover,
  a.border-bottom-color-md-very-dark-red,
  a.border-bottom-color-md-very-dark-red:focus,
  a.border-bottom-color-md-very-dark-red:active,
  a.border-bottom-color-md-very-dark-red:hover {
    border-bottom-color: #C60000; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-very-dark-red,
  .border-bottom-color-lg-very-dark-red a,
  .border-bottom-color-lg-very-dark-red a:focus,
  .border-bottom-color-lg-very-dark-red a:active,
  .border-bottom-color-lg-very-dark-red a:hover,
  a.border-bottom-color-lg-very-dark-red,
  a.border-bottom-color-lg-very-dark-red:focus,
  a.border-bottom-color-lg-very-dark-red:active,
  a.border-bottom-color-lg-very-dark-red:hover {
    border-bottom-color: #C60000; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-very-dark-red,
  .border-bottom-color-xl-very-dark-red a,
  .border-bottom-color-xl-very-dark-red a:focus,
  .border-bottom-color-xl-very-dark-red a:active,
  .border-bottom-color-xl-very-dark-red a:hover,
  a.border-bottom-color-xl-very-dark-red,
  a.border-bottom-color-xl-very-dark-red:focus,
  a.border-bottom-color-xl-very-dark-red:active,
  a.border-bottom-color-xl-very-dark-red:hover {
    border-bottom-color: #C60000; } }

.border-left-color-very-dark-red,
.border-left-color-very-dark-red a,
.border-left-color-very-dark-red a:focus,
.border-left-color-very-dark-red a:active,
.border-left-color-very-dark-red a:hover,
a.border-left-color-very-dark-red,
a.border-left-color-very-dark-red:focus,
a.border-left-color-very-dark-red:active,
a.border-left-color-very-dark-red:hover {
  border-left-color: #C60000; }

@media (min-width: 576px) {
  .border-left-color-sm-very-dark-red,
  .border-left-color-sm-very-dark-red a,
  .border-left-color-sm-very-dark-red a:focus,
  .border-left-color-sm-very-dark-red a:active,
  .border-left-color-sm-very-dark-red a:hover,
  a.border-left-color-sm-very-dark-red,
  a.border-left-color-sm-very-dark-red:focus,
  a.border-left-color-sm-very-dark-red:active,
  a.border-left-color-sm-very-dark-red:hover {
    border-left-color: #C60000; } }

@media (min-width: 768px) {
  .border-left-color-md-very-dark-red,
  .border-left-color-md-very-dark-red a,
  .border-left-color-md-very-dark-red a:focus,
  .border-left-color-md-very-dark-red a:active,
  .border-left-color-md-very-dark-red a:hover,
  a.border-left-color-md-very-dark-red,
  a.border-left-color-md-very-dark-red:focus,
  a.border-left-color-md-very-dark-red:active,
  a.border-left-color-md-very-dark-red:hover {
    border-left-color: #C60000; } }

@media (min-width: 992px) {
  .border-left-color-lg-very-dark-red,
  .border-left-color-lg-very-dark-red a,
  .border-left-color-lg-very-dark-red a:focus,
  .border-left-color-lg-very-dark-red a:active,
  .border-left-color-lg-very-dark-red a:hover,
  a.border-left-color-lg-very-dark-red,
  a.border-left-color-lg-very-dark-red:focus,
  a.border-left-color-lg-very-dark-red:active,
  a.border-left-color-lg-very-dark-red:hover {
    border-left-color: #C60000; } }

@media (min-width: 1200px) {
  .border-left-color-xl-very-dark-red,
  .border-left-color-xl-very-dark-red a,
  .border-left-color-xl-very-dark-red a:focus,
  .border-left-color-xl-very-dark-red a:active,
  .border-left-color-xl-very-dark-red a:hover,
  a.border-left-color-xl-very-dark-red,
  a.border-left-color-xl-very-dark-red:focus,
  a.border-left-color-xl-very-dark-red:active,
  a.border-left-color-xl-very-dark-red:hover {
    border-left-color: #C60000; } }

.border-color-dark-red,
.border-color-dark-red a,
.border-color-dark-red a:focus,
.border-color-dark-red a:active,
.border-color-dark-red a:hover,
a.border-color-dark-red,
a.border-color-dark-red:focus,
a.border-color-dark-red:active,
a.border-color-dark-red:hover,
.has-dark-red-border-color,
a.has-dark-red-border-color,
a.has-dark-red-border-color:focus,
a.has-dark-red-border-color:active,
a.has-dark-red-border-color:hover {
  border-color: #DD0000; }

@media (min-width: 576px) {
  .border-color-sm-dark-red,
  .border-color-sm-dark-red a,
  .border-color-sm-dark-red a:focus,
  .border-color-sm-dark-red a:active,
  .border-color-sm-dark-red a:hover,
  a.border-color-sm-dark-red,
  a.border-color-sm-dark-red:focus,
  a.border-color-sm-dark-red:active,
  a.border-color-sm-dark-red:hover {
    border-top-color: #DD0000; } }

@media (min-width: 768px) {
  .border-color-md-dark-red,
  .border-color-md-dark-red a,
  .border-color-md-dark-red a:focus,
  .border-color-md-dark-red a:active,
  .border-color-md-dark-red a:hover,
  a.border-color-md-dark-red,
  a.border-color-md-dark-red:focus,
  a.border-color-md-dark-red:active,
  a.border-color-md-dark-red:hover {
    border-top-color: #DD0000; } }

@media (min-width: 992px) {
  .border-color-lg-dark-red,
  .border-color-lg-dark-red a,
  .border-color-lg-dark-red a:focus,
  .border-color-lg-dark-red a:active,
  .border-color-lg-dark-red a:hover,
  a.border-color-lg-dark-red,
  a.border-color-lg-dark-red:focus,
  a.border-color-lg-dark-red:active,
  a.border-color-lg-dark-red:hover {
    border-color: #DD0000; } }

@media (min-width: 1200px) {
  .border-color-xl-dark-red,
  .border-color-xl-dark-red a,
  .border-color-xl-dark-red a:focus,
  .border-color-xl-dark-red a:active,
  .border-color-xl-dark-red a:hover,
  a.border-color-xl-dark-red,
  a.border-color-xl-dark-red:focus,
  a.border-color-xl-dark-red:active,
  a.border-color-xl-dark-red:hover {
    border-color: #DD0000; } }

.border-top-color-dark-red,
.border-top-color-dark-red a,
.border-top-color-dark-red a:focus,
.border-top-color-dark-red a:active,
.border-top-color-dark-red a:hover,
a.border-top-color-dark-red,
a.border-top-color-dark-red:focus,
a.border-top-color-dark-red:active,
a.border-top-color-dark-red:hover {
  border-top-color: #DD0000; }

@media (min-width: 576px) {
  .border-top-color-sm-dark-red,
  .border-top-color-sm-dark-red a,
  .border-top-color-sm-dark-red a:focus,
  .border-top-color-sm-dark-red a:active,
  .border-top-color-sm-dark-red a:hover,
  a.border-top-color-sm-dark-red,
  a.border-top-color-sm-dark-red:focus,
  a.border-top-color-sm-dark-red:active,
  a.border-top-color-sm-dark-red:hover {
    border-top-color: #DD0000; } }

@media (min-width: 768px) {
  .border-top-color-md-dark-red,
  .border-top-color-md-dark-red a,
  .border-top-color-md-dark-red a:focus,
  .border-top-color-md-dark-red a:active,
  .border-top-color-md-dark-red a:hover,
  a.border-top-color-md-dark-red,
  a.border-top-color-md-dark-red:focus,
  a.border-top-color-md-dark-red:active,
  a.border-top-color-md-dark-red:hover {
    border-top-color: #DD0000; } }

@media (min-width: 992px) {
  .border-top-color-lg-dark-red,
  .border-top-color-lg-dark-red a,
  .border-top-color-lg-dark-red a:focus,
  .border-top-color-lg-dark-red a:active,
  .border-top-color-lg-dark-red a:hover,
  a.border-top-color-lg-dark-red,
  a.border-top-color-lg-dark-red:focus,
  a.border-top-color-lg-dark-red:active,
  a.border-top-color-lg-dark-red:hover {
    border-top-color: #DD0000; } }

@media (min-width: 1200px) {
  .border-top-color-xl-dark-red,
  .border-top-color-xl-dark-red a,
  .border-top-color-xl-dark-red a:focus,
  .border-top-color-xl-dark-red a:active,
  .border-top-color-xl-dark-red a:hover,
  a.border-top-color-xl-dark-red,
  a.border-top-color-xl-dark-red:focus,
  a.border-top-color-xl-dark-red:active,
  a.border-top-color-xl-dark-red:hover {
    border-top-color: #DD0000; } }

.border-right-color-dark-red,
.border-right-color-dark-red a,
.border-right-color-dark-red a:focus,
.border-right-color-dark-red a:active,
.border-right-color-dark-red a:hover,
a.border-right-color-dark-red,
a.border-right-color-dark-red:focus,
a.border-right-color-dark-red:active,
a.border-right-color-dark-red:hover {
  border-right-color: #DD0000; }

@media (min-width: 576px) {
  .border-right-color-sm-dark-red,
  .border-right-color-sm-dark-red a,
  .border-right-color-sm-dark-red a:focus,
  .border-right-color-sm-dark-red a:active,
  .border-right-color-sm-dark-red a:hover,
  a.border-right-color-sm-dark-red,
  a.border-right-color-sm-dark-red:focus,
  a.border-right-color-sm-dark-red:active,
  a.border-right-color-sm-dark-red:hover {
    border-right-color: #DD0000; } }

@media (min-width: 768px) {
  .border-right-color-md-dark-red,
  .border-right-color-md-dark-red a,
  .border-right-color-md-dark-red a:focus,
  .border-right-color-md-dark-red a:active,
  .border-right-color-md-dark-red a:hover,
  a.border-right-color-md-dark-red,
  a.border-right-color-md-dark-red:focus,
  a.border-right-color-md-dark-red:active,
  a.border-right-color-md-dark-red:hover {
    border-right-color: #DD0000; } }

@media (min-width: 992px) {
  .border-right-color-lg-dark-red,
  .border-right-color-lg-dark-red a,
  .border-right-color-lg-dark-red a:focus,
  .border-right-color-lg-dark-red a:active,
  .border-right-color-lg-dark-red a:hover,
  a.border-right-color-lg-dark-red,
  a.border-right-color-lg-dark-red:focus,
  a.border-right-color-lg-dark-red:active,
  a.border-right-color-lg-dark-red:hover {
    border-right-color: #DD0000; } }

@media (min-width: 1200px) {
  .border-right-color-xl-dark-red,
  .border-right-color-xl-dark-red a,
  .border-right-color-xl-dark-red a:focus,
  .border-right-color-xl-dark-red a:active,
  .border-right-color-xl-dark-red a:hover,
  a.border-right-color-xl-dark-red,
  a.border-right-color-xl-dark-red:focus,
  a.border-right-color-xl-dark-red:active,
  a.border-right-color-xl-dark-red:hover {
    border-right-color: #DD0000; } }

.border-bottom-color-dark-red,
.border-bottom-color-dark-red a,
.border-bottom-color-dark-red a:focus,
.border-bottom-color-dark-red a:active,
.border-bottom-color-dark-red a:hover,
a.border-bottom-color-dark-red,
a.border-bottom-color-dark-red:focus,
a.border-bottom-color-dark-red:active,
a.border-bottom-color-dark-red:hover {
  border-bottom-color: #DD0000; }

@media (min-width: 576px) {
  .border-bottom-color-sm-dark-red,
  .border-bottom-color-sm-dark-red a,
  .border-bottom-color-sm-dark-red a:focus,
  .border-bottom-color-sm-dark-red a:active,
  .border-bottom-color-sm-dark-red a:hover,
  a.border-bottom-color-sm-dark-red,
  a.border-bottom-color-sm-dark-red:focus,
  a.border-bottom-color-sm-dark-red:active,
  a.border-bottom-color-sm-dark-red:hover {
    border-bottom-color: #DD0000; } }

@media (min-width: 768px) {
  .border-bottom-color-md-dark-red,
  .border-bottom-color-md-dark-red a,
  .border-bottom-color-md-dark-red a:focus,
  .border-bottom-color-md-dark-red a:active,
  .border-bottom-color-md-dark-red a:hover,
  a.border-bottom-color-md-dark-red,
  a.border-bottom-color-md-dark-red:focus,
  a.border-bottom-color-md-dark-red:active,
  a.border-bottom-color-md-dark-red:hover {
    border-bottom-color: #DD0000; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-dark-red,
  .border-bottom-color-lg-dark-red a,
  .border-bottom-color-lg-dark-red a:focus,
  .border-bottom-color-lg-dark-red a:active,
  .border-bottom-color-lg-dark-red a:hover,
  a.border-bottom-color-lg-dark-red,
  a.border-bottom-color-lg-dark-red:focus,
  a.border-bottom-color-lg-dark-red:active,
  a.border-bottom-color-lg-dark-red:hover {
    border-bottom-color: #DD0000; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-dark-red,
  .border-bottom-color-xl-dark-red a,
  .border-bottom-color-xl-dark-red a:focus,
  .border-bottom-color-xl-dark-red a:active,
  .border-bottom-color-xl-dark-red a:hover,
  a.border-bottom-color-xl-dark-red,
  a.border-bottom-color-xl-dark-red:focus,
  a.border-bottom-color-xl-dark-red:active,
  a.border-bottom-color-xl-dark-red:hover {
    border-bottom-color: #DD0000; } }

.border-left-color-dark-red,
.border-left-color-dark-red a,
.border-left-color-dark-red a:focus,
.border-left-color-dark-red a:active,
.border-left-color-dark-red a:hover,
a.border-left-color-dark-red,
a.border-left-color-dark-red:focus,
a.border-left-color-dark-red:active,
a.border-left-color-dark-red:hover {
  border-left-color: #DD0000; }

@media (min-width: 576px) {
  .border-left-color-sm-dark-red,
  .border-left-color-sm-dark-red a,
  .border-left-color-sm-dark-red a:focus,
  .border-left-color-sm-dark-red a:active,
  .border-left-color-sm-dark-red a:hover,
  a.border-left-color-sm-dark-red,
  a.border-left-color-sm-dark-red:focus,
  a.border-left-color-sm-dark-red:active,
  a.border-left-color-sm-dark-red:hover {
    border-left-color: #DD0000; } }

@media (min-width: 768px) {
  .border-left-color-md-dark-red,
  .border-left-color-md-dark-red a,
  .border-left-color-md-dark-red a:focus,
  .border-left-color-md-dark-red a:active,
  .border-left-color-md-dark-red a:hover,
  a.border-left-color-md-dark-red,
  a.border-left-color-md-dark-red:focus,
  a.border-left-color-md-dark-red:active,
  a.border-left-color-md-dark-red:hover {
    border-left-color: #DD0000; } }

@media (min-width: 992px) {
  .border-left-color-lg-dark-red,
  .border-left-color-lg-dark-red a,
  .border-left-color-lg-dark-red a:focus,
  .border-left-color-lg-dark-red a:active,
  .border-left-color-lg-dark-red a:hover,
  a.border-left-color-lg-dark-red,
  a.border-left-color-lg-dark-red:focus,
  a.border-left-color-lg-dark-red:active,
  a.border-left-color-lg-dark-red:hover {
    border-left-color: #DD0000; } }

@media (min-width: 1200px) {
  .border-left-color-xl-dark-red,
  .border-left-color-xl-dark-red a,
  .border-left-color-xl-dark-red a:focus,
  .border-left-color-xl-dark-red a:active,
  .border-left-color-xl-dark-red a:hover,
  a.border-left-color-xl-dark-red,
  a.border-left-color-xl-dark-red:focus,
  a.border-left-color-xl-dark-red:active,
  a.border-left-color-xl-dark-red:hover {
    border-left-color: #DD0000; } }

.border-color-red,
.border-color-red a,
.border-color-red a:focus,
.border-color-red a:active,
.border-color-red a:hover,
a.border-color-red,
a.border-color-red:focus,
a.border-color-red:active,
a.border-color-red:hover,
.has-red-border-color,
a.has-red-border-color,
a.has-red-border-color:focus,
a.has-red-border-color:active,
a.has-red-border-color:hover {
  border-color: #DD3333; }

@media (min-width: 576px) {
  .border-color-sm-red,
  .border-color-sm-red a,
  .border-color-sm-red a:focus,
  .border-color-sm-red a:active,
  .border-color-sm-red a:hover,
  a.border-color-sm-red,
  a.border-color-sm-red:focus,
  a.border-color-sm-red:active,
  a.border-color-sm-red:hover {
    border-top-color: #DD3333; } }

@media (min-width: 768px) {
  .border-color-md-red,
  .border-color-md-red a,
  .border-color-md-red a:focus,
  .border-color-md-red a:active,
  .border-color-md-red a:hover,
  a.border-color-md-red,
  a.border-color-md-red:focus,
  a.border-color-md-red:active,
  a.border-color-md-red:hover {
    border-top-color: #DD3333; } }

@media (min-width: 992px) {
  .border-color-lg-red,
  .border-color-lg-red a,
  .border-color-lg-red a:focus,
  .border-color-lg-red a:active,
  .border-color-lg-red a:hover,
  a.border-color-lg-red,
  a.border-color-lg-red:focus,
  a.border-color-lg-red:active,
  a.border-color-lg-red:hover {
    border-color: #DD3333; } }

@media (min-width: 1200px) {
  .border-color-xl-red,
  .border-color-xl-red a,
  .border-color-xl-red a:focus,
  .border-color-xl-red a:active,
  .border-color-xl-red a:hover,
  a.border-color-xl-red,
  a.border-color-xl-red:focus,
  a.border-color-xl-red:active,
  a.border-color-xl-red:hover {
    border-color: #DD3333; } }

.border-top-color-red,
.border-top-color-red a,
.border-top-color-red a:focus,
.border-top-color-red a:active,
.border-top-color-red a:hover,
a.border-top-color-red,
a.border-top-color-red:focus,
a.border-top-color-red:active,
a.border-top-color-red:hover {
  border-top-color: #DD3333; }

@media (min-width: 576px) {
  .border-top-color-sm-red,
  .border-top-color-sm-red a,
  .border-top-color-sm-red a:focus,
  .border-top-color-sm-red a:active,
  .border-top-color-sm-red a:hover,
  a.border-top-color-sm-red,
  a.border-top-color-sm-red:focus,
  a.border-top-color-sm-red:active,
  a.border-top-color-sm-red:hover {
    border-top-color: #DD3333; } }

@media (min-width: 768px) {
  .border-top-color-md-red,
  .border-top-color-md-red a,
  .border-top-color-md-red a:focus,
  .border-top-color-md-red a:active,
  .border-top-color-md-red a:hover,
  a.border-top-color-md-red,
  a.border-top-color-md-red:focus,
  a.border-top-color-md-red:active,
  a.border-top-color-md-red:hover {
    border-top-color: #DD3333; } }

@media (min-width: 992px) {
  .border-top-color-lg-red,
  .border-top-color-lg-red a,
  .border-top-color-lg-red a:focus,
  .border-top-color-lg-red a:active,
  .border-top-color-lg-red a:hover,
  a.border-top-color-lg-red,
  a.border-top-color-lg-red:focus,
  a.border-top-color-lg-red:active,
  a.border-top-color-lg-red:hover {
    border-top-color: #DD3333; } }

@media (min-width: 1200px) {
  .border-top-color-xl-red,
  .border-top-color-xl-red a,
  .border-top-color-xl-red a:focus,
  .border-top-color-xl-red a:active,
  .border-top-color-xl-red a:hover,
  a.border-top-color-xl-red,
  a.border-top-color-xl-red:focus,
  a.border-top-color-xl-red:active,
  a.border-top-color-xl-red:hover {
    border-top-color: #DD3333; } }

.border-right-color-red,
.border-right-color-red a,
.border-right-color-red a:focus,
.border-right-color-red a:active,
.border-right-color-red a:hover,
a.border-right-color-red,
a.border-right-color-red:focus,
a.border-right-color-red:active,
a.border-right-color-red:hover {
  border-right-color: #DD3333; }

@media (min-width: 576px) {
  .border-right-color-sm-red,
  .border-right-color-sm-red a,
  .border-right-color-sm-red a:focus,
  .border-right-color-sm-red a:active,
  .border-right-color-sm-red a:hover,
  a.border-right-color-sm-red,
  a.border-right-color-sm-red:focus,
  a.border-right-color-sm-red:active,
  a.border-right-color-sm-red:hover {
    border-right-color: #DD3333; } }

@media (min-width: 768px) {
  .border-right-color-md-red,
  .border-right-color-md-red a,
  .border-right-color-md-red a:focus,
  .border-right-color-md-red a:active,
  .border-right-color-md-red a:hover,
  a.border-right-color-md-red,
  a.border-right-color-md-red:focus,
  a.border-right-color-md-red:active,
  a.border-right-color-md-red:hover {
    border-right-color: #DD3333; } }

@media (min-width: 992px) {
  .border-right-color-lg-red,
  .border-right-color-lg-red a,
  .border-right-color-lg-red a:focus,
  .border-right-color-lg-red a:active,
  .border-right-color-lg-red a:hover,
  a.border-right-color-lg-red,
  a.border-right-color-lg-red:focus,
  a.border-right-color-lg-red:active,
  a.border-right-color-lg-red:hover {
    border-right-color: #DD3333; } }

@media (min-width: 1200px) {
  .border-right-color-xl-red,
  .border-right-color-xl-red a,
  .border-right-color-xl-red a:focus,
  .border-right-color-xl-red a:active,
  .border-right-color-xl-red a:hover,
  a.border-right-color-xl-red,
  a.border-right-color-xl-red:focus,
  a.border-right-color-xl-red:active,
  a.border-right-color-xl-red:hover {
    border-right-color: #DD3333; } }

.border-bottom-color-red,
.border-bottom-color-red a,
.border-bottom-color-red a:focus,
.border-bottom-color-red a:active,
.border-bottom-color-red a:hover,
a.border-bottom-color-red,
a.border-bottom-color-red:focus,
a.border-bottom-color-red:active,
a.border-bottom-color-red:hover {
  border-bottom-color: #DD3333; }

@media (min-width: 576px) {
  .border-bottom-color-sm-red,
  .border-bottom-color-sm-red a,
  .border-bottom-color-sm-red a:focus,
  .border-bottom-color-sm-red a:active,
  .border-bottom-color-sm-red a:hover,
  a.border-bottom-color-sm-red,
  a.border-bottom-color-sm-red:focus,
  a.border-bottom-color-sm-red:active,
  a.border-bottom-color-sm-red:hover {
    border-bottom-color: #DD3333; } }

@media (min-width: 768px) {
  .border-bottom-color-md-red,
  .border-bottom-color-md-red a,
  .border-bottom-color-md-red a:focus,
  .border-bottom-color-md-red a:active,
  .border-bottom-color-md-red a:hover,
  a.border-bottom-color-md-red,
  a.border-bottom-color-md-red:focus,
  a.border-bottom-color-md-red:active,
  a.border-bottom-color-md-red:hover {
    border-bottom-color: #DD3333; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-red,
  .border-bottom-color-lg-red a,
  .border-bottom-color-lg-red a:focus,
  .border-bottom-color-lg-red a:active,
  .border-bottom-color-lg-red a:hover,
  a.border-bottom-color-lg-red,
  a.border-bottom-color-lg-red:focus,
  a.border-bottom-color-lg-red:active,
  a.border-bottom-color-lg-red:hover {
    border-bottom-color: #DD3333; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-red,
  .border-bottom-color-xl-red a,
  .border-bottom-color-xl-red a:focus,
  .border-bottom-color-xl-red a:active,
  .border-bottom-color-xl-red a:hover,
  a.border-bottom-color-xl-red,
  a.border-bottom-color-xl-red:focus,
  a.border-bottom-color-xl-red:active,
  a.border-bottom-color-xl-red:hover {
    border-bottom-color: #DD3333; } }

.border-left-color-red,
.border-left-color-red a,
.border-left-color-red a:focus,
.border-left-color-red a:active,
.border-left-color-red a:hover,
a.border-left-color-red,
a.border-left-color-red:focus,
a.border-left-color-red:active,
a.border-left-color-red:hover {
  border-left-color: #DD3333; }

@media (min-width: 576px) {
  .border-left-color-sm-red,
  .border-left-color-sm-red a,
  .border-left-color-sm-red a:focus,
  .border-left-color-sm-red a:active,
  .border-left-color-sm-red a:hover,
  a.border-left-color-sm-red,
  a.border-left-color-sm-red:focus,
  a.border-left-color-sm-red:active,
  a.border-left-color-sm-red:hover {
    border-left-color: #DD3333; } }

@media (min-width: 768px) {
  .border-left-color-md-red,
  .border-left-color-md-red a,
  .border-left-color-md-red a:focus,
  .border-left-color-md-red a:active,
  .border-left-color-md-red a:hover,
  a.border-left-color-md-red,
  a.border-left-color-md-red:focus,
  a.border-left-color-md-red:active,
  a.border-left-color-md-red:hover {
    border-left-color: #DD3333; } }

@media (min-width: 992px) {
  .border-left-color-lg-red,
  .border-left-color-lg-red a,
  .border-left-color-lg-red a:focus,
  .border-left-color-lg-red a:active,
  .border-left-color-lg-red a:hover,
  a.border-left-color-lg-red,
  a.border-left-color-lg-red:focus,
  a.border-left-color-lg-red:active,
  a.border-left-color-lg-red:hover {
    border-left-color: #DD3333; } }

@media (min-width: 1200px) {
  .border-left-color-xl-red,
  .border-left-color-xl-red a,
  .border-left-color-xl-red a:focus,
  .border-left-color-xl-red a:active,
  .border-left-color-xl-red a:hover,
  a.border-left-color-xl-red,
  a.border-left-color-xl-red:focus,
  a.border-left-color-xl-red:active,
  a.border-left-color-xl-red:hover {
    border-left-color: #DD3333; } }

.border-color-light-red,
.border-color-light-red a,
.border-color-light-red a:focus,
.border-color-light-red a:active,
.border-color-light-red a:hover,
a.border-color-light-red,
a.border-color-light-red:focus,
a.border-color-light-red:active,
a.border-color-light-red:hover,
.has-light-red-border-color,
a.has-light-red-border-color,
a.has-light-red-border-color:focus,
a.has-light-red-border-color:active,
a.has-light-red-border-color:hover {
  border-color: #DD4F4F; }

@media (min-width: 576px) {
  .border-color-sm-light-red,
  .border-color-sm-light-red a,
  .border-color-sm-light-red a:focus,
  .border-color-sm-light-red a:active,
  .border-color-sm-light-red a:hover,
  a.border-color-sm-light-red,
  a.border-color-sm-light-red:focus,
  a.border-color-sm-light-red:active,
  a.border-color-sm-light-red:hover {
    border-top-color: #DD4F4F; } }

@media (min-width: 768px) {
  .border-color-md-light-red,
  .border-color-md-light-red a,
  .border-color-md-light-red a:focus,
  .border-color-md-light-red a:active,
  .border-color-md-light-red a:hover,
  a.border-color-md-light-red,
  a.border-color-md-light-red:focus,
  a.border-color-md-light-red:active,
  a.border-color-md-light-red:hover {
    border-top-color: #DD4F4F; } }

@media (min-width: 992px) {
  .border-color-lg-light-red,
  .border-color-lg-light-red a,
  .border-color-lg-light-red a:focus,
  .border-color-lg-light-red a:active,
  .border-color-lg-light-red a:hover,
  a.border-color-lg-light-red,
  a.border-color-lg-light-red:focus,
  a.border-color-lg-light-red:active,
  a.border-color-lg-light-red:hover {
    border-color: #DD4F4F; } }

@media (min-width: 1200px) {
  .border-color-xl-light-red,
  .border-color-xl-light-red a,
  .border-color-xl-light-red a:focus,
  .border-color-xl-light-red a:active,
  .border-color-xl-light-red a:hover,
  a.border-color-xl-light-red,
  a.border-color-xl-light-red:focus,
  a.border-color-xl-light-red:active,
  a.border-color-xl-light-red:hover {
    border-color: #DD4F4F; } }

.border-top-color-light-red,
.border-top-color-light-red a,
.border-top-color-light-red a:focus,
.border-top-color-light-red a:active,
.border-top-color-light-red a:hover,
a.border-top-color-light-red,
a.border-top-color-light-red:focus,
a.border-top-color-light-red:active,
a.border-top-color-light-red:hover {
  border-top-color: #DD4F4F; }

@media (min-width: 576px) {
  .border-top-color-sm-light-red,
  .border-top-color-sm-light-red a,
  .border-top-color-sm-light-red a:focus,
  .border-top-color-sm-light-red a:active,
  .border-top-color-sm-light-red a:hover,
  a.border-top-color-sm-light-red,
  a.border-top-color-sm-light-red:focus,
  a.border-top-color-sm-light-red:active,
  a.border-top-color-sm-light-red:hover {
    border-top-color: #DD4F4F; } }

@media (min-width: 768px) {
  .border-top-color-md-light-red,
  .border-top-color-md-light-red a,
  .border-top-color-md-light-red a:focus,
  .border-top-color-md-light-red a:active,
  .border-top-color-md-light-red a:hover,
  a.border-top-color-md-light-red,
  a.border-top-color-md-light-red:focus,
  a.border-top-color-md-light-red:active,
  a.border-top-color-md-light-red:hover {
    border-top-color: #DD4F4F; } }

@media (min-width: 992px) {
  .border-top-color-lg-light-red,
  .border-top-color-lg-light-red a,
  .border-top-color-lg-light-red a:focus,
  .border-top-color-lg-light-red a:active,
  .border-top-color-lg-light-red a:hover,
  a.border-top-color-lg-light-red,
  a.border-top-color-lg-light-red:focus,
  a.border-top-color-lg-light-red:active,
  a.border-top-color-lg-light-red:hover {
    border-top-color: #DD4F4F; } }

@media (min-width: 1200px) {
  .border-top-color-xl-light-red,
  .border-top-color-xl-light-red a,
  .border-top-color-xl-light-red a:focus,
  .border-top-color-xl-light-red a:active,
  .border-top-color-xl-light-red a:hover,
  a.border-top-color-xl-light-red,
  a.border-top-color-xl-light-red:focus,
  a.border-top-color-xl-light-red:active,
  a.border-top-color-xl-light-red:hover {
    border-top-color: #DD4F4F; } }

.border-right-color-light-red,
.border-right-color-light-red a,
.border-right-color-light-red a:focus,
.border-right-color-light-red a:active,
.border-right-color-light-red a:hover,
a.border-right-color-light-red,
a.border-right-color-light-red:focus,
a.border-right-color-light-red:active,
a.border-right-color-light-red:hover {
  border-right-color: #DD4F4F; }

@media (min-width: 576px) {
  .border-right-color-sm-light-red,
  .border-right-color-sm-light-red a,
  .border-right-color-sm-light-red a:focus,
  .border-right-color-sm-light-red a:active,
  .border-right-color-sm-light-red a:hover,
  a.border-right-color-sm-light-red,
  a.border-right-color-sm-light-red:focus,
  a.border-right-color-sm-light-red:active,
  a.border-right-color-sm-light-red:hover {
    border-right-color: #DD4F4F; } }

@media (min-width: 768px) {
  .border-right-color-md-light-red,
  .border-right-color-md-light-red a,
  .border-right-color-md-light-red a:focus,
  .border-right-color-md-light-red a:active,
  .border-right-color-md-light-red a:hover,
  a.border-right-color-md-light-red,
  a.border-right-color-md-light-red:focus,
  a.border-right-color-md-light-red:active,
  a.border-right-color-md-light-red:hover {
    border-right-color: #DD4F4F; } }

@media (min-width: 992px) {
  .border-right-color-lg-light-red,
  .border-right-color-lg-light-red a,
  .border-right-color-lg-light-red a:focus,
  .border-right-color-lg-light-red a:active,
  .border-right-color-lg-light-red a:hover,
  a.border-right-color-lg-light-red,
  a.border-right-color-lg-light-red:focus,
  a.border-right-color-lg-light-red:active,
  a.border-right-color-lg-light-red:hover {
    border-right-color: #DD4F4F; } }

@media (min-width: 1200px) {
  .border-right-color-xl-light-red,
  .border-right-color-xl-light-red a,
  .border-right-color-xl-light-red a:focus,
  .border-right-color-xl-light-red a:active,
  .border-right-color-xl-light-red a:hover,
  a.border-right-color-xl-light-red,
  a.border-right-color-xl-light-red:focus,
  a.border-right-color-xl-light-red:active,
  a.border-right-color-xl-light-red:hover {
    border-right-color: #DD4F4F; } }

.border-bottom-color-light-red,
.border-bottom-color-light-red a,
.border-bottom-color-light-red a:focus,
.border-bottom-color-light-red a:active,
.border-bottom-color-light-red a:hover,
a.border-bottom-color-light-red,
a.border-bottom-color-light-red:focus,
a.border-bottom-color-light-red:active,
a.border-bottom-color-light-red:hover {
  border-bottom-color: #DD4F4F; }

@media (min-width: 576px) {
  .border-bottom-color-sm-light-red,
  .border-bottom-color-sm-light-red a,
  .border-bottom-color-sm-light-red a:focus,
  .border-bottom-color-sm-light-red a:active,
  .border-bottom-color-sm-light-red a:hover,
  a.border-bottom-color-sm-light-red,
  a.border-bottom-color-sm-light-red:focus,
  a.border-bottom-color-sm-light-red:active,
  a.border-bottom-color-sm-light-red:hover {
    border-bottom-color: #DD4F4F; } }

@media (min-width: 768px) {
  .border-bottom-color-md-light-red,
  .border-bottom-color-md-light-red a,
  .border-bottom-color-md-light-red a:focus,
  .border-bottom-color-md-light-red a:active,
  .border-bottom-color-md-light-red a:hover,
  a.border-bottom-color-md-light-red,
  a.border-bottom-color-md-light-red:focus,
  a.border-bottom-color-md-light-red:active,
  a.border-bottom-color-md-light-red:hover {
    border-bottom-color: #DD4F4F; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-light-red,
  .border-bottom-color-lg-light-red a,
  .border-bottom-color-lg-light-red a:focus,
  .border-bottom-color-lg-light-red a:active,
  .border-bottom-color-lg-light-red a:hover,
  a.border-bottom-color-lg-light-red,
  a.border-bottom-color-lg-light-red:focus,
  a.border-bottom-color-lg-light-red:active,
  a.border-bottom-color-lg-light-red:hover {
    border-bottom-color: #DD4F4F; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-light-red,
  .border-bottom-color-xl-light-red a,
  .border-bottom-color-xl-light-red a:focus,
  .border-bottom-color-xl-light-red a:active,
  .border-bottom-color-xl-light-red a:hover,
  a.border-bottom-color-xl-light-red,
  a.border-bottom-color-xl-light-red:focus,
  a.border-bottom-color-xl-light-red:active,
  a.border-bottom-color-xl-light-red:hover {
    border-bottom-color: #DD4F4F; } }

.border-left-color-light-red,
.border-left-color-light-red a,
.border-left-color-light-red a:focus,
.border-left-color-light-red a:active,
.border-left-color-light-red a:hover,
a.border-left-color-light-red,
a.border-left-color-light-red:focus,
a.border-left-color-light-red:active,
a.border-left-color-light-red:hover {
  border-left-color: #DD4F4F; }

@media (min-width: 576px) {
  .border-left-color-sm-light-red,
  .border-left-color-sm-light-red a,
  .border-left-color-sm-light-red a:focus,
  .border-left-color-sm-light-red a:active,
  .border-left-color-sm-light-red a:hover,
  a.border-left-color-sm-light-red,
  a.border-left-color-sm-light-red:focus,
  a.border-left-color-sm-light-red:active,
  a.border-left-color-sm-light-red:hover {
    border-left-color: #DD4F4F; } }

@media (min-width: 768px) {
  .border-left-color-md-light-red,
  .border-left-color-md-light-red a,
  .border-left-color-md-light-red a:focus,
  .border-left-color-md-light-red a:active,
  .border-left-color-md-light-red a:hover,
  a.border-left-color-md-light-red,
  a.border-left-color-md-light-red:focus,
  a.border-left-color-md-light-red:active,
  a.border-left-color-md-light-red:hover {
    border-left-color: #DD4F4F; } }

@media (min-width: 992px) {
  .border-left-color-lg-light-red,
  .border-left-color-lg-light-red a,
  .border-left-color-lg-light-red a:focus,
  .border-left-color-lg-light-red a:active,
  .border-left-color-lg-light-red a:hover,
  a.border-left-color-lg-light-red,
  a.border-left-color-lg-light-red:focus,
  a.border-left-color-lg-light-red:active,
  a.border-left-color-lg-light-red:hover {
    border-left-color: #DD4F4F; } }

@media (min-width: 1200px) {
  .border-left-color-xl-light-red,
  .border-left-color-xl-light-red a,
  .border-left-color-xl-light-red a:focus,
  .border-left-color-xl-light-red a:active,
  .border-left-color-xl-light-red a:hover,
  a.border-left-color-xl-light-red,
  a.border-left-color-xl-light-red:focus,
  a.border-left-color-xl-light-red:active,
  a.border-left-color-xl-light-red:hover {
    border-left-color: #DD4F4F; } }

.border-color-very-light-red,
.border-color-very-light-red a,
.border-color-very-light-red a:focus,
.border-color-very-light-red a:active,
.border-color-very-light-red a:hover,
a.border-color-very-light-red,
a.border-color-very-light-red:focus,
a.border-color-very-light-red:active,
a.border-color-very-light-red:hover,
.has-very-light-red-border-color,
a.has-very-light-red-border-color,
a.has-very-light-red-border-color:focus,
a.has-very-light-red-border-color:active,
a.has-very-light-red-border-color:hover {
  border-color: #DD8585; }

@media (min-width: 576px) {
  .border-color-sm-very-light-red,
  .border-color-sm-very-light-red a,
  .border-color-sm-very-light-red a:focus,
  .border-color-sm-very-light-red a:active,
  .border-color-sm-very-light-red a:hover,
  a.border-color-sm-very-light-red,
  a.border-color-sm-very-light-red:focus,
  a.border-color-sm-very-light-red:active,
  a.border-color-sm-very-light-red:hover {
    border-top-color: #DD8585; } }

@media (min-width: 768px) {
  .border-color-md-very-light-red,
  .border-color-md-very-light-red a,
  .border-color-md-very-light-red a:focus,
  .border-color-md-very-light-red a:active,
  .border-color-md-very-light-red a:hover,
  a.border-color-md-very-light-red,
  a.border-color-md-very-light-red:focus,
  a.border-color-md-very-light-red:active,
  a.border-color-md-very-light-red:hover {
    border-top-color: #DD8585; } }

@media (min-width: 992px) {
  .border-color-lg-very-light-red,
  .border-color-lg-very-light-red a,
  .border-color-lg-very-light-red a:focus,
  .border-color-lg-very-light-red a:active,
  .border-color-lg-very-light-red a:hover,
  a.border-color-lg-very-light-red,
  a.border-color-lg-very-light-red:focus,
  a.border-color-lg-very-light-red:active,
  a.border-color-lg-very-light-red:hover {
    border-color: #DD8585; } }

@media (min-width: 1200px) {
  .border-color-xl-very-light-red,
  .border-color-xl-very-light-red a,
  .border-color-xl-very-light-red a:focus,
  .border-color-xl-very-light-red a:active,
  .border-color-xl-very-light-red a:hover,
  a.border-color-xl-very-light-red,
  a.border-color-xl-very-light-red:focus,
  a.border-color-xl-very-light-red:active,
  a.border-color-xl-very-light-red:hover {
    border-color: #DD8585; } }

.border-top-color-very-light-red,
.border-top-color-very-light-red a,
.border-top-color-very-light-red a:focus,
.border-top-color-very-light-red a:active,
.border-top-color-very-light-red a:hover,
a.border-top-color-very-light-red,
a.border-top-color-very-light-red:focus,
a.border-top-color-very-light-red:active,
a.border-top-color-very-light-red:hover {
  border-top-color: #DD8585; }

@media (min-width: 576px) {
  .border-top-color-sm-very-light-red,
  .border-top-color-sm-very-light-red a,
  .border-top-color-sm-very-light-red a:focus,
  .border-top-color-sm-very-light-red a:active,
  .border-top-color-sm-very-light-red a:hover,
  a.border-top-color-sm-very-light-red,
  a.border-top-color-sm-very-light-red:focus,
  a.border-top-color-sm-very-light-red:active,
  a.border-top-color-sm-very-light-red:hover {
    border-top-color: #DD8585; } }

@media (min-width: 768px) {
  .border-top-color-md-very-light-red,
  .border-top-color-md-very-light-red a,
  .border-top-color-md-very-light-red a:focus,
  .border-top-color-md-very-light-red a:active,
  .border-top-color-md-very-light-red a:hover,
  a.border-top-color-md-very-light-red,
  a.border-top-color-md-very-light-red:focus,
  a.border-top-color-md-very-light-red:active,
  a.border-top-color-md-very-light-red:hover {
    border-top-color: #DD8585; } }

@media (min-width: 992px) {
  .border-top-color-lg-very-light-red,
  .border-top-color-lg-very-light-red a,
  .border-top-color-lg-very-light-red a:focus,
  .border-top-color-lg-very-light-red a:active,
  .border-top-color-lg-very-light-red a:hover,
  a.border-top-color-lg-very-light-red,
  a.border-top-color-lg-very-light-red:focus,
  a.border-top-color-lg-very-light-red:active,
  a.border-top-color-lg-very-light-red:hover {
    border-top-color: #DD8585; } }

@media (min-width: 1200px) {
  .border-top-color-xl-very-light-red,
  .border-top-color-xl-very-light-red a,
  .border-top-color-xl-very-light-red a:focus,
  .border-top-color-xl-very-light-red a:active,
  .border-top-color-xl-very-light-red a:hover,
  a.border-top-color-xl-very-light-red,
  a.border-top-color-xl-very-light-red:focus,
  a.border-top-color-xl-very-light-red:active,
  a.border-top-color-xl-very-light-red:hover {
    border-top-color: #DD8585; } }

.border-right-color-very-light-red,
.border-right-color-very-light-red a,
.border-right-color-very-light-red a:focus,
.border-right-color-very-light-red a:active,
.border-right-color-very-light-red a:hover,
a.border-right-color-very-light-red,
a.border-right-color-very-light-red:focus,
a.border-right-color-very-light-red:active,
a.border-right-color-very-light-red:hover {
  border-right-color: #DD8585; }

@media (min-width: 576px) {
  .border-right-color-sm-very-light-red,
  .border-right-color-sm-very-light-red a,
  .border-right-color-sm-very-light-red a:focus,
  .border-right-color-sm-very-light-red a:active,
  .border-right-color-sm-very-light-red a:hover,
  a.border-right-color-sm-very-light-red,
  a.border-right-color-sm-very-light-red:focus,
  a.border-right-color-sm-very-light-red:active,
  a.border-right-color-sm-very-light-red:hover {
    border-right-color: #DD8585; } }

@media (min-width: 768px) {
  .border-right-color-md-very-light-red,
  .border-right-color-md-very-light-red a,
  .border-right-color-md-very-light-red a:focus,
  .border-right-color-md-very-light-red a:active,
  .border-right-color-md-very-light-red a:hover,
  a.border-right-color-md-very-light-red,
  a.border-right-color-md-very-light-red:focus,
  a.border-right-color-md-very-light-red:active,
  a.border-right-color-md-very-light-red:hover {
    border-right-color: #DD8585; } }

@media (min-width: 992px) {
  .border-right-color-lg-very-light-red,
  .border-right-color-lg-very-light-red a,
  .border-right-color-lg-very-light-red a:focus,
  .border-right-color-lg-very-light-red a:active,
  .border-right-color-lg-very-light-red a:hover,
  a.border-right-color-lg-very-light-red,
  a.border-right-color-lg-very-light-red:focus,
  a.border-right-color-lg-very-light-red:active,
  a.border-right-color-lg-very-light-red:hover {
    border-right-color: #DD8585; } }

@media (min-width: 1200px) {
  .border-right-color-xl-very-light-red,
  .border-right-color-xl-very-light-red a,
  .border-right-color-xl-very-light-red a:focus,
  .border-right-color-xl-very-light-red a:active,
  .border-right-color-xl-very-light-red a:hover,
  a.border-right-color-xl-very-light-red,
  a.border-right-color-xl-very-light-red:focus,
  a.border-right-color-xl-very-light-red:active,
  a.border-right-color-xl-very-light-red:hover {
    border-right-color: #DD8585; } }

.border-bottom-color-very-light-red,
.border-bottom-color-very-light-red a,
.border-bottom-color-very-light-red a:focus,
.border-bottom-color-very-light-red a:active,
.border-bottom-color-very-light-red a:hover,
a.border-bottom-color-very-light-red,
a.border-bottom-color-very-light-red:focus,
a.border-bottom-color-very-light-red:active,
a.border-bottom-color-very-light-red:hover {
  border-bottom-color: #DD8585; }

@media (min-width: 576px) {
  .border-bottom-color-sm-very-light-red,
  .border-bottom-color-sm-very-light-red a,
  .border-bottom-color-sm-very-light-red a:focus,
  .border-bottom-color-sm-very-light-red a:active,
  .border-bottom-color-sm-very-light-red a:hover,
  a.border-bottom-color-sm-very-light-red,
  a.border-bottom-color-sm-very-light-red:focus,
  a.border-bottom-color-sm-very-light-red:active,
  a.border-bottom-color-sm-very-light-red:hover {
    border-bottom-color: #DD8585; } }

@media (min-width: 768px) {
  .border-bottom-color-md-very-light-red,
  .border-bottom-color-md-very-light-red a,
  .border-bottom-color-md-very-light-red a:focus,
  .border-bottom-color-md-very-light-red a:active,
  .border-bottom-color-md-very-light-red a:hover,
  a.border-bottom-color-md-very-light-red,
  a.border-bottom-color-md-very-light-red:focus,
  a.border-bottom-color-md-very-light-red:active,
  a.border-bottom-color-md-very-light-red:hover {
    border-bottom-color: #DD8585; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-very-light-red,
  .border-bottom-color-lg-very-light-red a,
  .border-bottom-color-lg-very-light-red a:focus,
  .border-bottom-color-lg-very-light-red a:active,
  .border-bottom-color-lg-very-light-red a:hover,
  a.border-bottom-color-lg-very-light-red,
  a.border-bottom-color-lg-very-light-red:focus,
  a.border-bottom-color-lg-very-light-red:active,
  a.border-bottom-color-lg-very-light-red:hover {
    border-bottom-color: #DD8585; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-very-light-red,
  .border-bottom-color-xl-very-light-red a,
  .border-bottom-color-xl-very-light-red a:focus,
  .border-bottom-color-xl-very-light-red a:active,
  .border-bottom-color-xl-very-light-red a:hover,
  a.border-bottom-color-xl-very-light-red,
  a.border-bottom-color-xl-very-light-red:focus,
  a.border-bottom-color-xl-very-light-red:active,
  a.border-bottom-color-xl-very-light-red:hover {
    border-bottom-color: #DD8585; } }

.border-left-color-very-light-red,
.border-left-color-very-light-red a,
.border-left-color-very-light-red a:focus,
.border-left-color-very-light-red a:active,
.border-left-color-very-light-red a:hover,
a.border-left-color-very-light-red,
a.border-left-color-very-light-red:focus,
a.border-left-color-very-light-red:active,
a.border-left-color-very-light-red:hover {
  border-left-color: #DD8585; }

@media (min-width: 576px) {
  .border-left-color-sm-very-light-red,
  .border-left-color-sm-very-light-red a,
  .border-left-color-sm-very-light-red a:focus,
  .border-left-color-sm-very-light-red a:active,
  .border-left-color-sm-very-light-red a:hover,
  a.border-left-color-sm-very-light-red,
  a.border-left-color-sm-very-light-red:focus,
  a.border-left-color-sm-very-light-red:active,
  a.border-left-color-sm-very-light-red:hover {
    border-left-color: #DD8585; } }

@media (min-width: 768px) {
  .border-left-color-md-very-light-red,
  .border-left-color-md-very-light-red a,
  .border-left-color-md-very-light-red a:focus,
  .border-left-color-md-very-light-red a:active,
  .border-left-color-md-very-light-red a:hover,
  a.border-left-color-md-very-light-red,
  a.border-left-color-md-very-light-red:focus,
  a.border-left-color-md-very-light-red:active,
  a.border-left-color-md-very-light-red:hover {
    border-left-color: #DD8585; } }

@media (min-width: 992px) {
  .border-left-color-lg-very-light-red,
  .border-left-color-lg-very-light-red a,
  .border-left-color-lg-very-light-red a:focus,
  .border-left-color-lg-very-light-red a:active,
  .border-left-color-lg-very-light-red a:hover,
  a.border-left-color-lg-very-light-red,
  a.border-left-color-lg-very-light-red:focus,
  a.border-left-color-lg-very-light-red:active,
  a.border-left-color-lg-very-light-red:hover {
    border-left-color: #DD8585; } }

@media (min-width: 1200px) {
  .border-left-color-xl-very-light-red,
  .border-left-color-xl-very-light-red a,
  .border-left-color-xl-very-light-red a:focus,
  .border-left-color-xl-very-light-red a:active,
  .border-left-color-xl-very-light-red a:hover,
  a.border-left-color-xl-very-light-red,
  a.border-left-color-xl-very-light-red:focus,
  a.border-left-color-xl-very-light-red:active,
  a.border-left-color-xl-very-light-red:hover {
    border-left-color: #DD8585; } }

.border-color-very-dark-orange,
.border-color-very-dark-orange a,
.border-color-very-dark-orange a:focus,
.border-color-very-dark-orange a:active,
.border-color-very-dark-orange a:hover,
a.border-color-very-dark-orange,
a.border-color-very-dark-orange:focus,
a.border-color-very-dark-orange:active,
a.border-color-very-dark-orange:hover,
.has-very-dark-orange-border-color,
a.has-very-dark-orange-border-color,
a.has-very-dark-orange-border-color:focus,
a.has-very-dark-orange-border-color:active,
a.has-very-dark-orange-border-color:hover {
  border-color: #CE7B00; }

@media (min-width: 576px) {
  .border-color-sm-very-dark-orange,
  .border-color-sm-very-dark-orange a,
  .border-color-sm-very-dark-orange a:focus,
  .border-color-sm-very-dark-orange a:active,
  .border-color-sm-very-dark-orange a:hover,
  a.border-color-sm-very-dark-orange,
  a.border-color-sm-very-dark-orange:focus,
  a.border-color-sm-very-dark-orange:active,
  a.border-color-sm-very-dark-orange:hover {
    border-top-color: #CE7B00; } }

@media (min-width: 768px) {
  .border-color-md-very-dark-orange,
  .border-color-md-very-dark-orange a,
  .border-color-md-very-dark-orange a:focus,
  .border-color-md-very-dark-orange a:active,
  .border-color-md-very-dark-orange a:hover,
  a.border-color-md-very-dark-orange,
  a.border-color-md-very-dark-orange:focus,
  a.border-color-md-very-dark-orange:active,
  a.border-color-md-very-dark-orange:hover {
    border-top-color: #CE7B00; } }

@media (min-width: 992px) {
  .border-color-lg-very-dark-orange,
  .border-color-lg-very-dark-orange a,
  .border-color-lg-very-dark-orange a:focus,
  .border-color-lg-very-dark-orange a:active,
  .border-color-lg-very-dark-orange a:hover,
  a.border-color-lg-very-dark-orange,
  a.border-color-lg-very-dark-orange:focus,
  a.border-color-lg-very-dark-orange:active,
  a.border-color-lg-very-dark-orange:hover {
    border-color: #CE7B00; } }

@media (min-width: 1200px) {
  .border-color-xl-very-dark-orange,
  .border-color-xl-very-dark-orange a,
  .border-color-xl-very-dark-orange a:focus,
  .border-color-xl-very-dark-orange a:active,
  .border-color-xl-very-dark-orange a:hover,
  a.border-color-xl-very-dark-orange,
  a.border-color-xl-very-dark-orange:focus,
  a.border-color-xl-very-dark-orange:active,
  a.border-color-xl-very-dark-orange:hover {
    border-color: #CE7B00; } }

.border-top-color-very-dark-orange,
.border-top-color-very-dark-orange a,
.border-top-color-very-dark-orange a:focus,
.border-top-color-very-dark-orange a:active,
.border-top-color-very-dark-orange a:hover,
a.border-top-color-very-dark-orange,
a.border-top-color-very-dark-orange:focus,
a.border-top-color-very-dark-orange:active,
a.border-top-color-very-dark-orange:hover {
  border-top-color: #CE7B00; }

@media (min-width: 576px) {
  .border-top-color-sm-very-dark-orange,
  .border-top-color-sm-very-dark-orange a,
  .border-top-color-sm-very-dark-orange a:focus,
  .border-top-color-sm-very-dark-orange a:active,
  .border-top-color-sm-very-dark-orange a:hover,
  a.border-top-color-sm-very-dark-orange,
  a.border-top-color-sm-very-dark-orange:focus,
  a.border-top-color-sm-very-dark-orange:active,
  a.border-top-color-sm-very-dark-orange:hover {
    border-top-color: #CE7B00; } }

@media (min-width: 768px) {
  .border-top-color-md-very-dark-orange,
  .border-top-color-md-very-dark-orange a,
  .border-top-color-md-very-dark-orange a:focus,
  .border-top-color-md-very-dark-orange a:active,
  .border-top-color-md-very-dark-orange a:hover,
  a.border-top-color-md-very-dark-orange,
  a.border-top-color-md-very-dark-orange:focus,
  a.border-top-color-md-very-dark-orange:active,
  a.border-top-color-md-very-dark-orange:hover {
    border-top-color: #CE7B00; } }

@media (min-width: 992px) {
  .border-top-color-lg-very-dark-orange,
  .border-top-color-lg-very-dark-orange a,
  .border-top-color-lg-very-dark-orange a:focus,
  .border-top-color-lg-very-dark-orange a:active,
  .border-top-color-lg-very-dark-orange a:hover,
  a.border-top-color-lg-very-dark-orange,
  a.border-top-color-lg-very-dark-orange:focus,
  a.border-top-color-lg-very-dark-orange:active,
  a.border-top-color-lg-very-dark-orange:hover {
    border-top-color: #CE7B00; } }

@media (min-width: 1200px) {
  .border-top-color-xl-very-dark-orange,
  .border-top-color-xl-very-dark-orange a,
  .border-top-color-xl-very-dark-orange a:focus,
  .border-top-color-xl-very-dark-orange a:active,
  .border-top-color-xl-very-dark-orange a:hover,
  a.border-top-color-xl-very-dark-orange,
  a.border-top-color-xl-very-dark-orange:focus,
  a.border-top-color-xl-very-dark-orange:active,
  a.border-top-color-xl-very-dark-orange:hover {
    border-top-color: #CE7B00; } }

.border-right-color-very-dark-orange,
.border-right-color-very-dark-orange a,
.border-right-color-very-dark-orange a:focus,
.border-right-color-very-dark-orange a:active,
.border-right-color-very-dark-orange a:hover,
a.border-right-color-very-dark-orange,
a.border-right-color-very-dark-orange:focus,
a.border-right-color-very-dark-orange:active,
a.border-right-color-very-dark-orange:hover {
  border-right-color: #CE7B00; }

@media (min-width: 576px) {
  .border-right-color-sm-very-dark-orange,
  .border-right-color-sm-very-dark-orange a,
  .border-right-color-sm-very-dark-orange a:focus,
  .border-right-color-sm-very-dark-orange a:active,
  .border-right-color-sm-very-dark-orange a:hover,
  a.border-right-color-sm-very-dark-orange,
  a.border-right-color-sm-very-dark-orange:focus,
  a.border-right-color-sm-very-dark-orange:active,
  a.border-right-color-sm-very-dark-orange:hover {
    border-right-color: #CE7B00; } }

@media (min-width: 768px) {
  .border-right-color-md-very-dark-orange,
  .border-right-color-md-very-dark-orange a,
  .border-right-color-md-very-dark-orange a:focus,
  .border-right-color-md-very-dark-orange a:active,
  .border-right-color-md-very-dark-orange a:hover,
  a.border-right-color-md-very-dark-orange,
  a.border-right-color-md-very-dark-orange:focus,
  a.border-right-color-md-very-dark-orange:active,
  a.border-right-color-md-very-dark-orange:hover {
    border-right-color: #CE7B00; } }

@media (min-width: 992px) {
  .border-right-color-lg-very-dark-orange,
  .border-right-color-lg-very-dark-orange a,
  .border-right-color-lg-very-dark-orange a:focus,
  .border-right-color-lg-very-dark-orange a:active,
  .border-right-color-lg-very-dark-orange a:hover,
  a.border-right-color-lg-very-dark-orange,
  a.border-right-color-lg-very-dark-orange:focus,
  a.border-right-color-lg-very-dark-orange:active,
  a.border-right-color-lg-very-dark-orange:hover {
    border-right-color: #CE7B00; } }

@media (min-width: 1200px) {
  .border-right-color-xl-very-dark-orange,
  .border-right-color-xl-very-dark-orange a,
  .border-right-color-xl-very-dark-orange a:focus,
  .border-right-color-xl-very-dark-orange a:active,
  .border-right-color-xl-very-dark-orange a:hover,
  a.border-right-color-xl-very-dark-orange,
  a.border-right-color-xl-very-dark-orange:focus,
  a.border-right-color-xl-very-dark-orange:active,
  a.border-right-color-xl-very-dark-orange:hover {
    border-right-color: #CE7B00; } }

.border-bottom-color-very-dark-orange,
.border-bottom-color-very-dark-orange a,
.border-bottom-color-very-dark-orange a:focus,
.border-bottom-color-very-dark-orange a:active,
.border-bottom-color-very-dark-orange a:hover,
a.border-bottom-color-very-dark-orange,
a.border-bottom-color-very-dark-orange:focus,
a.border-bottom-color-very-dark-orange:active,
a.border-bottom-color-very-dark-orange:hover {
  border-bottom-color: #CE7B00; }

@media (min-width: 576px) {
  .border-bottom-color-sm-very-dark-orange,
  .border-bottom-color-sm-very-dark-orange a,
  .border-bottom-color-sm-very-dark-orange a:focus,
  .border-bottom-color-sm-very-dark-orange a:active,
  .border-bottom-color-sm-very-dark-orange a:hover,
  a.border-bottom-color-sm-very-dark-orange,
  a.border-bottom-color-sm-very-dark-orange:focus,
  a.border-bottom-color-sm-very-dark-orange:active,
  a.border-bottom-color-sm-very-dark-orange:hover {
    border-bottom-color: #CE7B00; } }

@media (min-width: 768px) {
  .border-bottom-color-md-very-dark-orange,
  .border-bottom-color-md-very-dark-orange a,
  .border-bottom-color-md-very-dark-orange a:focus,
  .border-bottom-color-md-very-dark-orange a:active,
  .border-bottom-color-md-very-dark-orange a:hover,
  a.border-bottom-color-md-very-dark-orange,
  a.border-bottom-color-md-very-dark-orange:focus,
  a.border-bottom-color-md-very-dark-orange:active,
  a.border-bottom-color-md-very-dark-orange:hover {
    border-bottom-color: #CE7B00; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-very-dark-orange,
  .border-bottom-color-lg-very-dark-orange a,
  .border-bottom-color-lg-very-dark-orange a:focus,
  .border-bottom-color-lg-very-dark-orange a:active,
  .border-bottom-color-lg-very-dark-orange a:hover,
  a.border-bottom-color-lg-very-dark-orange,
  a.border-bottom-color-lg-very-dark-orange:focus,
  a.border-bottom-color-lg-very-dark-orange:active,
  a.border-bottom-color-lg-very-dark-orange:hover {
    border-bottom-color: #CE7B00; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-very-dark-orange,
  .border-bottom-color-xl-very-dark-orange a,
  .border-bottom-color-xl-very-dark-orange a:focus,
  .border-bottom-color-xl-very-dark-orange a:active,
  .border-bottom-color-xl-very-dark-orange a:hover,
  a.border-bottom-color-xl-very-dark-orange,
  a.border-bottom-color-xl-very-dark-orange:focus,
  a.border-bottom-color-xl-very-dark-orange:active,
  a.border-bottom-color-xl-very-dark-orange:hover {
    border-bottom-color: #CE7B00; } }

.border-left-color-very-dark-orange,
.border-left-color-very-dark-orange a,
.border-left-color-very-dark-orange a:focus,
.border-left-color-very-dark-orange a:active,
.border-left-color-very-dark-orange a:hover,
a.border-left-color-very-dark-orange,
a.border-left-color-very-dark-orange:focus,
a.border-left-color-very-dark-orange:active,
a.border-left-color-very-dark-orange:hover {
  border-left-color: #CE7B00; }

@media (min-width: 576px) {
  .border-left-color-sm-very-dark-orange,
  .border-left-color-sm-very-dark-orange a,
  .border-left-color-sm-very-dark-orange a:focus,
  .border-left-color-sm-very-dark-orange a:active,
  .border-left-color-sm-very-dark-orange a:hover,
  a.border-left-color-sm-very-dark-orange,
  a.border-left-color-sm-very-dark-orange:focus,
  a.border-left-color-sm-very-dark-orange:active,
  a.border-left-color-sm-very-dark-orange:hover {
    border-left-color: #CE7B00; } }

@media (min-width: 768px) {
  .border-left-color-md-very-dark-orange,
  .border-left-color-md-very-dark-orange a,
  .border-left-color-md-very-dark-orange a:focus,
  .border-left-color-md-very-dark-orange a:active,
  .border-left-color-md-very-dark-orange a:hover,
  a.border-left-color-md-very-dark-orange,
  a.border-left-color-md-very-dark-orange:focus,
  a.border-left-color-md-very-dark-orange:active,
  a.border-left-color-md-very-dark-orange:hover {
    border-left-color: #CE7B00; } }

@media (min-width: 992px) {
  .border-left-color-lg-very-dark-orange,
  .border-left-color-lg-very-dark-orange a,
  .border-left-color-lg-very-dark-orange a:focus,
  .border-left-color-lg-very-dark-orange a:active,
  .border-left-color-lg-very-dark-orange a:hover,
  a.border-left-color-lg-very-dark-orange,
  a.border-left-color-lg-very-dark-orange:focus,
  a.border-left-color-lg-very-dark-orange:active,
  a.border-left-color-lg-very-dark-orange:hover {
    border-left-color: #CE7B00; } }

@media (min-width: 1200px) {
  .border-left-color-xl-very-dark-orange,
  .border-left-color-xl-very-dark-orange a,
  .border-left-color-xl-very-dark-orange a:focus,
  .border-left-color-xl-very-dark-orange a:active,
  .border-left-color-xl-very-dark-orange a:hover,
  a.border-left-color-xl-very-dark-orange,
  a.border-left-color-xl-very-dark-orange:focus,
  a.border-left-color-xl-very-dark-orange:active,
  a.border-left-color-xl-very-dark-orange:hover {
    border-left-color: #CE7B00; } }

.border-color-dark-orange,
.border-color-dark-orange a,
.border-color-dark-orange a:focus,
.border-color-dark-orange a:active,
.border-color-dark-orange a:hover,
a.border-color-dark-orange,
a.border-color-dark-orange:focus,
a.border-color-dark-orange:active,
a.border-color-dark-orange:hover,
.has-dark-orange-border-color,
a.has-dark-orange-border-color,
a.has-dark-orange-border-color:focus,
a.has-dark-orange-border-color:active,
a.has-dark-orange-border-color:hover {
  border-color: #DD8500; }

@media (min-width: 576px) {
  .border-color-sm-dark-orange,
  .border-color-sm-dark-orange a,
  .border-color-sm-dark-orange a:focus,
  .border-color-sm-dark-orange a:active,
  .border-color-sm-dark-orange a:hover,
  a.border-color-sm-dark-orange,
  a.border-color-sm-dark-orange:focus,
  a.border-color-sm-dark-orange:active,
  a.border-color-sm-dark-orange:hover {
    border-top-color: #DD8500; } }

@media (min-width: 768px) {
  .border-color-md-dark-orange,
  .border-color-md-dark-orange a,
  .border-color-md-dark-orange a:focus,
  .border-color-md-dark-orange a:active,
  .border-color-md-dark-orange a:hover,
  a.border-color-md-dark-orange,
  a.border-color-md-dark-orange:focus,
  a.border-color-md-dark-orange:active,
  a.border-color-md-dark-orange:hover {
    border-top-color: #DD8500; } }

@media (min-width: 992px) {
  .border-color-lg-dark-orange,
  .border-color-lg-dark-orange a,
  .border-color-lg-dark-orange a:focus,
  .border-color-lg-dark-orange a:active,
  .border-color-lg-dark-orange a:hover,
  a.border-color-lg-dark-orange,
  a.border-color-lg-dark-orange:focus,
  a.border-color-lg-dark-orange:active,
  a.border-color-lg-dark-orange:hover {
    border-color: #DD8500; } }

@media (min-width: 1200px) {
  .border-color-xl-dark-orange,
  .border-color-xl-dark-orange a,
  .border-color-xl-dark-orange a:focus,
  .border-color-xl-dark-orange a:active,
  .border-color-xl-dark-orange a:hover,
  a.border-color-xl-dark-orange,
  a.border-color-xl-dark-orange:focus,
  a.border-color-xl-dark-orange:active,
  a.border-color-xl-dark-orange:hover {
    border-color: #DD8500; } }

.border-top-color-dark-orange,
.border-top-color-dark-orange a,
.border-top-color-dark-orange a:focus,
.border-top-color-dark-orange a:active,
.border-top-color-dark-orange a:hover,
a.border-top-color-dark-orange,
a.border-top-color-dark-orange:focus,
a.border-top-color-dark-orange:active,
a.border-top-color-dark-orange:hover {
  border-top-color: #DD8500; }

@media (min-width: 576px) {
  .border-top-color-sm-dark-orange,
  .border-top-color-sm-dark-orange a,
  .border-top-color-sm-dark-orange a:focus,
  .border-top-color-sm-dark-orange a:active,
  .border-top-color-sm-dark-orange a:hover,
  a.border-top-color-sm-dark-orange,
  a.border-top-color-sm-dark-orange:focus,
  a.border-top-color-sm-dark-orange:active,
  a.border-top-color-sm-dark-orange:hover {
    border-top-color: #DD8500; } }

@media (min-width: 768px) {
  .border-top-color-md-dark-orange,
  .border-top-color-md-dark-orange a,
  .border-top-color-md-dark-orange a:focus,
  .border-top-color-md-dark-orange a:active,
  .border-top-color-md-dark-orange a:hover,
  a.border-top-color-md-dark-orange,
  a.border-top-color-md-dark-orange:focus,
  a.border-top-color-md-dark-orange:active,
  a.border-top-color-md-dark-orange:hover {
    border-top-color: #DD8500; } }

@media (min-width: 992px) {
  .border-top-color-lg-dark-orange,
  .border-top-color-lg-dark-orange a,
  .border-top-color-lg-dark-orange a:focus,
  .border-top-color-lg-dark-orange a:active,
  .border-top-color-lg-dark-orange a:hover,
  a.border-top-color-lg-dark-orange,
  a.border-top-color-lg-dark-orange:focus,
  a.border-top-color-lg-dark-orange:active,
  a.border-top-color-lg-dark-orange:hover {
    border-top-color: #DD8500; } }

@media (min-width: 1200px) {
  .border-top-color-xl-dark-orange,
  .border-top-color-xl-dark-orange a,
  .border-top-color-xl-dark-orange a:focus,
  .border-top-color-xl-dark-orange a:active,
  .border-top-color-xl-dark-orange a:hover,
  a.border-top-color-xl-dark-orange,
  a.border-top-color-xl-dark-orange:focus,
  a.border-top-color-xl-dark-orange:active,
  a.border-top-color-xl-dark-orange:hover {
    border-top-color: #DD8500; } }

.border-right-color-dark-orange,
.border-right-color-dark-orange a,
.border-right-color-dark-orange a:focus,
.border-right-color-dark-orange a:active,
.border-right-color-dark-orange a:hover,
a.border-right-color-dark-orange,
a.border-right-color-dark-orange:focus,
a.border-right-color-dark-orange:active,
a.border-right-color-dark-orange:hover {
  border-right-color: #DD8500; }

@media (min-width: 576px) {
  .border-right-color-sm-dark-orange,
  .border-right-color-sm-dark-orange a,
  .border-right-color-sm-dark-orange a:focus,
  .border-right-color-sm-dark-orange a:active,
  .border-right-color-sm-dark-orange a:hover,
  a.border-right-color-sm-dark-orange,
  a.border-right-color-sm-dark-orange:focus,
  a.border-right-color-sm-dark-orange:active,
  a.border-right-color-sm-dark-orange:hover {
    border-right-color: #DD8500; } }

@media (min-width: 768px) {
  .border-right-color-md-dark-orange,
  .border-right-color-md-dark-orange a,
  .border-right-color-md-dark-orange a:focus,
  .border-right-color-md-dark-orange a:active,
  .border-right-color-md-dark-orange a:hover,
  a.border-right-color-md-dark-orange,
  a.border-right-color-md-dark-orange:focus,
  a.border-right-color-md-dark-orange:active,
  a.border-right-color-md-dark-orange:hover {
    border-right-color: #DD8500; } }

@media (min-width: 992px) {
  .border-right-color-lg-dark-orange,
  .border-right-color-lg-dark-orange a,
  .border-right-color-lg-dark-orange a:focus,
  .border-right-color-lg-dark-orange a:active,
  .border-right-color-lg-dark-orange a:hover,
  a.border-right-color-lg-dark-orange,
  a.border-right-color-lg-dark-orange:focus,
  a.border-right-color-lg-dark-orange:active,
  a.border-right-color-lg-dark-orange:hover {
    border-right-color: #DD8500; } }

@media (min-width: 1200px) {
  .border-right-color-xl-dark-orange,
  .border-right-color-xl-dark-orange a,
  .border-right-color-xl-dark-orange a:focus,
  .border-right-color-xl-dark-orange a:active,
  .border-right-color-xl-dark-orange a:hover,
  a.border-right-color-xl-dark-orange,
  a.border-right-color-xl-dark-orange:focus,
  a.border-right-color-xl-dark-orange:active,
  a.border-right-color-xl-dark-orange:hover {
    border-right-color: #DD8500; } }

.border-bottom-color-dark-orange,
.border-bottom-color-dark-orange a,
.border-bottom-color-dark-orange a:focus,
.border-bottom-color-dark-orange a:active,
.border-bottom-color-dark-orange a:hover,
a.border-bottom-color-dark-orange,
a.border-bottom-color-dark-orange:focus,
a.border-bottom-color-dark-orange:active,
a.border-bottom-color-dark-orange:hover {
  border-bottom-color: #DD8500; }

@media (min-width: 576px) {
  .border-bottom-color-sm-dark-orange,
  .border-bottom-color-sm-dark-orange a,
  .border-bottom-color-sm-dark-orange a:focus,
  .border-bottom-color-sm-dark-orange a:active,
  .border-bottom-color-sm-dark-orange a:hover,
  a.border-bottom-color-sm-dark-orange,
  a.border-bottom-color-sm-dark-orange:focus,
  a.border-bottom-color-sm-dark-orange:active,
  a.border-bottom-color-sm-dark-orange:hover {
    border-bottom-color: #DD8500; } }

@media (min-width: 768px) {
  .border-bottom-color-md-dark-orange,
  .border-bottom-color-md-dark-orange a,
  .border-bottom-color-md-dark-orange a:focus,
  .border-bottom-color-md-dark-orange a:active,
  .border-bottom-color-md-dark-orange a:hover,
  a.border-bottom-color-md-dark-orange,
  a.border-bottom-color-md-dark-orange:focus,
  a.border-bottom-color-md-dark-orange:active,
  a.border-bottom-color-md-dark-orange:hover {
    border-bottom-color: #DD8500; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-dark-orange,
  .border-bottom-color-lg-dark-orange a,
  .border-bottom-color-lg-dark-orange a:focus,
  .border-bottom-color-lg-dark-orange a:active,
  .border-bottom-color-lg-dark-orange a:hover,
  a.border-bottom-color-lg-dark-orange,
  a.border-bottom-color-lg-dark-orange:focus,
  a.border-bottom-color-lg-dark-orange:active,
  a.border-bottom-color-lg-dark-orange:hover {
    border-bottom-color: #DD8500; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-dark-orange,
  .border-bottom-color-xl-dark-orange a,
  .border-bottom-color-xl-dark-orange a:focus,
  .border-bottom-color-xl-dark-orange a:active,
  .border-bottom-color-xl-dark-orange a:hover,
  a.border-bottom-color-xl-dark-orange,
  a.border-bottom-color-xl-dark-orange:focus,
  a.border-bottom-color-xl-dark-orange:active,
  a.border-bottom-color-xl-dark-orange:hover {
    border-bottom-color: #DD8500; } }

.border-left-color-dark-orange,
.border-left-color-dark-orange a,
.border-left-color-dark-orange a:focus,
.border-left-color-dark-orange a:active,
.border-left-color-dark-orange a:hover,
a.border-left-color-dark-orange,
a.border-left-color-dark-orange:focus,
a.border-left-color-dark-orange:active,
a.border-left-color-dark-orange:hover {
  border-left-color: #DD8500; }

@media (min-width: 576px) {
  .border-left-color-sm-dark-orange,
  .border-left-color-sm-dark-orange a,
  .border-left-color-sm-dark-orange a:focus,
  .border-left-color-sm-dark-orange a:active,
  .border-left-color-sm-dark-orange a:hover,
  a.border-left-color-sm-dark-orange,
  a.border-left-color-sm-dark-orange:focus,
  a.border-left-color-sm-dark-orange:active,
  a.border-left-color-sm-dark-orange:hover {
    border-left-color: #DD8500; } }

@media (min-width: 768px) {
  .border-left-color-md-dark-orange,
  .border-left-color-md-dark-orange a,
  .border-left-color-md-dark-orange a:focus,
  .border-left-color-md-dark-orange a:active,
  .border-left-color-md-dark-orange a:hover,
  a.border-left-color-md-dark-orange,
  a.border-left-color-md-dark-orange:focus,
  a.border-left-color-md-dark-orange:active,
  a.border-left-color-md-dark-orange:hover {
    border-left-color: #DD8500; } }

@media (min-width: 992px) {
  .border-left-color-lg-dark-orange,
  .border-left-color-lg-dark-orange a,
  .border-left-color-lg-dark-orange a:focus,
  .border-left-color-lg-dark-orange a:active,
  .border-left-color-lg-dark-orange a:hover,
  a.border-left-color-lg-dark-orange,
  a.border-left-color-lg-dark-orange:focus,
  a.border-left-color-lg-dark-orange:active,
  a.border-left-color-lg-dark-orange:hover {
    border-left-color: #DD8500; } }

@media (min-width: 1200px) {
  .border-left-color-xl-dark-orange,
  .border-left-color-xl-dark-orange a,
  .border-left-color-xl-dark-orange a:focus,
  .border-left-color-xl-dark-orange a:active,
  .border-left-color-xl-dark-orange a:hover,
  a.border-left-color-xl-dark-orange,
  a.border-left-color-xl-dark-orange:focus,
  a.border-left-color-xl-dark-orange:active,
  a.border-left-color-xl-dark-orange:hover {
    border-left-color: #DD8500; } }

.border-color-orange,
.border-color-orange a,
.border-color-orange a:focus,
.border-color-orange a:active,
.border-color-orange a:hover,
a.border-color-orange,
a.border-color-orange:focus,
a.border-color-orange:active,
a.border-color-orange:hover,
.has-orange-border-color,
a.has-orange-border-color,
a.has-orange-border-color:focus,
a.has-orange-border-color:active,
a.has-orange-border-color:hover {
  border-color: #DD9933; }

@media (min-width: 576px) {
  .border-color-sm-orange,
  .border-color-sm-orange a,
  .border-color-sm-orange a:focus,
  .border-color-sm-orange a:active,
  .border-color-sm-orange a:hover,
  a.border-color-sm-orange,
  a.border-color-sm-orange:focus,
  a.border-color-sm-orange:active,
  a.border-color-sm-orange:hover {
    border-top-color: #DD9933; } }

@media (min-width: 768px) {
  .border-color-md-orange,
  .border-color-md-orange a,
  .border-color-md-orange a:focus,
  .border-color-md-orange a:active,
  .border-color-md-orange a:hover,
  a.border-color-md-orange,
  a.border-color-md-orange:focus,
  a.border-color-md-orange:active,
  a.border-color-md-orange:hover {
    border-top-color: #DD9933; } }

@media (min-width: 992px) {
  .border-color-lg-orange,
  .border-color-lg-orange a,
  .border-color-lg-orange a:focus,
  .border-color-lg-orange a:active,
  .border-color-lg-orange a:hover,
  a.border-color-lg-orange,
  a.border-color-lg-orange:focus,
  a.border-color-lg-orange:active,
  a.border-color-lg-orange:hover {
    border-color: #DD9933; } }

@media (min-width: 1200px) {
  .border-color-xl-orange,
  .border-color-xl-orange a,
  .border-color-xl-orange a:focus,
  .border-color-xl-orange a:active,
  .border-color-xl-orange a:hover,
  a.border-color-xl-orange,
  a.border-color-xl-orange:focus,
  a.border-color-xl-orange:active,
  a.border-color-xl-orange:hover {
    border-color: #DD9933; } }

.border-top-color-orange,
.border-top-color-orange a,
.border-top-color-orange a:focus,
.border-top-color-orange a:active,
.border-top-color-orange a:hover,
a.border-top-color-orange,
a.border-top-color-orange:focus,
a.border-top-color-orange:active,
a.border-top-color-orange:hover {
  border-top-color: #DD9933; }

@media (min-width: 576px) {
  .border-top-color-sm-orange,
  .border-top-color-sm-orange a,
  .border-top-color-sm-orange a:focus,
  .border-top-color-sm-orange a:active,
  .border-top-color-sm-orange a:hover,
  a.border-top-color-sm-orange,
  a.border-top-color-sm-orange:focus,
  a.border-top-color-sm-orange:active,
  a.border-top-color-sm-orange:hover {
    border-top-color: #DD9933; } }

@media (min-width: 768px) {
  .border-top-color-md-orange,
  .border-top-color-md-orange a,
  .border-top-color-md-orange a:focus,
  .border-top-color-md-orange a:active,
  .border-top-color-md-orange a:hover,
  a.border-top-color-md-orange,
  a.border-top-color-md-orange:focus,
  a.border-top-color-md-orange:active,
  a.border-top-color-md-orange:hover {
    border-top-color: #DD9933; } }

@media (min-width: 992px) {
  .border-top-color-lg-orange,
  .border-top-color-lg-orange a,
  .border-top-color-lg-orange a:focus,
  .border-top-color-lg-orange a:active,
  .border-top-color-lg-orange a:hover,
  a.border-top-color-lg-orange,
  a.border-top-color-lg-orange:focus,
  a.border-top-color-lg-orange:active,
  a.border-top-color-lg-orange:hover {
    border-top-color: #DD9933; } }

@media (min-width: 1200px) {
  .border-top-color-xl-orange,
  .border-top-color-xl-orange a,
  .border-top-color-xl-orange a:focus,
  .border-top-color-xl-orange a:active,
  .border-top-color-xl-orange a:hover,
  a.border-top-color-xl-orange,
  a.border-top-color-xl-orange:focus,
  a.border-top-color-xl-orange:active,
  a.border-top-color-xl-orange:hover {
    border-top-color: #DD9933; } }

.border-right-color-orange,
.border-right-color-orange a,
.border-right-color-orange a:focus,
.border-right-color-orange a:active,
.border-right-color-orange a:hover,
a.border-right-color-orange,
a.border-right-color-orange:focus,
a.border-right-color-orange:active,
a.border-right-color-orange:hover {
  border-right-color: #DD9933; }

@media (min-width: 576px) {
  .border-right-color-sm-orange,
  .border-right-color-sm-orange a,
  .border-right-color-sm-orange a:focus,
  .border-right-color-sm-orange a:active,
  .border-right-color-sm-orange a:hover,
  a.border-right-color-sm-orange,
  a.border-right-color-sm-orange:focus,
  a.border-right-color-sm-orange:active,
  a.border-right-color-sm-orange:hover {
    border-right-color: #DD9933; } }

@media (min-width: 768px) {
  .border-right-color-md-orange,
  .border-right-color-md-orange a,
  .border-right-color-md-orange a:focus,
  .border-right-color-md-orange a:active,
  .border-right-color-md-orange a:hover,
  a.border-right-color-md-orange,
  a.border-right-color-md-orange:focus,
  a.border-right-color-md-orange:active,
  a.border-right-color-md-orange:hover {
    border-right-color: #DD9933; } }

@media (min-width: 992px) {
  .border-right-color-lg-orange,
  .border-right-color-lg-orange a,
  .border-right-color-lg-orange a:focus,
  .border-right-color-lg-orange a:active,
  .border-right-color-lg-orange a:hover,
  a.border-right-color-lg-orange,
  a.border-right-color-lg-orange:focus,
  a.border-right-color-lg-orange:active,
  a.border-right-color-lg-orange:hover {
    border-right-color: #DD9933; } }

@media (min-width: 1200px) {
  .border-right-color-xl-orange,
  .border-right-color-xl-orange a,
  .border-right-color-xl-orange a:focus,
  .border-right-color-xl-orange a:active,
  .border-right-color-xl-orange a:hover,
  a.border-right-color-xl-orange,
  a.border-right-color-xl-orange:focus,
  a.border-right-color-xl-orange:active,
  a.border-right-color-xl-orange:hover {
    border-right-color: #DD9933; } }

.border-bottom-color-orange,
.border-bottom-color-orange a,
.border-bottom-color-orange a:focus,
.border-bottom-color-orange a:active,
.border-bottom-color-orange a:hover,
a.border-bottom-color-orange,
a.border-bottom-color-orange:focus,
a.border-bottom-color-orange:active,
a.border-bottom-color-orange:hover {
  border-bottom-color: #DD9933; }

@media (min-width: 576px) {
  .border-bottom-color-sm-orange,
  .border-bottom-color-sm-orange a,
  .border-bottom-color-sm-orange a:focus,
  .border-bottom-color-sm-orange a:active,
  .border-bottom-color-sm-orange a:hover,
  a.border-bottom-color-sm-orange,
  a.border-bottom-color-sm-orange:focus,
  a.border-bottom-color-sm-orange:active,
  a.border-bottom-color-sm-orange:hover {
    border-bottom-color: #DD9933; } }

@media (min-width: 768px) {
  .border-bottom-color-md-orange,
  .border-bottom-color-md-orange a,
  .border-bottom-color-md-orange a:focus,
  .border-bottom-color-md-orange a:active,
  .border-bottom-color-md-orange a:hover,
  a.border-bottom-color-md-orange,
  a.border-bottom-color-md-orange:focus,
  a.border-bottom-color-md-orange:active,
  a.border-bottom-color-md-orange:hover {
    border-bottom-color: #DD9933; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-orange,
  .border-bottom-color-lg-orange a,
  .border-bottom-color-lg-orange a:focus,
  .border-bottom-color-lg-orange a:active,
  .border-bottom-color-lg-orange a:hover,
  a.border-bottom-color-lg-orange,
  a.border-bottom-color-lg-orange:focus,
  a.border-bottom-color-lg-orange:active,
  a.border-bottom-color-lg-orange:hover {
    border-bottom-color: #DD9933; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-orange,
  .border-bottom-color-xl-orange a,
  .border-bottom-color-xl-orange a:focus,
  .border-bottom-color-xl-orange a:active,
  .border-bottom-color-xl-orange a:hover,
  a.border-bottom-color-xl-orange,
  a.border-bottom-color-xl-orange:focus,
  a.border-bottom-color-xl-orange:active,
  a.border-bottom-color-xl-orange:hover {
    border-bottom-color: #DD9933; } }

.border-left-color-orange,
.border-left-color-orange a,
.border-left-color-orange a:focus,
.border-left-color-orange a:active,
.border-left-color-orange a:hover,
a.border-left-color-orange,
a.border-left-color-orange:focus,
a.border-left-color-orange:active,
a.border-left-color-orange:hover {
  border-left-color: #DD9933; }

@media (min-width: 576px) {
  .border-left-color-sm-orange,
  .border-left-color-sm-orange a,
  .border-left-color-sm-orange a:focus,
  .border-left-color-sm-orange a:active,
  .border-left-color-sm-orange a:hover,
  a.border-left-color-sm-orange,
  a.border-left-color-sm-orange:focus,
  a.border-left-color-sm-orange:active,
  a.border-left-color-sm-orange:hover {
    border-left-color: #DD9933; } }

@media (min-width: 768px) {
  .border-left-color-md-orange,
  .border-left-color-md-orange a,
  .border-left-color-md-orange a:focus,
  .border-left-color-md-orange a:active,
  .border-left-color-md-orange a:hover,
  a.border-left-color-md-orange,
  a.border-left-color-md-orange:focus,
  a.border-left-color-md-orange:active,
  a.border-left-color-md-orange:hover {
    border-left-color: #DD9933; } }

@media (min-width: 992px) {
  .border-left-color-lg-orange,
  .border-left-color-lg-orange a,
  .border-left-color-lg-orange a:focus,
  .border-left-color-lg-orange a:active,
  .border-left-color-lg-orange a:hover,
  a.border-left-color-lg-orange,
  a.border-left-color-lg-orange:focus,
  a.border-left-color-lg-orange:active,
  a.border-left-color-lg-orange:hover {
    border-left-color: #DD9933; } }

@media (min-width: 1200px) {
  .border-left-color-xl-orange,
  .border-left-color-xl-orange a,
  .border-left-color-xl-orange a:focus,
  .border-left-color-xl-orange a:active,
  .border-left-color-xl-orange a:hover,
  a.border-left-color-xl-orange,
  a.border-left-color-xl-orange:focus,
  a.border-left-color-xl-orange:active,
  a.border-left-color-xl-orange:hover {
    border-left-color: #DD9933; } }

.border-color-light-orange,
.border-color-light-orange a,
.border-color-light-orange a:focus,
.border-color-light-orange a:active,
.border-color-light-orange a:hover,
a.border-color-light-orange,
a.border-color-light-orange:focus,
a.border-color-light-orange:active,
a.border-color-light-orange:hover,
.has-light-orange-border-color,
a.has-light-orange-border-color,
a.has-light-orange-border-color:focus,
a.has-light-orange-border-color:active,
a.has-light-orange-border-color:hover {
  border-color: #DDAD66; }

@media (min-width: 576px) {
  .border-color-sm-light-orange,
  .border-color-sm-light-orange a,
  .border-color-sm-light-orange a:focus,
  .border-color-sm-light-orange a:active,
  .border-color-sm-light-orange a:hover,
  a.border-color-sm-light-orange,
  a.border-color-sm-light-orange:focus,
  a.border-color-sm-light-orange:active,
  a.border-color-sm-light-orange:hover {
    border-top-color: #DDAD66; } }

@media (min-width: 768px) {
  .border-color-md-light-orange,
  .border-color-md-light-orange a,
  .border-color-md-light-orange a:focus,
  .border-color-md-light-orange a:active,
  .border-color-md-light-orange a:hover,
  a.border-color-md-light-orange,
  a.border-color-md-light-orange:focus,
  a.border-color-md-light-orange:active,
  a.border-color-md-light-orange:hover {
    border-top-color: #DDAD66; } }

@media (min-width: 992px) {
  .border-color-lg-light-orange,
  .border-color-lg-light-orange a,
  .border-color-lg-light-orange a:focus,
  .border-color-lg-light-orange a:active,
  .border-color-lg-light-orange a:hover,
  a.border-color-lg-light-orange,
  a.border-color-lg-light-orange:focus,
  a.border-color-lg-light-orange:active,
  a.border-color-lg-light-orange:hover {
    border-color: #DDAD66; } }

@media (min-width: 1200px) {
  .border-color-xl-light-orange,
  .border-color-xl-light-orange a,
  .border-color-xl-light-orange a:focus,
  .border-color-xl-light-orange a:active,
  .border-color-xl-light-orange a:hover,
  a.border-color-xl-light-orange,
  a.border-color-xl-light-orange:focus,
  a.border-color-xl-light-orange:active,
  a.border-color-xl-light-orange:hover {
    border-color: #DDAD66; } }

.border-top-color-light-orange,
.border-top-color-light-orange a,
.border-top-color-light-orange a:focus,
.border-top-color-light-orange a:active,
.border-top-color-light-orange a:hover,
a.border-top-color-light-orange,
a.border-top-color-light-orange:focus,
a.border-top-color-light-orange:active,
a.border-top-color-light-orange:hover {
  border-top-color: #DDAD66; }

@media (min-width: 576px) {
  .border-top-color-sm-light-orange,
  .border-top-color-sm-light-orange a,
  .border-top-color-sm-light-orange a:focus,
  .border-top-color-sm-light-orange a:active,
  .border-top-color-sm-light-orange a:hover,
  a.border-top-color-sm-light-orange,
  a.border-top-color-sm-light-orange:focus,
  a.border-top-color-sm-light-orange:active,
  a.border-top-color-sm-light-orange:hover {
    border-top-color: #DDAD66; } }

@media (min-width: 768px) {
  .border-top-color-md-light-orange,
  .border-top-color-md-light-orange a,
  .border-top-color-md-light-orange a:focus,
  .border-top-color-md-light-orange a:active,
  .border-top-color-md-light-orange a:hover,
  a.border-top-color-md-light-orange,
  a.border-top-color-md-light-orange:focus,
  a.border-top-color-md-light-orange:active,
  a.border-top-color-md-light-orange:hover {
    border-top-color: #DDAD66; } }

@media (min-width: 992px) {
  .border-top-color-lg-light-orange,
  .border-top-color-lg-light-orange a,
  .border-top-color-lg-light-orange a:focus,
  .border-top-color-lg-light-orange a:active,
  .border-top-color-lg-light-orange a:hover,
  a.border-top-color-lg-light-orange,
  a.border-top-color-lg-light-orange:focus,
  a.border-top-color-lg-light-orange:active,
  a.border-top-color-lg-light-orange:hover {
    border-top-color: #DDAD66; } }

@media (min-width: 1200px) {
  .border-top-color-xl-light-orange,
  .border-top-color-xl-light-orange a,
  .border-top-color-xl-light-orange a:focus,
  .border-top-color-xl-light-orange a:active,
  .border-top-color-xl-light-orange a:hover,
  a.border-top-color-xl-light-orange,
  a.border-top-color-xl-light-orange:focus,
  a.border-top-color-xl-light-orange:active,
  a.border-top-color-xl-light-orange:hover {
    border-top-color: #DDAD66; } }

.border-right-color-light-orange,
.border-right-color-light-orange a,
.border-right-color-light-orange a:focus,
.border-right-color-light-orange a:active,
.border-right-color-light-orange a:hover,
a.border-right-color-light-orange,
a.border-right-color-light-orange:focus,
a.border-right-color-light-orange:active,
a.border-right-color-light-orange:hover {
  border-right-color: #DDAD66; }

@media (min-width: 576px) {
  .border-right-color-sm-light-orange,
  .border-right-color-sm-light-orange a,
  .border-right-color-sm-light-orange a:focus,
  .border-right-color-sm-light-orange a:active,
  .border-right-color-sm-light-orange a:hover,
  a.border-right-color-sm-light-orange,
  a.border-right-color-sm-light-orange:focus,
  a.border-right-color-sm-light-orange:active,
  a.border-right-color-sm-light-orange:hover {
    border-right-color: #DDAD66; } }

@media (min-width: 768px) {
  .border-right-color-md-light-orange,
  .border-right-color-md-light-orange a,
  .border-right-color-md-light-orange a:focus,
  .border-right-color-md-light-orange a:active,
  .border-right-color-md-light-orange a:hover,
  a.border-right-color-md-light-orange,
  a.border-right-color-md-light-orange:focus,
  a.border-right-color-md-light-orange:active,
  a.border-right-color-md-light-orange:hover {
    border-right-color: #DDAD66; } }

@media (min-width: 992px) {
  .border-right-color-lg-light-orange,
  .border-right-color-lg-light-orange a,
  .border-right-color-lg-light-orange a:focus,
  .border-right-color-lg-light-orange a:active,
  .border-right-color-lg-light-orange a:hover,
  a.border-right-color-lg-light-orange,
  a.border-right-color-lg-light-orange:focus,
  a.border-right-color-lg-light-orange:active,
  a.border-right-color-lg-light-orange:hover {
    border-right-color: #DDAD66; } }

@media (min-width: 1200px) {
  .border-right-color-xl-light-orange,
  .border-right-color-xl-light-orange a,
  .border-right-color-xl-light-orange a:focus,
  .border-right-color-xl-light-orange a:active,
  .border-right-color-xl-light-orange a:hover,
  a.border-right-color-xl-light-orange,
  a.border-right-color-xl-light-orange:focus,
  a.border-right-color-xl-light-orange:active,
  a.border-right-color-xl-light-orange:hover {
    border-right-color: #DDAD66; } }

.border-bottom-color-light-orange,
.border-bottom-color-light-orange a,
.border-bottom-color-light-orange a:focus,
.border-bottom-color-light-orange a:active,
.border-bottom-color-light-orange a:hover,
a.border-bottom-color-light-orange,
a.border-bottom-color-light-orange:focus,
a.border-bottom-color-light-orange:active,
a.border-bottom-color-light-orange:hover {
  border-bottom-color: #DDAD66; }

@media (min-width: 576px) {
  .border-bottom-color-sm-light-orange,
  .border-bottom-color-sm-light-orange a,
  .border-bottom-color-sm-light-orange a:focus,
  .border-bottom-color-sm-light-orange a:active,
  .border-bottom-color-sm-light-orange a:hover,
  a.border-bottom-color-sm-light-orange,
  a.border-bottom-color-sm-light-orange:focus,
  a.border-bottom-color-sm-light-orange:active,
  a.border-bottom-color-sm-light-orange:hover {
    border-bottom-color: #DDAD66; } }

@media (min-width: 768px) {
  .border-bottom-color-md-light-orange,
  .border-bottom-color-md-light-orange a,
  .border-bottom-color-md-light-orange a:focus,
  .border-bottom-color-md-light-orange a:active,
  .border-bottom-color-md-light-orange a:hover,
  a.border-bottom-color-md-light-orange,
  a.border-bottom-color-md-light-orange:focus,
  a.border-bottom-color-md-light-orange:active,
  a.border-bottom-color-md-light-orange:hover {
    border-bottom-color: #DDAD66; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-light-orange,
  .border-bottom-color-lg-light-orange a,
  .border-bottom-color-lg-light-orange a:focus,
  .border-bottom-color-lg-light-orange a:active,
  .border-bottom-color-lg-light-orange a:hover,
  a.border-bottom-color-lg-light-orange,
  a.border-bottom-color-lg-light-orange:focus,
  a.border-bottom-color-lg-light-orange:active,
  a.border-bottom-color-lg-light-orange:hover {
    border-bottom-color: #DDAD66; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-light-orange,
  .border-bottom-color-xl-light-orange a,
  .border-bottom-color-xl-light-orange a:focus,
  .border-bottom-color-xl-light-orange a:active,
  .border-bottom-color-xl-light-orange a:hover,
  a.border-bottom-color-xl-light-orange,
  a.border-bottom-color-xl-light-orange:focus,
  a.border-bottom-color-xl-light-orange:active,
  a.border-bottom-color-xl-light-orange:hover {
    border-bottom-color: #DDAD66; } }

.border-left-color-light-orange,
.border-left-color-light-orange a,
.border-left-color-light-orange a:focus,
.border-left-color-light-orange a:active,
.border-left-color-light-orange a:hover,
a.border-left-color-light-orange,
a.border-left-color-light-orange:focus,
a.border-left-color-light-orange:active,
a.border-left-color-light-orange:hover {
  border-left-color: #DDAD66; }

@media (min-width: 576px) {
  .border-left-color-sm-light-orange,
  .border-left-color-sm-light-orange a,
  .border-left-color-sm-light-orange a:focus,
  .border-left-color-sm-light-orange a:active,
  .border-left-color-sm-light-orange a:hover,
  a.border-left-color-sm-light-orange,
  a.border-left-color-sm-light-orange:focus,
  a.border-left-color-sm-light-orange:active,
  a.border-left-color-sm-light-orange:hover {
    border-left-color: #DDAD66; } }

@media (min-width: 768px) {
  .border-left-color-md-light-orange,
  .border-left-color-md-light-orange a,
  .border-left-color-md-light-orange a:focus,
  .border-left-color-md-light-orange a:active,
  .border-left-color-md-light-orange a:hover,
  a.border-left-color-md-light-orange,
  a.border-left-color-md-light-orange:focus,
  a.border-left-color-md-light-orange:active,
  a.border-left-color-md-light-orange:hover {
    border-left-color: #DDAD66; } }

@media (min-width: 992px) {
  .border-left-color-lg-light-orange,
  .border-left-color-lg-light-orange a,
  .border-left-color-lg-light-orange a:focus,
  .border-left-color-lg-light-orange a:active,
  .border-left-color-lg-light-orange a:hover,
  a.border-left-color-lg-light-orange,
  a.border-left-color-lg-light-orange:focus,
  a.border-left-color-lg-light-orange:active,
  a.border-left-color-lg-light-orange:hover {
    border-left-color: #DDAD66; } }

@media (min-width: 1200px) {
  .border-left-color-xl-light-orange,
  .border-left-color-xl-light-orange a,
  .border-left-color-xl-light-orange a:focus,
  .border-left-color-xl-light-orange a:active,
  .border-left-color-xl-light-orange a:hover,
  a.border-left-color-xl-light-orange,
  a.border-left-color-xl-light-orange:focus,
  a.border-left-color-xl-light-orange:active,
  a.border-left-color-xl-light-orange:hover {
    border-left-color: #DDAD66; } }

.border-color-very-light-orange,
.border-color-very-light-orange a,
.border-color-very-light-orange a:focus,
.border-color-very-light-orange a:active,
.border-color-very-light-orange a:hover,
a.border-color-very-light-orange,
a.border-color-very-light-orange:focus,
a.border-color-very-light-orange:active,
a.border-color-very-light-orange:hover,
.has-very-light-orange-border-color,
a.has-very-light-orange-border-color,
a.has-very-light-orange-border-color:focus,
a.has-very-light-orange-border-color:active,
a.has-very-light-orange-border-color:hover {
  border-color: #DDB677; }

@media (min-width: 576px) {
  .border-color-sm-very-light-orange,
  .border-color-sm-very-light-orange a,
  .border-color-sm-very-light-orange a:focus,
  .border-color-sm-very-light-orange a:active,
  .border-color-sm-very-light-orange a:hover,
  a.border-color-sm-very-light-orange,
  a.border-color-sm-very-light-orange:focus,
  a.border-color-sm-very-light-orange:active,
  a.border-color-sm-very-light-orange:hover {
    border-top-color: #DDB677; } }

@media (min-width: 768px) {
  .border-color-md-very-light-orange,
  .border-color-md-very-light-orange a,
  .border-color-md-very-light-orange a:focus,
  .border-color-md-very-light-orange a:active,
  .border-color-md-very-light-orange a:hover,
  a.border-color-md-very-light-orange,
  a.border-color-md-very-light-orange:focus,
  a.border-color-md-very-light-orange:active,
  a.border-color-md-very-light-orange:hover {
    border-top-color: #DDB677; } }

@media (min-width: 992px) {
  .border-color-lg-very-light-orange,
  .border-color-lg-very-light-orange a,
  .border-color-lg-very-light-orange a:focus,
  .border-color-lg-very-light-orange a:active,
  .border-color-lg-very-light-orange a:hover,
  a.border-color-lg-very-light-orange,
  a.border-color-lg-very-light-orange:focus,
  a.border-color-lg-very-light-orange:active,
  a.border-color-lg-very-light-orange:hover {
    border-color: #DDB677; } }

@media (min-width: 1200px) {
  .border-color-xl-very-light-orange,
  .border-color-xl-very-light-orange a,
  .border-color-xl-very-light-orange a:focus,
  .border-color-xl-very-light-orange a:active,
  .border-color-xl-very-light-orange a:hover,
  a.border-color-xl-very-light-orange,
  a.border-color-xl-very-light-orange:focus,
  a.border-color-xl-very-light-orange:active,
  a.border-color-xl-very-light-orange:hover {
    border-color: #DDB677; } }

.border-top-color-very-light-orange,
.border-top-color-very-light-orange a,
.border-top-color-very-light-orange a:focus,
.border-top-color-very-light-orange a:active,
.border-top-color-very-light-orange a:hover,
a.border-top-color-very-light-orange,
a.border-top-color-very-light-orange:focus,
a.border-top-color-very-light-orange:active,
a.border-top-color-very-light-orange:hover {
  border-top-color: #DDB677; }

@media (min-width: 576px) {
  .border-top-color-sm-very-light-orange,
  .border-top-color-sm-very-light-orange a,
  .border-top-color-sm-very-light-orange a:focus,
  .border-top-color-sm-very-light-orange a:active,
  .border-top-color-sm-very-light-orange a:hover,
  a.border-top-color-sm-very-light-orange,
  a.border-top-color-sm-very-light-orange:focus,
  a.border-top-color-sm-very-light-orange:active,
  a.border-top-color-sm-very-light-orange:hover {
    border-top-color: #DDB677; } }

@media (min-width: 768px) {
  .border-top-color-md-very-light-orange,
  .border-top-color-md-very-light-orange a,
  .border-top-color-md-very-light-orange a:focus,
  .border-top-color-md-very-light-orange a:active,
  .border-top-color-md-very-light-orange a:hover,
  a.border-top-color-md-very-light-orange,
  a.border-top-color-md-very-light-orange:focus,
  a.border-top-color-md-very-light-orange:active,
  a.border-top-color-md-very-light-orange:hover {
    border-top-color: #DDB677; } }

@media (min-width: 992px) {
  .border-top-color-lg-very-light-orange,
  .border-top-color-lg-very-light-orange a,
  .border-top-color-lg-very-light-orange a:focus,
  .border-top-color-lg-very-light-orange a:active,
  .border-top-color-lg-very-light-orange a:hover,
  a.border-top-color-lg-very-light-orange,
  a.border-top-color-lg-very-light-orange:focus,
  a.border-top-color-lg-very-light-orange:active,
  a.border-top-color-lg-very-light-orange:hover {
    border-top-color: #DDB677; } }

@media (min-width: 1200px) {
  .border-top-color-xl-very-light-orange,
  .border-top-color-xl-very-light-orange a,
  .border-top-color-xl-very-light-orange a:focus,
  .border-top-color-xl-very-light-orange a:active,
  .border-top-color-xl-very-light-orange a:hover,
  a.border-top-color-xl-very-light-orange,
  a.border-top-color-xl-very-light-orange:focus,
  a.border-top-color-xl-very-light-orange:active,
  a.border-top-color-xl-very-light-orange:hover {
    border-top-color: #DDB677; } }

.border-right-color-very-light-orange,
.border-right-color-very-light-orange a,
.border-right-color-very-light-orange a:focus,
.border-right-color-very-light-orange a:active,
.border-right-color-very-light-orange a:hover,
a.border-right-color-very-light-orange,
a.border-right-color-very-light-orange:focus,
a.border-right-color-very-light-orange:active,
a.border-right-color-very-light-orange:hover {
  border-right-color: #DDB677; }

@media (min-width: 576px) {
  .border-right-color-sm-very-light-orange,
  .border-right-color-sm-very-light-orange a,
  .border-right-color-sm-very-light-orange a:focus,
  .border-right-color-sm-very-light-orange a:active,
  .border-right-color-sm-very-light-orange a:hover,
  a.border-right-color-sm-very-light-orange,
  a.border-right-color-sm-very-light-orange:focus,
  a.border-right-color-sm-very-light-orange:active,
  a.border-right-color-sm-very-light-orange:hover {
    border-right-color: #DDB677; } }

@media (min-width: 768px) {
  .border-right-color-md-very-light-orange,
  .border-right-color-md-very-light-orange a,
  .border-right-color-md-very-light-orange a:focus,
  .border-right-color-md-very-light-orange a:active,
  .border-right-color-md-very-light-orange a:hover,
  a.border-right-color-md-very-light-orange,
  a.border-right-color-md-very-light-orange:focus,
  a.border-right-color-md-very-light-orange:active,
  a.border-right-color-md-very-light-orange:hover {
    border-right-color: #DDB677; } }

@media (min-width: 992px) {
  .border-right-color-lg-very-light-orange,
  .border-right-color-lg-very-light-orange a,
  .border-right-color-lg-very-light-orange a:focus,
  .border-right-color-lg-very-light-orange a:active,
  .border-right-color-lg-very-light-orange a:hover,
  a.border-right-color-lg-very-light-orange,
  a.border-right-color-lg-very-light-orange:focus,
  a.border-right-color-lg-very-light-orange:active,
  a.border-right-color-lg-very-light-orange:hover {
    border-right-color: #DDB677; } }

@media (min-width: 1200px) {
  .border-right-color-xl-very-light-orange,
  .border-right-color-xl-very-light-orange a,
  .border-right-color-xl-very-light-orange a:focus,
  .border-right-color-xl-very-light-orange a:active,
  .border-right-color-xl-very-light-orange a:hover,
  a.border-right-color-xl-very-light-orange,
  a.border-right-color-xl-very-light-orange:focus,
  a.border-right-color-xl-very-light-orange:active,
  a.border-right-color-xl-very-light-orange:hover {
    border-right-color: #DDB677; } }

.border-bottom-color-very-light-orange,
.border-bottom-color-very-light-orange a,
.border-bottom-color-very-light-orange a:focus,
.border-bottom-color-very-light-orange a:active,
.border-bottom-color-very-light-orange a:hover,
a.border-bottom-color-very-light-orange,
a.border-bottom-color-very-light-orange:focus,
a.border-bottom-color-very-light-orange:active,
a.border-bottom-color-very-light-orange:hover {
  border-bottom-color: #DDB677; }

@media (min-width: 576px) {
  .border-bottom-color-sm-very-light-orange,
  .border-bottom-color-sm-very-light-orange a,
  .border-bottom-color-sm-very-light-orange a:focus,
  .border-bottom-color-sm-very-light-orange a:active,
  .border-bottom-color-sm-very-light-orange a:hover,
  a.border-bottom-color-sm-very-light-orange,
  a.border-bottom-color-sm-very-light-orange:focus,
  a.border-bottom-color-sm-very-light-orange:active,
  a.border-bottom-color-sm-very-light-orange:hover {
    border-bottom-color: #DDB677; } }

@media (min-width: 768px) {
  .border-bottom-color-md-very-light-orange,
  .border-bottom-color-md-very-light-orange a,
  .border-bottom-color-md-very-light-orange a:focus,
  .border-bottom-color-md-very-light-orange a:active,
  .border-bottom-color-md-very-light-orange a:hover,
  a.border-bottom-color-md-very-light-orange,
  a.border-bottom-color-md-very-light-orange:focus,
  a.border-bottom-color-md-very-light-orange:active,
  a.border-bottom-color-md-very-light-orange:hover {
    border-bottom-color: #DDB677; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-very-light-orange,
  .border-bottom-color-lg-very-light-orange a,
  .border-bottom-color-lg-very-light-orange a:focus,
  .border-bottom-color-lg-very-light-orange a:active,
  .border-bottom-color-lg-very-light-orange a:hover,
  a.border-bottom-color-lg-very-light-orange,
  a.border-bottom-color-lg-very-light-orange:focus,
  a.border-bottom-color-lg-very-light-orange:active,
  a.border-bottom-color-lg-very-light-orange:hover {
    border-bottom-color: #DDB677; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-very-light-orange,
  .border-bottom-color-xl-very-light-orange a,
  .border-bottom-color-xl-very-light-orange a:focus,
  .border-bottom-color-xl-very-light-orange a:active,
  .border-bottom-color-xl-very-light-orange a:hover,
  a.border-bottom-color-xl-very-light-orange,
  a.border-bottom-color-xl-very-light-orange:focus,
  a.border-bottom-color-xl-very-light-orange:active,
  a.border-bottom-color-xl-very-light-orange:hover {
    border-bottom-color: #DDB677; } }

.border-left-color-very-light-orange,
.border-left-color-very-light-orange a,
.border-left-color-very-light-orange a:focus,
.border-left-color-very-light-orange a:active,
.border-left-color-very-light-orange a:hover,
a.border-left-color-very-light-orange,
a.border-left-color-very-light-orange:focus,
a.border-left-color-very-light-orange:active,
a.border-left-color-very-light-orange:hover {
  border-left-color: #DDB677; }

@media (min-width: 576px) {
  .border-left-color-sm-very-light-orange,
  .border-left-color-sm-very-light-orange a,
  .border-left-color-sm-very-light-orange a:focus,
  .border-left-color-sm-very-light-orange a:active,
  .border-left-color-sm-very-light-orange a:hover,
  a.border-left-color-sm-very-light-orange,
  a.border-left-color-sm-very-light-orange:focus,
  a.border-left-color-sm-very-light-orange:active,
  a.border-left-color-sm-very-light-orange:hover {
    border-left-color: #DDB677; } }

@media (min-width: 768px) {
  .border-left-color-md-very-light-orange,
  .border-left-color-md-very-light-orange a,
  .border-left-color-md-very-light-orange a:focus,
  .border-left-color-md-very-light-orange a:active,
  .border-left-color-md-very-light-orange a:hover,
  a.border-left-color-md-very-light-orange,
  a.border-left-color-md-very-light-orange:focus,
  a.border-left-color-md-very-light-orange:active,
  a.border-left-color-md-very-light-orange:hover {
    border-left-color: #DDB677; } }

@media (min-width: 992px) {
  .border-left-color-lg-very-light-orange,
  .border-left-color-lg-very-light-orange a,
  .border-left-color-lg-very-light-orange a:focus,
  .border-left-color-lg-very-light-orange a:active,
  .border-left-color-lg-very-light-orange a:hover,
  a.border-left-color-lg-very-light-orange,
  a.border-left-color-lg-very-light-orange:focus,
  a.border-left-color-lg-very-light-orange:active,
  a.border-left-color-lg-very-light-orange:hover {
    border-left-color: #DDB677; } }

@media (min-width: 1200px) {
  .border-left-color-xl-very-light-orange,
  .border-left-color-xl-very-light-orange a,
  .border-left-color-xl-very-light-orange a:focus,
  .border-left-color-xl-very-light-orange a:active,
  .border-left-color-xl-very-light-orange a:hover,
  a.border-left-color-xl-very-light-orange,
  a.border-left-color-xl-very-light-orange:focus,
  a.border-left-color-xl-very-light-orange:active,
  a.border-left-color-xl-very-light-orange:hover {
    border-left-color: #DDB677; } }

.border-color-very-dark-green,
.border-color-very-dark-green a,
.border-color-very-dark-green a:focus,
.border-color-very-dark-green a:active,
.border-color-very-dark-green a:hover,
a.border-color-very-dark-green,
a.border-color-very-dark-green:focus,
a.border-color-very-dark-green:active,
a.border-color-very-dark-green:hover,
.has-very-dark-green-border-color,
a.has-very-dark-green-border-color,
a.has-very-dark-green-border-color:focus,
a.has-very-dark-green-border-color:active,
a.has-very-dark-green-border-color:hover {
  border-color: #46A800; }

@media (min-width: 576px) {
  .border-color-sm-very-dark-green,
  .border-color-sm-very-dark-green a,
  .border-color-sm-very-dark-green a:focus,
  .border-color-sm-very-dark-green a:active,
  .border-color-sm-very-dark-green a:hover,
  a.border-color-sm-very-dark-green,
  a.border-color-sm-very-dark-green:focus,
  a.border-color-sm-very-dark-green:active,
  a.border-color-sm-very-dark-green:hover {
    border-top-color: #46A800; } }

@media (min-width: 768px) {
  .border-color-md-very-dark-green,
  .border-color-md-very-dark-green a,
  .border-color-md-very-dark-green a:focus,
  .border-color-md-very-dark-green a:active,
  .border-color-md-very-dark-green a:hover,
  a.border-color-md-very-dark-green,
  a.border-color-md-very-dark-green:focus,
  a.border-color-md-very-dark-green:active,
  a.border-color-md-very-dark-green:hover {
    border-top-color: #46A800; } }

@media (min-width: 992px) {
  .border-color-lg-very-dark-green,
  .border-color-lg-very-dark-green a,
  .border-color-lg-very-dark-green a:focus,
  .border-color-lg-very-dark-green a:active,
  .border-color-lg-very-dark-green a:hover,
  a.border-color-lg-very-dark-green,
  a.border-color-lg-very-dark-green:focus,
  a.border-color-lg-very-dark-green:active,
  a.border-color-lg-very-dark-green:hover {
    border-color: #46A800; } }

@media (min-width: 1200px) {
  .border-color-xl-very-dark-green,
  .border-color-xl-very-dark-green a,
  .border-color-xl-very-dark-green a:focus,
  .border-color-xl-very-dark-green a:active,
  .border-color-xl-very-dark-green a:hover,
  a.border-color-xl-very-dark-green,
  a.border-color-xl-very-dark-green:focus,
  a.border-color-xl-very-dark-green:active,
  a.border-color-xl-very-dark-green:hover {
    border-color: #46A800; } }

.border-top-color-very-dark-green,
.border-top-color-very-dark-green a,
.border-top-color-very-dark-green a:focus,
.border-top-color-very-dark-green a:active,
.border-top-color-very-dark-green a:hover,
a.border-top-color-very-dark-green,
a.border-top-color-very-dark-green:focus,
a.border-top-color-very-dark-green:active,
a.border-top-color-very-dark-green:hover {
  border-top-color: #46A800; }

@media (min-width: 576px) {
  .border-top-color-sm-very-dark-green,
  .border-top-color-sm-very-dark-green a,
  .border-top-color-sm-very-dark-green a:focus,
  .border-top-color-sm-very-dark-green a:active,
  .border-top-color-sm-very-dark-green a:hover,
  a.border-top-color-sm-very-dark-green,
  a.border-top-color-sm-very-dark-green:focus,
  a.border-top-color-sm-very-dark-green:active,
  a.border-top-color-sm-very-dark-green:hover {
    border-top-color: #46A800; } }

@media (min-width: 768px) {
  .border-top-color-md-very-dark-green,
  .border-top-color-md-very-dark-green a,
  .border-top-color-md-very-dark-green a:focus,
  .border-top-color-md-very-dark-green a:active,
  .border-top-color-md-very-dark-green a:hover,
  a.border-top-color-md-very-dark-green,
  a.border-top-color-md-very-dark-green:focus,
  a.border-top-color-md-very-dark-green:active,
  a.border-top-color-md-very-dark-green:hover {
    border-top-color: #46A800; } }

@media (min-width: 992px) {
  .border-top-color-lg-very-dark-green,
  .border-top-color-lg-very-dark-green a,
  .border-top-color-lg-very-dark-green a:focus,
  .border-top-color-lg-very-dark-green a:active,
  .border-top-color-lg-very-dark-green a:hover,
  a.border-top-color-lg-very-dark-green,
  a.border-top-color-lg-very-dark-green:focus,
  a.border-top-color-lg-very-dark-green:active,
  a.border-top-color-lg-very-dark-green:hover {
    border-top-color: #46A800; } }

@media (min-width: 1200px) {
  .border-top-color-xl-very-dark-green,
  .border-top-color-xl-very-dark-green a,
  .border-top-color-xl-very-dark-green a:focus,
  .border-top-color-xl-very-dark-green a:active,
  .border-top-color-xl-very-dark-green a:hover,
  a.border-top-color-xl-very-dark-green,
  a.border-top-color-xl-very-dark-green:focus,
  a.border-top-color-xl-very-dark-green:active,
  a.border-top-color-xl-very-dark-green:hover {
    border-top-color: #46A800; } }

.border-right-color-very-dark-green,
.border-right-color-very-dark-green a,
.border-right-color-very-dark-green a:focus,
.border-right-color-very-dark-green a:active,
.border-right-color-very-dark-green a:hover,
a.border-right-color-very-dark-green,
a.border-right-color-very-dark-green:focus,
a.border-right-color-very-dark-green:active,
a.border-right-color-very-dark-green:hover {
  border-right-color: #46A800; }

@media (min-width: 576px) {
  .border-right-color-sm-very-dark-green,
  .border-right-color-sm-very-dark-green a,
  .border-right-color-sm-very-dark-green a:focus,
  .border-right-color-sm-very-dark-green a:active,
  .border-right-color-sm-very-dark-green a:hover,
  a.border-right-color-sm-very-dark-green,
  a.border-right-color-sm-very-dark-green:focus,
  a.border-right-color-sm-very-dark-green:active,
  a.border-right-color-sm-very-dark-green:hover {
    border-right-color: #46A800; } }

@media (min-width: 768px) {
  .border-right-color-md-very-dark-green,
  .border-right-color-md-very-dark-green a,
  .border-right-color-md-very-dark-green a:focus,
  .border-right-color-md-very-dark-green a:active,
  .border-right-color-md-very-dark-green a:hover,
  a.border-right-color-md-very-dark-green,
  a.border-right-color-md-very-dark-green:focus,
  a.border-right-color-md-very-dark-green:active,
  a.border-right-color-md-very-dark-green:hover {
    border-right-color: #46A800; } }

@media (min-width: 992px) {
  .border-right-color-lg-very-dark-green,
  .border-right-color-lg-very-dark-green a,
  .border-right-color-lg-very-dark-green a:focus,
  .border-right-color-lg-very-dark-green a:active,
  .border-right-color-lg-very-dark-green a:hover,
  a.border-right-color-lg-very-dark-green,
  a.border-right-color-lg-very-dark-green:focus,
  a.border-right-color-lg-very-dark-green:active,
  a.border-right-color-lg-very-dark-green:hover {
    border-right-color: #46A800; } }

@media (min-width: 1200px) {
  .border-right-color-xl-very-dark-green,
  .border-right-color-xl-very-dark-green a,
  .border-right-color-xl-very-dark-green a:focus,
  .border-right-color-xl-very-dark-green a:active,
  .border-right-color-xl-very-dark-green a:hover,
  a.border-right-color-xl-very-dark-green,
  a.border-right-color-xl-very-dark-green:focus,
  a.border-right-color-xl-very-dark-green:active,
  a.border-right-color-xl-very-dark-green:hover {
    border-right-color: #46A800; } }

.border-bottom-color-very-dark-green,
.border-bottom-color-very-dark-green a,
.border-bottom-color-very-dark-green a:focus,
.border-bottom-color-very-dark-green a:active,
.border-bottom-color-very-dark-green a:hover,
a.border-bottom-color-very-dark-green,
a.border-bottom-color-very-dark-green:focus,
a.border-bottom-color-very-dark-green:active,
a.border-bottom-color-very-dark-green:hover {
  border-bottom-color: #46A800; }

@media (min-width: 576px) {
  .border-bottom-color-sm-very-dark-green,
  .border-bottom-color-sm-very-dark-green a,
  .border-bottom-color-sm-very-dark-green a:focus,
  .border-bottom-color-sm-very-dark-green a:active,
  .border-bottom-color-sm-very-dark-green a:hover,
  a.border-bottom-color-sm-very-dark-green,
  a.border-bottom-color-sm-very-dark-green:focus,
  a.border-bottom-color-sm-very-dark-green:active,
  a.border-bottom-color-sm-very-dark-green:hover {
    border-bottom-color: #46A800; } }

@media (min-width: 768px) {
  .border-bottom-color-md-very-dark-green,
  .border-bottom-color-md-very-dark-green a,
  .border-bottom-color-md-very-dark-green a:focus,
  .border-bottom-color-md-very-dark-green a:active,
  .border-bottom-color-md-very-dark-green a:hover,
  a.border-bottom-color-md-very-dark-green,
  a.border-bottom-color-md-very-dark-green:focus,
  a.border-bottom-color-md-very-dark-green:active,
  a.border-bottom-color-md-very-dark-green:hover {
    border-bottom-color: #46A800; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-very-dark-green,
  .border-bottom-color-lg-very-dark-green a,
  .border-bottom-color-lg-very-dark-green a:focus,
  .border-bottom-color-lg-very-dark-green a:active,
  .border-bottom-color-lg-very-dark-green a:hover,
  a.border-bottom-color-lg-very-dark-green,
  a.border-bottom-color-lg-very-dark-green:focus,
  a.border-bottom-color-lg-very-dark-green:active,
  a.border-bottom-color-lg-very-dark-green:hover {
    border-bottom-color: #46A800; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-very-dark-green,
  .border-bottom-color-xl-very-dark-green a,
  .border-bottom-color-xl-very-dark-green a:focus,
  .border-bottom-color-xl-very-dark-green a:active,
  .border-bottom-color-xl-very-dark-green a:hover,
  a.border-bottom-color-xl-very-dark-green,
  a.border-bottom-color-xl-very-dark-green:focus,
  a.border-bottom-color-xl-very-dark-green:active,
  a.border-bottom-color-xl-very-dark-green:hover {
    border-bottom-color: #46A800; } }

.border-left-color-very-dark-green,
.border-left-color-very-dark-green a,
.border-left-color-very-dark-green a:focus,
.border-left-color-very-dark-green a:active,
.border-left-color-very-dark-green a:hover,
a.border-left-color-very-dark-green,
a.border-left-color-very-dark-green:focus,
a.border-left-color-very-dark-green:active,
a.border-left-color-very-dark-green:hover {
  border-left-color: #46A800; }

@media (min-width: 576px) {
  .border-left-color-sm-very-dark-green,
  .border-left-color-sm-very-dark-green a,
  .border-left-color-sm-very-dark-green a:focus,
  .border-left-color-sm-very-dark-green a:active,
  .border-left-color-sm-very-dark-green a:hover,
  a.border-left-color-sm-very-dark-green,
  a.border-left-color-sm-very-dark-green:focus,
  a.border-left-color-sm-very-dark-green:active,
  a.border-left-color-sm-very-dark-green:hover {
    border-left-color: #46A800; } }

@media (min-width: 768px) {
  .border-left-color-md-very-dark-green,
  .border-left-color-md-very-dark-green a,
  .border-left-color-md-very-dark-green a:focus,
  .border-left-color-md-very-dark-green a:active,
  .border-left-color-md-very-dark-green a:hover,
  a.border-left-color-md-very-dark-green,
  a.border-left-color-md-very-dark-green:focus,
  a.border-left-color-md-very-dark-green:active,
  a.border-left-color-md-very-dark-green:hover {
    border-left-color: #46A800; } }

@media (min-width: 992px) {
  .border-left-color-lg-very-dark-green,
  .border-left-color-lg-very-dark-green a,
  .border-left-color-lg-very-dark-green a:focus,
  .border-left-color-lg-very-dark-green a:active,
  .border-left-color-lg-very-dark-green a:hover,
  a.border-left-color-lg-very-dark-green,
  a.border-left-color-lg-very-dark-green:focus,
  a.border-left-color-lg-very-dark-green:active,
  a.border-left-color-lg-very-dark-green:hover {
    border-left-color: #46A800; } }

@media (min-width: 1200px) {
  .border-left-color-xl-very-dark-green,
  .border-left-color-xl-very-dark-green a,
  .border-left-color-xl-very-dark-green a:focus,
  .border-left-color-xl-very-dark-green a:active,
  .border-left-color-xl-very-dark-green a:hover,
  a.border-left-color-xl-very-dark-green,
  a.border-left-color-xl-very-dark-green:focus,
  a.border-left-color-xl-very-dark-green:active,
  a.border-left-color-xl-very-dark-green:hover {
    border-left-color: #46A800; } }

.border-color-dark-green,
.border-color-dark-green a,
.border-color-dark-green a:focus,
.border-color-dark-green a:active,
.border-color-dark-green a:hover,
a.border-color-dark-green,
a.border-color-dark-green:focus,
a.border-color-dark-green:active,
a.border-color-dark-green:hover,
.has-dark-green-border-color,
a.has-dark-green-border-color,
a.has-dark-green-border-color:focus,
a.has-dark-green-border-color:active,
a.has-dark-green-border-color:hover {
  border-color: #59D600; }

@media (min-width: 576px) {
  .border-color-sm-dark-green,
  .border-color-sm-dark-green a,
  .border-color-sm-dark-green a:focus,
  .border-color-sm-dark-green a:active,
  .border-color-sm-dark-green a:hover,
  a.border-color-sm-dark-green,
  a.border-color-sm-dark-green:focus,
  a.border-color-sm-dark-green:active,
  a.border-color-sm-dark-green:hover {
    border-top-color: #59D600; } }

@media (min-width: 768px) {
  .border-color-md-dark-green,
  .border-color-md-dark-green a,
  .border-color-md-dark-green a:focus,
  .border-color-md-dark-green a:active,
  .border-color-md-dark-green a:hover,
  a.border-color-md-dark-green,
  a.border-color-md-dark-green:focus,
  a.border-color-md-dark-green:active,
  a.border-color-md-dark-green:hover {
    border-top-color: #59D600; } }

@media (min-width: 992px) {
  .border-color-lg-dark-green,
  .border-color-lg-dark-green a,
  .border-color-lg-dark-green a:focus,
  .border-color-lg-dark-green a:active,
  .border-color-lg-dark-green a:hover,
  a.border-color-lg-dark-green,
  a.border-color-lg-dark-green:focus,
  a.border-color-lg-dark-green:active,
  a.border-color-lg-dark-green:hover {
    border-color: #59D600; } }

@media (min-width: 1200px) {
  .border-color-xl-dark-green,
  .border-color-xl-dark-green a,
  .border-color-xl-dark-green a:focus,
  .border-color-xl-dark-green a:active,
  .border-color-xl-dark-green a:hover,
  a.border-color-xl-dark-green,
  a.border-color-xl-dark-green:focus,
  a.border-color-xl-dark-green:active,
  a.border-color-xl-dark-green:hover {
    border-color: #59D600; } }

.border-top-color-dark-green,
.border-top-color-dark-green a,
.border-top-color-dark-green a:focus,
.border-top-color-dark-green a:active,
.border-top-color-dark-green a:hover,
a.border-top-color-dark-green,
a.border-top-color-dark-green:focus,
a.border-top-color-dark-green:active,
a.border-top-color-dark-green:hover {
  border-top-color: #59D600; }

@media (min-width: 576px) {
  .border-top-color-sm-dark-green,
  .border-top-color-sm-dark-green a,
  .border-top-color-sm-dark-green a:focus,
  .border-top-color-sm-dark-green a:active,
  .border-top-color-sm-dark-green a:hover,
  a.border-top-color-sm-dark-green,
  a.border-top-color-sm-dark-green:focus,
  a.border-top-color-sm-dark-green:active,
  a.border-top-color-sm-dark-green:hover {
    border-top-color: #59D600; } }

@media (min-width: 768px) {
  .border-top-color-md-dark-green,
  .border-top-color-md-dark-green a,
  .border-top-color-md-dark-green a:focus,
  .border-top-color-md-dark-green a:active,
  .border-top-color-md-dark-green a:hover,
  a.border-top-color-md-dark-green,
  a.border-top-color-md-dark-green:focus,
  a.border-top-color-md-dark-green:active,
  a.border-top-color-md-dark-green:hover {
    border-top-color: #59D600; } }

@media (min-width: 992px) {
  .border-top-color-lg-dark-green,
  .border-top-color-lg-dark-green a,
  .border-top-color-lg-dark-green a:focus,
  .border-top-color-lg-dark-green a:active,
  .border-top-color-lg-dark-green a:hover,
  a.border-top-color-lg-dark-green,
  a.border-top-color-lg-dark-green:focus,
  a.border-top-color-lg-dark-green:active,
  a.border-top-color-lg-dark-green:hover {
    border-top-color: #59D600; } }

@media (min-width: 1200px) {
  .border-top-color-xl-dark-green,
  .border-top-color-xl-dark-green a,
  .border-top-color-xl-dark-green a:focus,
  .border-top-color-xl-dark-green a:active,
  .border-top-color-xl-dark-green a:hover,
  a.border-top-color-xl-dark-green,
  a.border-top-color-xl-dark-green:focus,
  a.border-top-color-xl-dark-green:active,
  a.border-top-color-xl-dark-green:hover {
    border-top-color: #59D600; } }

.border-right-color-dark-green,
.border-right-color-dark-green a,
.border-right-color-dark-green a:focus,
.border-right-color-dark-green a:active,
.border-right-color-dark-green a:hover,
a.border-right-color-dark-green,
a.border-right-color-dark-green:focus,
a.border-right-color-dark-green:active,
a.border-right-color-dark-green:hover {
  border-right-color: #59D600; }

@media (min-width: 576px) {
  .border-right-color-sm-dark-green,
  .border-right-color-sm-dark-green a,
  .border-right-color-sm-dark-green a:focus,
  .border-right-color-sm-dark-green a:active,
  .border-right-color-sm-dark-green a:hover,
  a.border-right-color-sm-dark-green,
  a.border-right-color-sm-dark-green:focus,
  a.border-right-color-sm-dark-green:active,
  a.border-right-color-sm-dark-green:hover {
    border-right-color: #59D600; } }

@media (min-width: 768px) {
  .border-right-color-md-dark-green,
  .border-right-color-md-dark-green a,
  .border-right-color-md-dark-green a:focus,
  .border-right-color-md-dark-green a:active,
  .border-right-color-md-dark-green a:hover,
  a.border-right-color-md-dark-green,
  a.border-right-color-md-dark-green:focus,
  a.border-right-color-md-dark-green:active,
  a.border-right-color-md-dark-green:hover {
    border-right-color: #59D600; } }

@media (min-width: 992px) {
  .border-right-color-lg-dark-green,
  .border-right-color-lg-dark-green a,
  .border-right-color-lg-dark-green a:focus,
  .border-right-color-lg-dark-green a:active,
  .border-right-color-lg-dark-green a:hover,
  a.border-right-color-lg-dark-green,
  a.border-right-color-lg-dark-green:focus,
  a.border-right-color-lg-dark-green:active,
  a.border-right-color-lg-dark-green:hover {
    border-right-color: #59D600; } }

@media (min-width: 1200px) {
  .border-right-color-xl-dark-green,
  .border-right-color-xl-dark-green a,
  .border-right-color-xl-dark-green a:focus,
  .border-right-color-xl-dark-green a:active,
  .border-right-color-xl-dark-green a:hover,
  a.border-right-color-xl-dark-green,
  a.border-right-color-xl-dark-green:focus,
  a.border-right-color-xl-dark-green:active,
  a.border-right-color-xl-dark-green:hover {
    border-right-color: #59D600; } }

.border-bottom-color-dark-green,
.border-bottom-color-dark-green a,
.border-bottom-color-dark-green a:focus,
.border-bottom-color-dark-green a:active,
.border-bottom-color-dark-green a:hover,
a.border-bottom-color-dark-green,
a.border-bottom-color-dark-green:focus,
a.border-bottom-color-dark-green:active,
a.border-bottom-color-dark-green:hover {
  border-bottom-color: #59D600; }

@media (min-width: 576px) {
  .border-bottom-color-sm-dark-green,
  .border-bottom-color-sm-dark-green a,
  .border-bottom-color-sm-dark-green a:focus,
  .border-bottom-color-sm-dark-green a:active,
  .border-bottom-color-sm-dark-green a:hover,
  a.border-bottom-color-sm-dark-green,
  a.border-bottom-color-sm-dark-green:focus,
  a.border-bottom-color-sm-dark-green:active,
  a.border-bottom-color-sm-dark-green:hover {
    border-bottom-color: #59D600; } }

@media (min-width: 768px) {
  .border-bottom-color-md-dark-green,
  .border-bottom-color-md-dark-green a,
  .border-bottom-color-md-dark-green a:focus,
  .border-bottom-color-md-dark-green a:active,
  .border-bottom-color-md-dark-green a:hover,
  a.border-bottom-color-md-dark-green,
  a.border-bottom-color-md-dark-green:focus,
  a.border-bottom-color-md-dark-green:active,
  a.border-bottom-color-md-dark-green:hover {
    border-bottom-color: #59D600; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-dark-green,
  .border-bottom-color-lg-dark-green a,
  .border-bottom-color-lg-dark-green a:focus,
  .border-bottom-color-lg-dark-green a:active,
  .border-bottom-color-lg-dark-green a:hover,
  a.border-bottom-color-lg-dark-green,
  a.border-bottom-color-lg-dark-green:focus,
  a.border-bottom-color-lg-dark-green:active,
  a.border-bottom-color-lg-dark-green:hover {
    border-bottom-color: #59D600; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-dark-green,
  .border-bottom-color-xl-dark-green a,
  .border-bottom-color-xl-dark-green a:focus,
  .border-bottom-color-xl-dark-green a:active,
  .border-bottom-color-xl-dark-green a:hover,
  a.border-bottom-color-xl-dark-green,
  a.border-bottom-color-xl-dark-green:focus,
  a.border-bottom-color-xl-dark-green:active,
  a.border-bottom-color-xl-dark-green:hover {
    border-bottom-color: #59D600; } }

.border-left-color-dark-green,
.border-left-color-dark-green a,
.border-left-color-dark-green a:focus,
.border-left-color-dark-green a:active,
.border-left-color-dark-green a:hover,
a.border-left-color-dark-green,
a.border-left-color-dark-green:focus,
a.border-left-color-dark-green:active,
a.border-left-color-dark-green:hover {
  border-left-color: #59D600; }

@media (min-width: 576px) {
  .border-left-color-sm-dark-green,
  .border-left-color-sm-dark-green a,
  .border-left-color-sm-dark-green a:focus,
  .border-left-color-sm-dark-green a:active,
  .border-left-color-sm-dark-green a:hover,
  a.border-left-color-sm-dark-green,
  a.border-left-color-sm-dark-green:focus,
  a.border-left-color-sm-dark-green:active,
  a.border-left-color-sm-dark-green:hover {
    border-left-color: #59D600; } }

@media (min-width: 768px) {
  .border-left-color-md-dark-green,
  .border-left-color-md-dark-green a,
  .border-left-color-md-dark-green a:focus,
  .border-left-color-md-dark-green a:active,
  .border-left-color-md-dark-green a:hover,
  a.border-left-color-md-dark-green,
  a.border-left-color-md-dark-green:focus,
  a.border-left-color-md-dark-green:active,
  a.border-left-color-md-dark-green:hover {
    border-left-color: #59D600; } }

@media (min-width: 992px) {
  .border-left-color-lg-dark-green,
  .border-left-color-lg-dark-green a,
  .border-left-color-lg-dark-green a:focus,
  .border-left-color-lg-dark-green a:active,
  .border-left-color-lg-dark-green a:hover,
  a.border-left-color-lg-dark-green,
  a.border-left-color-lg-dark-green:focus,
  a.border-left-color-lg-dark-green:active,
  a.border-left-color-lg-dark-green:hover {
    border-left-color: #59D600; } }

@media (min-width: 1200px) {
  .border-left-color-xl-dark-green,
  .border-left-color-xl-dark-green a,
  .border-left-color-xl-dark-green a:focus,
  .border-left-color-xl-dark-green a:active,
  .border-left-color-xl-dark-green a:hover,
  a.border-left-color-xl-dark-green,
  a.border-left-color-xl-dark-green:focus,
  a.border-left-color-xl-dark-green:active,
  a.border-left-color-xl-dark-green:hover {
    border-left-color: #59D600; } }

.border-color-green,
.border-color-green a,
.border-color-green a:focus,
.border-color-green a:active,
.border-color-green a:hover,
a.border-color-green,
a.border-color-green:focus,
a.border-color-green:active,
a.border-color-green:hover,
.has-green-border-color,
a.has-green-border-color,
a.has-green-border-color:focus,
a.has-green-border-color:active,
a.has-green-border-color:hover {
  border-color: #81D742; }

@media (min-width: 576px) {
  .border-color-sm-green,
  .border-color-sm-green a,
  .border-color-sm-green a:focus,
  .border-color-sm-green a:active,
  .border-color-sm-green a:hover,
  a.border-color-sm-green,
  a.border-color-sm-green:focus,
  a.border-color-sm-green:active,
  a.border-color-sm-green:hover {
    border-top-color: #81D742; } }

@media (min-width: 768px) {
  .border-color-md-green,
  .border-color-md-green a,
  .border-color-md-green a:focus,
  .border-color-md-green a:active,
  .border-color-md-green a:hover,
  a.border-color-md-green,
  a.border-color-md-green:focus,
  a.border-color-md-green:active,
  a.border-color-md-green:hover {
    border-top-color: #81D742; } }

@media (min-width: 992px) {
  .border-color-lg-green,
  .border-color-lg-green a,
  .border-color-lg-green a:focus,
  .border-color-lg-green a:active,
  .border-color-lg-green a:hover,
  a.border-color-lg-green,
  a.border-color-lg-green:focus,
  a.border-color-lg-green:active,
  a.border-color-lg-green:hover {
    border-color: #81D742; } }

@media (min-width: 1200px) {
  .border-color-xl-green,
  .border-color-xl-green a,
  .border-color-xl-green a:focus,
  .border-color-xl-green a:active,
  .border-color-xl-green a:hover,
  a.border-color-xl-green,
  a.border-color-xl-green:focus,
  a.border-color-xl-green:active,
  a.border-color-xl-green:hover {
    border-color: #81D742; } }

.border-top-color-green,
.border-top-color-green a,
.border-top-color-green a:focus,
.border-top-color-green a:active,
.border-top-color-green a:hover,
a.border-top-color-green,
a.border-top-color-green:focus,
a.border-top-color-green:active,
a.border-top-color-green:hover {
  border-top-color: #81D742; }

@media (min-width: 576px) {
  .border-top-color-sm-green,
  .border-top-color-sm-green a,
  .border-top-color-sm-green a:focus,
  .border-top-color-sm-green a:active,
  .border-top-color-sm-green a:hover,
  a.border-top-color-sm-green,
  a.border-top-color-sm-green:focus,
  a.border-top-color-sm-green:active,
  a.border-top-color-sm-green:hover {
    border-top-color: #81D742; } }

@media (min-width: 768px) {
  .border-top-color-md-green,
  .border-top-color-md-green a,
  .border-top-color-md-green a:focus,
  .border-top-color-md-green a:active,
  .border-top-color-md-green a:hover,
  a.border-top-color-md-green,
  a.border-top-color-md-green:focus,
  a.border-top-color-md-green:active,
  a.border-top-color-md-green:hover {
    border-top-color: #81D742; } }

@media (min-width: 992px) {
  .border-top-color-lg-green,
  .border-top-color-lg-green a,
  .border-top-color-lg-green a:focus,
  .border-top-color-lg-green a:active,
  .border-top-color-lg-green a:hover,
  a.border-top-color-lg-green,
  a.border-top-color-lg-green:focus,
  a.border-top-color-lg-green:active,
  a.border-top-color-lg-green:hover {
    border-top-color: #81D742; } }

@media (min-width: 1200px) {
  .border-top-color-xl-green,
  .border-top-color-xl-green a,
  .border-top-color-xl-green a:focus,
  .border-top-color-xl-green a:active,
  .border-top-color-xl-green a:hover,
  a.border-top-color-xl-green,
  a.border-top-color-xl-green:focus,
  a.border-top-color-xl-green:active,
  a.border-top-color-xl-green:hover {
    border-top-color: #81D742; } }

.border-right-color-green,
.border-right-color-green a,
.border-right-color-green a:focus,
.border-right-color-green a:active,
.border-right-color-green a:hover,
a.border-right-color-green,
a.border-right-color-green:focus,
a.border-right-color-green:active,
a.border-right-color-green:hover {
  border-right-color: #81D742; }

@media (min-width: 576px) {
  .border-right-color-sm-green,
  .border-right-color-sm-green a,
  .border-right-color-sm-green a:focus,
  .border-right-color-sm-green a:active,
  .border-right-color-sm-green a:hover,
  a.border-right-color-sm-green,
  a.border-right-color-sm-green:focus,
  a.border-right-color-sm-green:active,
  a.border-right-color-sm-green:hover {
    border-right-color: #81D742; } }

@media (min-width: 768px) {
  .border-right-color-md-green,
  .border-right-color-md-green a,
  .border-right-color-md-green a:focus,
  .border-right-color-md-green a:active,
  .border-right-color-md-green a:hover,
  a.border-right-color-md-green,
  a.border-right-color-md-green:focus,
  a.border-right-color-md-green:active,
  a.border-right-color-md-green:hover {
    border-right-color: #81D742; } }

@media (min-width: 992px) {
  .border-right-color-lg-green,
  .border-right-color-lg-green a,
  .border-right-color-lg-green a:focus,
  .border-right-color-lg-green a:active,
  .border-right-color-lg-green a:hover,
  a.border-right-color-lg-green,
  a.border-right-color-lg-green:focus,
  a.border-right-color-lg-green:active,
  a.border-right-color-lg-green:hover {
    border-right-color: #81D742; } }

@media (min-width: 1200px) {
  .border-right-color-xl-green,
  .border-right-color-xl-green a,
  .border-right-color-xl-green a:focus,
  .border-right-color-xl-green a:active,
  .border-right-color-xl-green a:hover,
  a.border-right-color-xl-green,
  a.border-right-color-xl-green:focus,
  a.border-right-color-xl-green:active,
  a.border-right-color-xl-green:hover {
    border-right-color: #81D742; } }

.border-bottom-color-green,
.border-bottom-color-green a,
.border-bottom-color-green a:focus,
.border-bottom-color-green a:active,
.border-bottom-color-green a:hover,
a.border-bottom-color-green,
a.border-bottom-color-green:focus,
a.border-bottom-color-green:active,
a.border-bottom-color-green:hover {
  border-bottom-color: #81D742; }

@media (min-width: 576px) {
  .border-bottom-color-sm-green,
  .border-bottom-color-sm-green a,
  .border-bottom-color-sm-green a:focus,
  .border-bottom-color-sm-green a:active,
  .border-bottom-color-sm-green a:hover,
  a.border-bottom-color-sm-green,
  a.border-bottom-color-sm-green:focus,
  a.border-bottom-color-sm-green:active,
  a.border-bottom-color-sm-green:hover {
    border-bottom-color: #81D742; } }

@media (min-width: 768px) {
  .border-bottom-color-md-green,
  .border-bottom-color-md-green a,
  .border-bottom-color-md-green a:focus,
  .border-bottom-color-md-green a:active,
  .border-bottom-color-md-green a:hover,
  a.border-bottom-color-md-green,
  a.border-bottom-color-md-green:focus,
  a.border-bottom-color-md-green:active,
  a.border-bottom-color-md-green:hover {
    border-bottom-color: #81D742; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-green,
  .border-bottom-color-lg-green a,
  .border-bottom-color-lg-green a:focus,
  .border-bottom-color-lg-green a:active,
  .border-bottom-color-lg-green a:hover,
  a.border-bottom-color-lg-green,
  a.border-bottom-color-lg-green:focus,
  a.border-bottom-color-lg-green:active,
  a.border-bottom-color-lg-green:hover {
    border-bottom-color: #81D742; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-green,
  .border-bottom-color-xl-green a,
  .border-bottom-color-xl-green a:focus,
  .border-bottom-color-xl-green a:active,
  .border-bottom-color-xl-green a:hover,
  a.border-bottom-color-xl-green,
  a.border-bottom-color-xl-green:focus,
  a.border-bottom-color-xl-green:active,
  a.border-bottom-color-xl-green:hover {
    border-bottom-color: #81D742; } }

.border-left-color-green,
.border-left-color-green a,
.border-left-color-green a:focus,
.border-left-color-green a:active,
.border-left-color-green a:hover,
a.border-left-color-green,
a.border-left-color-green:focus,
a.border-left-color-green:active,
a.border-left-color-green:hover {
  border-left-color: #81D742; }

@media (min-width: 576px) {
  .border-left-color-sm-green,
  .border-left-color-sm-green a,
  .border-left-color-sm-green a:focus,
  .border-left-color-sm-green a:active,
  .border-left-color-sm-green a:hover,
  a.border-left-color-sm-green,
  a.border-left-color-sm-green:focus,
  a.border-left-color-sm-green:active,
  a.border-left-color-sm-green:hover {
    border-left-color: #81D742; } }

@media (min-width: 768px) {
  .border-left-color-md-green,
  .border-left-color-md-green a,
  .border-left-color-md-green a:focus,
  .border-left-color-md-green a:active,
  .border-left-color-md-green a:hover,
  a.border-left-color-md-green,
  a.border-left-color-md-green:focus,
  a.border-left-color-md-green:active,
  a.border-left-color-md-green:hover {
    border-left-color: #81D742; } }

@media (min-width: 992px) {
  .border-left-color-lg-green,
  .border-left-color-lg-green a,
  .border-left-color-lg-green a:focus,
  .border-left-color-lg-green a:active,
  .border-left-color-lg-green a:hover,
  a.border-left-color-lg-green,
  a.border-left-color-lg-green:focus,
  a.border-left-color-lg-green:active,
  a.border-left-color-lg-green:hover {
    border-left-color: #81D742; } }

@media (min-width: 1200px) {
  .border-left-color-xl-green,
  .border-left-color-xl-green a,
  .border-left-color-xl-green a:focus,
  .border-left-color-xl-green a:active,
  .border-left-color-xl-green a:hover,
  a.border-left-color-xl-green,
  a.border-left-color-xl-green:focus,
  a.border-left-color-xl-green:active,
  a.border-left-color-xl-green:hover {
    border-left-color: #81D742; } }

.border-color-light-green,
.border-color-light-green a,
.border-color-light-green a:focus,
.border-color-light-green a:active,
.border-color-light-green a:hover,
a.border-color-light-green,
a.border-color-light-green:focus,
a.border-color-light-green:active,
a.border-color-light-green:hover,
.has-light-green-border-color,
a.has-light-green-border-color,
a.has-light-green-border-color:focus,
a.has-light-green-border-color:active,
a.has-light-green-border-color:hover {
  border-color: #9AD66F; }

@media (min-width: 576px) {
  .border-color-sm-light-green,
  .border-color-sm-light-green a,
  .border-color-sm-light-green a:focus,
  .border-color-sm-light-green a:active,
  .border-color-sm-light-green a:hover,
  a.border-color-sm-light-green,
  a.border-color-sm-light-green:focus,
  a.border-color-sm-light-green:active,
  a.border-color-sm-light-green:hover {
    border-top-color: #9AD66F; } }

@media (min-width: 768px) {
  .border-color-md-light-green,
  .border-color-md-light-green a,
  .border-color-md-light-green a:focus,
  .border-color-md-light-green a:active,
  .border-color-md-light-green a:hover,
  a.border-color-md-light-green,
  a.border-color-md-light-green:focus,
  a.border-color-md-light-green:active,
  a.border-color-md-light-green:hover {
    border-top-color: #9AD66F; } }

@media (min-width: 992px) {
  .border-color-lg-light-green,
  .border-color-lg-light-green a,
  .border-color-lg-light-green a:focus,
  .border-color-lg-light-green a:active,
  .border-color-lg-light-green a:hover,
  a.border-color-lg-light-green,
  a.border-color-lg-light-green:focus,
  a.border-color-lg-light-green:active,
  a.border-color-lg-light-green:hover {
    border-color: #9AD66F; } }

@media (min-width: 1200px) {
  .border-color-xl-light-green,
  .border-color-xl-light-green a,
  .border-color-xl-light-green a:focus,
  .border-color-xl-light-green a:active,
  .border-color-xl-light-green a:hover,
  a.border-color-xl-light-green,
  a.border-color-xl-light-green:focus,
  a.border-color-xl-light-green:active,
  a.border-color-xl-light-green:hover {
    border-color: #9AD66F; } }

.border-top-color-light-green,
.border-top-color-light-green a,
.border-top-color-light-green a:focus,
.border-top-color-light-green a:active,
.border-top-color-light-green a:hover,
a.border-top-color-light-green,
a.border-top-color-light-green:focus,
a.border-top-color-light-green:active,
a.border-top-color-light-green:hover {
  border-top-color: #9AD66F; }

@media (min-width: 576px) {
  .border-top-color-sm-light-green,
  .border-top-color-sm-light-green a,
  .border-top-color-sm-light-green a:focus,
  .border-top-color-sm-light-green a:active,
  .border-top-color-sm-light-green a:hover,
  a.border-top-color-sm-light-green,
  a.border-top-color-sm-light-green:focus,
  a.border-top-color-sm-light-green:active,
  a.border-top-color-sm-light-green:hover {
    border-top-color: #9AD66F; } }

@media (min-width: 768px) {
  .border-top-color-md-light-green,
  .border-top-color-md-light-green a,
  .border-top-color-md-light-green a:focus,
  .border-top-color-md-light-green a:active,
  .border-top-color-md-light-green a:hover,
  a.border-top-color-md-light-green,
  a.border-top-color-md-light-green:focus,
  a.border-top-color-md-light-green:active,
  a.border-top-color-md-light-green:hover {
    border-top-color: #9AD66F; } }

@media (min-width: 992px) {
  .border-top-color-lg-light-green,
  .border-top-color-lg-light-green a,
  .border-top-color-lg-light-green a:focus,
  .border-top-color-lg-light-green a:active,
  .border-top-color-lg-light-green a:hover,
  a.border-top-color-lg-light-green,
  a.border-top-color-lg-light-green:focus,
  a.border-top-color-lg-light-green:active,
  a.border-top-color-lg-light-green:hover {
    border-top-color: #9AD66F; } }

@media (min-width: 1200px) {
  .border-top-color-xl-light-green,
  .border-top-color-xl-light-green a,
  .border-top-color-xl-light-green a:focus,
  .border-top-color-xl-light-green a:active,
  .border-top-color-xl-light-green a:hover,
  a.border-top-color-xl-light-green,
  a.border-top-color-xl-light-green:focus,
  a.border-top-color-xl-light-green:active,
  a.border-top-color-xl-light-green:hover {
    border-top-color: #9AD66F; } }

.border-right-color-light-green,
.border-right-color-light-green a,
.border-right-color-light-green a:focus,
.border-right-color-light-green a:active,
.border-right-color-light-green a:hover,
a.border-right-color-light-green,
a.border-right-color-light-green:focus,
a.border-right-color-light-green:active,
a.border-right-color-light-green:hover {
  border-right-color: #9AD66F; }

@media (min-width: 576px) {
  .border-right-color-sm-light-green,
  .border-right-color-sm-light-green a,
  .border-right-color-sm-light-green a:focus,
  .border-right-color-sm-light-green a:active,
  .border-right-color-sm-light-green a:hover,
  a.border-right-color-sm-light-green,
  a.border-right-color-sm-light-green:focus,
  a.border-right-color-sm-light-green:active,
  a.border-right-color-sm-light-green:hover {
    border-right-color: #9AD66F; } }

@media (min-width: 768px) {
  .border-right-color-md-light-green,
  .border-right-color-md-light-green a,
  .border-right-color-md-light-green a:focus,
  .border-right-color-md-light-green a:active,
  .border-right-color-md-light-green a:hover,
  a.border-right-color-md-light-green,
  a.border-right-color-md-light-green:focus,
  a.border-right-color-md-light-green:active,
  a.border-right-color-md-light-green:hover {
    border-right-color: #9AD66F; } }

@media (min-width: 992px) {
  .border-right-color-lg-light-green,
  .border-right-color-lg-light-green a,
  .border-right-color-lg-light-green a:focus,
  .border-right-color-lg-light-green a:active,
  .border-right-color-lg-light-green a:hover,
  a.border-right-color-lg-light-green,
  a.border-right-color-lg-light-green:focus,
  a.border-right-color-lg-light-green:active,
  a.border-right-color-lg-light-green:hover {
    border-right-color: #9AD66F; } }

@media (min-width: 1200px) {
  .border-right-color-xl-light-green,
  .border-right-color-xl-light-green a,
  .border-right-color-xl-light-green a:focus,
  .border-right-color-xl-light-green a:active,
  .border-right-color-xl-light-green a:hover,
  a.border-right-color-xl-light-green,
  a.border-right-color-xl-light-green:focus,
  a.border-right-color-xl-light-green:active,
  a.border-right-color-xl-light-green:hover {
    border-right-color: #9AD66F; } }

.border-bottom-color-light-green,
.border-bottom-color-light-green a,
.border-bottom-color-light-green a:focus,
.border-bottom-color-light-green a:active,
.border-bottom-color-light-green a:hover,
a.border-bottom-color-light-green,
a.border-bottom-color-light-green:focus,
a.border-bottom-color-light-green:active,
a.border-bottom-color-light-green:hover {
  border-bottom-color: #9AD66F; }

@media (min-width: 576px) {
  .border-bottom-color-sm-light-green,
  .border-bottom-color-sm-light-green a,
  .border-bottom-color-sm-light-green a:focus,
  .border-bottom-color-sm-light-green a:active,
  .border-bottom-color-sm-light-green a:hover,
  a.border-bottom-color-sm-light-green,
  a.border-bottom-color-sm-light-green:focus,
  a.border-bottom-color-sm-light-green:active,
  a.border-bottom-color-sm-light-green:hover {
    border-bottom-color: #9AD66F; } }

@media (min-width: 768px) {
  .border-bottom-color-md-light-green,
  .border-bottom-color-md-light-green a,
  .border-bottom-color-md-light-green a:focus,
  .border-bottom-color-md-light-green a:active,
  .border-bottom-color-md-light-green a:hover,
  a.border-bottom-color-md-light-green,
  a.border-bottom-color-md-light-green:focus,
  a.border-bottom-color-md-light-green:active,
  a.border-bottom-color-md-light-green:hover {
    border-bottom-color: #9AD66F; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-light-green,
  .border-bottom-color-lg-light-green a,
  .border-bottom-color-lg-light-green a:focus,
  .border-bottom-color-lg-light-green a:active,
  .border-bottom-color-lg-light-green a:hover,
  a.border-bottom-color-lg-light-green,
  a.border-bottom-color-lg-light-green:focus,
  a.border-bottom-color-lg-light-green:active,
  a.border-bottom-color-lg-light-green:hover {
    border-bottom-color: #9AD66F; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-light-green,
  .border-bottom-color-xl-light-green a,
  .border-bottom-color-xl-light-green a:focus,
  .border-bottom-color-xl-light-green a:active,
  .border-bottom-color-xl-light-green a:hover,
  a.border-bottom-color-xl-light-green,
  a.border-bottom-color-xl-light-green:focus,
  a.border-bottom-color-xl-light-green:active,
  a.border-bottom-color-xl-light-green:hover {
    border-bottom-color: #9AD66F; } }

.border-left-color-light-green,
.border-left-color-light-green a,
.border-left-color-light-green a:focus,
.border-left-color-light-green a:active,
.border-left-color-light-green a:hover,
a.border-left-color-light-green,
a.border-left-color-light-green:focus,
a.border-left-color-light-green:active,
a.border-left-color-light-green:hover {
  border-left-color: #9AD66F; }

@media (min-width: 576px) {
  .border-left-color-sm-light-green,
  .border-left-color-sm-light-green a,
  .border-left-color-sm-light-green a:focus,
  .border-left-color-sm-light-green a:active,
  .border-left-color-sm-light-green a:hover,
  a.border-left-color-sm-light-green,
  a.border-left-color-sm-light-green:focus,
  a.border-left-color-sm-light-green:active,
  a.border-left-color-sm-light-green:hover {
    border-left-color: #9AD66F; } }

@media (min-width: 768px) {
  .border-left-color-md-light-green,
  .border-left-color-md-light-green a,
  .border-left-color-md-light-green a:focus,
  .border-left-color-md-light-green a:active,
  .border-left-color-md-light-green a:hover,
  a.border-left-color-md-light-green,
  a.border-left-color-md-light-green:focus,
  a.border-left-color-md-light-green:active,
  a.border-left-color-md-light-green:hover {
    border-left-color: #9AD66F; } }

@media (min-width: 992px) {
  .border-left-color-lg-light-green,
  .border-left-color-lg-light-green a,
  .border-left-color-lg-light-green a:focus,
  .border-left-color-lg-light-green a:active,
  .border-left-color-lg-light-green a:hover,
  a.border-left-color-lg-light-green,
  a.border-left-color-lg-light-green:focus,
  a.border-left-color-lg-light-green:active,
  a.border-left-color-lg-light-green:hover {
    border-left-color: #9AD66F; } }

@media (min-width: 1200px) {
  .border-left-color-xl-light-green,
  .border-left-color-xl-light-green a,
  .border-left-color-xl-light-green a:focus,
  .border-left-color-xl-light-green a:active,
  .border-left-color-xl-light-green a:hover,
  a.border-left-color-xl-light-green,
  a.border-left-color-xl-light-green:focus,
  a.border-left-color-xl-light-green:active,
  a.border-left-color-xl-light-green:hover {
    border-left-color: #9AD66F; } }

.border-color-very-light-green,
.border-color-very-light-green a,
.border-color-very-light-green a:focus,
.border-color-very-light-green a:active,
.border-color-very-light-green a:hover,
a.border-color-very-light-green,
a.border-color-very-light-green:focus,
a.border-color-very-light-green:active,
a.border-color-very-light-green:hover,
.has-very-light-green-border-color,
a.has-very-light-green-border-color,
a.has-very-light-green-border-color:focus,
a.has-very-light-green-border-color:active,
a.has-very-light-green-border-color:hover {
  border-color: #A9D691; }

@media (min-width: 576px) {
  .border-color-sm-very-light-green,
  .border-color-sm-very-light-green a,
  .border-color-sm-very-light-green a:focus,
  .border-color-sm-very-light-green a:active,
  .border-color-sm-very-light-green a:hover,
  a.border-color-sm-very-light-green,
  a.border-color-sm-very-light-green:focus,
  a.border-color-sm-very-light-green:active,
  a.border-color-sm-very-light-green:hover {
    border-top-color: #A9D691; } }

@media (min-width: 768px) {
  .border-color-md-very-light-green,
  .border-color-md-very-light-green a,
  .border-color-md-very-light-green a:focus,
  .border-color-md-very-light-green a:active,
  .border-color-md-very-light-green a:hover,
  a.border-color-md-very-light-green,
  a.border-color-md-very-light-green:focus,
  a.border-color-md-very-light-green:active,
  a.border-color-md-very-light-green:hover {
    border-top-color: #A9D691; } }

@media (min-width: 992px) {
  .border-color-lg-very-light-green,
  .border-color-lg-very-light-green a,
  .border-color-lg-very-light-green a:focus,
  .border-color-lg-very-light-green a:active,
  .border-color-lg-very-light-green a:hover,
  a.border-color-lg-very-light-green,
  a.border-color-lg-very-light-green:focus,
  a.border-color-lg-very-light-green:active,
  a.border-color-lg-very-light-green:hover {
    border-color: #A9D691; } }

@media (min-width: 1200px) {
  .border-color-xl-very-light-green,
  .border-color-xl-very-light-green a,
  .border-color-xl-very-light-green a:focus,
  .border-color-xl-very-light-green a:active,
  .border-color-xl-very-light-green a:hover,
  a.border-color-xl-very-light-green,
  a.border-color-xl-very-light-green:focus,
  a.border-color-xl-very-light-green:active,
  a.border-color-xl-very-light-green:hover {
    border-color: #A9D691; } }

.border-top-color-very-light-green,
.border-top-color-very-light-green a,
.border-top-color-very-light-green a:focus,
.border-top-color-very-light-green a:active,
.border-top-color-very-light-green a:hover,
a.border-top-color-very-light-green,
a.border-top-color-very-light-green:focus,
a.border-top-color-very-light-green:active,
a.border-top-color-very-light-green:hover {
  border-top-color: #A9D691; }

@media (min-width: 576px) {
  .border-top-color-sm-very-light-green,
  .border-top-color-sm-very-light-green a,
  .border-top-color-sm-very-light-green a:focus,
  .border-top-color-sm-very-light-green a:active,
  .border-top-color-sm-very-light-green a:hover,
  a.border-top-color-sm-very-light-green,
  a.border-top-color-sm-very-light-green:focus,
  a.border-top-color-sm-very-light-green:active,
  a.border-top-color-sm-very-light-green:hover {
    border-top-color: #A9D691; } }

@media (min-width: 768px) {
  .border-top-color-md-very-light-green,
  .border-top-color-md-very-light-green a,
  .border-top-color-md-very-light-green a:focus,
  .border-top-color-md-very-light-green a:active,
  .border-top-color-md-very-light-green a:hover,
  a.border-top-color-md-very-light-green,
  a.border-top-color-md-very-light-green:focus,
  a.border-top-color-md-very-light-green:active,
  a.border-top-color-md-very-light-green:hover {
    border-top-color: #A9D691; } }

@media (min-width: 992px) {
  .border-top-color-lg-very-light-green,
  .border-top-color-lg-very-light-green a,
  .border-top-color-lg-very-light-green a:focus,
  .border-top-color-lg-very-light-green a:active,
  .border-top-color-lg-very-light-green a:hover,
  a.border-top-color-lg-very-light-green,
  a.border-top-color-lg-very-light-green:focus,
  a.border-top-color-lg-very-light-green:active,
  a.border-top-color-lg-very-light-green:hover {
    border-top-color: #A9D691; } }

@media (min-width: 1200px) {
  .border-top-color-xl-very-light-green,
  .border-top-color-xl-very-light-green a,
  .border-top-color-xl-very-light-green a:focus,
  .border-top-color-xl-very-light-green a:active,
  .border-top-color-xl-very-light-green a:hover,
  a.border-top-color-xl-very-light-green,
  a.border-top-color-xl-very-light-green:focus,
  a.border-top-color-xl-very-light-green:active,
  a.border-top-color-xl-very-light-green:hover {
    border-top-color: #A9D691; } }

.border-right-color-very-light-green,
.border-right-color-very-light-green a,
.border-right-color-very-light-green a:focus,
.border-right-color-very-light-green a:active,
.border-right-color-very-light-green a:hover,
a.border-right-color-very-light-green,
a.border-right-color-very-light-green:focus,
a.border-right-color-very-light-green:active,
a.border-right-color-very-light-green:hover {
  border-right-color: #A9D691; }

@media (min-width: 576px) {
  .border-right-color-sm-very-light-green,
  .border-right-color-sm-very-light-green a,
  .border-right-color-sm-very-light-green a:focus,
  .border-right-color-sm-very-light-green a:active,
  .border-right-color-sm-very-light-green a:hover,
  a.border-right-color-sm-very-light-green,
  a.border-right-color-sm-very-light-green:focus,
  a.border-right-color-sm-very-light-green:active,
  a.border-right-color-sm-very-light-green:hover {
    border-right-color: #A9D691; } }

@media (min-width: 768px) {
  .border-right-color-md-very-light-green,
  .border-right-color-md-very-light-green a,
  .border-right-color-md-very-light-green a:focus,
  .border-right-color-md-very-light-green a:active,
  .border-right-color-md-very-light-green a:hover,
  a.border-right-color-md-very-light-green,
  a.border-right-color-md-very-light-green:focus,
  a.border-right-color-md-very-light-green:active,
  a.border-right-color-md-very-light-green:hover {
    border-right-color: #A9D691; } }

@media (min-width: 992px) {
  .border-right-color-lg-very-light-green,
  .border-right-color-lg-very-light-green a,
  .border-right-color-lg-very-light-green a:focus,
  .border-right-color-lg-very-light-green a:active,
  .border-right-color-lg-very-light-green a:hover,
  a.border-right-color-lg-very-light-green,
  a.border-right-color-lg-very-light-green:focus,
  a.border-right-color-lg-very-light-green:active,
  a.border-right-color-lg-very-light-green:hover {
    border-right-color: #A9D691; } }

@media (min-width: 1200px) {
  .border-right-color-xl-very-light-green,
  .border-right-color-xl-very-light-green a,
  .border-right-color-xl-very-light-green a:focus,
  .border-right-color-xl-very-light-green a:active,
  .border-right-color-xl-very-light-green a:hover,
  a.border-right-color-xl-very-light-green,
  a.border-right-color-xl-very-light-green:focus,
  a.border-right-color-xl-very-light-green:active,
  a.border-right-color-xl-very-light-green:hover {
    border-right-color: #A9D691; } }

.border-bottom-color-very-light-green,
.border-bottom-color-very-light-green a,
.border-bottom-color-very-light-green a:focus,
.border-bottom-color-very-light-green a:active,
.border-bottom-color-very-light-green a:hover,
a.border-bottom-color-very-light-green,
a.border-bottom-color-very-light-green:focus,
a.border-bottom-color-very-light-green:active,
a.border-bottom-color-very-light-green:hover {
  border-bottom-color: #A9D691; }

@media (min-width: 576px) {
  .border-bottom-color-sm-very-light-green,
  .border-bottom-color-sm-very-light-green a,
  .border-bottom-color-sm-very-light-green a:focus,
  .border-bottom-color-sm-very-light-green a:active,
  .border-bottom-color-sm-very-light-green a:hover,
  a.border-bottom-color-sm-very-light-green,
  a.border-bottom-color-sm-very-light-green:focus,
  a.border-bottom-color-sm-very-light-green:active,
  a.border-bottom-color-sm-very-light-green:hover {
    border-bottom-color: #A9D691; } }

@media (min-width: 768px) {
  .border-bottom-color-md-very-light-green,
  .border-bottom-color-md-very-light-green a,
  .border-bottom-color-md-very-light-green a:focus,
  .border-bottom-color-md-very-light-green a:active,
  .border-bottom-color-md-very-light-green a:hover,
  a.border-bottom-color-md-very-light-green,
  a.border-bottom-color-md-very-light-green:focus,
  a.border-bottom-color-md-very-light-green:active,
  a.border-bottom-color-md-very-light-green:hover {
    border-bottom-color: #A9D691; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-very-light-green,
  .border-bottom-color-lg-very-light-green a,
  .border-bottom-color-lg-very-light-green a:focus,
  .border-bottom-color-lg-very-light-green a:active,
  .border-bottom-color-lg-very-light-green a:hover,
  a.border-bottom-color-lg-very-light-green,
  a.border-bottom-color-lg-very-light-green:focus,
  a.border-bottom-color-lg-very-light-green:active,
  a.border-bottom-color-lg-very-light-green:hover {
    border-bottom-color: #A9D691; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-very-light-green,
  .border-bottom-color-xl-very-light-green a,
  .border-bottom-color-xl-very-light-green a:focus,
  .border-bottom-color-xl-very-light-green a:active,
  .border-bottom-color-xl-very-light-green a:hover,
  a.border-bottom-color-xl-very-light-green,
  a.border-bottom-color-xl-very-light-green:focus,
  a.border-bottom-color-xl-very-light-green:active,
  a.border-bottom-color-xl-very-light-green:hover {
    border-bottom-color: #A9D691; } }

.border-left-color-very-light-green,
.border-left-color-very-light-green a,
.border-left-color-very-light-green a:focus,
.border-left-color-very-light-green a:active,
.border-left-color-very-light-green a:hover,
a.border-left-color-very-light-green,
a.border-left-color-very-light-green:focus,
a.border-left-color-very-light-green:active,
a.border-left-color-very-light-green:hover {
  border-left-color: #A9D691; }

@media (min-width: 576px) {
  .border-left-color-sm-very-light-green,
  .border-left-color-sm-very-light-green a,
  .border-left-color-sm-very-light-green a:focus,
  .border-left-color-sm-very-light-green a:active,
  .border-left-color-sm-very-light-green a:hover,
  a.border-left-color-sm-very-light-green,
  a.border-left-color-sm-very-light-green:focus,
  a.border-left-color-sm-very-light-green:active,
  a.border-left-color-sm-very-light-green:hover {
    border-left-color: #A9D691; } }

@media (min-width: 768px) {
  .border-left-color-md-very-light-green,
  .border-left-color-md-very-light-green a,
  .border-left-color-md-very-light-green a:focus,
  .border-left-color-md-very-light-green a:active,
  .border-left-color-md-very-light-green a:hover,
  a.border-left-color-md-very-light-green,
  a.border-left-color-md-very-light-green:focus,
  a.border-left-color-md-very-light-green:active,
  a.border-left-color-md-very-light-green:hover {
    border-left-color: #A9D691; } }

@media (min-width: 992px) {
  .border-left-color-lg-very-light-green,
  .border-left-color-lg-very-light-green a,
  .border-left-color-lg-very-light-green a:focus,
  .border-left-color-lg-very-light-green a:active,
  .border-left-color-lg-very-light-green a:hover,
  a.border-left-color-lg-very-light-green,
  a.border-left-color-lg-very-light-green:focus,
  a.border-left-color-lg-very-light-green:active,
  a.border-left-color-lg-very-light-green:hover {
    border-left-color: #A9D691; } }

@media (min-width: 1200px) {
  .border-left-color-xl-very-light-green,
  .border-left-color-xl-very-light-green a,
  .border-left-color-xl-very-light-green a:focus,
  .border-left-color-xl-very-light-green a:active,
  .border-left-color-xl-very-light-green a:hover,
  a.border-left-color-xl-very-light-green,
  a.border-left-color-xl-very-light-green:focus,
  a.border-left-color-xl-very-light-green:active,
  a.border-left-color-xl-very-light-green:hover {
    border-left-color: #A9D691; } }

.border-color-very-dark-yellow,
.border-color-very-dark-yellow a,
.border-color-very-dark-yellow a:focus,
.border-color-very-dark-yellow a:active,
.border-color-very-dark-yellow a:hover,
a.border-color-very-dark-yellow,
a.border-color-very-dark-yellow:focus,
a.border-color-very-dark-yellow:active,
a.border-color-very-dark-yellow:hover,
.has-very-dark-yellow-border-color,
a.has-very-dark-yellow-border-color,
a.has-very-dark-yellow-border-color:focus,
a.has-very-dark-yellow-border-color:active,
a.has-very-dark-yellow-border-color:hover {
  border-color: #DDD200; }

@media (min-width: 576px) {
  .border-color-sm-very-dark-yellow,
  .border-color-sm-very-dark-yellow a,
  .border-color-sm-very-dark-yellow a:focus,
  .border-color-sm-very-dark-yellow a:active,
  .border-color-sm-very-dark-yellow a:hover,
  a.border-color-sm-very-dark-yellow,
  a.border-color-sm-very-dark-yellow:focus,
  a.border-color-sm-very-dark-yellow:active,
  a.border-color-sm-very-dark-yellow:hover {
    border-top-color: #DDD200; } }

@media (min-width: 768px) {
  .border-color-md-very-dark-yellow,
  .border-color-md-very-dark-yellow a,
  .border-color-md-very-dark-yellow a:focus,
  .border-color-md-very-dark-yellow a:active,
  .border-color-md-very-dark-yellow a:hover,
  a.border-color-md-very-dark-yellow,
  a.border-color-md-very-dark-yellow:focus,
  a.border-color-md-very-dark-yellow:active,
  a.border-color-md-very-dark-yellow:hover {
    border-top-color: #DDD200; } }

@media (min-width: 992px) {
  .border-color-lg-very-dark-yellow,
  .border-color-lg-very-dark-yellow a,
  .border-color-lg-very-dark-yellow a:focus,
  .border-color-lg-very-dark-yellow a:active,
  .border-color-lg-very-dark-yellow a:hover,
  a.border-color-lg-very-dark-yellow,
  a.border-color-lg-very-dark-yellow:focus,
  a.border-color-lg-very-dark-yellow:active,
  a.border-color-lg-very-dark-yellow:hover {
    border-color: #DDD200; } }

@media (min-width: 1200px) {
  .border-color-xl-very-dark-yellow,
  .border-color-xl-very-dark-yellow a,
  .border-color-xl-very-dark-yellow a:focus,
  .border-color-xl-very-dark-yellow a:active,
  .border-color-xl-very-dark-yellow a:hover,
  a.border-color-xl-very-dark-yellow,
  a.border-color-xl-very-dark-yellow:focus,
  a.border-color-xl-very-dark-yellow:active,
  a.border-color-xl-very-dark-yellow:hover {
    border-color: #DDD200; } }

.border-top-color-very-dark-yellow,
.border-top-color-very-dark-yellow a,
.border-top-color-very-dark-yellow a:focus,
.border-top-color-very-dark-yellow a:active,
.border-top-color-very-dark-yellow a:hover,
a.border-top-color-very-dark-yellow,
a.border-top-color-very-dark-yellow:focus,
a.border-top-color-very-dark-yellow:active,
a.border-top-color-very-dark-yellow:hover {
  border-top-color: #DDD200; }

@media (min-width: 576px) {
  .border-top-color-sm-very-dark-yellow,
  .border-top-color-sm-very-dark-yellow a,
  .border-top-color-sm-very-dark-yellow a:focus,
  .border-top-color-sm-very-dark-yellow a:active,
  .border-top-color-sm-very-dark-yellow a:hover,
  a.border-top-color-sm-very-dark-yellow,
  a.border-top-color-sm-very-dark-yellow:focus,
  a.border-top-color-sm-very-dark-yellow:active,
  a.border-top-color-sm-very-dark-yellow:hover {
    border-top-color: #DDD200; } }

@media (min-width: 768px) {
  .border-top-color-md-very-dark-yellow,
  .border-top-color-md-very-dark-yellow a,
  .border-top-color-md-very-dark-yellow a:focus,
  .border-top-color-md-very-dark-yellow a:active,
  .border-top-color-md-very-dark-yellow a:hover,
  a.border-top-color-md-very-dark-yellow,
  a.border-top-color-md-very-dark-yellow:focus,
  a.border-top-color-md-very-dark-yellow:active,
  a.border-top-color-md-very-dark-yellow:hover {
    border-top-color: #DDD200; } }

@media (min-width: 992px) {
  .border-top-color-lg-very-dark-yellow,
  .border-top-color-lg-very-dark-yellow a,
  .border-top-color-lg-very-dark-yellow a:focus,
  .border-top-color-lg-very-dark-yellow a:active,
  .border-top-color-lg-very-dark-yellow a:hover,
  a.border-top-color-lg-very-dark-yellow,
  a.border-top-color-lg-very-dark-yellow:focus,
  a.border-top-color-lg-very-dark-yellow:active,
  a.border-top-color-lg-very-dark-yellow:hover {
    border-top-color: #DDD200; } }

@media (min-width: 1200px) {
  .border-top-color-xl-very-dark-yellow,
  .border-top-color-xl-very-dark-yellow a,
  .border-top-color-xl-very-dark-yellow a:focus,
  .border-top-color-xl-very-dark-yellow a:active,
  .border-top-color-xl-very-dark-yellow a:hover,
  a.border-top-color-xl-very-dark-yellow,
  a.border-top-color-xl-very-dark-yellow:focus,
  a.border-top-color-xl-very-dark-yellow:active,
  a.border-top-color-xl-very-dark-yellow:hover {
    border-top-color: #DDD200; } }

.border-right-color-very-dark-yellow,
.border-right-color-very-dark-yellow a,
.border-right-color-very-dark-yellow a:focus,
.border-right-color-very-dark-yellow a:active,
.border-right-color-very-dark-yellow a:hover,
a.border-right-color-very-dark-yellow,
a.border-right-color-very-dark-yellow:focus,
a.border-right-color-very-dark-yellow:active,
a.border-right-color-very-dark-yellow:hover {
  border-right-color: #DDD200; }

@media (min-width: 576px) {
  .border-right-color-sm-very-dark-yellow,
  .border-right-color-sm-very-dark-yellow a,
  .border-right-color-sm-very-dark-yellow a:focus,
  .border-right-color-sm-very-dark-yellow a:active,
  .border-right-color-sm-very-dark-yellow a:hover,
  a.border-right-color-sm-very-dark-yellow,
  a.border-right-color-sm-very-dark-yellow:focus,
  a.border-right-color-sm-very-dark-yellow:active,
  a.border-right-color-sm-very-dark-yellow:hover {
    border-right-color: #DDD200; } }

@media (min-width: 768px) {
  .border-right-color-md-very-dark-yellow,
  .border-right-color-md-very-dark-yellow a,
  .border-right-color-md-very-dark-yellow a:focus,
  .border-right-color-md-very-dark-yellow a:active,
  .border-right-color-md-very-dark-yellow a:hover,
  a.border-right-color-md-very-dark-yellow,
  a.border-right-color-md-very-dark-yellow:focus,
  a.border-right-color-md-very-dark-yellow:active,
  a.border-right-color-md-very-dark-yellow:hover {
    border-right-color: #DDD200; } }

@media (min-width: 992px) {
  .border-right-color-lg-very-dark-yellow,
  .border-right-color-lg-very-dark-yellow a,
  .border-right-color-lg-very-dark-yellow a:focus,
  .border-right-color-lg-very-dark-yellow a:active,
  .border-right-color-lg-very-dark-yellow a:hover,
  a.border-right-color-lg-very-dark-yellow,
  a.border-right-color-lg-very-dark-yellow:focus,
  a.border-right-color-lg-very-dark-yellow:active,
  a.border-right-color-lg-very-dark-yellow:hover {
    border-right-color: #DDD200; } }

@media (min-width: 1200px) {
  .border-right-color-xl-very-dark-yellow,
  .border-right-color-xl-very-dark-yellow a,
  .border-right-color-xl-very-dark-yellow a:focus,
  .border-right-color-xl-very-dark-yellow a:active,
  .border-right-color-xl-very-dark-yellow a:hover,
  a.border-right-color-xl-very-dark-yellow,
  a.border-right-color-xl-very-dark-yellow:focus,
  a.border-right-color-xl-very-dark-yellow:active,
  a.border-right-color-xl-very-dark-yellow:hover {
    border-right-color: #DDD200; } }

.border-bottom-color-very-dark-yellow,
.border-bottom-color-very-dark-yellow a,
.border-bottom-color-very-dark-yellow a:focus,
.border-bottom-color-very-dark-yellow a:active,
.border-bottom-color-very-dark-yellow a:hover,
a.border-bottom-color-very-dark-yellow,
a.border-bottom-color-very-dark-yellow:focus,
a.border-bottom-color-very-dark-yellow:active,
a.border-bottom-color-very-dark-yellow:hover {
  border-bottom-color: #DDD200; }

@media (min-width: 576px) {
  .border-bottom-color-sm-very-dark-yellow,
  .border-bottom-color-sm-very-dark-yellow a,
  .border-bottom-color-sm-very-dark-yellow a:focus,
  .border-bottom-color-sm-very-dark-yellow a:active,
  .border-bottom-color-sm-very-dark-yellow a:hover,
  a.border-bottom-color-sm-very-dark-yellow,
  a.border-bottom-color-sm-very-dark-yellow:focus,
  a.border-bottom-color-sm-very-dark-yellow:active,
  a.border-bottom-color-sm-very-dark-yellow:hover {
    border-bottom-color: #DDD200; } }

@media (min-width: 768px) {
  .border-bottom-color-md-very-dark-yellow,
  .border-bottom-color-md-very-dark-yellow a,
  .border-bottom-color-md-very-dark-yellow a:focus,
  .border-bottom-color-md-very-dark-yellow a:active,
  .border-bottom-color-md-very-dark-yellow a:hover,
  a.border-bottom-color-md-very-dark-yellow,
  a.border-bottom-color-md-very-dark-yellow:focus,
  a.border-bottom-color-md-very-dark-yellow:active,
  a.border-bottom-color-md-very-dark-yellow:hover {
    border-bottom-color: #DDD200; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-very-dark-yellow,
  .border-bottom-color-lg-very-dark-yellow a,
  .border-bottom-color-lg-very-dark-yellow a:focus,
  .border-bottom-color-lg-very-dark-yellow a:active,
  .border-bottom-color-lg-very-dark-yellow a:hover,
  a.border-bottom-color-lg-very-dark-yellow,
  a.border-bottom-color-lg-very-dark-yellow:focus,
  a.border-bottom-color-lg-very-dark-yellow:active,
  a.border-bottom-color-lg-very-dark-yellow:hover {
    border-bottom-color: #DDD200; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-very-dark-yellow,
  .border-bottom-color-xl-very-dark-yellow a,
  .border-bottom-color-xl-very-dark-yellow a:focus,
  .border-bottom-color-xl-very-dark-yellow a:active,
  .border-bottom-color-xl-very-dark-yellow a:hover,
  a.border-bottom-color-xl-very-dark-yellow,
  a.border-bottom-color-xl-very-dark-yellow:focus,
  a.border-bottom-color-xl-very-dark-yellow:active,
  a.border-bottom-color-xl-very-dark-yellow:hover {
    border-bottom-color: #DDD200; } }

.border-left-color-very-dark-yellow,
.border-left-color-very-dark-yellow a,
.border-left-color-very-dark-yellow a:focus,
.border-left-color-very-dark-yellow a:active,
.border-left-color-very-dark-yellow a:hover,
a.border-left-color-very-dark-yellow,
a.border-left-color-very-dark-yellow:focus,
a.border-left-color-very-dark-yellow:active,
a.border-left-color-very-dark-yellow:hover {
  border-left-color: #DDD200; }

@media (min-width: 576px) {
  .border-left-color-sm-very-dark-yellow,
  .border-left-color-sm-very-dark-yellow a,
  .border-left-color-sm-very-dark-yellow a:focus,
  .border-left-color-sm-very-dark-yellow a:active,
  .border-left-color-sm-very-dark-yellow a:hover,
  a.border-left-color-sm-very-dark-yellow,
  a.border-left-color-sm-very-dark-yellow:focus,
  a.border-left-color-sm-very-dark-yellow:active,
  a.border-left-color-sm-very-dark-yellow:hover {
    border-left-color: #DDD200; } }

@media (min-width: 768px) {
  .border-left-color-md-very-dark-yellow,
  .border-left-color-md-very-dark-yellow a,
  .border-left-color-md-very-dark-yellow a:focus,
  .border-left-color-md-very-dark-yellow a:active,
  .border-left-color-md-very-dark-yellow a:hover,
  a.border-left-color-md-very-dark-yellow,
  a.border-left-color-md-very-dark-yellow:focus,
  a.border-left-color-md-very-dark-yellow:active,
  a.border-left-color-md-very-dark-yellow:hover {
    border-left-color: #DDD200; } }

@media (min-width: 992px) {
  .border-left-color-lg-very-dark-yellow,
  .border-left-color-lg-very-dark-yellow a,
  .border-left-color-lg-very-dark-yellow a:focus,
  .border-left-color-lg-very-dark-yellow a:active,
  .border-left-color-lg-very-dark-yellow a:hover,
  a.border-left-color-lg-very-dark-yellow,
  a.border-left-color-lg-very-dark-yellow:focus,
  a.border-left-color-lg-very-dark-yellow:active,
  a.border-left-color-lg-very-dark-yellow:hover {
    border-left-color: #DDD200; } }

@media (min-width: 1200px) {
  .border-left-color-xl-very-dark-yellow,
  .border-left-color-xl-very-dark-yellow a,
  .border-left-color-xl-very-dark-yellow a:focus,
  .border-left-color-xl-very-dark-yellow a:active,
  .border-left-color-xl-very-dark-yellow a:hover,
  a.border-left-color-xl-very-dark-yellow,
  a.border-left-color-xl-very-dark-yellow:focus,
  a.border-left-color-xl-very-dark-yellow:active,
  a.border-left-color-xl-very-dark-yellow:hover {
    border-left-color: #DDD200; } }

.border-color-dark-yellow,
.border-color-dark-yellow a,
.border-color-dark-yellow a:focus,
.border-color-dark-yellow a:active,
.border-color-dark-yellow a:hover,
a.border-color-dark-yellow,
a.border-color-dark-yellow:focus,
a.border-color-dark-yellow:active,
a.border-color-dark-yellow:hover,
.has-dark-yellow-border-color,
a.has-dark-yellow-border-color,
a.has-dark-yellow-border-color:focus,
a.has-dark-yellow-border-color:active,
a.has-dark-yellow-border-color:hover {
  border-color: #E5DB19; }

@media (min-width: 576px) {
  .border-color-sm-dark-yellow,
  .border-color-sm-dark-yellow a,
  .border-color-sm-dark-yellow a:focus,
  .border-color-sm-dark-yellow a:active,
  .border-color-sm-dark-yellow a:hover,
  a.border-color-sm-dark-yellow,
  a.border-color-sm-dark-yellow:focus,
  a.border-color-sm-dark-yellow:active,
  a.border-color-sm-dark-yellow:hover {
    border-top-color: #E5DB19; } }

@media (min-width: 768px) {
  .border-color-md-dark-yellow,
  .border-color-md-dark-yellow a,
  .border-color-md-dark-yellow a:focus,
  .border-color-md-dark-yellow a:active,
  .border-color-md-dark-yellow a:hover,
  a.border-color-md-dark-yellow,
  a.border-color-md-dark-yellow:focus,
  a.border-color-md-dark-yellow:active,
  a.border-color-md-dark-yellow:hover {
    border-top-color: #E5DB19; } }

@media (min-width: 992px) {
  .border-color-lg-dark-yellow,
  .border-color-lg-dark-yellow a,
  .border-color-lg-dark-yellow a:focus,
  .border-color-lg-dark-yellow a:active,
  .border-color-lg-dark-yellow a:hover,
  a.border-color-lg-dark-yellow,
  a.border-color-lg-dark-yellow:focus,
  a.border-color-lg-dark-yellow:active,
  a.border-color-lg-dark-yellow:hover {
    border-color: #E5DB19; } }

@media (min-width: 1200px) {
  .border-color-xl-dark-yellow,
  .border-color-xl-dark-yellow a,
  .border-color-xl-dark-yellow a:focus,
  .border-color-xl-dark-yellow a:active,
  .border-color-xl-dark-yellow a:hover,
  a.border-color-xl-dark-yellow,
  a.border-color-xl-dark-yellow:focus,
  a.border-color-xl-dark-yellow:active,
  a.border-color-xl-dark-yellow:hover {
    border-color: #E5DB19; } }

.border-top-color-dark-yellow,
.border-top-color-dark-yellow a,
.border-top-color-dark-yellow a:focus,
.border-top-color-dark-yellow a:active,
.border-top-color-dark-yellow a:hover,
a.border-top-color-dark-yellow,
a.border-top-color-dark-yellow:focus,
a.border-top-color-dark-yellow:active,
a.border-top-color-dark-yellow:hover {
  border-top-color: #E5DB19; }

@media (min-width: 576px) {
  .border-top-color-sm-dark-yellow,
  .border-top-color-sm-dark-yellow a,
  .border-top-color-sm-dark-yellow a:focus,
  .border-top-color-sm-dark-yellow a:active,
  .border-top-color-sm-dark-yellow a:hover,
  a.border-top-color-sm-dark-yellow,
  a.border-top-color-sm-dark-yellow:focus,
  a.border-top-color-sm-dark-yellow:active,
  a.border-top-color-sm-dark-yellow:hover {
    border-top-color: #E5DB19; } }

@media (min-width: 768px) {
  .border-top-color-md-dark-yellow,
  .border-top-color-md-dark-yellow a,
  .border-top-color-md-dark-yellow a:focus,
  .border-top-color-md-dark-yellow a:active,
  .border-top-color-md-dark-yellow a:hover,
  a.border-top-color-md-dark-yellow,
  a.border-top-color-md-dark-yellow:focus,
  a.border-top-color-md-dark-yellow:active,
  a.border-top-color-md-dark-yellow:hover {
    border-top-color: #E5DB19; } }

@media (min-width: 992px) {
  .border-top-color-lg-dark-yellow,
  .border-top-color-lg-dark-yellow a,
  .border-top-color-lg-dark-yellow a:focus,
  .border-top-color-lg-dark-yellow a:active,
  .border-top-color-lg-dark-yellow a:hover,
  a.border-top-color-lg-dark-yellow,
  a.border-top-color-lg-dark-yellow:focus,
  a.border-top-color-lg-dark-yellow:active,
  a.border-top-color-lg-dark-yellow:hover {
    border-top-color: #E5DB19; } }

@media (min-width: 1200px) {
  .border-top-color-xl-dark-yellow,
  .border-top-color-xl-dark-yellow a,
  .border-top-color-xl-dark-yellow a:focus,
  .border-top-color-xl-dark-yellow a:active,
  .border-top-color-xl-dark-yellow a:hover,
  a.border-top-color-xl-dark-yellow,
  a.border-top-color-xl-dark-yellow:focus,
  a.border-top-color-xl-dark-yellow:active,
  a.border-top-color-xl-dark-yellow:hover {
    border-top-color: #E5DB19; } }

.border-right-color-dark-yellow,
.border-right-color-dark-yellow a,
.border-right-color-dark-yellow a:focus,
.border-right-color-dark-yellow a:active,
.border-right-color-dark-yellow a:hover,
a.border-right-color-dark-yellow,
a.border-right-color-dark-yellow:focus,
a.border-right-color-dark-yellow:active,
a.border-right-color-dark-yellow:hover {
  border-right-color: #E5DB19; }

@media (min-width: 576px) {
  .border-right-color-sm-dark-yellow,
  .border-right-color-sm-dark-yellow a,
  .border-right-color-sm-dark-yellow a:focus,
  .border-right-color-sm-dark-yellow a:active,
  .border-right-color-sm-dark-yellow a:hover,
  a.border-right-color-sm-dark-yellow,
  a.border-right-color-sm-dark-yellow:focus,
  a.border-right-color-sm-dark-yellow:active,
  a.border-right-color-sm-dark-yellow:hover {
    border-right-color: #E5DB19; } }

@media (min-width: 768px) {
  .border-right-color-md-dark-yellow,
  .border-right-color-md-dark-yellow a,
  .border-right-color-md-dark-yellow a:focus,
  .border-right-color-md-dark-yellow a:active,
  .border-right-color-md-dark-yellow a:hover,
  a.border-right-color-md-dark-yellow,
  a.border-right-color-md-dark-yellow:focus,
  a.border-right-color-md-dark-yellow:active,
  a.border-right-color-md-dark-yellow:hover {
    border-right-color: #E5DB19; } }

@media (min-width: 992px) {
  .border-right-color-lg-dark-yellow,
  .border-right-color-lg-dark-yellow a,
  .border-right-color-lg-dark-yellow a:focus,
  .border-right-color-lg-dark-yellow a:active,
  .border-right-color-lg-dark-yellow a:hover,
  a.border-right-color-lg-dark-yellow,
  a.border-right-color-lg-dark-yellow:focus,
  a.border-right-color-lg-dark-yellow:active,
  a.border-right-color-lg-dark-yellow:hover {
    border-right-color: #E5DB19; } }

@media (min-width: 1200px) {
  .border-right-color-xl-dark-yellow,
  .border-right-color-xl-dark-yellow a,
  .border-right-color-xl-dark-yellow a:focus,
  .border-right-color-xl-dark-yellow a:active,
  .border-right-color-xl-dark-yellow a:hover,
  a.border-right-color-xl-dark-yellow,
  a.border-right-color-xl-dark-yellow:focus,
  a.border-right-color-xl-dark-yellow:active,
  a.border-right-color-xl-dark-yellow:hover {
    border-right-color: #E5DB19; } }

.border-bottom-color-dark-yellow,
.border-bottom-color-dark-yellow a,
.border-bottom-color-dark-yellow a:focus,
.border-bottom-color-dark-yellow a:active,
.border-bottom-color-dark-yellow a:hover,
a.border-bottom-color-dark-yellow,
a.border-bottom-color-dark-yellow:focus,
a.border-bottom-color-dark-yellow:active,
a.border-bottom-color-dark-yellow:hover {
  border-bottom-color: #E5DB19; }

@media (min-width: 576px) {
  .border-bottom-color-sm-dark-yellow,
  .border-bottom-color-sm-dark-yellow a,
  .border-bottom-color-sm-dark-yellow a:focus,
  .border-bottom-color-sm-dark-yellow a:active,
  .border-bottom-color-sm-dark-yellow a:hover,
  a.border-bottom-color-sm-dark-yellow,
  a.border-bottom-color-sm-dark-yellow:focus,
  a.border-bottom-color-sm-dark-yellow:active,
  a.border-bottom-color-sm-dark-yellow:hover {
    border-bottom-color: #E5DB19; } }

@media (min-width: 768px) {
  .border-bottom-color-md-dark-yellow,
  .border-bottom-color-md-dark-yellow a,
  .border-bottom-color-md-dark-yellow a:focus,
  .border-bottom-color-md-dark-yellow a:active,
  .border-bottom-color-md-dark-yellow a:hover,
  a.border-bottom-color-md-dark-yellow,
  a.border-bottom-color-md-dark-yellow:focus,
  a.border-bottom-color-md-dark-yellow:active,
  a.border-bottom-color-md-dark-yellow:hover {
    border-bottom-color: #E5DB19; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-dark-yellow,
  .border-bottom-color-lg-dark-yellow a,
  .border-bottom-color-lg-dark-yellow a:focus,
  .border-bottom-color-lg-dark-yellow a:active,
  .border-bottom-color-lg-dark-yellow a:hover,
  a.border-bottom-color-lg-dark-yellow,
  a.border-bottom-color-lg-dark-yellow:focus,
  a.border-bottom-color-lg-dark-yellow:active,
  a.border-bottom-color-lg-dark-yellow:hover {
    border-bottom-color: #E5DB19; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-dark-yellow,
  .border-bottom-color-xl-dark-yellow a,
  .border-bottom-color-xl-dark-yellow a:focus,
  .border-bottom-color-xl-dark-yellow a:active,
  .border-bottom-color-xl-dark-yellow a:hover,
  a.border-bottom-color-xl-dark-yellow,
  a.border-bottom-color-xl-dark-yellow:focus,
  a.border-bottom-color-xl-dark-yellow:active,
  a.border-bottom-color-xl-dark-yellow:hover {
    border-bottom-color: #E5DB19; } }

.border-left-color-dark-yellow,
.border-left-color-dark-yellow a,
.border-left-color-dark-yellow a:focus,
.border-left-color-dark-yellow a:active,
.border-left-color-dark-yellow a:hover,
a.border-left-color-dark-yellow,
a.border-left-color-dark-yellow:focus,
a.border-left-color-dark-yellow:active,
a.border-left-color-dark-yellow:hover {
  border-left-color: #E5DB19; }

@media (min-width: 576px) {
  .border-left-color-sm-dark-yellow,
  .border-left-color-sm-dark-yellow a,
  .border-left-color-sm-dark-yellow a:focus,
  .border-left-color-sm-dark-yellow a:active,
  .border-left-color-sm-dark-yellow a:hover,
  a.border-left-color-sm-dark-yellow,
  a.border-left-color-sm-dark-yellow:focus,
  a.border-left-color-sm-dark-yellow:active,
  a.border-left-color-sm-dark-yellow:hover {
    border-left-color: #E5DB19; } }

@media (min-width: 768px) {
  .border-left-color-md-dark-yellow,
  .border-left-color-md-dark-yellow a,
  .border-left-color-md-dark-yellow a:focus,
  .border-left-color-md-dark-yellow a:active,
  .border-left-color-md-dark-yellow a:hover,
  a.border-left-color-md-dark-yellow,
  a.border-left-color-md-dark-yellow:focus,
  a.border-left-color-md-dark-yellow:active,
  a.border-left-color-md-dark-yellow:hover {
    border-left-color: #E5DB19; } }

@media (min-width: 992px) {
  .border-left-color-lg-dark-yellow,
  .border-left-color-lg-dark-yellow a,
  .border-left-color-lg-dark-yellow a:focus,
  .border-left-color-lg-dark-yellow a:active,
  .border-left-color-lg-dark-yellow a:hover,
  a.border-left-color-lg-dark-yellow,
  a.border-left-color-lg-dark-yellow:focus,
  a.border-left-color-lg-dark-yellow:active,
  a.border-left-color-lg-dark-yellow:hover {
    border-left-color: #E5DB19; } }

@media (min-width: 1200px) {
  .border-left-color-xl-dark-yellow,
  .border-left-color-xl-dark-yellow a,
  .border-left-color-xl-dark-yellow a:focus,
  .border-left-color-xl-dark-yellow a:active,
  .border-left-color-xl-dark-yellow a:hover,
  a.border-left-color-xl-dark-yellow,
  a.border-left-color-xl-dark-yellow:focus,
  a.border-left-color-xl-dark-yellow:active,
  a.border-left-color-xl-dark-yellow:hover {
    border-left-color: #E5DB19; } }

.border-color-yellow,
.border-color-yellow a,
.border-color-yellow a:focus,
.border-color-yellow a:active,
.border-color-yellow a:hover,
a.border-color-yellow,
a.border-color-yellow:focus,
a.border-color-yellow:active,
a.border-color-yellow:hover,
.has-yellow-border-color,
a.has-yellow-border-color,
a.has-yellow-border-color:focus,
a.has-yellow-border-color:active,
a.has-yellow-border-color:hover {
  border-color: #EEEE22; }

@media (min-width: 576px) {
  .border-color-sm-yellow,
  .border-color-sm-yellow a,
  .border-color-sm-yellow a:focus,
  .border-color-sm-yellow a:active,
  .border-color-sm-yellow a:hover,
  a.border-color-sm-yellow,
  a.border-color-sm-yellow:focus,
  a.border-color-sm-yellow:active,
  a.border-color-sm-yellow:hover {
    border-top-color: #EEEE22; } }

@media (min-width: 768px) {
  .border-color-md-yellow,
  .border-color-md-yellow a,
  .border-color-md-yellow a:focus,
  .border-color-md-yellow a:active,
  .border-color-md-yellow a:hover,
  a.border-color-md-yellow,
  a.border-color-md-yellow:focus,
  a.border-color-md-yellow:active,
  a.border-color-md-yellow:hover {
    border-top-color: #EEEE22; } }

@media (min-width: 992px) {
  .border-color-lg-yellow,
  .border-color-lg-yellow a,
  .border-color-lg-yellow a:focus,
  .border-color-lg-yellow a:active,
  .border-color-lg-yellow a:hover,
  a.border-color-lg-yellow,
  a.border-color-lg-yellow:focus,
  a.border-color-lg-yellow:active,
  a.border-color-lg-yellow:hover {
    border-color: #EEEE22; } }

@media (min-width: 1200px) {
  .border-color-xl-yellow,
  .border-color-xl-yellow a,
  .border-color-xl-yellow a:focus,
  .border-color-xl-yellow a:active,
  .border-color-xl-yellow a:hover,
  a.border-color-xl-yellow,
  a.border-color-xl-yellow:focus,
  a.border-color-xl-yellow:active,
  a.border-color-xl-yellow:hover {
    border-color: #EEEE22; } }

.border-top-color-yellow,
.border-top-color-yellow a,
.border-top-color-yellow a:focus,
.border-top-color-yellow a:active,
.border-top-color-yellow a:hover,
a.border-top-color-yellow,
a.border-top-color-yellow:focus,
a.border-top-color-yellow:active,
a.border-top-color-yellow:hover {
  border-top-color: #EEEE22; }

@media (min-width: 576px) {
  .border-top-color-sm-yellow,
  .border-top-color-sm-yellow a,
  .border-top-color-sm-yellow a:focus,
  .border-top-color-sm-yellow a:active,
  .border-top-color-sm-yellow a:hover,
  a.border-top-color-sm-yellow,
  a.border-top-color-sm-yellow:focus,
  a.border-top-color-sm-yellow:active,
  a.border-top-color-sm-yellow:hover {
    border-top-color: #EEEE22; } }

@media (min-width: 768px) {
  .border-top-color-md-yellow,
  .border-top-color-md-yellow a,
  .border-top-color-md-yellow a:focus,
  .border-top-color-md-yellow a:active,
  .border-top-color-md-yellow a:hover,
  a.border-top-color-md-yellow,
  a.border-top-color-md-yellow:focus,
  a.border-top-color-md-yellow:active,
  a.border-top-color-md-yellow:hover {
    border-top-color: #EEEE22; } }

@media (min-width: 992px) {
  .border-top-color-lg-yellow,
  .border-top-color-lg-yellow a,
  .border-top-color-lg-yellow a:focus,
  .border-top-color-lg-yellow a:active,
  .border-top-color-lg-yellow a:hover,
  a.border-top-color-lg-yellow,
  a.border-top-color-lg-yellow:focus,
  a.border-top-color-lg-yellow:active,
  a.border-top-color-lg-yellow:hover {
    border-top-color: #EEEE22; } }

@media (min-width: 1200px) {
  .border-top-color-xl-yellow,
  .border-top-color-xl-yellow a,
  .border-top-color-xl-yellow a:focus,
  .border-top-color-xl-yellow a:active,
  .border-top-color-xl-yellow a:hover,
  a.border-top-color-xl-yellow,
  a.border-top-color-xl-yellow:focus,
  a.border-top-color-xl-yellow:active,
  a.border-top-color-xl-yellow:hover {
    border-top-color: #EEEE22; } }

.border-right-color-yellow,
.border-right-color-yellow a,
.border-right-color-yellow a:focus,
.border-right-color-yellow a:active,
.border-right-color-yellow a:hover,
a.border-right-color-yellow,
a.border-right-color-yellow:focus,
a.border-right-color-yellow:active,
a.border-right-color-yellow:hover {
  border-right-color: #EEEE22; }

@media (min-width: 576px) {
  .border-right-color-sm-yellow,
  .border-right-color-sm-yellow a,
  .border-right-color-sm-yellow a:focus,
  .border-right-color-sm-yellow a:active,
  .border-right-color-sm-yellow a:hover,
  a.border-right-color-sm-yellow,
  a.border-right-color-sm-yellow:focus,
  a.border-right-color-sm-yellow:active,
  a.border-right-color-sm-yellow:hover {
    border-right-color: #EEEE22; } }

@media (min-width: 768px) {
  .border-right-color-md-yellow,
  .border-right-color-md-yellow a,
  .border-right-color-md-yellow a:focus,
  .border-right-color-md-yellow a:active,
  .border-right-color-md-yellow a:hover,
  a.border-right-color-md-yellow,
  a.border-right-color-md-yellow:focus,
  a.border-right-color-md-yellow:active,
  a.border-right-color-md-yellow:hover {
    border-right-color: #EEEE22; } }

@media (min-width: 992px) {
  .border-right-color-lg-yellow,
  .border-right-color-lg-yellow a,
  .border-right-color-lg-yellow a:focus,
  .border-right-color-lg-yellow a:active,
  .border-right-color-lg-yellow a:hover,
  a.border-right-color-lg-yellow,
  a.border-right-color-lg-yellow:focus,
  a.border-right-color-lg-yellow:active,
  a.border-right-color-lg-yellow:hover {
    border-right-color: #EEEE22; } }

@media (min-width: 1200px) {
  .border-right-color-xl-yellow,
  .border-right-color-xl-yellow a,
  .border-right-color-xl-yellow a:focus,
  .border-right-color-xl-yellow a:active,
  .border-right-color-xl-yellow a:hover,
  a.border-right-color-xl-yellow,
  a.border-right-color-xl-yellow:focus,
  a.border-right-color-xl-yellow:active,
  a.border-right-color-xl-yellow:hover {
    border-right-color: #EEEE22; } }

.border-bottom-color-yellow,
.border-bottom-color-yellow a,
.border-bottom-color-yellow a:focus,
.border-bottom-color-yellow a:active,
.border-bottom-color-yellow a:hover,
a.border-bottom-color-yellow,
a.border-bottom-color-yellow:focus,
a.border-bottom-color-yellow:active,
a.border-bottom-color-yellow:hover {
  border-bottom-color: #EEEE22; }

@media (min-width: 576px) {
  .border-bottom-color-sm-yellow,
  .border-bottom-color-sm-yellow a,
  .border-bottom-color-sm-yellow a:focus,
  .border-bottom-color-sm-yellow a:active,
  .border-bottom-color-sm-yellow a:hover,
  a.border-bottom-color-sm-yellow,
  a.border-bottom-color-sm-yellow:focus,
  a.border-bottom-color-sm-yellow:active,
  a.border-bottom-color-sm-yellow:hover {
    border-bottom-color: #EEEE22; } }

@media (min-width: 768px) {
  .border-bottom-color-md-yellow,
  .border-bottom-color-md-yellow a,
  .border-bottom-color-md-yellow a:focus,
  .border-bottom-color-md-yellow a:active,
  .border-bottom-color-md-yellow a:hover,
  a.border-bottom-color-md-yellow,
  a.border-bottom-color-md-yellow:focus,
  a.border-bottom-color-md-yellow:active,
  a.border-bottom-color-md-yellow:hover {
    border-bottom-color: #EEEE22; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-yellow,
  .border-bottom-color-lg-yellow a,
  .border-bottom-color-lg-yellow a:focus,
  .border-bottom-color-lg-yellow a:active,
  .border-bottom-color-lg-yellow a:hover,
  a.border-bottom-color-lg-yellow,
  a.border-bottom-color-lg-yellow:focus,
  a.border-bottom-color-lg-yellow:active,
  a.border-bottom-color-lg-yellow:hover {
    border-bottom-color: #EEEE22; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-yellow,
  .border-bottom-color-xl-yellow a,
  .border-bottom-color-xl-yellow a:focus,
  .border-bottom-color-xl-yellow a:active,
  .border-bottom-color-xl-yellow a:hover,
  a.border-bottom-color-xl-yellow,
  a.border-bottom-color-xl-yellow:focus,
  a.border-bottom-color-xl-yellow:active,
  a.border-bottom-color-xl-yellow:hover {
    border-bottom-color: #EEEE22; } }

.border-left-color-yellow,
.border-left-color-yellow a,
.border-left-color-yellow a:focus,
.border-left-color-yellow a:active,
.border-left-color-yellow a:hover,
a.border-left-color-yellow,
a.border-left-color-yellow:focus,
a.border-left-color-yellow:active,
a.border-left-color-yellow:hover {
  border-left-color: #EEEE22; }

@media (min-width: 576px) {
  .border-left-color-sm-yellow,
  .border-left-color-sm-yellow a,
  .border-left-color-sm-yellow a:focus,
  .border-left-color-sm-yellow a:active,
  .border-left-color-sm-yellow a:hover,
  a.border-left-color-sm-yellow,
  a.border-left-color-sm-yellow:focus,
  a.border-left-color-sm-yellow:active,
  a.border-left-color-sm-yellow:hover {
    border-left-color: #EEEE22; } }

@media (min-width: 768px) {
  .border-left-color-md-yellow,
  .border-left-color-md-yellow a,
  .border-left-color-md-yellow a:focus,
  .border-left-color-md-yellow a:active,
  .border-left-color-md-yellow a:hover,
  a.border-left-color-md-yellow,
  a.border-left-color-md-yellow:focus,
  a.border-left-color-md-yellow:active,
  a.border-left-color-md-yellow:hover {
    border-left-color: #EEEE22; } }

@media (min-width: 992px) {
  .border-left-color-lg-yellow,
  .border-left-color-lg-yellow a,
  .border-left-color-lg-yellow a:focus,
  .border-left-color-lg-yellow a:active,
  .border-left-color-lg-yellow a:hover,
  a.border-left-color-lg-yellow,
  a.border-left-color-lg-yellow:focus,
  a.border-left-color-lg-yellow:active,
  a.border-left-color-lg-yellow:hover {
    border-left-color: #EEEE22; } }

@media (min-width: 1200px) {
  .border-left-color-xl-yellow,
  .border-left-color-xl-yellow a,
  .border-left-color-xl-yellow a:focus,
  .border-left-color-xl-yellow a:active,
  .border-left-color-xl-yellow a:hover,
  a.border-left-color-xl-yellow,
  a.border-left-color-xl-yellow:focus,
  a.border-left-color-xl-yellow:active,
  a.border-left-color-xl-yellow:hover {
    border-left-color: #EEEE22; } }

.border-color-light-yellow,
.border-color-light-yellow a,
.border-color-light-yellow a:focus,
.border-color-light-yellow a:active,
.border-color-light-yellow a:hover,
a.border-color-light-yellow,
a.border-color-light-yellow:focus,
a.border-color-light-yellow:active,
a.border-color-light-yellow:hover,
.has-light-yellow-border-color,
a.has-light-yellow-border-color,
a.has-light-yellow-border-color:focus,
a.has-light-yellow-border-color:active,
a.has-light-yellow-border-color:hover {
  border-color: #EDED6D; }

@media (min-width: 576px) {
  .border-color-sm-light-yellow,
  .border-color-sm-light-yellow a,
  .border-color-sm-light-yellow a:focus,
  .border-color-sm-light-yellow a:active,
  .border-color-sm-light-yellow a:hover,
  a.border-color-sm-light-yellow,
  a.border-color-sm-light-yellow:focus,
  a.border-color-sm-light-yellow:active,
  a.border-color-sm-light-yellow:hover {
    border-top-color: #EDED6D; } }

@media (min-width: 768px) {
  .border-color-md-light-yellow,
  .border-color-md-light-yellow a,
  .border-color-md-light-yellow a:focus,
  .border-color-md-light-yellow a:active,
  .border-color-md-light-yellow a:hover,
  a.border-color-md-light-yellow,
  a.border-color-md-light-yellow:focus,
  a.border-color-md-light-yellow:active,
  a.border-color-md-light-yellow:hover {
    border-top-color: #EDED6D; } }

@media (min-width: 992px) {
  .border-color-lg-light-yellow,
  .border-color-lg-light-yellow a,
  .border-color-lg-light-yellow a:focus,
  .border-color-lg-light-yellow a:active,
  .border-color-lg-light-yellow a:hover,
  a.border-color-lg-light-yellow,
  a.border-color-lg-light-yellow:focus,
  a.border-color-lg-light-yellow:active,
  a.border-color-lg-light-yellow:hover {
    border-color: #EDED6D; } }

@media (min-width: 1200px) {
  .border-color-xl-light-yellow,
  .border-color-xl-light-yellow a,
  .border-color-xl-light-yellow a:focus,
  .border-color-xl-light-yellow a:active,
  .border-color-xl-light-yellow a:hover,
  a.border-color-xl-light-yellow,
  a.border-color-xl-light-yellow:focus,
  a.border-color-xl-light-yellow:active,
  a.border-color-xl-light-yellow:hover {
    border-color: #EDED6D; } }

.border-top-color-light-yellow,
.border-top-color-light-yellow a,
.border-top-color-light-yellow a:focus,
.border-top-color-light-yellow a:active,
.border-top-color-light-yellow a:hover,
a.border-top-color-light-yellow,
a.border-top-color-light-yellow:focus,
a.border-top-color-light-yellow:active,
a.border-top-color-light-yellow:hover {
  border-top-color: #EDED6D; }

@media (min-width: 576px) {
  .border-top-color-sm-light-yellow,
  .border-top-color-sm-light-yellow a,
  .border-top-color-sm-light-yellow a:focus,
  .border-top-color-sm-light-yellow a:active,
  .border-top-color-sm-light-yellow a:hover,
  a.border-top-color-sm-light-yellow,
  a.border-top-color-sm-light-yellow:focus,
  a.border-top-color-sm-light-yellow:active,
  a.border-top-color-sm-light-yellow:hover {
    border-top-color: #EDED6D; } }

@media (min-width: 768px) {
  .border-top-color-md-light-yellow,
  .border-top-color-md-light-yellow a,
  .border-top-color-md-light-yellow a:focus,
  .border-top-color-md-light-yellow a:active,
  .border-top-color-md-light-yellow a:hover,
  a.border-top-color-md-light-yellow,
  a.border-top-color-md-light-yellow:focus,
  a.border-top-color-md-light-yellow:active,
  a.border-top-color-md-light-yellow:hover {
    border-top-color: #EDED6D; } }

@media (min-width: 992px) {
  .border-top-color-lg-light-yellow,
  .border-top-color-lg-light-yellow a,
  .border-top-color-lg-light-yellow a:focus,
  .border-top-color-lg-light-yellow a:active,
  .border-top-color-lg-light-yellow a:hover,
  a.border-top-color-lg-light-yellow,
  a.border-top-color-lg-light-yellow:focus,
  a.border-top-color-lg-light-yellow:active,
  a.border-top-color-lg-light-yellow:hover {
    border-top-color: #EDED6D; } }

@media (min-width: 1200px) {
  .border-top-color-xl-light-yellow,
  .border-top-color-xl-light-yellow a,
  .border-top-color-xl-light-yellow a:focus,
  .border-top-color-xl-light-yellow a:active,
  .border-top-color-xl-light-yellow a:hover,
  a.border-top-color-xl-light-yellow,
  a.border-top-color-xl-light-yellow:focus,
  a.border-top-color-xl-light-yellow:active,
  a.border-top-color-xl-light-yellow:hover {
    border-top-color: #EDED6D; } }

.border-right-color-light-yellow,
.border-right-color-light-yellow a,
.border-right-color-light-yellow a:focus,
.border-right-color-light-yellow a:active,
.border-right-color-light-yellow a:hover,
a.border-right-color-light-yellow,
a.border-right-color-light-yellow:focus,
a.border-right-color-light-yellow:active,
a.border-right-color-light-yellow:hover {
  border-right-color: #EDED6D; }

@media (min-width: 576px) {
  .border-right-color-sm-light-yellow,
  .border-right-color-sm-light-yellow a,
  .border-right-color-sm-light-yellow a:focus,
  .border-right-color-sm-light-yellow a:active,
  .border-right-color-sm-light-yellow a:hover,
  a.border-right-color-sm-light-yellow,
  a.border-right-color-sm-light-yellow:focus,
  a.border-right-color-sm-light-yellow:active,
  a.border-right-color-sm-light-yellow:hover {
    border-right-color: #EDED6D; } }

@media (min-width: 768px) {
  .border-right-color-md-light-yellow,
  .border-right-color-md-light-yellow a,
  .border-right-color-md-light-yellow a:focus,
  .border-right-color-md-light-yellow a:active,
  .border-right-color-md-light-yellow a:hover,
  a.border-right-color-md-light-yellow,
  a.border-right-color-md-light-yellow:focus,
  a.border-right-color-md-light-yellow:active,
  a.border-right-color-md-light-yellow:hover {
    border-right-color: #EDED6D; } }

@media (min-width: 992px) {
  .border-right-color-lg-light-yellow,
  .border-right-color-lg-light-yellow a,
  .border-right-color-lg-light-yellow a:focus,
  .border-right-color-lg-light-yellow a:active,
  .border-right-color-lg-light-yellow a:hover,
  a.border-right-color-lg-light-yellow,
  a.border-right-color-lg-light-yellow:focus,
  a.border-right-color-lg-light-yellow:active,
  a.border-right-color-lg-light-yellow:hover {
    border-right-color: #EDED6D; } }

@media (min-width: 1200px) {
  .border-right-color-xl-light-yellow,
  .border-right-color-xl-light-yellow a,
  .border-right-color-xl-light-yellow a:focus,
  .border-right-color-xl-light-yellow a:active,
  .border-right-color-xl-light-yellow a:hover,
  a.border-right-color-xl-light-yellow,
  a.border-right-color-xl-light-yellow:focus,
  a.border-right-color-xl-light-yellow:active,
  a.border-right-color-xl-light-yellow:hover {
    border-right-color: #EDED6D; } }

.border-bottom-color-light-yellow,
.border-bottom-color-light-yellow a,
.border-bottom-color-light-yellow a:focus,
.border-bottom-color-light-yellow a:active,
.border-bottom-color-light-yellow a:hover,
a.border-bottom-color-light-yellow,
a.border-bottom-color-light-yellow:focus,
a.border-bottom-color-light-yellow:active,
a.border-bottom-color-light-yellow:hover {
  border-bottom-color: #EDED6D; }

@media (min-width: 576px) {
  .border-bottom-color-sm-light-yellow,
  .border-bottom-color-sm-light-yellow a,
  .border-bottom-color-sm-light-yellow a:focus,
  .border-bottom-color-sm-light-yellow a:active,
  .border-bottom-color-sm-light-yellow a:hover,
  a.border-bottom-color-sm-light-yellow,
  a.border-bottom-color-sm-light-yellow:focus,
  a.border-bottom-color-sm-light-yellow:active,
  a.border-bottom-color-sm-light-yellow:hover {
    border-bottom-color: #EDED6D; } }

@media (min-width: 768px) {
  .border-bottom-color-md-light-yellow,
  .border-bottom-color-md-light-yellow a,
  .border-bottom-color-md-light-yellow a:focus,
  .border-bottom-color-md-light-yellow a:active,
  .border-bottom-color-md-light-yellow a:hover,
  a.border-bottom-color-md-light-yellow,
  a.border-bottom-color-md-light-yellow:focus,
  a.border-bottom-color-md-light-yellow:active,
  a.border-bottom-color-md-light-yellow:hover {
    border-bottom-color: #EDED6D; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-light-yellow,
  .border-bottom-color-lg-light-yellow a,
  .border-bottom-color-lg-light-yellow a:focus,
  .border-bottom-color-lg-light-yellow a:active,
  .border-bottom-color-lg-light-yellow a:hover,
  a.border-bottom-color-lg-light-yellow,
  a.border-bottom-color-lg-light-yellow:focus,
  a.border-bottom-color-lg-light-yellow:active,
  a.border-bottom-color-lg-light-yellow:hover {
    border-bottom-color: #EDED6D; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-light-yellow,
  .border-bottom-color-xl-light-yellow a,
  .border-bottom-color-xl-light-yellow a:focus,
  .border-bottom-color-xl-light-yellow a:active,
  .border-bottom-color-xl-light-yellow a:hover,
  a.border-bottom-color-xl-light-yellow,
  a.border-bottom-color-xl-light-yellow:focus,
  a.border-bottom-color-xl-light-yellow:active,
  a.border-bottom-color-xl-light-yellow:hover {
    border-bottom-color: #EDED6D; } }

.border-left-color-light-yellow,
.border-left-color-light-yellow a,
.border-left-color-light-yellow a:focus,
.border-left-color-light-yellow a:active,
.border-left-color-light-yellow a:hover,
a.border-left-color-light-yellow,
a.border-left-color-light-yellow:focus,
a.border-left-color-light-yellow:active,
a.border-left-color-light-yellow:hover {
  border-left-color: #EDED6D; }

@media (min-width: 576px) {
  .border-left-color-sm-light-yellow,
  .border-left-color-sm-light-yellow a,
  .border-left-color-sm-light-yellow a:focus,
  .border-left-color-sm-light-yellow a:active,
  .border-left-color-sm-light-yellow a:hover,
  a.border-left-color-sm-light-yellow,
  a.border-left-color-sm-light-yellow:focus,
  a.border-left-color-sm-light-yellow:active,
  a.border-left-color-sm-light-yellow:hover {
    border-left-color: #EDED6D; } }

@media (min-width: 768px) {
  .border-left-color-md-light-yellow,
  .border-left-color-md-light-yellow a,
  .border-left-color-md-light-yellow a:focus,
  .border-left-color-md-light-yellow a:active,
  .border-left-color-md-light-yellow a:hover,
  a.border-left-color-md-light-yellow,
  a.border-left-color-md-light-yellow:focus,
  a.border-left-color-md-light-yellow:active,
  a.border-left-color-md-light-yellow:hover {
    border-left-color: #EDED6D; } }

@media (min-width: 992px) {
  .border-left-color-lg-light-yellow,
  .border-left-color-lg-light-yellow a,
  .border-left-color-lg-light-yellow a:focus,
  .border-left-color-lg-light-yellow a:active,
  .border-left-color-lg-light-yellow a:hover,
  a.border-left-color-lg-light-yellow,
  a.border-left-color-lg-light-yellow:focus,
  a.border-left-color-lg-light-yellow:active,
  a.border-left-color-lg-light-yellow:hover {
    border-left-color: #EDED6D; } }

@media (min-width: 1200px) {
  .border-left-color-xl-light-yellow,
  .border-left-color-xl-light-yellow a,
  .border-left-color-xl-light-yellow a:focus,
  .border-left-color-xl-light-yellow a:active,
  .border-left-color-xl-light-yellow a:hover,
  a.border-left-color-xl-light-yellow,
  a.border-left-color-xl-light-yellow:focus,
  a.border-left-color-xl-light-yellow:active,
  a.border-left-color-xl-light-yellow:hover {
    border-left-color: #EDED6D; } }

.border-color-very-light-yellow,
.border-color-very-light-yellow a,
.border-color-very-light-yellow a:focus,
.border-color-very-light-yellow a:active,
.border-color-very-light-yellow a:hover,
a.border-color-very-light-yellow,
a.border-color-very-light-yellow:focus,
a.border-color-very-light-yellow:active,
a.border-color-very-light-yellow:hover,
.has-very-light-yellow-border-color,
a.has-very-light-yellow-border-color,
a.has-very-light-yellow-border-color:focus,
a.has-very-light-yellow-border-color:active,
a.has-very-light-yellow-border-color:hover {
  border-color: #EDEDA3; }

@media (min-width: 576px) {
  .border-color-sm-very-light-yellow,
  .border-color-sm-very-light-yellow a,
  .border-color-sm-very-light-yellow a:focus,
  .border-color-sm-very-light-yellow a:active,
  .border-color-sm-very-light-yellow a:hover,
  a.border-color-sm-very-light-yellow,
  a.border-color-sm-very-light-yellow:focus,
  a.border-color-sm-very-light-yellow:active,
  a.border-color-sm-very-light-yellow:hover {
    border-top-color: #EDEDA3; } }

@media (min-width: 768px) {
  .border-color-md-very-light-yellow,
  .border-color-md-very-light-yellow a,
  .border-color-md-very-light-yellow a:focus,
  .border-color-md-very-light-yellow a:active,
  .border-color-md-very-light-yellow a:hover,
  a.border-color-md-very-light-yellow,
  a.border-color-md-very-light-yellow:focus,
  a.border-color-md-very-light-yellow:active,
  a.border-color-md-very-light-yellow:hover {
    border-top-color: #EDEDA3; } }

@media (min-width: 992px) {
  .border-color-lg-very-light-yellow,
  .border-color-lg-very-light-yellow a,
  .border-color-lg-very-light-yellow a:focus,
  .border-color-lg-very-light-yellow a:active,
  .border-color-lg-very-light-yellow a:hover,
  a.border-color-lg-very-light-yellow,
  a.border-color-lg-very-light-yellow:focus,
  a.border-color-lg-very-light-yellow:active,
  a.border-color-lg-very-light-yellow:hover {
    border-color: #EDEDA3; } }

@media (min-width: 1200px) {
  .border-color-xl-very-light-yellow,
  .border-color-xl-very-light-yellow a,
  .border-color-xl-very-light-yellow a:focus,
  .border-color-xl-very-light-yellow a:active,
  .border-color-xl-very-light-yellow a:hover,
  a.border-color-xl-very-light-yellow,
  a.border-color-xl-very-light-yellow:focus,
  a.border-color-xl-very-light-yellow:active,
  a.border-color-xl-very-light-yellow:hover {
    border-color: #EDEDA3; } }

.border-top-color-very-light-yellow,
.border-top-color-very-light-yellow a,
.border-top-color-very-light-yellow a:focus,
.border-top-color-very-light-yellow a:active,
.border-top-color-very-light-yellow a:hover,
a.border-top-color-very-light-yellow,
a.border-top-color-very-light-yellow:focus,
a.border-top-color-very-light-yellow:active,
a.border-top-color-very-light-yellow:hover {
  border-top-color: #EDEDA3; }

@media (min-width: 576px) {
  .border-top-color-sm-very-light-yellow,
  .border-top-color-sm-very-light-yellow a,
  .border-top-color-sm-very-light-yellow a:focus,
  .border-top-color-sm-very-light-yellow a:active,
  .border-top-color-sm-very-light-yellow a:hover,
  a.border-top-color-sm-very-light-yellow,
  a.border-top-color-sm-very-light-yellow:focus,
  a.border-top-color-sm-very-light-yellow:active,
  a.border-top-color-sm-very-light-yellow:hover {
    border-top-color: #EDEDA3; } }

@media (min-width: 768px) {
  .border-top-color-md-very-light-yellow,
  .border-top-color-md-very-light-yellow a,
  .border-top-color-md-very-light-yellow a:focus,
  .border-top-color-md-very-light-yellow a:active,
  .border-top-color-md-very-light-yellow a:hover,
  a.border-top-color-md-very-light-yellow,
  a.border-top-color-md-very-light-yellow:focus,
  a.border-top-color-md-very-light-yellow:active,
  a.border-top-color-md-very-light-yellow:hover {
    border-top-color: #EDEDA3; } }

@media (min-width: 992px) {
  .border-top-color-lg-very-light-yellow,
  .border-top-color-lg-very-light-yellow a,
  .border-top-color-lg-very-light-yellow a:focus,
  .border-top-color-lg-very-light-yellow a:active,
  .border-top-color-lg-very-light-yellow a:hover,
  a.border-top-color-lg-very-light-yellow,
  a.border-top-color-lg-very-light-yellow:focus,
  a.border-top-color-lg-very-light-yellow:active,
  a.border-top-color-lg-very-light-yellow:hover {
    border-top-color: #EDEDA3; } }

@media (min-width: 1200px) {
  .border-top-color-xl-very-light-yellow,
  .border-top-color-xl-very-light-yellow a,
  .border-top-color-xl-very-light-yellow a:focus,
  .border-top-color-xl-very-light-yellow a:active,
  .border-top-color-xl-very-light-yellow a:hover,
  a.border-top-color-xl-very-light-yellow,
  a.border-top-color-xl-very-light-yellow:focus,
  a.border-top-color-xl-very-light-yellow:active,
  a.border-top-color-xl-very-light-yellow:hover {
    border-top-color: #EDEDA3; } }

.border-right-color-very-light-yellow,
.border-right-color-very-light-yellow a,
.border-right-color-very-light-yellow a:focus,
.border-right-color-very-light-yellow a:active,
.border-right-color-very-light-yellow a:hover,
a.border-right-color-very-light-yellow,
a.border-right-color-very-light-yellow:focus,
a.border-right-color-very-light-yellow:active,
a.border-right-color-very-light-yellow:hover {
  border-right-color: #EDEDA3; }

@media (min-width: 576px) {
  .border-right-color-sm-very-light-yellow,
  .border-right-color-sm-very-light-yellow a,
  .border-right-color-sm-very-light-yellow a:focus,
  .border-right-color-sm-very-light-yellow a:active,
  .border-right-color-sm-very-light-yellow a:hover,
  a.border-right-color-sm-very-light-yellow,
  a.border-right-color-sm-very-light-yellow:focus,
  a.border-right-color-sm-very-light-yellow:active,
  a.border-right-color-sm-very-light-yellow:hover {
    border-right-color: #EDEDA3; } }

@media (min-width: 768px) {
  .border-right-color-md-very-light-yellow,
  .border-right-color-md-very-light-yellow a,
  .border-right-color-md-very-light-yellow a:focus,
  .border-right-color-md-very-light-yellow a:active,
  .border-right-color-md-very-light-yellow a:hover,
  a.border-right-color-md-very-light-yellow,
  a.border-right-color-md-very-light-yellow:focus,
  a.border-right-color-md-very-light-yellow:active,
  a.border-right-color-md-very-light-yellow:hover {
    border-right-color: #EDEDA3; } }

@media (min-width: 992px) {
  .border-right-color-lg-very-light-yellow,
  .border-right-color-lg-very-light-yellow a,
  .border-right-color-lg-very-light-yellow a:focus,
  .border-right-color-lg-very-light-yellow a:active,
  .border-right-color-lg-very-light-yellow a:hover,
  a.border-right-color-lg-very-light-yellow,
  a.border-right-color-lg-very-light-yellow:focus,
  a.border-right-color-lg-very-light-yellow:active,
  a.border-right-color-lg-very-light-yellow:hover {
    border-right-color: #EDEDA3; } }

@media (min-width: 1200px) {
  .border-right-color-xl-very-light-yellow,
  .border-right-color-xl-very-light-yellow a,
  .border-right-color-xl-very-light-yellow a:focus,
  .border-right-color-xl-very-light-yellow a:active,
  .border-right-color-xl-very-light-yellow a:hover,
  a.border-right-color-xl-very-light-yellow,
  a.border-right-color-xl-very-light-yellow:focus,
  a.border-right-color-xl-very-light-yellow:active,
  a.border-right-color-xl-very-light-yellow:hover {
    border-right-color: #EDEDA3; } }

.border-bottom-color-very-light-yellow,
.border-bottom-color-very-light-yellow a,
.border-bottom-color-very-light-yellow a:focus,
.border-bottom-color-very-light-yellow a:active,
.border-bottom-color-very-light-yellow a:hover,
a.border-bottom-color-very-light-yellow,
a.border-bottom-color-very-light-yellow:focus,
a.border-bottom-color-very-light-yellow:active,
a.border-bottom-color-very-light-yellow:hover {
  border-bottom-color: #EDEDA3; }

@media (min-width: 576px) {
  .border-bottom-color-sm-very-light-yellow,
  .border-bottom-color-sm-very-light-yellow a,
  .border-bottom-color-sm-very-light-yellow a:focus,
  .border-bottom-color-sm-very-light-yellow a:active,
  .border-bottom-color-sm-very-light-yellow a:hover,
  a.border-bottom-color-sm-very-light-yellow,
  a.border-bottom-color-sm-very-light-yellow:focus,
  a.border-bottom-color-sm-very-light-yellow:active,
  a.border-bottom-color-sm-very-light-yellow:hover {
    border-bottom-color: #EDEDA3; } }

@media (min-width: 768px) {
  .border-bottom-color-md-very-light-yellow,
  .border-bottom-color-md-very-light-yellow a,
  .border-bottom-color-md-very-light-yellow a:focus,
  .border-bottom-color-md-very-light-yellow a:active,
  .border-bottom-color-md-very-light-yellow a:hover,
  a.border-bottom-color-md-very-light-yellow,
  a.border-bottom-color-md-very-light-yellow:focus,
  a.border-bottom-color-md-very-light-yellow:active,
  a.border-bottom-color-md-very-light-yellow:hover {
    border-bottom-color: #EDEDA3; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-very-light-yellow,
  .border-bottom-color-lg-very-light-yellow a,
  .border-bottom-color-lg-very-light-yellow a:focus,
  .border-bottom-color-lg-very-light-yellow a:active,
  .border-bottom-color-lg-very-light-yellow a:hover,
  a.border-bottom-color-lg-very-light-yellow,
  a.border-bottom-color-lg-very-light-yellow:focus,
  a.border-bottom-color-lg-very-light-yellow:active,
  a.border-bottom-color-lg-very-light-yellow:hover {
    border-bottom-color: #EDEDA3; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-very-light-yellow,
  .border-bottom-color-xl-very-light-yellow a,
  .border-bottom-color-xl-very-light-yellow a:focus,
  .border-bottom-color-xl-very-light-yellow a:active,
  .border-bottom-color-xl-very-light-yellow a:hover,
  a.border-bottom-color-xl-very-light-yellow,
  a.border-bottom-color-xl-very-light-yellow:focus,
  a.border-bottom-color-xl-very-light-yellow:active,
  a.border-bottom-color-xl-very-light-yellow:hover {
    border-bottom-color: #EDEDA3; } }

.border-left-color-very-light-yellow,
.border-left-color-very-light-yellow a,
.border-left-color-very-light-yellow a:focus,
.border-left-color-very-light-yellow a:active,
.border-left-color-very-light-yellow a:hover,
a.border-left-color-very-light-yellow,
a.border-left-color-very-light-yellow:focus,
a.border-left-color-very-light-yellow:active,
a.border-left-color-very-light-yellow:hover {
  border-left-color: #EDEDA3; }

@media (min-width: 576px) {
  .border-left-color-sm-very-light-yellow,
  .border-left-color-sm-very-light-yellow a,
  .border-left-color-sm-very-light-yellow a:focus,
  .border-left-color-sm-very-light-yellow a:active,
  .border-left-color-sm-very-light-yellow a:hover,
  a.border-left-color-sm-very-light-yellow,
  a.border-left-color-sm-very-light-yellow:focus,
  a.border-left-color-sm-very-light-yellow:active,
  a.border-left-color-sm-very-light-yellow:hover {
    border-left-color: #EDEDA3; } }

@media (min-width: 768px) {
  .border-left-color-md-very-light-yellow,
  .border-left-color-md-very-light-yellow a,
  .border-left-color-md-very-light-yellow a:focus,
  .border-left-color-md-very-light-yellow a:active,
  .border-left-color-md-very-light-yellow a:hover,
  a.border-left-color-md-very-light-yellow,
  a.border-left-color-md-very-light-yellow:focus,
  a.border-left-color-md-very-light-yellow:active,
  a.border-left-color-md-very-light-yellow:hover {
    border-left-color: #EDEDA3; } }

@media (min-width: 992px) {
  .border-left-color-lg-very-light-yellow,
  .border-left-color-lg-very-light-yellow a,
  .border-left-color-lg-very-light-yellow a:focus,
  .border-left-color-lg-very-light-yellow a:active,
  .border-left-color-lg-very-light-yellow a:hover,
  a.border-left-color-lg-very-light-yellow,
  a.border-left-color-lg-very-light-yellow:focus,
  a.border-left-color-lg-very-light-yellow:active,
  a.border-left-color-lg-very-light-yellow:hover {
    border-left-color: #EDEDA3; } }

@media (min-width: 1200px) {
  .border-left-color-xl-very-light-yellow,
  .border-left-color-xl-very-light-yellow a,
  .border-left-color-xl-very-light-yellow a:focus,
  .border-left-color-xl-very-light-yellow a:active,
  .border-left-color-xl-very-light-yellow a:hover,
  a.border-left-color-xl-very-light-yellow,
  a.border-left-color-xl-very-light-yellow:focus,
  a.border-left-color-xl-very-light-yellow:active,
  a.border-left-color-xl-very-light-yellow:hover {
    border-left-color: #EDEDA3; } }

.border-color-very-dark-blue,
.border-color-very-dark-blue a,
.border-color-very-dark-blue a:focus,
.border-color-very-dark-blue a:active,
.border-color-very-dark-blue a:hover,
a.border-color-very-dark-blue,
a.border-color-very-dark-blue:focus,
a.border-color-very-dark-blue:active,
a.border-color-very-dark-blue:hover,
.has-very-dark-blue-border-color,
a.has-very-dark-blue-border-color,
a.has-very-dark-blue-border-color:focus,
a.has-very-dark-blue-border-color:active,
a.has-very-dark-blue-border-color:hover {
  border-color: #00588C; }

@media (min-width: 576px) {
  .border-color-sm-very-dark-blue,
  .border-color-sm-very-dark-blue a,
  .border-color-sm-very-dark-blue a:focus,
  .border-color-sm-very-dark-blue a:active,
  .border-color-sm-very-dark-blue a:hover,
  a.border-color-sm-very-dark-blue,
  a.border-color-sm-very-dark-blue:focus,
  a.border-color-sm-very-dark-blue:active,
  a.border-color-sm-very-dark-blue:hover {
    border-top-color: #00588C; } }

@media (min-width: 768px) {
  .border-color-md-very-dark-blue,
  .border-color-md-very-dark-blue a,
  .border-color-md-very-dark-blue a:focus,
  .border-color-md-very-dark-blue a:active,
  .border-color-md-very-dark-blue a:hover,
  a.border-color-md-very-dark-blue,
  a.border-color-md-very-dark-blue:focus,
  a.border-color-md-very-dark-blue:active,
  a.border-color-md-very-dark-blue:hover {
    border-top-color: #00588C; } }

@media (min-width: 992px) {
  .border-color-lg-very-dark-blue,
  .border-color-lg-very-dark-blue a,
  .border-color-lg-very-dark-blue a:focus,
  .border-color-lg-very-dark-blue a:active,
  .border-color-lg-very-dark-blue a:hover,
  a.border-color-lg-very-dark-blue,
  a.border-color-lg-very-dark-blue:focus,
  a.border-color-lg-very-dark-blue:active,
  a.border-color-lg-very-dark-blue:hover {
    border-color: #00588C; } }

@media (min-width: 1200px) {
  .border-color-xl-very-dark-blue,
  .border-color-xl-very-dark-blue a,
  .border-color-xl-very-dark-blue a:focus,
  .border-color-xl-very-dark-blue a:active,
  .border-color-xl-very-dark-blue a:hover,
  a.border-color-xl-very-dark-blue,
  a.border-color-xl-very-dark-blue:focus,
  a.border-color-xl-very-dark-blue:active,
  a.border-color-xl-very-dark-blue:hover {
    border-color: #00588C; } }

.border-top-color-very-dark-blue,
.border-top-color-very-dark-blue a,
.border-top-color-very-dark-blue a:focus,
.border-top-color-very-dark-blue a:active,
.border-top-color-very-dark-blue a:hover,
a.border-top-color-very-dark-blue,
a.border-top-color-very-dark-blue:focus,
a.border-top-color-very-dark-blue:active,
a.border-top-color-very-dark-blue:hover {
  border-top-color: #00588C; }

@media (min-width: 576px) {
  .border-top-color-sm-very-dark-blue,
  .border-top-color-sm-very-dark-blue a,
  .border-top-color-sm-very-dark-blue a:focus,
  .border-top-color-sm-very-dark-blue a:active,
  .border-top-color-sm-very-dark-blue a:hover,
  a.border-top-color-sm-very-dark-blue,
  a.border-top-color-sm-very-dark-blue:focus,
  a.border-top-color-sm-very-dark-blue:active,
  a.border-top-color-sm-very-dark-blue:hover {
    border-top-color: #00588C; } }

@media (min-width: 768px) {
  .border-top-color-md-very-dark-blue,
  .border-top-color-md-very-dark-blue a,
  .border-top-color-md-very-dark-blue a:focus,
  .border-top-color-md-very-dark-blue a:active,
  .border-top-color-md-very-dark-blue a:hover,
  a.border-top-color-md-very-dark-blue,
  a.border-top-color-md-very-dark-blue:focus,
  a.border-top-color-md-very-dark-blue:active,
  a.border-top-color-md-very-dark-blue:hover {
    border-top-color: #00588C; } }

@media (min-width: 992px) {
  .border-top-color-lg-very-dark-blue,
  .border-top-color-lg-very-dark-blue a,
  .border-top-color-lg-very-dark-blue a:focus,
  .border-top-color-lg-very-dark-blue a:active,
  .border-top-color-lg-very-dark-blue a:hover,
  a.border-top-color-lg-very-dark-blue,
  a.border-top-color-lg-very-dark-blue:focus,
  a.border-top-color-lg-very-dark-blue:active,
  a.border-top-color-lg-very-dark-blue:hover {
    border-top-color: #00588C; } }

@media (min-width: 1200px) {
  .border-top-color-xl-very-dark-blue,
  .border-top-color-xl-very-dark-blue a,
  .border-top-color-xl-very-dark-blue a:focus,
  .border-top-color-xl-very-dark-blue a:active,
  .border-top-color-xl-very-dark-blue a:hover,
  a.border-top-color-xl-very-dark-blue,
  a.border-top-color-xl-very-dark-blue:focus,
  a.border-top-color-xl-very-dark-blue:active,
  a.border-top-color-xl-very-dark-blue:hover {
    border-top-color: #00588C; } }

.border-right-color-very-dark-blue,
.border-right-color-very-dark-blue a,
.border-right-color-very-dark-blue a:focus,
.border-right-color-very-dark-blue a:active,
.border-right-color-very-dark-blue a:hover,
a.border-right-color-very-dark-blue,
a.border-right-color-very-dark-blue:focus,
a.border-right-color-very-dark-blue:active,
a.border-right-color-very-dark-blue:hover {
  border-right-color: #00588C; }

@media (min-width: 576px) {
  .border-right-color-sm-very-dark-blue,
  .border-right-color-sm-very-dark-blue a,
  .border-right-color-sm-very-dark-blue a:focus,
  .border-right-color-sm-very-dark-blue a:active,
  .border-right-color-sm-very-dark-blue a:hover,
  a.border-right-color-sm-very-dark-blue,
  a.border-right-color-sm-very-dark-blue:focus,
  a.border-right-color-sm-very-dark-blue:active,
  a.border-right-color-sm-very-dark-blue:hover {
    border-right-color: #00588C; } }

@media (min-width: 768px) {
  .border-right-color-md-very-dark-blue,
  .border-right-color-md-very-dark-blue a,
  .border-right-color-md-very-dark-blue a:focus,
  .border-right-color-md-very-dark-blue a:active,
  .border-right-color-md-very-dark-blue a:hover,
  a.border-right-color-md-very-dark-blue,
  a.border-right-color-md-very-dark-blue:focus,
  a.border-right-color-md-very-dark-blue:active,
  a.border-right-color-md-very-dark-blue:hover {
    border-right-color: #00588C; } }

@media (min-width: 992px) {
  .border-right-color-lg-very-dark-blue,
  .border-right-color-lg-very-dark-blue a,
  .border-right-color-lg-very-dark-blue a:focus,
  .border-right-color-lg-very-dark-blue a:active,
  .border-right-color-lg-very-dark-blue a:hover,
  a.border-right-color-lg-very-dark-blue,
  a.border-right-color-lg-very-dark-blue:focus,
  a.border-right-color-lg-very-dark-blue:active,
  a.border-right-color-lg-very-dark-blue:hover {
    border-right-color: #00588C; } }

@media (min-width: 1200px) {
  .border-right-color-xl-very-dark-blue,
  .border-right-color-xl-very-dark-blue a,
  .border-right-color-xl-very-dark-blue a:focus,
  .border-right-color-xl-very-dark-blue a:active,
  .border-right-color-xl-very-dark-blue a:hover,
  a.border-right-color-xl-very-dark-blue,
  a.border-right-color-xl-very-dark-blue:focus,
  a.border-right-color-xl-very-dark-blue:active,
  a.border-right-color-xl-very-dark-blue:hover {
    border-right-color: #00588C; } }

.border-bottom-color-very-dark-blue,
.border-bottom-color-very-dark-blue a,
.border-bottom-color-very-dark-blue a:focus,
.border-bottom-color-very-dark-blue a:active,
.border-bottom-color-very-dark-blue a:hover,
a.border-bottom-color-very-dark-blue,
a.border-bottom-color-very-dark-blue:focus,
a.border-bottom-color-very-dark-blue:active,
a.border-bottom-color-very-dark-blue:hover {
  border-bottom-color: #00588C; }

@media (min-width: 576px) {
  .border-bottom-color-sm-very-dark-blue,
  .border-bottom-color-sm-very-dark-blue a,
  .border-bottom-color-sm-very-dark-blue a:focus,
  .border-bottom-color-sm-very-dark-blue a:active,
  .border-bottom-color-sm-very-dark-blue a:hover,
  a.border-bottom-color-sm-very-dark-blue,
  a.border-bottom-color-sm-very-dark-blue:focus,
  a.border-bottom-color-sm-very-dark-blue:active,
  a.border-bottom-color-sm-very-dark-blue:hover {
    border-bottom-color: #00588C; } }

@media (min-width: 768px) {
  .border-bottom-color-md-very-dark-blue,
  .border-bottom-color-md-very-dark-blue a,
  .border-bottom-color-md-very-dark-blue a:focus,
  .border-bottom-color-md-very-dark-blue a:active,
  .border-bottom-color-md-very-dark-blue a:hover,
  a.border-bottom-color-md-very-dark-blue,
  a.border-bottom-color-md-very-dark-blue:focus,
  a.border-bottom-color-md-very-dark-blue:active,
  a.border-bottom-color-md-very-dark-blue:hover {
    border-bottom-color: #00588C; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-very-dark-blue,
  .border-bottom-color-lg-very-dark-blue a,
  .border-bottom-color-lg-very-dark-blue a:focus,
  .border-bottom-color-lg-very-dark-blue a:active,
  .border-bottom-color-lg-very-dark-blue a:hover,
  a.border-bottom-color-lg-very-dark-blue,
  a.border-bottom-color-lg-very-dark-blue:focus,
  a.border-bottom-color-lg-very-dark-blue:active,
  a.border-bottom-color-lg-very-dark-blue:hover {
    border-bottom-color: #00588C; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-very-dark-blue,
  .border-bottom-color-xl-very-dark-blue a,
  .border-bottom-color-xl-very-dark-blue a:focus,
  .border-bottom-color-xl-very-dark-blue a:active,
  .border-bottom-color-xl-very-dark-blue a:hover,
  a.border-bottom-color-xl-very-dark-blue,
  a.border-bottom-color-xl-very-dark-blue:focus,
  a.border-bottom-color-xl-very-dark-blue:active,
  a.border-bottom-color-xl-very-dark-blue:hover {
    border-bottom-color: #00588C; } }

.border-left-color-very-dark-blue,
.border-left-color-very-dark-blue a,
.border-left-color-very-dark-blue a:focus,
.border-left-color-very-dark-blue a:active,
.border-left-color-very-dark-blue a:hover,
a.border-left-color-very-dark-blue,
a.border-left-color-very-dark-blue:focus,
a.border-left-color-very-dark-blue:active,
a.border-left-color-very-dark-blue:hover {
  border-left-color: #00588C; }

@media (min-width: 576px) {
  .border-left-color-sm-very-dark-blue,
  .border-left-color-sm-very-dark-blue a,
  .border-left-color-sm-very-dark-blue a:focus,
  .border-left-color-sm-very-dark-blue a:active,
  .border-left-color-sm-very-dark-blue a:hover,
  a.border-left-color-sm-very-dark-blue,
  a.border-left-color-sm-very-dark-blue:focus,
  a.border-left-color-sm-very-dark-blue:active,
  a.border-left-color-sm-very-dark-blue:hover {
    border-left-color: #00588C; } }

@media (min-width: 768px) {
  .border-left-color-md-very-dark-blue,
  .border-left-color-md-very-dark-blue a,
  .border-left-color-md-very-dark-blue a:focus,
  .border-left-color-md-very-dark-blue a:active,
  .border-left-color-md-very-dark-blue a:hover,
  a.border-left-color-md-very-dark-blue,
  a.border-left-color-md-very-dark-blue:focus,
  a.border-left-color-md-very-dark-blue:active,
  a.border-left-color-md-very-dark-blue:hover {
    border-left-color: #00588C; } }

@media (min-width: 992px) {
  .border-left-color-lg-very-dark-blue,
  .border-left-color-lg-very-dark-blue a,
  .border-left-color-lg-very-dark-blue a:focus,
  .border-left-color-lg-very-dark-blue a:active,
  .border-left-color-lg-very-dark-blue a:hover,
  a.border-left-color-lg-very-dark-blue,
  a.border-left-color-lg-very-dark-blue:focus,
  a.border-left-color-lg-very-dark-blue:active,
  a.border-left-color-lg-very-dark-blue:hover {
    border-left-color: #00588C; } }

@media (min-width: 1200px) {
  .border-left-color-xl-very-dark-blue,
  .border-left-color-xl-very-dark-blue a,
  .border-left-color-xl-very-dark-blue a:focus,
  .border-left-color-xl-very-dark-blue a:active,
  .border-left-color-xl-very-dark-blue a:hover,
  a.border-left-color-xl-very-dark-blue,
  a.border-left-color-xl-very-dark-blue:focus,
  a.border-left-color-xl-very-dark-blue:active,
  a.border-left-color-xl-very-dark-blue:hover {
    border-left-color: #00588C; } }

.border-color-dark-blue,
.border-color-dark-blue a,
.border-color-dark-blue a:focus,
.border-color-dark-blue a:active,
.border-color-dark-blue a:hover,
a.border-color-dark-blue,
a.border-color-dark-blue:focus,
a.border-color-dark-blue:active,
a.border-color-dark-blue:hover,
.has-dark-blue-border-color,
a.has-dark-blue-border-color,
a.has-dark-blue-border-color:focus,
a.has-dark-blue-border-color:active,
a.has-dark-blue-border-color:hover {
  border-color: #004261; }

@media (min-width: 576px) {
  .border-color-sm-dark-blue,
  .border-color-sm-dark-blue a,
  .border-color-sm-dark-blue a:focus,
  .border-color-sm-dark-blue a:active,
  .border-color-sm-dark-blue a:hover,
  a.border-color-sm-dark-blue,
  a.border-color-sm-dark-blue:focus,
  a.border-color-sm-dark-blue:active,
  a.border-color-sm-dark-blue:hover {
    border-top-color: #004261; } }

@media (min-width: 768px) {
  .border-color-md-dark-blue,
  .border-color-md-dark-blue a,
  .border-color-md-dark-blue a:focus,
  .border-color-md-dark-blue a:active,
  .border-color-md-dark-blue a:hover,
  a.border-color-md-dark-blue,
  a.border-color-md-dark-blue:focus,
  a.border-color-md-dark-blue:active,
  a.border-color-md-dark-blue:hover {
    border-top-color: #004261; } }

@media (min-width: 992px) {
  .border-color-lg-dark-blue,
  .border-color-lg-dark-blue a,
  .border-color-lg-dark-blue a:focus,
  .border-color-lg-dark-blue a:active,
  .border-color-lg-dark-blue a:hover,
  a.border-color-lg-dark-blue,
  a.border-color-lg-dark-blue:focus,
  a.border-color-lg-dark-blue:active,
  a.border-color-lg-dark-blue:hover {
    border-color: #004261; } }

@media (min-width: 1200px) {
  .border-color-xl-dark-blue,
  .border-color-xl-dark-blue a,
  .border-color-xl-dark-blue a:focus,
  .border-color-xl-dark-blue a:active,
  .border-color-xl-dark-blue a:hover,
  a.border-color-xl-dark-blue,
  a.border-color-xl-dark-blue:focus,
  a.border-color-xl-dark-blue:active,
  a.border-color-xl-dark-blue:hover {
    border-color: #004261; } }

.border-top-color-dark-blue,
.border-top-color-dark-blue a,
.border-top-color-dark-blue a:focus,
.border-top-color-dark-blue a:active,
.border-top-color-dark-blue a:hover,
a.border-top-color-dark-blue,
a.border-top-color-dark-blue:focus,
a.border-top-color-dark-blue:active,
a.border-top-color-dark-blue:hover {
  border-top-color: #004261; }

@media (min-width: 576px) {
  .border-top-color-sm-dark-blue,
  .border-top-color-sm-dark-blue a,
  .border-top-color-sm-dark-blue a:focus,
  .border-top-color-sm-dark-blue a:active,
  .border-top-color-sm-dark-blue a:hover,
  a.border-top-color-sm-dark-blue,
  a.border-top-color-sm-dark-blue:focus,
  a.border-top-color-sm-dark-blue:active,
  a.border-top-color-sm-dark-blue:hover {
    border-top-color: #004261; } }

@media (min-width: 768px) {
  .border-top-color-md-dark-blue,
  .border-top-color-md-dark-blue a,
  .border-top-color-md-dark-blue a:focus,
  .border-top-color-md-dark-blue a:active,
  .border-top-color-md-dark-blue a:hover,
  a.border-top-color-md-dark-blue,
  a.border-top-color-md-dark-blue:focus,
  a.border-top-color-md-dark-blue:active,
  a.border-top-color-md-dark-blue:hover {
    border-top-color: #004261; } }

@media (min-width: 992px) {
  .border-top-color-lg-dark-blue,
  .border-top-color-lg-dark-blue a,
  .border-top-color-lg-dark-blue a:focus,
  .border-top-color-lg-dark-blue a:active,
  .border-top-color-lg-dark-blue a:hover,
  a.border-top-color-lg-dark-blue,
  a.border-top-color-lg-dark-blue:focus,
  a.border-top-color-lg-dark-blue:active,
  a.border-top-color-lg-dark-blue:hover {
    border-top-color: #004261; } }

@media (min-width: 1200px) {
  .border-top-color-xl-dark-blue,
  .border-top-color-xl-dark-blue a,
  .border-top-color-xl-dark-blue a:focus,
  .border-top-color-xl-dark-blue a:active,
  .border-top-color-xl-dark-blue a:hover,
  a.border-top-color-xl-dark-blue,
  a.border-top-color-xl-dark-blue:focus,
  a.border-top-color-xl-dark-blue:active,
  a.border-top-color-xl-dark-blue:hover {
    border-top-color: #004261; } }

.border-right-color-dark-blue,
.border-right-color-dark-blue a,
.border-right-color-dark-blue a:focus,
.border-right-color-dark-blue a:active,
.border-right-color-dark-blue a:hover,
a.border-right-color-dark-blue,
a.border-right-color-dark-blue:focus,
a.border-right-color-dark-blue:active,
a.border-right-color-dark-blue:hover {
  border-right-color: #004261; }

@media (min-width: 576px) {
  .border-right-color-sm-dark-blue,
  .border-right-color-sm-dark-blue a,
  .border-right-color-sm-dark-blue a:focus,
  .border-right-color-sm-dark-blue a:active,
  .border-right-color-sm-dark-blue a:hover,
  a.border-right-color-sm-dark-blue,
  a.border-right-color-sm-dark-blue:focus,
  a.border-right-color-sm-dark-blue:active,
  a.border-right-color-sm-dark-blue:hover {
    border-right-color: #004261; } }

@media (min-width: 768px) {
  .border-right-color-md-dark-blue,
  .border-right-color-md-dark-blue a,
  .border-right-color-md-dark-blue a:focus,
  .border-right-color-md-dark-blue a:active,
  .border-right-color-md-dark-blue a:hover,
  a.border-right-color-md-dark-blue,
  a.border-right-color-md-dark-blue:focus,
  a.border-right-color-md-dark-blue:active,
  a.border-right-color-md-dark-blue:hover {
    border-right-color: #004261; } }

@media (min-width: 992px) {
  .border-right-color-lg-dark-blue,
  .border-right-color-lg-dark-blue a,
  .border-right-color-lg-dark-blue a:focus,
  .border-right-color-lg-dark-blue a:active,
  .border-right-color-lg-dark-blue a:hover,
  a.border-right-color-lg-dark-blue,
  a.border-right-color-lg-dark-blue:focus,
  a.border-right-color-lg-dark-blue:active,
  a.border-right-color-lg-dark-blue:hover {
    border-right-color: #004261; } }

@media (min-width: 1200px) {
  .border-right-color-xl-dark-blue,
  .border-right-color-xl-dark-blue a,
  .border-right-color-xl-dark-blue a:focus,
  .border-right-color-xl-dark-blue a:active,
  .border-right-color-xl-dark-blue a:hover,
  a.border-right-color-xl-dark-blue,
  a.border-right-color-xl-dark-blue:focus,
  a.border-right-color-xl-dark-blue:active,
  a.border-right-color-xl-dark-blue:hover {
    border-right-color: #004261; } }

.border-bottom-color-dark-blue,
.border-bottom-color-dark-blue a,
.border-bottom-color-dark-blue a:focus,
.border-bottom-color-dark-blue a:active,
.border-bottom-color-dark-blue a:hover,
a.border-bottom-color-dark-blue,
a.border-bottom-color-dark-blue:focus,
a.border-bottom-color-dark-blue:active,
a.border-bottom-color-dark-blue:hover {
  border-bottom-color: #004261; }

@media (min-width: 576px) {
  .border-bottom-color-sm-dark-blue,
  .border-bottom-color-sm-dark-blue a,
  .border-bottom-color-sm-dark-blue a:focus,
  .border-bottom-color-sm-dark-blue a:active,
  .border-bottom-color-sm-dark-blue a:hover,
  a.border-bottom-color-sm-dark-blue,
  a.border-bottom-color-sm-dark-blue:focus,
  a.border-bottom-color-sm-dark-blue:active,
  a.border-bottom-color-sm-dark-blue:hover {
    border-bottom-color: #004261; } }

@media (min-width: 768px) {
  .border-bottom-color-md-dark-blue,
  .border-bottom-color-md-dark-blue a,
  .border-bottom-color-md-dark-blue a:focus,
  .border-bottom-color-md-dark-blue a:active,
  .border-bottom-color-md-dark-blue a:hover,
  a.border-bottom-color-md-dark-blue,
  a.border-bottom-color-md-dark-blue:focus,
  a.border-bottom-color-md-dark-blue:active,
  a.border-bottom-color-md-dark-blue:hover {
    border-bottom-color: #004261; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-dark-blue,
  .border-bottom-color-lg-dark-blue a,
  .border-bottom-color-lg-dark-blue a:focus,
  .border-bottom-color-lg-dark-blue a:active,
  .border-bottom-color-lg-dark-blue a:hover,
  a.border-bottom-color-lg-dark-blue,
  a.border-bottom-color-lg-dark-blue:focus,
  a.border-bottom-color-lg-dark-blue:active,
  a.border-bottom-color-lg-dark-blue:hover {
    border-bottom-color: #004261; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-dark-blue,
  .border-bottom-color-xl-dark-blue a,
  .border-bottom-color-xl-dark-blue a:focus,
  .border-bottom-color-xl-dark-blue a:active,
  .border-bottom-color-xl-dark-blue a:hover,
  a.border-bottom-color-xl-dark-blue,
  a.border-bottom-color-xl-dark-blue:focus,
  a.border-bottom-color-xl-dark-blue:active,
  a.border-bottom-color-xl-dark-blue:hover {
    border-bottom-color: #004261; } }

.border-left-color-dark-blue,
.border-left-color-dark-blue a,
.border-left-color-dark-blue a:focus,
.border-left-color-dark-blue a:active,
.border-left-color-dark-blue a:hover,
a.border-left-color-dark-blue,
a.border-left-color-dark-blue:focus,
a.border-left-color-dark-blue:active,
a.border-left-color-dark-blue:hover {
  border-left-color: #004261; }

@media (min-width: 576px) {
  .border-left-color-sm-dark-blue,
  .border-left-color-sm-dark-blue a,
  .border-left-color-sm-dark-blue a:focus,
  .border-left-color-sm-dark-blue a:active,
  .border-left-color-sm-dark-blue a:hover,
  a.border-left-color-sm-dark-blue,
  a.border-left-color-sm-dark-blue:focus,
  a.border-left-color-sm-dark-blue:active,
  a.border-left-color-sm-dark-blue:hover {
    border-left-color: #004261; } }

@media (min-width: 768px) {
  .border-left-color-md-dark-blue,
  .border-left-color-md-dark-blue a,
  .border-left-color-md-dark-blue a:focus,
  .border-left-color-md-dark-blue a:active,
  .border-left-color-md-dark-blue a:hover,
  a.border-left-color-md-dark-blue,
  a.border-left-color-md-dark-blue:focus,
  a.border-left-color-md-dark-blue:active,
  a.border-left-color-md-dark-blue:hover {
    border-left-color: #004261; } }

@media (min-width: 992px) {
  .border-left-color-lg-dark-blue,
  .border-left-color-lg-dark-blue a,
  .border-left-color-lg-dark-blue a:focus,
  .border-left-color-lg-dark-blue a:active,
  .border-left-color-lg-dark-blue a:hover,
  a.border-left-color-lg-dark-blue,
  a.border-left-color-lg-dark-blue:focus,
  a.border-left-color-lg-dark-blue:active,
  a.border-left-color-lg-dark-blue:hover {
    border-left-color: #004261; } }

@media (min-width: 1200px) {
  .border-left-color-xl-dark-blue,
  .border-left-color-xl-dark-blue a,
  .border-left-color-xl-dark-blue a:focus,
  .border-left-color-xl-dark-blue a:active,
  .border-left-color-xl-dark-blue a:hover,
  a.border-left-color-xl-dark-blue,
  a.border-left-color-xl-dark-blue:focus,
  a.border-left-color-xl-dark-blue:active,
  a.border-left-color-xl-dark-blue:hover {
    border-left-color: #004261; } }

.border-color-blue,
.border-color-blue a,
.border-color-blue a:focus,
.border-color-blue a:active,
.border-color-blue a:hover,
a.border-color-blue,
a.border-color-blue:focus,
a.border-color-blue:active,
a.border-color-blue:hover,
.has-blue-border-color,
a.has-blue-border-color,
a.has-blue-border-color:focus,
a.has-blue-border-color:active,
a.has-blue-border-color:hover {
  border-color: #009fc7; }

@media (min-width: 576px) {
  .border-color-sm-blue,
  .border-color-sm-blue a,
  .border-color-sm-blue a:focus,
  .border-color-sm-blue a:active,
  .border-color-sm-blue a:hover,
  a.border-color-sm-blue,
  a.border-color-sm-blue:focus,
  a.border-color-sm-blue:active,
  a.border-color-sm-blue:hover {
    border-top-color: #009fc7; } }

@media (min-width: 768px) {
  .border-color-md-blue,
  .border-color-md-blue a,
  .border-color-md-blue a:focus,
  .border-color-md-blue a:active,
  .border-color-md-blue a:hover,
  a.border-color-md-blue,
  a.border-color-md-blue:focus,
  a.border-color-md-blue:active,
  a.border-color-md-blue:hover {
    border-top-color: #009fc7; } }

@media (min-width: 992px) {
  .border-color-lg-blue,
  .border-color-lg-blue a,
  .border-color-lg-blue a:focus,
  .border-color-lg-blue a:active,
  .border-color-lg-blue a:hover,
  a.border-color-lg-blue,
  a.border-color-lg-blue:focus,
  a.border-color-lg-blue:active,
  a.border-color-lg-blue:hover {
    border-color: #009fc7; } }

@media (min-width: 1200px) {
  .border-color-xl-blue,
  .border-color-xl-blue a,
  .border-color-xl-blue a:focus,
  .border-color-xl-blue a:active,
  .border-color-xl-blue a:hover,
  a.border-color-xl-blue,
  a.border-color-xl-blue:focus,
  a.border-color-xl-blue:active,
  a.border-color-xl-blue:hover {
    border-color: #009fc7; } }

.border-top-color-blue,
.border-top-color-blue a,
.border-top-color-blue a:focus,
.border-top-color-blue a:active,
.border-top-color-blue a:hover,
a.border-top-color-blue,
a.border-top-color-blue:focus,
a.border-top-color-blue:active,
a.border-top-color-blue:hover {
  border-top-color: #009fc7; }

@media (min-width: 576px) {
  .border-top-color-sm-blue,
  .border-top-color-sm-blue a,
  .border-top-color-sm-blue a:focus,
  .border-top-color-sm-blue a:active,
  .border-top-color-sm-blue a:hover,
  a.border-top-color-sm-blue,
  a.border-top-color-sm-blue:focus,
  a.border-top-color-sm-blue:active,
  a.border-top-color-sm-blue:hover {
    border-top-color: #009fc7; } }

@media (min-width: 768px) {
  .border-top-color-md-blue,
  .border-top-color-md-blue a,
  .border-top-color-md-blue a:focus,
  .border-top-color-md-blue a:active,
  .border-top-color-md-blue a:hover,
  a.border-top-color-md-blue,
  a.border-top-color-md-blue:focus,
  a.border-top-color-md-blue:active,
  a.border-top-color-md-blue:hover {
    border-top-color: #009fc7; } }

@media (min-width: 992px) {
  .border-top-color-lg-blue,
  .border-top-color-lg-blue a,
  .border-top-color-lg-blue a:focus,
  .border-top-color-lg-blue a:active,
  .border-top-color-lg-blue a:hover,
  a.border-top-color-lg-blue,
  a.border-top-color-lg-blue:focus,
  a.border-top-color-lg-blue:active,
  a.border-top-color-lg-blue:hover {
    border-top-color: #009fc7; } }

@media (min-width: 1200px) {
  .border-top-color-xl-blue,
  .border-top-color-xl-blue a,
  .border-top-color-xl-blue a:focus,
  .border-top-color-xl-blue a:active,
  .border-top-color-xl-blue a:hover,
  a.border-top-color-xl-blue,
  a.border-top-color-xl-blue:focus,
  a.border-top-color-xl-blue:active,
  a.border-top-color-xl-blue:hover {
    border-top-color: #009fc7; } }

.border-right-color-blue,
.border-right-color-blue a,
.border-right-color-blue a:focus,
.border-right-color-blue a:active,
.border-right-color-blue a:hover,
a.border-right-color-blue,
a.border-right-color-blue:focus,
a.border-right-color-blue:active,
a.border-right-color-blue:hover {
  border-right-color: #009fc7; }

@media (min-width: 576px) {
  .border-right-color-sm-blue,
  .border-right-color-sm-blue a,
  .border-right-color-sm-blue a:focus,
  .border-right-color-sm-blue a:active,
  .border-right-color-sm-blue a:hover,
  a.border-right-color-sm-blue,
  a.border-right-color-sm-blue:focus,
  a.border-right-color-sm-blue:active,
  a.border-right-color-sm-blue:hover {
    border-right-color: #009fc7; } }

@media (min-width: 768px) {
  .border-right-color-md-blue,
  .border-right-color-md-blue a,
  .border-right-color-md-blue a:focus,
  .border-right-color-md-blue a:active,
  .border-right-color-md-blue a:hover,
  a.border-right-color-md-blue,
  a.border-right-color-md-blue:focus,
  a.border-right-color-md-blue:active,
  a.border-right-color-md-blue:hover {
    border-right-color: #009fc7; } }

@media (min-width: 992px) {
  .border-right-color-lg-blue,
  .border-right-color-lg-blue a,
  .border-right-color-lg-blue a:focus,
  .border-right-color-lg-blue a:active,
  .border-right-color-lg-blue a:hover,
  a.border-right-color-lg-blue,
  a.border-right-color-lg-blue:focus,
  a.border-right-color-lg-blue:active,
  a.border-right-color-lg-blue:hover {
    border-right-color: #009fc7; } }

@media (min-width: 1200px) {
  .border-right-color-xl-blue,
  .border-right-color-xl-blue a,
  .border-right-color-xl-blue a:focus,
  .border-right-color-xl-blue a:active,
  .border-right-color-xl-blue a:hover,
  a.border-right-color-xl-blue,
  a.border-right-color-xl-blue:focus,
  a.border-right-color-xl-blue:active,
  a.border-right-color-xl-blue:hover {
    border-right-color: #009fc7; } }

.border-bottom-color-blue,
.border-bottom-color-blue a,
.border-bottom-color-blue a:focus,
.border-bottom-color-blue a:active,
.border-bottom-color-blue a:hover,
a.border-bottom-color-blue,
a.border-bottom-color-blue:focus,
a.border-bottom-color-blue:active,
a.border-bottom-color-blue:hover {
  border-bottom-color: #009fc7; }

@media (min-width: 576px) {
  .border-bottom-color-sm-blue,
  .border-bottom-color-sm-blue a,
  .border-bottom-color-sm-blue a:focus,
  .border-bottom-color-sm-blue a:active,
  .border-bottom-color-sm-blue a:hover,
  a.border-bottom-color-sm-blue,
  a.border-bottom-color-sm-blue:focus,
  a.border-bottom-color-sm-blue:active,
  a.border-bottom-color-sm-blue:hover {
    border-bottom-color: #009fc7; } }

@media (min-width: 768px) {
  .border-bottom-color-md-blue,
  .border-bottom-color-md-blue a,
  .border-bottom-color-md-blue a:focus,
  .border-bottom-color-md-blue a:active,
  .border-bottom-color-md-blue a:hover,
  a.border-bottom-color-md-blue,
  a.border-bottom-color-md-blue:focus,
  a.border-bottom-color-md-blue:active,
  a.border-bottom-color-md-blue:hover {
    border-bottom-color: #009fc7; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-blue,
  .border-bottom-color-lg-blue a,
  .border-bottom-color-lg-blue a:focus,
  .border-bottom-color-lg-blue a:active,
  .border-bottom-color-lg-blue a:hover,
  a.border-bottom-color-lg-blue,
  a.border-bottom-color-lg-blue:focus,
  a.border-bottom-color-lg-blue:active,
  a.border-bottom-color-lg-blue:hover {
    border-bottom-color: #009fc7; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-blue,
  .border-bottom-color-xl-blue a,
  .border-bottom-color-xl-blue a:focus,
  .border-bottom-color-xl-blue a:active,
  .border-bottom-color-xl-blue a:hover,
  a.border-bottom-color-xl-blue,
  a.border-bottom-color-xl-blue:focus,
  a.border-bottom-color-xl-blue:active,
  a.border-bottom-color-xl-blue:hover {
    border-bottom-color: #009fc7; } }

.border-left-color-blue,
.border-left-color-blue a,
.border-left-color-blue a:focus,
.border-left-color-blue a:active,
.border-left-color-blue a:hover,
a.border-left-color-blue,
a.border-left-color-blue:focus,
a.border-left-color-blue:active,
a.border-left-color-blue:hover {
  border-left-color: #009fc7; }

@media (min-width: 576px) {
  .border-left-color-sm-blue,
  .border-left-color-sm-blue a,
  .border-left-color-sm-blue a:focus,
  .border-left-color-sm-blue a:active,
  .border-left-color-sm-blue a:hover,
  a.border-left-color-sm-blue,
  a.border-left-color-sm-blue:focus,
  a.border-left-color-sm-blue:active,
  a.border-left-color-sm-blue:hover {
    border-left-color: #009fc7; } }

@media (min-width: 768px) {
  .border-left-color-md-blue,
  .border-left-color-md-blue a,
  .border-left-color-md-blue a:focus,
  .border-left-color-md-blue a:active,
  .border-left-color-md-blue a:hover,
  a.border-left-color-md-blue,
  a.border-left-color-md-blue:focus,
  a.border-left-color-md-blue:active,
  a.border-left-color-md-blue:hover {
    border-left-color: #009fc7; } }

@media (min-width: 992px) {
  .border-left-color-lg-blue,
  .border-left-color-lg-blue a,
  .border-left-color-lg-blue a:focus,
  .border-left-color-lg-blue a:active,
  .border-left-color-lg-blue a:hover,
  a.border-left-color-lg-blue,
  a.border-left-color-lg-blue:focus,
  a.border-left-color-lg-blue:active,
  a.border-left-color-lg-blue:hover {
    border-left-color: #009fc7; } }

@media (min-width: 1200px) {
  .border-left-color-xl-blue,
  .border-left-color-xl-blue a,
  .border-left-color-xl-blue a:focus,
  .border-left-color-xl-blue a:active,
  .border-left-color-xl-blue a:hover,
  a.border-left-color-xl-blue,
  a.border-left-color-xl-blue:focus,
  a.border-left-color-xl-blue:active,
  a.border-left-color-xl-blue:hover {
    border-left-color: #009fc7; } }

.border-color-light-blue,
.border-color-light-blue a,
.border-color-light-blue a:focus,
.border-color-light-blue a:active,
.border-color-light-blue a:hover,
a.border-color-light-blue,
a.border-color-light-blue:focus,
a.border-color-light-blue:active,
a.border-color-light-blue:hover,
.has-light-blue-border-color,
a.has-light-blue-border-color,
a.has-light-blue-border-color:focus,
a.has-light-blue-border-color:active,
a.has-light-blue-border-color:hover {
  border-color: #5BC3FF; }

@media (min-width: 576px) {
  .border-color-sm-light-blue,
  .border-color-sm-light-blue a,
  .border-color-sm-light-blue a:focus,
  .border-color-sm-light-blue a:active,
  .border-color-sm-light-blue a:hover,
  a.border-color-sm-light-blue,
  a.border-color-sm-light-blue:focus,
  a.border-color-sm-light-blue:active,
  a.border-color-sm-light-blue:hover {
    border-top-color: #5BC3FF; } }

@media (min-width: 768px) {
  .border-color-md-light-blue,
  .border-color-md-light-blue a,
  .border-color-md-light-blue a:focus,
  .border-color-md-light-blue a:active,
  .border-color-md-light-blue a:hover,
  a.border-color-md-light-blue,
  a.border-color-md-light-blue:focus,
  a.border-color-md-light-blue:active,
  a.border-color-md-light-blue:hover {
    border-top-color: #5BC3FF; } }

@media (min-width: 992px) {
  .border-color-lg-light-blue,
  .border-color-lg-light-blue a,
  .border-color-lg-light-blue a:focus,
  .border-color-lg-light-blue a:active,
  .border-color-lg-light-blue a:hover,
  a.border-color-lg-light-blue,
  a.border-color-lg-light-blue:focus,
  a.border-color-lg-light-blue:active,
  a.border-color-lg-light-blue:hover {
    border-color: #5BC3FF; } }

@media (min-width: 1200px) {
  .border-color-xl-light-blue,
  .border-color-xl-light-blue a,
  .border-color-xl-light-blue a:focus,
  .border-color-xl-light-blue a:active,
  .border-color-xl-light-blue a:hover,
  a.border-color-xl-light-blue,
  a.border-color-xl-light-blue:focus,
  a.border-color-xl-light-blue:active,
  a.border-color-xl-light-blue:hover {
    border-color: #5BC3FF; } }

.border-top-color-light-blue,
.border-top-color-light-blue a,
.border-top-color-light-blue a:focus,
.border-top-color-light-blue a:active,
.border-top-color-light-blue a:hover,
a.border-top-color-light-blue,
a.border-top-color-light-blue:focus,
a.border-top-color-light-blue:active,
a.border-top-color-light-blue:hover {
  border-top-color: #5BC3FF; }

@media (min-width: 576px) {
  .border-top-color-sm-light-blue,
  .border-top-color-sm-light-blue a,
  .border-top-color-sm-light-blue a:focus,
  .border-top-color-sm-light-blue a:active,
  .border-top-color-sm-light-blue a:hover,
  a.border-top-color-sm-light-blue,
  a.border-top-color-sm-light-blue:focus,
  a.border-top-color-sm-light-blue:active,
  a.border-top-color-sm-light-blue:hover {
    border-top-color: #5BC3FF; } }

@media (min-width: 768px) {
  .border-top-color-md-light-blue,
  .border-top-color-md-light-blue a,
  .border-top-color-md-light-blue a:focus,
  .border-top-color-md-light-blue a:active,
  .border-top-color-md-light-blue a:hover,
  a.border-top-color-md-light-blue,
  a.border-top-color-md-light-blue:focus,
  a.border-top-color-md-light-blue:active,
  a.border-top-color-md-light-blue:hover {
    border-top-color: #5BC3FF; } }

@media (min-width: 992px) {
  .border-top-color-lg-light-blue,
  .border-top-color-lg-light-blue a,
  .border-top-color-lg-light-blue a:focus,
  .border-top-color-lg-light-blue a:active,
  .border-top-color-lg-light-blue a:hover,
  a.border-top-color-lg-light-blue,
  a.border-top-color-lg-light-blue:focus,
  a.border-top-color-lg-light-blue:active,
  a.border-top-color-lg-light-blue:hover {
    border-top-color: #5BC3FF; } }

@media (min-width: 1200px) {
  .border-top-color-xl-light-blue,
  .border-top-color-xl-light-blue a,
  .border-top-color-xl-light-blue a:focus,
  .border-top-color-xl-light-blue a:active,
  .border-top-color-xl-light-blue a:hover,
  a.border-top-color-xl-light-blue,
  a.border-top-color-xl-light-blue:focus,
  a.border-top-color-xl-light-blue:active,
  a.border-top-color-xl-light-blue:hover {
    border-top-color: #5BC3FF; } }

.border-right-color-light-blue,
.border-right-color-light-blue a,
.border-right-color-light-blue a:focus,
.border-right-color-light-blue a:active,
.border-right-color-light-blue a:hover,
a.border-right-color-light-blue,
a.border-right-color-light-blue:focus,
a.border-right-color-light-blue:active,
a.border-right-color-light-blue:hover {
  border-right-color: #5BC3FF; }

@media (min-width: 576px) {
  .border-right-color-sm-light-blue,
  .border-right-color-sm-light-blue a,
  .border-right-color-sm-light-blue a:focus,
  .border-right-color-sm-light-blue a:active,
  .border-right-color-sm-light-blue a:hover,
  a.border-right-color-sm-light-blue,
  a.border-right-color-sm-light-blue:focus,
  a.border-right-color-sm-light-blue:active,
  a.border-right-color-sm-light-blue:hover {
    border-right-color: #5BC3FF; } }

@media (min-width: 768px) {
  .border-right-color-md-light-blue,
  .border-right-color-md-light-blue a,
  .border-right-color-md-light-blue a:focus,
  .border-right-color-md-light-blue a:active,
  .border-right-color-md-light-blue a:hover,
  a.border-right-color-md-light-blue,
  a.border-right-color-md-light-blue:focus,
  a.border-right-color-md-light-blue:active,
  a.border-right-color-md-light-blue:hover {
    border-right-color: #5BC3FF; } }

@media (min-width: 992px) {
  .border-right-color-lg-light-blue,
  .border-right-color-lg-light-blue a,
  .border-right-color-lg-light-blue a:focus,
  .border-right-color-lg-light-blue a:active,
  .border-right-color-lg-light-blue a:hover,
  a.border-right-color-lg-light-blue,
  a.border-right-color-lg-light-blue:focus,
  a.border-right-color-lg-light-blue:active,
  a.border-right-color-lg-light-blue:hover {
    border-right-color: #5BC3FF; } }

@media (min-width: 1200px) {
  .border-right-color-xl-light-blue,
  .border-right-color-xl-light-blue a,
  .border-right-color-xl-light-blue a:focus,
  .border-right-color-xl-light-blue a:active,
  .border-right-color-xl-light-blue a:hover,
  a.border-right-color-xl-light-blue,
  a.border-right-color-xl-light-blue:focus,
  a.border-right-color-xl-light-blue:active,
  a.border-right-color-xl-light-blue:hover {
    border-right-color: #5BC3FF; } }

.border-bottom-color-light-blue,
.border-bottom-color-light-blue a,
.border-bottom-color-light-blue a:focus,
.border-bottom-color-light-blue a:active,
.border-bottom-color-light-blue a:hover,
a.border-bottom-color-light-blue,
a.border-bottom-color-light-blue:focus,
a.border-bottom-color-light-blue:active,
a.border-bottom-color-light-blue:hover {
  border-bottom-color: #5BC3FF; }

@media (min-width: 576px) {
  .border-bottom-color-sm-light-blue,
  .border-bottom-color-sm-light-blue a,
  .border-bottom-color-sm-light-blue a:focus,
  .border-bottom-color-sm-light-blue a:active,
  .border-bottom-color-sm-light-blue a:hover,
  a.border-bottom-color-sm-light-blue,
  a.border-bottom-color-sm-light-blue:focus,
  a.border-bottom-color-sm-light-blue:active,
  a.border-bottom-color-sm-light-blue:hover {
    border-bottom-color: #5BC3FF; } }

@media (min-width: 768px) {
  .border-bottom-color-md-light-blue,
  .border-bottom-color-md-light-blue a,
  .border-bottom-color-md-light-blue a:focus,
  .border-bottom-color-md-light-blue a:active,
  .border-bottom-color-md-light-blue a:hover,
  a.border-bottom-color-md-light-blue,
  a.border-bottom-color-md-light-blue:focus,
  a.border-bottom-color-md-light-blue:active,
  a.border-bottom-color-md-light-blue:hover {
    border-bottom-color: #5BC3FF; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-light-blue,
  .border-bottom-color-lg-light-blue a,
  .border-bottom-color-lg-light-blue a:focus,
  .border-bottom-color-lg-light-blue a:active,
  .border-bottom-color-lg-light-blue a:hover,
  a.border-bottom-color-lg-light-blue,
  a.border-bottom-color-lg-light-blue:focus,
  a.border-bottom-color-lg-light-blue:active,
  a.border-bottom-color-lg-light-blue:hover {
    border-bottom-color: #5BC3FF; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-light-blue,
  .border-bottom-color-xl-light-blue a,
  .border-bottom-color-xl-light-blue a:focus,
  .border-bottom-color-xl-light-blue a:active,
  .border-bottom-color-xl-light-blue a:hover,
  a.border-bottom-color-xl-light-blue,
  a.border-bottom-color-xl-light-blue:focus,
  a.border-bottom-color-xl-light-blue:active,
  a.border-bottom-color-xl-light-blue:hover {
    border-bottom-color: #5BC3FF; } }

.border-left-color-light-blue,
.border-left-color-light-blue a,
.border-left-color-light-blue a:focus,
.border-left-color-light-blue a:active,
.border-left-color-light-blue a:hover,
a.border-left-color-light-blue,
a.border-left-color-light-blue:focus,
a.border-left-color-light-blue:active,
a.border-left-color-light-blue:hover {
  border-left-color: #5BC3FF; }

@media (min-width: 576px) {
  .border-left-color-sm-light-blue,
  .border-left-color-sm-light-blue a,
  .border-left-color-sm-light-blue a:focus,
  .border-left-color-sm-light-blue a:active,
  .border-left-color-sm-light-blue a:hover,
  a.border-left-color-sm-light-blue,
  a.border-left-color-sm-light-blue:focus,
  a.border-left-color-sm-light-blue:active,
  a.border-left-color-sm-light-blue:hover {
    border-left-color: #5BC3FF; } }

@media (min-width: 768px) {
  .border-left-color-md-light-blue,
  .border-left-color-md-light-blue a,
  .border-left-color-md-light-blue a:focus,
  .border-left-color-md-light-blue a:active,
  .border-left-color-md-light-blue a:hover,
  a.border-left-color-md-light-blue,
  a.border-left-color-md-light-blue:focus,
  a.border-left-color-md-light-blue:active,
  a.border-left-color-md-light-blue:hover {
    border-left-color: #5BC3FF; } }

@media (min-width: 992px) {
  .border-left-color-lg-light-blue,
  .border-left-color-lg-light-blue a,
  .border-left-color-lg-light-blue a:focus,
  .border-left-color-lg-light-blue a:active,
  .border-left-color-lg-light-blue a:hover,
  a.border-left-color-lg-light-blue,
  a.border-left-color-lg-light-blue:focus,
  a.border-left-color-lg-light-blue:active,
  a.border-left-color-lg-light-blue:hover {
    border-left-color: #5BC3FF; } }

@media (min-width: 1200px) {
  .border-left-color-xl-light-blue,
  .border-left-color-xl-light-blue a,
  .border-left-color-xl-light-blue a:focus,
  .border-left-color-xl-light-blue a:active,
  .border-left-color-xl-light-blue a:hover,
  a.border-left-color-xl-light-blue,
  a.border-left-color-xl-light-blue:focus,
  a.border-left-color-xl-light-blue:active,
  a.border-left-color-xl-light-blue:hover {
    border-left-color: #5BC3FF; } }

.border-color-very-light-blue,
.border-color-very-light-blue a,
.border-color-very-light-blue a:focus,
.border-color-very-light-blue a:active,
.border-color-very-light-blue a:hover,
a.border-color-very-light-blue,
a.border-color-very-light-blue:focus,
a.border-color-very-light-blue:active,
a.border-color-very-light-blue:hover,
.has-very-light-blue-border-color,
a.has-very-light-blue-border-color,
a.has-very-light-blue-border-color:focus,
a.has-very-light-blue-border-color:active,
a.has-very-light-blue-border-color:hover {
  border-color: #B2E2FF; }

@media (min-width: 576px) {
  .border-color-sm-very-light-blue,
  .border-color-sm-very-light-blue a,
  .border-color-sm-very-light-blue a:focus,
  .border-color-sm-very-light-blue a:active,
  .border-color-sm-very-light-blue a:hover,
  a.border-color-sm-very-light-blue,
  a.border-color-sm-very-light-blue:focus,
  a.border-color-sm-very-light-blue:active,
  a.border-color-sm-very-light-blue:hover {
    border-top-color: #B2E2FF; } }

@media (min-width: 768px) {
  .border-color-md-very-light-blue,
  .border-color-md-very-light-blue a,
  .border-color-md-very-light-blue a:focus,
  .border-color-md-very-light-blue a:active,
  .border-color-md-very-light-blue a:hover,
  a.border-color-md-very-light-blue,
  a.border-color-md-very-light-blue:focus,
  a.border-color-md-very-light-blue:active,
  a.border-color-md-very-light-blue:hover {
    border-top-color: #B2E2FF; } }

@media (min-width: 992px) {
  .border-color-lg-very-light-blue,
  .border-color-lg-very-light-blue a,
  .border-color-lg-very-light-blue a:focus,
  .border-color-lg-very-light-blue a:active,
  .border-color-lg-very-light-blue a:hover,
  a.border-color-lg-very-light-blue,
  a.border-color-lg-very-light-blue:focus,
  a.border-color-lg-very-light-blue:active,
  a.border-color-lg-very-light-blue:hover {
    border-color: #B2E2FF; } }

@media (min-width: 1200px) {
  .border-color-xl-very-light-blue,
  .border-color-xl-very-light-blue a,
  .border-color-xl-very-light-blue a:focus,
  .border-color-xl-very-light-blue a:active,
  .border-color-xl-very-light-blue a:hover,
  a.border-color-xl-very-light-blue,
  a.border-color-xl-very-light-blue:focus,
  a.border-color-xl-very-light-blue:active,
  a.border-color-xl-very-light-blue:hover {
    border-color: #B2E2FF; } }

.border-top-color-very-light-blue,
.border-top-color-very-light-blue a,
.border-top-color-very-light-blue a:focus,
.border-top-color-very-light-blue a:active,
.border-top-color-very-light-blue a:hover,
a.border-top-color-very-light-blue,
a.border-top-color-very-light-blue:focus,
a.border-top-color-very-light-blue:active,
a.border-top-color-very-light-blue:hover {
  border-top-color: #B2E2FF; }

@media (min-width: 576px) {
  .border-top-color-sm-very-light-blue,
  .border-top-color-sm-very-light-blue a,
  .border-top-color-sm-very-light-blue a:focus,
  .border-top-color-sm-very-light-blue a:active,
  .border-top-color-sm-very-light-blue a:hover,
  a.border-top-color-sm-very-light-blue,
  a.border-top-color-sm-very-light-blue:focus,
  a.border-top-color-sm-very-light-blue:active,
  a.border-top-color-sm-very-light-blue:hover {
    border-top-color: #B2E2FF; } }

@media (min-width: 768px) {
  .border-top-color-md-very-light-blue,
  .border-top-color-md-very-light-blue a,
  .border-top-color-md-very-light-blue a:focus,
  .border-top-color-md-very-light-blue a:active,
  .border-top-color-md-very-light-blue a:hover,
  a.border-top-color-md-very-light-blue,
  a.border-top-color-md-very-light-blue:focus,
  a.border-top-color-md-very-light-blue:active,
  a.border-top-color-md-very-light-blue:hover {
    border-top-color: #B2E2FF; } }

@media (min-width: 992px) {
  .border-top-color-lg-very-light-blue,
  .border-top-color-lg-very-light-blue a,
  .border-top-color-lg-very-light-blue a:focus,
  .border-top-color-lg-very-light-blue a:active,
  .border-top-color-lg-very-light-blue a:hover,
  a.border-top-color-lg-very-light-blue,
  a.border-top-color-lg-very-light-blue:focus,
  a.border-top-color-lg-very-light-blue:active,
  a.border-top-color-lg-very-light-blue:hover {
    border-top-color: #B2E2FF; } }

@media (min-width: 1200px) {
  .border-top-color-xl-very-light-blue,
  .border-top-color-xl-very-light-blue a,
  .border-top-color-xl-very-light-blue a:focus,
  .border-top-color-xl-very-light-blue a:active,
  .border-top-color-xl-very-light-blue a:hover,
  a.border-top-color-xl-very-light-blue,
  a.border-top-color-xl-very-light-blue:focus,
  a.border-top-color-xl-very-light-blue:active,
  a.border-top-color-xl-very-light-blue:hover {
    border-top-color: #B2E2FF; } }

.border-right-color-very-light-blue,
.border-right-color-very-light-blue a,
.border-right-color-very-light-blue a:focus,
.border-right-color-very-light-blue a:active,
.border-right-color-very-light-blue a:hover,
a.border-right-color-very-light-blue,
a.border-right-color-very-light-blue:focus,
a.border-right-color-very-light-blue:active,
a.border-right-color-very-light-blue:hover {
  border-right-color: #B2E2FF; }

@media (min-width: 576px) {
  .border-right-color-sm-very-light-blue,
  .border-right-color-sm-very-light-blue a,
  .border-right-color-sm-very-light-blue a:focus,
  .border-right-color-sm-very-light-blue a:active,
  .border-right-color-sm-very-light-blue a:hover,
  a.border-right-color-sm-very-light-blue,
  a.border-right-color-sm-very-light-blue:focus,
  a.border-right-color-sm-very-light-blue:active,
  a.border-right-color-sm-very-light-blue:hover {
    border-right-color: #B2E2FF; } }

@media (min-width: 768px) {
  .border-right-color-md-very-light-blue,
  .border-right-color-md-very-light-blue a,
  .border-right-color-md-very-light-blue a:focus,
  .border-right-color-md-very-light-blue a:active,
  .border-right-color-md-very-light-blue a:hover,
  a.border-right-color-md-very-light-blue,
  a.border-right-color-md-very-light-blue:focus,
  a.border-right-color-md-very-light-blue:active,
  a.border-right-color-md-very-light-blue:hover {
    border-right-color: #B2E2FF; } }

@media (min-width: 992px) {
  .border-right-color-lg-very-light-blue,
  .border-right-color-lg-very-light-blue a,
  .border-right-color-lg-very-light-blue a:focus,
  .border-right-color-lg-very-light-blue a:active,
  .border-right-color-lg-very-light-blue a:hover,
  a.border-right-color-lg-very-light-blue,
  a.border-right-color-lg-very-light-blue:focus,
  a.border-right-color-lg-very-light-blue:active,
  a.border-right-color-lg-very-light-blue:hover {
    border-right-color: #B2E2FF; } }

@media (min-width: 1200px) {
  .border-right-color-xl-very-light-blue,
  .border-right-color-xl-very-light-blue a,
  .border-right-color-xl-very-light-blue a:focus,
  .border-right-color-xl-very-light-blue a:active,
  .border-right-color-xl-very-light-blue a:hover,
  a.border-right-color-xl-very-light-blue,
  a.border-right-color-xl-very-light-blue:focus,
  a.border-right-color-xl-very-light-blue:active,
  a.border-right-color-xl-very-light-blue:hover {
    border-right-color: #B2E2FF; } }

.border-bottom-color-very-light-blue,
.border-bottom-color-very-light-blue a,
.border-bottom-color-very-light-blue a:focus,
.border-bottom-color-very-light-blue a:active,
.border-bottom-color-very-light-blue a:hover,
a.border-bottom-color-very-light-blue,
a.border-bottom-color-very-light-blue:focus,
a.border-bottom-color-very-light-blue:active,
a.border-bottom-color-very-light-blue:hover {
  border-bottom-color: #B2E2FF; }

@media (min-width: 576px) {
  .border-bottom-color-sm-very-light-blue,
  .border-bottom-color-sm-very-light-blue a,
  .border-bottom-color-sm-very-light-blue a:focus,
  .border-bottom-color-sm-very-light-blue a:active,
  .border-bottom-color-sm-very-light-blue a:hover,
  a.border-bottom-color-sm-very-light-blue,
  a.border-bottom-color-sm-very-light-blue:focus,
  a.border-bottom-color-sm-very-light-blue:active,
  a.border-bottom-color-sm-very-light-blue:hover {
    border-bottom-color: #B2E2FF; } }

@media (min-width: 768px) {
  .border-bottom-color-md-very-light-blue,
  .border-bottom-color-md-very-light-blue a,
  .border-bottom-color-md-very-light-blue a:focus,
  .border-bottom-color-md-very-light-blue a:active,
  .border-bottom-color-md-very-light-blue a:hover,
  a.border-bottom-color-md-very-light-blue,
  a.border-bottom-color-md-very-light-blue:focus,
  a.border-bottom-color-md-very-light-blue:active,
  a.border-bottom-color-md-very-light-blue:hover {
    border-bottom-color: #B2E2FF; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-very-light-blue,
  .border-bottom-color-lg-very-light-blue a,
  .border-bottom-color-lg-very-light-blue a:focus,
  .border-bottom-color-lg-very-light-blue a:active,
  .border-bottom-color-lg-very-light-blue a:hover,
  a.border-bottom-color-lg-very-light-blue,
  a.border-bottom-color-lg-very-light-blue:focus,
  a.border-bottom-color-lg-very-light-blue:active,
  a.border-bottom-color-lg-very-light-blue:hover {
    border-bottom-color: #B2E2FF; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-very-light-blue,
  .border-bottom-color-xl-very-light-blue a,
  .border-bottom-color-xl-very-light-blue a:focus,
  .border-bottom-color-xl-very-light-blue a:active,
  .border-bottom-color-xl-very-light-blue a:hover,
  a.border-bottom-color-xl-very-light-blue,
  a.border-bottom-color-xl-very-light-blue:focus,
  a.border-bottom-color-xl-very-light-blue:active,
  a.border-bottom-color-xl-very-light-blue:hover {
    border-bottom-color: #B2E2FF; } }

.border-left-color-very-light-blue,
.border-left-color-very-light-blue a,
.border-left-color-very-light-blue a:focus,
.border-left-color-very-light-blue a:active,
.border-left-color-very-light-blue a:hover,
a.border-left-color-very-light-blue,
a.border-left-color-very-light-blue:focus,
a.border-left-color-very-light-blue:active,
a.border-left-color-very-light-blue:hover {
  border-left-color: #B2E2FF; }

@media (min-width: 576px) {
  .border-left-color-sm-very-light-blue,
  .border-left-color-sm-very-light-blue a,
  .border-left-color-sm-very-light-blue a:focus,
  .border-left-color-sm-very-light-blue a:active,
  .border-left-color-sm-very-light-blue a:hover,
  a.border-left-color-sm-very-light-blue,
  a.border-left-color-sm-very-light-blue:focus,
  a.border-left-color-sm-very-light-blue:active,
  a.border-left-color-sm-very-light-blue:hover {
    border-left-color: #B2E2FF; } }

@media (min-width: 768px) {
  .border-left-color-md-very-light-blue,
  .border-left-color-md-very-light-blue a,
  .border-left-color-md-very-light-blue a:focus,
  .border-left-color-md-very-light-blue a:active,
  .border-left-color-md-very-light-blue a:hover,
  a.border-left-color-md-very-light-blue,
  a.border-left-color-md-very-light-blue:focus,
  a.border-left-color-md-very-light-blue:active,
  a.border-left-color-md-very-light-blue:hover {
    border-left-color: #B2E2FF; } }

@media (min-width: 992px) {
  .border-left-color-lg-very-light-blue,
  .border-left-color-lg-very-light-blue a,
  .border-left-color-lg-very-light-blue a:focus,
  .border-left-color-lg-very-light-blue a:active,
  .border-left-color-lg-very-light-blue a:hover,
  a.border-left-color-lg-very-light-blue,
  a.border-left-color-lg-very-light-blue:focus,
  a.border-left-color-lg-very-light-blue:active,
  a.border-left-color-lg-very-light-blue:hover {
    border-left-color: #B2E2FF; } }

@media (min-width: 1200px) {
  .border-left-color-xl-very-light-blue,
  .border-left-color-xl-very-light-blue a,
  .border-left-color-xl-very-light-blue a:focus,
  .border-left-color-xl-very-light-blue a:active,
  .border-left-color-xl-very-light-blue a:hover,
  a.border-left-color-xl-very-light-blue,
  a.border-left-color-xl-very-light-blue:focus,
  a.border-left-color-xl-very-light-blue:active,
  a.border-left-color-xl-very-light-blue:hover {
    border-left-color: #B2E2FF; } }

.border-color-very-dark-purple,
.border-color-very-dark-purple a,
.border-color-very-dark-purple a:focus,
.border-color-very-dark-purple a:active,
.border-color-very-dark-purple a:hover,
a.border-color-very-dark-purple,
a.border-color-very-dark-purple:focus,
a.border-color-very-dark-purple:active,
a.border-color-very-dark-purple:hover,
.has-very-dark-purple-border-color,
a.has-very-dark-purple-border-color,
a.has-very-dark-purple-border-color:focus,
a.has-very-dark-purple-border-color:active,
a.has-very-dark-purple-border-color:hover {
  border-color: #500684; }

@media (min-width: 576px) {
  .border-color-sm-very-dark-purple,
  .border-color-sm-very-dark-purple a,
  .border-color-sm-very-dark-purple a:focus,
  .border-color-sm-very-dark-purple a:active,
  .border-color-sm-very-dark-purple a:hover,
  a.border-color-sm-very-dark-purple,
  a.border-color-sm-very-dark-purple:focus,
  a.border-color-sm-very-dark-purple:active,
  a.border-color-sm-very-dark-purple:hover {
    border-top-color: #500684; } }

@media (min-width: 768px) {
  .border-color-md-very-dark-purple,
  .border-color-md-very-dark-purple a,
  .border-color-md-very-dark-purple a:focus,
  .border-color-md-very-dark-purple a:active,
  .border-color-md-very-dark-purple a:hover,
  a.border-color-md-very-dark-purple,
  a.border-color-md-very-dark-purple:focus,
  a.border-color-md-very-dark-purple:active,
  a.border-color-md-very-dark-purple:hover {
    border-top-color: #500684; } }

@media (min-width: 992px) {
  .border-color-lg-very-dark-purple,
  .border-color-lg-very-dark-purple a,
  .border-color-lg-very-dark-purple a:focus,
  .border-color-lg-very-dark-purple a:active,
  .border-color-lg-very-dark-purple a:hover,
  a.border-color-lg-very-dark-purple,
  a.border-color-lg-very-dark-purple:focus,
  a.border-color-lg-very-dark-purple:active,
  a.border-color-lg-very-dark-purple:hover {
    border-color: #500684; } }

@media (min-width: 1200px) {
  .border-color-xl-very-dark-purple,
  .border-color-xl-very-dark-purple a,
  .border-color-xl-very-dark-purple a:focus,
  .border-color-xl-very-dark-purple a:active,
  .border-color-xl-very-dark-purple a:hover,
  a.border-color-xl-very-dark-purple,
  a.border-color-xl-very-dark-purple:focus,
  a.border-color-xl-very-dark-purple:active,
  a.border-color-xl-very-dark-purple:hover {
    border-color: #500684; } }

.border-top-color-very-dark-purple,
.border-top-color-very-dark-purple a,
.border-top-color-very-dark-purple a:focus,
.border-top-color-very-dark-purple a:active,
.border-top-color-very-dark-purple a:hover,
a.border-top-color-very-dark-purple,
a.border-top-color-very-dark-purple:focus,
a.border-top-color-very-dark-purple:active,
a.border-top-color-very-dark-purple:hover {
  border-top-color: #500684; }

@media (min-width: 576px) {
  .border-top-color-sm-very-dark-purple,
  .border-top-color-sm-very-dark-purple a,
  .border-top-color-sm-very-dark-purple a:focus,
  .border-top-color-sm-very-dark-purple a:active,
  .border-top-color-sm-very-dark-purple a:hover,
  a.border-top-color-sm-very-dark-purple,
  a.border-top-color-sm-very-dark-purple:focus,
  a.border-top-color-sm-very-dark-purple:active,
  a.border-top-color-sm-very-dark-purple:hover {
    border-top-color: #500684; } }

@media (min-width: 768px) {
  .border-top-color-md-very-dark-purple,
  .border-top-color-md-very-dark-purple a,
  .border-top-color-md-very-dark-purple a:focus,
  .border-top-color-md-very-dark-purple a:active,
  .border-top-color-md-very-dark-purple a:hover,
  a.border-top-color-md-very-dark-purple,
  a.border-top-color-md-very-dark-purple:focus,
  a.border-top-color-md-very-dark-purple:active,
  a.border-top-color-md-very-dark-purple:hover {
    border-top-color: #500684; } }

@media (min-width: 992px) {
  .border-top-color-lg-very-dark-purple,
  .border-top-color-lg-very-dark-purple a,
  .border-top-color-lg-very-dark-purple a:focus,
  .border-top-color-lg-very-dark-purple a:active,
  .border-top-color-lg-very-dark-purple a:hover,
  a.border-top-color-lg-very-dark-purple,
  a.border-top-color-lg-very-dark-purple:focus,
  a.border-top-color-lg-very-dark-purple:active,
  a.border-top-color-lg-very-dark-purple:hover {
    border-top-color: #500684; } }

@media (min-width: 1200px) {
  .border-top-color-xl-very-dark-purple,
  .border-top-color-xl-very-dark-purple a,
  .border-top-color-xl-very-dark-purple a:focus,
  .border-top-color-xl-very-dark-purple a:active,
  .border-top-color-xl-very-dark-purple a:hover,
  a.border-top-color-xl-very-dark-purple,
  a.border-top-color-xl-very-dark-purple:focus,
  a.border-top-color-xl-very-dark-purple:active,
  a.border-top-color-xl-very-dark-purple:hover {
    border-top-color: #500684; } }

.border-right-color-very-dark-purple,
.border-right-color-very-dark-purple a,
.border-right-color-very-dark-purple a:focus,
.border-right-color-very-dark-purple a:active,
.border-right-color-very-dark-purple a:hover,
a.border-right-color-very-dark-purple,
a.border-right-color-very-dark-purple:focus,
a.border-right-color-very-dark-purple:active,
a.border-right-color-very-dark-purple:hover {
  border-right-color: #500684; }

@media (min-width: 576px) {
  .border-right-color-sm-very-dark-purple,
  .border-right-color-sm-very-dark-purple a,
  .border-right-color-sm-very-dark-purple a:focus,
  .border-right-color-sm-very-dark-purple a:active,
  .border-right-color-sm-very-dark-purple a:hover,
  a.border-right-color-sm-very-dark-purple,
  a.border-right-color-sm-very-dark-purple:focus,
  a.border-right-color-sm-very-dark-purple:active,
  a.border-right-color-sm-very-dark-purple:hover {
    border-right-color: #500684; } }

@media (min-width: 768px) {
  .border-right-color-md-very-dark-purple,
  .border-right-color-md-very-dark-purple a,
  .border-right-color-md-very-dark-purple a:focus,
  .border-right-color-md-very-dark-purple a:active,
  .border-right-color-md-very-dark-purple a:hover,
  a.border-right-color-md-very-dark-purple,
  a.border-right-color-md-very-dark-purple:focus,
  a.border-right-color-md-very-dark-purple:active,
  a.border-right-color-md-very-dark-purple:hover {
    border-right-color: #500684; } }

@media (min-width: 992px) {
  .border-right-color-lg-very-dark-purple,
  .border-right-color-lg-very-dark-purple a,
  .border-right-color-lg-very-dark-purple a:focus,
  .border-right-color-lg-very-dark-purple a:active,
  .border-right-color-lg-very-dark-purple a:hover,
  a.border-right-color-lg-very-dark-purple,
  a.border-right-color-lg-very-dark-purple:focus,
  a.border-right-color-lg-very-dark-purple:active,
  a.border-right-color-lg-very-dark-purple:hover {
    border-right-color: #500684; } }

@media (min-width: 1200px) {
  .border-right-color-xl-very-dark-purple,
  .border-right-color-xl-very-dark-purple a,
  .border-right-color-xl-very-dark-purple a:focus,
  .border-right-color-xl-very-dark-purple a:active,
  .border-right-color-xl-very-dark-purple a:hover,
  a.border-right-color-xl-very-dark-purple,
  a.border-right-color-xl-very-dark-purple:focus,
  a.border-right-color-xl-very-dark-purple:active,
  a.border-right-color-xl-very-dark-purple:hover {
    border-right-color: #500684; } }

.border-bottom-color-very-dark-purple,
.border-bottom-color-very-dark-purple a,
.border-bottom-color-very-dark-purple a:focus,
.border-bottom-color-very-dark-purple a:active,
.border-bottom-color-very-dark-purple a:hover,
a.border-bottom-color-very-dark-purple,
a.border-bottom-color-very-dark-purple:focus,
a.border-bottom-color-very-dark-purple:active,
a.border-bottom-color-very-dark-purple:hover {
  border-bottom-color: #500684; }

@media (min-width: 576px) {
  .border-bottom-color-sm-very-dark-purple,
  .border-bottom-color-sm-very-dark-purple a,
  .border-bottom-color-sm-very-dark-purple a:focus,
  .border-bottom-color-sm-very-dark-purple a:active,
  .border-bottom-color-sm-very-dark-purple a:hover,
  a.border-bottom-color-sm-very-dark-purple,
  a.border-bottom-color-sm-very-dark-purple:focus,
  a.border-bottom-color-sm-very-dark-purple:active,
  a.border-bottom-color-sm-very-dark-purple:hover {
    border-bottom-color: #500684; } }

@media (min-width: 768px) {
  .border-bottom-color-md-very-dark-purple,
  .border-bottom-color-md-very-dark-purple a,
  .border-bottom-color-md-very-dark-purple a:focus,
  .border-bottom-color-md-very-dark-purple a:active,
  .border-bottom-color-md-very-dark-purple a:hover,
  a.border-bottom-color-md-very-dark-purple,
  a.border-bottom-color-md-very-dark-purple:focus,
  a.border-bottom-color-md-very-dark-purple:active,
  a.border-bottom-color-md-very-dark-purple:hover {
    border-bottom-color: #500684; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-very-dark-purple,
  .border-bottom-color-lg-very-dark-purple a,
  .border-bottom-color-lg-very-dark-purple a:focus,
  .border-bottom-color-lg-very-dark-purple a:active,
  .border-bottom-color-lg-very-dark-purple a:hover,
  a.border-bottom-color-lg-very-dark-purple,
  a.border-bottom-color-lg-very-dark-purple:focus,
  a.border-bottom-color-lg-very-dark-purple:active,
  a.border-bottom-color-lg-very-dark-purple:hover {
    border-bottom-color: #500684; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-very-dark-purple,
  .border-bottom-color-xl-very-dark-purple a,
  .border-bottom-color-xl-very-dark-purple a:focus,
  .border-bottom-color-xl-very-dark-purple a:active,
  .border-bottom-color-xl-very-dark-purple a:hover,
  a.border-bottom-color-xl-very-dark-purple,
  a.border-bottom-color-xl-very-dark-purple:focus,
  a.border-bottom-color-xl-very-dark-purple:active,
  a.border-bottom-color-xl-very-dark-purple:hover {
    border-bottom-color: #500684; } }

.border-left-color-very-dark-purple,
.border-left-color-very-dark-purple a,
.border-left-color-very-dark-purple a:focus,
.border-left-color-very-dark-purple a:active,
.border-left-color-very-dark-purple a:hover,
a.border-left-color-very-dark-purple,
a.border-left-color-very-dark-purple:focus,
a.border-left-color-very-dark-purple:active,
a.border-left-color-very-dark-purple:hover {
  border-left-color: #500684; }

@media (min-width: 576px) {
  .border-left-color-sm-very-dark-purple,
  .border-left-color-sm-very-dark-purple a,
  .border-left-color-sm-very-dark-purple a:focus,
  .border-left-color-sm-very-dark-purple a:active,
  .border-left-color-sm-very-dark-purple a:hover,
  a.border-left-color-sm-very-dark-purple,
  a.border-left-color-sm-very-dark-purple:focus,
  a.border-left-color-sm-very-dark-purple:active,
  a.border-left-color-sm-very-dark-purple:hover {
    border-left-color: #500684; } }

@media (min-width: 768px) {
  .border-left-color-md-very-dark-purple,
  .border-left-color-md-very-dark-purple a,
  .border-left-color-md-very-dark-purple a:focus,
  .border-left-color-md-very-dark-purple a:active,
  .border-left-color-md-very-dark-purple a:hover,
  a.border-left-color-md-very-dark-purple,
  a.border-left-color-md-very-dark-purple:focus,
  a.border-left-color-md-very-dark-purple:active,
  a.border-left-color-md-very-dark-purple:hover {
    border-left-color: #500684; } }

@media (min-width: 992px) {
  .border-left-color-lg-very-dark-purple,
  .border-left-color-lg-very-dark-purple a,
  .border-left-color-lg-very-dark-purple a:focus,
  .border-left-color-lg-very-dark-purple a:active,
  .border-left-color-lg-very-dark-purple a:hover,
  a.border-left-color-lg-very-dark-purple,
  a.border-left-color-lg-very-dark-purple:focus,
  a.border-left-color-lg-very-dark-purple:active,
  a.border-left-color-lg-very-dark-purple:hover {
    border-left-color: #500684; } }

@media (min-width: 1200px) {
  .border-left-color-xl-very-dark-purple,
  .border-left-color-xl-very-dark-purple a,
  .border-left-color-xl-very-dark-purple a:focus,
  .border-left-color-xl-very-dark-purple a:active,
  .border-left-color-xl-very-dark-purple a:hover,
  a.border-left-color-xl-very-dark-purple,
  a.border-left-color-xl-very-dark-purple:focus,
  a.border-left-color-xl-very-dark-purple:active,
  a.border-left-color-xl-very-dark-purple:hover {
    border-left-color: #500684; } }

.border-color-dark-purple,
.border-color-dark-purple a,
.border-color-dark-purple a:focus,
.border-color-dark-purple a:active,
.border-color-dark-purple a:hover,
a.border-color-dark-purple,
a.border-color-dark-purple:focus,
a.border-color-dark-purple:active,
a.border-color-dark-purple:hover,
.has-dark-purple-border-color,
a.has-dark-purple-border-color,
a.has-dark-purple-border-color:focus,
a.has-dark-purple-border-color:active,
a.has-dark-purple-border-color:hover {
  border-color: #6E12BA; }

@media (min-width: 576px) {
  .border-color-sm-dark-purple,
  .border-color-sm-dark-purple a,
  .border-color-sm-dark-purple a:focus,
  .border-color-sm-dark-purple a:active,
  .border-color-sm-dark-purple a:hover,
  a.border-color-sm-dark-purple,
  a.border-color-sm-dark-purple:focus,
  a.border-color-sm-dark-purple:active,
  a.border-color-sm-dark-purple:hover {
    border-top-color: #6E12BA; } }

@media (min-width: 768px) {
  .border-color-md-dark-purple,
  .border-color-md-dark-purple a,
  .border-color-md-dark-purple a:focus,
  .border-color-md-dark-purple a:active,
  .border-color-md-dark-purple a:hover,
  a.border-color-md-dark-purple,
  a.border-color-md-dark-purple:focus,
  a.border-color-md-dark-purple:active,
  a.border-color-md-dark-purple:hover {
    border-top-color: #6E12BA; } }

@media (min-width: 992px) {
  .border-color-lg-dark-purple,
  .border-color-lg-dark-purple a,
  .border-color-lg-dark-purple a:focus,
  .border-color-lg-dark-purple a:active,
  .border-color-lg-dark-purple a:hover,
  a.border-color-lg-dark-purple,
  a.border-color-lg-dark-purple:focus,
  a.border-color-lg-dark-purple:active,
  a.border-color-lg-dark-purple:hover {
    border-color: #6E12BA; } }

@media (min-width: 1200px) {
  .border-color-xl-dark-purple,
  .border-color-xl-dark-purple a,
  .border-color-xl-dark-purple a:focus,
  .border-color-xl-dark-purple a:active,
  .border-color-xl-dark-purple a:hover,
  a.border-color-xl-dark-purple,
  a.border-color-xl-dark-purple:focus,
  a.border-color-xl-dark-purple:active,
  a.border-color-xl-dark-purple:hover {
    border-color: #6E12BA; } }

.border-top-color-dark-purple,
.border-top-color-dark-purple a,
.border-top-color-dark-purple a:focus,
.border-top-color-dark-purple a:active,
.border-top-color-dark-purple a:hover,
a.border-top-color-dark-purple,
a.border-top-color-dark-purple:focus,
a.border-top-color-dark-purple:active,
a.border-top-color-dark-purple:hover {
  border-top-color: #6E12BA; }

@media (min-width: 576px) {
  .border-top-color-sm-dark-purple,
  .border-top-color-sm-dark-purple a,
  .border-top-color-sm-dark-purple a:focus,
  .border-top-color-sm-dark-purple a:active,
  .border-top-color-sm-dark-purple a:hover,
  a.border-top-color-sm-dark-purple,
  a.border-top-color-sm-dark-purple:focus,
  a.border-top-color-sm-dark-purple:active,
  a.border-top-color-sm-dark-purple:hover {
    border-top-color: #6E12BA; } }

@media (min-width: 768px) {
  .border-top-color-md-dark-purple,
  .border-top-color-md-dark-purple a,
  .border-top-color-md-dark-purple a:focus,
  .border-top-color-md-dark-purple a:active,
  .border-top-color-md-dark-purple a:hover,
  a.border-top-color-md-dark-purple,
  a.border-top-color-md-dark-purple:focus,
  a.border-top-color-md-dark-purple:active,
  a.border-top-color-md-dark-purple:hover {
    border-top-color: #6E12BA; } }

@media (min-width: 992px) {
  .border-top-color-lg-dark-purple,
  .border-top-color-lg-dark-purple a,
  .border-top-color-lg-dark-purple a:focus,
  .border-top-color-lg-dark-purple a:active,
  .border-top-color-lg-dark-purple a:hover,
  a.border-top-color-lg-dark-purple,
  a.border-top-color-lg-dark-purple:focus,
  a.border-top-color-lg-dark-purple:active,
  a.border-top-color-lg-dark-purple:hover {
    border-top-color: #6E12BA; } }

@media (min-width: 1200px) {
  .border-top-color-xl-dark-purple,
  .border-top-color-xl-dark-purple a,
  .border-top-color-xl-dark-purple a:focus,
  .border-top-color-xl-dark-purple a:active,
  .border-top-color-xl-dark-purple a:hover,
  a.border-top-color-xl-dark-purple,
  a.border-top-color-xl-dark-purple:focus,
  a.border-top-color-xl-dark-purple:active,
  a.border-top-color-xl-dark-purple:hover {
    border-top-color: #6E12BA; } }

.border-right-color-dark-purple,
.border-right-color-dark-purple a,
.border-right-color-dark-purple a:focus,
.border-right-color-dark-purple a:active,
.border-right-color-dark-purple a:hover,
a.border-right-color-dark-purple,
a.border-right-color-dark-purple:focus,
a.border-right-color-dark-purple:active,
a.border-right-color-dark-purple:hover {
  border-right-color: #6E12BA; }

@media (min-width: 576px) {
  .border-right-color-sm-dark-purple,
  .border-right-color-sm-dark-purple a,
  .border-right-color-sm-dark-purple a:focus,
  .border-right-color-sm-dark-purple a:active,
  .border-right-color-sm-dark-purple a:hover,
  a.border-right-color-sm-dark-purple,
  a.border-right-color-sm-dark-purple:focus,
  a.border-right-color-sm-dark-purple:active,
  a.border-right-color-sm-dark-purple:hover {
    border-right-color: #6E12BA; } }

@media (min-width: 768px) {
  .border-right-color-md-dark-purple,
  .border-right-color-md-dark-purple a,
  .border-right-color-md-dark-purple a:focus,
  .border-right-color-md-dark-purple a:active,
  .border-right-color-md-dark-purple a:hover,
  a.border-right-color-md-dark-purple,
  a.border-right-color-md-dark-purple:focus,
  a.border-right-color-md-dark-purple:active,
  a.border-right-color-md-dark-purple:hover {
    border-right-color: #6E12BA; } }

@media (min-width: 992px) {
  .border-right-color-lg-dark-purple,
  .border-right-color-lg-dark-purple a,
  .border-right-color-lg-dark-purple a:focus,
  .border-right-color-lg-dark-purple a:active,
  .border-right-color-lg-dark-purple a:hover,
  a.border-right-color-lg-dark-purple,
  a.border-right-color-lg-dark-purple:focus,
  a.border-right-color-lg-dark-purple:active,
  a.border-right-color-lg-dark-purple:hover {
    border-right-color: #6E12BA; } }

@media (min-width: 1200px) {
  .border-right-color-xl-dark-purple,
  .border-right-color-xl-dark-purple a,
  .border-right-color-xl-dark-purple a:focus,
  .border-right-color-xl-dark-purple a:active,
  .border-right-color-xl-dark-purple a:hover,
  a.border-right-color-xl-dark-purple,
  a.border-right-color-xl-dark-purple:focus,
  a.border-right-color-xl-dark-purple:active,
  a.border-right-color-xl-dark-purple:hover {
    border-right-color: #6E12BA; } }

.border-bottom-color-dark-purple,
.border-bottom-color-dark-purple a,
.border-bottom-color-dark-purple a:focus,
.border-bottom-color-dark-purple a:active,
.border-bottom-color-dark-purple a:hover,
a.border-bottom-color-dark-purple,
a.border-bottom-color-dark-purple:focus,
a.border-bottom-color-dark-purple:active,
a.border-bottom-color-dark-purple:hover {
  border-bottom-color: #6E12BA; }

@media (min-width: 576px) {
  .border-bottom-color-sm-dark-purple,
  .border-bottom-color-sm-dark-purple a,
  .border-bottom-color-sm-dark-purple a:focus,
  .border-bottom-color-sm-dark-purple a:active,
  .border-bottom-color-sm-dark-purple a:hover,
  a.border-bottom-color-sm-dark-purple,
  a.border-bottom-color-sm-dark-purple:focus,
  a.border-bottom-color-sm-dark-purple:active,
  a.border-bottom-color-sm-dark-purple:hover {
    border-bottom-color: #6E12BA; } }

@media (min-width: 768px) {
  .border-bottom-color-md-dark-purple,
  .border-bottom-color-md-dark-purple a,
  .border-bottom-color-md-dark-purple a:focus,
  .border-bottom-color-md-dark-purple a:active,
  .border-bottom-color-md-dark-purple a:hover,
  a.border-bottom-color-md-dark-purple,
  a.border-bottom-color-md-dark-purple:focus,
  a.border-bottom-color-md-dark-purple:active,
  a.border-bottom-color-md-dark-purple:hover {
    border-bottom-color: #6E12BA; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-dark-purple,
  .border-bottom-color-lg-dark-purple a,
  .border-bottom-color-lg-dark-purple a:focus,
  .border-bottom-color-lg-dark-purple a:active,
  .border-bottom-color-lg-dark-purple a:hover,
  a.border-bottom-color-lg-dark-purple,
  a.border-bottom-color-lg-dark-purple:focus,
  a.border-bottom-color-lg-dark-purple:active,
  a.border-bottom-color-lg-dark-purple:hover {
    border-bottom-color: #6E12BA; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-dark-purple,
  .border-bottom-color-xl-dark-purple a,
  .border-bottom-color-xl-dark-purple a:focus,
  .border-bottom-color-xl-dark-purple a:active,
  .border-bottom-color-xl-dark-purple a:hover,
  a.border-bottom-color-xl-dark-purple,
  a.border-bottom-color-xl-dark-purple:focus,
  a.border-bottom-color-xl-dark-purple:active,
  a.border-bottom-color-xl-dark-purple:hover {
    border-bottom-color: #6E12BA; } }

.border-left-color-dark-purple,
.border-left-color-dark-purple a,
.border-left-color-dark-purple a:focus,
.border-left-color-dark-purple a:active,
.border-left-color-dark-purple a:hover,
a.border-left-color-dark-purple,
a.border-left-color-dark-purple:focus,
a.border-left-color-dark-purple:active,
a.border-left-color-dark-purple:hover {
  border-left-color: #6E12BA; }

@media (min-width: 576px) {
  .border-left-color-sm-dark-purple,
  .border-left-color-sm-dark-purple a,
  .border-left-color-sm-dark-purple a:focus,
  .border-left-color-sm-dark-purple a:active,
  .border-left-color-sm-dark-purple a:hover,
  a.border-left-color-sm-dark-purple,
  a.border-left-color-sm-dark-purple:focus,
  a.border-left-color-sm-dark-purple:active,
  a.border-left-color-sm-dark-purple:hover {
    border-left-color: #6E12BA; } }

@media (min-width: 768px) {
  .border-left-color-md-dark-purple,
  .border-left-color-md-dark-purple a,
  .border-left-color-md-dark-purple a:focus,
  .border-left-color-md-dark-purple a:active,
  .border-left-color-md-dark-purple a:hover,
  a.border-left-color-md-dark-purple,
  a.border-left-color-md-dark-purple:focus,
  a.border-left-color-md-dark-purple:active,
  a.border-left-color-md-dark-purple:hover {
    border-left-color: #6E12BA; } }

@media (min-width: 992px) {
  .border-left-color-lg-dark-purple,
  .border-left-color-lg-dark-purple a,
  .border-left-color-lg-dark-purple a:focus,
  .border-left-color-lg-dark-purple a:active,
  .border-left-color-lg-dark-purple a:hover,
  a.border-left-color-lg-dark-purple,
  a.border-left-color-lg-dark-purple:focus,
  a.border-left-color-lg-dark-purple:active,
  a.border-left-color-lg-dark-purple:hover {
    border-left-color: #6E12BA; } }

@media (min-width: 1200px) {
  .border-left-color-xl-dark-purple,
  .border-left-color-xl-dark-purple a,
  .border-left-color-xl-dark-purple a:focus,
  .border-left-color-xl-dark-purple a:active,
  .border-left-color-xl-dark-purple a:hover,
  a.border-left-color-xl-dark-purple,
  a.border-left-color-xl-dark-purple:focus,
  a.border-left-color-xl-dark-purple:active,
  a.border-left-color-xl-dark-purple:hover {
    border-left-color: #6E12BA; } }

.border-color-purple,
.border-color-purple a,
.border-color-purple a:focus,
.border-color-purple a:active,
.border-color-purple a:hover,
a.border-color-purple,
a.border-color-purple:focus,
a.border-color-purple:active,
a.border-color-purple:hover,
.has-purple-border-color,
a.has-purple-border-color,
a.has-purple-border-color:focus,
a.has-purple-border-color:active,
a.has-purple-border-color:hover {
  border-color: #8224E3; }

@media (min-width: 576px) {
  .border-color-sm-purple,
  .border-color-sm-purple a,
  .border-color-sm-purple a:focus,
  .border-color-sm-purple a:active,
  .border-color-sm-purple a:hover,
  a.border-color-sm-purple,
  a.border-color-sm-purple:focus,
  a.border-color-sm-purple:active,
  a.border-color-sm-purple:hover {
    border-top-color: #8224E3; } }

@media (min-width: 768px) {
  .border-color-md-purple,
  .border-color-md-purple a,
  .border-color-md-purple a:focus,
  .border-color-md-purple a:active,
  .border-color-md-purple a:hover,
  a.border-color-md-purple,
  a.border-color-md-purple:focus,
  a.border-color-md-purple:active,
  a.border-color-md-purple:hover {
    border-top-color: #8224E3; } }

@media (min-width: 992px) {
  .border-color-lg-purple,
  .border-color-lg-purple a,
  .border-color-lg-purple a:focus,
  .border-color-lg-purple a:active,
  .border-color-lg-purple a:hover,
  a.border-color-lg-purple,
  a.border-color-lg-purple:focus,
  a.border-color-lg-purple:active,
  a.border-color-lg-purple:hover {
    border-color: #8224E3; } }

@media (min-width: 1200px) {
  .border-color-xl-purple,
  .border-color-xl-purple a,
  .border-color-xl-purple a:focus,
  .border-color-xl-purple a:active,
  .border-color-xl-purple a:hover,
  a.border-color-xl-purple,
  a.border-color-xl-purple:focus,
  a.border-color-xl-purple:active,
  a.border-color-xl-purple:hover {
    border-color: #8224E3; } }

.border-top-color-purple,
.border-top-color-purple a,
.border-top-color-purple a:focus,
.border-top-color-purple a:active,
.border-top-color-purple a:hover,
a.border-top-color-purple,
a.border-top-color-purple:focus,
a.border-top-color-purple:active,
a.border-top-color-purple:hover {
  border-top-color: #8224E3; }

@media (min-width: 576px) {
  .border-top-color-sm-purple,
  .border-top-color-sm-purple a,
  .border-top-color-sm-purple a:focus,
  .border-top-color-sm-purple a:active,
  .border-top-color-sm-purple a:hover,
  a.border-top-color-sm-purple,
  a.border-top-color-sm-purple:focus,
  a.border-top-color-sm-purple:active,
  a.border-top-color-sm-purple:hover {
    border-top-color: #8224E3; } }

@media (min-width: 768px) {
  .border-top-color-md-purple,
  .border-top-color-md-purple a,
  .border-top-color-md-purple a:focus,
  .border-top-color-md-purple a:active,
  .border-top-color-md-purple a:hover,
  a.border-top-color-md-purple,
  a.border-top-color-md-purple:focus,
  a.border-top-color-md-purple:active,
  a.border-top-color-md-purple:hover {
    border-top-color: #8224E3; } }

@media (min-width: 992px) {
  .border-top-color-lg-purple,
  .border-top-color-lg-purple a,
  .border-top-color-lg-purple a:focus,
  .border-top-color-lg-purple a:active,
  .border-top-color-lg-purple a:hover,
  a.border-top-color-lg-purple,
  a.border-top-color-lg-purple:focus,
  a.border-top-color-lg-purple:active,
  a.border-top-color-lg-purple:hover {
    border-top-color: #8224E3; } }

@media (min-width: 1200px) {
  .border-top-color-xl-purple,
  .border-top-color-xl-purple a,
  .border-top-color-xl-purple a:focus,
  .border-top-color-xl-purple a:active,
  .border-top-color-xl-purple a:hover,
  a.border-top-color-xl-purple,
  a.border-top-color-xl-purple:focus,
  a.border-top-color-xl-purple:active,
  a.border-top-color-xl-purple:hover {
    border-top-color: #8224E3; } }

.border-right-color-purple,
.border-right-color-purple a,
.border-right-color-purple a:focus,
.border-right-color-purple a:active,
.border-right-color-purple a:hover,
a.border-right-color-purple,
a.border-right-color-purple:focus,
a.border-right-color-purple:active,
a.border-right-color-purple:hover {
  border-right-color: #8224E3; }

@media (min-width: 576px) {
  .border-right-color-sm-purple,
  .border-right-color-sm-purple a,
  .border-right-color-sm-purple a:focus,
  .border-right-color-sm-purple a:active,
  .border-right-color-sm-purple a:hover,
  a.border-right-color-sm-purple,
  a.border-right-color-sm-purple:focus,
  a.border-right-color-sm-purple:active,
  a.border-right-color-sm-purple:hover {
    border-right-color: #8224E3; } }

@media (min-width: 768px) {
  .border-right-color-md-purple,
  .border-right-color-md-purple a,
  .border-right-color-md-purple a:focus,
  .border-right-color-md-purple a:active,
  .border-right-color-md-purple a:hover,
  a.border-right-color-md-purple,
  a.border-right-color-md-purple:focus,
  a.border-right-color-md-purple:active,
  a.border-right-color-md-purple:hover {
    border-right-color: #8224E3; } }

@media (min-width: 992px) {
  .border-right-color-lg-purple,
  .border-right-color-lg-purple a,
  .border-right-color-lg-purple a:focus,
  .border-right-color-lg-purple a:active,
  .border-right-color-lg-purple a:hover,
  a.border-right-color-lg-purple,
  a.border-right-color-lg-purple:focus,
  a.border-right-color-lg-purple:active,
  a.border-right-color-lg-purple:hover {
    border-right-color: #8224E3; } }

@media (min-width: 1200px) {
  .border-right-color-xl-purple,
  .border-right-color-xl-purple a,
  .border-right-color-xl-purple a:focus,
  .border-right-color-xl-purple a:active,
  .border-right-color-xl-purple a:hover,
  a.border-right-color-xl-purple,
  a.border-right-color-xl-purple:focus,
  a.border-right-color-xl-purple:active,
  a.border-right-color-xl-purple:hover {
    border-right-color: #8224E3; } }

.border-bottom-color-purple,
.border-bottom-color-purple a,
.border-bottom-color-purple a:focus,
.border-bottom-color-purple a:active,
.border-bottom-color-purple a:hover,
a.border-bottom-color-purple,
a.border-bottom-color-purple:focus,
a.border-bottom-color-purple:active,
a.border-bottom-color-purple:hover {
  border-bottom-color: #8224E3; }

@media (min-width: 576px) {
  .border-bottom-color-sm-purple,
  .border-bottom-color-sm-purple a,
  .border-bottom-color-sm-purple a:focus,
  .border-bottom-color-sm-purple a:active,
  .border-bottom-color-sm-purple a:hover,
  a.border-bottom-color-sm-purple,
  a.border-bottom-color-sm-purple:focus,
  a.border-bottom-color-sm-purple:active,
  a.border-bottom-color-sm-purple:hover {
    border-bottom-color: #8224E3; } }

@media (min-width: 768px) {
  .border-bottom-color-md-purple,
  .border-bottom-color-md-purple a,
  .border-bottom-color-md-purple a:focus,
  .border-bottom-color-md-purple a:active,
  .border-bottom-color-md-purple a:hover,
  a.border-bottom-color-md-purple,
  a.border-bottom-color-md-purple:focus,
  a.border-bottom-color-md-purple:active,
  a.border-bottom-color-md-purple:hover {
    border-bottom-color: #8224E3; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-purple,
  .border-bottom-color-lg-purple a,
  .border-bottom-color-lg-purple a:focus,
  .border-bottom-color-lg-purple a:active,
  .border-bottom-color-lg-purple a:hover,
  a.border-bottom-color-lg-purple,
  a.border-bottom-color-lg-purple:focus,
  a.border-bottom-color-lg-purple:active,
  a.border-bottom-color-lg-purple:hover {
    border-bottom-color: #8224E3; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-purple,
  .border-bottom-color-xl-purple a,
  .border-bottom-color-xl-purple a:focus,
  .border-bottom-color-xl-purple a:active,
  .border-bottom-color-xl-purple a:hover,
  a.border-bottom-color-xl-purple,
  a.border-bottom-color-xl-purple:focus,
  a.border-bottom-color-xl-purple:active,
  a.border-bottom-color-xl-purple:hover {
    border-bottom-color: #8224E3; } }

.border-left-color-purple,
.border-left-color-purple a,
.border-left-color-purple a:focus,
.border-left-color-purple a:active,
.border-left-color-purple a:hover,
a.border-left-color-purple,
a.border-left-color-purple:focus,
a.border-left-color-purple:active,
a.border-left-color-purple:hover {
  border-left-color: #8224E3; }

@media (min-width: 576px) {
  .border-left-color-sm-purple,
  .border-left-color-sm-purple a,
  .border-left-color-sm-purple a:focus,
  .border-left-color-sm-purple a:active,
  .border-left-color-sm-purple a:hover,
  a.border-left-color-sm-purple,
  a.border-left-color-sm-purple:focus,
  a.border-left-color-sm-purple:active,
  a.border-left-color-sm-purple:hover {
    border-left-color: #8224E3; } }

@media (min-width: 768px) {
  .border-left-color-md-purple,
  .border-left-color-md-purple a,
  .border-left-color-md-purple a:focus,
  .border-left-color-md-purple a:active,
  .border-left-color-md-purple a:hover,
  a.border-left-color-md-purple,
  a.border-left-color-md-purple:focus,
  a.border-left-color-md-purple:active,
  a.border-left-color-md-purple:hover {
    border-left-color: #8224E3; } }

@media (min-width: 992px) {
  .border-left-color-lg-purple,
  .border-left-color-lg-purple a,
  .border-left-color-lg-purple a:focus,
  .border-left-color-lg-purple a:active,
  .border-left-color-lg-purple a:hover,
  a.border-left-color-lg-purple,
  a.border-left-color-lg-purple:focus,
  a.border-left-color-lg-purple:active,
  a.border-left-color-lg-purple:hover {
    border-left-color: #8224E3; } }

@media (min-width: 1200px) {
  .border-left-color-xl-purple,
  .border-left-color-xl-purple a,
  .border-left-color-xl-purple a:focus,
  .border-left-color-xl-purple a:active,
  .border-left-color-xl-purple a:hover,
  a.border-left-color-xl-purple,
  a.border-left-color-xl-purple:focus,
  a.border-left-color-xl-purple:active,
  a.border-left-color-xl-purple:hover {
    border-left-color: #8224E3; } }

.border-color-light-purple,
.border-color-light-purple a,
.border-color-light-purple a:focus,
.border-color-light-purple a:active,
.border-color-light-purple a:hover,
a.border-color-light-purple,
a.border-color-light-purple:focus,
a.border-color-light-purple:active,
a.border-color-light-purple:hover,
.has-light-purple-border-color,
a.has-light-purple-border-color,
a.has-light-purple-border-color:focus,
a.has-light-purple-border-color:active,
a.has-light-purple-border-color:hover {
  border-color: #A96EF2; }

@media (min-width: 576px) {
  .border-color-sm-light-purple,
  .border-color-sm-light-purple a,
  .border-color-sm-light-purple a:focus,
  .border-color-sm-light-purple a:active,
  .border-color-sm-light-purple a:hover,
  a.border-color-sm-light-purple,
  a.border-color-sm-light-purple:focus,
  a.border-color-sm-light-purple:active,
  a.border-color-sm-light-purple:hover {
    border-top-color: #A96EF2; } }

@media (min-width: 768px) {
  .border-color-md-light-purple,
  .border-color-md-light-purple a,
  .border-color-md-light-purple a:focus,
  .border-color-md-light-purple a:active,
  .border-color-md-light-purple a:hover,
  a.border-color-md-light-purple,
  a.border-color-md-light-purple:focus,
  a.border-color-md-light-purple:active,
  a.border-color-md-light-purple:hover {
    border-top-color: #A96EF2; } }

@media (min-width: 992px) {
  .border-color-lg-light-purple,
  .border-color-lg-light-purple a,
  .border-color-lg-light-purple a:focus,
  .border-color-lg-light-purple a:active,
  .border-color-lg-light-purple a:hover,
  a.border-color-lg-light-purple,
  a.border-color-lg-light-purple:focus,
  a.border-color-lg-light-purple:active,
  a.border-color-lg-light-purple:hover {
    border-color: #A96EF2; } }

@media (min-width: 1200px) {
  .border-color-xl-light-purple,
  .border-color-xl-light-purple a,
  .border-color-xl-light-purple a:focus,
  .border-color-xl-light-purple a:active,
  .border-color-xl-light-purple a:hover,
  a.border-color-xl-light-purple,
  a.border-color-xl-light-purple:focus,
  a.border-color-xl-light-purple:active,
  a.border-color-xl-light-purple:hover {
    border-color: #A96EF2; } }

.border-top-color-light-purple,
.border-top-color-light-purple a,
.border-top-color-light-purple a:focus,
.border-top-color-light-purple a:active,
.border-top-color-light-purple a:hover,
a.border-top-color-light-purple,
a.border-top-color-light-purple:focus,
a.border-top-color-light-purple:active,
a.border-top-color-light-purple:hover {
  border-top-color: #A96EF2; }

@media (min-width: 576px) {
  .border-top-color-sm-light-purple,
  .border-top-color-sm-light-purple a,
  .border-top-color-sm-light-purple a:focus,
  .border-top-color-sm-light-purple a:active,
  .border-top-color-sm-light-purple a:hover,
  a.border-top-color-sm-light-purple,
  a.border-top-color-sm-light-purple:focus,
  a.border-top-color-sm-light-purple:active,
  a.border-top-color-sm-light-purple:hover {
    border-top-color: #A96EF2; } }

@media (min-width: 768px) {
  .border-top-color-md-light-purple,
  .border-top-color-md-light-purple a,
  .border-top-color-md-light-purple a:focus,
  .border-top-color-md-light-purple a:active,
  .border-top-color-md-light-purple a:hover,
  a.border-top-color-md-light-purple,
  a.border-top-color-md-light-purple:focus,
  a.border-top-color-md-light-purple:active,
  a.border-top-color-md-light-purple:hover {
    border-top-color: #A96EF2; } }

@media (min-width: 992px) {
  .border-top-color-lg-light-purple,
  .border-top-color-lg-light-purple a,
  .border-top-color-lg-light-purple a:focus,
  .border-top-color-lg-light-purple a:active,
  .border-top-color-lg-light-purple a:hover,
  a.border-top-color-lg-light-purple,
  a.border-top-color-lg-light-purple:focus,
  a.border-top-color-lg-light-purple:active,
  a.border-top-color-lg-light-purple:hover {
    border-top-color: #A96EF2; } }

@media (min-width: 1200px) {
  .border-top-color-xl-light-purple,
  .border-top-color-xl-light-purple a,
  .border-top-color-xl-light-purple a:focus,
  .border-top-color-xl-light-purple a:active,
  .border-top-color-xl-light-purple a:hover,
  a.border-top-color-xl-light-purple,
  a.border-top-color-xl-light-purple:focus,
  a.border-top-color-xl-light-purple:active,
  a.border-top-color-xl-light-purple:hover {
    border-top-color: #A96EF2; } }

.border-right-color-light-purple,
.border-right-color-light-purple a,
.border-right-color-light-purple a:focus,
.border-right-color-light-purple a:active,
.border-right-color-light-purple a:hover,
a.border-right-color-light-purple,
a.border-right-color-light-purple:focus,
a.border-right-color-light-purple:active,
a.border-right-color-light-purple:hover {
  border-right-color: #A96EF2; }

@media (min-width: 576px) {
  .border-right-color-sm-light-purple,
  .border-right-color-sm-light-purple a,
  .border-right-color-sm-light-purple a:focus,
  .border-right-color-sm-light-purple a:active,
  .border-right-color-sm-light-purple a:hover,
  a.border-right-color-sm-light-purple,
  a.border-right-color-sm-light-purple:focus,
  a.border-right-color-sm-light-purple:active,
  a.border-right-color-sm-light-purple:hover {
    border-right-color: #A96EF2; } }

@media (min-width: 768px) {
  .border-right-color-md-light-purple,
  .border-right-color-md-light-purple a,
  .border-right-color-md-light-purple a:focus,
  .border-right-color-md-light-purple a:active,
  .border-right-color-md-light-purple a:hover,
  a.border-right-color-md-light-purple,
  a.border-right-color-md-light-purple:focus,
  a.border-right-color-md-light-purple:active,
  a.border-right-color-md-light-purple:hover {
    border-right-color: #A96EF2; } }

@media (min-width: 992px) {
  .border-right-color-lg-light-purple,
  .border-right-color-lg-light-purple a,
  .border-right-color-lg-light-purple a:focus,
  .border-right-color-lg-light-purple a:active,
  .border-right-color-lg-light-purple a:hover,
  a.border-right-color-lg-light-purple,
  a.border-right-color-lg-light-purple:focus,
  a.border-right-color-lg-light-purple:active,
  a.border-right-color-lg-light-purple:hover {
    border-right-color: #A96EF2; } }

@media (min-width: 1200px) {
  .border-right-color-xl-light-purple,
  .border-right-color-xl-light-purple a,
  .border-right-color-xl-light-purple a:focus,
  .border-right-color-xl-light-purple a:active,
  .border-right-color-xl-light-purple a:hover,
  a.border-right-color-xl-light-purple,
  a.border-right-color-xl-light-purple:focus,
  a.border-right-color-xl-light-purple:active,
  a.border-right-color-xl-light-purple:hover {
    border-right-color: #A96EF2; } }

.border-bottom-color-light-purple,
.border-bottom-color-light-purple a,
.border-bottom-color-light-purple a:focus,
.border-bottom-color-light-purple a:active,
.border-bottom-color-light-purple a:hover,
a.border-bottom-color-light-purple,
a.border-bottom-color-light-purple:focus,
a.border-bottom-color-light-purple:active,
a.border-bottom-color-light-purple:hover {
  border-bottom-color: #A96EF2; }

@media (min-width: 576px) {
  .border-bottom-color-sm-light-purple,
  .border-bottom-color-sm-light-purple a,
  .border-bottom-color-sm-light-purple a:focus,
  .border-bottom-color-sm-light-purple a:active,
  .border-bottom-color-sm-light-purple a:hover,
  a.border-bottom-color-sm-light-purple,
  a.border-bottom-color-sm-light-purple:focus,
  a.border-bottom-color-sm-light-purple:active,
  a.border-bottom-color-sm-light-purple:hover {
    border-bottom-color: #A96EF2; } }

@media (min-width: 768px) {
  .border-bottom-color-md-light-purple,
  .border-bottom-color-md-light-purple a,
  .border-bottom-color-md-light-purple a:focus,
  .border-bottom-color-md-light-purple a:active,
  .border-bottom-color-md-light-purple a:hover,
  a.border-bottom-color-md-light-purple,
  a.border-bottom-color-md-light-purple:focus,
  a.border-bottom-color-md-light-purple:active,
  a.border-bottom-color-md-light-purple:hover {
    border-bottom-color: #A96EF2; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-light-purple,
  .border-bottom-color-lg-light-purple a,
  .border-bottom-color-lg-light-purple a:focus,
  .border-bottom-color-lg-light-purple a:active,
  .border-bottom-color-lg-light-purple a:hover,
  a.border-bottom-color-lg-light-purple,
  a.border-bottom-color-lg-light-purple:focus,
  a.border-bottom-color-lg-light-purple:active,
  a.border-bottom-color-lg-light-purple:hover {
    border-bottom-color: #A96EF2; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-light-purple,
  .border-bottom-color-xl-light-purple a,
  .border-bottom-color-xl-light-purple a:focus,
  .border-bottom-color-xl-light-purple a:active,
  .border-bottom-color-xl-light-purple a:hover,
  a.border-bottom-color-xl-light-purple,
  a.border-bottom-color-xl-light-purple:focus,
  a.border-bottom-color-xl-light-purple:active,
  a.border-bottom-color-xl-light-purple:hover {
    border-bottom-color: #A96EF2; } }

.border-left-color-light-purple,
.border-left-color-light-purple a,
.border-left-color-light-purple a:focus,
.border-left-color-light-purple a:active,
.border-left-color-light-purple a:hover,
a.border-left-color-light-purple,
a.border-left-color-light-purple:focus,
a.border-left-color-light-purple:active,
a.border-left-color-light-purple:hover {
  border-left-color: #A96EF2; }

@media (min-width: 576px) {
  .border-left-color-sm-light-purple,
  .border-left-color-sm-light-purple a,
  .border-left-color-sm-light-purple a:focus,
  .border-left-color-sm-light-purple a:active,
  .border-left-color-sm-light-purple a:hover,
  a.border-left-color-sm-light-purple,
  a.border-left-color-sm-light-purple:focus,
  a.border-left-color-sm-light-purple:active,
  a.border-left-color-sm-light-purple:hover {
    border-left-color: #A96EF2; } }

@media (min-width: 768px) {
  .border-left-color-md-light-purple,
  .border-left-color-md-light-purple a,
  .border-left-color-md-light-purple a:focus,
  .border-left-color-md-light-purple a:active,
  .border-left-color-md-light-purple a:hover,
  a.border-left-color-md-light-purple,
  a.border-left-color-md-light-purple:focus,
  a.border-left-color-md-light-purple:active,
  a.border-left-color-md-light-purple:hover {
    border-left-color: #A96EF2; } }

@media (min-width: 992px) {
  .border-left-color-lg-light-purple,
  .border-left-color-lg-light-purple a,
  .border-left-color-lg-light-purple a:focus,
  .border-left-color-lg-light-purple a:active,
  .border-left-color-lg-light-purple a:hover,
  a.border-left-color-lg-light-purple,
  a.border-left-color-lg-light-purple:focus,
  a.border-left-color-lg-light-purple:active,
  a.border-left-color-lg-light-purple:hover {
    border-left-color: #A96EF2; } }

@media (min-width: 1200px) {
  .border-left-color-xl-light-purple,
  .border-left-color-xl-light-purple a,
  .border-left-color-xl-light-purple a:focus,
  .border-left-color-xl-light-purple a:active,
  .border-left-color-xl-light-purple a:hover,
  a.border-left-color-xl-light-purple,
  a.border-left-color-xl-light-purple:focus,
  a.border-left-color-xl-light-purple:active,
  a.border-left-color-xl-light-purple:hover {
    border-left-color: #A96EF2; } }

.border-color-very-light-purple,
.border-color-very-light-purple a,
.border-color-very-light-purple a:focus,
.border-color-very-light-purple a:active,
.border-color-very-light-purple a:hover,
a.border-color-very-light-purple,
a.border-color-very-light-purple:focus,
a.border-color-very-light-purple:active,
a.border-color-very-light-purple:hover,
.has-very-light-purple-border-color,
a.has-very-light-purple-border-color,
a.has-very-light-purple-border-color:focus,
a.has-very-light-purple-border-color:active,
a.has-very-light-purple-border-color:hover {
  border-color: #C8ACE2; }

@media (min-width: 576px) {
  .border-color-sm-very-light-purple,
  .border-color-sm-very-light-purple a,
  .border-color-sm-very-light-purple a:focus,
  .border-color-sm-very-light-purple a:active,
  .border-color-sm-very-light-purple a:hover,
  a.border-color-sm-very-light-purple,
  a.border-color-sm-very-light-purple:focus,
  a.border-color-sm-very-light-purple:active,
  a.border-color-sm-very-light-purple:hover {
    border-top-color: #C8ACE2; } }

@media (min-width: 768px) {
  .border-color-md-very-light-purple,
  .border-color-md-very-light-purple a,
  .border-color-md-very-light-purple a:focus,
  .border-color-md-very-light-purple a:active,
  .border-color-md-very-light-purple a:hover,
  a.border-color-md-very-light-purple,
  a.border-color-md-very-light-purple:focus,
  a.border-color-md-very-light-purple:active,
  a.border-color-md-very-light-purple:hover {
    border-top-color: #C8ACE2; } }

@media (min-width: 992px) {
  .border-color-lg-very-light-purple,
  .border-color-lg-very-light-purple a,
  .border-color-lg-very-light-purple a:focus,
  .border-color-lg-very-light-purple a:active,
  .border-color-lg-very-light-purple a:hover,
  a.border-color-lg-very-light-purple,
  a.border-color-lg-very-light-purple:focus,
  a.border-color-lg-very-light-purple:active,
  a.border-color-lg-very-light-purple:hover {
    border-color: #C8ACE2; } }

@media (min-width: 1200px) {
  .border-color-xl-very-light-purple,
  .border-color-xl-very-light-purple a,
  .border-color-xl-very-light-purple a:focus,
  .border-color-xl-very-light-purple a:active,
  .border-color-xl-very-light-purple a:hover,
  a.border-color-xl-very-light-purple,
  a.border-color-xl-very-light-purple:focus,
  a.border-color-xl-very-light-purple:active,
  a.border-color-xl-very-light-purple:hover {
    border-color: #C8ACE2; } }

.border-top-color-very-light-purple,
.border-top-color-very-light-purple a,
.border-top-color-very-light-purple a:focus,
.border-top-color-very-light-purple a:active,
.border-top-color-very-light-purple a:hover,
a.border-top-color-very-light-purple,
a.border-top-color-very-light-purple:focus,
a.border-top-color-very-light-purple:active,
a.border-top-color-very-light-purple:hover {
  border-top-color: #C8ACE2; }

@media (min-width: 576px) {
  .border-top-color-sm-very-light-purple,
  .border-top-color-sm-very-light-purple a,
  .border-top-color-sm-very-light-purple a:focus,
  .border-top-color-sm-very-light-purple a:active,
  .border-top-color-sm-very-light-purple a:hover,
  a.border-top-color-sm-very-light-purple,
  a.border-top-color-sm-very-light-purple:focus,
  a.border-top-color-sm-very-light-purple:active,
  a.border-top-color-sm-very-light-purple:hover {
    border-top-color: #C8ACE2; } }

@media (min-width: 768px) {
  .border-top-color-md-very-light-purple,
  .border-top-color-md-very-light-purple a,
  .border-top-color-md-very-light-purple a:focus,
  .border-top-color-md-very-light-purple a:active,
  .border-top-color-md-very-light-purple a:hover,
  a.border-top-color-md-very-light-purple,
  a.border-top-color-md-very-light-purple:focus,
  a.border-top-color-md-very-light-purple:active,
  a.border-top-color-md-very-light-purple:hover {
    border-top-color: #C8ACE2; } }

@media (min-width: 992px) {
  .border-top-color-lg-very-light-purple,
  .border-top-color-lg-very-light-purple a,
  .border-top-color-lg-very-light-purple a:focus,
  .border-top-color-lg-very-light-purple a:active,
  .border-top-color-lg-very-light-purple a:hover,
  a.border-top-color-lg-very-light-purple,
  a.border-top-color-lg-very-light-purple:focus,
  a.border-top-color-lg-very-light-purple:active,
  a.border-top-color-lg-very-light-purple:hover {
    border-top-color: #C8ACE2; } }

@media (min-width: 1200px) {
  .border-top-color-xl-very-light-purple,
  .border-top-color-xl-very-light-purple a,
  .border-top-color-xl-very-light-purple a:focus,
  .border-top-color-xl-very-light-purple a:active,
  .border-top-color-xl-very-light-purple a:hover,
  a.border-top-color-xl-very-light-purple,
  a.border-top-color-xl-very-light-purple:focus,
  a.border-top-color-xl-very-light-purple:active,
  a.border-top-color-xl-very-light-purple:hover {
    border-top-color: #C8ACE2; } }

.border-right-color-very-light-purple,
.border-right-color-very-light-purple a,
.border-right-color-very-light-purple a:focus,
.border-right-color-very-light-purple a:active,
.border-right-color-very-light-purple a:hover,
a.border-right-color-very-light-purple,
a.border-right-color-very-light-purple:focus,
a.border-right-color-very-light-purple:active,
a.border-right-color-very-light-purple:hover {
  border-right-color: #C8ACE2; }

@media (min-width: 576px) {
  .border-right-color-sm-very-light-purple,
  .border-right-color-sm-very-light-purple a,
  .border-right-color-sm-very-light-purple a:focus,
  .border-right-color-sm-very-light-purple a:active,
  .border-right-color-sm-very-light-purple a:hover,
  a.border-right-color-sm-very-light-purple,
  a.border-right-color-sm-very-light-purple:focus,
  a.border-right-color-sm-very-light-purple:active,
  a.border-right-color-sm-very-light-purple:hover {
    border-right-color: #C8ACE2; } }

@media (min-width: 768px) {
  .border-right-color-md-very-light-purple,
  .border-right-color-md-very-light-purple a,
  .border-right-color-md-very-light-purple a:focus,
  .border-right-color-md-very-light-purple a:active,
  .border-right-color-md-very-light-purple a:hover,
  a.border-right-color-md-very-light-purple,
  a.border-right-color-md-very-light-purple:focus,
  a.border-right-color-md-very-light-purple:active,
  a.border-right-color-md-very-light-purple:hover {
    border-right-color: #C8ACE2; } }

@media (min-width: 992px) {
  .border-right-color-lg-very-light-purple,
  .border-right-color-lg-very-light-purple a,
  .border-right-color-lg-very-light-purple a:focus,
  .border-right-color-lg-very-light-purple a:active,
  .border-right-color-lg-very-light-purple a:hover,
  a.border-right-color-lg-very-light-purple,
  a.border-right-color-lg-very-light-purple:focus,
  a.border-right-color-lg-very-light-purple:active,
  a.border-right-color-lg-very-light-purple:hover {
    border-right-color: #C8ACE2; } }

@media (min-width: 1200px) {
  .border-right-color-xl-very-light-purple,
  .border-right-color-xl-very-light-purple a,
  .border-right-color-xl-very-light-purple a:focus,
  .border-right-color-xl-very-light-purple a:active,
  .border-right-color-xl-very-light-purple a:hover,
  a.border-right-color-xl-very-light-purple,
  a.border-right-color-xl-very-light-purple:focus,
  a.border-right-color-xl-very-light-purple:active,
  a.border-right-color-xl-very-light-purple:hover {
    border-right-color: #C8ACE2; } }

.border-bottom-color-very-light-purple,
.border-bottom-color-very-light-purple a,
.border-bottom-color-very-light-purple a:focus,
.border-bottom-color-very-light-purple a:active,
.border-bottom-color-very-light-purple a:hover,
a.border-bottom-color-very-light-purple,
a.border-bottom-color-very-light-purple:focus,
a.border-bottom-color-very-light-purple:active,
a.border-bottom-color-very-light-purple:hover {
  border-bottom-color: #C8ACE2; }

@media (min-width: 576px) {
  .border-bottom-color-sm-very-light-purple,
  .border-bottom-color-sm-very-light-purple a,
  .border-bottom-color-sm-very-light-purple a:focus,
  .border-bottom-color-sm-very-light-purple a:active,
  .border-bottom-color-sm-very-light-purple a:hover,
  a.border-bottom-color-sm-very-light-purple,
  a.border-bottom-color-sm-very-light-purple:focus,
  a.border-bottom-color-sm-very-light-purple:active,
  a.border-bottom-color-sm-very-light-purple:hover {
    border-bottom-color: #C8ACE2; } }

@media (min-width: 768px) {
  .border-bottom-color-md-very-light-purple,
  .border-bottom-color-md-very-light-purple a,
  .border-bottom-color-md-very-light-purple a:focus,
  .border-bottom-color-md-very-light-purple a:active,
  .border-bottom-color-md-very-light-purple a:hover,
  a.border-bottom-color-md-very-light-purple,
  a.border-bottom-color-md-very-light-purple:focus,
  a.border-bottom-color-md-very-light-purple:active,
  a.border-bottom-color-md-very-light-purple:hover {
    border-bottom-color: #C8ACE2; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-very-light-purple,
  .border-bottom-color-lg-very-light-purple a,
  .border-bottom-color-lg-very-light-purple a:focus,
  .border-bottom-color-lg-very-light-purple a:active,
  .border-bottom-color-lg-very-light-purple a:hover,
  a.border-bottom-color-lg-very-light-purple,
  a.border-bottom-color-lg-very-light-purple:focus,
  a.border-bottom-color-lg-very-light-purple:active,
  a.border-bottom-color-lg-very-light-purple:hover {
    border-bottom-color: #C8ACE2; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-very-light-purple,
  .border-bottom-color-xl-very-light-purple a,
  .border-bottom-color-xl-very-light-purple a:focus,
  .border-bottom-color-xl-very-light-purple a:active,
  .border-bottom-color-xl-very-light-purple a:hover,
  a.border-bottom-color-xl-very-light-purple,
  a.border-bottom-color-xl-very-light-purple:focus,
  a.border-bottom-color-xl-very-light-purple:active,
  a.border-bottom-color-xl-very-light-purple:hover {
    border-bottom-color: #C8ACE2; } }

.border-left-color-very-light-purple,
.border-left-color-very-light-purple a,
.border-left-color-very-light-purple a:focus,
.border-left-color-very-light-purple a:active,
.border-left-color-very-light-purple a:hover,
a.border-left-color-very-light-purple,
a.border-left-color-very-light-purple:focus,
a.border-left-color-very-light-purple:active,
a.border-left-color-very-light-purple:hover {
  border-left-color: #C8ACE2; }

@media (min-width: 576px) {
  .border-left-color-sm-very-light-purple,
  .border-left-color-sm-very-light-purple a,
  .border-left-color-sm-very-light-purple a:focus,
  .border-left-color-sm-very-light-purple a:active,
  .border-left-color-sm-very-light-purple a:hover,
  a.border-left-color-sm-very-light-purple,
  a.border-left-color-sm-very-light-purple:focus,
  a.border-left-color-sm-very-light-purple:active,
  a.border-left-color-sm-very-light-purple:hover {
    border-left-color: #C8ACE2; } }

@media (min-width: 768px) {
  .border-left-color-md-very-light-purple,
  .border-left-color-md-very-light-purple a,
  .border-left-color-md-very-light-purple a:focus,
  .border-left-color-md-very-light-purple a:active,
  .border-left-color-md-very-light-purple a:hover,
  a.border-left-color-md-very-light-purple,
  a.border-left-color-md-very-light-purple:focus,
  a.border-left-color-md-very-light-purple:active,
  a.border-left-color-md-very-light-purple:hover {
    border-left-color: #C8ACE2; } }

@media (min-width: 992px) {
  .border-left-color-lg-very-light-purple,
  .border-left-color-lg-very-light-purple a,
  .border-left-color-lg-very-light-purple a:focus,
  .border-left-color-lg-very-light-purple a:active,
  .border-left-color-lg-very-light-purple a:hover,
  a.border-left-color-lg-very-light-purple,
  a.border-left-color-lg-very-light-purple:focus,
  a.border-left-color-lg-very-light-purple:active,
  a.border-left-color-lg-very-light-purple:hover {
    border-left-color: #C8ACE2; } }

@media (min-width: 1200px) {
  .border-left-color-xl-very-light-purple,
  .border-left-color-xl-very-light-purple a,
  .border-left-color-xl-very-light-purple a:focus,
  .border-left-color-xl-very-light-purple a:active,
  .border-left-color-xl-very-light-purple a:hover,
  a.border-left-color-xl-very-light-purple,
  a.border-left-color-xl-very-light-purple:focus,
  a.border-left-color-xl-very-light-purple:active,
  a.border-left-color-xl-very-light-purple:hover {
    border-left-color: #C8ACE2; } }

.border-color-transparent,
.border-color-transparent a,
.border-color-transparent a:focus,
.border-color-transparent a:active,
.border-color-transparent a:hover,
a.border-color-transparent,
a.border-color-transparent:focus,
a.border-color-transparent:active,
a.border-color-transparent:hover,
.has-transparent-border-color,
a.has-transparent-border-color,
a.has-transparent-border-color:focus,
a.has-transparent-border-color:active,
a.has-transparent-border-color:hover {
  border-color: transparent; }

@media (min-width: 576px) {
  .border-color-sm-transparent,
  .border-color-sm-transparent a,
  .border-color-sm-transparent a:focus,
  .border-color-sm-transparent a:active,
  .border-color-sm-transparent a:hover,
  a.border-color-sm-transparent,
  a.border-color-sm-transparent:focus,
  a.border-color-sm-transparent:active,
  a.border-color-sm-transparent:hover {
    border-top-color: transparent; } }

@media (min-width: 768px) {
  .border-color-md-transparent,
  .border-color-md-transparent a,
  .border-color-md-transparent a:focus,
  .border-color-md-transparent a:active,
  .border-color-md-transparent a:hover,
  a.border-color-md-transparent,
  a.border-color-md-transparent:focus,
  a.border-color-md-transparent:active,
  a.border-color-md-transparent:hover {
    border-top-color: transparent; } }

@media (min-width: 992px) {
  .border-color-lg-transparent,
  .border-color-lg-transparent a,
  .border-color-lg-transparent a:focus,
  .border-color-lg-transparent a:active,
  .border-color-lg-transparent a:hover,
  a.border-color-lg-transparent,
  a.border-color-lg-transparent:focus,
  a.border-color-lg-transparent:active,
  a.border-color-lg-transparent:hover {
    border-color: transparent; } }

@media (min-width: 1200px) {
  .border-color-xl-transparent,
  .border-color-xl-transparent a,
  .border-color-xl-transparent a:focus,
  .border-color-xl-transparent a:active,
  .border-color-xl-transparent a:hover,
  a.border-color-xl-transparent,
  a.border-color-xl-transparent:focus,
  a.border-color-xl-transparent:active,
  a.border-color-xl-transparent:hover {
    border-color: transparent; } }

.border-top-color-transparent,
.border-top-color-transparent a,
.border-top-color-transparent a:focus,
.border-top-color-transparent a:active,
.border-top-color-transparent a:hover,
a.border-top-color-transparent,
a.border-top-color-transparent:focus,
a.border-top-color-transparent:active,
a.border-top-color-transparent:hover {
  border-top-color: transparent; }

@media (min-width: 576px) {
  .border-top-color-sm-transparent,
  .border-top-color-sm-transparent a,
  .border-top-color-sm-transparent a:focus,
  .border-top-color-sm-transparent a:active,
  .border-top-color-sm-transparent a:hover,
  a.border-top-color-sm-transparent,
  a.border-top-color-sm-transparent:focus,
  a.border-top-color-sm-transparent:active,
  a.border-top-color-sm-transparent:hover {
    border-top-color: transparent; } }

@media (min-width: 768px) {
  .border-top-color-md-transparent,
  .border-top-color-md-transparent a,
  .border-top-color-md-transparent a:focus,
  .border-top-color-md-transparent a:active,
  .border-top-color-md-transparent a:hover,
  a.border-top-color-md-transparent,
  a.border-top-color-md-transparent:focus,
  a.border-top-color-md-transparent:active,
  a.border-top-color-md-transparent:hover {
    border-top-color: transparent; } }

@media (min-width: 992px) {
  .border-top-color-lg-transparent,
  .border-top-color-lg-transparent a,
  .border-top-color-lg-transparent a:focus,
  .border-top-color-lg-transparent a:active,
  .border-top-color-lg-transparent a:hover,
  a.border-top-color-lg-transparent,
  a.border-top-color-lg-transparent:focus,
  a.border-top-color-lg-transparent:active,
  a.border-top-color-lg-transparent:hover {
    border-top-color: transparent; } }

@media (min-width: 1200px) {
  .border-top-color-xl-transparent,
  .border-top-color-xl-transparent a,
  .border-top-color-xl-transparent a:focus,
  .border-top-color-xl-transparent a:active,
  .border-top-color-xl-transparent a:hover,
  a.border-top-color-xl-transparent,
  a.border-top-color-xl-transparent:focus,
  a.border-top-color-xl-transparent:active,
  a.border-top-color-xl-transparent:hover {
    border-top-color: transparent; } }

.border-right-color-transparent,
.border-right-color-transparent a,
.border-right-color-transparent a:focus,
.border-right-color-transparent a:active,
.border-right-color-transparent a:hover,
a.border-right-color-transparent,
a.border-right-color-transparent:focus,
a.border-right-color-transparent:active,
a.border-right-color-transparent:hover {
  border-right-color: transparent; }

@media (min-width: 576px) {
  .border-right-color-sm-transparent,
  .border-right-color-sm-transparent a,
  .border-right-color-sm-transparent a:focus,
  .border-right-color-sm-transparent a:active,
  .border-right-color-sm-transparent a:hover,
  a.border-right-color-sm-transparent,
  a.border-right-color-sm-transparent:focus,
  a.border-right-color-sm-transparent:active,
  a.border-right-color-sm-transparent:hover {
    border-right-color: transparent; } }

@media (min-width: 768px) {
  .border-right-color-md-transparent,
  .border-right-color-md-transparent a,
  .border-right-color-md-transparent a:focus,
  .border-right-color-md-transparent a:active,
  .border-right-color-md-transparent a:hover,
  a.border-right-color-md-transparent,
  a.border-right-color-md-transparent:focus,
  a.border-right-color-md-transparent:active,
  a.border-right-color-md-transparent:hover {
    border-right-color: transparent; } }

@media (min-width: 992px) {
  .border-right-color-lg-transparent,
  .border-right-color-lg-transparent a,
  .border-right-color-lg-transparent a:focus,
  .border-right-color-lg-transparent a:active,
  .border-right-color-lg-transparent a:hover,
  a.border-right-color-lg-transparent,
  a.border-right-color-lg-transparent:focus,
  a.border-right-color-lg-transparent:active,
  a.border-right-color-lg-transparent:hover {
    border-right-color: transparent; } }

@media (min-width: 1200px) {
  .border-right-color-xl-transparent,
  .border-right-color-xl-transparent a,
  .border-right-color-xl-transparent a:focus,
  .border-right-color-xl-transparent a:active,
  .border-right-color-xl-transparent a:hover,
  a.border-right-color-xl-transparent,
  a.border-right-color-xl-transparent:focus,
  a.border-right-color-xl-transparent:active,
  a.border-right-color-xl-transparent:hover {
    border-right-color: transparent; } }

.border-bottom-color-transparent,
.border-bottom-color-transparent a,
.border-bottom-color-transparent a:focus,
.border-bottom-color-transparent a:active,
.border-bottom-color-transparent a:hover,
a.border-bottom-color-transparent,
a.border-bottom-color-transparent:focus,
a.border-bottom-color-transparent:active,
a.border-bottom-color-transparent:hover {
  border-bottom-color: transparent; }

@media (min-width: 576px) {
  .border-bottom-color-sm-transparent,
  .border-bottom-color-sm-transparent a,
  .border-bottom-color-sm-transparent a:focus,
  .border-bottom-color-sm-transparent a:active,
  .border-bottom-color-sm-transparent a:hover,
  a.border-bottom-color-sm-transparent,
  a.border-bottom-color-sm-transparent:focus,
  a.border-bottom-color-sm-transparent:active,
  a.border-bottom-color-sm-transparent:hover {
    border-bottom-color: transparent; } }

@media (min-width: 768px) {
  .border-bottom-color-md-transparent,
  .border-bottom-color-md-transparent a,
  .border-bottom-color-md-transparent a:focus,
  .border-bottom-color-md-transparent a:active,
  .border-bottom-color-md-transparent a:hover,
  a.border-bottom-color-md-transparent,
  a.border-bottom-color-md-transparent:focus,
  a.border-bottom-color-md-transparent:active,
  a.border-bottom-color-md-transparent:hover {
    border-bottom-color: transparent; } }

@media (min-width: 992px) {
  .border-bottom-color-lg-transparent,
  .border-bottom-color-lg-transparent a,
  .border-bottom-color-lg-transparent a:focus,
  .border-bottom-color-lg-transparent a:active,
  .border-bottom-color-lg-transparent a:hover,
  a.border-bottom-color-lg-transparent,
  a.border-bottom-color-lg-transparent:focus,
  a.border-bottom-color-lg-transparent:active,
  a.border-bottom-color-lg-transparent:hover {
    border-bottom-color: transparent; } }

@media (min-width: 1200px) {
  .border-bottom-color-xl-transparent,
  .border-bottom-color-xl-transparent a,
  .border-bottom-color-xl-transparent a:focus,
  .border-bottom-color-xl-transparent a:active,
  .border-bottom-color-xl-transparent a:hover,
  a.border-bottom-color-xl-transparent,
  a.border-bottom-color-xl-transparent:focus,
  a.border-bottom-color-xl-transparent:active,
  a.border-bottom-color-xl-transparent:hover {
    border-bottom-color: transparent; } }

.border-left-color-transparent,
.border-left-color-transparent a,
.border-left-color-transparent a:focus,
.border-left-color-transparent a:active,
.border-left-color-transparent a:hover,
a.border-left-color-transparent,
a.border-left-color-transparent:focus,
a.border-left-color-transparent:active,
a.border-left-color-transparent:hover {
  border-left-color: transparent; }

@media (min-width: 576px) {
  .border-left-color-sm-transparent,
  .border-left-color-sm-transparent a,
  .border-left-color-sm-transparent a:focus,
  .border-left-color-sm-transparent a:active,
  .border-left-color-sm-transparent a:hover,
  a.border-left-color-sm-transparent,
  a.border-left-color-sm-transparent:focus,
  a.border-left-color-sm-transparent:active,
  a.border-left-color-sm-transparent:hover {
    border-left-color: transparent; } }

@media (min-width: 768px) {
  .border-left-color-md-transparent,
  .border-left-color-md-transparent a,
  .border-left-color-md-transparent a:focus,
  .border-left-color-md-transparent a:active,
  .border-left-color-md-transparent a:hover,
  a.border-left-color-md-transparent,
  a.border-left-color-md-transparent:focus,
  a.border-left-color-md-transparent:active,
  a.border-left-color-md-transparent:hover {
    border-left-color: transparent; } }

@media (min-width: 992px) {
  .border-left-color-lg-transparent,
  .border-left-color-lg-transparent a,
  .border-left-color-lg-transparent a:focus,
  .border-left-color-lg-transparent a:active,
  .border-left-color-lg-transparent a:hover,
  a.border-left-color-lg-transparent,
  a.border-left-color-lg-transparent:focus,
  a.border-left-color-lg-transparent:active,
  a.border-left-color-lg-transparent:hover {
    border-left-color: transparent; } }

@media (min-width: 1200px) {
  .border-left-color-xl-transparent,
  .border-left-color-xl-transparent a,
  .border-left-color-xl-transparent a:focus,
  .border-left-color-xl-transparent a:active,
  .border-left-color-xl-transparent a:hover,
  a.border-left-color-xl-transparent,
  a.border-left-color-xl-transparent:focus,
  a.border-left-color-xl-transparent:active,
  a.border-left-color-xl-transparent:hover {
    border-left-color: transparent; } }

.display-none {
  display: none; }

@media (min-width: 576px) {
  .display-sm-none {
    display: none; } }

@media (min-width: 768px) {
  .display-md-none {
    display: none; } }

@media (min-width: 992px) {
  .display-lg-none {
    display: none; } }

@media (min-width: 1200px) {
  .display-xl-none {
    display: none; } }

.display-inline-block {
  display: inline-block; }

@media (min-width: 576px) {
  .display-sm-inline-block {
    display: inline-block; } }

@media (min-width: 768px) {
  .display-md-inline-block {
    display: inline-block; } }

@media (min-width: 992px) {
  .display-lg-inline-block {
    display: inline-block; } }

@media (min-width: 1200px) {
  .display-xl-inline-block {
    display: inline-block; } }

.display-block {
  display: block; }

@media (min-width: 576px) {
  .display-sm-block {
    display: block; } }

@media (min-width: 768px) {
  .display-md-block {
    display: block; } }

@media (min-width: 992px) {
  .display-lg-block {
    display: block; } }

@media (min-width: 1200px) {
  .display-xl-block {
    display: block; } }

.spacer-0 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 0px; }

@media (min-width: 576px) {
  .spacer-sm-0 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 0px; } }

@media (min-width: 768px) {
  .spacer-md-0 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 0px; } }

@media (min-width: 992px) {
  .spacer-lg-0 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 0px; } }

@media (min-width: 1200px) {
  .spacer-xl-0 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 0px; } }

.spacer-1 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 1px; }

@media (min-width: 576px) {
  .spacer-sm-1 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 1px; } }

@media (min-width: 768px) {
  .spacer-md-1 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 1px; } }

@media (min-width: 992px) {
  .spacer-lg-1 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 1px; } }

@media (min-width: 1200px) {
  .spacer-xl-1 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 1px; } }

.spacer-2 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 2px; }

@media (min-width: 576px) {
  .spacer-sm-2 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 2px; } }

@media (min-width: 768px) {
  .spacer-md-2 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 2px; } }

@media (min-width: 992px) {
  .spacer-lg-2 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 2px; } }

@media (min-width: 1200px) {
  .spacer-xl-2 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 2px; } }

.spacer-3 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 3px; }

@media (min-width: 576px) {
  .spacer-sm-3 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 3px; } }

@media (min-width: 768px) {
  .spacer-md-3 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 3px; } }

@media (min-width: 992px) {
  .spacer-lg-3 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 3px; } }

@media (min-width: 1200px) {
  .spacer-xl-3 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 3px; } }

.spacer-4 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 4px; }

@media (min-width: 576px) {
  .spacer-sm-4 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 4px; } }

@media (min-width: 768px) {
  .spacer-md-4 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 4px; } }

@media (min-width: 992px) {
  .spacer-lg-4 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 4px; } }

@media (min-width: 1200px) {
  .spacer-xl-4 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 4px; } }

.spacer-5 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 5px; }

@media (min-width: 576px) {
  .spacer-sm-5 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 5px; } }

@media (min-width: 768px) {
  .spacer-md-5 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 5px; } }

@media (min-width: 992px) {
  .spacer-lg-5 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 5px; } }

@media (min-width: 1200px) {
  .spacer-xl-5 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 5px; } }

.spacer-6 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 6px; }

@media (min-width: 576px) {
  .spacer-sm-6 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 6px; } }

@media (min-width: 768px) {
  .spacer-md-6 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 6px; } }

@media (min-width: 992px) {
  .spacer-lg-6 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 6px; } }

@media (min-width: 1200px) {
  .spacer-xl-6 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 6px; } }

.spacer-7 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 7px; }

@media (min-width: 576px) {
  .spacer-sm-7 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 7px; } }

@media (min-width: 768px) {
  .spacer-md-7 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 7px; } }

@media (min-width: 992px) {
  .spacer-lg-7 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 7px; } }

@media (min-width: 1200px) {
  .spacer-xl-7 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 7px; } }

.spacer-8 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 8px; }

@media (min-width: 576px) {
  .spacer-sm-8 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 8px; } }

@media (min-width: 768px) {
  .spacer-md-8 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 8px; } }

@media (min-width: 992px) {
  .spacer-lg-8 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 8px; } }

@media (min-width: 1200px) {
  .spacer-xl-8 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 8px; } }

.spacer-9 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 9px; }

@media (min-width: 576px) {
  .spacer-sm-9 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 9px; } }

@media (min-width: 768px) {
  .spacer-md-9 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 9px; } }

@media (min-width: 992px) {
  .spacer-lg-9 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 9px; } }

@media (min-width: 1200px) {
  .spacer-xl-9 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 9px; } }

.spacer-10 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 10px; }

@media (min-width: 576px) {
  .spacer-sm-10 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 10px; } }

@media (min-width: 768px) {
  .spacer-md-10 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 10px; } }

@media (min-width: 992px) {
  .spacer-lg-10 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 10px; } }

@media (min-width: 1200px) {
  .spacer-xl-10 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 10px; } }

.spacer-11 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 11px; }

@media (min-width: 576px) {
  .spacer-sm-11 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 11px; } }

@media (min-width: 768px) {
  .spacer-md-11 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 11px; } }

@media (min-width: 992px) {
  .spacer-lg-11 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 11px; } }

@media (min-width: 1200px) {
  .spacer-xl-11 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 11px; } }

.spacer-12 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 12px; }

@media (min-width: 576px) {
  .spacer-sm-12 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 12px; } }

@media (min-width: 768px) {
  .spacer-md-12 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 12px; } }

@media (min-width: 992px) {
  .spacer-lg-12 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 12px; } }

@media (min-width: 1200px) {
  .spacer-xl-12 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 12px; } }

.spacer-15 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 15px; }

@media (min-width: 576px) {
  .spacer-sm-15 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 15px; } }

@media (min-width: 768px) {
  .spacer-md-15 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 15px; } }

@media (min-width: 992px) {
  .spacer-lg-15 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 15px; } }

@media (min-width: 1200px) {
  .spacer-xl-15 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 15px; } }

.spacer-30 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 30px; }

@media (min-width: 576px) {
  .spacer-sm-30 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 30px; } }

@media (min-width: 768px) {
  .spacer-md-30 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 30px; } }

@media (min-width: 992px) {
  .spacer-lg-30 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 30px; } }

@media (min-width: 1200px) {
  .spacer-xl-30 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 30px; } }

.spacer-45 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 45px; }

@media (min-width: 576px) {
  .spacer-sm-45 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 45px; } }

@media (min-width: 768px) {
  .spacer-md-45 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 45px; } }

@media (min-width: 992px) {
  .spacer-lg-45 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 45px; } }

@media (min-width: 1200px) {
  .spacer-xl-45 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 45px; } }

.spacer-60 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 60px; }

@media (min-width: 576px) {
  .spacer-sm-60 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 60px; } }

@media (min-width: 768px) {
  .spacer-md-60 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 60px; } }

@media (min-width: 992px) {
  .spacer-lg-60 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 60px; } }

@media (min-width: 1200px) {
  .spacer-xl-60 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 60px; } }

.spacer-75 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 75px; }

@media (min-width: 576px) {
  .spacer-sm-75 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 75px; } }

@media (min-width: 768px) {
  .spacer-md-75 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 75px; } }

@media (min-width: 992px) {
  .spacer-lg-75 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 75px; } }

@media (min-width: 1200px) {
  .spacer-xl-75 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 75px; } }

.spacer-90 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 90px; }

@media (min-width: 576px) {
  .spacer-sm-90 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 90px; } }

@media (min-width: 768px) {
  .spacer-md-90 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 90px; } }

@media (min-width: 992px) {
  .spacer-lg-90 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 90px; } }

@media (min-width: 1200px) {
  .spacer-xl-90 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 90px; } }

.margin-0 {
  margin: 0; }

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

@media (min-width: 576px) {
  .margin-sm-top-0 {
    margin-top: 0; } }

@media (min-width: 768px) {
  .margin-md-top-0 {
    margin-top: 0; } }

@media (min-width: 992px) {
  .margin-lg-top-0 {
    margin-top: 0; } }

@media (min-width: 1200px) {
  .margin-xl-top-0 {
    margin-top: 0; } }

.margin-right-0 {
  margin-right: 0; }

@media (min-width: 576px) {
  .margin-sm-right-0 {
    margin-right: 0; } }

@media (min-width: 768px) {
  .margin-md-right-0 {
    margin-right: 0; } }

@media (min-width: 992px) {
  .margin-lg-right-0 {
    margin-right: 0; } }

@media (min-width: 1200px) {
  .margin-xl-right-0 {
    margin-right: 0; } }

.margin-bottom-0 {
  margin-bottom: 0; }

@media (min-width: 576px) {
  .margin-sm-bottom-0 {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .margin-md-bottom-0 {
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .margin-lg-bottom-0 {
    margin-bottom: 0; } }

@media (min-width: 1200px) {
  .margin-xl-bottom-0 {
    margin-bottom: 0; } }

.margin-left-0 {
  margin-left: 0; }

@media (min-width: 576px) {
  .margin-sm-left-0 {
    margin-left: 0; } }

@media (min-width: 768px) {
  .margin-md-left-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .margin-lg-left-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .margin-xl-left-0 {
    margin-left: 0; } }

.padding-0 {
  padding: 0; }

.padding-top-0 {
  padding-top: 0; }

@media (min-width: 576px) {
  .padding-sm-top-0 {
    padding-top: 0; } }

@media (min-width: 768px) {
  .padding-md-top-0 {
    padding-top: 0; } }

@media (min-width: 992px) {
  .padding-lg-top-0 {
    padding-top: 0; } }

@media (min-width: 1200px) {
  .padding-xl-top-0 {
    padding-top: 0; } }

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

@media (min-width: 576px) {
  .padding-sm-right-0 {
    padding-right: 0; } }

@media (min-width: 768px) {
  .padding-md-right-0 {
    padding-right: 0; } }

@media (min-width: 992px) {
  .padding-lg-right-0 {
    padding-right: 0; } }

@media (min-width: 1200px) {
  .padding-xl-right-0 {
    padding-right: 0; } }

.padding-bottom-0 {
  padding-bottom: 0; }

@media (min-width: 576px) {
  .padding-sm-bottom-0 {
    padding-bottom: 0; } }

@media (min-width: 768px) {
  .padding-md-bottom-0 {
    padding-bottom: 0; } }

@media (min-width: 992px) {
  .padding-lg-bottom-0 {
    padding-bottom: 0; } }

@media (min-width: 1200px) {
  .padding-xl-bottom-0 {
    padding-bottom: 0; } }

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

@media (min-width: 576px) {
  .padding-sm-left-0 {
    padding-left: 0; } }

@media (min-width: 768px) {
  .padding-md-left-0 {
    padding-left: 0; } }

@media (min-width: 992px) {
  .padding-lg-left-0 {
    padding-left: 0; } }

@media (min-width: 1200px) {
  .padding-xl-left-0 {
    padding-left: 0; } }

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

@media (min-width: 576px) {
  .text-align-sm-center,
  .txt-align-sm-center {
    text-align: center; } }

@media (min-width: 768px) {
  .text-align-md-center,
  .txt-align-md-center {
    text-align: center; } }

@media (min-width: 992px) {
  .text-align-lg-center,
  .txt-align-lg-center {
    text-align: center; } }

@media (min-width: 1200px) {
  .text-align-xl-center,
  .txt-align-xl-center {
    text-align: center; } }

.text-align-left,
.txt-align-left {
  text-align: left; }

@media (min-width: 576px) {
  .text-align-sm-left,
  .txt-align-sm-left {
    text-align: left; } }

@media (min-width: 768px) {
  .text-align-md-left,
  .txt-align-md-left {
    text-align: left; } }

@media (min-width: 992px) {
  .text-align-lg-left,
  .txt-align-lg-left {
    text-align: left; } }

@media (min-width: 1200px) {
  .text-align-xl-left,
  .txt-align-xl-left {
    text-align: left; } }

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

@media (min-width: 576px) {
  .text-align-sm-right,
  .txt-align-sm-right {
    text-align: right; } }

@media (min-width: 768px) {
  .text-align-md-right,
  .txt-align-md-right {
    text-align: right; } }

@media (min-width: 992px) {
  .text-align-lg-right,
  .txt-align-lg-right {
    text-align: right; } }

@media (min-width: 1200px) {
  .text-align-xl-right,
  .txt-align-xl-right {
    text-align: right; } }

.font-weight-100 {
  font-weight: 100; }

@media (min-width: 576px) {
  .font-weight-sm-100 {
    font-weight: 100; } }

@media (min-width: 768px) {
  .font-weight-md-100 {
    font-weight: 100; } }

@media (min-width: 992px) {
  .font-weight-lg-100 {
    font-weight: 100; } }

@media (min-width: 1200px) {
  .font-weight-xl-100 {
    font-weight: 100; } }

.font-weight-200 {
  font-weight: 200; }

@media (min-width: 576px) {
  .font-weight-sm-200 {
    font-weight: 200; } }

@media (min-width: 768px) {
  .font-weight-md-200 {
    font-weight: 200; } }

@media (min-width: 992px) {
  .font-weight-lg-200 {
    font-weight: 200; } }

@media (min-width: 1200px) {
  .font-weight-xl-200 {
    font-weight: 200; } }

.font-weight-300 {
  font-weight: 300; }

@media (min-width: 576px) {
  .font-weight-sm-300 {
    font-weight: 300; } }

@media (min-width: 768px) {
  .font-weight-md-300 {
    font-weight: 300; } }

@media (min-width: 992px) {
  .font-weight-lg-300 {
    font-weight: 300; } }

@media (min-width: 1200px) {
  .font-weight-xl-300 {
    font-weight: 300; } }

.font-weight-400 {
  font-weight: 400; }

@media (min-width: 576px) {
  .font-weight-sm-400 {
    font-weight: 400; } }

@media (min-width: 768px) {
  .font-weight-md-400 {
    font-weight: 400; } }

@media (min-width: 992px) {
  .font-weight-lg-400 {
    font-weight: 400; } }

@media (min-width: 1200px) {
  .font-weight-xl-400 {
    font-weight: 400; } }

.font-weight-500 {
  font-weight: 500; }

@media (min-width: 576px) {
  .font-weight-sm-500 {
    font-weight: 500; } }

@media (min-width: 768px) {
  .font-weight-md-500 {
    font-weight: 500; } }

@media (min-width: 992px) {
  .font-weight-lg-500 {
    font-weight: 500; } }

@media (min-width: 1200px) {
  .font-weight-xl-500 {
    font-weight: 500; } }

.font-weight-600 {
  font-weight: 600; }

@media (min-width: 576px) {
  .font-weight-sm-600 {
    font-weight: 600; } }

@media (min-width: 768px) {
  .font-weight-md-600 {
    font-weight: 600; } }

@media (min-width: 992px) {
  .font-weight-lg-600 {
    font-weight: 600; } }

@media (min-width: 1200px) {
  .font-weight-xl-600 {
    font-weight: 600; } }

.font-weight-700 {
  font-weight: 700; }

@media (min-width: 576px) {
  .font-weight-sm-700 {
    font-weight: 700; } }

@media (min-width: 768px) {
  .font-weight-md-700 {
    font-weight: 700; } }

@media (min-width: 992px) {
  .font-weight-lg-700 {
    font-weight: 700; } }

@media (min-width: 1200px) {
  .font-weight-xl-700 {
    font-weight: 700; } }

.font-weight-800 {
  font-weight: 800; }

@media (min-width: 576px) {
  .font-weight-sm-800 {
    font-weight: 800; } }

@media (min-width: 768px) {
  .font-weight-md-800 {
    font-weight: 800; } }

@media (min-width: 992px) {
  .font-weight-lg-800 {
    font-weight: 800; } }

@media (min-width: 1200px) {
  .font-weight-xl-800 {
    font-weight: 800; } }

.font-weight-900 {
  font-weight: 900; }

@media (min-width: 576px) {
  .font-weight-sm-900 {
    font-weight: 900; } }

@media (min-width: 768px) {
  .font-weight-md-900 {
    font-weight: 900; } }

@media (min-width: 992px) {
  .font-weight-lg-900 {
    font-weight: 900; } }

@media (min-width: 1200px) {
  .font-weight-xl-900 {
    font-weight: 900; } }

.border-radius-1 {
  border-radius: 1px; }

@media (min-width: 576px) {
  .border-radius-sm-1 {
    border-radius: 1px; } }

@media (min-width: 768px) {
  .border-radius-md-1 {
    border-radius: 1px; } }

@media (min-width: 992px) {
  .border-radius-lg-1 {
    border-radius: 1px; } }

@media (min-width: 1200px) {
  .border-radius-xl-1 {
    border-radius: 1px; } }

.border-top-left-radius-1 {
  border-top-left-radius: 1px; }

@media (min-width: 576px) {
  .border-top-left-radius-sm-1 {
    border-top-left-radius: 1px; } }

@media (min-width: 768px) {
  .border-top-left-radius-md-1 {
    border-top-left-radius: 1px; } }

@media (min-width: 992px) {
  .border-top-left-radius-lg-1 {
    border-top-left-radius: 1px; } }

@media (min-width: 1200px) {
  .border-top-left-radius-xl-1 {
    border-top-left-radius: 1px; } }

.border-top-right-radius-1 {
  border-top-right-radius: 1px; }

@media (min-width: 576px) {
  .border-top-right-radius-sm-1 {
    border-top-right-radius: 1px; } }

@media (min-width: 768px) {
  .border-top-right-radius-md-1 {
    border-top-right-radius: 1px; } }

@media (min-width: 992px) {
  .border-top-right-radius-lg-1 {
    border-top-right-radius: 1px; } }

@media (min-width: 1200px) {
  .border-top-right-radius-xl-1 {
    border-top-right-radius: 1px; } }

.border-bottom-right-radius-1 {
  border-bottom-right-radius: 1px; }

@media (min-width: 576px) {
  .border-bottom-right-radius-sm-1 {
    border-bottom-right-radius: 1px; } }

@media (min-width: 768px) {
  .border-bottom-right-radius-md-1 {
    border-bottom-right-radius: 1px; } }

@media (min-width: 992px) {
  .border-bottom-right-radius-lg-1 {
    border-bottom-right-radius: 1px; } }

@media (min-width: 1200px) {
  .border-bottom-right-radius-xl-1 {
    border-bottom-right-radius: 1px; } }

.border-bottom-left-radius-1 {
  border-bottom-left-radius: 1px; }

@media (min-width: 576px) {
  .border-bottom-left-radius-sm-1 {
    border-bottom-left-radius: 1px; } }

@media (min-width: 768px) {
  .border-bottom-left-radius-md-1 {
    border-bottom-left-radius: 1px; } }

@media (min-width: 992px) {
  .border-bottom-left-radius-lg-1 {
    border-bottom-left-radius: 1px; } }

@media (min-width: 1200px) {
  .border-bottom-left-radius-xl-1 {
    border-bottom-left-radius: 1px; } }

.border-radius-2 {
  border-radius: 2px; }

@media (min-width: 576px) {
  .border-radius-sm-2 {
    border-radius: 2px; } }

@media (min-width: 768px) {
  .border-radius-md-2 {
    border-radius: 2px; } }

@media (min-width: 992px) {
  .border-radius-lg-2 {
    border-radius: 2px; } }

@media (min-width: 1200px) {
  .border-radius-xl-2 {
    border-radius: 2px; } }

.border-top-left-radius-2 {
  border-top-left-radius: 2px; }

@media (min-width: 576px) {
  .border-top-left-radius-sm-2 {
    border-top-left-radius: 2px; } }

@media (min-width: 768px) {
  .border-top-left-radius-md-2 {
    border-top-left-radius: 2px; } }

@media (min-width: 992px) {
  .border-top-left-radius-lg-2 {
    border-top-left-radius: 2px; } }

@media (min-width: 1200px) {
  .border-top-left-radius-xl-2 {
    border-top-left-radius: 2px; } }

.border-top-right-radius-2 {
  border-top-right-radius: 2px; }

@media (min-width: 576px) {
  .border-top-right-radius-sm-2 {
    border-top-right-radius: 2px; } }

@media (min-width: 768px) {
  .border-top-right-radius-md-2 {
    border-top-right-radius: 2px; } }

@media (min-width: 992px) {
  .border-top-right-radius-lg-2 {
    border-top-right-radius: 2px; } }

@media (min-width: 1200px) {
  .border-top-right-radius-xl-2 {
    border-top-right-radius: 2px; } }

.border-bottom-right-radius-2 {
  border-bottom-right-radius: 2px; }

@media (min-width: 576px) {
  .border-bottom-right-radius-sm-2 {
    border-bottom-right-radius: 2px; } }

@media (min-width: 768px) {
  .border-bottom-right-radius-md-2 {
    border-bottom-right-radius: 2px; } }

@media (min-width: 992px) {
  .border-bottom-right-radius-lg-2 {
    border-bottom-right-radius: 2px; } }

@media (min-width: 1200px) {
  .border-bottom-right-radius-xl-2 {
    border-bottom-right-radius: 2px; } }

.border-bottom-left-radius-2 {
  border-bottom-left-radius: 2px; }

@media (min-width: 576px) {
  .border-bottom-left-radius-sm-2 {
    border-bottom-left-radius: 2px; } }

@media (min-width: 768px) {
  .border-bottom-left-radius-md-2 {
    border-bottom-left-radius: 2px; } }

@media (min-width: 992px) {
  .border-bottom-left-radius-lg-2 {
    border-bottom-left-radius: 2px; } }

@media (min-width: 1200px) {
  .border-bottom-left-radius-xl-2 {
    border-bottom-left-radius: 2px; } }

.border-radius-3 {
  border-radius: 3px; }

@media (min-width: 576px) {
  .border-radius-sm-3 {
    border-radius: 3px; } }

@media (min-width: 768px) {
  .border-radius-md-3 {
    border-radius: 3px; } }

@media (min-width: 992px) {
  .border-radius-lg-3 {
    border-radius: 3px; } }

@media (min-width: 1200px) {
  .border-radius-xl-3 {
    border-radius: 3px; } }

.border-top-left-radius-3 {
  border-top-left-radius: 3px; }

@media (min-width: 576px) {
  .border-top-left-radius-sm-3 {
    border-top-left-radius: 3px; } }

@media (min-width: 768px) {
  .border-top-left-radius-md-3 {
    border-top-left-radius: 3px; } }

@media (min-width: 992px) {
  .border-top-left-radius-lg-3 {
    border-top-left-radius: 3px; } }

@media (min-width: 1200px) {
  .border-top-left-radius-xl-3 {
    border-top-left-radius: 3px; } }

.border-top-right-radius-3 {
  border-top-right-radius: 3px; }

@media (min-width: 576px) {
  .border-top-right-radius-sm-3 {
    border-top-right-radius: 3px; } }

@media (min-width: 768px) {
  .border-top-right-radius-md-3 {
    border-top-right-radius: 3px; } }

@media (min-width: 992px) {
  .border-top-right-radius-lg-3 {
    border-top-right-radius: 3px; } }

@media (min-width: 1200px) {
  .border-top-right-radius-xl-3 {
    border-top-right-radius: 3px; } }

.border-bottom-right-radius-3 {
  border-bottom-right-radius: 3px; }

@media (min-width: 576px) {
  .border-bottom-right-radius-sm-3 {
    border-bottom-right-radius: 3px; } }

@media (min-width: 768px) {
  .border-bottom-right-radius-md-3 {
    border-bottom-right-radius: 3px; } }

@media (min-width: 992px) {
  .border-bottom-right-radius-lg-3 {
    border-bottom-right-radius: 3px; } }

@media (min-width: 1200px) {
  .border-bottom-right-radius-xl-3 {
    border-bottom-right-radius: 3px; } }

.border-bottom-left-radius-3 {
  border-bottom-left-radius: 3px; }

@media (min-width: 576px) {
  .border-bottom-left-radius-sm-3 {
    border-bottom-left-radius: 3px; } }

@media (min-width: 768px) {
  .border-bottom-left-radius-md-3 {
    border-bottom-left-radius: 3px; } }

@media (min-width: 992px) {
  .border-bottom-left-radius-lg-3 {
    border-bottom-left-radius: 3px; } }

@media (min-width: 1200px) {
  .border-bottom-left-radius-xl-3 {
    border-bottom-left-radius: 3px; } }

.border-radius-4 {
  border-radius: 4px; }

@media (min-width: 576px) {
  .border-radius-sm-4 {
    border-radius: 4px; } }

@media (min-width: 768px) {
  .border-radius-md-4 {
    border-radius: 4px; } }

@media (min-width: 992px) {
  .border-radius-lg-4 {
    border-radius: 4px; } }

@media (min-width: 1200px) {
  .border-radius-xl-4 {
    border-radius: 4px; } }

.border-top-left-radius-4 {
  border-top-left-radius: 4px; }

@media (min-width: 576px) {
  .border-top-left-radius-sm-4 {
    border-top-left-radius: 4px; } }

@media (min-width: 768px) {
  .border-top-left-radius-md-4 {
    border-top-left-radius: 4px; } }

@media (min-width: 992px) {
  .border-top-left-radius-lg-4 {
    border-top-left-radius: 4px; } }

@media (min-width: 1200px) {
  .border-top-left-radius-xl-4 {
    border-top-left-radius: 4px; } }

.border-top-right-radius-4 {
  border-top-right-radius: 4px; }

@media (min-width: 576px) {
  .border-top-right-radius-sm-4 {
    border-top-right-radius: 4px; } }

@media (min-width: 768px) {
  .border-top-right-radius-md-4 {
    border-top-right-radius: 4px; } }

@media (min-width: 992px) {
  .border-top-right-radius-lg-4 {
    border-top-right-radius: 4px; } }

@media (min-width: 1200px) {
  .border-top-right-radius-xl-4 {
    border-top-right-radius: 4px; } }

.border-bottom-right-radius-4 {
  border-bottom-right-radius: 4px; }

@media (min-width: 576px) {
  .border-bottom-right-radius-sm-4 {
    border-bottom-right-radius: 4px; } }

@media (min-width: 768px) {
  .border-bottom-right-radius-md-4 {
    border-bottom-right-radius: 4px; } }

@media (min-width: 992px) {
  .border-bottom-right-radius-lg-4 {
    border-bottom-right-radius: 4px; } }

@media (min-width: 1200px) {
  .border-bottom-right-radius-xl-4 {
    border-bottom-right-radius: 4px; } }

.border-bottom-left-radius-4 {
  border-bottom-left-radius: 4px; }

@media (min-width: 576px) {
  .border-bottom-left-radius-sm-4 {
    border-bottom-left-radius: 4px; } }

@media (min-width: 768px) {
  .border-bottom-left-radius-md-4 {
    border-bottom-left-radius: 4px; } }

@media (min-width: 992px) {
  .border-bottom-left-radius-lg-4 {
    border-bottom-left-radius: 4px; } }

@media (min-width: 1200px) {
  .border-bottom-left-radius-xl-4 {
    border-bottom-left-radius: 4px; } }

.border-radius-5 {
  border-radius: 5px; }

@media (min-width: 576px) {
  .border-radius-sm-5 {
    border-radius: 5px; } }

@media (min-width: 768px) {
  .border-radius-md-5 {
    border-radius: 5px; } }

@media (min-width: 992px) {
  .border-radius-lg-5 {
    border-radius: 5px; } }

@media (min-width: 1200px) {
  .border-radius-xl-5 {
    border-radius: 5px; } }

.border-top-left-radius-5 {
  border-top-left-radius: 5px; }

@media (min-width: 576px) {
  .border-top-left-radius-sm-5 {
    border-top-left-radius: 5px; } }

@media (min-width: 768px) {
  .border-top-left-radius-md-5 {
    border-top-left-radius: 5px; } }

@media (min-width: 992px) {
  .border-top-left-radius-lg-5 {
    border-top-left-radius: 5px; } }

@media (min-width: 1200px) {
  .border-top-left-radius-xl-5 {
    border-top-left-radius: 5px; } }

.border-top-right-radius-5 {
  border-top-right-radius: 5px; }

@media (min-width: 576px) {
  .border-top-right-radius-sm-5 {
    border-top-right-radius: 5px; } }

@media (min-width: 768px) {
  .border-top-right-radius-md-5 {
    border-top-right-radius: 5px; } }

@media (min-width: 992px) {
  .border-top-right-radius-lg-5 {
    border-top-right-radius: 5px; } }

@media (min-width: 1200px) {
  .border-top-right-radius-xl-5 {
    border-top-right-radius: 5px; } }

.border-bottom-right-radius-5 {
  border-bottom-right-radius: 5px; }

@media (min-width: 576px) {
  .border-bottom-right-radius-sm-5 {
    border-bottom-right-radius: 5px; } }

@media (min-width: 768px) {
  .border-bottom-right-radius-md-5 {
    border-bottom-right-radius: 5px; } }

@media (min-width: 992px) {
  .border-bottom-right-radius-lg-5 {
    border-bottom-right-radius: 5px; } }

@media (min-width: 1200px) {
  .border-bottom-right-radius-xl-5 {
    border-bottom-right-radius: 5px; } }

.border-bottom-left-radius-5 {
  border-bottom-left-radius: 5px; }

@media (min-width: 576px) {
  .border-bottom-left-radius-sm-5 {
    border-bottom-left-radius: 5px; } }

@media (min-width: 768px) {
  .border-bottom-left-radius-md-5 {
    border-bottom-left-radius: 5px; } }

@media (min-width: 992px) {
  .border-bottom-left-radius-lg-5 {
    border-bottom-left-radius: 5px; } }

@media (min-width: 1200px) {
  .border-bottom-left-radius-xl-5 {
    border-bottom-left-radius: 5px; } }

.border-radius-6 {
  border-radius: 6px; }

@media (min-width: 576px) {
  .border-radius-sm-6 {
    border-radius: 6px; } }

@media (min-width: 768px) {
  .border-radius-md-6 {
    border-radius: 6px; } }

@media (min-width: 992px) {
  .border-radius-lg-6 {
    border-radius: 6px; } }

@media (min-width: 1200px) {
  .border-radius-xl-6 {
    border-radius: 6px; } }

.border-top-left-radius-6 {
  border-top-left-radius: 6px; }

@media (min-width: 576px) {
  .border-top-left-radius-sm-6 {
    border-top-left-radius: 6px; } }

@media (min-width: 768px) {
  .border-top-left-radius-md-6 {
    border-top-left-radius: 6px; } }

@media (min-width: 992px) {
  .border-top-left-radius-lg-6 {
    border-top-left-radius: 6px; } }

@media (min-width: 1200px) {
  .border-top-left-radius-xl-6 {
    border-top-left-radius: 6px; } }

.border-top-right-radius-6 {
  border-top-right-radius: 6px; }

@media (min-width: 576px) {
  .border-top-right-radius-sm-6 {
    border-top-right-radius: 6px; } }

@media (min-width: 768px) {
  .border-top-right-radius-md-6 {
    border-top-right-radius: 6px; } }

@media (min-width: 992px) {
  .border-top-right-radius-lg-6 {
    border-top-right-radius: 6px; } }

@media (min-width: 1200px) {
  .border-top-right-radius-xl-6 {
    border-top-right-radius: 6px; } }

.border-bottom-right-radius-6 {
  border-bottom-right-radius: 6px; }

@media (min-width: 576px) {
  .border-bottom-right-radius-sm-6 {
    border-bottom-right-radius: 6px; } }

@media (min-width: 768px) {
  .border-bottom-right-radius-md-6 {
    border-bottom-right-radius: 6px; } }

@media (min-width: 992px) {
  .border-bottom-right-radius-lg-6 {
    border-bottom-right-radius: 6px; } }

@media (min-width: 1200px) {
  .border-bottom-right-radius-xl-6 {
    border-bottom-right-radius: 6px; } }

.border-bottom-left-radius-6 {
  border-bottom-left-radius: 6px; }

@media (min-width: 576px) {
  .border-bottom-left-radius-sm-6 {
    border-bottom-left-radius: 6px; } }

@media (min-width: 768px) {
  .border-bottom-left-radius-md-6 {
    border-bottom-left-radius: 6px; } }

@media (min-width: 992px) {
  .border-bottom-left-radius-lg-6 {
    border-bottom-left-radius: 6px; } }

@media (min-width: 1200px) {
  .border-bottom-left-radius-xl-6 {
    border-bottom-left-radius: 6px; } }

.border-radius-7 {
  border-radius: 7px; }

@media (min-width: 576px) {
  .border-radius-sm-7 {
    border-radius: 7px; } }

@media (min-width: 768px) {
  .border-radius-md-7 {
    border-radius: 7px; } }

@media (min-width: 992px) {
  .border-radius-lg-7 {
    border-radius: 7px; } }

@media (min-width: 1200px) {
  .border-radius-xl-7 {
    border-radius: 7px; } }

.border-top-left-radius-7 {
  border-top-left-radius: 7px; }

@media (min-width: 576px) {
  .border-top-left-radius-sm-7 {
    border-top-left-radius: 7px; } }

@media (min-width: 768px) {
  .border-top-left-radius-md-7 {
    border-top-left-radius: 7px; } }

@media (min-width: 992px) {
  .border-top-left-radius-lg-7 {
    border-top-left-radius: 7px; } }

@media (min-width: 1200px) {
  .border-top-left-radius-xl-7 {
    border-top-left-radius: 7px; } }

.border-top-right-radius-7 {
  border-top-right-radius: 7px; }

@media (min-width: 576px) {
  .border-top-right-radius-sm-7 {
    border-top-right-radius: 7px; } }

@media (min-width: 768px) {
  .border-top-right-radius-md-7 {
    border-top-right-radius: 7px; } }

@media (min-width: 992px) {
  .border-top-right-radius-lg-7 {
    border-top-right-radius: 7px; } }

@media (min-width: 1200px) {
  .border-top-right-radius-xl-7 {
    border-top-right-radius: 7px; } }

.border-bottom-right-radius-7 {
  border-bottom-right-radius: 7px; }

@media (min-width: 576px) {
  .border-bottom-right-radius-sm-7 {
    border-bottom-right-radius: 7px; } }

@media (min-width: 768px) {
  .border-bottom-right-radius-md-7 {
    border-bottom-right-radius: 7px; } }

@media (min-width: 992px) {
  .border-bottom-right-radius-lg-7 {
    border-bottom-right-radius: 7px; } }

@media (min-width: 1200px) {
  .border-bottom-right-radius-xl-7 {
    border-bottom-right-radius: 7px; } }

.border-bottom-left-radius-7 {
  border-bottom-left-radius: 7px; }

@media (min-width: 576px) {
  .border-bottom-left-radius-sm-7 {
    border-bottom-left-radius: 7px; } }

@media (min-width: 768px) {
  .border-bottom-left-radius-md-7 {
    border-bottom-left-radius: 7px; } }

@media (min-width: 992px) {
  .border-bottom-left-radius-lg-7 {
    border-bottom-left-radius: 7px; } }

@media (min-width: 1200px) {
  .border-bottom-left-radius-xl-7 {
    border-bottom-left-radius: 7px; } }

.border-radius-8 {
  border-radius: 8px; }

@media (min-width: 576px) {
  .border-radius-sm-8 {
    border-radius: 8px; } }

@media (min-width: 768px) {
  .border-radius-md-8 {
    border-radius: 8px; } }

@media (min-width: 992px) {
  .border-radius-lg-8 {
    border-radius: 8px; } }

@media (min-width: 1200px) {
  .border-radius-xl-8 {
    border-radius: 8px; } }

.border-top-left-radius-8 {
  border-top-left-radius: 8px; }

@media (min-width: 576px) {
  .border-top-left-radius-sm-8 {
    border-top-left-radius: 8px; } }

@media (min-width: 768px) {
  .border-top-left-radius-md-8 {
    border-top-left-radius: 8px; } }

@media (min-width: 992px) {
  .border-top-left-radius-lg-8 {
    border-top-left-radius: 8px; } }

@media (min-width: 1200px) {
  .border-top-left-radius-xl-8 {
    border-top-left-radius: 8px; } }

.border-top-right-radius-8 {
  border-top-right-radius: 8px; }

@media (min-width: 576px) {
  .border-top-right-radius-sm-8 {
    border-top-right-radius: 8px; } }

@media (min-width: 768px) {
  .border-top-right-radius-md-8 {
    border-top-right-radius: 8px; } }

@media (min-width: 992px) {
  .border-top-right-radius-lg-8 {
    border-top-right-radius: 8px; } }

@media (min-width: 1200px) {
  .border-top-right-radius-xl-8 {
    border-top-right-radius: 8px; } }

.border-bottom-right-radius-8 {
  border-bottom-right-radius: 8px; }

@media (min-width: 576px) {
  .border-bottom-right-radius-sm-8 {
    border-bottom-right-radius: 8px; } }

@media (min-width: 768px) {
  .border-bottom-right-radius-md-8 {
    border-bottom-right-radius: 8px; } }

@media (min-width: 992px) {
  .border-bottom-right-radius-lg-8 {
    border-bottom-right-radius: 8px; } }

@media (min-width: 1200px) {
  .border-bottom-right-radius-xl-8 {
    border-bottom-right-radius: 8px; } }

.border-bottom-left-radius-8 {
  border-bottom-left-radius: 8px; }

@media (min-width: 576px) {
  .border-bottom-left-radius-sm-8 {
    border-bottom-left-radius: 8px; } }

@media (min-width: 768px) {
  .border-bottom-left-radius-md-8 {
    border-bottom-left-radius: 8px; } }

@media (min-width: 992px) {
  .border-bottom-left-radius-lg-8 {
    border-bottom-left-radius: 8px; } }

@media (min-width: 1200px) {
  .border-bottom-left-radius-xl-8 {
    border-bottom-left-radius: 8px; } }

.border-radius-9 {
  border-radius: 9px; }

@media (min-width: 576px) {
  .border-radius-sm-9 {
    border-radius: 9px; } }

@media (min-width: 768px) {
  .border-radius-md-9 {
    border-radius: 9px; } }

@media (min-width: 992px) {
  .border-radius-lg-9 {
    border-radius: 9px; } }

@media (min-width: 1200px) {
  .border-radius-xl-9 {
    border-radius: 9px; } }

.border-top-left-radius-9 {
  border-top-left-radius: 9px; }

@media (min-width: 576px) {
  .border-top-left-radius-sm-9 {
    border-top-left-radius: 9px; } }

@media (min-width: 768px) {
  .border-top-left-radius-md-9 {
    border-top-left-radius: 9px; } }

@media (min-width: 992px) {
  .border-top-left-radius-lg-9 {
    border-top-left-radius: 9px; } }

@media (min-width: 1200px) {
  .border-top-left-radius-xl-9 {
    border-top-left-radius: 9px; } }

.border-top-right-radius-9 {
  border-top-right-radius: 9px; }

@media (min-width: 576px) {
  .border-top-right-radius-sm-9 {
    border-top-right-radius: 9px; } }

@media (min-width: 768px) {
  .border-top-right-radius-md-9 {
    border-top-right-radius: 9px; } }

@media (min-width: 992px) {
  .border-top-right-radius-lg-9 {
    border-top-right-radius: 9px; } }

@media (min-width: 1200px) {
  .border-top-right-radius-xl-9 {
    border-top-right-radius: 9px; } }

.border-bottom-right-radius-9 {
  border-bottom-right-radius: 9px; }

@media (min-width: 576px) {
  .border-bottom-right-radius-sm-9 {
    border-bottom-right-radius: 9px; } }

@media (min-width: 768px) {
  .border-bottom-right-radius-md-9 {
    border-bottom-right-radius: 9px; } }

@media (min-width: 992px) {
  .border-bottom-right-radius-lg-9 {
    border-bottom-right-radius: 9px; } }

@media (min-width: 1200px) {
  .border-bottom-right-radius-xl-9 {
    border-bottom-right-radius: 9px; } }

.border-bottom-left-radius-9 {
  border-bottom-left-radius: 9px; }

@media (min-width: 576px) {
  .border-bottom-left-radius-sm-9 {
    border-bottom-left-radius: 9px; } }

@media (min-width: 768px) {
  .border-bottom-left-radius-md-9 {
    border-bottom-left-radius: 9px; } }

@media (min-width: 992px) {
  .border-bottom-left-radius-lg-9 {
    border-bottom-left-radius: 9px; } }

@media (min-width: 1200px) {
  .border-bottom-left-radius-xl-9 {
    border-bottom-left-radius: 9px; } }

.border-radius-10 {
  border-radius: 10px; }

@media (min-width: 576px) {
  .border-radius-sm-10 {
    border-radius: 10px; } }

@media (min-width: 768px) {
  .border-radius-md-10 {
    border-radius: 10px; } }

@media (min-width: 992px) {
  .border-radius-lg-10 {
    border-radius: 10px; } }

@media (min-width: 1200px) {
  .border-radius-xl-10 {
    border-radius: 10px; } }

.border-top-left-radius-10 {
  border-top-left-radius: 10px; }

@media (min-width: 576px) {
  .border-top-left-radius-sm-10 {
    border-top-left-radius: 10px; } }

@media (min-width: 768px) {
  .border-top-left-radius-md-10 {
    border-top-left-radius: 10px; } }

@media (min-width: 992px) {
  .border-top-left-radius-lg-10 {
    border-top-left-radius: 10px; } }

@media (min-width: 1200px) {
  .border-top-left-radius-xl-10 {
    border-top-left-radius: 10px; } }

.border-top-right-radius-10 {
  border-top-right-radius: 10px; }

@media (min-width: 576px) {
  .border-top-right-radius-sm-10 {
    border-top-right-radius: 10px; } }

@media (min-width: 768px) {
  .border-top-right-radius-md-10 {
    border-top-right-radius: 10px; } }

@media (min-width: 992px) {
  .border-top-right-radius-lg-10 {
    border-top-right-radius: 10px; } }

@media (min-width: 1200px) {
  .border-top-right-radius-xl-10 {
    border-top-right-radius: 10px; } }

.border-bottom-right-radius-10 {
  border-bottom-right-radius: 10px; }

@media (min-width: 576px) {
  .border-bottom-right-radius-sm-10 {
    border-bottom-right-radius: 10px; } }

@media (min-width: 768px) {
  .border-bottom-right-radius-md-10 {
    border-bottom-right-radius: 10px; } }

@media (min-width: 992px) {
  .border-bottom-right-radius-lg-10 {
    border-bottom-right-radius: 10px; } }

@media (min-width: 1200px) {
  .border-bottom-right-radius-xl-10 {
    border-bottom-right-radius: 10px; } }

.border-bottom-left-radius-10 {
  border-bottom-left-radius: 10px; }

@media (min-width: 576px) {
  .border-bottom-left-radius-sm-10 {
    border-bottom-left-radius: 10px; } }

@media (min-width: 768px) {
  .border-bottom-left-radius-md-10 {
    border-bottom-left-radius: 10px; } }

@media (min-width: 992px) {
  .border-bottom-left-radius-lg-10 {
    border-bottom-left-radius: 10px; } }

@media (min-width: 1200px) {
  .border-bottom-left-radius-xl-10 {
    border-bottom-left-radius: 10px; } }

.border-radius-11 {
  border-radius: 11px; }

@media (min-width: 576px) {
  .border-radius-sm-11 {
    border-radius: 11px; } }

@media (min-width: 768px) {
  .border-radius-md-11 {
    border-radius: 11px; } }

@media (min-width: 992px) {
  .border-radius-lg-11 {
    border-radius: 11px; } }

@media (min-width: 1200px) {
  .border-radius-xl-11 {
    border-radius: 11px; } }

.border-top-left-radius-11 {
  border-top-left-radius: 11px; }

@media (min-width: 576px) {
  .border-top-left-radius-sm-11 {
    border-top-left-radius: 11px; } }

@media (min-width: 768px) {
  .border-top-left-radius-md-11 {
    border-top-left-radius: 11px; } }

@media (min-width: 992px) {
  .border-top-left-radius-lg-11 {
    border-top-left-radius: 11px; } }

@media (min-width: 1200px) {
  .border-top-left-radius-xl-11 {
    border-top-left-radius: 11px; } }

.border-top-right-radius-11 {
  border-top-right-radius: 11px; }

@media (min-width: 576px) {
  .border-top-right-radius-sm-11 {
    border-top-right-radius: 11px; } }

@media (min-width: 768px) {
  .border-top-right-radius-md-11 {
    border-top-right-radius: 11px; } }

@media (min-width: 992px) {
  .border-top-right-radius-lg-11 {
    border-top-right-radius: 11px; } }

@media (min-width: 1200px) {
  .border-top-right-radius-xl-11 {
    border-top-right-radius: 11px; } }

.border-bottom-right-radius-11 {
  border-bottom-right-radius: 11px; }

@media (min-width: 576px) {
  .border-bottom-right-radius-sm-11 {
    border-bottom-right-radius: 11px; } }

@media (min-width: 768px) {
  .border-bottom-right-radius-md-11 {
    border-bottom-right-radius: 11px; } }

@media (min-width: 992px) {
  .border-bottom-right-radius-lg-11 {
    border-bottom-right-radius: 11px; } }

@media (min-width: 1200px) {
  .border-bottom-right-radius-xl-11 {
    border-bottom-right-radius: 11px; } }

.border-bottom-left-radius-11 {
  border-bottom-left-radius: 11px; }

@media (min-width: 576px) {
  .border-bottom-left-radius-sm-11 {
    border-bottom-left-radius: 11px; } }

@media (min-width: 768px) {
  .border-bottom-left-radius-md-11 {
    border-bottom-left-radius: 11px; } }

@media (min-width: 992px) {
  .border-bottom-left-radius-lg-11 {
    border-bottom-left-radius: 11px; } }

@media (min-width: 1200px) {
  .border-bottom-left-radius-xl-11 {
    border-bottom-left-radius: 11px; } }

.border-radius-12 {
  border-radius: 12px; }

@media (min-width: 576px) {
  .border-radius-sm-12 {
    border-radius: 12px; } }

@media (min-width: 768px) {
  .border-radius-md-12 {
    border-radius: 12px; } }

@media (min-width: 992px) {
  .border-radius-lg-12 {
    border-radius: 12px; } }

@media (min-width: 1200px) {
  .border-radius-xl-12 {
    border-radius: 12px; } }

.border-top-left-radius-12 {
  border-top-left-radius: 12px; }

@media (min-width: 576px) {
  .border-top-left-radius-sm-12 {
    border-top-left-radius: 12px; } }

@media (min-width: 768px) {
  .border-top-left-radius-md-12 {
    border-top-left-radius: 12px; } }

@media (min-width: 992px) {
  .border-top-left-radius-lg-12 {
    border-top-left-radius: 12px; } }

@media (min-width: 1200px) {
  .border-top-left-radius-xl-12 {
    border-top-left-radius: 12px; } }

.border-top-right-radius-12 {
  border-top-right-radius: 12px; }

@media (min-width: 576px) {
  .border-top-right-radius-sm-12 {
    border-top-right-radius: 12px; } }

@media (min-width: 768px) {
  .border-top-right-radius-md-12 {
    border-top-right-radius: 12px; } }

@media (min-width: 992px) {
  .border-top-right-radius-lg-12 {
    border-top-right-radius: 12px; } }

@media (min-width: 1200px) {
  .border-top-right-radius-xl-12 {
    border-top-right-radius: 12px; } }

.border-bottom-right-radius-12 {
  border-bottom-right-radius: 12px; }

@media (min-width: 576px) {
  .border-bottom-right-radius-sm-12 {
    border-bottom-right-radius: 12px; } }

@media (min-width: 768px) {
  .border-bottom-right-radius-md-12 {
    border-bottom-right-radius: 12px; } }

@media (min-width: 992px) {
  .border-bottom-right-radius-lg-12 {
    border-bottom-right-radius: 12px; } }

@media (min-width: 1200px) {
  .border-bottom-right-radius-xl-12 {
    border-bottom-right-radius: 12px; } }

.border-bottom-left-radius-12 {
  border-bottom-left-radius: 12px; }

@media (min-width: 576px) {
  .border-bottom-left-radius-sm-12 {
    border-bottom-left-radius: 12px; } }

@media (min-width: 768px) {
  .border-bottom-left-radius-md-12 {
    border-bottom-left-radius: 12px; } }

@media (min-width: 992px) {
  .border-bottom-left-radius-lg-12 {
    border-bottom-left-radius: 12px; } }

@media (min-width: 1200px) {
  .border-bottom-left-radius-xl-12 {
    border-bottom-left-radius: 12px; } }

.border-radius-15 {
  border-radius: 15px; }

@media (min-width: 576px) {
  .border-radius-sm-15 {
    border-radius: 15px; } }

@media (min-width: 768px) {
  .border-radius-md-15 {
    border-radius: 15px; } }

@media (min-width: 992px) {
  .border-radius-lg-15 {
    border-radius: 15px; } }

@media (min-width: 1200px) {
  .border-radius-xl-15 {
    border-radius: 15px; } }

.border-top-left-radius-15 {
  border-top-left-radius: 15px; }

@media (min-width: 576px) {
  .border-top-left-radius-sm-15 {
    border-top-left-radius: 15px; } }

@media (min-width: 768px) {
  .border-top-left-radius-md-15 {
    border-top-left-radius: 15px; } }

@media (min-width: 992px) {
  .border-top-left-radius-lg-15 {
    border-top-left-radius: 15px; } }

@media (min-width: 1200px) {
  .border-top-left-radius-xl-15 {
    border-top-left-radius: 15px; } }

.border-top-right-radius-15 {
  border-top-right-radius: 15px; }

@media (min-width: 576px) {
  .border-top-right-radius-sm-15 {
    border-top-right-radius: 15px; } }

@media (min-width: 768px) {
  .border-top-right-radius-md-15 {
    border-top-right-radius: 15px; } }

@media (min-width: 992px) {
  .border-top-right-radius-lg-15 {
    border-top-right-radius: 15px; } }

@media (min-width: 1200px) {
  .border-top-right-radius-xl-15 {
    border-top-right-radius: 15px; } }

.border-bottom-right-radius-15 {
  border-bottom-right-radius: 15px; }

@media (min-width: 576px) {
  .border-bottom-right-radius-sm-15 {
    border-bottom-right-radius: 15px; } }

@media (min-width: 768px) {
  .border-bottom-right-radius-md-15 {
    border-bottom-right-radius: 15px; } }

@media (min-width: 992px) {
  .border-bottom-right-radius-lg-15 {
    border-bottom-right-radius: 15px; } }

@media (min-width: 1200px) {
  .border-bottom-right-radius-xl-15 {
    border-bottom-right-radius: 15px; } }

.border-bottom-left-radius-15 {
  border-bottom-left-radius: 15px; }

@media (min-width: 576px) {
  .border-bottom-left-radius-sm-15 {
    border-bottom-left-radius: 15px; } }

@media (min-width: 768px) {
  .border-bottom-left-radius-md-15 {
    border-bottom-left-radius: 15px; } }

@media (min-width: 992px) {
  .border-bottom-left-radius-lg-15 {
    border-bottom-left-radius: 15px; } }

@media (min-width: 1200px) {
  .border-bottom-left-radius-xl-15 {
    border-bottom-left-radius: 15px; } }

.border-width-1 {
  border-width: 1px; }

@media (min-width: 576px) {
  .border-width-sm-1 {
    border-width: 1px; } }

@media (min-width: 768px) {
  .border-width-md-1 {
    border-width: 1px; } }

@media (min-width: 992px) {
  .border-width-lg-1 {
    border-width: 1px; } }

@media (min-width: 1200px) {
  .border-width-xl-1 {
    border-width: 1px; } }

.border-top-width-1 {
  border-top-width: 1px; }

@media (min-width: 576px) {
  .border-top-width-sm-1 {
    border-top-width: 1px; } }

@media (min-width: 768px) {
  .border-top-width-md-1 {
    border-top-width: 1px; } }

@media (min-width: 992px) {
  .border-top-width-lg-1 {
    border-top-width: 1px; } }

@media (min-width: 1200px) {
  .border-top-width-xl-1 {
    border-top-width: 1px; } }

.border-right-width-1 {
  border-right-width: 1px; }

@media (min-width: 576px) {
  .border-right-width-sm-1 {
    border-right-width: 1px; } }

@media (min-width: 768px) {
  .border-right-width-md-1 {
    border-right-width: 1px; } }

@media (min-width: 992px) {
  .border-right-width-lg-1 {
    border-right-width: 1px; } }

@media (min-width: 1200px) {
  .border-right-width-xl-1 {
    border-right-width: 1px; } }

.border-bottom-width-1 {
  border-bottom-width: 1px; }

@media (min-width: 576px) {
  .border-bottom-width-sm-1 {
    border-bottom-width: 1px; } }

@media (min-width: 768px) {
  .border-bottom-width-md-1 {
    border-bottom-width: 1px; } }

@media (min-width: 992px) {
  .border-bottom-width-lg-1 {
    border-bottom-width: 1px; } }

@media (min-width: 1200px) {
  .border-bottom-width-xl-1 {
    border-bottom-width: 1px; } }

.border-left-width-1 {
  border-left-width: 1px; }

@media (min-width: 576px) {
  .border-left-width-sm-1 {
    border-left-width: 1px; } }

@media (min-width: 768px) {
  .border-left-width-md-1 {
    border-left-width: 1px; } }

@media (min-width: 992px) {
  .border-left-width-lg-1 {
    border-left-width: 1px; } }

@media (min-width: 1200px) {
  .border-left-width-xl-1 {
    border-left-width: 1px; } }

.border-width-2 {
  border-width: 2px; }

@media (min-width: 576px) {
  .border-width-sm-2 {
    border-width: 2px; } }

@media (min-width: 768px) {
  .border-width-md-2 {
    border-width: 2px; } }

@media (min-width: 992px) {
  .border-width-lg-2 {
    border-width: 2px; } }

@media (min-width: 1200px) {
  .border-width-xl-2 {
    border-width: 2px; } }

.border-top-width-2 {
  border-top-width: 2px; }

@media (min-width: 576px) {
  .border-top-width-sm-2 {
    border-top-width: 2px; } }

@media (min-width: 768px) {
  .border-top-width-md-2 {
    border-top-width: 2px; } }

@media (min-width: 992px) {
  .border-top-width-lg-2 {
    border-top-width: 2px; } }

@media (min-width: 1200px) {
  .border-top-width-xl-2 {
    border-top-width: 2px; } }

.border-right-width-2 {
  border-right-width: 2px; }

@media (min-width: 576px) {
  .border-right-width-sm-2 {
    border-right-width: 2px; } }

@media (min-width: 768px) {
  .border-right-width-md-2 {
    border-right-width: 2px; } }

@media (min-width: 992px) {
  .border-right-width-lg-2 {
    border-right-width: 2px; } }

@media (min-width: 1200px) {
  .border-right-width-xl-2 {
    border-right-width: 2px; } }

.border-bottom-width-2 {
  border-bottom-width: 2px; }

@media (min-width: 576px) {
  .border-bottom-width-sm-2 {
    border-bottom-width: 2px; } }

@media (min-width: 768px) {
  .border-bottom-width-md-2 {
    border-bottom-width: 2px; } }

@media (min-width: 992px) {
  .border-bottom-width-lg-2 {
    border-bottom-width: 2px; } }

@media (min-width: 1200px) {
  .border-bottom-width-xl-2 {
    border-bottom-width: 2px; } }

.border-left-width-2 {
  border-left-width: 2px; }

@media (min-width: 576px) {
  .border-left-width-sm-2 {
    border-left-width: 2px; } }

@media (min-width: 768px) {
  .border-left-width-md-2 {
    border-left-width: 2px; } }

@media (min-width: 992px) {
  .border-left-width-lg-2 {
    border-left-width: 2px; } }

@media (min-width: 1200px) {
  .border-left-width-xl-2 {
    border-left-width: 2px; } }

.border-width-3 {
  border-width: 3px; }

@media (min-width: 576px) {
  .border-width-sm-3 {
    border-width: 3px; } }

@media (min-width: 768px) {
  .border-width-md-3 {
    border-width: 3px; } }

@media (min-width: 992px) {
  .border-width-lg-3 {
    border-width: 3px; } }

@media (min-width: 1200px) {
  .border-width-xl-3 {
    border-width: 3px; } }

.border-top-width-3 {
  border-top-width: 3px; }

@media (min-width: 576px) {
  .border-top-width-sm-3 {
    border-top-width: 3px; } }

@media (min-width: 768px) {
  .border-top-width-md-3 {
    border-top-width: 3px; } }

@media (min-width: 992px) {
  .border-top-width-lg-3 {
    border-top-width: 3px; } }

@media (min-width: 1200px) {
  .border-top-width-xl-3 {
    border-top-width: 3px; } }

.border-right-width-3 {
  border-right-width: 3px; }

@media (min-width: 576px) {
  .border-right-width-sm-3 {
    border-right-width: 3px; } }

@media (min-width: 768px) {
  .border-right-width-md-3 {
    border-right-width: 3px; } }

@media (min-width: 992px) {
  .border-right-width-lg-3 {
    border-right-width: 3px; } }

@media (min-width: 1200px) {
  .border-right-width-xl-3 {
    border-right-width: 3px; } }

.border-bottom-width-3 {
  border-bottom-width: 3px; }

@media (min-width: 576px) {
  .border-bottom-width-sm-3 {
    border-bottom-width: 3px; } }

@media (min-width: 768px) {
  .border-bottom-width-md-3 {
    border-bottom-width: 3px; } }

@media (min-width: 992px) {
  .border-bottom-width-lg-3 {
    border-bottom-width: 3px; } }

@media (min-width: 1200px) {
  .border-bottom-width-xl-3 {
    border-bottom-width: 3px; } }

.border-left-width-3 {
  border-left-width: 3px; }

@media (min-width: 576px) {
  .border-left-width-sm-3 {
    border-left-width: 3px; } }

@media (min-width: 768px) {
  .border-left-width-md-3 {
    border-left-width: 3px; } }

@media (min-width: 992px) {
  .border-left-width-lg-3 {
    border-left-width: 3px; } }

@media (min-width: 1200px) {
  .border-left-width-xl-3 {
    border-left-width: 3px; } }

.border-width-4 {
  border-width: 4px; }

@media (min-width: 576px) {
  .border-width-sm-4 {
    border-width: 4px; } }

@media (min-width: 768px) {
  .border-width-md-4 {
    border-width: 4px; } }

@media (min-width: 992px) {
  .border-width-lg-4 {
    border-width: 4px; } }

@media (min-width: 1200px) {
  .border-width-xl-4 {
    border-width: 4px; } }

.border-top-width-4 {
  border-top-width: 4px; }

@media (min-width: 576px) {
  .border-top-width-sm-4 {
    border-top-width: 4px; } }

@media (min-width: 768px) {
  .border-top-width-md-4 {
    border-top-width: 4px; } }

@media (min-width: 992px) {
  .border-top-width-lg-4 {
    border-top-width: 4px; } }

@media (min-width: 1200px) {
  .border-top-width-xl-4 {
    border-top-width: 4px; } }

.border-right-width-4 {
  border-right-width: 4px; }

@media (min-width: 576px) {
  .border-right-width-sm-4 {
    border-right-width: 4px; } }

@media (min-width: 768px) {
  .border-right-width-md-4 {
    border-right-width: 4px; } }

@media (min-width: 992px) {
  .border-right-width-lg-4 {
    border-right-width: 4px; } }

@media (min-width: 1200px) {
  .border-right-width-xl-4 {
    border-right-width: 4px; } }

.border-bottom-width-4 {
  border-bottom-width: 4px; }

@media (min-width: 576px) {
  .border-bottom-width-sm-4 {
    border-bottom-width: 4px; } }

@media (min-width: 768px) {
  .border-bottom-width-md-4 {
    border-bottom-width: 4px; } }

@media (min-width: 992px) {
  .border-bottom-width-lg-4 {
    border-bottom-width: 4px; } }

@media (min-width: 1200px) {
  .border-bottom-width-xl-4 {
    border-bottom-width: 4px; } }

.border-left-width-4 {
  border-left-width: 4px; }

@media (min-width: 576px) {
  .border-left-width-sm-4 {
    border-left-width: 4px; } }

@media (min-width: 768px) {
  .border-left-width-md-4 {
    border-left-width: 4px; } }

@media (min-width: 992px) {
  .border-left-width-lg-4 {
    border-left-width: 4px; } }

@media (min-width: 1200px) {
  .border-left-width-xl-4 {
    border-left-width: 4px; } }

.border-width-5 {
  border-width: 5px; }

@media (min-width: 576px) {
  .border-width-sm-5 {
    border-width: 5px; } }

@media (min-width: 768px) {
  .border-width-md-5 {
    border-width: 5px; } }

@media (min-width: 992px) {
  .border-width-lg-5 {
    border-width: 5px; } }

@media (min-width: 1200px) {
  .border-width-xl-5 {
    border-width: 5px; } }

.border-top-width-5 {
  border-top-width: 5px; }

@media (min-width: 576px) {
  .border-top-width-sm-5 {
    border-top-width: 5px; } }

@media (min-width: 768px) {
  .border-top-width-md-5 {
    border-top-width: 5px; } }

@media (min-width: 992px) {
  .border-top-width-lg-5 {
    border-top-width: 5px; } }

@media (min-width: 1200px) {
  .border-top-width-xl-5 {
    border-top-width: 5px; } }

.border-right-width-5 {
  border-right-width: 5px; }

@media (min-width: 576px) {
  .border-right-width-sm-5 {
    border-right-width: 5px; } }

@media (min-width: 768px) {
  .border-right-width-md-5 {
    border-right-width: 5px; } }

@media (min-width: 992px) {
  .border-right-width-lg-5 {
    border-right-width: 5px; } }

@media (min-width: 1200px) {
  .border-right-width-xl-5 {
    border-right-width: 5px; } }

.border-bottom-width-5 {
  border-bottom-width: 5px; }

@media (min-width: 576px) {
  .border-bottom-width-sm-5 {
    border-bottom-width: 5px; } }

@media (min-width: 768px) {
  .border-bottom-width-md-5 {
    border-bottom-width: 5px; } }

@media (min-width: 992px) {
  .border-bottom-width-lg-5 {
    border-bottom-width: 5px; } }

@media (min-width: 1200px) {
  .border-bottom-width-xl-5 {
    border-bottom-width: 5px; } }

.border-left-width-5 {
  border-left-width: 5px; }

@media (min-width: 576px) {
  .border-left-width-sm-5 {
    border-left-width: 5px; } }

@media (min-width: 768px) {
  .border-left-width-md-5 {
    border-left-width: 5px; } }

@media (min-width: 992px) {
  .border-left-width-lg-5 {
    border-left-width: 5px; } }

@media (min-width: 1200px) {
  .border-left-width-xl-5 {
    border-left-width: 5px; } }

.border-width-6 {
  border-width: 6px; }

@media (min-width: 576px) {
  .border-width-sm-6 {
    border-width: 6px; } }

@media (min-width: 768px) {
  .border-width-md-6 {
    border-width: 6px; } }

@media (min-width: 992px) {
  .border-width-lg-6 {
    border-width: 6px; } }

@media (min-width: 1200px) {
  .border-width-xl-6 {
    border-width: 6px; } }

.border-top-width-6 {
  border-top-width: 6px; }

@media (min-width: 576px) {
  .border-top-width-sm-6 {
    border-top-width: 6px; } }

@media (min-width: 768px) {
  .border-top-width-md-6 {
    border-top-width: 6px; } }

@media (min-width: 992px) {
  .border-top-width-lg-6 {
    border-top-width: 6px; } }

@media (min-width: 1200px) {
  .border-top-width-xl-6 {
    border-top-width: 6px; } }

.border-right-width-6 {
  border-right-width: 6px; }

@media (min-width: 576px) {
  .border-right-width-sm-6 {
    border-right-width: 6px; } }

@media (min-width: 768px) {
  .border-right-width-md-6 {
    border-right-width: 6px; } }

@media (min-width: 992px) {
  .border-right-width-lg-6 {
    border-right-width: 6px; } }

@media (min-width: 1200px) {
  .border-right-width-xl-6 {
    border-right-width: 6px; } }

.border-bottom-width-6 {
  border-bottom-width: 6px; }

@media (min-width: 576px) {
  .border-bottom-width-sm-6 {
    border-bottom-width: 6px; } }

@media (min-width: 768px) {
  .border-bottom-width-md-6 {
    border-bottom-width: 6px; } }

@media (min-width: 992px) {
  .border-bottom-width-lg-6 {
    border-bottom-width: 6px; } }

@media (min-width: 1200px) {
  .border-bottom-width-xl-6 {
    border-bottom-width: 6px; } }

.border-left-width-6 {
  border-left-width: 6px; }

@media (min-width: 576px) {
  .border-left-width-sm-6 {
    border-left-width: 6px; } }

@media (min-width: 768px) {
  .border-left-width-md-6 {
    border-left-width: 6px; } }

@media (min-width: 992px) {
  .border-left-width-lg-6 {
    border-left-width: 6px; } }

@media (min-width: 1200px) {
  .border-left-width-xl-6 {
    border-left-width: 6px; } }

.border-width-7 {
  border-width: 7px; }

@media (min-width: 576px) {
  .border-width-sm-7 {
    border-width: 7px; } }

@media (min-width: 768px) {
  .border-width-md-7 {
    border-width: 7px; } }

@media (min-width: 992px) {
  .border-width-lg-7 {
    border-width: 7px; } }

@media (min-width: 1200px) {
  .border-width-xl-7 {
    border-width: 7px; } }

.border-top-width-7 {
  border-top-width: 7px; }

@media (min-width: 576px) {
  .border-top-width-sm-7 {
    border-top-width: 7px; } }

@media (min-width: 768px) {
  .border-top-width-md-7 {
    border-top-width: 7px; } }

@media (min-width: 992px) {
  .border-top-width-lg-7 {
    border-top-width: 7px; } }

@media (min-width: 1200px) {
  .border-top-width-xl-7 {
    border-top-width: 7px; } }

.border-right-width-7 {
  border-right-width: 7px; }

@media (min-width: 576px) {
  .border-right-width-sm-7 {
    border-right-width: 7px; } }

@media (min-width: 768px) {
  .border-right-width-md-7 {
    border-right-width: 7px; } }

@media (min-width: 992px) {
  .border-right-width-lg-7 {
    border-right-width: 7px; } }

@media (min-width: 1200px) {
  .border-right-width-xl-7 {
    border-right-width: 7px; } }

.border-bottom-width-7 {
  border-bottom-width: 7px; }

@media (min-width: 576px) {
  .border-bottom-width-sm-7 {
    border-bottom-width: 7px; } }

@media (min-width: 768px) {
  .border-bottom-width-md-7 {
    border-bottom-width: 7px; } }

@media (min-width: 992px) {
  .border-bottom-width-lg-7 {
    border-bottom-width: 7px; } }

@media (min-width: 1200px) {
  .border-bottom-width-xl-7 {
    border-bottom-width: 7px; } }

.border-left-width-7 {
  border-left-width: 7px; }

@media (min-width: 576px) {
  .border-left-width-sm-7 {
    border-left-width: 7px; } }

@media (min-width: 768px) {
  .border-left-width-md-7 {
    border-left-width: 7px; } }

@media (min-width: 992px) {
  .border-left-width-lg-7 {
    border-left-width: 7px; } }

@media (min-width: 1200px) {
  .border-left-width-xl-7 {
    border-left-width: 7px; } }

.border-width-8 {
  border-width: 8px; }

@media (min-width: 576px) {
  .border-width-sm-8 {
    border-width: 8px; } }

@media (min-width: 768px) {
  .border-width-md-8 {
    border-width: 8px; } }

@media (min-width: 992px) {
  .border-width-lg-8 {
    border-width: 8px; } }

@media (min-width: 1200px) {
  .border-width-xl-8 {
    border-width: 8px; } }

.border-top-width-8 {
  border-top-width: 8px; }

@media (min-width: 576px) {
  .border-top-width-sm-8 {
    border-top-width: 8px; } }

@media (min-width: 768px) {
  .border-top-width-md-8 {
    border-top-width: 8px; } }

@media (min-width: 992px) {
  .border-top-width-lg-8 {
    border-top-width: 8px; } }

@media (min-width: 1200px) {
  .border-top-width-xl-8 {
    border-top-width: 8px; } }

.border-right-width-8 {
  border-right-width: 8px; }

@media (min-width: 576px) {
  .border-right-width-sm-8 {
    border-right-width: 8px; } }

@media (min-width: 768px) {
  .border-right-width-md-8 {
    border-right-width: 8px; } }

@media (min-width: 992px) {
  .border-right-width-lg-8 {
    border-right-width: 8px; } }

@media (min-width: 1200px) {
  .border-right-width-xl-8 {
    border-right-width: 8px; } }

.border-bottom-width-8 {
  border-bottom-width: 8px; }

@media (min-width: 576px) {
  .border-bottom-width-sm-8 {
    border-bottom-width: 8px; } }

@media (min-width: 768px) {
  .border-bottom-width-md-8 {
    border-bottom-width: 8px; } }

@media (min-width: 992px) {
  .border-bottom-width-lg-8 {
    border-bottom-width: 8px; } }

@media (min-width: 1200px) {
  .border-bottom-width-xl-8 {
    border-bottom-width: 8px; } }

.border-left-width-8 {
  border-left-width: 8px; }

@media (min-width: 576px) {
  .border-left-width-sm-8 {
    border-left-width: 8px; } }

@media (min-width: 768px) {
  .border-left-width-md-8 {
    border-left-width: 8px; } }

@media (min-width: 992px) {
  .border-left-width-lg-8 {
    border-left-width: 8px; } }

@media (min-width: 1200px) {
  .border-left-width-xl-8 {
    border-left-width: 8px; } }

.border-width-9 {
  border-width: 9px; }

@media (min-width: 576px) {
  .border-width-sm-9 {
    border-width: 9px; } }

@media (min-width: 768px) {
  .border-width-md-9 {
    border-width: 9px; } }

@media (min-width: 992px) {
  .border-width-lg-9 {
    border-width: 9px; } }

@media (min-width: 1200px) {
  .border-width-xl-9 {
    border-width: 9px; } }

.border-top-width-9 {
  border-top-width: 9px; }

@media (min-width: 576px) {
  .border-top-width-sm-9 {
    border-top-width: 9px; } }

@media (min-width: 768px) {
  .border-top-width-md-9 {
    border-top-width: 9px; } }

@media (min-width: 992px) {
  .border-top-width-lg-9 {
    border-top-width: 9px; } }

@media (min-width: 1200px) {
  .border-top-width-xl-9 {
    border-top-width: 9px; } }

.border-right-width-9 {
  border-right-width: 9px; }

@media (min-width: 576px) {
  .border-right-width-sm-9 {
    border-right-width: 9px; } }

@media (min-width: 768px) {
  .border-right-width-md-9 {
    border-right-width: 9px; } }

@media (min-width: 992px) {
  .border-right-width-lg-9 {
    border-right-width: 9px; } }

@media (min-width: 1200px) {
  .border-right-width-xl-9 {
    border-right-width: 9px; } }

.border-bottom-width-9 {
  border-bottom-width: 9px; }

@media (min-width: 576px) {
  .border-bottom-width-sm-9 {
    border-bottom-width: 9px; } }

@media (min-width: 768px) {
  .border-bottom-width-md-9 {
    border-bottom-width: 9px; } }

@media (min-width: 992px) {
  .border-bottom-width-lg-9 {
    border-bottom-width: 9px; } }

@media (min-width: 1200px) {
  .border-bottom-width-xl-9 {
    border-bottom-width: 9px; } }

.border-left-width-9 {
  border-left-width: 9px; }

@media (min-width: 576px) {
  .border-left-width-sm-9 {
    border-left-width: 9px; } }

@media (min-width: 768px) {
  .border-left-width-md-9 {
    border-left-width: 9px; } }

@media (min-width: 992px) {
  .border-left-width-lg-9 {
    border-left-width: 9px; } }

@media (min-width: 1200px) {
  .border-left-width-xl-9 {
    border-left-width: 9px; } }

.border-width-10 {
  border-width: 10px; }

@media (min-width: 576px) {
  .border-width-sm-10 {
    border-width: 10px; } }

@media (min-width: 768px) {
  .border-width-md-10 {
    border-width: 10px; } }

@media (min-width: 992px) {
  .border-width-lg-10 {
    border-width: 10px; } }

@media (min-width: 1200px) {
  .border-width-xl-10 {
    border-width: 10px; } }

.border-top-width-10 {
  border-top-width: 10px; }

@media (min-width: 576px) {
  .border-top-width-sm-10 {
    border-top-width: 10px; } }

@media (min-width: 768px) {
  .border-top-width-md-10 {
    border-top-width: 10px; } }

@media (min-width: 992px) {
  .border-top-width-lg-10 {
    border-top-width: 10px; } }

@media (min-width: 1200px) {
  .border-top-width-xl-10 {
    border-top-width: 10px; } }

.border-right-width-10 {
  border-right-width: 10px; }

@media (min-width: 576px) {
  .border-right-width-sm-10 {
    border-right-width: 10px; } }

@media (min-width: 768px) {
  .border-right-width-md-10 {
    border-right-width: 10px; } }

@media (min-width: 992px) {
  .border-right-width-lg-10 {
    border-right-width: 10px; } }

@media (min-width: 1200px) {
  .border-right-width-xl-10 {
    border-right-width: 10px; } }

.border-bottom-width-10 {
  border-bottom-width: 10px; }

@media (min-width: 576px) {
  .border-bottom-width-sm-10 {
    border-bottom-width: 10px; } }

@media (min-width: 768px) {
  .border-bottom-width-md-10 {
    border-bottom-width: 10px; } }

@media (min-width: 992px) {
  .border-bottom-width-lg-10 {
    border-bottom-width: 10px; } }

@media (min-width: 1200px) {
  .border-bottom-width-xl-10 {
    border-bottom-width: 10px; } }

.border-left-width-10 {
  border-left-width: 10px; }

@media (min-width: 576px) {
  .border-left-width-sm-10 {
    border-left-width: 10px; } }

@media (min-width: 768px) {
  .border-left-width-md-10 {
    border-left-width: 10px; } }

@media (min-width: 992px) {
  .border-left-width-lg-10 {
    border-left-width: 10px; } }

@media (min-width: 1200px) {
  .border-left-width-xl-10 {
    border-left-width: 10px; } }

.border-width-11 {
  border-width: 11px; }

@media (min-width: 576px) {
  .border-width-sm-11 {
    border-width: 11px; } }

@media (min-width: 768px) {
  .border-width-md-11 {
    border-width: 11px; } }

@media (min-width: 992px) {
  .border-width-lg-11 {
    border-width: 11px; } }

@media (min-width: 1200px) {
  .border-width-xl-11 {
    border-width: 11px; } }

.border-top-width-11 {
  border-top-width: 11px; }

@media (min-width: 576px) {
  .border-top-width-sm-11 {
    border-top-width: 11px; } }

@media (min-width: 768px) {
  .border-top-width-md-11 {
    border-top-width: 11px; } }

@media (min-width: 992px) {
  .border-top-width-lg-11 {
    border-top-width: 11px; } }

@media (min-width: 1200px) {
  .border-top-width-xl-11 {
    border-top-width: 11px; } }

.border-right-width-11 {
  border-right-width: 11px; }

@media (min-width: 576px) {
  .border-right-width-sm-11 {
    border-right-width: 11px; } }

@media (min-width: 768px) {
  .border-right-width-md-11 {
    border-right-width: 11px; } }

@media (min-width: 992px) {
  .border-right-width-lg-11 {
    border-right-width: 11px; } }

@media (min-width: 1200px) {
  .border-right-width-xl-11 {
    border-right-width: 11px; } }

.border-bottom-width-11 {
  border-bottom-width: 11px; }

@media (min-width: 576px) {
  .border-bottom-width-sm-11 {
    border-bottom-width: 11px; } }

@media (min-width: 768px) {
  .border-bottom-width-md-11 {
    border-bottom-width: 11px; } }

@media (min-width: 992px) {
  .border-bottom-width-lg-11 {
    border-bottom-width: 11px; } }

@media (min-width: 1200px) {
  .border-bottom-width-xl-11 {
    border-bottom-width: 11px; } }

.border-left-width-11 {
  border-left-width: 11px; }

@media (min-width: 576px) {
  .border-left-width-sm-11 {
    border-left-width: 11px; } }

@media (min-width: 768px) {
  .border-left-width-md-11 {
    border-left-width: 11px; } }

@media (min-width: 992px) {
  .border-left-width-lg-11 {
    border-left-width: 11px; } }

@media (min-width: 1200px) {
  .border-left-width-xl-11 {
    border-left-width: 11px; } }

.border-width-12 {
  border-width: 12px; }

@media (min-width: 576px) {
  .border-width-sm-12 {
    border-width: 12px; } }

@media (min-width: 768px) {
  .border-width-md-12 {
    border-width: 12px; } }

@media (min-width: 992px) {
  .border-width-lg-12 {
    border-width: 12px; } }

@media (min-width: 1200px) {
  .border-width-xl-12 {
    border-width: 12px; } }

.border-top-width-12 {
  border-top-width: 12px; }

@media (min-width: 576px) {
  .border-top-width-sm-12 {
    border-top-width: 12px; } }

@media (min-width: 768px) {
  .border-top-width-md-12 {
    border-top-width: 12px; } }

@media (min-width: 992px) {
  .border-top-width-lg-12 {
    border-top-width: 12px; } }

@media (min-width: 1200px) {
  .border-top-width-xl-12 {
    border-top-width: 12px; } }

.border-right-width-12 {
  border-right-width: 12px; }

@media (min-width: 576px) {
  .border-right-width-sm-12 {
    border-right-width: 12px; } }

@media (min-width: 768px) {
  .border-right-width-md-12 {
    border-right-width: 12px; } }

@media (min-width: 992px) {
  .border-right-width-lg-12 {
    border-right-width: 12px; } }

@media (min-width: 1200px) {
  .border-right-width-xl-12 {
    border-right-width: 12px; } }

.border-bottom-width-12 {
  border-bottom-width: 12px; }

@media (min-width: 576px) {
  .border-bottom-width-sm-12 {
    border-bottom-width: 12px; } }

@media (min-width: 768px) {
  .border-bottom-width-md-12 {
    border-bottom-width: 12px; } }

@media (min-width: 992px) {
  .border-bottom-width-lg-12 {
    border-bottom-width: 12px; } }

@media (min-width: 1200px) {
  .border-bottom-width-xl-12 {
    border-bottom-width: 12px; } }

.border-left-width-12 {
  border-left-width: 12px; }

@media (min-width: 576px) {
  .border-left-width-sm-12 {
    border-left-width: 12px; } }

@media (min-width: 768px) {
  .border-left-width-md-12 {
    border-left-width: 12px; } }

@media (min-width: 992px) {
  .border-left-width-lg-12 {
    border-left-width: 12px; } }

@media (min-width: 1200px) {
  .border-left-width-xl-12 {
    border-left-width: 12px; } }

.border-width-15 {
  border-width: 15px; }

@media (min-width: 576px) {
  .border-width-sm-15 {
    border-width: 15px; } }

@media (min-width: 768px) {
  .border-width-md-15 {
    border-width: 15px; } }

@media (min-width: 992px) {
  .border-width-lg-15 {
    border-width: 15px; } }

@media (min-width: 1200px) {
  .border-width-xl-15 {
    border-width: 15px; } }

.border-top-width-15 {
  border-top-width: 15px; }

@media (min-width: 576px) {
  .border-top-width-sm-15 {
    border-top-width: 15px; } }

@media (min-width: 768px) {
  .border-top-width-md-15 {
    border-top-width: 15px; } }

@media (min-width: 992px) {
  .border-top-width-lg-15 {
    border-top-width: 15px; } }

@media (min-width: 1200px) {
  .border-top-width-xl-15 {
    border-top-width: 15px; } }

.border-right-width-15 {
  border-right-width: 15px; }

@media (min-width: 576px) {
  .border-right-width-sm-15 {
    border-right-width: 15px; } }

@media (min-width: 768px) {
  .border-right-width-md-15 {
    border-right-width: 15px; } }

@media (min-width: 992px) {
  .border-right-width-lg-15 {
    border-right-width: 15px; } }

@media (min-width: 1200px) {
  .border-right-width-xl-15 {
    border-right-width: 15px; } }

.border-bottom-width-15 {
  border-bottom-width: 15px; }

@media (min-width: 576px) {
  .border-bottom-width-sm-15 {
    border-bottom-width: 15px; } }

@media (min-width: 768px) {
  .border-bottom-width-md-15 {
    border-bottom-width: 15px; } }

@media (min-width: 992px) {
  .border-bottom-width-lg-15 {
    border-bottom-width: 15px; } }

@media (min-width: 1200px) {
  .border-bottom-width-xl-15 {
    border-bottom-width: 15px; } }

.border-left-width-15 {
  border-left-width: 15px; }

@media (min-width: 576px) {
  .border-left-width-sm-15 {
    border-left-width: 15px; } }

@media (min-width: 768px) {
  .border-left-width-md-15 {
    border-left-width: 15px; } }

@media (min-width: 992px) {
  .border-left-width-lg-15 {
    border-left-width: 15px; } }

@media (min-width: 1200px) {
  .border-left-width-xl-15 {
    border-left-width: 15px; } }

.border-style-none {
  border-style: none; }

@media (min-width: 576px) {
  .border-style-sm-none {
    border-style: none; } }

@media (min-width: 768px) {
  .border-style-lmdg-none {
    border-style: none; } }

@media (min-width: 992px) {
  .border-style-lg-none {
    border-style: none; } }

@media (min-width: 1200px) {
  .border-style-xl-none {
    border-style: none; } }

.border-top-style-none {
  border-top-style: none; }

@media (min-width: 576px) {
  .border-top-style-sm-none {
    border-top-style: none; } }

@media (min-width: 768px) {
  .border-top-style-md-none {
    border-top-style: none; } }

@media (min-width: 992px) {
  .border-top-style-lg-none {
    border-top-style: none; } }

@media (min-width: 1200px) {
  .border-top-style-xl-none {
    border-top-style: none; } }

.border-right-style-none {
  border-right-style: none; }

@media (min-width: 576px) {
  .border-right-style-sm-none {
    border-right-style: none; } }

@media (min-width: 768px) {
  .border-right-style-md-none {
    border-right-style: none; } }

@media (min-width: 992px) {
  .border-right-style-lg-none {
    border-right-style: none; } }

@media (min-width: 1200px) {
  .border-right-style-xl-none {
    border-right-style: none; } }

.border-bottom-style-none {
  border-bottom-style: none; }

@media (min-width: 576px) {
  .border-bottom-style-sm-none {
    border-bottom-style: none; } }

@media (min-width: 768px) {
  .border-bottom-style-md-none {
    border-bottom-style: none; } }

@media (min-width: 992px) {
  .border-bottom-style-lg-none {
    border-bottom-style: none; } }

@media (min-width: 1200px) {
  .border-bottom-style-xl-none {
    border-bottom-style: none; } }

.border-left-style-none {
  border-left-style: none; }

@media (min-width: 576px) {
  .border-left-style-sm-none {
    border-left-style: none; } }

@media (min-width: 768px) {
  .border-left-style-md-none {
    border-left-style: none; } }

@media (min-width: 992px) {
  .border-left-style-lg-none {
    border-left-style: none; } }

@media (min-width: 1200px) {
  .border-left-style-xl-none {
    border-left-style: none; } }

.border-style-hidden {
  border-style: hidden; }

@media (min-width: 576px) {
  .border-style-sm-hidden {
    border-style: hidden; } }

@media (min-width: 768px) {
  .border-style-lmdg-hidden {
    border-style: hidden; } }

@media (min-width: 992px) {
  .border-style-lg-hidden {
    border-style: hidden; } }

@media (min-width: 1200px) {
  .border-style-xl-hidden {
    border-style: hidden; } }

.border-top-style-hidden {
  border-top-style: hidden; }

@media (min-width: 576px) {
  .border-top-style-sm-hidden {
    border-top-style: hidden; } }

@media (min-width: 768px) {
  .border-top-style-md-hidden {
    border-top-style: hidden; } }

@media (min-width: 992px) {
  .border-top-style-lg-hidden {
    border-top-style: hidden; } }

@media (min-width: 1200px) {
  .border-top-style-xl-hidden {
    border-top-style: hidden; } }

.border-right-style-hidden {
  border-right-style: hidden; }

@media (min-width: 576px) {
  .border-right-style-sm-hidden {
    border-right-style: hidden; } }

@media (min-width: 768px) {
  .border-right-style-md-hidden {
    border-right-style: hidden; } }

@media (min-width: 992px) {
  .border-right-style-lg-hidden {
    border-right-style: hidden; } }

@media (min-width: 1200px) {
  .border-right-style-xl-hidden {
    border-right-style: hidden; } }

.border-bottom-style-hidden {
  border-bottom-style: hidden; }

@media (min-width: 576px) {
  .border-bottom-style-sm-hidden {
    border-bottom-style: hidden; } }

@media (min-width: 768px) {
  .border-bottom-style-md-hidden {
    border-bottom-style: hidden; } }

@media (min-width: 992px) {
  .border-bottom-style-lg-hidden {
    border-bottom-style: hidden; } }

@media (min-width: 1200px) {
  .border-bottom-style-xl-hidden {
    border-bottom-style: hidden; } }

.border-left-style-hidden {
  border-left-style: hidden; }

@media (min-width: 576px) {
  .border-left-style-sm-hidden {
    border-left-style: hidden; } }

@media (min-width: 768px) {
  .border-left-style-md-hidden {
    border-left-style: hidden; } }

@media (min-width: 992px) {
  .border-left-style-lg-hidden {
    border-left-style: hidden; } }

@media (min-width: 1200px) {
  .border-left-style-xl-hidden {
    border-left-style: hidden; } }

.border-style-dotted {
  border-style: dotted; }

@media (min-width: 576px) {
  .border-style-sm-dotted {
    border-style: dotted; } }

@media (min-width: 768px) {
  .border-style-lmdg-dotted {
    border-style: dotted; } }

@media (min-width: 992px) {
  .border-style-lg-dotted {
    border-style: dotted; } }

@media (min-width: 1200px) {
  .border-style-xl-dotted {
    border-style: dotted; } }

.border-top-style-dotted {
  border-top-style: dotted; }

@media (min-width: 576px) {
  .border-top-style-sm-dotted {
    border-top-style: dotted; } }

@media (min-width: 768px) {
  .border-top-style-md-dotted {
    border-top-style: dotted; } }

@media (min-width: 992px) {
  .border-top-style-lg-dotted {
    border-top-style: dotted; } }

@media (min-width: 1200px) {
  .border-top-style-xl-dotted {
    border-top-style: dotted; } }

.border-right-style-dotted {
  border-right-style: dotted; }

@media (min-width: 576px) {
  .border-right-style-sm-dotted {
    border-right-style: dotted; } }

@media (min-width: 768px) {
  .border-right-style-md-dotted {
    border-right-style: dotted; } }

@media (min-width: 992px) {
  .border-right-style-lg-dotted {
    border-right-style: dotted; } }

@media (min-width: 1200px) {
  .border-right-style-xl-dotted {
    border-right-style: dotted; } }

.border-bottom-style-dotted {
  border-bottom-style: dotted; }

@media (min-width: 576px) {
  .border-bottom-style-sm-dotted {
    border-bottom-style: dotted; } }

@media (min-width: 768px) {
  .border-bottom-style-md-dotted {
    border-bottom-style: dotted; } }

@media (min-width: 992px) {
  .border-bottom-style-lg-dotted {
    border-bottom-style: dotted; } }

@media (min-width: 1200px) {
  .border-bottom-style-xl-dotted {
    border-bottom-style: dotted; } }

.border-left-style-dotted {
  border-left-style: dotted; }

@media (min-width: 576px) {
  .border-left-style-sm-dotted {
    border-left-style: dotted; } }

@media (min-width: 768px) {
  .border-left-style-md-dotted {
    border-left-style: dotted; } }

@media (min-width: 992px) {
  .border-left-style-lg-dotted {
    border-left-style: dotted; } }

@media (min-width: 1200px) {
  .border-left-style-xl-dotted {
    border-left-style: dotted; } }

.border-style-dashed {
  border-style: dashed; }

@media (min-width: 576px) {
  .border-style-sm-dashed {
    border-style: dashed; } }

@media (min-width: 768px) {
  .border-style-lmdg-dashed {
    border-style: dashed; } }

@media (min-width: 992px) {
  .border-style-lg-dashed {
    border-style: dashed; } }

@media (min-width: 1200px) {
  .border-style-xl-dashed {
    border-style: dashed; } }

.border-top-style-dashed {
  border-top-style: dashed; }

@media (min-width: 576px) {
  .border-top-style-sm-dashed {
    border-top-style: dashed; } }

@media (min-width: 768px) {
  .border-top-style-md-dashed {
    border-top-style: dashed; } }

@media (min-width: 992px) {
  .border-top-style-lg-dashed {
    border-top-style: dashed; } }

@media (min-width: 1200px) {
  .border-top-style-xl-dashed {
    border-top-style: dashed; } }

.border-right-style-dashed {
  border-right-style: dashed; }

@media (min-width: 576px) {
  .border-right-style-sm-dashed {
    border-right-style: dashed; } }

@media (min-width: 768px) {
  .border-right-style-md-dashed {
    border-right-style: dashed; } }

@media (min-width: 992px) {
  .border-right-style-lg-dashed {
    border-right-style: dashed; } }

@media (min-width: 1200px) {
  .border-right-style-xl-dashed {
    border-right-style: dashed; } }

.border-bottom-style-dashed {
  border-bottom-style: dashed; }

@media (min-width: 576px) {
  .border-bottom-style-sm-dashed {
    border-bottom-style: dashed; } }

@media (min-width: 768px) {
  .border-bottom-style-md-dashed {
    border-bottom-style: dashed; } }

@media (min-width: 992px) {
  .border-bottom-style-lg-dashed {
    border-bottom-style: dashed; } }

@media (min-width: 1200px) {
  .border-bottom-style-xl-dashed {
    border-bottom-style: dashed; } }

.border-left-style-dashed {
  border-left-style: dashed; }

@media (min-width: 576px) {
  .border-left-style-sm-dashed {
    border-left-style: dashed; } }

@media (min-width: 768px) {
  .border-left-style-md-dashed {
    border-left-style: dashed; } }

@media (min-width: 992px) {
  .border-left-style-lg-dashed {
    border-left-style: dashed; } }

@media (min-width: 1200px) {
  .border-left-style-xl-dashed {
    border-left-style: dashed; } }

.border-style-solid {
  border-style: solid; }

@media (min-width: 576px) {
  .border-style-sm-solid {
    border-style: solid; } }

@media (min-width: 768px) {
  .border-style-lmdg-solid {
    border-style: solid; } }

@media (min-width: 992px) {
  .border-style-lg-solid {
    border-style: solid; } }

@media (min-width: 1200px) {
  .border-style-xl-solid {
    border-style: solid; } }

.border-top-style-solid {
  border-top-style: solid; }

@media (min-width: 576px) {
  .border-top-style-sm-solid {
    border-top-style: solid; } }

@media (min-width: 768px) {
  .border-top-style-md-solid {
    border-top-style: solid; } }

@media (min-width: 992px) {
  .border-top-style-lg-solid {
    border-top-style: solid; } }

@media (min-width: 1200px) {
  .border-top-style-xl-solid {
    border-top-style: solid; } }

.border-right-style-solid {
  border-right-style: solid; }

@media (min-width: 576px) {
  .border-right-style-sm-solid {
    border-right-style: solid; } }

@media (min-width: 768px) {
  .border-right-style-md-solid {
    border-right-style: solid; } }

@media (min-width: 992px) {
  .border-right-style-lg-solid {
    border-right-style: solid; } }

@media (min-width: 1200px) {
  .border-right-style-xl-solid {
    border-right-style: solid; } }

.border-bottom-style-solid {
  border-bottom-style: solid; }

@media (min-width: 576px) {
  .border-bottom-style-sm-solid {
    border-bottom-style: solid; } }

@media (min-width: 768px) {
  .border-bottom-style-md-solid {
    border-bottom-style: solid; } }

@media (min-width: 992px) {
  .border-bottom-style-lg-solid {
    border-bottom-style: solid; } }

@media (min-width: 1200px) {
  .border-bottom-style-xl-solid {
    border-bottom-style: solid; } }

.border-left-style-solid {
  border-left-style: solid; }

@media (min-width: 576px) {
  .border-left-style-sm-solid {
    border-left-style: solid; } }

@media (min-width: 768px) {
  .border-left-style-md-solid {
    border-left-style: solid; } }

@media (min-width: 992px) {
  .border-left-style-lg-solid {
    border-left-style: solid; } }

@media (min-width: 1200px) {
  .border-left-style-xl-solid {
    border-left-style: solid; } }

.border-style-double {
  border-style: double; }

@media (min-width: 576px) {
  .border-style-sm-double {
    border-style: double; } }

@media (min-width: 768px) {
  .border-style-lmdg-double {
    border-style: double; } }

@media (min-width: 992px) {
  .border-style-lg-double {
    border-style: double; } }

@media (min-width: 1200px) {
  .border-style-xl-double {
    border-style: double; } }

.border-top-style-double {
  border-top-style: double; }

@media (min-width: 576px) {
  .border-top-style-sm-double {
    border-top-style: double; } }

@media (min-width: 768px) {
  .border-top-style-md-double {
    border-top-style: double; } }

@media (min-width: 992px) {
  .border-top-style-lg-double {
    border-top-style: double; } }

@media (min-width: 1200px) {
  .border-top-style-xl-double {
    border-top-style: double; } }

.border-right-style-double {
  border-right-style: double; }

@media (min-width: 576px) {
  .border-right-style-sm-double {
    border-right-style: double; } }

@media (min-width: 768px) {
  .border-right-style-md-double {
    border-right-style: double; } }

@media (min-width: 992px) {
  .border-right-style-lg-double {
    border-right-style: double; } }

@media (min-width: 1200px) {
  .border-right-style-xl-double {
    border-right-style: double; } }

.border-bottom-style-double {
  border-bottom-style: double; }

@media (min-width: 576px) {
  .border-bottom-style-sm-double {
    border-bottom-style: double; } }

@media (min-width: 768px) {
  .border-bottom-style-md-double {
    border-bottom-style: double; } }

@media (min-width: 992px) {
  .border-bottom-style-lg-double {
    border-bottom-style: double; } }

@media (min-width: 1200px) {
  .border-bottom-style-xl-double {
    border-bottom-style: double; } }

.border-left-style-double {
  border-left-style: double; }

@media (min-width: 576px) {
  .border-left-style-sm-double {
    border-left-style: double; } }

@media (min-width: 768px) {
  .border-left-style-md-double {
    border-left-style: double; } }

@media (min-width: 992px) {
  .border-left-style-lg-double {
    border-left-style: double; } }

@media (min-width: 1200px) {
  .border-left-style-xl-double {
    border-left-style: double; } }

.border-style-groove {
  border-style: groove; }

@media (min-width: 576px) {
  .border-style-sm-groove {
    border-style: groove; } }

@media (min-width: 768px) {
  .border-style-lmdg-groove {
    border-style: groove; } }

@media (min-width: 992px) {
  .border-style-lg-groove {
    border-style: groove; } }

@media (min-width: 1200px) {
  .border-style-xl-groove {
    border-style: groove; } }

.border-top-style-groove {
  border-top-style: groove; }

@media (min-width: 576px) {
  .border-top-style-sm-groove {
    border-top-style: groove; } }

@media (min-width: 768px) {
  .border-top-style-md-groove {
    border-top-style: groove; } }

@media (min-width: 992px) {
  .border-top-style-lg-groove {
    border-top-style: groove; } }

@media (min-width: 1200px) {
  .border-top-style-xl-groove {
    border-top-style: groove; } }

.border-right-style-groove {
  border-right-style: groove; }

@media (min-width: 576px) {
  .border-right-style-sm-groove {
    border-right-style: groove; } }

@media (min-width: 768px) {
  .border-right-style-md-groove {
    border-right-style: groove; } }

@media (min-width: 992px) {
  .border-right-style-lg-groove {
    border-right-style: groove; } }

@media (min-width: 1200px) {
  .border-right-style-xl-groove {
    border-right-style: groove; } }

.border-bottom-style-groove {
  border-bottom-style: groove; }

@media (min-width: 576px) {
  .border-bottom-style-sm-groove {
    border-bottom-style: groove; } }

@media (min-width: 768px) {
  .border-bottom-style-md-groove {
    border-bottom-style: groove; } }

@media (min-width: 992px) {
  .border-bottom-style-lg-groove {
    border-bottom-style: groove; } }

@media (min-width: 1200px) {
  .border-bottom-style-xl-groove {
    border-bottom-style: groove; } }

.border-left-style-groove {
  border-left-style: groove; }

@media (min-width: 576px) {
  .border-left-style-sm-groove {
    border-left-style: groove; } }

@media (min-width: 768px) {
  .border-left-style-md-groove {
    border-left-style: groove; } }

@media (min-width: 992px) {
  .border-left-style-lg-groove {
    border-left-style: groove; } }

@media (min-width: 1200px) {
  .border-left-style-xl-groove {
    border-left-style: groove; } }

.border-style-ridge {
  border-style: ridge; }

@media (min-width: 576px) {
  .border-style-sm-ridge {
    border-style: ridge; } }

@media (min-width: 768px) {
  .border-style-lmdg-ridge {
    border-style: ridge; } }

@media (min-width: 992px) {
  .border-style-lg-ridge {
    border-style: ridge; } }

@media (min-width: 1200px) {
  .border-style-xl-ridge {
    border-style: ridge; } }

.border-top-style-ridge {
  border-top-style: ridge; }

@media (min-width: 576px) {
  .border-top-style-sm-ridge {
    border-top-style: ridge; } }

@media (min-width: 768px) {
  .border-top-style-md-ridge {
    border-top-style: ridge; } }

@media (min-width: 992px) {
  .border-top-style-lg-ridge {
    border-top-style: ridge; } }

@media (min-width: 1200px) {
  .border-top-style-xl-ridge {
    border-top-style: ridge; } }

.border-right-style-ridge {
  border-right-style: ridge; }

@media (min-width: 576px) {
  .border-right-style-sm-ridge {
    border-right-style: ridge; } }

@media (min-width: 768px) {
  .border-right-style-md-ridge {
    border-right-style: ridge; } }

@media (min-width: 992px) {
  .border-right-style-lg-ridge {
    border-right-style: ridge; } }

@media (min-width: 1200px) {
  .border-right-style-xl-ridge {
    border-right-style: ridge; } }

.border-bottom-style-ridge {
  border-bottom-style: ridge; }

@media (min-width: 576px) {
  .border-bottom-style-sm-ridge {
    border-bottom-style: ridge; } }

@media (min-width: 768px) {
  .border-bottom-style-md-ridge {
    border-bottom-style: ridge; } }

@media (min-width: 992px) {
  .border-bottom-style-lg-ridge {
    border-bottom-style: ridge; } }

@media (min-width: 1200px) {
  .border-bottom-style-xl-ridge {
    border-bottom-style: ridge; } }

.border-left-style-ridge {
  border-left-style: ridge; }

@media (min-width: 576px) {
  .border-left-style-sm-ridge {
    border-left-style: ridge; } }

@media (min-width: 768px) {
  .border-left-style-md-ridge {
    border-left-style: ridge; } }

@media (min-width: 992px) {
  .border-left-style-lg-ridge {
    border-left-style: ridge; } }

@media (min-width: 1200px) {
  .border-left-style-xl-ridge {
    border-left-style: ridge; } }

.border-style-inset {
  border-style: inset; }

@media (min-width: 576px) {
  .border-style-sm-inset {
    border-style: inset; } }

@media (min-width: 768px) {
  .border-style-lmdg-inset {
    border-style: inset; } }

@media (min-width: 992px) {
  .border-style-lg-inset {
    border-style: inset; } }

@media (min-width: 1200px) {
  .border-style-xl-inset {
    border-style: inset; } }

.border-top-style-inset {
  border-top-style: inset; }

@media (min-width: 576px) {
  .border-top-style-sm-inset {
    border-top-style: inset; } }

@media (min-width: 768px) {
  .border-top-style-md-inset {
    border-top-style: inset; } }

@media (min-width: 992px) {
  .border-top-style-lg-inset {
    border-top-style: inset; } }

@media (min-width: 1200px) {
  .border-top-style-xl-inset {
    border-top-style: inset; } }

.border-right-style-inset {
  border-right-style: inset; }

@media (min-width: 576px) {
  .border-right-style-sm-inset {
    border-right-style: inset; } }

@media (min-width: 768px) {
  .border-right-style-md-inset {
    border-right-style: inset; } }

@media (min-width: 992px) {
  .border-right-style-lg-inset {
    border-right-style: inset; } }

@media (min-width: 1200px) {
  .border-right-style-xl-inset {
    border-right-style: inset; } }

.border-bottom-style-inset {
  border-bottom-style: inset; }

@media (min-width: 576px) {
  .border-bottom-style-sm-inset {
    border-bottom-style: inset; } }

@media (min-width: 768px) {
  .border-bottom-style-md-inset {
    border-bottom-style: inset; } }

@media (min-width: 992px) {
  .border-bottom-style-lg-inset {
    border-bottom-style: inset; } }

@media (min-width: 1200px) {
  .border-bottom-style-xl-inset {
    border-bottom-style: inset; } }

.border-left-style-inset {
  border-left-style: inset; }

@media (min-width: 576px) {
  .border-left-style-sm-inset {
    border-left-style: inset; } }

@media (min-width: 768px) {
  .border-left-style-md-inset {
    border-left-style: inset; } }

@media (min-width: 992px) {
  .border-left-style-lg-inset {
    border-left-style: inset; } }

@media (min-width: 1200px) {
  .border-left-style-xl-inset {
    border-left-style: inset; } }

.border-style-outset {
  border-style: outset; }

@media (min-width: 576px) {
  .border-style-sm-outset {
    border-style: outset; } }

@media (min-width: 768px) {
  .border-style-lmdg-outset {
    border-style: outset; } }

@media (min-width: 992px) {
  .border-style-lg-outset {
    border-style: outset; } }

@media (min-width: 1200px) {
  .border-style-xl-outset {
    border-style: outset; } }

.border-top-style-outset {
  border-top-style: outset; }

@media (min-width: 576px) {
  .border-top-style-sm-outset {
    border-top-style: outset; } }

@media (min-width: 768px) {
  .border-top-style-md-outset {
    border-top-style: outset; } }

@media (min-width: 992px) {
  .border-top-style-lg-outset {
    border-top-style: outset; } }

@media (min-width: 1200px) {
  .border-top-style-xl-outset {
    border-top-style: outset; } }

.border-right-style-outset {
  border-right-style: outset; }

@media (min-width: 576px) {
  .border-right-style-sm-outset {
    border-right-style: outset; } }

@media (min-width: 768px) {
  .border-right-style-md-outset {
    border-right-style: outset; } }

@media (min-width: 992px) {
  .border-right-style-lg-outset {
    border-right-style: outset; } }

@media (min-width: 1200px) {
  .border-right-style-xl-outset {
    border-right-style: outset; } }

.border-bottom-style-outset {
  border-bottom-style: outset; }

@media (min-width: 576px) {
  .border-bottom-style-sm-outset {
    border-bottom-style: outset; } }

@media (min-width: 768px) {
  .border-bottom-style-md-outset {
    border-bottom-style: outset; } }

@media (min-width: 992px) {
  .border-bottom-style-lg-outset {
    border-bottom-style: outset; } }

@media (min-width: 1200px) {
  .border-bottom-style-xl-outset {
    border-bottom-style: outset; } }

.border-left-style-outset {
  border-left-style: outset; }

@media (min-width: 576px) {
  .border-left-style-sm-outset {
    border-left-style: outset; } }

@media (min-width: 768px) {
  .border-left-style-md-outset {
    border-left-style: outset; } }

@media (min-width: 992px) {
  .border-left-style-lg-outset {
    border-left-style: outset; } }

@media (min-width: 1200px) {
  .border-left-style-xl-outset {
    border-left-style: outset; } }

.border-style-initial {
  border-style: initial; }

@media (min-width: 576px) {
  .border-style-sm-initial {
    border-style: initial; } }

@media (min-width: 768px) {
  .border-style-lmdg-initial {
    border-style: initial; } }

@media (min-width: 992px) {
  .border-style-lg-initial {
    border-style: initial; } }

@media (min-width: 1200px) {
  .border-style-xl-initial {
    border-style: initial; } }

.border-top-style-initial {
  border-top-style: initial; }

@media (min-width: 576px) {
  .border-top-style-sm-initial {
    border-top-style: initial; } }

@media (min-width: 768px) {
  .border-top-style-md-initial {
    border-top-style: initial; } }

@media (min-width: 992px) {
  .border-top-style-lg-initial {
    border-top-style: initial; } }

@media (min-width: 1200px) {
  .border-top-style-xl-initial {
    border-top-style: initial; } }

.border-right-style-initial {
  border-right-style: initial; }

@media (min-width: 576px) {
  .border-right-style-sm-initial {
    border-right-style: initial; } }

@media (min-width: 768px) {
  .border-right-style-md-initial {
    border-right-style: initial; } }

@media (min-width: 992px) {
  .border-right-style-lg-initial {
    border-right-style: initial; } }

@media (min-width: 1200px) {
  .border-right-style-xl-initial {
    border-right-style: initial; } }

.border-bottom-style-initial {
  border-bottom-style: initial; }

@media (min-width: 576px) {
  .border-bottom-style-sm-initial {
    border-bottom-style: initial; } }

@media (min-width: 768px) {
  .border-bottom-style-md-initial {
    border-bottom-style: initial; } }

@media (min-width: 992px) {
  .border-bottom-style-lg-initial {
    border-bottom-style: initial; } }

@media (min-width: 1200px) {
  .border-bottom-style-xl-initial {
    border-bottom-style: initial; } }

.border-left-style-initial {
  border-left-style: initial; }

@media (min-width: 576px) {
  .border-left-style-sm-initial {
    border-left-style: initial; } }

@media (min-width: 768px) {
  .border-left-style-md-initial {
    border-left-style: initial; } }

@media (min-width: 992px) {
  .border-left-style-lg-initial {
    border-left-style: initial; } }

@media (min-width: 1200px) {
  .border-left-style-xl-initial {
    border-left-style: initial; } }

.border-style-inherit {
  border-style: inherit; }

@media (min-width: 576px) {
  .border-style-sm-inherit {
    border-style: inherit; } }

@media (min-width: 768px) {
  .border-style-lmdg-inherit {
    border-style: inherit; } }

@media (min-width: 992px) {
  .border-style-lg-inherit {
    border-style: inherit; } }

@media (min-width: 1200px) {
  .border-style-xl-inherit {
    border-style: inherit; } }

.border-top-style-inherit {
  border-top-style: inherit; }

@media (min-width: 576px) {
  .border-top-style-sm-inherit {
    border-top-style: inherit; } }

@media (min-width: 768px) {
  .border-top-style-md-inherit {
    border-top-style: inherit; } }

@media (min-width: 992px) {
  .border-top-style-lg-inherit {
    border-top-style: inherit; } }

@media (min-width: 1200px) {
  .border-top-style-xl-inherit {
    border-top-style: inherit; } }

.border-right-style-inherit {
  border-right-style: inherit; }

@media (min-width: 576px) {
  .border-right-style-sm-inherit {
    border-right-style: inherit; } }

@media (min-width: 768px) {
  .border-right-style-md-inherit {
    border-right-style: inherit; } }

@media (min-width: 992px) {
  .border-right-style-lg-inherit {
    border-right-style: inherit; } }

@media (min-width: 1200px) {
  .border-right-style-xl-inherit {
    border-right-style: inherit; } }

.border-bottom-style-inherit {
  border-bottom-style: inherit; }

@media (min-width: 576px) {
  .border-bottom-style-sm-inherit {
    border-bottom-style: inherit; } }

@media (min-width: 768px) {
  .border-bottom-style-md-inherit {
    border-bottom-style: inherit; } }

@media (min-width: 992px) {
  .border-bottom-style-lg-inherit {
    border-bottom-style: inherit; } }

@media (min-width: 1200px) {
  .border-bottom-style-xl-inherit {
    border-bottom-style: inherit; } }

.border-left-style-inherit {
  border-left-style: inherit; }

@media (min-width: 576px) {
  .border-left-style-sm-inherit {
    border-left-style: inherit; } }

@media (min-width: 768px) {
  .border-left-style-md-inherit {
    border-left-style: inherit; } }

@media (min-width: 992px) {
  .border-left-style-lg-inherit {
    border-left-style: inherit; } }

@media (min-width: 1200px) {
  .border-left-style-xl-inherit {
    border-left-style: inherit; } }

.width-100 {
  width: 100%; }

@media (min-width: 576px) {
  .width-sm-100 {
    width: 100%; } }

@media (min-width: 768px) {
  .width-md-100 {
    width: 100%; } }

@media (min-width: 992px) {
  .width-lg-100 {
    width: 100%; } }

@media (min-width: 1200px) {
  .width-xl-100 {
    width: 100%; } }

.width-75 {
  width: 75%; }

@media (min-width: 576px) {
  .width-sm-75 {
    width: 75%; } }

@media (min-width: 768px) {
  .width-md-75 {
    width: 75%; } }

@media (min-width: 992px) {
  .width-lg-75 {
    width: 75%; } }

@media (min-width: 1200px) {
  .width-xl-75 {
    width: 75%; } }

.width-50 {
  width: 50%; }

@media (min-width: 576px) {
  .width-sm-50 {
    width: 50%; } }

@media (min-width: 768px) {
  .width-md-50 {
    width: 50%; } }

@media (min-width: 992px) {
  .width-lg-50 {
    width: 50%; } }

@media (min-width: 1200px) {
  .width-xl-50 {
    width: 50%; } }

.width-25 {
  width: 25%; }

@media (min-width: 576px) {
  .width-sm-25 {
    width: 25%; } }

@media (min-width: 768px) {
  .width-md-25 {
    width: 25%; } }

@media (min-width: 992px) {
  .width-lg-25 {
    width: 25%; } }

@media (min-width: 1200px) {
  .width-xl-25 {
    width: 25%; } }
