/*
  Sassquatch
  Version: 0.1
  Author: Kevin Andrews

  sassquatch uses the BEM css class naming convention.
  .block__element
  .block--modifier
  .block__element--modifier
  .block--modifier__element--modifier
*/
/* VARIABLES
------------------------------------------------------------------------------*/
/* Brand Colours
------------------------------------------------------------------------------*/
/* General Colours
------------------------------------------------------------------------------*/
/* Contextual Colours
------------------------------------------------------------------------------*/
/* ANIMATIONS
------------------------------------------------------------------------------*/
@-webkit-keyframes hover-button-horizontal {
  16.65% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  33.3% {
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
  49.95% {
    -webkit-transform: translate(4px, 0);
    transform: translate(4px, 0);
  }
  66.6% {
    -webkit-transform: translate(-2px, 0);
    transform: translate(-2px, 0);
  }
  83.25% {
    -webkit-transform: translate(1px, 0);
    transform: translate(1px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes hover-button-horizontal {
  16.65% {
    -moz-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  33.3% {
    -moz-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
  49.95% {
    -moz-transform: translate(4px, 0);
    transform: translate(4px, 0);
  }
  66.6% {
    -moz-transform: translate(-2px, 0);
    transform: translate(-2px, 0);
  }
  83.25% {
    -moz-transform: translate(1px, 0);
    transform: translate(1px, 0);
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes hover-button-horizontal {
  16.65% {
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  33.3% {
    -o-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
  49.95% {
    -o-transform: translate(4px, 0);
    transform: translate(4px, 0);
  }
  66.6% {
    -o-transform: translate(-2px, 0);
    transform: translate(-2px, 0);
  }
  83.25% {
    -o-transform: translate(1px, 0);
    transform: translate(1px, 0);
  }
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hover-button-horizontal {
  16.65% {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  33.3% {
    -webkit-transform: translate(-5px, 0);
    -moz-transform: translate(-5px, 0);
    -o-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
  49.95% {
    -webkit-transform: translate(4px, 0);
    -moz-transform: translate(4px, 0);
    -o-transform: translate(4px, 0);
    transform: translate(4px, 0);
  }
  66.6% {
    -webkit-transform: translate(-2px, 0);
    -moz-transform: translate(-2px, 0);
    -o-transform: translate(-2px, 0);
    transform: translate(-2px, 0);
  }
  83.25% {
    -webkit-transform: translate(1px, 0);
    -moz-transform: translate(1px, 0);
    -o-transform: translate(1px, 0);
    transform: translate(1px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes hover-button-vertical {
  16.65% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  33.3% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  49.95% {
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }
  66.6% {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
  83.25% {
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-moz-keyframes hover-button-vertical {
  16.65% {
    -moz-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  33.3% {
    -moz-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  49.95% {
    -moz-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }
  66.6% {
    -moz-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
  83.25% {
    -moz-transform: translate(0, 1px);
    transform: translate(0, 1px);
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-o-keyframes hover-button-vertical {
  16.65% {
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  33.3% {
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  49.95% {
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }
  66.6% {
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
  83.25% {
    -o-transform: translate(0, 1px);
    transform: translate(0, 1px);
  }
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes hover-button-vertical {
  16.65% {
    -webkit-transform: translate(0, 5px);
    -moz-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  33.3% {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  49.95% {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }
  66.6% {
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
  83.25% {
    -webkit-transform: translate(0, 1px);
    -moz-transform: translate(0, 1px);
    -o-transform: translate(0, 1px);
    transform: translate(0, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* MIXINS
------------------------------------------------------------------------------*/
/* Hide elements while remaining accessible */
/* Reset styles applied with the set-webaim-hidden mixin */
/* Adds depth to the element */
/* Adds an animated effect to link interactions */
/* Styles element as a CSS triangle */
/* Converts pixel font size value into EM based on base font size variable */
/* CONFIGURATION
------------------------------------------------------------------------------*/
/* CSS RESET
------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Load Fonts Here
------------------------------------------------------------------------------*/
/* --------------- System Tabs  --------------- */
div.tabs {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}

.tabs ul.primary {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px !important;
}

.tabs ul.primary li a {
  color: #000;
  background-color: #ededed;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  padding: 0 10px 3px;
  text-shadow: 0 1px 0 #fff;
}

.tabs ul.primary li.is-active a {
  background-color: #ffffff;
  border: 1px solid #bbb;
}

@media screen and (max-width: 37.5em) {
  /* 600px */
  .tabs ul.primary {
    border-bottom: 1px solid #bbb;
  }
  .tabs ul.primary li {
    display: block;
    margin: 0;
  }
  .tabs ul.primary li a {
    padding: 5px 10px;
  }
  .tabs ul.primary li.is-active a {
    border-bottom: none;
  }
}

@media screen and (min-width: 37.5em) {
  /* 600px */
  .tabs ul.primary {
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    padding: 0 3px;
    margin: 0;
    overflow: hidden;
    border: none !important;
    background: transparent url(../../assets/images/tabs-border.png) repeat-x left bottom;
    white-space: nowrap;
  }
  .tabs ul.primary li {
    display: block;
    float: left;
    /* LTR */
    vertical-align: bottom;
    margin: 0 5px 0 0;
    /* LTR */
  }
  [dir="rtl"] .tabs ul.primary li {
    margin: 0 0 0 5px;
    float: right;
  }
  .tabs ul.primary li a {
    float: left;
    /* not LTR */
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
  }
  .tabs ul.primary li.is-active a {
    border-bottom: 1px solid #fff;
  }
}

.tabs ul.secondary {
  border-bottom: none;
  margin: 5px;
  padding: 0.5em 0;
  overflow: hidden;
}

.tabs ul.secondary li {
  border-right: 1px solid #ccc;
  /* LTR */
  display: block;
  float: left;
  /* LTR */
  margin: 0;
  padding: 0 1em;
}

[dir="rtl"] .tabs ul.secondary li {
  border-left: 1px solid #ccc;
  border-right: none;
  float: right;
}

.tabs ul.secondary li:last-child {
  border-right: none;
  /* LTR */
}

[dir="rtl"] .tabs ul.secondary li:last-child {
  border-left: none;
}

.tabs ul.secondary li:first-child {
  padding-left: 0;
  /* LTR */
}

[dir="rtl"] .tabs ul.secondary li:first-child {
  padding-right: 0;
}

.tabs ul.secondary li a {
  display: inline;
  padding: 0.25em 0.5em;
  text-decoration: none;
}

.tabs ul.secondary li a.is-active {
  background: #f2f2f2;
  border-bottom: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

nav.tabs {
  position: relative;
  z-index: 100;
}

/* THEME BASELINE STYLES
------------------------------------------------------------------------------*/
html,
body {
  font-size: 16px;
  font-family: "Open Sans", "Helvetica Nueue", "Arial", sans-serif;
  line-height: 1.4;
  margin: 0;
  color: #636569;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:first-child {
  margin-top: 0;
}

*:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Nueue", "Arial", sans-serif;
  margin-bottom: 20px;
  margin-top: 15px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 45px;
}

h1 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1875;
}

h2 {
  font-size: 1.75em;
  font-weight: 300;
  line-height: 1.21429;
}

h3 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.16667;
}

h4 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.22222;
}

h6 {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.25;
}

p {
  margin-bottom: 15px;
}

a {
  color: #AA1F2E;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  display: inline;
  padding: 2px 0;
  margin: -2px 0;
  position: relative;
  text-decoration: none;
}

a:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 3px;
  background: #AA1F2E;
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

a:hover:after, a:focus:after {
  width: 0;
}

a:hover, a:focus {
  color: #D51B2F;
}

a:hover:after, a:focus:after {
  color: #D51B2F;
}

a:active {
  color: #830E1B;
}

a:active:after {
  color: #830E1B;
}

a,
img {
  border: none;
}

img:only-child {
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

small {
  font-size: 0.8em;
}

sup,
sub {
  font-size: 0.6em;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

ul {
  list-style: initial;
}

ol {
  list-style-type: decimal;
}

ul,
ol {
  padding-left: 20px;
  margin-bottom: 25px;
}

ul li,
ol li {
  margin-bottom: 10px;
}

ul li > ul,
ul li > ol,
ol li > ul,
ol li > ol {
  margin-top: 10px;
}

ul li > ul:last-child,
ul li > ol:last-child,
ol li > ul:last-child,
ol li > ol:last-child {
  margin-top: 10px;
}

hr {
  margin: 15px 0;
  border: none;
  height: 1px;
  width: 100%;
  background: #D9D8D6;
}

nav ul,
nav ol {
  list-style: none;
  padding-left: 0;
}

nav ul li,
nav ol li {
  margin-bottom: 0;
}

nav ul li > ul,
nav ul li > ol,
nav ol li > ul,
nav ol li > ol {
  margin-top: 0;
}

nav ul li > ul:last-child,
nav ul li > ol:last-child,
nav ol li > ul:last-child,
nav ol li > ol:last-child {
  margin-top: 0;
}

section {
  padding: 30px 0;
}

details {
  display: block;
}

details summary {
  padding: 10px;
}

select::-ms-expand {
  display: none;
}

/* THEME STRUCTURE
------------------------------------------------------------------------------*/
/* GRID
---------------------------------------------------------------------------*/
*[class*="grid__col"] {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 100%;
}

*[class*="grid__col"]:last-of-type {
  margin-bottom: 0;
}

.grid {
  margin: 0 -15px;
  margin-bottom: 30px;
}

.grid:after {
  clear: both;
  content: "";
  display: table;
}

.grid:last-of-type {
  margin-bottom: 0;
}

.grid__col--1 {
  width: 8.33333%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-1 {
  margin-left: 8.33333%;
}

.grid__col--offset-left-1 {
  margin-left: -8.33333%;
}

.grid__col--2 {
  width: 16.66667%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-2 {
  margin-left: 16.66667%;
}

.grid__col--offset-left-2 {
  margin-left: -16.66667%;
}

.grid__col--3 {
  width: 25%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-3 {
  margin-left: 25%;
}

.grid__col--offset-left-3 {
  margin-left: -25%;
}

.grid__col--4 {
  width: 33.33333%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-4 {
  margin-left: 33.33333%;
}

.grid__col--offset-left-4 {
  margin-left: -33.33333%;
}

.grid__col--5 {
  width: 41.66667%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-5 {
  margin-left: 41.66667%;
}

.grid__col--offset-left-5 {
  margin-left: -41.66667%;
}

.grid__col--6 {
  width: 50%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-6 {
  margin-left: 50%;
}

.grid__col--offset-left-6 {
  margin-left: -50%;
}

.grid__col--7 {
  width: 58.33333%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-7 {
  margin-left: 58.33333%;
}

.grid__col--offset-left-7 {
  margin-left: -58.33333%;
}

.grid__col--8 {
  width: 66.66667%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-8 {
  margin-left: 66.66667%;
}

.grid__col--offset-left-8 {
  margin-left: -66.66667%;
}

.grid__col--9 {
  width: 75%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-9 {
  margin-left: 75%;
}

.grid__col--offset-left-9 {
  margin-left: -75%;
}

.grid__col--10 {
  width: 83.33333%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-10 {
  margin-left: 83.33333%;
}

.grid__col--offset-left-10 {
  margin-left: -83.33333%;
}

.grid__col--11 {
  width: 91.66667%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-11 {
  margin-left: 91.66667%;
}

.grid__col--offset-left-11 {
  margin-left: -91.66667%;
}

.grid__col--12 {
  width: 100%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-12 {
  margin-left: 100%;
}

.grid__col--offset-left-12 {
  margin-left: -100%;
}

.grid--flush {
  margin: 0;
  margin-bottom: 0;
}

.grid--flush *[class*="grid__col"] {
  padding: 0;
  margin-bottom: 0;
}

.grid--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.grid--flex *[class*="grid__col"] {
  float: none;
}

@media (min-width: 480px) {
  .grid--flex-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid--flex-sm .grid__col {
    margin-bottom: 0;
  }
  .grid__col--sm-1 {
    width: 8.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-1 {
    margin-left: 8.33333%;
  }
  .grid__col--offset-left-sm-1 {
    margin-left: -8.33333%;
  }
  .grid__col--sm-2 {
    width: 16.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-2 {
    margin-left: 16.66667%;
  }
  .grid__col--offset-left-sm-2 {
    margin-left: -16.66667%;
  }
  .grid__col--sm-3 {
    width: 25%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-3 {
    margin-left: 25%;
  }
  .grid__col--offset-left-sm-3 {
    margin-left: -25%;
  }
  .grid__col--sm-4 {
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-4 {
    margin-left: 33.33333%;
  }
  .grid__col--offset-left-sm-4 {
    margin-left: -33.33333%;
  }
  .grid__col--sm-5 {
    width: 41.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-5 {
    margin-left: 41.66667%;
  }
  .grid__col--offset-left-sm-5 {
    margin-left: -41.66667%;
  }
  .grid__col--sm-6 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-6 {
    margin-left: 50%;
  }
  .grid__col--offset-left-sm-6 {
    margin-left: -50%;
  }
  .grid__col--sm-7 {
    width: 58.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-7 {
    margin-left: 58.33333%;
  }
  .grid__col--offset-left-sm-7 {
    margin-left: -58.33333%;
  }
  .grid__col--sm-8 {
    width: 66.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-8 {
    margin-left: 66.66667%;
  }
  .grid__col--offset-left-sm-8 {
    margin-left: -66.66667%;
  }
  .grid__col--sm-9 {
    width: 75%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-9 {
    margin-left: 75%;
  }
  .grid__col--offset-left-sm-9 {
    margin-left: -75%;
  }
  .grid__col--sm-10 {
    width: 83.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-10 {
    margin-left: 83.33333%;
  }
  .grid__col--offset-left-sm-10 {
    margin-left: -83.33333%;
  }
  .grid__col--sm-11 {
    width: 91.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-11 {
    margin-left: 91.66667%;
  }
  .grid__col--offset-left-sm-11 {
    margin-left: -91.66667%;
  }
  .grid__col--sm-12 {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-12 {
    margin-left: 100%;
  }
  .grid__col--offset-left-sm-12 {
    margin-left: -100%;
  }
}

@media (min-width: 768px) {
  .grid--flex-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid--flex-md .grid__col {
    margin-bottom: 0;
  }
  .grid__col--md-1 {
    width: 8.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-1 {
    margin-left: 8.33333%;
  }
  .grid__col--offset-left-md-1 {
    margin-left: -8.33333%;
  }
  .grid__col--md-2 {
    width: 16.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-2 {
    margin-left: 16.66667%;
  }
  .grid__col--offset-left-md-2 {
    margin-left: -16.66667%;
  }
  .grid__col--md-3 {
    width: 25%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-3 {
    margin-left: 25%;
  }
  .grid__col--offset-left-md-3 {
    margin-left: -25%;
  }
  .grid__col--md-4 {
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-4 {
    margin-left: 33.33333%;
  }
  .grid__col--offset-left-md-4 {
    margin-left: -33.33333%;
  }
  .grid__col--md-5 {
    width: 41.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-5 {
    margin-left: 41.66667%;
  }
  .grid__col--offset-left-md-5 {
    margin-left: -41.66667%;
  }
  .grid__col--md-6 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-6 {
    margin-left: 50%;
  }
  .grid__col--offset-left-md-6 {
    margin-left: -50%;
  }
  .grid__col--md-7 {
    width: 58.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-7 {
    margin-left: 58.33333%;
  }
  .grid__col--offset-left-md-7 {
    margin-left: -58.33333%;
  }
  .grid__col--md-8 {
    width: 66.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-8 {
    margin-left: 66.66667%;
  }
  .grid__col--offset-left-md-8 {
    margin-left: -66.66667%;
  }
  .grid__col--md-9 {
    width: 75%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-9 {
    margin-left: 75%;
  }
  .grid__col--offset-left-md-9 {
    margin-left: -75%;
  }
  .grid__col--md-10 {
    width: 83.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-10 {
    margin-left: 83.33333%;
  }
  .grid__col--offset-left-md-10 {
    margin-left: -83.33333%;
  }
  .grid__col--md-11 {
    width: 91.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-11 {
    margin-left: 91.66667%;
  }
  .grid__col--offset-left-md-11 {
    margin-left: -91.66667%;
  }
  .grid__col--md-12 {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-12 {
    margin-left: 100%;
  }
  .grid__col--offset-left-md-12 {
    margin-left: -100%;
  }
}

@media (min-width: 992px) {
  .grid--flex-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid--flex-lg .grid__col {
    margin-bottom: 0;
  }
  .grid__col--lg-1 {
    width: 8.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-1 {
    margin-left: 8.33333%;
  }
  .grid__col--offset-left-lg-1 {
    margin-left: -8.33333%;
  }
  .grid__col--lg-2 {
    width: 16.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-2 {
    margin-left: 16.66667%;
  }
  .grid__col--offset-left-lg-2 {
    margin-left: -16.66667%;
  }
  .grid__col--lg-3 {
    width: 25%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-3 {
    margin-left: 25%;
  }
  .grid__col--offset-left-lg-3 {
    margin-left: -25%;
  }
  .grid__col--lg-4 {
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-4 {
    margin-left: 33.33333%;
  }
  .grid__col--offset-left-lg-4 {
    margin-left: -33.33333%;
  }
  .grid__col--lg-5 {
    width: 41.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-5 {
    margin-left: 41.66667%;
  }
  .grid__col--offset-left-lg-5 {
    margin-left: -41.66667%;
  }
  .grid__col--lg-6 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-6 {
    margin-left: 50%;
  }
  .grid__col--offset-left-lg-6 {
    margin-left: -50%;
  }
  .grid__col--lg-7 {
    width: 58.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-7 {
    margin-left: 58.33333%;
  }
  .grid__col--offset-left-lg-7 {
    margin-left: -58.33333%;
  }
  .grid__col--lg-8 {
    width: 66.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-8 {
    margin-left: 66.66667%;
  }
  .grid__col--offset-left-lg-8 {
    margin-left: -66.66667%;
  }
  .grid__col--lg-9 {
    width: 75%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-9 {
    margin-left: 75%;
  }
  .grid__col--offset-left-lg-9 {
    margin-left: -75%;
  }
  .grid__col--lg-10 {
    width: 83.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-10 {
    margin-left: 83.33333%;
  }
  .grid__col--offset-left-lg-10 {
    margin-left: -83.33333%;
  }
  .grid__col--lg-11 {
    width: 91.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-11 {
    margin-left: 91.66667%;
  }
  .grid__col--offset-left-lg-11 {
    margin-left: -91.66667%;
  }
  .grid__col--lg-12 {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-12 {
    margin-left: 100%;
  }
  .grid__col--offset-left-lg-12 {
    margin-left: -100%;
  }
}

@media (min-width: 1200px) {
  .grid--flex-xl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid--flex-xl .grid__col {
    margin-bottom: 0;
  }
  .grid__col--xl-1 {
    width: 8.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-1 {
    margin-left: 8.33333%;
  }
  .grid__col--offset-left-xl-1 {
    margin-left: -8.33333%;
  }
  .grid__col--xl-2 {
    width: 16.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-2 {
    margin-left: 16.66667%;
  }
  .grid__col--offset-left-xl-2 {
    margin-left: -16.66667%;
  }
  .grid__col--xl-3 {
    width: 25%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-3 {
    margin-left: 25%;
  }
  .grid__col--offset-left-xl-3 {
    margin-left: -25%;
  }
  .grid__col--xl-4 {
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-4 {
    margin-left: 33.33333%;
  }
  .grid__col--offset-left-xl-4 {
    margin-left: -33.33333%;
  }
  .grid__col--xl-5 {
    width: 41.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-5 {
    margin-left: 41.66667%;
  }
  .grid__col--offset-left-xl-5 {
    margin-left: -41.66667%;
  }
  .grid__col--xl-6 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-6 {
    margin-left: 50%;
  }
  .grid__col--offset-left-xl-6 {
    margin-left: -50%;
  }
  .grid__col--xl-7 {
    width: 58.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-7 {
    margin-left: 58.33333%;
  }
  .grid__col--offset-left-xl-7 {
    margin-left: -58.33333%;
  }
  .grid__col--xl-8 {
    width: 66.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-8 {
    margin-left: 66.66667%;
  }
  .grid__col--offset-left-xl-8 {
    margin-left: -66.66667%;
  }
  .grid__col--xl-9 {
    width: 75%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-9 {
    margin-left: 75%;
  }
  .grid__col--offset-left-xl-9 {
    margin-left: -75%;
  }
  .grid__col--xl-10 {
    width: 83.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-10 {
    margin-left: 83.33333%;
  }
  .grid__col--offset-left-xl-10 {
    margin-left: -83.33333%;
  }
  .grid__col--xl-11 {
    width: 91.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-11 {
    margin-left: 91.66667%;
  }
  .grid__col--offset-left-xl-11 {
    margin-left: -91.66667%;
  }
  .grid__col--xl-12 {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-12 {
    margin-left: 100%;
  }
  .grid__col--offset-left-xl-12 {
    margin-left: -100%;
  }
}

body {
  background: #F4F3F2;
  -webkit-transition: padding-left 0.4s ease-in-out;
  -o-transition: padding-left 0.4s ease-in-out;
  -moz-transition: padding-left 0.4s ease-in-out;
  transition: padding-left 0.4s ease-in-out;
}

body.has-compare {
  padding-left: 32px;
}

body.has-compare.compare-open {
  padding-left: 432px;
}

.brand {
  display: block;
  width: 100%;
  max-width: 300px;
}

.brand img {
  width: 100%;
}

.link {
  color: #AA1F2E;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  display: inline;
  padding: 2px 0;
  margin: -2px 0;
  position: relative;
  text-decoration: none;
}

.link:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 3px;
  background: #AA1F2E;
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.link:hover:after, .link:focus:after {
  width: 0;
}

.link:hover, .link:focus {
  color: #D51B2F;
}

.link:hover:after, .link:focus:after {
  background: #D51B2F;
}

.link:active {
  color: #830E1B;
}

.link:active:after {
  background: #830E1B;
}

.link--secondary {
  color: #636569;
}

.link--secondary:hover, .link--secondary:focus {
  color: #4a4c4f;
}

.link--secondary:hover:after, .link--secondary:focus:after {
  background: #4a4c4f;
}

.link--secondary:active {
  color: #323335;
}

.link--secondary:active:after {
  background: #323335;
}

.indicator {
  color: #000000;
  font-weight: 700;
}

.page__content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 30px;
  background: #ffffff;
  margin-bottom: 25px;
}

.page__content + hr {
  height: 2px;
  background: #D51B2F;
}

.content--fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1500;
  width: 1000px;
  padding: 15px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  overflow: auto;
}

.content--fixed img {
  display: inline-block;
  width: 200px;
  max-width: 100%;
}

.content--fixed .card {
  padding: 30px 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 20px #000000;
  -moz-box-shadow: 2px 2px 20px #000000;
  box-shadow: 2px 2px 20px #000000;
}

.content--fixed .card *[class^="grid__col"] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.content--fixed .card *[class^="grid__col"]:first-of-type {
  padding-right: 45px;
  position: relative;
}

.content--fixed .card *[class^="grid__col"]:first-of-type:after {
  content: '';
  width: 3px;
  height: 100%;
  background: #D9D8D6;
  position: absolute;
  right: -1px;
  top: 0;
}

.content--fixed .card *[class^="grid__col"]:last-of-type {
  padding-left: 45px;
}

.content--fixed h2 {
  color: #F9471F;
  font-weight: 400;
}

.content--fixed h3 {
  color: #AA1F2E;
  margin-bottom: 60px;
}

.compare {
  width: 0;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  float: left;
  overflow: hidden;
}

.compare.open {
  width: 400px;
  max-width: 100%;
}

.compare__toggle {
  float: right;
  margin-top: 30px;
  padding: 10px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #D9D8D6;
  border-left: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.compare__toggle i {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
}

.compare__toggle.open i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.compare__documents {
  list-style: none;
  padding: 0;
}

.compare__documents .ui-draggable-dragging {
  width: 370px;
  pointer-events: none;
}

.compare__documents .ui-draggable-dragging .document-details {
  display: none !important;
}

.compare__documents h3 {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.33333;
}

.compare__documents li {
  padding: 30px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #F4F3F2;
  position: relative;
}

.compare__documents li.hovered.hovered--top:before {
  content: '';
  width: 100%;
  height: 3px;
  background: #F9471F;
  position: absolute;
  top: 0;
  left: 0;
}

.compare__documents li.hovered.hovered--bottom:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #F9471F;
  position: absolute;
  bottom: 0;
  left: 0;
}

.compare__documents li:last-of-type {
  border-bottom: none;
}

.compare__content {
  width: 400px;
  padding: 30px;
  padding-right: 0;
}

.compare__content img {
  width: 200px;
  margin-bottom: 30px;
}

.compare__drawer {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
}

.compare__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 100%;
  background: #ffffff;
  border-right: 1px solid #D9D8D6;
  -webkit-box-shadow: 0px 0px 10px #D9D8D6;
  -moz-box-shadow: 0px 0px 10px #D9D8D6;
  box-shadow: 0px 0px 10px #D9D8D6;
}

.compare__drawer {
  position: relative;
}

.document {
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.document p i {
  color: #D9D8D6;
}

.document__list {
  padding: 0;
  list-style: none;
}

.document__list li {
  margin-bottom: 0;
  border-bottom: 1px solid #D9D8D6;
  padding: 30px 0;
}

.document__list li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.document:hover, .document:focus {
  background: #FCF2EB;
}

.document-details {
  display: none;
  position: absolute;
  bottom: 100%;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 5px #D9D8D6;
  -moz-box-shadow: 2px 2px 5px #D9D8D6;
  box-shadow: 2px 2px 5px #D9D8D6;
  border: 1px solid #D9D8D6;
}

.document-details__content {
  padding: 15px;
  padding-right: 30px;
  position: relative;
}

.document-details__content .btn {
  position: absolute;
  right: 15px;
  top: 15px;
}

.document-details__content .btn:after {
  display: none;
}

.document-details__content:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.document-details__content:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-top: 21px solid #D9D8D6;
  position: absolute;
  bottom: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.document-controls {
  position: absolute;
  height: 100%;
  width: 30px;
  top: 0;
  right: 0;
  padding: 30px 0;
  text-align: center;
}

.document-controls__toggle {
  padding: 0;
  padding-right: 30px;
}

.document-controls__toggle + .btn {
  position: absolute;
  top: 30px;
  right: 0;
  width: 30px;
  text-align: center;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.document-controls__toggle + .btn:after {
  display: none;
}

.document-controls__toggle + .btn:hover, .document-controls__toggle + .btn:focus {
  width: auto;
  height: auto;
  overflow: visible;
  left: auto;
  width: 30px;
  top: 30px;
}

.document-controls__toggle + .btn + i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  width: 30px;
  text-align: center;
  pointer-events: none;
}

.document-controls__toggle:hover + .btn, .document-controls__toggle:focus + .btn {
  width: auto;
  height: auto;
  overflow: visible;
  left: auto;
  top: 30px;
  width: 30px;
}

.article__content {
  max-height: 80vh;
  overflow-y: auto;
}

.has-slideout {
  position: relative;
  padding-right: 115px;
  -webkit-transition: padding-right 0.4s ease-in-out;
  -o-transition: padding-right 0.4s ease-in-out;
  -moz-transition: padding-right 0.4s ease-in-out;
  transition: padding-right 0.4s ease-in-out;
}

.has-slideout.open {
  padding-right: 435px;
}

.slideout {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  border-left: 1px solid #D9D8D6;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.slideout .form__group--inline-submit .form__input {
  padding: 10px;
  padding-right: 60px;
}

.slideout .form__group--inline-submit i {
  color: #ffffff;
}

.slideout__header {
  text-align: center;
  -webkit-transition: padding-left 0.4s ease-in-out;
  -o-transition: padding-left 0.4s ease-in-out;
  -moz-transition: padding-left 0.4s ease-in-out;
  transition: padding-left 0.4s ease-in-out;
}

.slideout__content {
  padding-left: 45px;
  width: 355px;
}

.slideout__title {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}

.slideout__title i {
  color: #D44424;
}

.slideout__title-text {
  display: none;
  font-weight: 700;
}

.slideout.open {
  width: 400px;
}

.slideout.open .slideout__header {
  text-align: left;
  padding-left: 45px;
}

.slideout.open .slideout__title i {
  margin-right: 15px;
}

.slideout.open .slideout__title-text {
  display: inline-block;
}

.slideout.open .slideout__toggle {
  text-align: left;
}

.slideout__toggle {
  background: transparent;
  padding: 0;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  text-align: center;
}

.slideout__toggle i {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}

.slideout__toggle.open i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slideout__toggle:hover, .slideout__toggle:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.container.comparison__container {
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.container.comparison__container .btn--pager {
  position: absolute;
  top: 0;
}

.container.comparison__container .btn--pager-left {
  left: 0;
}

.container.comparison__container .btn--pager-right {
  right: 0;
}

.container.comparison__container .comparison__controls .btn--pager {
  position: absolute;
  top: 45px;
}

.drawer-toggle.comparison__controls-toggle {
  position: absolute;
  top: 0;
  right: 45px;
  height: 45px;
  width: 45px;
  text-align: center;
  z-index: 10;
}

.drawer-toggle.comparison__controls-toggle i {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}

.drawer-toggle.comparison__controls-toggle.open i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.has-compare-controls {
  padding-bottom: 45px;
}

.comparison {
  margin: 0 -15px;
  margin-top: 30px;
  overflow: hidden;
  white-space: nowrap;
}

.comparison__controls-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  min-height: 45px;
  background: #ffffff;
  border-top: 1px solid #D9D8D6;
}

.comparison__controls {
  position: relative;
}

.comparison__controls .container {
  position: relative;
  padding: 0 85px !important;
  padding-top: 45px !important;
}

.comparison__controls .container.comparison__container {
  padding: 0 80px !important;
  padding-top: 0 !important;
  padding-bottom: 45px !important;
}

.comparison__controls .container.comparison__container .btn--pager-left {
  top: 45px;
}

.comparison__controls h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.comparison__wrapper {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.comparison__item, .comparison__indicator-item {
  vertical-align: top;
  padding: 0 15px;
  display: inline-block;
  width: 33.3333%;
  margin-right: -4px;
  white-space: normal;
}

.comparison__item h2, .comparison__indicator-item h2 {
  margin-top: 10px;
}

.comparison__item .tabs, .comparison__indicator-item .tabs {
  max-height: 80vh;
  overflow-y: auto;
}

.comparison__indicator-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  padding: 15px;
  border: 1px solid #D9D8D6;
  width: 31.3333%;
  margin: 0 1%;
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
  transform: translateX(-4px);
  position: relative;
}

.comparison__indicator-item .compare--remove {
  position: absolute;
  top: 15px;
  right: 15px;
}

.comparison__indicator-item.ui-draggable-dragging {
  pointer-events: none;
}

.comparison__indicator-item--hovered:after {
  width: 3px;
  background: #F9471F;
  height: 100%;
  position: absolute;
  top: 0;
}

.comparison__indicator-item--hovered-left:after {
  content: '';
  left: 0;
}

.comparison__indicator-item--hovered-right:after {
  content: '';
  right: 0;
}

.comparison__item-content {
  padding-top: 60px;
  position: relative;
}

.comparison__item-content .tabs__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 1199px) {
  body.has-compare.compare-open *[class^="grid__col"] {
    width: 100%;
    margin-bottom: 30px;
  }
  body.has-compare.compare-open *[class^="grid__col"]:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  body.has-compare.compare-open {
    padding-left: 32px;
  }
  .content--fixed .card *[class^="grid__col"]:first-of-type {
    padding-right: 15px;
  }
  .content--fixed .card *[class^="grid__col"]:first-of-type:after {
    display: none;
  }
  .content--fixed .card *[class^="grid__col"]:last-of-type {
    padding-left: 15px;
  }
  .compare__wrapper {
    padding-right: 30px;
  }
  .compare__toggle {
    position: absolute !important;
    top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    right: 30px;
  }
  .compare__content {
    padding-right: 60px;
    padding-left: 30px;
  }
  .page__content {
    padding: 15px;
  }
  .has-slideout {
    padding: 0;
  }
  .has-slideout.open {
    padding: 0;
  }
  .slideout {
    position: static;
    border: none;
    padding-bottom: 20px;
    width: 100%;
  }
  .slideout.open .slideout__header {
    padding: 0;
  }
  .slideout__header {
    text-align: left;
  }
  .slideout__title-text {
    display: inline-block;
  }
  .slideout__toggle {
    display: none;
  }
  .slideout__content {
    padding: 0;
  }
  .comparison .tabs__content {
    padding: 15px;
  }
  .comparison__item {
    width: 100%;
  }
  .comparison__item .tabs {
    max-height: 100%;
  }
  .comparison__indicator-item {
    width: 100%;
    margin: 0;
    margin-right: -4px;
  }
  .comparison__indicator-item .tabs {
    max-height: 100%;
  }
  .comparison__controls .comparison {
    margin-top: 0;
  }
  .comparison__controls .container {
    padding: 0 15px !important;
    padding-top: 105px !important;
  }
  .comparison__controls .container.comparison__container {
    padding: 0 15px !important;
    margin-top: 0 !important;
  }
  .container.comparison__container {
    padding: 0 15px;
    padding-top: 40px;
    margin-top: 30px;
  }
  .container.comparison__container .btn--pager-right {
    right: 15px;
  }
  .container.comparison__container .btn--pager-left {
    left: 15px;
  }
  .drawer-toggle.comparison__controls-toggle {
    right: 15px;
  }
}

/* NAVIGATION COMPONENTS
---------------------------------------------------------------------------*/
.nav a {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.nav ul {
  padding-left: 0;
  list-style: none;
}

.nav--pager {
  display: inline-block;
  margin-bottom: 15px;
}

.nav--pager label {
  display: block;
  padding: 0 15px;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.22222;
}

.nav--pager .pager__input {
  text-align: center;
  padding: 10px;
  margin: 0 10px;
  width: 50px;
}

.nav--pager ul:after {
  clear: both;
  content: "";
  display: table;
}

.nav--pager ul li {
  float: left;
}

.nav--pager ul li:first-of-type a {
  margin-left: 0;
}

.nav--pager ul li:last-of-type a {
  margin-right: 0;
}

.nav--admin-utility .nav__menu {
  display: block;
  text-align: right;
}

.nav--admin-utility .nav__menu li {
  padding: 0 20px;
  display: inline-block;
}

.nav--admin-utility .nav__menu li:first-of-type {
  padding-left: 0;
}

.nav--admin-utility .nav__menu li:last-of-type {
  padding-right: 0;
}

.nav--admin-utility .nav__menu li a {
  color: #636569;
  display: inline;
  padding: 2px 0;
  margin: -2px 0;
  position: relative;
  text-decoration: none;
}

.nav--admin-utility .nav__menu li a:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 3px;
  background: #636569;
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}

.nav--admin-utility .nav__menu li a:hover:after, .nav--admin-utility .nav__menu li a:focus:after {
  width: 100%;
}

.nav--admin-utility .nav__menu li a:after {
  background: #636569;
}

.nav--tags {
  color: #000000;
}

.nav--tags .collapse-all {
  display: none;
}

.nav--tags .btn {
  padding: 5px 10px;
}

.nav--tags .btn i {
  margin-left: 5px;
}

.nav--tags .dropdown {
  position: absolute;
  right: 15px;
  top: 12px;
}

.nav--tags .dropdown__content {
  margin-top: 20px;
  width: 600px;
  max-width: 100%;
}

.nav--tags .dropdown__content:before {
  content: '';
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #D9D8D6;
  position: absolute;
  top: -15px;
  right: 15px;
}

.nav--tags .dropdown__content:after {
  content: '';
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #ffffff;
  position: absolute;
  top: -13px;
  right: 17px;
}

.nav--tags .dropdown .btn {
  position: relative;
  padding-right: 30px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.nav--tags .dropdown .btn i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav--tags .dropdown .btn + .btn {
  border-top: none;
}

.nav--tags a {
  color: #000000;
}

.nav--tags a:after {
  display: none;
}

.nav--tags .fa-tag {
  color: #D9D8D6;
}

.nav--tags .drawer-toggle .fa-minus-circle {
  display: none;
}

.nav--tags .drawer-toggle.open .fa-minus-circle {
  display: inline-block;
}

.nav--tags .drawer-toggle.open .fa-plus-circle {
  display: none;
}

.nav--tags .drawer {
  padding: 0 15px;
}

.nav--tags > .nav__menu > li {
  border: 1px solid #D9D8D6;
  margin-bottom: 15px;
  background: #ffffff;
}

.nav--tags .nav__menu li > .btn,
.nav--tags .nav__menu li > .drawer-controls > .btn {
  position: absolute;
  right: 15px;
  top: 12px;
}

.nav--tags .nav__menu li.has-children > .drawer-controls > a {
  padding-right: 85px;
}

.nav--tags .nav__menu > li:first-child.has-chilren {
  margin-top: 15px;
}

.nav--tags .nav__menu li {
  position: relative;
}

.nav--tags .nav__menu li .fa-ellipsis-v {
  position: absolute;
  left: 10px;
  top: 16px;
  z-index: 5;
  color: #D51B2F;
  display: none;
}

.nav--tags .nav__menu li:hover > .fa-ellipsis-v, .nav--tags .nav__menu li:focus > .fa-ellipsis-v {
  display: block;
}

.nav--tags .nav__menu li:hover > .drawer-controls > .fa-ellipsis-v, .nav--tags .nav__menu li:focus > .drawer-controls > .fa-ellipsis-v {
  display: block;
}

.nav--tags .nav__menu li a {
  display: block;
  padding: 15px;
  padding-left: 45px;
}

.nav--tags .nav__menu li a i {
  position: absolute;
  left: 25px;
  top: 18px;
}

.nav--tags .nav__menu .nav__menu li .fa-ellipsis-v {
  top: 18px;
}

.nav--tags .nav__menu .nav__menu li a {
  border-top: 1px solid #D9D8D6;
}

.nav--tags .nav__menu .nav__menu li a.drawer-toggle {
  background: #F4F3F2;
  border-top: none;
}

.nav--tags .nav__menu .nav__menu li:first-child > a {
  border-top: none;
  margin-top: 0;
}

.nav--tags .nav__menu .nav__menu li.has-children:last-child {
  margin-bottom: 15px;
}

.nav--tags .nav__menu .nav__menu li.has-children + li > a {
  border-top: none;
  margin-top: 0;
}

.nav--tags .nav__menu .nav__menu li.has-children + li.has-children {
  margin-top: 15px;
}

.nav--tags .nav__menu .nav__menu li.has-children + li.has-children > a {
  margin-top: 15px;
}

.nav--utility + .nav {
  margin-top: 15px;
}

.nav--utility .nav__menu {
  display: block;
  text-align: right;
}

.nav--utility .nav__menu li {
  padding: 0 15px;
  display: inline-block;
  position: relative;
}

.nav--utility .nav__menu li:after {
  content: '';
  width: 1px;
  height: 15px;
  background: #D9D8D6;
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav--utility .nav__menu li:first-of-type {
  padding-left: 0;
}

.nav--utility .nav__menu li:last-of-type {
  padding-right: 0;
}

.nav--utility .nav__menu li:last-of-type:after {
  display: none;
}

.nav--utility .nav__menu li a {
  color: #636569;
  display: inline;
  padding: 2px 0;
  margin: -2px 0;
  position: relative;
  text-decoration: none;
}

.nav--utility .nav__menu li a:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 3px;
  background: #636569;
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}

.nav--utility .nav__menu li a:hover:after, .nav--utility .nav__menu li a:focus:after {
  width: 100%;
}

.nav--utility .nav__menu li a:after {
  background: #636569;
}

.nav--sidebar .nav__menu li {
  margin-bottom: 15px;
}

.nav--sidebar .nav__menu li:last-of-type {
  margin-bottom: 0;
}

.nav--sidebar .nav__menu li a {
  color: #636569;
  display: inline;
  padding: 2px 0;
  margin: -2px 0;
  position: relative;
  text-decoration: none;
}

.nav--sidebar .nav__menu li a:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 3px;
  background: #636569;
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}

.nav--sidebar .nav__menu li a:hover:after, .nav--sidebar .nav__menu li a:focus:after {
  width: 100%;
}

.nav--sidebar .nav__menu li .indicator {
  background: #000000;
  color: #ffffff;
  padding: 2px 4px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 0.8em;
}

.nav--breadcrumbs {
  margin-bottom: 15px;
}

.nav--breadcrumbs .nav__menu li {
  display: inline-block;
}

.nav--breadcrumbs .nav__menu li i {
  margin: 0 15px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .nav--admin-utility .nav__menu li, .nav--utility .nav__menu li {
    padding: 0 5px;
  }
}

header {
  background: #ffffff;
}

.header__utility {
  border-bottom: 1px solid #D9D8D6;
  padding: 10px 0;
}

.header__content {
  padding: 30px 0;
}

.header__content .form__input {
  background: #F4F3F2;
}

.header__content p {
  margin: 15px 0;
  font-weight: 600;
}

.header__content p:last-child {
  margin-bottom: 0;
}

.header__brand img {
  width: 200px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .header__content .text-right {
    text-align: left;
  }
}

section {
  padding: 45px 0;
}

.sidebar {
  padding-bottom: 30px;
}

.sidebar hr {
  margin: 30px 0;
}

.sidebar__label {
  margin-top: 0;
  font-size: 1em;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

footer {
  padding: 60px 0;
  background: #D9D8D6;
  color: #636569;
}

.footer__brand img {
  max-width: 100%;
  width: 150px;
}

/* THEME COMPONENTS
------------------------------------------------------------------------------*/
/* BANNER COMPONENTS
---------------------------------------------------------------------------*/
.banner {
  padding: 60px 0;
  position: relative;
  width: 100%;
  background: #AA1F2E;
}

/* BUTTON COMPONENTS
---------------------------------------------------------------------------*/
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  margin: 0;
  font-size: 16px;
  color: #636569;
  text-align: left;
  cursor: pointer;
}

.btn {
  padding: 10px 25px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  color: #636569;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25;
}

.btn + .btn--link {
  margin-left: 15px;
}

.btn[disabled] {
  pointer-events: none;
  opacity: 0.2;
}

.btn:after {
  display: none;
}

.btn:hover, .btn:focus {
  -webkit-box-shadow: 2px 2px 10px #D9D8D6;
  -moz-box-shadow: 2px 2px 10px #D9D8D6;
  box-shadow: 2px 2px 10px #D9D8D6;
}

.btn--sm {
  padding: 10px 25px;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.28571;
}

.btn--lg {
  padding: 15px 25px;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.22222;
}

.btn--primary {
  background: #AA1F2E;
  color: #ffffff;
}

.btn--primary:hover, .btn--primary:focus {
  background: #D51B2F;
  color: #ffffff;
}

.btn--primary:active {
  background: #830E1B;
  -webkit-box-shadow: inset 0 0 10px #636569;
  -moz-box-shadow: inset 0 0 10px #636569;
  box-shadow: inset 0 0 10px #636569;
}

.btn--secondary {
  background: #D44424;
  color: #ffffff;
}

.btn--secondary:hover, .btn--secondary:focus {
  background: #F9471F;
  color: #ffffff;
}

.btn--secondary:active {
  background: #B1351A;
  -webkit-box-shadow: inset 0 0 10px #636569;
  -moz-box-shadow: inset 0 0 10px #636569;
  box-shadow: inset 0 0 10px #636569;
}

.btn--default {
  background: #636569;
  color: #ffffff;
}

.btn--default:hover, .btn--default:focus {
  background: #7c7e83;
  color: #ffffff;
}

.btn--default:active {
  background: #4a4c4f;
  -webkit-box-shadow: inset 0 0 10px #636569;
  -moz-box-shadow: inset 0 0 10px #636569;
  box-shadow: inset 0 0 10px #636569;
}

.btn--sort {
  padding: 0;
  margin-left: 15px;
}

.btn--sort:hover, .btn--sort:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn--minimal {
  background: #ffffff;
  border: 1px solid #D9D8D6;
}

.btn--minimal:active {
  background: #D9D8D6;
}

.btn--link {
  background: transparent;
  padding: 2px 0;
  display: inline;
  padding: 2px 0;
  margin: -2px 0;
  position: relative;
  text-decoration: none;
}

.btn--link:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 3px;
  background: #636569;
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.btn--link:hover:after, .btn--link:focus:after {
  width: 0;
}

.btn--link:after {
  display: block;
}

.btn--link:hover, .btn--link:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn--dropdown {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.22222;
  width: 100%;
  text-align: left;
  padding: 10px 15px;
  border-top: 1px solid #D9D8D6;
  border-bottom: 1px solid #D9D8D6;
  background: transparent;
  position: relative;
  margin-bottom: 0;
  padding-right: 45px;
}

.btn--dropdown i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}

.btn--dropdown.open i {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.btn--remove {
  padding: 0;
  display: inline;
  padding: 2px 0;
  margin: -2px 0;
  position: relative;
  text-decoration: none;
}

.btn--remove:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 3px;
  background: #636569;
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.btn--remove:hover:after, .btn--remove:focus:after {
  width: 0;
}

.btn--remove:after {
  display: block;
}

.btn--remove i {
  margin-right: 0;
}

.btn--remove:hover, .btn--remove:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn--pager {
  border: 1px solid #D9D8D6;
  font-size: 1.4em;
  margin: 0;
}

.btn--pager i {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.btn--pager:active {
  background: #D9D8D6;
}

.btn--pager-left, .btn--pager-right {
  background: #ffffff;
}

.btn--pager-left:hover, .btn--pager-left:focus, .btn--pager-right:hover, .btn--pager-right:focus {
  color: #636569;
}

.btn--pager-left:hover i, .btn--pager-left:focus i, .btn--pager-right:hover i, .btn--pager-right:focus i {
  -webkit-animation-name: hover-button-horizontal;
  -moz-animation-name: hover-button-horizontal;
  -o-animation-name: hover-button-horizontal;
  animation-name: hover-button-horizontal;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.btn--pager-left {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  margin-right: -1px;
}

.btn--pager-right {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

.btn--pager-up, .btn--pager-down {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 55px;
  width: 55px;
  padding: 13px 21px;
  margin: 0 7px;
  background: #ffffff;
}

.btn--pager-up:hover, .btn--pager-up:focus, .btn--pager-down:hover, .btn--pager-down:focus {
  color: #636569;
}

.btn--pager-up:hover i, .btn--pager-up:focus i, .btn--pager-down:hover i, .btn--pager-down:focus i {
  -webkit-animation-name: hover-button-vertical;
  -moz-animation-name: hover-button-vertical;
  -o-animation-name: hover-button-vertical;
  animation-name: hover-button-vertical;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.btn--pager.inactive, .btn--pager[disabled] {
  color: #F4F3F2;
  opacity: 1;
}

.btn--pager.inactive:hover, .btn--pager.inactive:focus, .btn--pager[disabled]:hover, .btn--pager[disabled]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn--pager.inactive:hover i, .btn--pager.inactive:focus i, .btn--pager[disabled]:hover i, .btn--pager[disabled]:focus i {
  -webkit-animation-duration: 0s;
  -moz-animation-duration: 0s;
  -o-animation-duration: 0s;
  animation-duration: 0s;
}

/* CARD COMPONENTS
---------------------------------------------------------------------------*/
.card {
  overflow: hidden;
  background: #ffffff;
}

.card.drawer {
  background: #ffffff;
  border-top: none;
}

.card__header {
  padding: 15px;
  color: #ffffff;
}

.card__title {
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.33333;
}

.card__footer {
  padding: 15px;
  font-weight: 700;
}

.card--padded {
  padding: 15px;
}

.card--flush {
  margin: 0-15px;
}

/* DROPDOWN COMPONENTS
---------------------------------------------------------------------------*/
.dropdown {
  position: relative;
  margin-bottom: 15px;
}

.dropdown .drawer {
  padding: 15px 0;
  position: relative;
  z-index: 2;
}

.dropdown .drawer--overlay {
  position: absolute;
}

.dropdown__content {
  min-width: 300px;
  padding: 15px;
  position: relative;
  z-index: 2;
  display: none;
  background: #ffffff;
  border: 1px solid #D9D8D6;
  -webkit-box-shadow: 2px 2px 10px #D9D8D6;
  -moz-box-shadow: 2px 2px 10px #D9D8D6;
  box-shadow: 2px 2px 10px #D9D8D6;
}

.dropdown__content--overlay {
  position: absolute;
  right: 0;
}

.drawer-toggle {
  position: relative;
}

.drawer {
  display: none;
}

.drawer--overlay {
  position: absolute;
  width: 100%;
  z-index: 10;
}

.drawer.open-default {
  display: block;
}

.drawer-wrapper {
  position: relative;
}

.tooltip-toggle {
  position: relative;
}

.tooltip-toggle:hover .tooltip, .tooltip-toggle:focus .tooltip {
  display: inline-block;
}

.tooltip {
  display: none;
  background: #ffffff;
  white-space: nowrap;
  padding: 10px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  -webkit-box-shadow: 2px 2px 10px #D9D8D6;
  -moz-box-shadow: 2px 2px 10px #D9D8D6;
  box-shadow: 2px 2px 10px #D9D8D6;
  border: 1px solid #D9D8D6;
}

.tooltip:before, .tooltip:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip--top:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 9.5px solid transparent;
  border-right: 9.5px solid transparent;
  border-top: 9.5px solid #D9D8D6;
  bottom: -9.5px;
}

.tooltip--top:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
  bottom: -8px;
}

.tooltip--bottom {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 10px;
}

.tooltip--bottom:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 9.5px solid transparent;
  border-right: 9.5px solid transparent;
  border-bottom: 9.5px solid #D9D8D6;
  top: -9.5px;
}

.tooltip--bottom:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  top: -8px;
}

.tooltip--left:before, .tooltip--left:after, .tooltip--right:before, .tooltip--right:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip--left {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  margin-bottom: 0;
  margin-right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip--left:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 9.5px solid transparent;
  border-bottom: 9.5px solid transparent;
  border-left: 9.5px solid #D9D8D6;
  bottom: auto;
  left: auto;
  right: -9.5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip--left:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 9.5px solid transparent;
  border-bottom: 9.5px solid transparent;
  border-left: 9.5px solid #ffffff;
  bottom: auto;
  left: auto;
  right: -8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip--right {
  bottom: auto;
  left: 100%;
  top: 50%;
  margin-bottom: 0;
  margin-left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip--right:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 9.5px solid transparent;
  border-bottom: 9.5px solid transparent;
  border-right: 9.5px solid #D9D8D6;
  bottom: auto;
  left: -9.5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip--right:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 9.5px solid transparent;
  border-bottom: 9.5px solid transparent;
  border-right: 9.5px solid #ffffff;
  bottom: auto;
  left: -8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* FORM COMPONENTS
---------------------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="search"],
input[type="password"],
textarea,
select,
.form__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border: 1px solid #D9D8D6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.375;
  width: 100%;
  background: #ffffff;
  color: #000000;
  font-family: "Open Sans", "Helvetica Nueue", "Arial", sans-serif;
  text-align: left;
  max-width: 100%;
}

input[type="text"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="tel"][disabled],
input[type="date"][disabled],
input[type="search"][disabled],
input[type="password"][disabled],
textarea[disabled],
select[disabled],
.form__input[disabled] {
  background: #F4F3F2;
}

span + .form__group {
  margin-top: 25px;
}

.label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #000000;
}

.form__group {
  margin-bottom: 25px;
}

.form__group--sumo {
  margin-bottom: 15px;
}

.form__group--inline {
  display: inline-block;
}

.form__group--inline .form__input {
  width: auto;
}

.form__group--inline-submit {
  position: relative;
}

.form__group--inline-submit .form__input {
  margin-bottom: 0;
  padding-right: 120px;
  padding-left: 45px;
}

.form__group--inline-submit i {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #D9D8D6;
}

.form__group--inline-submit .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

.form__label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #000000;
}

.form__select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.form__select-wrapper .form__input {
  padding-right: 30px;
}

.form__select-wrapper .form__input + i {
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000000;
}

.form__radio, .form__checkbox {
  display: block;
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 400;
}

.form__radio input, .form__checkbox input {
  position: absolute;
  left: 0;
  top: 5px;
}

.form__radio input:focus, .form__checkbox input:focus {
  outline: 0;
}

.form__radio input:focus + .form__radio-replacement-wrapper,
.form__radio input:focus + .form__checkbox-replacement-wrapper, .form__checkbox input:focus + .form__radio-replacement-wrapper,
.form__checkbox input:focus + .form__checkbox-replacement-wrapper {
  outline-color: #4d90fe;
  outline-offset: 0px;
  outline-style: auto;
  outline-width: 5px;
}

fieldset legend {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #000000;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}

.login {
  height: 100%;
  background-color: #AA1F2E;
  background-image: url("../images/banner.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.login body {
  background: transparent;
}

.SumoSelect {
  width: 100%;
}

.SumoSelect .select-all {
  height: auto;
  padding: 6px;
  padding-left: 35px;
  background: transparent;
  border: none;
}

.SumoSelect > .CaptionCont {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: 1px solid #D9D8D6;
  border-bottom: 1px solid #D9D8D6;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.22222;
}

.SumoSelect > .CaptionCont .placeholder {
  font-weight: 400;
  color: #636569 !important;
}

.SumoSelect > .optWrapper {
  position: static;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #D9D8D6;
  padding: 10px 15px;
}

.SumoSelect > .optWrapper > .options {
  border-top: 1px solid #D9D8D6;
  max-height: 305;
}

.SumoSelect > .optWrapper.multiple > .options li.opt {
  margin-bottom: 0;
  padding: 10px 15px;
  padding-left: 35px;
}

.SumoSelect.open .search-txt {
  padding: 10px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
}

.SumoSelect.open > .optWrapper {
  top: 100%;
  display: none;
}

.SelectBox {
  padding: 10px 15px;
}

.SelectBox label i {
  background: none !important;
  display: block !important;
}

/* TABLE COMPONENTS
---------------------------------------------------------------------------*/
table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}

thead tr th,
thead tr td {
  padding: 20px;
  border-bottom: 1px solid #D9D8D6;
  text-align: left;
  font-weight: 500;
  color: #636569;
}

thead tr th.table__fixed,
thead tr td.table__fixed {
  border-bottom: 1px solid #D9D8D6;
}

thead tr th.table__fixed--right,
thead tr td.table__fixed--right {
  position: relative;
  border-bottom: 1px solid #D9D8D6;
}

tbody tr:nth-of-type(2n) th,
tbody tr:nth-of-type(2n) td {
  background: #F4F3F2;
}

tbody tr th,
tbody tr td {
  text-align: left;
}

th,
td {
  padding: 15px 20px;
  background: #ffffff;
  white-space: nowrap;
  vertical-align: middle;
  min-width: 150px;
}

th > a,
td > a {
  color: #AA1F2E;
  display: inline;
  padding: 2px 0;
  margin: -2px 0;
  position: relative;
  text-decoration: none;
}

th > a:after,
td > a:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 3px;
  background: #AA1F2E;
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

th > a:hover:after, th > a:focus:after,
td > a:hover:after,
td > a:focus:after {
  width: 0;
}

th .dropdown__toggle,
td .dropdown__toggle {
  width: 100%;
  margin: 5px 0;
}

th .dropdown__content,
td .dropdown__content {
  right: 0;
}

.table__scroll {
  position: relative;
  width: 100%;
  margin: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.table__scroll ::-webkit-scrollbar {
  width: 5px;
}

.table__scroll ::-webkit-scrollbar-track {
  background: #F4F3F2;
  height: 15px;
}

.table__scroll ::-webkit-scrollbar-thumb {
  background: #AA1F2E;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  height: 8px;
  border: 4px solid #F4F3F2;
}

.table__scroll ::-webkit-scrollbar-thumb:hover {
  background: #D51B2F;
}

.table__wrapper {
  width: 100%;
  overflow: auto;
}

.table__clone {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.table__clone th,
.table__clone td {
  visibility: hidden;
  border-color: transparent;
}

.table__clone tbody th {
  visibility: visible;
}

.table__clone .table__fixed {
  visibility: visible;
  color: #636569;
  pointer-events: auto;
}

.table__clone--right {
  top: 0;
  left: 100%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.table__clone--right .table__fixed {
  visibility: hidden;
}

.table__clone--right .table__fixed--right {
  visibility: visible;
  pointer-events: auto;
}

.table__clone--right .table__fixed--right .btn {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .table__clone {
    display: none;
  }
  .table__clone--right {
    display: none;
  }
}

body.popup--open {
  overflow: hidden;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  z-index: 1500;
  width: 500px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  overflow: auto;
}

.popup__content {
  position: relative;
  padding: 30px;
}

.popup__close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.popup__close + * {
  margin-top: 0;
}

.popup__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
}

.alert {
  padding: 15px;
  padding-left: 40px;
  margin-bottom: 15px;
  position: relative;
  border-left: 8px solid;
  font-weight: 600;
}

.alert--success {
  border-color: #f3faef #f3faef #f3faef #325e1c;
  background: #f3faef;
  color: #325e1c;
}

.alert--success i {
  color: #325e1c;
}

.alert--warning {
  border-color: #fff2cc #fff2cc #fff2cc #806000;
  background: #fff2cc;
  color: #806000;
}

.alert--warning i {
  color: #806000;
}

.alert--danger {
  border-color: #fcf4f2 #fcf4f2 #fcf4f2 #a51b00;
  background: #fcf4f2;
  color: #a51b00;
}

.alert--danger i {
  color: #a51b00;
}

.alert__icon {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.alert__close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.tabs {
  border: none;
}

.tabs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.tabs__list:after {
  clear: both;
  content: "";
  display: table;
}

.tabs__tab-control {
  margin: 0 10px;
  text-align: center;
  display: inline-block;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
}

.tabs__tab-control.active {
  font-weight: 600;
  font-style: italic;
}

.tabs__tab-control.active:after {
  display: none;
}

.tabs__content {
  padding: 30px;
  background: #ffffff;
  display: none;
  border: none;
}

.tabs__content.active {
  display: block;
}

.draggable {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.draggable__zone {
  border: 5px dashed #D9D8D6;
  padding: 30px 45px;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.draggable__zone * {
  pointer-events: none;
}

.draggable__zone--hover {
  border: 5px dashed rgba(249, 71, 31, 0.6);
}

.ui-draggable-dragging {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
  z-index: 2000;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 10px #D9D8D6;
  -moz-box-shadow: 2px 2px 10px #D9D8D6;
  box-shadow: 2px 2px 10px #D9D8D6;
  padding: 15px !important;
  opacity: 0.5;
}

/* THEME HELPERS
------------------------------------------------------------------------------*/
/* COMPONENT HELPERS
---------------------------------------------------------------------------*/
.img-centered {
  display: block;
  margin: 0 auto;
}

/* STRUCTURE HELPERS
---------------------------------------------------------------------------*/
.container {
  width: 100%;
  max-width: 1460px;
  padding: 0 15px;
  margin: 0 auto;
}

.container:after {
  clear: both;
  content: "";
  display: table;
}

.container .container {
  padding: 0;
}

.full-width {
  width: 100%;
}

.pull-right {
  float: right;
}

.hidden {
  display: none;
}

.spacer {
  background: transparent;
  margin: 15px 0;
}

/* ACCESSIBILITY HELPERS
---------------------------------------------------------------------------*/
.webaim-hidden,
.skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 1000;
}

.skip-link:focus {
  width: auto;
  height: auto;
  overflow: visible;
  left: auto;
  position: fixed;
  left: 15px;
  top: 15px;
  background: #ffffff;
}

/* TYPOGRAPHY HELPERS
---------------------------------------------------------------------------*/
.text-centered {
  text-align: center;
}

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

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

.italic {
  font-style: italic;
}

.caps {
  text-transform: uppercase;
}

.no-break {
  white-space: nowrap;
}

.ellipsis {
  display: block;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.no-margin {
  margin-bottom: 0;
}

*[data-attach-icon-after] i {
  margin-left: 5px;
}

*[data-attach-icon-after] .btn {
  margin-left: 0;
}

*[data-attach-icon-before] i {
  margin-right: 5px;
}

*[data-attach-icon-before] .btn i {
  margin-right: 0;
}

.tagged {
  background: rgba(245, 130, 31, 0.2);
}

div.tagged {
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
}

div.tagged .tagged__indicator {
  content: '';
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #F5821F;
}

div.tagged div.tagged {
  margin: 0 -15px;
  margin-bottom: 15px;
}

.tagged {
  position: relative;
}

.tagged__details {
  background: #ffffff;
  border: 1px solid #D9D8D6;
  padding: 15px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}

.tagged__details .tags {
  list-style: none;
  padding: 0;
}

.tagged__details .tags li {
  display: inline-block;
}
