/*!
Theme Name: CRPA
Description: California Rifle Site tagline Pistol Association
Author: Twelve12
Author URI: https://www.twelve12.com
Version: 4.0.4
*/
/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  Variables  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

				* -------  Add Fonts  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Khand:700|Roboto:400,400i,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Khand:700&display=swap");
@import url("https://use.fontawesome.com/releases/v5.8.2/css/all.css");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * 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 {
  -moz-box-sizing: content-box;
       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 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          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;
}

/* 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 {
  -moz-box-sizing: border-box;
       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"] {
  -moz-box-sizing: border-box;
       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;
}

/*! Flexible Grid System 5.6.0 | Settings | Scss | MIT License | dnomak.com/flexiblegs */
/*! Flexible Grid System 5.6.0 | Scss | MIT License | dnomak.com/flexiblegs */
/*! Flexible Grid System 5.6.0 | Scss Plus | MIT License | dnomak.com/flexiblegs */
.wrap {
  display: block;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
  text-align: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap > * {
  display: inline-block;
  vertical-align: top;
}

.col {
  min-height: 1px;
  font-size: 1rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.xl-auto > * {
  width: auto;
}

.xl-1 > * {
  width: 100%;
}

.xl-2 > * {
  width: 50%;
}

.xl-3 > * {
  width: 33.33333%;
}

.xl-4 > * {
  width: 25%;
}

.xl-5 > * {
  width: 20%;
}

.xl-6 > * {
  width: 16.66667%;
}

.xl-7 > * {
  width: 14.28571%;
}

.xl-8 > * {
  width: 12.5%;
}

.xl-9 > * {
  width: 11.11111%;
}

.xl-10 > * {
  width: 10%;
}

.xl-11 > * {
  width: 9.09091%;
}

.xl-12 > * {
  width: 8.33333%;
}

.xl-16 > * {
  width: 6.25%;
}

.xl-table {
  display: table;
  table-layout: fixed;
  -moz-box-orient: initial;
  -moz-box-direction: initial;
       flex-direction: initial;
  flex-wrap: initial;
  -ms-justify-content: initial;
  -moz-box-pack: initial;
       justify-content: initial;
  -ms-align-content: initial;
  align-content: initial;
  -ms-align-items: initial;
  -moz-box-align: initial;
       align-items: initial;
  -moz-column-count: auto;
  column-count: auto;
}

.xl-table > * {
  display: table-cell;
}

.xl-flexbox {
  display: -moz-box;
  display: flex;
  table-layout: auto;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  flex-wrap: wrap;
  -ms-justify-content: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
  -ms-align-content: center;
  align-content: center;
  -ms-align-items: center;
  -moz-box-align: center;
       align-items: center;
  -moz-column-count: auto;
  column-count: auto;
}

.xl-flexbox > * {
  display: inline-block;
}

.xl-normal {
  display: block;
  table-layout: auto;
  -moz-box-orient: initial;
  -moz-box-direction: initial;
       flex-direction: initial;
  flex-wrap: initial;
  -ms-justify-content: initial;
  -moz-box-pack: initial;
       justify-content: initial;
  -ms-align-content: initial;
  align-content: initial;
  -ms-align-items: initial;
  -moz-box-align: initial;
       align-items: initial;
  -moz-column-count: auto;
  column-count: auto;
}

.xl-normal > * {
  display: inline-block;
}

.xl-left {
  -ms-justify-content: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
  text-align: left;
}

.xl-center {
  -ms-justify-content: center;
  -moz-box-pack: center;
       justify-content: center;
  text-align: center;
}

.xl-right {
  -ms-justify-content: flex-end;
  -moz-box-pack: end;
       justify-content: flex-end;
  text-align: right;
}

.xl-top {
  -ms-align-items: flex-start;
  -moz-box-align: start;
       align-items: flex-start;
}

.xl-top > * {
  vertical-align: top;
}

.xl-middle {
  -ms-align-items: center;
  -moz-box-align: center;
       align-items: center;
}

.xl-middle > * {
  vertical-align: middle;
}

.xl-bottom {
  -ms-align-items: flex-end;
  -moz-box-align: end;
       align-items: flex-end;
}

.xl-bottom > * {
  vertical-align: bottom;
}

.xl-stretch {
  -ms-align-content: stretch;
  align-content: stretch;
  -ms-align-items: stretch;
  -moz-box-align: stretch;
       align-items: stretch;
}

.xl-between {
  -ms-justify-content: space-between;
  -moz-box-pack: justify;
       justify-content: space-between;
  -ms-align-content: space-between;
  align-content: space-between;
}

.xl-around {
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-align-content: space-around;
  align-content: space-around;
}

.xl-baseline {
  -ms-align-items: baseline;
  -moz-box-align: baseline;
       align-items: baseline;
}

.xl-reverse {
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

.xl-not-reverse {
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  flex-wrap: wrap;
}

.xl-1-1 {
  width: 100%;
}

.xl-1-2 {
  width: 50%;
}

.xl-1-3 {
  width: 33.33333%;
}

.xl-2-3 {
  width: 66.66667%;
}

.xl-1-4 {
  width: 25%;
}

.xl-2-4 {
  width: 50%;
}

.xl-3-4 {
  width: 75%;
}

.xl-1-5 {
  width: 20%;
}

.xl-2-5 {
  width: 40%;
}

.xl-3-5 {
  width: 60%;
}

.xl-4-5 {
  width: 80%;
}

.xl-1-6 {
  width: 16.66667%;
}

.xl-2-6 {
  width: 33.33333%;
}

.xl-3-6 {
  width: 50%;
}

.xl-4-6 {
  width: 66.66667%;
}

.xl-5-6 {
  width: 83.33333%;
}

.xl-1-7 {
  width: 14.28571%;
}

.xl-2-7 {
  width: 28.57143%;
}

.xl-3-7 {
  width: 42.85714%;
}

.xl-4-7 {
  width: 57.14286%;
}

.xl-5-7 {
  width: 71.42857%;
}

.xl-6-7 {
  width: 85.71429%;
}

.xl-1-8 {
  width: 12.5%;
}

.xl-2-8 {
  width: 25%;
}

.xl-3-8 {
  width: 37.5%;
}

.xl-4-8 {
  width: 50%;
}

.xl-5-8 {
  width: 62.5%;
}

.xl-6-8 {
  width: 75%;
}

.xl-7-8 {
  width: 87.5%;
}

.xl-1-9 {
  width: 11.11111%;
}

.xl-2-9 {
  width: 22.22222%;
}

.xl-3-9 {
  width: 33.33333%;
}

.xl-4-9 {
  width: 44.44444%;
}

.xl-5-9 {
  width: 55.55556%;
}

.xl-6-9 {
  width: 66.66667%;
}

.xl-7-9 {
  width: 77.77778%;
}

.xl-8-9 {
  width: 88.88889%;
}

.xl-1-10 {
  width: 10%;
}

.xl-2-10 {
  width: 20%;
}

.xl-3-10 {
  width: 30%;
}

.xl-4-10 {
  width: 40%;
}

.xl-5-10 {
  width: 50%;
}

.xl-6-10 {
  width: 60%;
}

.xl-7-10 {
  width: 70%;
}

.xl-8-10 {
  width: 80%;
}

.xl-9-10 {
  width: 90%;
}

.xl-1-11 {
  width: 9.09091%;
}

.xl-2-11 {
  width: 18.18182%;
}

.xl-3-11 {
  width: 27.27273%;
}

.xl-4-11 {
  width: 36.36364%;
}

.xl-5-11 {
  width: 45.45455%;
}

.xl-6-11 {
  width: 54.54545%;
}

.xl-7-11 {
  width: 63.63636%;
}

.xl-8-11 {
  width: 72.72727%;
}

.xl-9-11 {
  width: 81.81818%;
}

.xl-10-11 {
  width: 90.90909%;
}

.xl-1-12 {
  width: 8.33333%;
}

.xl-2-12 {
  width: 16.66667%;
}

.xl-3-12 {
  width: 25%;
}

.xl-4-12 {
  width: 33.33333%;
}

.xl-5-12 {
  width: 41.66667%;
}

.xl-6-12 {
  width: 50%;
}

.xl-7-12 {
  width: 58.33333%;
}

.xl-8-12 {
  width: 66.66667%;
}

.xl-9-12 {
  width: 75%;
}

.xl-10-12 {
  width: 83.33333%;
}

.xl-11-12 {
  width: 91.66667%;
}

.xl-1-16 {
  width: 6.25%;
}

.xl-2-16 {
  width: 12.5%;
}

.xl-3-16 {
  width: 18.75%;
}

.xl-4-16 {
  width: 25%;
}

.xl-5-16 {
  width: 31.25%;
}

.xl-6-16 {
  width: 37.5%;
}

.xl-7-16 {
  width: 43.75%;
}

.xl-8-16 {
  width: 50%;
}

.xl-9-16 {
  width: 56.25%;
}

.xl-10-16 {
  width: 62.5%;
}

.xl-11-16 {
  width: 68.75%;
}

.xl-12-16 {
  width: 75%;
}

.xl-13-16 {
  width: 81.25%;
}

.xl-14-16 {
  width: 87.5%;
}

.xl-15-16 {
  width: 93.75%;
}

.xl-hidden {
  display: none;
}

.xl-not-hidden {
  display: inline-block;
}

.xl-first {
  -moz-box-ordinal-group: 0;
       order: -1;
}

.xl-not-first {
  -moz-box-ordinal-group: 1;
       order: 0;
}

.xl-last {
  -moz-box-ordinal-group: 2;
       order: 1;
}

.xl-not-last {
  -moz-box-ordinal-group: 1;
       order: 0;
}

.xl-gutter-0 {
  width: -moz-calc(100% + 0px);
  width: calc(100% + 0px);
  margin-left: -0px;
  margin-right: -0px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-0 > * {
  padding-left: 0px;
  padding-right: 0px;
}

.xl-gutter-8 {
  width: -moz-calc(100% + 8px);
  width: calc(100% + 8px);
  margin-left: -4px;
  margin-right: -4px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-8 > * {
  padding-left: 4px;
  padding-right: 4px;
}

.xl-gutter-10 {
  width: -moz-calc(100% + 10px);
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-10 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.xl-gutter-15 {
  width: -moz-calc(100% + 15px);
  width: calc(100% + 15px);
  margin-left: -7.5px;
  margin-right: -7.5px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-15 > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.xl-gutter-16 {
  width: -moz-calc(100% + 16px);
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-right: -8px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-16 > * {
  padding-left: 8px;
  padding-right: 8px;
}

.xl-gutter-20 {
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-20 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.xl-gutter-24 {
  width: -moz-calc(100% + 24px);
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-24 > * {
  padding-left: 12px;
  padding-right: 12px;
}

.xl-gutter-30 {
  width: -moz-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-30 > * {
  padding-left: 15px;
  padding-right: 15px;
}

.xl-gutter-40 {
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-40 > * {
  padding-left: 20px;
  padding-right: 20px;
}

.xl-gutter-50 {
  width: -moz-calc(100% + 50px);
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-50 > * {
  padding-left: 25px;
  padding-right: 25px;
}

.xl-gutter-60 {
  width: -moz-calc(100% + 60px);
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-60 > * {
  padding-left: 30px;
  padding-right: 30px;
}

.xl-gutter-80 {
  width: -moz-calc(100% + 80px);
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 0;
  padding-right: 0;
}

.xl-gutter-80 > * {
  padding-left: 40px;
  padding-right: 40px;
}

.xl-outside-0 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0px;
  padding-right: 0px;
}

.xl-outside-8 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.xl-outside-16 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.xl-outside-24 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.xl-outside-40 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1199px) {
  .lg-auto > * {
    width: auto;
  }
  .lg-1 > * {
    width: 100%;
  }
  .lg-2 > * {
    width: 50%;
  }
  .lg-3 > * {
    width: 33.33333%;
  }
  .lg-4 > * {
    width: 25%;
  }
  .lg-5 > * {
    width: 20%;
  }
  .lg-6 > * {
    width: 16.66667%;
  }
  .lg-7 > * {
    width: 14.28571%;
  }
  .lg-8 > * {
    width: 12.5%;
  }
  .lg-9 > * {
    width: 11.11111%;
  }
  .lg-10 > * {
    width: 10%;
  }
  .lg-11 > * {
    width: 9.09091%;
  }
  .lg-12 > * {
    width: 8.33333%;
  }
  .lg-16 > * {
    width: 6.25%;
  }
  .lg-table {
    display: table;
    table-layout: fixed;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .lg-table > * {
    display: table-cell;
  }
  .lg-flexbox {
    display: -moz-box;
    display: flex;
    table-layout: auto;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    -ms-align-content: center;
    align-content: center;
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
    -moz-column-count: auto;
    column-count: auto;
  }
  .lg-flexbox > * {
    display: inline-block;
  }
  .lg-normal {
    display: block;
    table-layout: auto;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .lg-normal > * {
    display: inline-block;
  }
  .lg-left {
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    text-align: left;
  }
  .lg-center {
    -ms-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    text-align: center;
  }
  .lg-right {
    -ms-justify-content: flex-end;
    -moz-box-pack: end;
         justify-content: flex-end;
    text-align: right;
  }
  .lg-top {
    -ms-align-items: flex-start;
    -moz-box-align: start;
         align-items: flex-start;
  }
  .lg-top > * {
    vertical-align: top;
  }
  .lg-middle {
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
  }
  .lg-middle > * {
    vertical-align: middle;
  }
  .lg-bottom {
    -ms-align-items: flex-end;
    -moz-box-align: end;
         align-items: flex-end;
  }
  .lg-bottom > * {
    vertical-align: bottom;
  }
  .lg-stretch {
    -ms-align-content: stretch;
    align-content: stretch;
    -ms-align-items: stretch;
    -moz-box-align: stretch;
         align-items: stretch;
  }
  .lg-between {
    -ms-justify-content: space-between;
    -moz-box-pack: justify;
         justify-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between;
  }
  .lg-around {
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-align-content: space-around;
    align-content: space-around;
  }
  .lg-baseline {
    -ms-align-items: baseline;
    -moz-box-align: baseline;
         align-items: baseline;
  }
  .lg-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
         flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
  .lg-not-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
  }
  .lg-1-1 {
    width: 100%;
  }
  .lg-1-2 {
    width: 50%;
  }
  .lg-1-3 {
    width: 33.33333%;
  }
  .lg-2-3 {
    width: 66.66667%;
  }
  .lg-1-4 {
    width: 25%;
  }
  .lg-2-4 {
    width: 50%;
  }
  .lg-3-4 {
    width: 75%;
  }
  .lg-1-5 {
    width: 20%;
  }
  .lg-2-5 {
    width: 40%;
  }
  .lg-3-5 {
    width: 60%;
  }
  .lg-4-5 {
    width: 80%;
  }
  .lg-1-6 {
    width: 16.66667%;
  }
  .lg-2-6 {
    width: 33.33333%;
  }
  .lg-3-6 {
    width: 50%;
  }
  .lg-4-6 {
    width: 66.66667%;
  }
  .lg-5-6 {
    width: 83.33333%;
  }
  .lg-1-7 {
    width: 14.28571%;
  }
  .lg-2-7 {
    width: 28.57143%;
  }
  .lg-3-7 {
    width: 42.85714%;
  }
  .lg-4-7 {
    width: 57.14286%;
  }
  .lg-5-7 {
    width: 71.42857%;
  }
  .lg-6-7 {
    width: 85.71429%;
  }
  .lg-1-8 {
    width: 12.5%;
  }
  .lg-2-8 {
    width: 25%;
  }
  .lg-3-8 {
    width: 37.5%;
  }
  .lg-4-8 {
    width: 50%;
  }
  .lg-5-8 {
    width: 62.5%;
  }
  .lg-6-8 {
    width: 75%;
  }
  .lg-7-8 {
    width: 87.5%;
  }
  .lg-1-9 {
    width: 11.11111%;
  }
  .lg-2-9 {
    width: 22.22222%;
  }
  .lg-3-9 {
    width: 33.33333%;
  }
  .lg-4-9 {
    width: 44.44444%;
  }
  .lg-5-9 {
    width: 55.55556%;
  }
  .lg-6-9 {
    width: 66.66667%;
  }
  .lg-7-9 {
    width: 77.77778%;
  }
  .lg-8-9 {
    width: 88.88889%;
  }
  .lg-1-10 {
    width: 10%;
  }
  .lg-2-10 {
    width: 20%;
  }
  .lg-3-10 {
    width: 30%;
  }
  .lg-4-10 {
    width: 40%;
  }
  .lg-5-10 {
    width: 50%;
  }
  .lg-6-10 {
    width: 60%;
  }
  .lg-7-10 {
    width: 70%;
  }
  .lg-8-10 {
    width: 80%;
  }
  .lg-9-10 {
    width: 90%;
  }
  .lg-1-11 {
    width: 9.09091%;
  }
  .lg-2-11 {
    width: 18.18182%;
  }
  .lg-3-11 {
    width: 27.27273%;
  }
  .lg-4-11 {
    width: 36.36364%;
  }
  .lg-5-11 {
    width: 45.45455%;
  }
  .lg-6-11 {
    width: 54.54545%;
  }
  .lg-7-11 {
    width: 63.63636%;
  }
  .lg-8-11 {
    width: 72.72727%;
  }
  .lg-9-11 {
    width: 81.81818%;
  }
  .lg-10-11 {
    width: 90.90909%;
  }
  .lg-1-12 {
    width: 8.33333%;
  }
  .lg-2-12 {
    width: 16.66667%;
  }
  .lg-3-12 {
    width: 25%;
  }
  .lg-4-12 {
    width: 33.33333%;
  }
  .lg-5-12 {
    width: 41.66667%;
  }
  .lg-6-12 {
    width: 50%;
  }
  .lg-7-12 {
    width: 58.33333%;
  }
  .lg-8-12 {
    width: 66.66667%;
  }
  .lg-9-12 {
    width: 75%;
  }
  .lg-10-12 {
    width: 83.33333%;
  }
  .lg-11-12 {
    width: 91.66667%;
  }
  .lg-1-16 {
    width: 6.25%;
  }
  .lg-2-16 {
    width: 12.5%;
  }
  .lg-3-16 {
    width: 18.75%;
  }
  .lg-4-16 {
    width: 25%;
  }
  .lg-5-16 {
    width: 31.25%;
  }
  .lg-6-16 {
    width: 37.5%;
  }
  .lg-7-16 {
    width: 43.75%;
  }
  .lg-8-16 {
    width: 50%;
  }
  .lg-9-16 {
    width: 56.25%;
  }
  .lg-10-16 {
    width: 62.5%;
  }
  .lg-11-16 {
    width: 68.75%;
  }
  .lg-12-16 {
    width: 75%;
  }
  .lg-13-16 {
    width: 81.25%;
  }
  .lg-14-16 {
    width: 87.5%;
  }
  .lg-15-16 {
    width: 93.75%;
  }
  .lg-hidden {
    display: none;
  }
  .lg-not-hidden {
    display: inline-block;
  }
  .lg-first {
    -moz-box-ordinal-group: 0;
         order: -1;
  }
  .lg-not-first {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .lg-last {
    -moz-box-ordinal-group: 2;
         order: 1;
  }
  .lg-not-last {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .lg-gutter-0 {
    width: -moz-calc(100% + 0px);
    width: calc(100% + 0px);
    margin-left: -0px;
    margin-right: -0px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-0 > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg-gutter-8 {
    width: -moz-calc(100% + 8px);
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-8 > * {
    padding-left: 4px;
    padding-right: 4px;
  }
  .lg-gutter-10 {
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-10 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lg-gutter-15 {
    width: -moz-calc(100% + 15px);
    width: calc(100% + 15px);
    margin-left: -7.5px;
    margin-right: -7.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .lg-gutter-16 {
    width: -moz-calc(100% + 16px);
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-16 > * {
    padding-left: 8px;
    padding-right: 8px;
  }
  .lg-gutter-20 {
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-20 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lg-gutter-24 {
    width: -moz-calc(100% + 24px);
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-24 > * {
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg-gutter-30 {
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lg-gutter-40 {
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lg-gutter-50 {
    width: -moz-calc(100% + 50px);
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-50 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .lg-gutter-60 {
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-60 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lg-gutter-80 {
    width: -moz-calc(100% + 80px);
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 0;
    padding-right: 0;
  }
  .lg-gutter-80 > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg-outside-0 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg-outside-8 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
  }
  .lg-outside-16 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .lg-outside-24 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg-outside-40 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .md-auto > * {
    width: auto;
  }
  .md-1 > * {
    width: 100%;
  }
  .md-2 > * {
    width: 50%;
  }
  .md-3 > * {
    width: 33.33333%;
  }
  .md-4 > * {
    width: 25%;
  }
  .md-5 > * {
    width: 20%;
  }
  .md-6 > * {
    width: 16.66667%;
  }
  .md-7 > * {
    width: 14.28571%;
  }
  .md-8 > * {
    width: 12.5%;
  }
  .md-9 > * {
    width: 11.11111%;
  }
  .md-10 > * {
    width: 10%;
  }
  .md-11 > * {
    width: 9.09091%;
  }
  .md-12 > * {
    width: 8.33333%;
  }
  .md-16 > * {
    width: 6.25%;
  }
  .md-table {
    display: table;
    table-layout: fixed;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .md-table > * {
    display: table-cell;
  }
  .md-flexbox {
    display: -moz-box;
    display: flex;
    table-layout: auto;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    -ms-align-content: center;
    align-content: center;
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
    -moz-column-count: auto;
    column-count: auto;
  }
  .md-flexbox > * {
    display: inline-block;
  }
  .md-normal {
    display: block;
    table-layout: auto;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .md-normal > * {
    display: inline-block;
  }
  .md-left {
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    text-align: left;
  }
  .md-center {
    -ms-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    text-align: center;
  }
  .md-right {
    -ms-justify-content: flex-end;
    -moz-box-pack: end;
         justify-content: flex-end;
    text-align: right;
  }
  .md-top {
    -ms-align-items: flex-start;
    -moz-box-align: start;
         align-items: flex-start;
  }
  .md-top > * {
    vertical-align: top;
  }
  .md-middle {
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
  }
  .md-middle > * {
    vertical-align: middle;
  }
  .md-bottom {
    -ms-align-items: flex-end;
    -moz-box-align: end;
         align-items: flex-end;
  }
  .md-bottom > * {
    vertical-align: bottom;
  }
  .md-stretch {
    -ms-align-content: stretch;
    align-content: stretch;
    -ms-align-items: stretch;
    -moz-box-align: stretch;
         align-items: stretch;
  }
  .md-between {
    -ms-justify-content: space-between;
    -moz-box-pack: justify;
         justify-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between;
  }
  .md-around {
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-align-content: space-around;
    align-content: space-around;
  }
  .md-baseline {
    -ms-align-items: baseline;
    -moz-box-align: baseline;
         align-items: baseline;
  }
  .md-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
         flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
  .md-not-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
  }
  .md-1-1 {
    width: 100%;
  }
  .md-1-2 {
    width: 50%;
  }
  .md-1-3 {
    width: 33.33333%;
  }
  .md-2-3 {
    width: 66.66667%;
  }
  .md-1-4 {
    width: 25%;
  }
  .md-2-4 {
    width: 50%;
  }
  .md-3-4 {
    width: 75%;
  }
  .md-1-5 {
    width: 20%;
  }
  .md-2-5 {
    width: 40%;
  }
  .md-3-5 {
    width: 60%;
  }
  .md-4-5 {
    width: 80%;
  }
  .md-1-6 {
    width: 16.66667%;
  }
  .md-2-6 {
    width: 33.33333%;
  }
  .md-3-6 {
    width: 50%;
  }
  .md-4-6 {
    width: 66.66667%;
  }
  .md-5-6 {
    width: 83.33333%;
  }
  .md-1-7 {
    width: 14.28571%;
  }
  .md-2-7 {
    width: 28.57143%;
  }
  .md-3-7 {
    width: 42.85714%;
  }
  .md-4-7 {
    width: 57.14286%;
  }
  .md-5-7 {
    width: 71.42857%;
  }
  .md-6-7 {
    width: 85.71429%;
  }
  .md-1-8 {
    width: 12.5%;
  }
  .md-2-8 {
    width: 25%;
  }
  .md-3-8 {
    width: 37.5%;
  }
  .md-4-8 {
    width: 50%;
  }
  .md-5-8 {
    width: 62.5%;
  }
  .md-6-8 {
    width: 75%;
  }
  .md-7-8 {
    width: 87.5%;
  }
  .md-1-9 {
    width: 11.11111%;
  }
  .md-2-9 {
    width: 22.22222%;
  }
  .md-3-9 {
    width: 33.33333%;
  }
  .md-4-9 {
    width: 44.44444%;
  }
  .md-5-9 {
    width: 55.55556%;
  }
  .md-6-9 {
    width: 66.66667%;
  }
  .md-7-9 {
    width: 77.77778%;
  }
  .md-8-9 {
    width: 88.88889%;
  }
  .md-1-10 {
    width: 10%;
  }
  .md-2-10 {
    width: 20%;
  }
  .md-3-10 {
    width: 30%;
  }
  .md-4-10 {
    width: 40%;
  }
  .md-5-10 {
    width: 50%;
  }
  .md-6-10 {
    width: 60%;
  }
  .md-7-10 {
    width: 70%;
  }
  .md-8-10 {
    width: 80%;
  }
  .md-9-10 {
    width: 90%;
  }
  .md-1-11 {
    width: 9.09091%;
  }
  .md-2-11 {
    width: 18.18182%;
  }
  .md-3-11 {
    width: 27.27273%;
  }
  .md-4-11 {
    width: 36.36364%;
  }
  .md-5-11 {
    width: 45.45455%;
  }
  .md-6-11 {
    width: 54.54545%;
  }
  .md-7-11 {
    width: 63.63636%;
  }
  .md-8-11 {
    width: 72.72727%;
  }
  .md-9-11 {
    width: 81.81818%;
  }
  .md-10-11 {
    width: 90.90909%;
  }
  .md-1-12 {
    width: 8.33333%;
  }
  .md-2-12 {
    width: 16.66667%;
  }
  .md-3-12 {
    width: 25%;
  }
  .md-4-12 {
    width: 33.33333%;
  }
  .md-5-12 {
    width: 41.66667%;
  }
  .md-6-12 {
    width: 50%;
  }
  .md-7-12 {
    width: 58.33333%;
  }
  .md-8-12 {
    width: 66.66667%;
  }
  .md-9-12 {
    width: 75%;
  }
  .md-10-12 {
    width: 83.33333%;
  }
  .md-11-12 {
    width: 91.66667%;
  }
  .md-1-16 {
    width: 6.25%;
  }
  .md-2-16 {
    width: 12.5%;
  }
  .md-3-16 {
    width: 18.75%;
  }
  .md-4-16 {
    width: 25%;
  }
  .md-5-16 {
    width: 31.25%;
  }
  .md-6-16 {
    width: 37.5%;
  }
  .md-7-16 {
    width: 43.75%;
  }
  .md-8-16 {
    width: 50%;
  }
  .md-9-16 {
    width: 56.25%;
  }
  .md-10-16 {
    width: 62.5%;
  }
  .md-11-16 {
    width: 68.75%;
  }
  .md-12-16 {
    width: 75%;
  }
  .md-13-16 {
    width: 81.25%;
  }
  .md-14-16 {
    width: 87.5%;
  }
  .md-15-16 {
    width: 93.75%;
  }
  .md-hidden {
    display: none;
  }
  .md-not-hidden {
    display: inline-block;
  }
  .md-first {
    -moz-box-ordinal-group: 0;
         order: -1;
  }
  .md-not-first {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .md-last {
    -moz-box-ordinal-group: 2;
         order: 1;
  }
  .md-not-last {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .md-gutter-0 {
    width: -moz-calc(100% + 0px);
    width: calc(100% + 0px);
    margin-left: -0px;
    margin-right: -0px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-0 > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md-gutter-8 {
    width: -moz-calc(100% + 8px);
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-8 > * {
    padding-left: 4px;
    padding-right: 4px;
  }
  .md-gutter-10 {
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-10 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .md-gutter-15 {
    width: -moz-calc(100% + 15px);
    width: calc(100% + 15px);
    margin-left: -7.5px;
    margin-right: -7.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .md-gutter-16 {
    width: -moz-calc(100% + 16px);
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-16 > * {
    padding-left: 8px;
    padding-right: 8px;
  }
  .md-gutter-20 {
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-20 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .md-gutter-24 {
    width: -moz-calc(100% + 24px);
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-24 > * {
    padding-left: 12px;
    padding-right: 12px;
  }
  .md-gutter-30 {
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .md-gutter-40 {
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .md-gutter-50 {
    width: -moz-calc(100% + 50px);
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-50 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .md-gutter-60 {
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-60 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .md-gutter-80 {
    width: -moz-calc(100% + 80px);
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 0;
    padding-right: 0;
  }
  .md-gutter-80 > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .md-outside-0 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .md-outside-8 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
  }
  .md-outside-16 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .md-outside-24 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .md-outside-40 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .sm-auto > * {
    width: auto;
  }
  .sm-1 > * {
    width: 100%;
  }
  .sm-2 > * {
    width: 50%;
  }
  .sm-3 > * {
    width: 33.33333%;
  }
  .sm-4 > * {
    width: 25%;
  }
  .sm-5 > * {
    width: 20%;
  }
  .sm-6 > * {
    width: 16.66667%;
  }
  .sm-7 > * {
    width: 14.28571%;
  }
  .sm-8 > * {
    width: 12.5%;
  }
  .sm-9 > * {
    width: 11.11111%;
  }
  .sm-10 > * {
    width: 10%;
  }
  .sm-11 > * {
    width: 9.09091%;
  }
  .sm-12 > * {
    width: 8.33333%;
  }
  .sm-16 > * {
    width: 6.25%;
  }
  .sm-table {
    display: table;
    table-layout: fixed;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .sm-table > * {
    display: table-cell;
  }
  .sm-flexbox {
    display: -moz-box;
    display: flex;
    table-layout: auto;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    -ms-align-content: center;
    align-content: center;
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
    -moz-column-count: auto;
    column-count: auto;
  }
  .sm-flexbox > * {
    display: inline-block;
  }
  .sm-normal {
    display: block;
    table-layout: auto;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .sm-normal > * {
    display: inline-block;
  }
  .sm-left {
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    text-align: left;
  }
  .sm-center {
    -ms-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    text-align: center;
  }
  .sm-right {
    -ms-justify-content: flex-end;
    -moz-box-pack: end;
         justify-content: flex-end;
    text-align: right;
  }
  .sm-top {
    -ms-align-items: flex-start;
    -moz-box-align: start;
         align-items: flex-start;
  }
  .sm-top > * {
    vertical-align: top;
  }
  .sm-middle {
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
  }
  .sm-middle > * {
    vertical-align: middle;
  }
  .sm-bottom {
    -ms-align-items: flex-end;
    -moz-box-align: end;
         align-items: flex-end;
  }
  .sm-bottom > * {
    vertical-align: bottom;
  }
  .sm-stretch {
    -ms-align-content: stretch;
    align-content: stretch;
    -ms-align-items: stretch;
    -moz-box-align: stretch;
         align-items: stretch;
  }
  .sm-between {
    -ms-justify-content: space-between;
    -moz-box-pack: justify;
         justify-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between;
  }
  .sm-around {
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-align-content: space-around;
    align-content: space-around;
  }
  .sm-baseline {
    -ms-align-items: baseline;
    -moz-box-align: baseline;
         align-items: baseline;
  }
  .sm-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
         flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
  .sm-not-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
  }
  .sm-1-1 {
    width: 100%;
  }
  .sm-1-2 {
    width: 50%;
  }
  .sm-1-3 {
    width: 33.33333%;
  }
  .sm-2-3 {
    width: 66.66667%;
  }
  .sm-1-4 {
    width: 25%;
  }
  .sm-2-4 {
    width: 50%;
  }
  .sm-3-4 {
    width: 75%;
  }
  .sm-1-5 {
    width: 20%;
  }
  .sm-2-5 {
    width: 40%;
  }
  .sm-3-5 {
    width: 60%;
  }
  .sm-4-5 {
    width: 80%;
  }
  .sm-1-6 {
    width: 16.66667%;
  }
  .sm-2-6 {
    width: 33.33333%;
  }
  .sm-3-6 {
    width: 50%;
  }
  .sm-4-6 {
    width: 66.66667%;
  }
  .sm-5-6 {
    width: 83.33333%;
  }
  .sm-1-7 {
    width: 14.28571%;
  }
  .sm-2-7 {
    width: 28.57143%;
  }
  .sm-3-7 {
    width: 42.85714%;
  }
  .sm-4-7 {
    width: 57.14286%;
  }
  .sm-5-7 {
    width: 71.42857%;
  }
  .sm-6-7 {
    width: 85.71429%;
  }
  .sm-1-8 {
    width: 12.5%;
  }
  .sm-2-8 {
    width: 25%;
  }
  .sm-3-8 {
    width: 37.5%;
  }
  .sm-4-8 {
    width: 50%;
  }
  .sm-5-8 {
    width: 62.5%;
  }
  .sm-6-8 {
    width: 75%;
  }
  .sm-7-8 {
    width: 87.5%;
  }
  .sm-1-9 {
    width: 11.11111%;
  }
  .sm-2-9 {
    width: 22.22222%;
  }
  .sm-3-9 {
    width: 33.33333%;
  }
  .sm-4-9 {
    width: 44.44444%;
  }
  .sm-5-9 {
    width: 55.55556%;
  }
  .sm-6-9 {
    width: 66.66667%;
  }
  .sm-7-9 {
    width: 77.77778%;
  }
  .sm-8-9 {
    width: 88.88889%;
  }
  .sm-1-10 {
    width: 10%;
  }
  .sm-2-10 {
    width: 20%;
  }
  .sm-3-10 {
    width: 30%;
  }
  .sm-4-10 {
    width: 40%;
  }
  .sm-5-10 {
    width: 50%;
  }
  .sm-6-10 {
    width: 60%;
  }
  .sm-7-10 {
    width: 70%;
  }
  .sm-8-10 {
    width: 80%;
  }
  .sm-9-10 {
    width: 90%;
  }
  .sm-1-11 {
    width: 9.09091%;
  }
  .sm-2-11 {
    width: 18.18182%;
  }
  .sm-3-11 {
    width: 27.27273%;
  }
  .sm-4-11 {
    width: 36.36364%;
  }
  .sm-5-11 {
    width: 45.45455%;
  }
  .sm-6-11 {
    width: 54.54545%;
  }
  .sm-7-11 {
    width: 63.63636%;
  }
  .sm-8-11 {
    width: 72.72727%;
  }
  .sm-9-11 {
    width: 81.81818%;
  }
  .sm-10-11 {
    width: 90.90909%;
  }
  .sm-1-12 {
    width: 8.33333%;
  }
  .sm-2-12 {
    width: 16.66667%;
  }
  .sm-3-12 {
    width: 25%;
  }
  .sm-4-12 {
    width: 33.33333%;
  }
  .sm-5-12 {
    width: 41.66667%;
  }
  .sm-6-12 {
    width: 50%;
  }
  .sm-7-12 {
    width: 58.33333%;
  }
  .sm-8-12 {
    width: 66.66667%;
  }
  .sm-9-12 {
    width: 75%;
  }
  .sm-10-12 {
    width: 83.33333%;
  }
  .sm-11-12 {
    width: 91.66667%;
  }
  .sm-1-16 {
    width: 6.25%;
  }
  .sm-2-16 {
    width: 12.5%;
  }
  .sm-3-16 {
    width: 18.75%;
  }
  .sm-4-16 {
    width: 25%;
  }
  .sm-5-16 {
    width: 31.25%;
  }
  .sm-6-16 {
    width: 37.5%;
  }
  .sm-7-16 {
    width: 43.75%;
  }
  .sm-8-16 {
    width: 50%;
  }
  .sm-9-16 {
    width: 56.25%;
  }
  .sm-10-16 {
    width: 62.5%;
  }
  .sm-11-16 {
    width: 68.75%;
  }
  .sm-12-16 {
    width: 75%;
  }
  .sm-13-16 {
    width: 81.25%;
  }
  .sm-14-16 {
    width: 87.5%;
  }
  .sm-15-16 {
    width: 93.75%;
  }
  .sm-hidden {
    display: none;
  }
  .sm-not-hidden {
    display: inline-block;
  }
  .sm-first {
    -moz-box-ordinal-group: 0;
         order: -1;
  }
  .sm-not-first {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .sm-last {
    -moz-box-ordinal-group: 2;
         order: 1;
  }
  .sm-not-last {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .sm-gutter-0 {
    width: -moz-calc(100% + 0px);
    width: calc(100% + 0px);
    margin-left: -0px;
    margin-right: -0px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-0 > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm-gutter-8 {
    width: -moz-calc(100% + 8px);
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-8 > * {
    padding-left: 4px;
    padding-right: 4px;
  }
  .sm-gutter-10 {
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-10 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sm-gutter-15 {
    width: -moz-calc(100% + 15px);
    width: calc(100% + 15px);
    margin-left: -7.5px;
    margin-right: -7.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .sm-gutter-16 {
    width: -moz-calc(100% + 16px);
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-16 > * {
    padding-left: 8px;
    padding-right: 8px;
  }
  .sm-gutter-20 {
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-20 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sm-gutter-24 {
    width: -moz-calc(100% + 24px);
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-24 > * {
    padding-left: 12px;
    padding-right: 12px;
  }
  .sm-gutter-30 {
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sm-gutter-40 {
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm-gutter-50 {
    width: -moz-calc(100% + 50px);
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-50 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sm-gutter-60 {
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-60 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sm-gutter-80 {
    width: -moz-calc(100% + 80px);
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 0;
    padding-right: 0;
  }
  .sm-gutter-80 > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sm-outside-0 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm-outside-8 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
  }
  .sm-outside-16 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .sm-outside-24 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .sm-outside-40 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 479px) {
  .xs-auto > * {
    width: auto;
  }
  .xs-1 > * {
    width: 100%;
  }
  .xs-2 > * {
    width: 50%;
  }
  .xs-3 > * {
    width: 33.33333%;
  }
  .xs-4 > * {
    width: 25%;
  }
  .xs-5 > * {
    width: 20%;
  }
  .xs-6 > * {
    width: 16.66667%;
  }
  .xs-7 > * {
    width: 14.28571%;
  }
  .xs-8 > * {
    width: 12.5%;
  }
  .xs-9 > * {
    width: 11.11111%;
  }
  .xs-10 > * {
    width: 10%;
  }
  .xs-11 > * {
    width: 9.09091%;
  }
  .xs-12 > * {
    width: 8.33333%;
  }
  .xs-16 > * {
    width: 6.25%;
  }
  .xs-table {
    display: table;
    table-layout: fixed;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .xs-table > * {
    display: table-cell;
  }
  .xs-flexbox {
    display: -moz-box;
    display: flex;
    table-layout: auto;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    -ms-align-content: center;
    align-content: center;
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
    -moz-column-count: auto;
    column-count: auto;
  }
  .xs-flexbox > * {
    display: inline-block;
  }
  .xs-normal {
    display: block;
    table-layout: auto;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
         flex-direction: initial;
    flex-wrap: initial;
    -ms-justify-content: initial;
    -moz-box-pack: initial;
         justify-content: initial;
    -ms-align-content: initial;
    align-content: initial;
    -ms-align-items: initial;
    -moz-box-align: initial;
         align-items: initial;
    -moz-column-count: auto;
    column-count: auto;
  }
  .xs-normal > * {
    display: inline-block;
  }
  .xs-left {
    -ms-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    text-align: left;
  }
  .xs-center {
    -ms-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    text-align: center;
  }
  .xs-right {
    -ms-justify-content: flex-end;
    -moz-box-pack: end;
         justify-content: flex-end;
    text-align: right;
  }
  .xs-top {
    -ms-align-items: flex-start;
    -moz-box-align: start;
         align-items: flex-start;
  }
  .xs-top > * {
    vertical-align: top;
  }
  .xs-middle {
    -ms-align-items: center;
    -moz-box-align: center;
         align-items: center;
  }
  .xs-middle > * {
    vertical-align: middle;
  }
  .xs-bottom {
    -ms-align-items: flex-end;
    -moz-box-align: end;
         align-items: flex-end;
  }
  .xs-bottom > * {
    vertical-align: bottom;
  }
  .xs-stretch {
    -ms-align-content: stretch;
    align-content: stretch;
    -ms-align-items: stretch;
    -moz-box-align: stretch;
         align-items: stretch;
  }
  .xs-between {
    -ms-justify-content: space-between;
    -moz-box-pack: justify;
         justify-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between;
  }
  .xs-around {
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-align-content: space-around;
    align-content: space-around;
  }
  .xs-baseline {
    -ms-align-items: baseline;
    -moz-box-align: baseline;
         align-items: baseline;
  }
  .xs-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
         flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
  .xs-not-reverse {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    flex-wrap: wrap;
  }
  .xs-1-1 {
    width: 100%;
  }
  .xs-1-2 {
    width: 50%;
  }
  .xs-1-3 {
    width: 33.33333%;
  }
  .xs-2-3 {
    width: 66.66667%;
  }
  .xs-1-4 {
    width: 25%;
  }
  .xs-2-4 {
    width: 50%;
  }
  .xs-3-4 {
    width: 75%;
  }
  .xs-1-5 {
    width: 20%;
  }
  .xs-2-5 {
    width: 40%;
  }
  .xs-3-5 {
    width: 60%;
  }
  .xs-4-5 {
    width: 80%;
  }
  .xs-1-6 {
    width: 16.66667%;
  }
  .xs-2-6 {
    width: 33.33333%;
  }
  .xs-3-6 {
    width: 50%;
  }
  .xs-4-6 {
    width: 66.66667%;
  }
  .xs-5-6 {
    width: 83.33333%;
  }
  .xs-1-7 {
    width: 14.28571%;
  }
  .xs-2-7 {
    width: 28.57143%;
  }
  .xs-3-7 {
    width: 42.85714%;
  }
  .xs-4-7 {
    width: 57.14286%;
  }
  .xs-5-7 {
    width: 71.42857%;
  }
  .xs-6-7 {
    width: 85.71429%;
  }
  .xs-1-8 {
    width: 12.5%;
  }
  .xs-2-8 {
    width: 25%;
  }
  .xs-3-8 {
    width: 37.5%;
  }
  .xs-4-8 {
    width: 50%;
  }
  .xs-5-8 {
    width: 62.5%;
  }
  .xs-6-8 {
    width: 75%;
  }
  .xs-7-8 {
    width: 87.5%;
  }
  .xs-1-9 {
    width: 11.11111%;
  }
  .xs-2-9 {
    width: 22.22222%;
  }
  .xs-3-9 {
    width: 33.33333%;
  }
  .xs-4-9 {
    width: 44.44444%;
  }
  .xs-5-9 {
    width: 55.55556%;
  }
  .xs-6-9 {
    width: 66.66667%;
  }
  .xs-7-9 {
    width: 77.77778%;
  }
  .xs-8-9 {
    width: 88.88889%;
  }
  .xs-1-10 {
    width: 10%;
  }
  .xs-2-10 {
    width: 20%;
  }
  .xs-3-10 {
    width: 30%;
  }
  .xs-4-10 {
    width: 40%;
  }
  .xs-5-10 {
    width: 50%;
  }
  .xs-6-10 {
    width: 60%;
  }
  .xs-7-10 {
    width: 70%;
  }
  .xs-8-10 {
    width: 80%;
  }
  .xs-9-10 {
    width: 90%;
  }
  .xs-1-11 {
    width: 9.09091%;
  }
  .xs-2-11 {
    width: 18.18182%;
  }
  .xs-3-11 {
    width: 27.27273%;
  }
  .xs-4-11 {
    width: 36.36364%;
  }
  .xs-5-11 {
    width: 45.45455%;
  }
  .xs-6-11 {
    width: 54.54545%;
  }
  .xs-7-11 {
    width: 63.63636%;
  }
  .xs-8-11 {
    width: 72.72727%;
  }
  .xs-9-11 {
    width: 81.81818%;
  }
  .xs-10-11 {
    width: 90.90909%;
  }
  .xs-1-12 {
    width: 8.33333%;
  }
  .xs-2-12 {
    width: 16.66667%;
  }
  .xs-3-12 {
    width: 25%;
  }
  .xs-4-12 {
    width: 33.33333%;
  }
  .xs-5-12 {
    width: 41.66667%;
  }
  .xs-6-12 {
    width: 50%;
  }
  .xs-7-12 {
    width: 58.33333%;
  }
  .xs-8-12 {
    width: 66.66667%;
  }
  .xs-9-12 {
    width: 75%;
  }
  .xs-10-12 {
    width: 83.33333%;
  }
  .xs-11-12 {
    width: 91.66667%;
  }
  .xs-1-16 {
    width: 6.25%;
  }
  .xs-2-16 {
    width: 12.5%;
  }
  .xs-3-16 {
    width: 18.75%;
  }
  .xs-4-16 {
    width: 25%;
  }
  .xs-5-16 {
    width: 31.25%;
  }
  .xs-6-16 {
    width: 37.5%;
  }
  .xs-7-16 {
    width: 43.75%;
  }
  .xs-8-16 {
    width: 50%;
  }
  .xs-9-16 {
    width: 56.25%;
  }
  .xs-10-16 {
    width: 62.5%;
  }
  .xs-11-16 {
    width: 68.75%;
  }
  .xs-12-16 {
    width: 75%;
  }
  .xs-13-16 {
    width: 81.25%;
  }
  .xs-14-16 {
    width: 87.5%;
  }
  .xs-15-16 {
    width: 93.75%;
  }
  .xs-hidden {
    display: none;
  }
  .xs-not-hidden {
    display: inline-block;
  }
  .xs-first {
    -moz-box-ordinal-group: 0;
         order: -1;
  }
  .xs-not-first {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .xs-last {
    -moz-box-ordinal-group: 2;
         order: 1;
  }
  .xs-not-last {
    -moz-box-ordinal-group: 1;
         order: 0;
  }
  .xs-gutter-0 {
    width: -moz-calc(100% + 0px);
    width: calc(100% + 0px);
    margin-left: -0px;
    margin-right: -0px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-0 > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  .xs-gutter-8 {
    width: -moz-calc(100% + 8px);
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-8 > * {
    padding-left: 4px;
    padding-right: 4px;
  }
  .xs-gutter-10 {
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-10 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .xs-gutter-15 {
    width: -moz-calc(100% + 15px);
    width: calc(100% + 15px);
    margin-left: -7.5px;
    margin-right: -7.5px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .xs-gutter-16 {
    width: -moz-calc(100% + 16px);
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-16 > * {
    padding-left: 8px;
    padding-right: 8px;
  }
  .xs-gutter-20 {
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-20 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .xs-gutter-24 {
    width: -moz-calc(100% + 24px);
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-24 > * {
    padding-left: 12px;
    padding-right: 12px;
  }
  .xs-gutter-30 {
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .xs-gutter-40 {
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .xs-gutter-50 {
    width: -moz-calc(100% + 50px);
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-50 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .xs-gutter-60 {
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-60 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .xs-gutter-80 {
    width: -moz-calc(100% + 80px);
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 0;
    padding-right: 0;
  }
  .xs-gutter-80 > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .xs-outside-0 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .xs-outside-8 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
  }
  .xs-outside-16 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .xs-outside-24 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .xs-outside-40 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.xl-mt-0 {
  margin-top: 0px !important;
}

.xl-mt-10 {
  margin-top: 10px !important;
}

.xl-mt-20 {
  margin-top: 20px !important;
}

.xl-mt-30 {
  margin-top: 30px !important;
}

.xl-mt-40 {
  margin-top: 40px !important;
}

.xl-mt-50 {
  margin-top: 50px !important;
}

.xl-mt-60 {
  margin-top: 60px !important;
}

.xl-mt-70 {
  margin-top: 70px !important;
}

.xl-mt-80 {
  margin-top: 80px !important;
}

.xl-mt-90 {
  margin-top: 90px !important;
}

.xl-mt-100 {
  margin-top: 100px !important;
}

.xl-mb-0 {
  margin-bottom: 0px !important;
}

.xl-mb-10 {
  margin-bottom: 10px !important;
}

.xl-mb-20 {
  margin-bottom: 20px !important;
}

.xl-mb-30 {
  margin-bottom: 30px !important;
}

.xl-mb-40 {
  margin-bottom: 40px !important;
}

.xl-mb-50 {
  margin-bottom: 50px !important;
}

.xl-mb-60 {
  margin-bottom: 60px !important;
}

.xl-mb-70 {
  margin-bottom: 70px !important;
}

.xl-mb-80 {
  margin-bottom: 80px !important;
}

.xl-mb-90 {
  margin-bottom: 90px !important;
}

.xl-mb-100 {
  margin-bottom: 100px !important;
}

.xl-ml-0 {
  margin-left: 0px !important;
}

.xl-marginy-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.xl-marginy-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.xl-marginy-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.xl-marginy-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.xl-marginy-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.xl-marginy-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.xl-marginy-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.xl-marginy-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.xl-marginy-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.xl-marginy-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.xl-marginy-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.xl-marginx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.xl-marginx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.xl-marginx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.xl-marginx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.xl-marginx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.xl-marginx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.xl-marginx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.xl-marginx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.xl-marginx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.xl-marginx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.xl-marginx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.xl-pt-0 {
  padding-top: 0px !important;
}

.xl-pt-10 {
  padding-top: 10px !important;
}

.xl-pt-20 {
  padding-top: 20px !important;
}

.xl-pt-30 {
  padding-top: 30px !important;
}

.xl-pt-40 {
  padding-top: 40px !important;
}

.xl-pt-50 {
  padding-top: 50px !important;
}

.xl-pt-60 {
  padding-top: 60px !important;
}

.xl-pt-70 {
  padding-top: 70px !important;
}

.xl-pt-80 {
  padding-top: 80px !important;
}

.xl-pt-90 {
  padding-top: 90px !important;
}

.xl-pt-100 {
  padding-top: 100px !important;
}

.xl-pb-0 {
  padding-bottom: 0px !important;
}

.xl-pb-10 {
  padding-bottom: 10px !important;
}

.xl-pb-20 {
  padding-bottom: 20px !important;
}

.xl-pb-30 {
  padding-bottom: 30px !important;
}

.xl-pb-40 {
  padding-bottom: 40px !important;
}

.xl-pb-50 {
  padding-bottom: 50px !important;
}

.xl-pb-60 {
  padding-bottom: 60px !important;
}

.xl-pb-70 {
  padding-bottom: 70px !important;
}

.xl-pb-80 {
  padding-bottom: 80px !important;
}

.xl-pb-90 {
  padding-bottom: 90px !important;
}

.xl-pb-100 {
  padding-bottom: 100px !important;
}

.xl-pl-0 {
  padding-left: 0px !important;
}

.xl-pl-10 {
  padding-left: 10px !important;
}

.xl-pl-20 {
  padding-left: 20px !important;
}

.xl-pl-30 {
  padding-left: 30px !important;
}

.xl-pl-40 {
  padding-left: 40px !important;
}

.xl-pl-50 {
  padding-left: 50px !important;
}

.xl-pl-60 {
  padding-left: 60px !important;
}

.xl-pl-70 {
  padding-left: 70px !important;
}

.xl-pl-80 {
  padding-left: 80px !important;
}

.xl-pl-90 {
  padding-left: 90px !important;
}

.xl-pl-100 {
  padding-left: 100px !important;
}

.xl-pr-0 {
  padding-right: 0px !important;
}

.xl-pr-10 {
  padding-right: 10px !important;
}

.xl-pr-20 {
  padding-right: 20px !important;
}

.xl-pr-30 {
  padding-right: 30px !important;
}

.xl-pr-40 {
  padding-right: 40px !important;
}

.xl-pr-50 {
  padding-right: 50px !important;
}

.xl-pr-60 {
  padding-right: 60px !important;
}

.xl-pr-70 {
  padding-right: 70px !important;
}

.xl-pr-80 {
  padding-right: 80px !important;
}

.xl-pr-90 {
  padding-right: 90px !important;
}

.xl-pr-100 {
  padding-right: 100px !important;
}

.xl-paddingy-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.xl-paddingy-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.xl-paddingy-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.xl-paddingy-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.xl-paddingy-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.xl-paddingy-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.xl-paddingy-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.xl-paddingy-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.xl-paddingy-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.xl-paddingy-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.xl-paddingy-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.xl-paddingx-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.xl-paddingx-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.xl-paddingx-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.xl-paddingx-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.xl-paddingx-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.xl-paddingx-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.xl-paddingx-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.xl-paddingx-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.xl-paddingx-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.xl-paddingx-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.xl-paddingx-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.xl-fw-normal {
  font-weight: normal !important;
}

.xl-fw-bold {
  font-weight: bold !important;
}

.xl-fw-900 {
  font-weight: 900 !important;
}

.xl-lh-40 {
  line-height: 40px !important;
}

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

.xl-ta-right {
  text-align: right !important;
}

.xl-ta-center {
  text-align: center !important;
}

.xl-ta-justify {
  text-align: justify !important;
}

.xl-color-red {
  color: #ff0000 !important;
}

.xl-color-yellow {
  color: #ffff00 !important;
}

.xl-color-green {
  color: #008000 !important;
}

@media (max-width: 1199px) {
  .lg-mt-0 {
    margin-top: 0px !important;
  }
  .lg-mt-10 {
    margin-top: 10px !important;
  }
  .lg-mt-20 {
    margin-top: 20px !important;
  }
  .lg-mt-30 {
    margin-top: 30px !important;
  }
  .lg-mt-40 {
    margin-top: 40px !important;
  }
  .lg-mt-50 {
    margin-top: 50px !important;
  }
  .lg-mt-60 {
    margin-top: 60px !important;
  }
  .lg-mt-70 {
    margin-top: 70px !important;
  }
  .lg-mt-80 {
    margin-top: 80px !important;
  }
  .lg-mt-90 {
    margin-top: 90px !important;
  }
  .lg-mt-100 {
    margin-top: 100px !important;
  }
  .lg-mb-0 {
    margin-bottom: 0px !important;
  }
  .lg-mb-10 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20 {
    margin-bottom: 20px !important;
  }
  .lg-mb-30 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40 {
    margin-bottom: 40px !important;
  }
  .lg-mb-50 {
    margin-bottom: 50px !important;
  }
  .lg-mb-60 {
    margin-bottom: 60px !important;
  }
  .lg-mb-70 {
    margin-bottom: 70px !important;
  }
  .lg-mb-80 {
    margin-bottom: 80px !important;
  }
  .lg-mb-90 {
    margin-bottom: 90px !important;
  }
  .lg-mb-100 {
    margin-bottom: 100px !important;
  }
  .lg-ml-0 {
    margin-left: 0px !important;
  }
  .lg-marginy-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .lg-marginy-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .lg-marginy-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .lg-marginy-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .lg-marginy-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .lg-marginy-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .lg-marginy-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .lg-marginy-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .lg-marginy-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .lg-marginy-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .lg-marginy-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .lg-marginx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .lg-marginx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .lg-marginx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .lg-marginx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .lg-marginx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .lg-marginx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .lg-marginx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .lg-marginx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .lg-marginx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .lg-marginx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .lg-marginx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .lg-pt-0 {
    padding-top: 0px !important;
  }
  .lg-pt-10 {
    padding-top: 10px !important;
  }
  .lg-pt-20 {
    padding-top: 20px !important;
  }
  .lg-pt-30 {
    padding-top: 30px !important;
  }
  .lg-pt-40 {
    padding-top: 40px !important;
  }
  .lg-pt-50 {
    padding-top: 50px !important;
  }
  .lg-pt-60 {
    padding-top: 60px !important;
  }
  .lg-pt-70 {
    padding-top: 70px !important;
  }
  .lg-pt-80 {
    padding-top: 80px !important;
  }
  .lg-pt-90 {
    padding-top: 90px !important;
  }
  .lg-pt-100 {
    padding-top: 100px !important;
  }
  .lg-pb-0 {
    padding-bottom: 0px !important;
  }
  .lg-pb-10 {
    padding-bottom: 10px !important;
  }
  .lg-pb-20 {
    padding-bottom: 20px !important;
  }
  .lg-pb-30 {
    padding-bottom: 30px !important;
  }
  .lg-pb-40 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50 {
    padding-bottom: 50px !important;
  }
  .lg-pb-60 {
    padding-bottom: 60px !important;
  }
  .lg-pb-70 {
    padding-bottom: 70px !important;
  }
  .lg-pb-80 {
    padding-bottom: 80px !important;
  }
  .lg-pb-90 {
    padding-bottom: 90px !important;
  }
  .lg-pb-100 {
    padding-bottom: 100px !important;
  }
  .lg-pl-0 {
    padding-left: 0px !important;
  }
  .lg-pl-10 {
    padding-left: 10px !important;
  }
  .lg-pl-20 {
    padding-left: 20px !important;
  }
  .lg-pl-30 {
    padding-left: 30px !important;
  }
  .lg-pl-40 {
    padding-left: 40px !important;
  }
  .lg-pl-50 {
    padding-left: 50px !important;
  }
  .lg-pl-60 {
    padding-left: 60px !important;
  }
  .lg-pl-70 {
    padding-left: 70px !important;
  }
  .lg-pl-80 {
    padding-left: 80px !important;
  }
  .lg-pl-90 {
    padding-left: 90px !important;
  }
  .lg-pl-100 {
    padding-left: 100px !important;
  }
  .lg-pr-0 {
    padding-right: 0px !important;
  }
  .lg-pr-10 {
    padding-right: 10px !important;
  }
  .lg-pr-20 {
    padding-right: 20px !important;
  }
  .lg-pr-30 {
    padding-right: 30px !important;
  }
  .lg-pr-40 {
    padding-right: 40px !important;
  }
  .lg-pr-50 {
    padding-right: 50px !important;
  }
  .lg-pr-60 {
    padding-right: 60px !important;
  }
  .lg-pr-70 {
    padding-right: 70px !important;
  }
  .lg-pr-80 {
    padding-right: 80px !important;
  }
  .lg-pr-90 {
    padding-right: 90px !important;
  }
  .lg-pr-100 {
    padding-right: 100px !important;
  }
  .lg-paddingy-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .lg-paddingy-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .lg-paddingy-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .lg-paddingy-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .lg-paddingy-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .lg-paddingy-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .lg-paddingy-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .lg-paddingy-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .lg-paddingy-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .lg-paddingy-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .lg-paddingy-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .lg-paddingx-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .lg-paddingx-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .lg-paddingx-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .lg-paddingx-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .lg-paddingx-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .lg-paddingx-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .lg-paddingx-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .lg-paddingx-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .lg-paddingx-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .lg-paddingx-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .lg-paddingx-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .lg-fw-normal {
    font-weight: normal !important;
  }
  .lg-fw-bold {
    font-weight: bold !important;
  }
  .lg-fw-900 {
    font-weight: 900 !important;
  }
  .lg-lh-40 {
    line-height: 40px !important;
  }
  .lg-ta-left {
    text-align: left !important;
  }
  .lg-ta-right {
    text-align: right !important;
  }
  .lg-ta-center {
    text-align: center !important;
  }
  .lg-ta-justify {
    text-align: justify !important;
  }
  .lg-color-red {
    color: #ff0000 !important;
  }
  .lg-color-yellow {
    color: #ffff00 !important;
  }
  .lg-color-green {
    color: #008000 !important;
  }
}

@media (max-width: 991px) {
  .md-mt-0 {
    margin-top: 0px !important;
  }
  .md-mt-10 {
    margin-top: 10px !important;
  }
  .md-mt-20 {
    margin-top: 20px !important;
  }
  .md-mt-30 {
    margin-top: 30px !important;
  }
  .md-mt-40 {
    margin-top: 40px !important;
  }
  .md-mt-50 {
    margin-top: 50px !important;
  }
  .md-mt-60 {
    margin-top: 60px !important;
  }
  .md-mt-70 {
    margin-top: 70px !important;
  }
  .md-mt-80 {
    margin-top: 80px !important;
  }
  .md-mt-90 {
    margin-top: 90px !important;
  }
  .md-mt-100 {
    margin-top: 100px !important;
  }
  .md-mb-0 {
    margin-bottom: 0px !important;
  }
  .md-mb-10 {
    margin-bottom: 10px !important;
  }
  .md-mb-20 {
    margin-bottom: 20px !important;
  }
  .md-mb-30 {
    margin-bottom: 30px !important;
  }
  .md-mb-40 {
    margin-bottom: 40px !important;
  }
  .md-mb-50 {
    margin-bottom: 50px !important;
  }
  .md-mb-60 {
    margin-bottom: 60px !important;
  }
  .md-mb-70 {
    margin-bottom: 70px !important;
  }
  .md-mb-80 {
    margin-bottom: 80px !important;
  }
  .md-mb-90 {
    margin-bottom: 90px !important;
  }
  .md-mb-100 {
    margin-bottom: 100px !important;
  }
  .md-ml-0 {
    margin-left: 0px !important;
  }
  .md-marginy-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .md-marginy-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .md-marginy-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .md-marginy-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .md-marginy-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .md-marginy-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .md-marginy-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .md-marginy-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .md-marginy-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .md-marginy-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .md-marginy-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .md-marginx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .md-marginx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .md-marginx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .md-marginx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .md-marginx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .md-marginx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .md-marginx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .md-marginx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .md-marginx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .md-marginx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .md-marginx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .md-pt-0 {
    padding-top: 0px !important;
  }
  .md-pt-10 {
    padding-top: 10px !important;
  }
  .md-pt-20 {
    padding-top: 20px !important;
  }
  .md-pt-30 {
    padding-top: 30px !important;
  }
  .md-pt-40 {
    padding-top: 40px !important;
  }
  .md-pt-50 {
    padding-top: 50px !important;
  }
  .md-pt-60 {
    padding-top: 60px !important;
  }
  .md-pt-70 {
    padding-top: 70px !important;
  }
  .md-pt-80 {
    padding-top: 80px !important;
  }
  .md-pt-90 {
    padding-top: 90px !important;
  }
  .md-pt-100 {
    padding-top: 100px !important;
  }
  .md-pb-0 {
    padding-bottom: 0px !important;
  }
  .md-pb-10 {
    padding-bottom: 10px !important;
  }
  .md-pb-20 {
    padding-bottom: 20px !important;
  }
  .md-pb-30 {
    padding-bottom: 30px !important;
  }
  .md-pb-40 {
    padding-bottom: 40px !important;
  }
  .md-pb-50 {
    padding-bottom: 50px !important;
  }
  .md-pb-60 {
    padding-bottom: 60px !important;
  }
  .md-pb-70 {
    padding-bottom: 70px !important;
  }
  .md-pb-80 {
    padding-bottom: 80px !important;
  }
  .md-pb-90 {
    padding-bottom: 90px !important;
  }
  .md-pb-100 {
    padding-bottom: 100px !important;
  }
  .md-pl-0 {
    padding-left: 0px !important;
  }
  .md-pl-10 {
    padding-left: 10px !important;
  }
  .md-pl-20 {
    padding-left: 20px !important;
  }
  .md-pl-30 {
    padding-left: 30px !important;
  }
  .md-pl-40 {
    padding-left: 40px !important;
  }
  .md-pl-50 {
    padding-left: 50px !important;
  }
  .md-pl-60 {
    padding-left: 60px !important;
  }
  .md-pl-70 {
    padding-left: 70px !important;
  }
  .md-pl-80 {
    padding-left: 80px !important;
  }
  .md-pl-90 {
    padding-left: 90px !important;
  }
  .md-pl-100 {
    padding-left: 100px !important;
  }
  .md-pr-0 {
    padding-right: 0px !important;
  }
  .md-pr-10 {
    padding-right: 10px !important;
  }
  .md-pr-20 {
    padding-right: 20px !important;
  }
  .md-pr-30 {
    padding-right: 30px !important;
  }
  .md-pr-40 {
    padding-right: 40px !important;
  }
  .md-pr-50 {
    padding-right: 50px !important;
  }
  .md-pr-60 {
    padding-right: 60px !important;
  }
  .md-pr-70 {
    padding-right: 70px !important;
  }
  .md-pr-80 {
    padding-right: 80px !important;
  }
  .md-pr-90 {
    padding-right: 90px !important;
  }
  .md-pr-100 {
    padding-right: 100px !important;
  }
  .md-paddingy-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .md-paddingy-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .md-paddingy-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .md-paddingy-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .md-paddingy-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .md-paddingy-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .md-paddingy-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .md-paddingy-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .md-paddingy-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .md-paddingy-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .md-paddingy-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .md-paddingx-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .md-paddingx-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .md-paddingx-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .md-paddingx-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .md-paddingx-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .md-paddingx-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .md-paddingx-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .md-paddingx-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .md-paddingx-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .md-paddingx-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .md-paddingx-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .md-fw-normal {
    font-weight: normal !important;
  }
  .md-fw-bold {
    font-weight: bold !important;
  }
  .md-fw-900 {
    font-weight: 900 !important;
  }
  .md-lh-40 {
    line-height: 40px !important;
  }
  .md-ta-left {
    text-align: left !important;
  }
  .md-ta-right {
    text-align: right !important;
  }
  .md-ta-center {
    text-align: center !important;
  }
  .md-ta-justify {
    text-align: justify !important;
  }
  .md-color-red {
    color: #ff0000 !important;
  }
  .md-color-yellow {
    color: #ffff00 !important;
  }
  .md-color-green {
    color: #008000 !important;
  }
}

@media (max-width: 767px) {
  .sm-mt-0 {
    margin-top: 0px !important;
  }
  .sm-mt-10 {
    margin-top: 10px !important;
  }
  .sm-mt-20 {
    margin-top: 20px !important;
  }
  .sm-mt-30 {
    margin-top: 30px !important;
  }
  .sm-mt-40 {
    margin-top: 40px !important;
  }
  .sm-mt-50 {
    margin-top: 50px !important;
  }
  .sm-mt-60 {
    margin-top: 60px !important;
  }
  .sm-mt-70 {
    margin-top: 70px !important;
  }
  .sm-mt-80 {
    margin-top: 80px !important;
  }
  .sm-mt-90 {
    margin-top: 90px !important;
  }
  .sm-mt-100 {
    margin-top: 100px !important;
  }
  .sm-mb-0 {
    margin-bottom: 0px !important;
  }
  .sm-mb-10 {
    margin-bottom: 10px !important;
  }
  .sm-mb-20 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30 {
    margin-bottom: 30px !important;
  }
  .sm-mb-40 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50 {
    margin-bottom: 50px !important;
  }
  .sm-mb-60 {
    margin-bottom: 60px !important;
  }
  .sm-mb-70 {
    margin-bottom: 70px !important;
  }
  .sm-mb-80 {
    margin-bottom: 80px !important;
  }
  .sm-mb-90 {
    margin-bottom: 90px !important;
  }
  .sm-mb-100 {
    margin-bottom: 100px !important;
  }
  .sm-ml-0 {
    margin-left: 0px !important;
  }
  .sm-marginy-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .sm-marginy-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .sm-marginy-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .sm-marginy-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .sm-marginy-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .sm-marginy-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .sm-marginy-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .sm-marginy-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .sm-marginy-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .sm-marginy-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .sm-marginy-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .sm-marginx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .sm-marginx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .sm-marginx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .sm-marginx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .sm-marginx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .sm-marginx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .sm-marginx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .sm-marginx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .sm-marginx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .sm-marginx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .sm-marginx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .sm-pt-0 {
    padding-top: 0px !important;
  }
  .sm-pt-10 {
    padding-top: 10px !important;
  }
  .sm-pt-20 {
    padding-top: 20px !important;
  }
  .sm-pt-30 {
    padding-top: 30px !important;
  }
  .sm-pt-40 {
    padding-top: 40px !important;
  }
  .sm-pt-50 {
    padding-top: 50px !important;
  }
  .sm-pt-60 {
    padding-top: 60px !important;
  }
  .sm-pt-70 {
    padding-top: 70px !important;
  }
  .sm-pt-80 {
    padding-top: 80px !important;
  }
  .sm-pt-90 {
    padding-top: 90px !important;
  }
  .sm-pt-100 {
    padding-top: 100px !important;
  }
  .sm-pb-0 {
    padding-bottom: 0px !important;
  }
  .sm-pb-10 {
    padding-bottom: 10px !important;
  }
  .sm-pb-20 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30 {
    padding-bottom: 30px !important;
  }
  .sm-pb-40 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50 {
    padding-bottom: 50px !important;
  }
  .sm-pb-60 {
    padding-bottom: 60px !important;
  }
  .sm-pb-70 {
    padding-bottom: 70px !important;
  }
  .sm-pb-80 {
    padding-bottom: 80px !important;
  }
  .sm-pb-90 {
    padding-bottom: 90px !important;
  }
  .sm-pb-100 {
    padding-bottom: 100px !important;
  }
  .sm-pl-0 {
    padding-left: 0px !important;
  }
  .sm-pl-10 {
    padding-left: 10px !important;
  }
  .sm-pl-20 {
    padding-left: 20px !important;
  }
  .sm-pl-30 {
    padding-left: 30px !important;
  }
  .sm-pl-40 {
    padding-left: 40px !important;
  }
  .sm-pl-50 {
    padding-left: 50px !important;
  }
  .sm-pl-60 {
    padding-left: 60px !important;
  }
  .sm-pl-70 {
    padding-left: 70px !important;
  }
  .sm-pl-80 {
    padding-left: 80px !important;
  }
  .sm-pl-90 {
    padding-left: 90px !important;
  }
  .sm-pl-100 {
    padding-left: 100px !important;
  }
  .sm-pr-0 {
    padding-right: 0px !important;
  }
  .sm-pr-10 {
    padding-right: 10px !important;
  }
  .sm-pr-20 {
    padding-right: 20px !important;
  }
  .sm-pr-30 {
    padding-right: 30px !important;
  }
  .sm-pr-40 {
    padding-right: 40px !important;
  }
  .sm-pr-50 {
    padding-right: 50px !important;
  }
  .sm-pr-60 {
    padding-right: 60px !important;
  }
  .sm-pr-70 {
    padding-right: 70px !important;
  }
  .sm-pr-80 {
    padding-right: 80px !important;
  }
  .sm-pr-90 {
    padding-right: 90px !important;
  }
  .sm-pr-100 {
    padding-right: 100px !important;
  }
  .sm-paddingy-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .sm-paddingy-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .sm-paddingy-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .sm-paddingy-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .sm-paddingy-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .sm-paddingy-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .sm-paddingy-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .sm-paddingy-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .sm-paddingy-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .sm-paddingy-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .sm-paddingy-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .sm-paddingx-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .sm-paddingx-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .sm-paddingx-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .sm-paddingx-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .sm-paddingx-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .sm-paddingx-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .sm-paddingx-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .sm-paddingx-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .sm-paddingx-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .sm-paddingx-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .sm-paddingx-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .sm-fw-normal {
    font-weight: normal !important;
  }
  .sm-fw-bold {
    font-weight: bold !important;
  }
  .sm-fw-900 {
    font-weight: 900 !important;
  }
  .sm-lh-40 {
    line-height: 40px !important;
  }
  .sm-ta-left {
    text-align: left !important;
  }
  .sm-ta-right {
    text-align: right !important;
  }
  .sm-ta-center {
    text-align: center !important;
  }
  .sm-ta-justify {
    text-align: justify !important;
  }
  .sm-color-red {
    color: #ff0000 !important;
  }
  .sm-color-yellow {
    color: #ffff00 !important;
  }
  .sm-color-green {
    color: #008000 !important;
  }
}

@media (max-width: 479px) {
  .xs-mt-0 {
    margin-top: 0px !important;
  }
  .xs-mt-10 {
    margin-top: 10px !important;
  }
  .xs-mt-20 {
    margin-top: 20px !important;
  }
  .xs-mt-30 {
    margin-top: 30px !important;
  }
  .xs-mt-40 {
    margin-top: 40px !important;
  }
  .xs-mt-50 {
    margin-top: 50px !important;
  }
  .xs-mt-60 {
    margin-top: 60px !important;
  }
  .xs-mt-70 {
    margin-top: 70px !important;
  }
  .xs-mt-80 {
    margin-top: 80px !important;
  }
  .xs-mt-90 {
    margin-top: 90px !important;
  }
  .xs-mt-100 {
    margin-top: 100px !important;
  }
  .xs-mb-0 {
    margin-bottom: 0px !important;
  }
  .xs-mb-10 {
    margin-bottom: 10px !important;
  }
  .xs-mb-20 {
    margin-bottom: 20px !important;
  }
  .xs-mb-30 {
    margin-bottom: 30px !important;
  }
  .xs-mb-40 {
    margin-bottom: 40px !important;
  }
  .xs-mb-50 {
    margin-bottom: 50px !important;
  }
  .xs-mb-60 {
    margin-bottom: 60px !important;
  }
  .xs-mb-70 {
    margin-bottom: 70px !important;
  }
  .xs-mb-80 {
    margin-bottom: 80px !important;
  }
  .xs-mb-90 {
    margin-bottom: 90px !important;
  }
  .xs-mb-100 {
    margin-bottom: 100px !important;
  }
  .xs-ml-0 {
    margin-left: 0px !important;
  }
  .xs-marginy-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .xs-marginy-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .xs-marginy-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .xs-marginy-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .xs-marginy-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .xs-marginy-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .xs-marginy-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .xs-marginy-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .xs-marginy-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .xs-marginy-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .xs-marginy-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .xs-marginx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .xs-marginx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .xs-marginx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .xs-marginx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .xs-marginx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .xs-marginx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .xs-marginx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .xs-marginx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .xs-marginx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .xs-marginx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .xs-marginx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .xs-pt-0 {
    padding-top: 0px !important;
  }
  .xs-pt-10 {
    padding-top: 10px !important;
  }
  .xs-pt-20 {
    padding-top: 20px !important;
  }
  .xs-pt-30 {
    padding-top: 30px !important;
  }
  .xs-pt-40 {
    padding-top: 40px !important;
  }
  .xs-pt-50 {
    padding-top: 50px !important;
  }
  .xs-pt-60 {
    padding-top: 60px !important;
  }
  .xs-pt-70 {
    padding-top: 70px !important;
  }
  .xs-pt-80 {
    padding-top: 80px !important;
  }
  .xs-pt-90 {
    padding-top: 90px !important;
  }
  .xs-pt-100 {
    padding-top: 100px !important;
  }
  .xs-pb-0 {
    padding-bottom: 0px !important;
  }
  .xs-pb-10 {
    padding-bottom: 10px !important;
  }
  .xs-pb-20 {
    padding-bottom: 20px !important;
  }
  .xs-pb-30 {
    padding-bottom: 30px !important;
  }
  .xs-pb-40 {
    padding-bottom: 40px !important;
  }
  .xs-pb-50 {
    padding-bottom: 50px !important;
  }
  .xs-pb-60 {
    padding-bottom: 60px !important;
  }
  .xs-pb-70 {
    padding-bottom: 70px !important;
  }
  .xs-pb-80 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90 {
    padding-bottom: 90px !important;
  }
  .xs-pb-100 {
    padding-bottom: 100px !important;
  }
  .xs-pl-0 {
    padding-left: 0px !important;
  }
  .xs-pl-10 {
    padding-left: 10px !important;
  }
  .xs-pl-20 {
    padding-left: 20px !important;
  }
  .xs-pl-30 {
    padding-left: 30px !important;
  }
  .xs-pl-40 {
    padding-left: 40px !important;
  }
  .xs-pl-50 {
    padding-left: 50px !important;
  }
  .xs-pl-60 {
    padding-left: 60px !important;
  }
  .xs-pl-70 {
    padding-left: 70px !important;
  }
  .xs-pl-80 {
    padding-left: 80px !important;
  }
  .xs-pl-90 {
    padding-left: 90px !important;
  }
  .xs-pl-100 {
    padding-left: 100px !important;
  }
  .xs-pr-0 {
    padding-right: 0px !important;
  }
  .xs-pr-10 {
    padding-right: 10px !important;
  }
  .xs-pr-20 {
    padding-right: 20px !important;
  }
  .xs-pr-30 {
    padding-right: 30px !important;
  }
  .xs-pr-40 {
    padding-right: 40px !important;
  }
  .xs-pr-50 {
    padding-right: 50px !important;
  }
  .xs-pr-60 {
    padding-right: 60px !important;
  }
  .xs-pr-70 {
    padding-right: 70px !important;
  }
  .xs-pr-80 {
    padding-right: 80px !important;
  }
  .xs-pr-90 {
    padding-right: 90px !important;
  }
  .xs-pr-100 {
    padding-right: 100px !important;
  }
  .xs-paddingy-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .xs-paddingy-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .xs-paddingy-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .xs-paddingy-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .xs-paddingy-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .xs-paddingy-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .xs-paddingy-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .xs-paddingy-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .xs-paddingy-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .xs-paddingy-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .xs-paddingy-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .xs-paddingx-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .xs-paddingx-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .xs-paddingx-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .xs-paddingx-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .xs-paddingx-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .xs-paddingx-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .xs-paddingx-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .xs-paddingx-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .xs-paddingx-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .xs-paddingx-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .xs-paddingx-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .xs-fw-normal {
    font-weight: normal !important;
  }
  .xs-fw-bold {
    font-weight: bold !important;
  }
  .xs-fw-900 {
    font-weight: 900 !important;
  }
  .xs-lh-40 {
    line-height: 40px !important;
  }
  .xs-ta-left {
    text-align: left !important;
  }
  .xs-ta-right {
    text-align: right !important;
  }
  .xs-ta-center {
    text-align: center !important;
  }
  .xs-ta-justify {
    text-align: justify !important;
  }
  .xs-color-red {
    color: #ff0000 !important;
  }
  .xs-color-yellow {
    color: #ffff00 !important;
  }
  .xs-color-green {
    color: #008000 !important;
  }
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  Fonts  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  General Settings  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

body {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 29px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

body * {
  outline: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.container {
  max-width: 1170px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

a {
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #be1400;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: #062054;
}

p {
  color: #000;
  font-size: 18px;
  font-weight: normal;
  line-height: 29px;
}

.button,
button,
input[type="submit"],
input[type="reset"],
.wp-block-button__link {
  text-decoration: none;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  text-align: center;
  background-color: #be1400;
  color: #ffffff;
  border: 0px;
  -moz-border-radius: 0px;
       border-radius: 0px;
  min-height: 44px;
  padding: 0 30px;
  font-family: "Khand", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.wp-block-button__link:hover {
  background-color: #0b3285;
  color: #ffffff;
}

.button.full,
button.full,
input[type="submit"].full,
input[type="reset"].full,
.wp-block-button__link.full {
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea {
  border: 1px solid #062054;
  -moz-border-radius: 0px;
       border-radius: 0px;
  min-height: 65px;
  padding: 5px 10px;
}

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="number"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #0b3285;
  color: #97a7cb;
  font-weight: normal;
  font-size: 12px;
  line-height: 65px;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="number"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #0b3285;
  color: #97a7cb;
  font-weight: normal;
  font-size: 12px;
  line-height: 65px;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder {
  color: #0b3285;
  color: #97a7cb;
  font-weight: normal;
  font-size: 12px;
  line-height: 65px;
}

input[type="text"].full,
input[type="email"].full,
input[type="url"].full,
input[type="tel"].full,
input[type="number"].full,
textarea.full {
  width: 100%;
}

textarea {
  height: auto;
}

h1,
.h1-size,
h2,
.h2-size,
h3,
.h3-size,
h4,
.h4-size,
h5,
.h5-size,
h6,
.h6-size {
  color: #062054;
  font-family: "Khand", serif;
  font-size: 48px;
  line-height: 110%;
  font-weight: bold;
}

h2,
.h2-size {
  font-size: 43.2px;
  line-height: 45px;
  font-weight: normal;
}

h3,
.h3-size {
  font-size: 28px;
  line-height: normal;
  font-weight: normal;
}

h4,
.h4-size {
  font-size: 33.6px;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 20px;
}

h5,
.h5-size {
  font-size: 28.8px;
  line-height: normal;
  font-weight: normal;
}

h6,
.h6-size {
  font-size: 24px;
  line-height: normal;
  font-weight: normal;
}

figure {
  margin: 0;
}

figure > img {
  max-width: 100%;
  height: auto;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  min-height: -moz-calc(100vh - 698px);
  min-height: calc(100vh - 698px);
}

main > section {
  min-height: 400px;
}

main > section ul > li {
  color: #000;
  font-size: 18px;
  font-weight: normal;
  line-height: 29px;
}

ul.categories {
  padding: 0;
}

ul.categories > li.active {
  background-color: #062054;
}

ul.categories > li.active a {
  color: white !important;
}

ul.post-categories > li {
  display: inline-block;
}

ul.post-categories > li::after {
  content: ", ";
}

ul.post-categories > li:last-child::after {
  content: none;
}

.shadowed-button {
  -moz-box-shadow: 0px 4px 10px rgba(150, 46, 34, 0.3);
       box-shadow: 0px 4px 10px rgba(150, 46, 34, 0.3);
}

.fs-14 {
  font-size: 14px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.colored-soft {
  color: #6d6d6d !important;
}

.color-white {
  color: white !important;
}

.hover-black:hover {
  background-color: #111;
  color: White;
}

.hover-white:hover {
  background-color: #fff;
  color: #111;
}

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

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

.tdn {
  text-decoration: none;
}

.link-reverse {
  color: #062054;
}

.link-reverse:hover {
  color: #be1400;
}

.text-color-red {
  color: #be1400;
}

.bg-blue {
  background-color: #0b3285;
  color: White;
}

.bg-lightblue {
  background: #e1ebfe;
}

.social-icons i {
  color: #234691;
  font-size: 25px;
  padding-right: 10px;
}

.crpa-fe-col figure {
  width: 100%;
  height: 288px;
  display: -moz-box;
  display: flex;
  -moz-box-pack: start;
       justify-content: flex-start;
  -moz-box-align: center;
       align-items: center;
  overflow: hidden;
}

.crpa-fe-col figure img {
  object-fit: cover;
}

.crpa-fe-col p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  color: #616161;
}

#archive section {
  min-height: 80px;
}

#archive .events-tab-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#archive .events-tab-links li {
  display: inline-block;
  margin-right: 30px;
}

#archive .events-tab-links li ul {
  padding-left: 0;
}

#archive .events-tab-links li ul a {
  border: 2px solid #062f87;
  height: 30px !important;
  font-family: "Khand", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #062f87;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
}

#archive .events-tab-links li ul a:hover {
  background-color: #062f87;
  color: #fff;
}

#archive .events-tab-links li ul a.active {
  background-color: #9e9e9e;
  color: #fff;
  cursor: not-allowed;
  border-color: #9e9e9e;
}

#archive .crpa-fe {
  background-image: url("/wp-content/themes/crpa/img/assets/events-list-box-bg.svg");
  position: absolute;
  height: 350px;
  width: 360px;
  padding: 30px 0 0 20px;
}

#archive .crpa-fe a {
  font-weight: bold;
  font-size: 28px !important;
  line-height: 43px;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-decoration: none;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

#archive .crpa-fe span {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}

#archive .post-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#archive .post-categories li a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  /* or 22px */
  text-align: center;
  text-transform: capitalize;
  color: #355caf;
  text-decoration: none;
}

#archive .news-list-item h2 {
  line-height: 100%;
  margin: 0;
  padding: 0;
}

.news-categories li {
  display: inline-block;
}

.news-categories li a {
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
}

.crpa-fe-col {
  position: relative;
  /*
	img {
		height:350px;
		width:567px;
	 }
*/
}

.crpa-fe {
  background-image: url("/wp-content/themes/crpa/img/assets/events-list-box-bg.svg");
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 30px 0 0 20px;
  background-repeat: no-repeat;
}

.crpa-fe a {
  font-weight: bold;
  font-size: 28px !important;
  line-height: 43px;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-decoration: none;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.crpa-fe span {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}

.post-items img {
  width: 100%;
  height: 100%;
  max-height: 390px;
}

.post-items.crpa-tv-wrapper time {
  color: #888888;
  font-size: 18px;
}

.post-items.crpa-tv-wrapper .crpa-tv-title a {
  color: #062f87;
  font-size: 24px;
  text-decoration: none;
}

.crpatv-main-photo img {
  width: 100%;
}

.events-tab-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.events-tab-links li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
}

.events-tab-links li a {
  border: 2px solid #062f87;
  height: 30px !important;
  font-family: "Khand", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #062f87;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
}

.events-tab-links li a:hover {
  background-color: #062f87;
  color: #fff;
}

.events-tab-links li a.active {
  background-color: #9e9e9e;
  color: #fff;
  cursor: not-allowed;
  border-color: #9e9e9e;
}

.width-100 img {
  width: 100%;
  height: auto;
}

.first-child-post-none .col:first-child {
  display: none;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.video-wrapper > video {
  max-width: 100%;
  display: block;
  height: auto;
  cursor: pointer;
  -moz-transition: 500ms;
  transition: 500ms;
}

.video-wrapper > video.fill {
  width: 100%;
  object-fit: cover;
}

.video-wrapper > .video-content,
.video-wrapper > .video-text,
.video-wrapper > .play-button,
.video-wrapper > .pause-button {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  -moz-transition: 500ms;
  transition: 500ms;
}

.video-wrapper > .video-content.video-content,
.video-wrapper > .video-text.video-content,
.video-wrapper > .play-button.video-content,
.video-wrapper > .pause-button.video-content {
  top: 0;
  left: 0;
  width: 100%;
  -moz-transform: none;
       transform: none;
}

.video-wrapper > .video-content.play-button, .video-wrapper > .video-content.pause-button,
.video-wrapper > .video-text.play-button,
.video-wrapper > .video-text.pause-button,
.video-wrapper > .play-button.play-button,
.video-wrapper > .play-button.pause-button,
.video-wrapper > .pause-button.play-button,
.video-wrapper > .pause-button.pause-button {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
       border-radius: 50%;
}

.video-wrapper > .video-content.play-button i, .video-wrapper > .video-content.pause-button i,
.video-wrapper > .video-text.play-button i,
.video-wrapper > .video-text.pause-button i,
.video-wrapper > .play-button.play-button i,
.video-wrapper > .play-button.pause-button i,
.video-wrapper > .pause-button.play-button i,
.video-wrapper > .pause-button.pause-button i {
  color: white;
  font-size: 50px;
}

.video-wrapper > .pause-button {
  opacity: 0;
  pointer-events: none;
}

.video-wrapper.full {
  width: 100%;
}

.video-wrapper.full > video {
  width: 100%;
}

.video-wrapper.bg-video > video {
  width: 100%;
  object-fit: cover;
  cursor: default;
}

.video-wrapper:not(.playing):not(.bg-video) > video[autoplay][muted] {
  opacity: 0.6;
}

.video-wrapper.playing > .play-button {
  opacity: 0;
  pointer-events: none;
}

.video-wrapper.playing:hover > .pause-button {
  opacity: 1;
  pointer-events: all;
}

#single video {
  width: 100%;
}

.text-decoration-none {
  text-decoration: none;
}

.crp-tv-main-post img {
  margin-top: 30px;
}

.min-height-auto {
  min-height: auto;
}

#events time {
  color: #041e55;
  font-size: 24px;
  font-weight: bold;
}

#events .crpa-fe-col {
  position: relative;
}

#events .crpa-fe-col .crpa-fe {
  top: 0;
  left: 0;
  margin-top: 0;
  height: 335px;
}

/*
.post-items.crpa-tv-wrapper figure::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: red;
	opacity: 0.3;
}
*/
.position-relative {
  position: relative;
}

.post-image-with-bg::before {
  content: url(/wp-content/themes/crpa/img/assets/events-list-box-bg.svg);
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

.post-image-with-bg img {
  display: block;
}

#home .crp-tv-main-post img {
  margin-top: 0px;
}

#events h2.post-titles {
  font-weight: bold;
  font-size: 28px !important;
  line-height: 43px;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-decoration: none;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.page-id-178 h1 {
  text-align: center;
}

.page-id-178 h2 {
  font-size: 25px;
}

.page-id-178 main > section {
  min-height: auto;
  padding: 40px 0;
}

.events {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  row-gap: 80px;
  margin-bottom: 50px;
}

.events > .event > a {
  display: block;
  position: relative;
}

.events > .event > a figure {
  overflow: hidden;
  height: 320px;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
}

.events > .event > a figure > img {
  object-fit: cover;
}

.events > .event > a .title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  background-image: url(/wp-content/themes/crpa/img/events-bg.png);
  background-repeat: no-repeat;
  color: white;
  -moz-background-size: 60% auto;
       background-size: 60% auto;
  margin: 0;
  padding-right: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  font-size: 28px;
  line-height: 43px;
  letter-spacing: 0.03em;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  Header  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
header {
  background-color: #ffffff;
}

header > .wrap {
  min-height: 60px;
  padding: 7px 0;
}

header > .wrap > .col {
  color: white;
}

header > .wrap > .col a.logo {
  height: 60px;
  width: 150px;
  float: left;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}

header > .wrap > .col .menu-icon i {
  color: #0b3285;
  font-size: 30px;
}

header > .wrap > .col .menu-icon:hover i {
  color: #be1400;
}

header input[type="text"] {
  height: 32px;
  min-height: 32px !important;
}

header .header-nav-menu {
  background-color: #062054;
  min-height: 80px;
  -moz-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
       box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
  z-index: 2;
  position: relative;
  padding: 0;
}

header .header-nav-menu .container {
  display: block;
}

ul.topbar {
  padding: 0;
  display: block;
  float: left;
}

ul.topbar li {
  width: auto;
  padding: 0 20px;
  display: block;
  float: left;
}

ul.topbar li a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #062054;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  float: left;
}

ul.topbar li a:hover {
  color: #be1400;
}

.topbar-search-form-input:focus {
  border-color: #be1400;
}

.topbar-search-form-submit {
  position: absolute;
  min-height: 32px !important;
  height: 32px !important;
  background-color: #062054;
  padding: 5px 8px;
}

.topbar-search-form-submit:hover {
  cursor: pointer;
  background-color: #be1400;
}

.topbar-social-links {
  border: none;
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 0;
  margin-left: 28px;
}

.topbar-social-links:first-child {
  padding-top: 5px;
}

.topbar-social-links img:hover {
  fill: #be1400;
}

.topbar-social-links:hover {
  filter: contrast(30%);
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  Navigation Menus  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
.mobile-menu {
  background-color: #0b3285;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  -moz-transform: translateY(-100%);
       transform: translateY(-100%);
  -moz-transition: 0.7s;
  transition: 0.7s;
}

.mobile-menu.active {
  -moz-transform: translateY(0);
       transform: translateY(0);
}

.mobile-menu nav ul li {
  display: block;
  padding: 0;
}

.mobile-menu nav ul li:not(:last-child) {
  margin-bottom: 30px;
}

.mobile-menu nav ul li a {
  font-family: "Khand", serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 25px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-menu nav ul li a:hover {
  color: #be1400;
}

.mobile-menu nav ul li .sub-menu {
  display: block;
  margin-top: 30px;
}

.mobile-menu nav ul li .sub-menu > li > a {
  font-size: 18px;
  line-height: 25px;
}

.mobile-menu .social-media {
  background-color: white;
}

.mobile-menu .close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  text-decoration: none;
  color: white;
  font-size: 40px;
}

.mobile-menu .close-menu:hover {
  color: #be1400;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  Footer  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
footer {
  background-color: #161616;
}

footer .bottom-bar {
  border-top: 1px solid #9E9E9E;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  color: #B1B1B1;
  text-decoration: none;
}

footer .bottom-bar ul {
  list-style-type: none;
  display: inline-block;
}

footer .bottom-bar ul li {
  display: inline-block;
  margin-left: 30px;
}

footer .bottom-bar ul li a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  /* identical to box height, or 29px */
  color: #B1B1B1;
  text-decoration: none;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  Home Page  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
#home .home-slider {
  height: 550px;
  z-index: 1;
}

#home .home-slider .min-heignt-calc {
  height: 550px;
}

#home .home-slider .slick-slide {
  -moz-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#home .home-slider .slick-arrow {
  opacity: 1;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: absolute !important;
  z-index: 1;
  top: 50%;
  -moz-transform: translateY(-50%);
       transform: translateY(-50%);
  background-color: transparent;
}

#home .home-slider .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.8;
}

#home .home-slider .slick-arrow.slick-prev {
  left: -135px;
}

#home .home-slider .slick-arrow.slick-next {
  right: -135px;
}

#home .home-slider .slick-dots {
  position: absolute !important;
  bottom: 40px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
       transform: translate(-50%, 0);
  background-color: transparent;
  padding: 0;
}

#home .home-slider .slick-dots li {
  margin-left: 15px;
}

#home .home-slider .slick-dots li button {
  border: 1px solid #062054;
  background-color: white;
  height: 16px;
  width: 16px;
  font-size: 8px;
  line-height: 16px;
  -moz-border-radius: 16px;
       border-radius: 16px;
  margin: 0;
  padding: 0;
  min-height: 0 !important;
}

#home .home-slider .slick-dots li button:hover {
  background-color: #be1400;
  color: #be1400;
  cursor: pointer;
}

#home .home-slider .slick-dots .slick-active button {
  background-color: #580900;
  color: #580900;
}

#home .home-slider .slick-dots * {
  display: block;
  float: left;
}

#home .home-slider .slider-text {
  color: white;
  font-family: "Khand", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 74px;
  line-height: 81px;
  letter-spacing: 0.03em;
}

#home .home-recent-news {
  padding: 0;
}

#home .home-recent-news li {
  border-top: 1px solid #C4C4C4;
  list-style-type: none;
  padding: 20px 0;
  color: #888;
  line-height: 24px !important;
}

#home .home-recent-news li a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
  font-weight: normal;
}

#home a.home-news-alert-a {
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #062F87;
  font-family: "Khand", serif;
  text-decoration: none;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

#home a.home-news-alert-a:hover {
  color: #be1400;
}

#home .view-news-alert-button {
  background-image: url("/wp-content/themes/crpa/img/assets/view-news-alert-button-bg.svg");
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  height: 148px;
  width: 240px;
  color: white;
  font-family: "Khand", serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  -moz-box-align: center;
       align-items: center;
  text-align: left;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  float: left;
  text-decoration: none;
  padding-left: 45px;
  padding-top: 40px;
}

#home .view-crpa-tv-button {
  background-image: url("/wp-content/themes/crpa/img/assets/view-crpa-tv-button-bg.svg");
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  height: 166px;
  width: 270px;
  color: white;
  font-family: "Khand", serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  -moz-box-align: center;
       align-items: center;
  text-align: left;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  float: left;
  text-decoration: none;
  padding-left: 65px;
  padding-top: 67px;
}

#home .crpa-featured-events {
  background-image: url("/wp-content/themes/crpa/img/assets/featured-events-blue-bg.svg");
  -moz-background-size: cover;
       background-size: cover;
}

#home .crpa-fe {
  background-image: url("/wp-content/themes/crpa/img/assets/crpa-featured-events-blue-bg.svg");
  position: absolute;
  height: 230px;
  width: 235px;
  padding: 30px 0 0 20px;
  top: 0;
}

#home .crpa-fe div {
  width: 157px;
}

#home .crpa-fe a {
  font-weight: bold;
  font-size: 20px !important;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  text-decoration: none;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

#home .crpa-fe a:hover {
  color: #be1400;
}

#home .crpa-fe span {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}

#home .home-white-bg {
  text-align: center;
}

#home .home-white-bg h3 {
  line-height: 50px;
}

#home .home-white-bg figure img.img2 {
  width: 68%;
}

#home .home-white-bg figure img.img3 {
  width: 50%;
}

#home .home-join-crpa {
  background-image: url("./img/home-join-crpa-bg-2.jpg");
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}

#home .home-join-crpa .wrap {
  min-height: 725px;
}

#home .home-join-crpa h1 {
  font-weight: bold;
  font-size: 64px;
  line-height: 110%;
  /* or 70px */
  text-align: center;
  letter-spacing: 0.03em;
}

#home .home-join-crpa a.button {
  font-size: 28px;
}

#home .crpa-fe-col {
  cursor: pointer;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

		* -------  Membership Levels Page  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
#membership-levels section {
  min-height: 100px !important;
}

#membership-levels .blue-box-big {
  background-image: url("/wp-content/themes/crpa/img/assets/membership-blue-box-bg-big.jpg");
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  height: 340px;
  text-align: center;
  padding-top: 30px;
  font-family: "Khand", serif;
}

#membership-levels .blue-box-big .blue-box-header {
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #BE1400;
}

#membership-levels .blue-box-big .blue-box-sub {
  font-weight: bold;
  font-size: 32px;
  line-height: 160%;
  /* or 51px */
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

#membership-levels .blue-box-big .blue-box-sub-2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 120%;
  /* or 51px */
  text-align: center;
  text-transform: uppercase;
  color: #EFEFEF;
}

#membership-levels .blue-box-big p {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 13px;
  line-height: 120%;
  /* or 16px */
  text-align: center;
  color: #FFFFFF;
}

#membership-levels .bg-1 {
  background-color: #F2F6FF;
}

#membership-levels .bg-1 .blue-box {
  background-image: url("/wp-content/themes/crpa/img/assets/membership-blue-box-bg.jpg");
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  min-height: 200px;
  height: auto;
  text-align: center;
  padding-top: 30px;
  font-family: "Khand", serif;
}

#membership-levels .bg-1 .blue-box .blue-box-header {
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  color: #BE1400;
}

#membership-levels .bg-1 .blue-box .blue-box-sub {
  font-weight: bold;
  font-size: 28px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

#membership-levels .bg-2 {
  background-color: #E1EBFE;
}

#membership-levels .bg-3 {
  background-image: url("/wp-content/themes/crpa/img/assets/bg-3-blue.jpg");
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}

#membership-levels .bg-3 .white-box {
  background-color: white;
  text-align: center;
  min-height: 1250px;
}

#membership-levels .bg-3 .white-box .white-box-header {
  height: 250px;
  padding-top: 50px;
  font-family: "Khand", serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 120%;
  /* or 38px */
  text-align: center;
  text-transform: uppercase;
  color: #041E55;
}

#membership-levels .bg-3 .white-box .white-box-header span {
  font-size: 24px;
}

#membership-levels .bg-3 .white-box .white-box-header p {
  font-weight: bold;
  font-size: 27px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  text-shadow: 1px 1px black;
}

#membership-levels .bg-3 .white-box .white-box-header.header-1 {
  background: -moz-linear-gradient(top, #954A33 0%, #FFE0D5 100%);
  background: linear-gradient(180deg, #954A33 0%, #FFE0D5 100%);
}

#membership-levels .bg-3 .white-box .white-box-header.header-2 {
  background: -moz-linear-gradient(top, #969499 0%, #D9D9D9 100%);
  background: linear-gradient(180deg, #969499 0%, #D9D9D9 100%);
}

#membership-levels .bg-3 .white-box .white-box-header.header-3 {
  background: -moz-linear-gradient(top, #CEA868 12.71%, #FCF6CA 91%);
  background: linear-gradient(180deg, #CEA868 12.71%, #FCF6CA 91%);
}

#membership-levels .bg-3 .white-box p,
#membership-levels .bg-3 .white-box li {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  text-align: left;
  color: #000000;
  margin-bottom: 25px;
}

#membership-levels .bg-3 .blue-box-big {
  background-image: url("/wp-content/themes/crpa/img/assets/bg-3-blue.jpg");
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  height: 1100px;
  text-align: center;
  padding-top: 30px;
  font-family: "Khand", serif;
}

#membership-levels .bg-3 .blue-box-big .blue-box-header {
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  color: #BE1400;
}

#membership-levels .bg-3 .blue-box-big .blue-box-sub {
  font-weight: bold;
  font-size: 32px;
  line-height: 160%;
  /* or 51px */
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

#membership-levels .bg-3 .blue-box-big .blue-box-sub-2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 120%;
  /* or 51px */
  text-align: center;
  text-transform: uppercase;
  color: #EFEFEF;
}

#membership-levels .bg-3 .blue-box-big p {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 13px;
  line-height: 120%;
  /* or 16px */
  text-align: center;
  color: #FFFFFF;
}

#events section {
  min-height: 80px;
}

#events .events-tab-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#events .events-tab-links li {
  display: inline-block;
  margin-right: 30px;
}

#events .events-tab-links li a {
  border: 2px solid #062f87;
  height: 30px !important;
  font-family: "Khand", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #062F87;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
}

#events .events-tab-links li a:hover {
  background-color: #062F87;
  color: #fff;
}

#events .events-tab-links li a.active {
  background-color: #9e9e9e;
  color: #fff;
  cursor: not-allowed;
  border-color: #9e9e9e;
}

#programs .program {
  -moz-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  height: 175px;
}

#programs .program a {
  text-decoration: none;
}

#programs .program h2 {
  font-size: 32px;
  line-height: 36px;
  padding-block-start: 50px;
}

#directors-departments .content {
  font-family: "Khand", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  -moz-box-align: center;
       align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  color: #161616;
}

#directors-departments .bg-4 {
  background-image: url("/wp-content/themes/crpa/img/assets/bg-4-blue-bg.svg");
  -moz-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
}

#directors-departments .bg-4 h3 {
  font-family: "Khand", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

#directors-departments .bg-4 p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

#directors-departments .bg-4 img {
  min-height: 175px;
}

#directors-departments .bg-4 .committees h3 {
  line-height: 34px;
  font-size: 24px;
}

#directors-departments .bg-4 .committees span {
  font-size: 18px;
  line-height: 23px;
}

#news section {
  min-height: 80px;
}

#news .events-tab-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#news .events-tab-links li {
  display: inline-block;
  margin-right: 30px;
}

#news .events-tab-links li ul {
  padding-left: 0;
}

#news .events-tab-links li ul a {
  border: 2px solid #062f87;
  height: 30px !important;
  font-family: "Khand", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #062f87;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
}

#news .events-tab-links li ul a:hover {
  background-color: #062f87;
  color: #fff;
}

#news .events-tab-links li ul a.active {
  background-color: #9e9e9e;
  color: #fff;
  cursor: not-allowed;
  border-color: #9e9e9e;
}

#news .crpa-fe {
  background-image: url("/wp-content/themes/crpa/img/assets/events-list-box-bg.svg");
  position: absolute;
  height: 350px;
  width: 360px;
  margin-top: -359px;
  padding: 30px 0 0 20px;
}

#news .crpa-fe a {
  font-weight: bold;
  font-size: 28px !important;
  line-height: 43px;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-decoration: none;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

#news .crpa-fe span {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}

#news .post-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#news .post-categories li a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  /* or 22px */
  text-align: center;
  text-transform: capitalize;
  color: #355caf;
  text-decoration: none;
}

#news .news-list-item h2 {
  line-height: 100%;
  margin: 0;
  padding: 0;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  CRPA Foundation  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
#crpa-foundation .events-tab-links li {
  margin-right: 5px;
}

#crpa-foundation .events-tab-links li a {
  padding-left: 10px;
  padding-right: 10px;
}

#single .post-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#single .post-categories li a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  /* or 22px */
  text-align: center;
  text-transform: capitalize;
  color: #355CAF;
  text-decoration: none;
}

#single h2.recent-news {
  line-height: 100%;
  padding: 0;
  margin: 0;
}

#single .single-recent-news {
  padding: 0;
}

#single .single-recent-news li {
  border-top: 1px solid #C4C4C4;
  list-style-type: none;
  padding: 20px 0;
  color: #888;
  line-height: 24px !important;
}

#single .single-recent-news li a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
  font-weight: normal;
}

#single .comment-respond label {
  display: none;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  Search Page  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
#search .search-title a {
  font-family: "Khand", serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #0b3285;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

#search .search-title a:hover {
  color: #be1400;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  CRPA TV Page  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
#crpa-tv h1 a:hover,
#crpa-tv h2 a:hover {
  color: #be1400;
}

#crpa-tv h2 {
  line-height: 35px;
  margin-top: 0;
  margin-bottom: 0;
}

#crpa-tv a img {
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

#crpa-tv a:hover img {
  opacity: 0.7;
}


/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  Chapter Page(s)  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
body.chapter-page {

}
body.chapter-page header > .wrap {
  min-height: 150px;
}
body.chapter-page .main-header {
  background-color: #062054;
  color: #fff;
  display: flex;
}
body.chapter-page .main-header h1 {
  color: #fff;
}

.s-wrap {
  height: 100%;
  position: relative;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-wrap > * {
  z-index: 1;
}
.s-wrap .s-bg {
  z-index: 0;
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
}
.s-wrap .swiper-slide img {
  object-fit: cover;
}

/* Chapters Layout*/
.chapters-sidebar h2.recent-news {
  line-height: 100%;
  padding: 0;
  margin: 0;
}
.chapters-sidebar .single-recent-news {
  padding: 0;
}
.chapters-sidebar .single-recent-news li {
  border-top: 1px solid #C4C4C4;
  list-style-type: none;
  padding: 20px 0;
  color: #888;
  line-height: 24px !important;
}
.chapters-sidebar .single-recent-news li a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
  font-weight: normal;
}
.crpa-chapters-grid-view img,
.crpa-chapters-featured-articles img {
  width: 100%;
  height: 16em;
  object-fit: cover;
  object-position: top;
}

/* Chapters Menu */
ul.chapters-menu {
  margin: 0 0 1em 0;
  background-color: #062054;
  padding: 1em 0;
  list-style: none;
}
ul.chapters-menu li a {
  position: relative;
  display: block;
  padding-left: 1em;
  text-decoration: none;
  color: #fff;
}
ul.chapters-menu li.current-menu-item a:before,
ul.chapters-menu li.current-menu-item a:after {
  content: "";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 0.5em solid white;
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
}

ul.chapters-menu li.current-menu-item a:after {
  left: auto;
  right: -0.5em;
  border-left-color: #062054;
}

/* CHAPTERS (CPT) - Style for Header-Chapter.php  */
.chapter-cpt header > .wrap > .col a.logo {
  height: auto;
}

.chapter-menu .hamburger {
  display: none;
}
.chapter-menu .hamburger.active {
  color: #be1400;
}
@media (max-width: 768px) {
  .chapter-cpt header nav ul {
    display: none;
  }
  .chapter-cpt header .chapter-menu li {
    width: 70%;
    height: 1em;
    display: inline-block;
    padding: 0 10px;
  }
  .chapter-menu .hamburger {
    display: block;
    position: absolute;
    right: 3%;
    color: white;
    text-transform: uppercase;
    top: 1.5em;
  }
}

/* Archive > member-stories(post-type) */
body.post-type-archive-member-stories .wp-post-image {
  width: 100%;
  height: 16em;
  object-fit: cover;
  object-position: top;
}

/* Login With Ajax plugin style */
.lwa input {
  max-width: 17em;
  min-height: 1em !important;
  height: 2em;
  border: 2px solid #062054;
  vertical-align: middle;
}

/*--*--*--*--*--*--*--*--*--*--*-*--*--*--*--*--*--*--*--*

			* -------  Mobile  ------- *

-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/
/* lg - TABLET LANDSCAPE */
@media (max-width: 1199px) {
  ul.topbar li {
    padding: 0 5px;
  }
  .topbar-social-links {
    margin-left: 12px;
  }
  .home-news-alert img {
    width: 100%;
  }
  .width-100 img {
    width: 100%;
  }
  #archive .events-tab-links .categories,
  #news .events-tab-links .categories {
    margin-right: 0;
  }
  #archive .events-tab-links .categories li,
  #news .events-tab-links .categories li {
    margin-bottom: 20px;
  }
  #archive .crpa-fe-col img,
  #news .crpa-fe-col img {
    width: 100%;
    height: auto;
  }
  #home .home-slider {
    height: -moz-calc(100vh - 245px);
    height: calc(100vh - 245px);
  }
  #home .home-slider .min-heignt-calc {
    height: -moz-calc(100vh - 245px);
    height: calc(100vh - 245px);
  }
  #home .home-slider .slick-arrow {
    bottom: -80px;
  }
  #home .home-slider .slick-arrow.slick-prev {
    left: -25px;
    margin-top: 0;
    top: unset;
  }
  #home .home-slider .slick-arrow.slick-next {
    right: -25px;
    margin-top: 0;
    top: unset;
  }
  #home .home-slider .slick-dots {
    bottom: -70px;
  }
  #home .home-slider .slick-dots li button {
    background-color: #0b3285;
    color: #0b3285;
  }
  #home .home-slider .slick-dots li button:hover {
    background-color: #be1400;
    color: #be1400;
  }
  #home .home-slider .slick-dots li.slick-active button {
    background-color: #be1400;
    color: #be1400;
  }
  #home .view-news-alert-button,
  #home .view-crpa-tv-button {
    padding-left: 15px;
    padding-top: 40px;
    width: 100%;
    background-position-x: right;
  }
  #home .crpa-fe-col img {
    width: 100%;
    height: auto;
  }
  #home .crpa-fe-col .crpa-fe {
    height: 184px;
  }
  #home .crpa-featured-events {
    padding-bottom: 50px;
    min-height: auto;
  }
  #programs > section {
    min-height: 300px;
  }
  #events .crpa-fe-col .crpa-fe {
    height: 245px;
  }
  #membership-levels .bg-1 .blue-box,
  #membership-levels .bg-1 .blue-box-big {
    height: 260px;
  }
}

/* md - TABLET PORTRAIT */
@media (max-width: 991px) {
  ul.topbar {
    float: right;
  }
  #home .home-slider .min-heignt-calc {
    height: 50vh;
  }
  #home .home-slider .slick-slide {
    height: 50vh;
  }
  #home .home-slider {
    height: 50vh;
  }
  .home-white-bg figure {
    height: inherit;
    vertical-align: inherit;
    display: inherit !important;
  }
  .home-white-bg figure img {
    text-align: center;
    -moz-box-pack: center;
         justify-content: center;
    margin-top: 30px;
  }
  .home-white-bg figure img.img1 {
    margin-left: 0 !important;
  }
  .home-white-bg figure img.img2 {
    margin-left: 0 !important;
  }
  .home-white-bg figure img.img3 {
    margin-left: 0 !important;
  }
  #home .home-join-crpa .wrap {
    min-height: auto;
  }
  .home-join-crpa p {
    text-shadow: 2px 2px black;
  }
  .home-join-crpa p.text-left {
    text-align: inherit;
  }
  header > .wrap > .col a.logo {
    float: inherit;
  }
  #membership-levels .bg-1 .blue-box {
    padding-top: 50px;
    height: 170px;
  }
  #membership-levels .bg-1 .blue-box-big {
    height: 230px;
  }
  #membership-levels .bg-3 .white-box p {
    padding: 15px 5px;
  }
  #programs .program h2 {
    font-size: 20px;
    line-height: 32px;
  }
  #events .crpa-fe-col .crpa-fe {
    height: 300px;
  }
}

/* sm - MOBILE LANDSCAPE */
@media (max-width: 767px) {
  ul.topbar {
    float: inherit !important;
  }
  ul.topbar li {
    padding: 0 20px;
    float: inherit;
    display: inline-block;
  }
  ul.topbar li a {
    float: inherit;
  }
  main > section {
    min-height: auto;
  }
  .topbar-social-links {
    float: inherit !important;
    display: inline-block;
    margin-top: 10px;
  }
  .home-news-alert img {
    height: auto;
  }
  .contact-page-map {
    position: relative;
    width: inherit;
    top: 0px;
    right: 0;
    height: auto;
    padding-bottom: 30px;
  }
  .contact-page-map iframe {
    width: 100%;
    height: 100vh;
  }
  .events-tab-links li,
  #archive .events-tab-links li {
    margin-right: 10px;
  }
  #home .home-slider {
    height: -moz-calc(100vh - 85px);
    height: calc(100vh - 85px);
  }
  #home .home-slider .slick-slide {
    height: -moz-calc(100vh - 85px);
    height: calc(100vh - 85px);
  }
  #home .home-slider .slick-slide .min-heignt-calc {
    height: -moz-calc(100vh - 85px);
    height: calc(100vh - 85px);
  }
  #home .home-slider .slick-slide .slider-text {
    font-size: 50px;
    line-height: 55px;
  }
  #home .crpa-fe-col .crpa-fe {
    height: 151px;
    padding: 5px 0 0 10px;
  }
  #membership-levels .bg-3 {
    height: auto;
  }
  #membership-levels .bg-3 .white-box {
    height: auto;
  }
  #membership-levels .bg-3 .white-box p {
    text-align: center;
  }
  #programs .program h2 {
    font-size: 30px;
    line-height: 40px;
    padding-block-start: 30px;
  }
  #news .events-tab-links li,
  #events .events-tab-links li {
    margin-right: 10px;
  }
  #events .crpa-fe-col .crpa-fe {
    height: 260px;
  }
}

/* xs - MOBILE PORTRAIT */
@media (max-width: 479px) {
  .mobile-menu nav ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .mobile-menu nav ul li .sub-menu {
    margin-top: 20px;
  }
  .crp-tv-post-field img {
    height: auto;
  }
  .events-tab-links li,
  #archive .events-tab-links li,
  #news .events-tab-links li,
  #events .events-tab-links li {
    display: block;
    margin-right: 0;
  }
  .events-tab-links li:not(:last-child),
  #archive .events-tab-links li:not(:last-child),
  #news .events-tab-links li:not(:last-child),
  #events .events-tab-links li:not(:last-child) {
    margin-bottom: 20px;
  }
  .events-tab-links li a,
  #archive .events-tab-links li a,
  #news .events-tab-links li a,
  #events .events-tab-links li a {
    display: inline-block;
    width: 100%;
    height: auto !important;
  }
  footer .bottom-bar ul li {
    margin-bottom: 20px;
    margin-left: 0;
    display: block;
  }
  #home .home-slider {
    height: -moz-calc(100vh - 150px);
    height: calc(100vh - 150px);
  }
  #home .home-slider .slick-slide {
    background-position: center;
    height: -moz-calc(100vh - 150px);
    height: calc(100vh - 150px);
  }
  #home .home-slider .slick-slide .min-heignt-calc {
    height: -moz-calc(100vh - 150px);
    height: calc(100vh - 150px);
  }
  #home .home-slider .slick-slide .slider-text {
    font-size: 30px;
    line-height: 45px;
  }
  #home .home-slider .slick-dots {
    display: none !important;
  }
  #home .home-white-bg figure {
    height: auto;
  }
  #membership-levels .blue-box-big .blue-box-header {
    font-size: 28px;
  }
  #membership-levels .bg-1 .blue-box {
    height: auto;
  }
  #membership-levels .bg-1 .blue-box .blue-box-header {
    font-size: 28px;
  }
  #membership-levels .bg-2 .blue-box-big {
    height: auto;
  }
  #events .crpa-fe-col .crpa-fe {
    height: 130px;
  }
  #events .crpa-fe-col .crpa-fe h2.post-titles {
    font-size: 18px !important;
    line-height: 23px;
  }
}

/* RETINA FIXES */

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