@charset "UTF-8";
/*
|
| Typography
|
*/
/*
|
| Colors
|
*/
/* ==========  Color colors  ========== */
/* colors.scss */
/* ==========  Icon Toggles  ========== */
/* ==========  Radio btns  ========== */
/* ==========  Ripple effect  ========== */
/* ==========  Layout  ========== */
/* ==========  Content Tabs  ========== */
/* ==========  Checkboxes  ========== */
/* ==========  Switches  ========== */
/* ==========  Spinner  ========== */
/* ==========  Text fields  ========== */
/* ==========  Card  ========== */
/* ==========  Sliders ========== */
/* ========== Progress ========== */
/* ==========  List ========== */
/* ==========  Item ========== */
/* ==========  Dropdown menu ========== */
/* ==========  Tooltips  ========== */
/* ==========  Footer  ========== */
/*
|
| Text Fields
|
*/
/*
|
| Layout
|
*/
/*
|
| Cards
|
*/
/* Card dimensions */
/*
|
| btns
|
*/
/*
|
| Animations
|
*/
/*
|
| Shadows
|
*/
/*
|
| Grid
|
*/
/*
|
|
|
*/
/* Typography */
/* Shadows */
/* Animations */
/*
|
| Typography
|
*/
/*
|
| Colors
|
*/
/* ==========  Color colors  ========== */
/* colors.scss */
/* ==========  Icon Toggles  ========== */
/* ==========  Radio btns  ========== */
/* ==========  Ripple effect  ========== */
/* ==========  Layout  ========== */
/* ==========  Content Tabs  ========== */
/* ==========  Checkboxes  ========== */
/* ==========  Switches  ========== */
/* ==========  Spinner  ========== */
/* ==========  Text fields  ========== */
/* ==========  Card  ========== */
/* ==========  Sliders ========== */
/* ========== Progress ========== */
/* ==========  List ========== */
/* ==========  Item ========== */
/* ==========  Dropdown menu ========== */
/* ==========  Tooltips  ========== */
/* ==========  Footer  ========== */
/*
|
| Text Fields
|
*/
/*
|
| Layout
|
*/
/*
|
| Cards
|
*/
/* Card dimensions */
/*
|
| btns
|
*/
/*
|
| Animations
|
*/
/*
|
| Shadows
|
*/
/*
|
| Grid
|
*/
/*
|
|
|
*/
html {
  color: rgba(0,0,0, 0.87);
  font-size: 1em;
  line-height: 1.4; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
a, .mdl-accordion, .mdl-button, .mdl-card, .mdl-checkbox, .mdl-dropdown-menu,
.mdl-icon-toggle, .mdl-item, .mdl-radio, .mdl-slider, .mdl-switch, .mdl-tabs__tab {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

/*
 * Make html take up the entire screen
 * Then set touch-action to avoid touch delay on mobile IE
 */
html {
  width: 100%;
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/*
* Make body take up the entire screen
* Remove body margin so layout containers don't cause extra overflow.
*/
body, main {
  width: 100%;
  min-height: 100%;
  margin: 0; }

/*
 * Main display reset for IE support.
 * Source: http://weblog.west-wind.com/posts/2015/Jan/12/main-HTML5-Tag-not-working-in-Internet-Explorer-91011
 */
main {
  display: block;
  padding-bottom: 20px; }

/*
* Apply no display to elements with the hidden attribute.
* IE 9 and 10 support.
*/
*[hidden] {
  display: none !important; }

img {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

html, body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }

/**
* Styles for HTML elements
*/
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  opacity: 0.54;
  font-size: 0.6em; }

h1 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-top: 24px;
  margin-bottom: 24px; }

h2 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 48px;
  margin-top: 24px;
  margin-bottom: 20px; }

h3 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 24px;
  margin-bottom: 12px; }

h4 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 24px;
  margin-bottom: 12px; }

h5 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-top: 24px;
  margin-bottom: 12px; }

h6 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
  margin-top: 24px;
  margin-bottom: 12px; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 16px; }
  p:before, p:after {
    content: "";
    display: table; }

a {
  color: rgb(13,71,161);
  font-weight: 500;
  text-decoration: none; }

blockquote {
  font-family: "Helvetica", "Arial", sans-serif;
  position: relative;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.35;
  letter-spacing: 0.08em;
  border-left: 3px solid rgb(13,71,161);
  padding-left: 10px; }
  blockquote:before {
    position: absolute;
    left: -0.5em; }
  blockquote:after {
    margin-left: -0.05em; }

mark {
  background-color: #f4ff81; }

dt {
  font-weight: 700; }

address {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-style: normal; }

ul, ol {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/**
 * Class Name Styles
 */
.display-4 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 112px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.04em; }

.display-4-color-contrast {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 112px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.04em;
  opacity: 0.54; }

.display-3 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em; }

.display-3-color-contrast {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  opacity: 0.54; }

.display-2 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 48px; }

.display-2-color-contrast {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 48px;
  opacity: 0.54; }

.display-1 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px; }

.display-1-color-contrast {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  opacity: 0.54; }

.headline {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  -moz-osx-font-smoothing: grayscale; }

.headline-color-contrast {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.87; }

.title {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em; }

.title-color-contrast {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  opacity: 0.87; }

.subhead {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em; }

.subhead-color-contrast {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
  opacity: 0.87; }

.body-2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0; }

.body-2-color-contrast {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0;
  opacity: 0.87; }

.body-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0; }

.body-1-color-contrast {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  opacity: 0.87; }

.body-2-force-preferred-font {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0; }

.body-2-force-preferred-font-color-contrast {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  opacity: 0.87; }

.body-1-force-preferred-font {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0; }

.body-1-force-preferred-font-color-contrast {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  opacity: 0.87; }

.caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0; }

.caption-force-preferred-font {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0; }

.caption-color-contrast {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.54; }

.caption-force-preferred-font-color-contrast {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.54; }

.menu {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0; }

.menu-color-contrast {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.87; }

.btn {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0; }

.btn-color-contrast {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.87; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-decoration-none {
  text-decoration: none; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.font-thin {
  font-weight: 200 !important; }

.font-light {
  font-weight: 300 !important; }

.font-regular {
  font-weight: 400 !important; }

.font-medium {
  font-weight: 500 !important; }

.font-bold {
  font-weight: 700 !important; }

.font-black {
  font-weight: 900 !important; }

.navigation {
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box; }

.navigation-link, .navigation a {
  color: rgb(66,66,66);
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  margin: 0; }
  .navigation-link .fa, .navigation a .fa {
    vertical-align: middle; }

.site {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch; }

.site-title,
.site-title a {
  display: block;
  position: relative;
  max-width: 100%;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 900;
  text-transform: uppercase;
  box-sizing: border-box;
  letter-spacing: -1px;
  font-size: 28px; }

.site-spacer {
  flex-grow: 1; }

.site-aside {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 240px;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-right: 1px solid rgb(224,224,224);
  background: rgb(250,250,250);
  transform: translateX(-250px);
  transform-style: preserve-3d;
  will-change: transform;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform;
  color: rgb(66,66,66);
  overflow: visible;
  overflow-y: auto;
  z-index: 5; }
  .site-aside.is-visible {
    transform: translateX(0);
    position: fixed; }
    .site-aside.is-visible ~ .site-content.site-content {
      overflow: hidden; }
  .site-aside > * {
    flex-shrink: 0; }
  .site-aside > .site-title, .site-aside > .site-title {
    line-height: 64px;
    padding-left: 40px; }
    @media screen and (max-width: 1024px) {
      .site-aside > .site-title, .site-aside > .site-title {
        line-height: 50px;
        padding-left: 16px; } }
  .site-aside .navigation {
    flex-direction: column;
    align-items: stretch;
    padding-top: 16px; }
    .site-aside .navigation .navigation-link {
      display: block;
      flex-shrink: 0;
      padding: 16px 40px;
      margin: 0;
      color: #757575; }
      @media screen and (max-width: 1024px) {
        .site-aside .navigation .navigation-link {
          padding: 16px 16px; } }
      .site-aside .navigation .navigation-link:hover {
        background-color: rgb(224,224,224); }
      .site-aside .navigation .navigation-link-current {
        background-color: rgb(0,0,0);
        color: rgb(224,224,224); }
  @media screen and (min-width: 1025px) {
    .site-fixed-aside > .site-aside {
      transform: translateX(0); } }

.site-aside-btn {
  display: block;
  position: absolute;
  height: 48px;
  width: 48px;
  border: 0;
  flex-shrink: 0;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  line-height: 50px;
  font-family: Helvetica, Arial, sans-serif;
  margin: 8px 12px;
  top: 0;
  left: 0;
  color: white;
  z-index: 4; }
  .site-header .site-aside-btn {
    position: absolute;
    color: white;
    background-color: inherit; }
    @media screen and (max-width: 1024px) {
      .site-header .site-aside-btn {
        margin: 4px; } }
  @media screen and (max-width: 1024px) {
    .site-aside-btn {
      margin: 4px;
      color: rgba(0, 0, 0, 0.5); } }
  @media screen and (min-width: 1025px) {
    .site-fixed-aside > .site-aside-btn {
      display: none; }
    .site-no-desktop-aside-btn .site-aside-btn {
      display: none; } }
  .site-no-aside-btn .site-aside-btn {
    display: none; }

.site-header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 64px;
  max-height: 1000px;
  z-index: 3;
  background-color: rgb(63,81,181);
  color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: max-height, box-shadow; }
  @media screen and (max-width: 970px) {
    .site-header {
      min-height: 50px; } }
  .site-fixed-aside.is-upgraded:not(.is-small-screen) > .site-header {
    margin-left: 240px;
    width: calc(100% - 240px); }
  @media screen and (min-width: 970px) {
    .site-fixed-aside > .site-header .site-header-row {
      padding-left: 40px; }
    .site-header .site-aside-btn {
      display: none; } }
  .site-header > .site-icon {
    position: absolute;
    left: 40px;
    top: 16px;
    height: 32px;
    width: 32px;
    overflow: hidden;
    z-index: 3;
    display: block; }
    @media screen and (max-width: 1024px) {
      .site-header > .site-icon {
        left: 16px;
        top: 9px; } }
  .site.has-aside .site-header > .site-icon {
    display: none; }
  .site-header.is-compact {
    max-height: 64px; }
    @media screen and (max-width: 1024px) {
      .site-header.is-compact {
        max-height: 50px; } }
  .site-header.is-compact.has-tabs {
    height: 112px; }
    @media screen and (max-width: 1024px) {
      .site-header.is-compact.has-tabs {
        min-height: 98px; } }
  @media screen and (max-width: 1024px) {
    .site-fixed-header > .site-header {
      display: flex; } }

.site-header-transparent.site-header-transparent {
  background-color: transparent;
  box-shadow: none; }

.site-header-seamed {
  box-shadow: none; }

.site-header-scroll {
  box-shadow: none; }

.site-header-waterfall {
  box-shadow: none;
  overflow: hidden; }
  .site-header-waterfall.is-casting-shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .site-header-waterfall.site-header-waterfall-hide-top {
    justify-content: flex-end; }

.site-header-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-shrink: 0;
  box-sizing: border-box;
  align-self: stretch;
  align-items: center;
  height: 64px;
  margin: 0;
  padding: 0 40px 0 10px; }
  .site-no-aside-btn .site-header-row {
    padding-left: 40px; }
  @media screen and (min-width: 1025px) {
    .site-no-desktop-aside-btn .site-header-row {
      padding-left: 40px; } }
  @media screen and (max-width: 970px) {
    .site-header-row {
      height: 50px;
      padding: 0 16px 0 65px; }
      .site-no-aside-btn .site-header-row {
        padding-left: 16px; } }
  .site-header-row > * {
    flex-shrink: 0; }
  .site-header-scroll .site-header-row {
    width: 100%; }
  .site-header-row .navigation {
    margin: 0;
    padding: 0;
    height: 64px;
    flex-direction: row;
    align-items: center; }
    @media screen and (max-width: 970px) {
      .site-header-row .navigation {
        height: 50px; } }
    .site-header-row .navigation li {
      list-style-type: none; }
  .site-header-row .navigation-link {
    display: block;
    color: white;
    line-height: 64px;
    padding: 0 24px;
    font-size: 16px;
    font-weight: 700; }
    @media screen and (max-width: 970px) {
      .site-header-row .navigation-link {
        line-height: 50px;
        padding: 0 16px; } }

.site-obfuscator {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  visibility: hidden;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
  .site-obfuscator.is-visible {
    background-color: rgba(0, 0, 0, 0.5);
    visibility: visible; }

@media screen and (max-width: 970px) {
  .site-header-row .navigation {
    display: none; } }
.site-content {
  -ms-flex: 0 1 auto;
  position: relative;
  display: inline-block;
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
  z-index: 1;
  -webkit-overflow-scrolling: touch; }
  .site-fixed-aside > .site-content {
    margin-left: 240px; }
  .site-container.has-scrolling-header .site-content {
    overflow: visible; }
  @media screen and (max-width: 1024px) {
    .site-fixed-aside > .site-content {
      margin-left: 0; }
    .site-container.has-scrolling-header .site-content {
      overflow-y: auto;
      overflow-x: hidden; } }

.site-tab-bar {
  height: 96px;
  margin: 0;
  width: calc(100% - -28px);
  padding: 0 0 0 -14px;
  display: flex;
  background-color: rgb(63,81,181);
  overflow-y: hidden;
  overflow-x: scroll; }
  .site-tab-bar::-webkit-scrollbar {
    display: none; }
  .site-no-aside-btn .site-tab-bar {
    padding-left: 16px;
    width: calc(100% - 32px); }
  @media screen and (min-width: 1025px) {
    .site-no-desktop-aside-btn .site-tab-bar {
      padding-left: 16px;
      width: calc(100% - 32px); } }
  @media screen and (max-width: 1024px) {
    .site-tab-bar {
      width: calc(100% - 53px);
      padding: 0 0 0 53px; }
      .site-no-aside-btn .site-tab-bar {
        width: calc(100% - 8px);
        padding-left: 4px; } }
  .site-fixed-tabs .site-tab-bar {
    padding: 0;
    overflow: hidden;
    width: 100%; }

.site-tab-bar-container {
  position: relative;
  height: 48px;
  width: 100%;
  border: none;
  margin: 0;
  z-index: 2;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden; }
  .site-container > .site-tab-bar-container {
    position: absolute;
    top: 0;
    left: 0; }

.site-tab-bar-btn {
  display: inline-block;
  position: absolute;
  top: 0;
  height: 48px;
  width: -14px;
  z-index: 4;
  text-align: center;
  background-color: rgb(63,81,181);
  color: transparent;
  cursor: pointer;
  user-select: none; }
  .site-no-desktop-aside-btn .site-tab-bar-btn, .site-no-aside-btn .site-tab-bar-btn {
    width: 16px; }
    .site-no-desktop-aside-btn .site-tab-bar-btn .fa, .site-no-aside-btn .site-tab-bar-btn .fa {
      position: relative;
      left: -4px; }
  @media screen and (max-width: 1024px) {
    .site-tab-bar-btn {
      display: none;
      width: 53px; } }
  .site-fixed-tabs .site-tab-bar-btn {
    display: none; }
  .site-tab-bar-btn .fa {
    line-height: 48px; }
  .site-tab-bar-btn.is-active {
    color: white; }

.site-tab-bar-left-btn {
  left: 0; }

.site-tab-bar-right-btn {
  right: 0; }

.site-tab {
  margin: 0;
  border: none;
  padding: 0 24px 0 24px;
  float: left;
  position: relative;
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255,255,255, 0.6);
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .site-tab {
      padding: 0 12px 0 12px; } }
  .site-fixed-tabs .site-tab {
    float: none;
    flex-grow: 1;
    padding: 0; }
  .site.is-upgraded .site-tab.is-active {
    color: white; }
  .site.is-upgraded .site-tab.is-active::after {
    height: 2px;
    width: 100%;
    display: block;
    content: " ";
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgb(13,71,161);
    animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
    transition: all 1s cubic-bezier(0.4, 0, 1, 1); }
  .site-tab .site-tab-ripple-container {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden; }
    .site-tab .site-tab-ripple-container .ripple {
      background-color: white; }

.site-tab-panel {
  display: block; }
  .site.is-upgraded .site-tab-panel {
    display: none; }
  .site.is-upgraded .site-tab-panel.is-active {
    display: block; }

.mega-footer {
  padding: 16px 40px;
  color: rgb(158,158,158);
  background-color: rgb(66,66,66);
  margin-top: 50px; }

.mega-footer--top-section:after,
.mega-footer--middle-section:after,
.mega-footer--bottom-section:after,
.mega-footer-top-section:after,
.mega-footer-middle-section:after,
.mega-footer-bottom-section:after {
  content: '';
  display: block;
  clear: both; }

.mega-footer--left-section,
.mega-footer-left-section {
  margin-bottom: 16px; }

.mega-footer--right-section,
.mega-footer-right-section {
  margin-bottom: 16px; }

.mega-footer--right-section a,
.mega-footer-right-section a {
  display: block;
  margin-bottom: 16px;
  color: inherit;
  text-decoration: none; }

@media screen and (min-width: 760px) {
  .mega-footer--left-section,
  .mega-footer-left-section {
    float: left; }

  .mega-footer--right-section,
  .mega-footer-right-section {
    float: right; }

  .mega-footer--right-section a,
  .mega-footer-right-section a {
    display: inline-block;
    margin-left: 16px;
    line-height: 36px;
    vertical-align: middle; } }
.mega-footer--social-btn,
.mega-footer-social-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  background-color: rgb(158,158,158);
  border: none; }

.mega-footer--drop-down-section,
.mega-footer-drop-down-section {
  display: block;
  position: relative; }

@media screen and (min-width: 760px) {
  .mega-footer--drop-down-section,
  .mega-footer-drop-down-section {
    width: 33%; }

  .mega-footer--drop-down-section:nth-child(1),
  .mega-footer--drop-down-section:nth-child(2),
  .mega-footer-drop-down-section:nth-child(1),
  .mega-footer-drop-down-section:nth-child(2) {
    float: left; }

  .mega-footer--drop-down-section:nth-child(3),
  .mega-footer-drop-down-section:nth-child(3) {
    float: right; }
    .mega-footer--drop-down-section:nth-child(3):after,
    .mega-footer-drop-down-section:nth-child(3):after {
      clear: right; }

  .mega-footer--drop-down-section:nth-child(4),
  .mega-footer-drop-down-section:nth-child(4) {
    clear: right;
    float: right; }

  .mega-footer--middle-section:after,
  .mega-footer-middle-section:after {
    content: '';
    display: block;
    clear: both; }

  .mega-footer--bottom-section,
  .mega-footer-bottom-section {
    padding-top: 0; } }
@media screen and (min-width: 1024px) {
  .mega-footer--drop-down-section,
  .mega-footer--drop-down-section:nth-child(3),
  .mega-footer--drop-down-section:nth-child(4),
  .mega-footer-drop-down-section,
  .mega-footer-drop-down-section:nth-child(3),
  .mega-footer-drop-down-section:nth-child(4) {
    width: 33%;
    float: left; } }
.mega-footer--heading-checkbox,
.mega-footer-heading-checkbox {
  position: absolute;
  width: 100%;
  height: 55.8px;
  padding: 32px;
  margin: 0;
  margin-top: -16px;
  cursor: pointer;
  z-index: 1;
  opacity: 0; }
  .mega-footer--heading-checkbox + .mega-footer--heading:after, .mega-footer--heading-checkbox + .mega-footer-heading:after,
  .mega-footer-heading-checkbox + .mega-footer--heading:after,
  .mega-footer-heading-checkbox + .mega-footer-heading:after {
    font: normal normal normal 10px FontAwesome;
    content: "\f106"; }

.mega-footer--heading-checkbox:checked ~ .mega-footer--link-list, .mega-footer--heading-checkbox:checked ~ .mega-footer-link-list, .mega-footer--heading-checkbox:checked + .mega-footer--heading + .mega-footer--link-list, .mega-footer--heading-checkbox:checked + .mega-footer-heading + .mega-footer-link-list,
.mega-footer-heading-checkbox:checked ~ .mega-footer--link-list,
.mega-footer-heading-checkbox:checked ~ .mega-footer-link-list,
.mega-footer-heading-checkbox:checked + .mega-footer--heading + .mega-footer--link-list,
.mega-footer-heading-checkbox:checked + .mega-footer-heading + .mega-footer-link-list {
  display: none; }
.mega-footer--heading-checkbox:checked + .mega-footer--heading:after, .mega-footer--heading-checkbox:checked + .mega-footer-heading:after,
.mega-footer-heading-checkbox:checked + .mega-footer--heading:after,
.mega-footer-heading-checkbox:checked + .mega-footer-heading:after {
  font: normal normal normal 10px FontAwesome;
  content: "\f107"; }

.mega-footer--heading,
.mega-footer-heading {
  position: relative;
  width: 100%;
  padding-right: 39.8px;
  margin-bottom: 16px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 23.8px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgb(224,224,224); }

.mega-footer--heading:after,
.mega-footer-heading:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 23.8px;
  height: 23.8px;
  background-size: cover; }

.mega-footer--link-list,
.mega-footer-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 32px; }
  .mega-footer--link-list:after,
  .mega-footer-link-list:after {
    clear: both;
    display: block;
    content: ''; }

.mega-footer--link-list li,
.mega-footer-link-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  line-height: 20px; }

.mega-footer--link-list a,
.mega-footer-link-list a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap; }

@media screen and (min-width: 760px) {
  .mega-footer--heading-checkbox,
  .mega-footer-heading-checkbox {
    display: none; }
    .mega-footer--heading-checkbox + .mega-footer--heading:after, .mega-footer--heading-checkbox + .mega-footer-heading:after,
    .mega-footer-heading-checkbox + .mega-footer--heading:after,
    .mega-footer-heading-checkbox + .mega-footer-heading:after {
      content: ''; }

  .mega-footer--heading-checkbox:checked ~ .mega-footer--link-list, .mega-footer--heading-checkbox:checked ~ .mega-footer-link-list, .mega-footer--heading-checkbox:checked + .mega-footer-heading + .mega-footer-link-list, .mega-footer--heading-checkbox:checked + .mega-footer--heading + .mega-footer--link-list,
  .mega-footer-heading-checkbox:checked ~ .mega-footer--link-list,
  .mega-footer-heading-checkbox:checked ~ .mega-footer-link-list,
  .mega-footer-heading-checkbox:checked + .mega-footer-heading + .mega-footer-link-list,
  .mega-footer-heading-checkbox:checked + .mega-footer--heading + .mega-footer--link-list {
    display: block; }
  .mega-footer--heading-checkbox:checked + .mega-footer--heading:after, .mega-footer--heading-checkbox:checked + .mega-footer-heading:after,
  .mega-footer-heading-checkbox:checked + .mega-footer--heading:after,
  .mega-footer-heading-checkbox:checked + .mega-footer-heading:after {
    content: ''; } }
.mega-footer--bottom-section,
.mega-footer-bottom-section {
  padding-top: 16px;
  margin-bottom: 16px; }

.logo {
  margin-bottom: 16px;
  color: white; }

.mega-footer--bottom-section .mega-footer--link-list li,
.mega-footer-bottom-section .mega-footer-link-list li {
  float: left;
  margin-bottom: 0;
  margin-right: 16px; }

@media screen and (min-width: 760px) {
  .logo {
    float: left;
    margin-bottom: 0;
    margin-right: 16px; } }
.mini-footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 32px 16px;
  color: rgb(158,158,158);
  background-color: rgb(66,66,66); }
  .mini-footer:after {
    content: '';
    display: block; }
  .mini-footer .logo {
    line-height: 36px; }

.mini-footer-link-list,
.mini-footer-link-list {
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
  margin: 0;
  padding: 0; }
  .mini-footer-link-list li,
  .mini-footer-link-list li {
    margin-bottom: 0;
    margin-right: 16px; }
    @media screen and (min-width: 760px) {
      .mini-footer-link-list li,
      .mini-footer-link-list li {
        line-height: 36px; } }
  .mini-footer-link-list a,
  .mini-footer-link-list a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap; }

.mini-footer-left-section,
.mini-footer-left-section {
  display: inline-block;
  order: 0; }

.mini-footer-right-section,
.mini-footer-right-section {
  display: inline-block;
  order: 1; }

.mini-footer-social-btn,
.mini-footer-social-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  background-color: rgb(158,158,158);
  border: none; }

.color-primary {
  background-color: rgb(63,81,181) !important; }

.color-primary-contrast {
  background-color: rgb(255,255,255) !important; }

.color-primary-dark {
  background-color: rgb(48,63,159) !important; }

.color-accent {
  background-color: rgb(13,71,161) !important; }

.color-accent-contrast {
  background-color: rgb(255,255,255) !important; }

.color-text-primary {
  color: rgb(63,81,181) !important; }

.color-text-primary-contrast {
  color: rgb(255,255,255) !important; }

.color-text-primary-dark {
  color: rgb(48,63,159) !important; }

.color-text-accent {
  color: rgb(13,71,161) !important; }

.color-text-accent-contrast {
  color: rgb(255,255,255) !important; }

.color-black {
  background-color: rgb(0,0,0) !important; }

.color-text-black {
  color: rgb(0,0,0) !important; }

.color-white {
  background-color: rgb(255,255,255) !important; }

.color-text-white {
  color: rgb(255,255,255) !important; }

.color-text-red {
  color: rgb(244,67,54) !important; }

.color-red {
  background-color: rgb(244,67,54) !important; }

.color-text-red-50 {
  color: rgb(255,235,238) !important; }

.color-red-50 {
  background-color: rgb(255,235,238) !important; }

.color-text-red-100 {
  color: rgb(255,205,210) !important; }

.color-red-100 {
  background-color: rgb(255,205,210) !important; }

.color-text-red-200 {
  color: rgb(239,154,154) !important; }

.color-red-200 {
  background-color: rgb(239,154,154) !important; }

.color-text-red-300 {
  color: rgb(229,115,115) !important; }

.color-red-300 {
  background-color: rgb(229,115,115) !important; }

.color-text-red-400 {
  color: rgb(239,83,80) !important; }

.color-red-400 {
  background-color: rgb(239,83,80) !important; }

.color-text-red-500 {
  color: rgb(244,67,54) !important; }

.color-red-500 {
  background-color: rgb(244,67,54) !important; }

.color-text-red-600 {
  color: rgb(229,57,53) !important; }

.color-red-600 {
  background-color: rgb(229,57,53) !important; }

.color-text-red-700 {
  color: rgb(211,47,47) !important; }

.color-red-700 {
  background-color: rgb(211,47,47) !important; }

.color-text-red-800 {
  color: rgb(198,40,40) !important; }

.color-red-800 {
  background-color: rgb(198,40,40) !important; }

.color-text-red-900 {
  color: rgb(183,28,28) !important; }

.color-red-900 {
  background-color: rgb(183,28,28) !important; }

.color-text-red-A100 {
  color: rgb(255,138,128) !important; }

.color-red-A100 {
  background-color: rgb(255,138,128) !important; }

.color-text-red-A200 {
  color: rgb(255,82,82) !important; }

.color-red-A200 {
  background-color: rgb(255,82,82) !important; }

.color-text-red-A400 {
  color: rgb(255,23,68) !important; }

.color-red-A400 {
  background-color: rgb(255,23,68) !important; }

.color-text-red-A700 {
  color: rgb(213,0,0) !important; }

.color-red-A700 {
  background-color: rgb(213,0,0) !important; }

.color-text-pink {
  color: rgb(233,30,99) !important; }

.color-pink {
  background-color: rgb(233,30,99) !important; }

.color-text-pink-50 {
  color: rgb(252,228,236) !important; }

.color-pink-50 {
  background-color: rgb(252,228,236) !important; }

.color-text-pink-100 {
  color: rgb(248,187,208) !important; }

.color-pink-100 {
  background-color: rgb(248,187,208) !important; }

.color-text-pink-200 {
  color: rgb(244,143,177) !important; }

.color-pink-200 {
  background-color: rgb(244,143,177) !important; }

.color-text-pink-300 {
  color: rgb(240,98,146) !important; }

.color-pink-300 {
  background-color: rgb(240,98,146) !important; }

.color-text-pink-400 {
  color: rgb(236,64,122) !important; }

.color-pink-400 {
  background-color: rgb(236,64,122) !important; }

.color-text-pink-500 {
  color: rgb(233,30,99) !important; }

.color-pink-500 {
  background-color: rgb(233,30,99) !important; }

.color-text-pink-600 {
  color: rgb(216,27,96) !important; }

.color-pink-600 {
  background-color: rgb(216,27,96) !important; }

.color-text-pink-700 {
  color: rgb(194,24,91) !important; }

.color-pink-700 {
  background-color: rgb(194,24,91) !important; }

.color-text-pink-800 {
  color: rgb(173,20,87) !important; }

.color-pink-800 {
  background-color: rgb(173,20,87) !important; }

.color-text-pink-900 {
  color: rgb(136,14,79) !important; }

.color-pink-900 {
  background-color: rgb(136,14,79) !important; }

.color-text-pink-A100 {
  color: rgb(255,128,171) !important; }

.color-pink-A100 {
  background-color: rgb(255,128,171) !important; }

.color-text-pink-A200 {
  color: rgb(255,64,129) !important; }

.color-pink-A200 {
  background-color: rgb(255,64,129) !important; }

.color-text-pink-A400 {
  color: rgb(245,0,87) !important; }

.color-pink-A400 {
  background-color: rgb(245,0,87) !important; }

.color-text-pink-A700 {
  color: rgb(197,17,98) !important; }

.color-pink-A700 {
  background-color: rgb(197,17,98) !important; }

.color-text-purple {
  color: rgb(156,39,176) !important; }

.color-purple {
  background-color: rgb(156,39,176) !important; }

.color-text-purple-50 {
  color: rgb(243,229,245) !important; }

.color-purple-50 {
  background-color: rgb(243,229,245) !important; }

.color-text-purple-100 {
  color: rgb(225,190,231) !important; }

.color-purple-100 {
  background-color: rgb(225,190,231) !important; }

.color-text-purple-200 {
  color: rgb(206,147,216) !important; }

.color-purple-200 {
  background-color: rgb(206,147,216) !important; }

.color-text-purple-300 {
  color: rgb(186,104,200) !important; }

.color-purple-300 {
  background-color: rgb(186,104,200) !important; }

.color-text-purple-400 {
  color: rgb(171,71,188) !important; }

.color-purple-400 {
  background-color: rgb(171,71,188) !important; }

.color-text-purple-500 {
  color: rgb(156,39,176) !important; }

.color-purple-500 {
  background-color: rgb(156,39,176) !important; }

.color-text-purple-600 {
  color: rgb(142,36,170) !important; }

.color-purple-600 {
  background-color: rgb(142,36,170) !important; }

.color-text-purple-700 {
  color: rgb(123,31,162) !important; }

.color-purple-700 {
  background-color: rgb(123,31,162) !important; }

.color-text-purple-800 {
  color: rgb(106,27,154) !important; }

.color-purple-800 {
  background-color: rgb(106,27,154) !important; }

.color-text-purple-900 {
  color: rgb(74,20,140) !important; }

.color-purple-900 {
  background-color: rgb(74,20,140) !important; }

.color-text-purple-A100 {
  color: rgb(234,128,252) !important; }

.color-purple-A100 {
  background-color: rgb(234,128,252) !important; }

.color-text-purple-A200 {
  color: rgb(224,64,251) !important; }

.color-purple-A200 {
  background-color: rgb(224,64,251) !important; }

.color-text-purple-A400 {
  color: rgb(213,0,249) !important; }

.color-purple-A400 {
  background-color: rgb(213,0,249) !important; }

.color-text-purple-A700 {
  color: rgb(170,0,255) !important; }

.color-purple-A700 {
  background-color: rgb(170,0,255) !important; }

.color-text-deep-purple {
  color: rgb(103,58,183) !important; }

.color-deep-purple {
  background-color: rgb(103,58,183) !important; }

.color-text-deep-purple-50 {
  color: rgb(237,231,246) !important; }

.color-deep-purple-50 {
  background-color: rgb(237,231,246) !important; }

.color-text-deep-purple-100 {
  color: rgb(209,196,233) !important; }

.color-deep-purple-100 {
  background-color: rgb(209,196,233) !important; }

.color-text-deep-purple-200 {
  color: rgb(179,157,219) !important; }

.color-deep-purple-200 {
  background-color: rgb(179,157,219) !important; }

.color-text-deep-purple-300 {
  color: rgb(149,117,205) !important; }

.color-deep-purple-300 {
  background-color: rgb(149,117,205) !important; }

.color-text-deep-purple-400 {
  color: rgb(126,87,194) !important; }

.color-deep-purple-400 {
  background-color: rgb(126,87,194) !important; }

.color-text-deep-purple-500 {
  color: rgb(103,58,183) !important; }

.color-deep-purple-500 {
  background-color: rgb(103,58,183) !important; }

.color-text-deep-purple-600 {
  color: rgb(94,53,177) !important; }

.color-deep-purple-600 {
  background-color: rgb(94,53,177) !important; }

.color-text-deep-purple-700 {
  color: rgb(81,45,168) !important; }

.color-deep-purple-700 {
  background-color: rgb(81,45,168) !important; }

.color-text-deep-purple-800 {
  color: rgb(69,39,160) !important; }

.color-deep-purple-800 {
  background-color: rgb(69,39,160) !important; }

.color-text-deep-purple-900 {
  color: rgb(49,27,146) !important; }

.color-deep-purple-900 {
  background-color: rgb(49,27,146) !important; }

.color-text-deep-purple-A100 {
  color: rgb(179,136,255) !important; }

.color-deep-purple-A100 {
  background-color: rgb(179,136,255) !important; }

.color-text-deep-purple-A200 {
  color: rgb(124,77,255) !important; }

.color-deep-purple-A200 {
  background-color: rgb(124,77,255) !important; }

.color-text-deep-purple-A400 {
  color: rgb(101,31,255) !important; }

.color-deep-purple-A400 {
  background-color: rgb(101,31,255) !important; }

.color-text-deep-purple-A700 {
  color: rgb(98,0,234) !important; }

.color-deep-purple-A700 {
  background-color: rgb(98,0,234) !important; }

.color-text-indigo {
  color: rgb(63,81,181) !important; }

.color-indigo {
  background-color: rgb(63,81,181) !important; }

.color-text-indigo-50 {
  color: rgb(232,234,246) !important; }

.color-indigo-50 {
  background-color: rgb(232,234,246) !important; }

.color-text-indigo-100 {
  color: rgb(197,202,233) !important; }

.color-indigo-100 {
  background-color: rgb(197,202,233) !important; }

.color-text-indigo-200 {
  color: rgb(159,168,218) !important; }

.color-indigo-200 {
  background-color: rgb(159,168,218) !important; }

.color-text-indigo-300 {
  color: rgb(121,134,203) !important; }

.color-indigo-300 {
  background-color: rgb(121,134,203) !important; }

.color-text-indigo-400 {
  color: rgb(92,107,192) !important; }

.color-indigo-400 {
  background-color: rgb(92,107,192) !important; }

.color-text-indigo-500 {
  color: rgb(63,81,181) !important; }

.color-indigo-500 {
  background-color: rgb(63,81,181) !important; }

.color-text-indigo-600 {
  color: rgb(57,73,171) !important; }

.color-indigo-600 {
  background-color: rgb(57,73,171) !important; }

.color-text-indigo-700 {
  color: rgb(48,63,159) !important; }

.color-indigo-700 {
  background-color: rgb(48,63,159) !important; }

.color-text-indigo-800 {
  color: rgb(40,53,147) !important; }

.color-indigo-800 {
  background-color: rgb(40,53,147) !important; }

.color-text-indigo-900 {
  color: rgb(26,35,126) !important; }

.color-indigo-900 {
  background-color: rgb(26,35,126) !important; }

.color-text-indigo-A100 {
  color: rgb(140,158,255) !important; }

.color-indigo-A100 {
  background-color: rgb(140,158,255) !important; }

.color-text-indigo-A200 {
  color: rgb(83,109,254) !important; }

.color-indigo-A200 {
  background-color: rgb(83,109,254) !important; }

.color-text-indigo-A400 {
  color: rgb(61,90,254) !important; }

.color-indigo-A400 {
  background-color: rgb(61,90,254) !important; }

.color-text-indigo-A700 {
  color: rgb(48,79,254) !important; }

.color-indigo-A700 {
  background-color: rgb(48,79,254) !important; }

.color-text-blue {
  color: rgb(33,150,243) !important; }

.color-blue {
  background-color: rgb(33,150,243) !important; }

.color-text-blue-50 {
  color: rgb(227,242,253) !important; }

.color-blue-50 {
  background-color: rgb(227,242,253) !important; }

.color-text-blue-100 {
  color: rgb(187,222,251) !important; }

.color-blue-100 {
  background-color: rgb(187,222,251) !important; }

.color-text-blue-200 {
  color: rgb(144,202,249) !important; }

.color-blue-200 {
  background-color: rgb(144,202,249) !important; }

.color-text-blue-300 {
  color: rgb(100,181,246) !important; }

.color-blue-300 {
  background-color: rgb(100,181,246) !important; }

.color-text-blue-400 {
  color: rgb(66,165,245) !important; }

.color-blue-400 {
  background-color: rgb(66,165,245) !important; }

.color-text-blue-500 {
  color: rgb(33,150,243) !important; }

.color-blue-500 {
  background-color: rgb(33,150,243) !important; }

.color-text-blue-600 {
  color: rgb(30,136,229) !important; }

.color-blue-600 {
  background-color: rgb(30,136,229) !important; }

.color-text-blue-700 {
  color: rgb(25,118,210) !important; }

.color-blue-700 {
  background-color: rgb(25,118,210) !important; }

.color-text-blue-800 {
  color: rgb(21,101,192) !important; }

.color-blue-800 {
  background-color: rgb(21,101,192) !important; }

.color-text-blue-900 {
  color: rgb(13,71,161) !important; }

.color-blue-900 {
  background-color: rgb(13,71,161) !important; }

.color-text-blue-A100 {
  color: rgb(130,177,255) !important; }

.color-blue-A100 {
  background-color: rgb(130,177,255) !important; }

.color-text-blue-A200 {
  color: rgb(68,138,255) !important; }

.color-blue-A200 {
  background-color: rgb(68,138,255) !important; }

.color-text-blue-A400 {
  color: rgb(41,121,255) !important; }

.color-blue-A400 {
  background-color: rgb(41,121,255) !important; }

.color-text-blue-A700 {
  color: rgb(41,98,255) !important; }

.color-blue-A700 {
  background-color: rgb(41,98,255) !important; }

.color-text-light-blue {
  color: rgb(3,169,244) !important; }

.color-light-blue {
  background-color: rgb(3,169,244) !important; }

.color-text-light-blue-50 {
  color: rgb(225,245,254) !important; }

.color-light-blue-50 {
  background-color: rgb(225,245,254) !important; }

.color-text-light-blue-100 {
  color: rgb(179,229,252) !important; }

.color-light-blue-100 {
  background-color: rgb(179,229,252) !important; }

.color-text-light-blue-200 {
  color: rgb(129,212,250) !important; }

.color-light-blue-200 {
  background-color: rgb(129,212,250) !important; }

.color-text-light-blue-300 {
  color: rgb(79,195,247) !important; }

.color-light-blue-300 {
  background-color: rgb(79,195,247) !important; }

.color-text-light-blue-400 {
  color: rgb(41,182,246) !important; }

.color-light-blue-400 {
  background-color: rgb(41,182,246) !important; }

.color-text-light-blue-500 {
  color: rgb(3,169,244) !important; }

.color-light-blue-500 {
  background-color: rgb(3,169,244) !important; }

.color-text-light-blue-600 {
  color: rgb(3,155,229) !important; }

.color-light-blue-600 {
  background-color: rgb(3,155,229) !important; }

.color-text-light-blue-700 {
  color: rgb(2,136,209) !important; }

.color-light-blue-700 {
  background-color: rgb(2,136,209) !important; }

.color-text-light-blue-800 {
  color: rgb(2,119,189) !important; }

.color-light-blue-800 {
  background-color: rgb(2,119,189) !important; }

.color-text-light-blue-900 {
  color: rgb(1,87,155) !important; }

.color-light-blue-900 {
  background-color: rgb(1,87,155) !important; }

.color-text-light-blue-A100 {
  color: rgb(128,216,255) !important; }

.color-light-blue-A100 {
  background-color: rgb(128,216,255) !important; }

.color-text-light-blue-A200 {
  color: rgb(64,196,255) !important; }

.color-light-blue-A200 {
  background-color: rgb(64,196,255) !important; }

.color-text-light-blue-A400 {
  color: rgb(0,176,255) !important; }

.color-light-blue-A400 {
  background-color: rgb(0,176,255) !important; }

.color-text-light-blue-A700 {
  color: rgb(0,145,234) !important; }

.color-light-blue-A700 {
  background-color: rgb(0,145,234) !important; }

.color-text-cyan {
  color: rgb(0,188,212) !important; }

.color-cyan {
  background-color: rgb(0,188,212) !important; }

.color-text-cyan-50 {
  color: rgb(224,247,250) !important; }

.color-cyan-50 {
  background-color: rgb(224,247,250) !important; }

.color-text-cyan-100 {
  color: rgb(178,235,242) !important; }

.color-cyan-100 {
  background-color: rgb(178,235,242) !important; }

.color-text-cyan-200 {
  color: rgb(128,222,234) !important; }

.color-cyan-200 {
  background-color: rgb(128,222,234) !important; }

.color-text-cyan-300 {
  color: rgb(77,208,225) !important; }

.color-cyan-300 {
  background-color: rgb(77,208,225) !important; }

.color-text-cyan-400 {
  color: rgb(38,198,218) !important; }

.color-cyan-400 {
  background-color: rgb(38,198,218) !important; }

.color-text-cyan-500 {
  color: rgb(0,188,212) !important; }

.color-cyan-500 {
  background-color: rgb(0,188,212) !important; }

.color-text-cyan-600 {
  color: rgb(0,172,193) !important; }

.color-cyan-600 {
  background-color: rgb(0,172,193) !important; }

.color-text-cyan-700 {
  color: rgb(0,151,167) !important; }

.color-cyan-700 {
  background-color: rgb(0,151,167) !important; }

.color-text-cyan-800 {
  color: rgb(0,131,143) !important; }

.color-cyan-800 {
  background-color: rgb(0,131,143) !important; }

.color-text-cyan-900 {
  color: rgb(0,96,100) !important; }

.color-cyan-900 {
  background-color: rgb(0,96,100) !important; }

.color-text-cyan-A100 {
  color: rgb(132,255,255) !important; }

.color-cyan-A100 {
  background-color: rgb(132,255,255) !important; }

.color-text-cyan-A200 {
  color: rgb(24,255,255) !important; }

.color-cyan-A200 {
  background-color: rgb(24,255,255) !important; }

.color-text-cyan-A400 {
  color: rgb(0,229,255) !important; }

.color-cyan-A400 {
  background-color: rgb(0,229,255) !important; }

.color-text-cyan-A700 {
  color: rgb(0,184,212) !important; }

.color-cyan-A700 {
  background-color: rgb(0,184,212) !important; }

.color-text-teal {
  color: rgb(0,150,136) !important; }

.color-teal {
  background-color: rgb(0,150,136) !important; }

.color-text-teal-50 {
  color: rgb(224,242,241) !important; }

.color-teal-50 {
  background-color: rgb(224,242,241) !important; }

.color-text-teal-100 {
  color: rgb(178,223,219) !important; }

.color-teal-100 {
  background-color: rgb(178,223,219) !important; }

.color-text-teal-200 {
  color: rgb(128,203,196) !important; }

.color-teal-200 {
  background-color: rgb(128,203,196) !important; }

.color-text-teal-300 {
  color: rgb(77,182,172) !important; }

.color-teal-300 {
  background-color: rgb(77,182,172) !important; }

.color-text-teal-400 {
  color: rgb(38,166,154) !important; }

.color-teal-400 {
  background-color: rgb(38,166,154) !important; }

.color-text-teal-500 {
  color: rgb(0,150,136) !important; }

.color-teal-500 {
  background-color: rgb(0,150,136) !important; }

.color-text-teal-600 {
  color: rgb(0,137,123) !important; }

.color-teal-600 {
  background-color: rgb(0,137,123) !important; }

.color-text-teal-700 {
  color: rgb(0,121,107) !important; }

.color-teal-700 {
  background-color: rgb(0,121,107) !important; }

.color-text-teal-800 {
  color: rgb(0,105,92) !important; }

.color-teal-800 {
  background-color: rgb(0,105,92) !important; }

.color-text-teal-900 {
  color: rgb(0,77,64) !important; }

.color-teal-900 {
  background-color: rgb(0,77,64) !important; }

.color-text-teal-A100 {
  color: rgb(167,255,235) !important; }

.color-teal-A100 {
  background-color: rgb(167,255,235) !important; }

.color-text-teal-A200 {
  color: rgb(100,255,218) !important; }

.color-teal-A200 {
  background-color: rgb(100,255,218) !important; }

.color-text-teal-A400 {
  color: rgb(29,233,182) !important; }

.color-teal-A400 {
  background-color: rgb(29,233,182) !important; }

.color-text-teal-A700 {
  color: rgb(0,191,165) !important; }

.color-teal-A700 {
  background-color: rgb(0,191,165) !important; }

.color-text-green {
  color: rgb(76,175,80) !important; }

.color-green {
  background-color: rgb(76,175,80) !important; }

.color-text-green-50 {
  color: rgb(232,245,233) !important; }

.color-green-50 {
  background-color: rgb(232,245,233) !important; }

.color-text-green-100 {
  color: rgb(200,230,201) !important; }

.color-green-100 {
  background-color: rgb(200,230,201) !important; }

.color-text-green-200 {
  color: rgb(165,214,167) !important; }

.color-green-200 {
  background-color: rgb(165,214,167) !important; }

.color-text-green-300 {
  color: rgb(129,199,132) !important; }

.color-green-300 {
  background-color: rgb(129,199,132) !important; }

.color-text-green-400 {
  color: rgb(102,187,106) !important; }

.color-green-400 {
  background-color: rgb(102,187,106) !important; }

.color-text-green-500 {
  color: rgb(76,175,80) !important; }

.color-green-500 {
  background-color: rgb(76,175,80) !important; }

.color-text-green-600 {
  color: rgb(67,160,71) !important; }

.color-green-600 {
  background-color: rgb(67,160,71) !important; }

.color-text-green-700 {
  color: rgb(56,142,60) !important; }

.color-green-700 {
  background-color: rgb(56,142,60) !important; }

.color-text-green-800 {
  color: rgb(46,125,50) !important; }

.color-green-800 {
  background-color: rgb(46,125,50) !important; }

.color-text-green-900 {
  color: rgb(27,94,32) !important; }

.color-green-900 {
  background-color: rgb(27,94,32) !important; }

.color-text-green-A100 {
  color: rgb(185,246,202) !important; }

.color-green-A100 {
  background-color: rgb(185,246,202) !important; }

.color-text-green-A200 {
  color: rgb(105,240,174) !important; }

.color-green-A200 {
  background-color: rgb(105,240,174) !important; }

.color-text-green-A400 {
  color: rgb(0,230,118) !important; }

.color-green-A400 {
  background-color: rgb(0,230,118) !important; }

.color-text-green-A700 {
  color: rgb(0,165,80) !important; }

.color-green-A700 {
  background-color: rgb(0,165,80) !important; }

.color-text-light-green {
  color: rgb(139,195,74) !important; }

.color-light-green {
  background-color: rgb(139,195,74) !important; }

.color-text-light-green-50 {
  color: rgb(241,248,233) !important; }

.color-light-green-50 {
  background-color: rgb(241,248,233) !important; }

.color-text-light-green-100 {
  color: rgb(220,237,200) !important; }

.color-light-green-100 {
  background-color: rgb(220,237,200) !important; }

.color-text-light-green-200 {
  color: rgb(197,225,165) !important; }

.color-light-green-200 {
  background-color: rgb(197,225,165) !important; }

.color-text-light-green-300 {
  color: rgb(174,213,129) !important; }

.color-light-green-300 {
  background-color: rgb(174,213,129) !important; }

.color-text-light-green-400 {
  color: rgb(156,204,101) !important; }

.color-light-green-400 {
  background-color: rgb(156,204,101) !important; }

.color-text-light-green-500 {
  color: rgb(139,195,74) !important; }

.color-light-green-500 {
  background-color: rgb(139,195,74) !important; }

.color-text-light-green-600 {
  color: rgb(124,179,66) !important; }

.color-light-green-600 {
  background-color: rgb(124,179,66) !important; }

.color-text-light-green-700 {
  color: rgb(104,159,56) !important; }

.color-light-green-700 {
  background-color: rgb(104,159,56) !important; }

.color-text-light-green-800 {
  color: rgb(85,139,47) !important; }

.color-light-green-800 {
  background-color: rgb(85,139,47) !important; }

.color-text-light-green-900 {
  color: rgb(51,105,30) !important; }

.color-light-green-900 {
  background-color: rgb(51,105,30) !important; }

.color-text-light-green-A100 {
  color: rgb(204,255,144) !important; }

.color-light-green-A100 {
  background-color: rgb(204,255,144) !important; }

.color-text-light-green-A200 {
  color: rgb(178,255,89) !important; }

.color-light-green-A200 {
  background-color: rgb(178,255,89) !important; }

.color-text-light-green-A400 {
  color: rgb(118,255,3) !important; }

.color-light-green-A400 {
  background-color: rgb(118,255,3) !important; }

.color-text-light-green-A700 {
  color: rgb(100,221,23) !important; }

.color-light-green-A700 {
  background-color: rgb(100,221,23) !important; }

.color-text-lime {
  color: rgb(205,220,57) !important; }

.color-lime {
  background-color: rgb(205,220,57) !important; }

.color-text-lime-50 {
  color: rgb(249,251,231) !important; }

.color-lime-50 {
  background-color: rgb(249,251,231) !important; }

.color-text-lime-100 {
  color: rgb(240,244,195) !important; }

.color-lime-100 {
  background-color: rgb(240,244,195) !important; }

.color-text-lime-200 {
  color: rgb(230,238,156) !important; }

.color-lime-200 {
  background-color: rgb(230,238,156) !important; }

.color-text-lime-300 {
  color: rgb(220,231,117) !important; }

.color-lime-300 {
  background-color: rgb(220,231,117) !important; }

.color-text-lime-400 {
  color: rgb(212,225,87) !important; }

.color-lime-400 {
  background-color: rgb(212,225,87) !important; }

.color-text-lime-500 {
  color: rgb(205,220,57) !important; }

.color-lime-500 {
  background-color: rgb(205,220,57) !important; }

.color-text-lime-600 {
  color: rgb(192,202,51) !important; }

.color-lime-600 {
  background-color: rgb(192,202,51) !important; }

.color-text-lime-700 {
  color: rgb(175,180,43) !important; }

.color-lime-700 {
  background-color: rgb(175,180,43) !important; }

.color-text-lime-800 {
  color: rgb(158,157,36) !important; }

.color-lime-800 {
  background-color: rgb(158,157,36) !important; }

.color-text-lime-900 {
  color: rgb(130,119,23) !important; }

.color-lime-900 {
  background-color: rgb(130,119,23) !important; }

.color-text-lime-A100 {
  color: rgb(244,255,129) !important; }

.color-lime-A100 {
  background-color: rgb(244,255,129) !important; }

.color-text-lime-A200 {
  color: rgb(238,255,65) !important; }

.color-lime-A200 {
  background-color: rgb(238,255,65) !important; }

.color-text-lime-A400 {
  color: rgb(198,255,0) !important; }

.color-lime-A400 {
  background-color: rgb(198,255,0) !important; }

.color-text-lime-A700 {
  color: rgb(174,234,0) !important; }

.color-lime-A700 {
  background-color: rgb(174,234,0) !important; }

.color-text-yellow {
  color: rgb(255,235,59) !important; }

.color-yellow {
  background-color: rgb(255,235,59) !important; }

.color-text-yellow-50 {
  color: rgb(255,253,231) !important; }

.color-yellow-50 {
  background-color: rgb(255,253,231) !important; }

.color-text-yellow-100 {
  color: rgb(255,249,196) !important; }

.color-yellow-100 {
  background-color: rgb(255,249,196) !important; }

.color-text-yellow-200 {
  color: rgb(255,245,157) !important; }

.color-yellow-200 {
  background-color: rgb(255,245,157) !important; }

.color-text-yellow-300 {
  color: rgb(255,241,118) !important; }

.color-yellow-300 {
  background-color: rgb(255,241,118) !important; }

.color-text-yellow-400 {
  color: rgb(255,238,88) !important; }

.color-yellow-400 {
  background-color: rgb(255,238,88) !important; }

.color-text-yellow-500 {
  color: rgb(255,235,59) !important; }

.color-yellow-500 {
  background-color: rgb(255,235,59) !important; }

.color-text-yellow-600 {
  color: rgb(253,216,53) !important; }

.color-yellow-600 {
  background-color: rgb(253,216,53) !important; }

.color-text-yellow-700 {
  color: rgb(251,192,45) !important; }

.color-yellow-700 {
  background-color: rgb(251,192,45) !important; }

.color-text-yellow-800 {
  color: rgb(249,168,37) !important; }

.color-yellow-800 {
  background-color: rgb(249,168,37) !important; }

.color-text-yellow-900 {
  color: rgb(245,127,23) !important; }

.color-yellow-900 {
  background-color: rgb(245,127,23) !important; }

.color-text-yellow-A100 {
  color: rgb(255,255,141) !important; }

.color-yellow-A100 {
  background-color: rgb(255,255,141) !important; }

.color-text-yellow-A200 {
  color: rgb(255,255,0) !important; }

.color-yellow-A200 {
  background-color: rgb(255,255,0) !important; }

.color-text-yellow-A400 {
  color: rgb(255,234,0) !important; }

.color-yellow-A400 {
  background-color: rgb(255,234,0) !important; }

.color-text-yellow-A700 {
  color: rgb(255,214,0) !important; }

.color-yellow-A700 {
  background-color: rgb(255,214,0) !important; }

.color-text-amber {
  color: rgb(255,193,7) !important; }

.color-amber {
  background-color: rgb(255,193,7) !important; }

.color-text-amber-50 {
  color: rgb(255,248,225) !important; }

.color-amber-50 {
  background-color: rgb(255,248,225) !important; }

.color-text-amber-100 {
  color: rgb(255,236,179) !important; }

.color-amber-100 {
  background-color: rgb(255,236,179) !important; }

.color-text-amber-200 {
  color: rgb(255,224,130) !important; }

.color-amber-200 {
  background-color: rgb(255,224,130) !important; }

.color-text-amber-300 {
  color: rgb(255,213,79) !important; }

.color-amber-300 {
  background-color: rgb(255,213,79) !important; }

.color-text-amber-400 {
  color: rgb(255,202,40) !important; }

.color-amber-400 {
  background-color: rgb(255,202,40) !important; }

.color-text-amber-500 {
  color: rgb(255,193,7) !important; }

.color-amber-500 {
  background-color: rgb(255,193,7) !important; }

.color-text-amber-600 {
  color: rgb(255,179,0) !important; }

.color-amber-600 {
  background-color: rgb(255,179,0) !important; }

.color-text-amber-700 {
  color: rgb(255,160,0) !important; }

.color-amber-700 {
  background-color: rgb(255,160,0) !important; }

.color-text-amber-800 {
  color: rgb(255,143,0) !important; }

.color-amber-800 {
  background-color: rgb(255,143,0) !important; }

.color-text-amber-900 {
  color: rgb(255,111,0) !important; }

.color-amber-900 {
  background-color: rgb(255,111,0) !important; }

.color-text-amber-A100 {
  color: rgb(255,229,127) !important; }

.color-amber-A100 {
  background-color: rgb(255,229,127) !important; }

.color-text-amber-A200 {
  color: rgb(255,215,64) !important; }

.color-amber-A200 {
  background-color: rgb(255,215,64) !important; }

.color-text-amber-A400 {
  color: rgb(255,196,0) !important; }

.color-amber-A400 {
  background-color: rgb(255,196,0) !important; }

.color-text-amber-A700 {
  color: rgb(255,171,0) !important; }

.color-amber-A700 {
  background-color: rgb(255,171,0) !important; }

.color-text-orange {
  color: rgb(255,152,0) !important; }

.color-orange {
  background-color: rgb(255,152,0) !important; }

.color-text-orange-50 {
  color: rgb(255,243,224) !important; }

.color-orange-50 {
  background-color: rgb(255,243,224) !important; }

.color-text-orange-100 {
  color: rgb(255,224,178) !important; }

.color-orange-100 {
  background-color: rgb(255,224,178) !important; }

.color-text-orange-200 {
  color: rgb(255,204,128) !important; }

.color-orange-200 {
  background-color: rgb(255,204,128) !important; }

.color-text-orange-300 {
  color: rgb(255,183,77) !important; }

.color-orange-300 {
  background-color: rgb(255,183,77) !important; }

.color-text-orange-400 {
  color: rgb(255,167,38) !important; }

.color-orange-400 {
  background-color: rgb(255,167,38) !important; }

.color-text-orange-500 {
  color: rgb(255,152,0) !important; }

.color-orange-500 {
  background-color: rgb(255,152,0) !important; }

.color-text-orange-600 {
  color: rgb(251,140,0) !important; }

.color-orange-600 {
  background-color: rgb(251,140,0) !important; }

.color-text-orange-700 {
  color: rgb(245,124,0) !important; }

.color-orange-700 {
  background-color: rgb(245,124,0) !important; }

.color-text-orange-800 {
  color: rgb(239,108,0) !important; }

.color-orange-800 {
  background-color: rgb(239,108,0) !important; }

.color-text-orange-900 {
  color: rgb(230,81,0) !important; }

.color-orange-900 {
  background-color: rgb(230,81,0) !important; }

.color-text-orange-A100 {
  color: rgb(255,209,128) !important; }

.color-orange-A100 {
  background-color: rgb(255,209,128) !important; }

.color-text-orange-A200 {
  color: rgb(255,171,64) !important; }

.color-orange-A200 {
  background-color: rgb(255,171,64) !important; }

.color-text-orange-A400 {
  color: rgb(255,145,0) !important; }

.color-orange-A400 {
  background-color: rgb(255,145,0) !important; }

.color-text-orange-A700 {
  color: rgb(255,109,0) !important; }

.color-orange-A700 {
  background-color: rgb(255,109,0) !important; }

.color-text-deep-orange {
  color: rgb(255,87,34) !important; }

.color-deep-orange {
  background-color: rgb(255,87,34) !important; }

.color-text-deep-orange-50 {
  color: rgb(251,233,231) !important; }

.color-deep-orange-50 {
  background-color: rgb(251,233,231) !important; }

.color-text-deep-orange-100 {
  color: rgb(255,204,188) !important; }

.color-deep-orange-100 {
  background-color: rgb(255,204,188) !important; }

.color-text-deep-orange-200 {
  color: rgb(255,171,145) !important; }

.color-deep-orange-200 {
  background-color: rgb(255,171,145) !important; }

.color-text-deep-orange-300 {
  color: rgb(255,138,101) !important; }

.color-deep-orange-300 {
  background-color: rgb(255,138,101) !important; }

.color-text-deep-orange-400 {
  color: rgb(255,112,67) !important; }

.color-deep-orange-400 {
  background-color: rgb(255,112,67) !important; }

.color-text-deep-orange-500 {
  color: rgb(255,87,34) !important; }

.color-deep-orange-500 {
  background-color: rgb(255,87,34) !important; }

.color-text-deep-orange-600 {
  color: rgb(244,81,30) !important; }

.color-deep-orange-600 {
  background-color: rgb(244,81,30) !important; }

.color-text-deep-orange-700 {
  color: rgb(230,74,25) !important; }

.color-deep-orange-700 {
  background-color: rgb(230,74,25) !important; }

.color-text-deep-orange-800 {
  color: rgb(216,67,21) !important; }

.color-deep-orange-800 {
  background-color: rgb(216,67,21) !important; }

.color-text-deep-orange-900 {
  color: rgb(191,54,12) !important; }

.color-deep-orange-900 {
  background-color: rgb(191,54,12) !important; }

.color-text-deep-orange-A100 {
  color: rgb(255,158,128) !important; }

.color-deep-orange-A100 {
  background-color: rgb(255,158,128) !important; }

.color-text-deep-orange-A200 {
  color: rgb(255,110,64) !important; }

.color-deep-orange-A200 {
  background-color: rgb(255,110,64) !important; }

.color-text-deep-orange-A400 {
  color: rgb(255,61,0) !important; }

.color-deep-orange-A400 {
  background-color: rgb(255,61,0) !important; }

.color-text-deep-orange-A700 {
  color: rgb(221,44,0) !important; }

.color-deep-orange-A700 {
  background-color: rgb(221,44,0) !important; }

.color-text-brown {
  color: rgb(121,85,72) !important; }

.color-brown {
  background-color: rgb(121,85,72) !important; }

.color-text-brown-50 {
  color: rgb(239,235,233) !important; }

.color-brown-50 {
  background-color: rgb(239,235,233) !important; }

.color-text-brown-100 {
  color: rgb(215,204,200) !important; }

.color-brown-100 {
  background-color: rgb(215,204,200) !important; }

.color-text-brown-200 {
  color: rgb(188,170,164) !important; }

.color-brown-200 {
  background-color: rgb(188,170,164) !important; }

.color-text-brown-300 {
  color: rgb(161,136,127) !important; }

.color-brown-300 {
  background-color: rgb(161,136,127) !important; }

.color-text-brown-400 {
  color: rgb(141,110,99) !important; }

.color-brown-400 {
  background-color: rgb(141,110,99) !important; }

.color-text-brown-500 {
  color: rgb(121,85,72) !important; }

.color-brown-500 {
  background-color: rgb(121,85,72) !important; }

.color-text-brown-600 {
  color: rgb(109,76,65) !important; }

.color-brown-600 {
  background-color: rgb(109,76,65) !important; }

.color-text-brown-700 {
  color: rgb(93,64,55) !important; }

.color-brown-700 {
  background-color: rgb(93,64,55) !important; }

.color-text-brown-800 {
  color: rgb(78,52,46) !important; }

.color-brown-800 {
  background-color: rgb(78,52,46) !important; }

.color-text-brown-900 {
  color: rgb(62,39,35) !important; }

.color-brown-900 {
  background-color: rgb(62,39,35) !important; }

.color-text-grey {
  color: rgb(158,158,158) !important; }

.color-grey {
  background-color: rgb(158,158,158) !important; }

.color-text-grey-50 {
  color: rgb(250,250,250) !important; }

.color-grey-50 {
  background-color: rgb(250,250,250) !important; }

.color-text-grey-100 {
  color: rgb(245,245,245) !important; }

.color-grey-100 {
  background-color: rgb(245,245,245) !important; }

.color-text-grey-200 {
  color: rgb(238,238,238) !important; }

.color-grey-200 {
  background-color: rgb(238,238,238) !important; }

.color-text-grey-300 {
  color: rgb(224,224,224) !important; }

.color-grey-300 {
  background-color: rgb(224,224,224) !important; }

.color-text-grey-400 {
  color: rgb(189,189,189) !important; }

.color-grey-400 {
  background-color: rgb(189,189,189) !important; }

.color-text-grey-500 {
  color: rgb(158,158,158) !important; }

.color-grey-500 {
  background-color: rgb(158,158,158) !important; }

.color-text-grey-600 {
  color: rgb(117,117,117) !important; }

.color-grey-600 {
  background-color: rgb(117,117,117) !important; }

.color-text-grey-700 {
  color: rgb(97,97,97) !important; }

.color-grey-700 {
  background-color: rgb(97,97,97) !important; }

.color-text-grey-800 {
  color: rgb(66,66,66) !important; }

.color-grey-800 {
  background-color: rgb(66,66,66) !important; }

.color-text-grey-900 {
  color: rgb(33,33,33) !important; }

.color-grey-900 {
  background-color: rgb(33,33,33) !important; }

.color-text-blue-grey {
  color: rgb(96,125,139) !important; }

.color-blue-grey {
  background-color: rgb(96,125,139) !important; }

.color-text-blue-grey-50 {
  color: rgb(236,239,241) !important; }

.color-blue-grey-50 {
  background-color: rgb(236,239,241) !important; }

.color-text-blue-grey-100 {
  color: rgb(207,216,220) !important; }

.color-blue-grey-100 {
  background-color: rgb(207,216,220) !important; }

.color-text-blue-grey-200 {
  color: rgb(176,190,197) !important; }

.color-blue-grey-200 {
  background-color: rgb(176,190,197) !important; }

.color-text-blue-grey-300 {
  color: rgb(144,164,174) !important; }

.color-blue-grey-300 {
  background-color: rgb(144,164,174) !important; }

.color-text-blue-grey-400 {
  color: rgb(120,144,156) !important; }

.color-blue-grey-400 {
  background-color: rgb(120,144,156) !important; }

.color-text-blue-grey-500 {
  color: rgb(96,125,139) !important; }

.color-blue-grey-500 {
  background-color: rgb(96,125,139) !important; }

.color-text-blue-grey-600 {
  color: rgb(84,110,122) !important; }

.color-blue-grey-600 {
  background-color: rgb(84,110,122) !important; }

.color-text-blue-grey-700 {
  color: rgb(69,90,100) !important; }

.color-blue-grey-700 {
  background-color: rgb(69,90,100) !important; }

.color-text-blue-grey-800 {
  color: rgb(55,71,79) !important; }

.color-blue-grey-800 {
  background-color: rgb(55,71,79) !important; }

.color-text-blue-grey-900 {
  color: rgb(38,50,56) !important; }

.color-blue-grey-900 {
  background-color: rgb(38,50,56) !important; }

.ripple {
  background: rgb(0,0,0);
  border-radius: 50%;
  height: 50px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 50px;
  overflow: hidden; }
  .ripple.is-animating {
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), width 0.3s cubic-bezier(0, 0, 0.2, 1), height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.6s cubic-bezier(0, 0, 0.2, 1); }
  .ripple.is-visible {
    opacity: 0.3; }

.animation--default {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.animation--fast-out-slow-in {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.animation--linear-out-slow-in {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }

.animation--fast-out-linear-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }

.btn {
  background: transparent;
  border: none;
  border-radius: 2px;
  color: rgb(0,0,0);
  position: relative;
  height: 36px;
  min-width: 64px;
  padding: 0 16px;
  display: inline-block;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow, transform;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle; }
  @media (max-width: 48em) {
    .btn {
      width: 100%; } }
  .btn::-moz-focus-inner {
    border: 0; }
  .btn:hover {
    background-color: rgba(158,158,158, 0.20); }
  .btn:focus:not(:active) {
    background-color: rgba(0,0,0, 0.12); }
  .btn:active {
    background-color: rgba(158,158,158, 0.40); }
  .btn.btn-colored {
    color: rgb(63,81,181); }
    .btn.btn-colored:focus:not(:active) {
      background-color: rgba(0,0,0, 0.12); }

input.btn[type="submit"] {
  -webkit-appearance: none; }

.btn-raised {
  background: rgba(158,158,158, 0.20);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .btn-raised:active {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    background-color: rgba(158,158,158, 0.40); }
  .btn-raised:focus:not(:active) {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
    background-color: rgba(158,158,158, 0.40); }
  .btn-raised.btn-colored {
    background: rgb(63,81,181);
    color: rgb(255,255,255); }
    .btn-raised.btn-colored:hover {
      background-color: rgb(63,81,181); }
    .btn-raised.btn-colored:active {
      background-color: rgb(63,81,181); }
    .btn-raised.btn-colored:focus:not(:active) {
      background-color: rgb(63,81,181); }
    .btn-raised.btn-colored .ripple {
      background: rgb(255,255,255); }

.btn-flat {
  background-color: transparent;
  border: 1px solid; }
  .btn-flat.btn-colored {
    color: #007aaa;
    border-color: #007aaa; }

.btn-fab {
  border-radius: 50%;
  font-size: 24px;
  height: 56px;
  margin: auto;
  min-width: 56px;
  width: 56px;
  padding: 0;
  overflow: hidden;
  background: rgba(158,158,158, 0.20);
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  position: relative;
  line-height: normal; }
  .btn-fab .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-12px, -12px);
    line-height: 24px;
    width: 24px; }
  .btn-fab.btn-mini-fab {
    height: 40px;
    min-width: 40px;
    width: 40px; }
  .btn-fab .btn-ripple-container {
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black); }
  .btn-fab:active {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    background-color: rgba(158,158,158, 0.40); }
  .btn-fab:focus:not(:active) {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
    background-color: rgba(158,158,158, 0.40); }
  .btn-fab.btn-colored {
    background: rgb(13,71,161);
    color: rgb(255,255,255); }
    .btn-fab.btn-colored:hover {
      background-color: rgb(13,71,161); }
    .btn-fab.btn-colored:focus:not(:active) {
      background-color: rgb(13,71,161); }
    .btn-fab.btn-colored:active {
      background-color: rgb(13,71,161); }
    .btn-fab.btn-colored .ripple {
      background: rgb(255,255,255); }

.btn-icon {
  border-radius: 50%;
  font-size: 24px;
  height: 32px;
  margin-left: 0;
  margin-right: 0;
  min-width: 32px;
  width: 32px;
  padding: 0;
  overflow: hidden;
  color: inherit;
  line-height: normal; }
  .btn-icon .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-12px, -12px);
    line-height: 24px;
    width: 24px; }
  .btn-icon.btn-mini-icon {
    height: 24px;
    min-width: 24px;
    width: 24px; }
    .btn-icon.btn-mini-icon .fa {
      top: 0px;
      left: 0px; }
  .btn-icon .btn-ripple-container {
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black); }

.btn-ripple-container {
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
  overflow: hidden; }
  .btn[disabled] .btn-ripple-container .ripple, .btn.btn-disabled .btn-ripple-container .ripple {
    background-color: transparent; }

.btn-primary.btn-primary {
  color: rgb(63,81,181); }
  .btn-primary.btn-primary .ripple {
    background: rgb(255,255,255); }
  .btn-primary.btn-primary.btn-raised, .btn-primary.btn-primary.btn-fab {
    color: rgb(255,255,255);
    background-color: rgb(63,81,181); }

.btn-accent.btn-accent {
  color: rgb(13,71,161); }
  .btn-accent.btn-accent .ripple {
    background: rgb(255,255,255); }
  .btn-accent.btn-accent.btn-raised, .btn-accent.btn-accent.btn-fab {
    color: rgb(255,255,255);
    background-color: rgb(13,71,161); }

.btn[disabled][disabled], .btn.btn-disabled.btn-disabled {
  color: rgba(0,0,0, 0.26);
  cursor: default;
  background-color: transparent; }
.btn-fab[disabled][disabled], .btn-fab.btn-disabled.btn-disabled {
  background-color: rgba(0,0,0, 0.12);
  color: rgba(0,0,0, 0.26); }
.btn-raised[disabled][disabled], .btn-raised.btn-disabled.btn-disabled {
  background-color: rgba(0,0,0, 0.12);
  color: rgba(0,0,0, 0.26);
  box-shadow: none; }
.btn-colored[disabled][disabled], .btn-colored.btn-disabled.btn-disabled {
  color: rgba(0,0,0, 0.26); }

.btn .fa {
  vertical-align: middle; }

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.menu-container {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  overflow: visible;
  height: 0;
  width: 0;
  visibility: hidden;
  z-index: -1; }
  .menu-container.is-visible, .menu-container.is-animating {
    z-index: 999;
    visibility: visible; }

.menu-outline {
  display: block;
  background: rgb(255,255,255);
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  transform: scale(0);
  transform-origin: 0 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1; }
  .menu-container.is-visible .menu-outline {
    opacity: 1;
    transform: scale(1);
    z-index: 999; }
  .menu-outline.menu-bottom-right {
    transform-origin: 100% 0; }
  .menu-outline.menu-top-left {
    transform-origin: 0 100%; }
  .menu-outline.menu-top-right {
    transform-origin: 100% 100%; }

.menu {
  position: absolute;
  list-style: none;
  top: 0;
  left: 0;
  height: auto;
  width: auto;
  min-width: 124px;
  padding: 8px 0;
  margin: 0;
  opacity: 0;
  clip: rect(0 0 0 0);
  z-index: -1; }
  .menu-container.is-visible .menu {
    opacity: 1;
    z-index: 999; }
  .menu.is-animating {
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), clip 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .menu.menu-bottom-right {
    left: auto;
    right: 0; }
  .menu.menu-top-left {
    top: auto;
    bottom: 0; }
  .menu.menu-top-right {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0; }
  .menu.menu-unaligned {
    top: auto;
    left: auto; }

.menu-item, .menu-item a {
  text-decoration: none;
  display: block;
  border: none;
  color: rgba(0,0,0, 0.87);
  background-color: transparent;
  text-align: left;
  margin: 0;
  padding: 0 16px;
  outline-color: rgb(189,189,189);
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  white-space: nowrap;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none; }
  .menu-container.is-visible .menu-item, .menu-container.is-visible .menu-item a {
    opacity: 1; }
  .menu-item::-moz-focus-inner, .menu-item a::-moz-focus-inner {
    border: 0; }
  .menu-item-full-bleed-divider, .menu-item a-full-bleed-divider {
    border-bottom: 1px solid rgba(0,0,0, 0.12); }
  .menu-item[disabled], .menu-item[data-disabled], .menu-item a[disabled], .menu-item a[data-disabled] {
    color: rgb(189,189,189);
    background-color: transparent;
    cursor: auto; }
    .menu-item[disabled]:hover, .menu-item[data-disabled]:hover, .menu-item a[disabled]:hover, .menu-item a[data-disabled]:hover {
      background-color: transparent; }
    .menu-item[disabled]:focus, .menu-item[data-disabled]:focus, .menu-item a[disabled]:focus, .menu-item a[data-disabled]:focus {
      background-color: transparent; }
    .menu-item[disabled] .ripple, .menu-item[data-disabled] .ripple, .menu-item a[disabled] .ripple, .menu-item a[data-disabled] .ripple {
      background: transparent; }
  .menu-item:hover, .menu-item a:hover {
    background-color: rgb(238,238,238); }
  .menu-item:focus, .menu-item a:focus {
    outline: none;
    background-color: rgb(238,238,238); }
  .menu-item:active, .menu-item a:active {
    background-color: rgb(224,224,224); }

.menu-item-ripple-container {
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
  overflow: hidden; }

.pure-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.pure-menu-fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3; }

.pure-menu-list,
.pure-menu-item {
  position: relative; }

.pure-menu-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.pure-menu-item {
  padding: 0 5px;
  margin: 0;
  height: 100%; }

.pure-menu-link,
.pure-menu-heading {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  color: black; }

.pure-menu-horizontal {
  width: 100%;
  white-space: nowrap; }

.pure-menu-horizontal .pure-menu-list {
  display: inline-block; }

/* Initial menus should be inline-block so that they are horizontal */
.pure-menu-horizontal .pure-menu-item,
.pure-menu-horizontal .pure-menu-heading,
.pure-menu-horizontal .pure-menu-separator {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle; }

.pure-menu-scrollable {
  overflow-y: scroll;
  overflow-x: hidden; }

.pure-menu-scrollable .pure-menu-list {
  display: block; }

.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
  display: inline-block; }

.pure-menu-horizontal.pure-menu-scrollable {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  /* a little extra padding for this style to allow for scrollbars */
  padding: .5em; }

.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar {
  display: none; }

.card {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  min-height: 200px;
  overflow: hidden;
  width: 330px;
  max-width: 100%;
  z-index: 1;
  position: relative;
  background: rgb(255,255,255);
  border-radius: 2px;
  box-sizing: border-box; }

.card-media {
  background-color: rgb(13,71,161);
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-origin: padding-box;
  background-attachment: scroll;
  box-sizing: border-box; }

.card-title {
  align-items: center;
  color: rgb(0,0,0);
  display: block;
  display: flex;
  justify-content: stretch;
  line-height: normal;
  padding: 16px 16px;
  perspective-origin: 165px 56px;
  transform-origin: 165px 56px;
  box-sizing: border-box; }
  .card-title.card-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.card-title-text {
  align-self: flex-end;
  color: inherit;
  display: block;
  display: flex;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  overflow: hidden;
  transform-origin: 149px 48px;
  margin: 0; }

.card-subtitle-text {
  font-size: 14px;
  color: rgba(0,0,0, 0.54);
  margin: 0; }

.card-supporting-text {
  color: rgba(0,0,0, 0.54);
  font-size: 1rem;
  line-height: 18px;
  overflow: hidden;
  padding: 16px 16px;
  width: 90%; }

.card-actions {
  font-size: 16px;
  line-height: normal;
  width: 100%;
  background-color: transparent;
  padding: 8px;
  box-sizing: border-box; }
  .card-actions.card-border {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

.card-expand {
  flex-grow: 1; }

.card-menu {
  position: absolute;
  right: 16px;
  top: 16px; }

.card-event {
  height: auto;
  background: #3E4EB8;
  background-size: cover !important;
  margin-bottom: 10px; }
  .card-event .card-title {
    align-items: flex-start;
    color: white; }
    .card-event .card-title h4 {
      font-size: 24px;
      line-height: 1;
      text-shadow: 1px 1px 4px #000;
      z-index: 3; }
  .card-event .card-actions {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    border-color: rgba(255, 255, 255, 0.2); }

.encimaimagen {
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.9) 0, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0, transparent 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/*
mobile-xs 400px and down  25.000
mobile    400px / 480px 25.000 / 30.000
mobile-lg 480px / 560px 30.000 / 35.000
small-xs  560px / 640px 35.000 / 40.000
small   640px / 720px 40.000 / 45.000
small-lg  720px / 800px 45.000 / 50.000
tablet-xs 800px / 880px 50.000 / 55.000
tablet    880px / 960px 55.000 / 60.000
tablet-lg 960px / 1024px  60.000 / 64.000
laptop-xs 1024px / 1200px 64.000 / 75.000
laptop    1200px / 1280px 75.000 / 80.000
laptop-lg 1280px / 1440px 80.000 / 90.000
desktop-xs  1440px / 1520px 90.000 / 95.000
desktop   1520px / 1600px 95.000 / 100.000
desktop-lg  1600px / 1920px 100.000 / 120.000

*/
.container {
  padding-right: .9375rem;
  padding-left: .9375rem;
  margin-right: auto;
  margin-left: auto; }

.container::after {
  display: table;
  clear: both;
  content: ""; }

@media (min-width: 544px) {
  .container {
    max-width: 100%; } }
@media (min-width: 768px) {
  .container {
    max-width: 100%; } }
@media (min-width: 970px) {
  .container {
    max-width: 100%;
    width: 970px;
    padding: 0; } }
.container-fluid {
  padding-right: .9375rem;
  padding-left: .9375rem;
  margin-right: auto;
  margin-left: auto; }

.container-fluid::after {
  display: table;
  clear: both;
  content: ""; }

.flex-row {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row {
  clear: both; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.flex-col {
  padding: 0 5px;
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 100%; }

.col {
  box-sizing: border-box;
  padding: 0 5px;
  width: 100%;
  float: left; }

@media (min-width: 0) {
  .mobile-xs-1 {
    width: 8.33333%; }

  .mobile-xs-offset-1 {
    margin-left: 8.33333%; }

  .mobile-xs-2 {
    width: 16.66667%; }

  .mobile-xs-offset-2 {
    margin-left: 16.66667%; }

  .mobile-xs-3 {
    width: 25%; }

  .mobile-xs-offset-3 {
    margin-left: 25%; }

  .mobile-xs-4 {
    width: 33.33333%; }

  .mobile-xs-offset-4 {
    margin-left: 33.33333%; }

  .mobile-xs-5 {
    width: 41.66667%; }

  .mobile-xs-offset-5 {
    margin-left: 41.66667%; }

  .mobile-xs-6 {
    width: 50%; }

  .mobile-xs-offset-6 {
    margin-left: 50%; }

  .mobile-xs-7 {
    width: 58.33333%; }

  .mobile-xs-offset-7 {
    margin-left: 58.33333%; }

  .mobile-xs-8 {
    width: 66.66667%; }

  .mobile-xs-offset-8 {
    margin-left: 66.66667%; }

  .mobile-xs-9 {
    width: 75%; }

  .mobile-xs-offset-9 {
    margin-left: 75%; }

  .mobile-xs-10 {
    width: 83.33333%; }

  .mobile-xs-offset-10 {
    margin-left: 83.33333%; }

  .mobile-xs-11 {
    width: 91.66667%; }

  .mobile-xs-offset-11 {
    margin-left: 91.66667%; }

  .mobile-xs-12 {
    width: 100%; }

  .mobile-xs-offset-12 {
    margin-left: 100%; } }
@media (min-width: 25em) {
  .mobile-1 {
    width: 8.33333%; }

  .mobile-offset-1 {
    margin-left: 8.33333%; }

  .mobile-2 {
    width: 16.66667%; }

  .mobile-offset-2 {
    margin-left: 16.66667%; }

  .mobile-3 {
    width: 25%; }

  .mobile-offset-3 {
    margin-left: 25%; }

  .mobile-4 {
    width: 33.33333%; }

  .mobile-offset-4 {
    margin-left: 33.33333%; }

  .mobile-5 {
    width: 41.66667%; }

  .mobile-offset-5 {
    margin-left: 41.66667%; }

  .mobile-6 {
    width: 50%; }

  .mobile-offset-6 {
    margin-left: 50%; }

  .mobile-7 {
    width: 58.33333%; }

  .mobile-offset-7 {
    margin-left: 58.33333%; }

  .mobile-8 {
    width: 66.66667%; }

  .mobile-offset-8 {
    margin-left: 66.66667%; }

  .mobile-9 {
    width: 75%; }

  .mobile-offset-9 {
    margin-left: 75%; }

  .mobile-10 {
    width: 83.33333%; }

  .mobile-offset-10 {
    margin-left: 83.33333%; }

  .mobile-11 {
    width: 91.66667%; }

  .mobile-offset-11 {
    margin-left: 91.66667%; }

  .mobile-12 {
    width: 100%; }

  .mobile-offset-12 {
    margin-left: 100%; } }
@media (min-width: 30em) {
  .mobile-lg-1 {
    width: 8.33333%; }

  .mobile-lg-offset-1 {
    margin-left: 8.33333%; }

  .mobile-lg-2 {
    width: 16.66667%; }

  .mobile-lg-offset-2 {
    margin-left: 16.66667%; }

  .mobile-lg-3 {
    width: 25%; }

  .mobile-lg-offset-3 {
    margin-left: 25%; }

  .mobile-lg-4 {
    width: 33.33333%; }

  .mobile-lg-offset-4 {
    margin-left: 33.33333%; }

  .mobile-lg-5 {
    width: 41.66667%; }

  .mobile-lg-offset-5 {
    margin-left: 41.66667%; }

  .mobile-lg-6 {
    width: 50%; }

  .mobile-lg-offset-6 {
    margin-left: 50%; }

  .mobile-lg-7 {
    width: 58.33333%; }

  .mobile-lg-offset-7 {
    margin-left: 58.33333%; }

  .mobile-lg-8 {
    width: 66.66667%; }

  .mobile-lg-offset-8 {
    margin-left: 66.66667%; }

  .mobile-lg-9 {
    width: 75%; }

  .mobile-lg-offset-9 {
    margin-left: 75%; }

  .mobile-lg-10 {
    width: 83.33333%; }

  .mobile-lg-offset-10 {
    margin-left: 83.33333%; }

  .mobile-lg-11 {
    width: 91.66667%; }

  .mobile-lg-offset-11 {
    margin-left: 91.66667%; }

  .mobile-lg-12 {
    width: 100%; }

  .mobile-lg-offset-12 {
    margin-left: 100%; } }
@media (min-width: 35em) {
  .small-xs-1 {
    width: 8.33333%; }

  .small-xs-offset-1 {
    margin-left: 8.33333%; }

  .small-xs-2 {
    width: 16.66667%; }

  .small-xs-offset-2 {
    margin-left: 16.66667%; }

  .small-xs-3 {
    width: 25%; }

  .small-xs-offset-3 {
    margin-left: 25%; }

  .small-xs-4 {
    width: 33.33333%; }

  .small-xs-offset-4 {
    margin-left: 33.33333%; }

  .small-xs-5 {
    width: 41.66667%; }

  .small-xs-offset-5 {
    margin-left: 41.66667%; }

  .small-xs-6 {
    width: 50%; }

  .small-xs-offset-6 {
    margin-left: 50%; }

  .small-xs-7 {
    width: 58.33333%; }

  .small-xs-offset-7 {
    margin-left: 58.33333%; }

  .small-xs-8 {
    width: 66.66667%; }

  .small-xs-offset-8 {
    margin-left: 66.66667%; }

  .small-xs-9 {
    width: 75%; }

  .small-xs-offset-9 {
    margin-left: 75%; }

  .small-xs-10 {
    width: 83.33333%; }

  .small-xs-offset-10 {
    margin-left: 83.33333%; }

  .small-xs-11 {
    width: 91.66667%; }

  .small-xs-offset-11 {
    margin-left: 91.66667%; }

  .small-xs-12 {
    width: 100%; }

  .small-xs-offset-12 {
    margin-left: 100%; } }
@media (min-width: 40em) {
  .small-1 {
    width: 8.33333%; }

  .small-offset-1 {
    margin-left: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-offset-2 {
    margin-left: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-offset-3 {
    margin-left: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-offset-4 {
    margin-left: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-offset-5 {
    margin-left: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-offset-6 {
    margin-left: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-offset-7 {
    margin-left: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-offset-8 {
    margin-left: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-offset-9 {
    margin-left: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-offset-10 {
    margin-left: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-offset-11 {
    margin-left: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-12 {
    margin-left: 100%; } }
@media (min-width: 45em) {
  .small-lg-1 {
    width: 8.33333%; }

  .small-lg-offset-1 {
    margin-left: 8.33333%; }

  .small-lg-2 {
    width: 16.66667%; }

  .small-lg-offset-2 {
    margin-left: 16.66667%; }

  .small-lg-3 {
    width: 25%; }

  .small-lg-offset-3 {
    margin-left: 25%; }

  .small-lg-4 {
    width: 33.33333%; }

  .small-lg-offset-4 {
    margin-left: 33.33333%; }

  .small-lg-5 {
    width: 41.66667%; }

  .small-lg-offset-5 {
    margin-left: 41.66667%; }

  .small-lg-6 {
    width: 50%; }

  .small-lg-offset-6 {
    margin-left: 50%; }

  .small-lg-7 {
    width: 58.33333%; }

  .small-lg-offset-7 {
    margin-left: 58.33333%; }

  .small-lg-8 {
    width: 66.66667%; }

  .small-lg-offset-8 {
    margin-left: 66.66667%; }

  .small-lg-9 {
    width: 75%; }

  .small-lg-offset-9 {
    margin-left: 75%; }

  .small-lg-10 {
    width: 83.33333%; }

  .small-lg-offset-10 {
    margin-left: 83.33333%; }

  .small-lg-11 {
    width: 91.66667%; }

  .small-lg-offset-11 {
    margin-left: 91.66667%; }

  .small-lg-12 {
    width: 100%; }

  .small-lg-offset-12 {
    margin-left: 100%; } }
@media (min-width: 50em) {
  .tablet-xs-1 {
    width: 8.33333%; }

  .tablet-xs-offset-1 {
    margin-left: 8.33333%; }

  .tablet-xs-2 {
    width: 16.66667%; }

  .tablet-xs-offset-2 {
    margin-left: 16.66667%; }

  .tablet-xs-3 {
    width: 25%; }

  .tablet-xs-offset-3 {
    margin-left: 25%; }

  .tablet-xs-4 {
    width: 33.33333%; }

  .tablet-xs-offset-4 {
    margin-left: 33.33333%; }

  .tablet-xs-5 {
    width: 41.66667%; }

  .tablet-xs-offset-5 {
    margin-left: 41.66667%; }

  .tablet-xs-6 {
    width: 50%; }

  .tablet-xs-offset-6 {
    margin-left: 50%; }

  .tablet-xs-7 {
    width: 58.33333%; }

  .tablet-xs-offset-7 {
    margin-left: 58.33333%; }

  .tablet-xs-8 {
    width: 66.66667%; }

  .tablet-xs-offset-8 {
    margin-left: 66.66667%; }

  .tablet-xs-9 {
    width: 75%; }

  .tablet-xs-offset-9 {
    margin-left: 75%; }

  .tablet-xs-10 {
    width: 83.33333%; }

  .tablet-xs-offset-10 {
    margin-left: 83.33333%; }

  .tablet-xs-11 {
    width: 91.66667%; }

  .tablet-xs-offset-11 {
    margin-left: 91.66667%; }

  .tablet-xs-12 {
    width: 100%; }

  .tablet-xs-offset-12 {
    margin-left: 100%; } }
@media (min-width: 55em) {
  .tablet-1 {
    width: 8.33333%; }

  .tablet-offset-1 {
    margin-left: 8.33333%; }

  .tablet-2 {
    width: 16.66667%; }

  .tablet-offset-2 {
    margin-left: 16.66667%; }

  .tablet-3 {
    width: 25%; }

  .tablet-offset-3 {
    margin-left: 25%; }

  .tablet-4 {
    width: 33.33333%; }

  .tablet-offset-4 {
    margin-left: 33.33333%; }

  .tablet-5 {
    width: 41.66667%; }

  .tablet-offset-5 {
    margin-left: 41.66667%; }

  .tablet-6 {
    width: 50%; }

  .tablet-offset-6 {
    margin-left: 50%; }

  .tablet-7 {
    width: 58.33333%; }

  .tablet-offset-7 {
    margin-left: 58.33333%; }

  .tablet-8 {
    width: 66.66667%; }

  .tablet-offset-8 {
    margin-left: 66.66667%; }

  .tablet-9 {
    width: 75%; }

  .tablet-offset-9 {
    margin-left: 75%; }

  .tablet-10 {
    width: 83.33333%; }

  .tablet-offset-10 {
    margin-left: 83.33333%; }

  .tablet-11 {
    width: 91.66667%; }

  .tablet-offset-11 {
    margin-left: 91.66667%; }

  .tablet-12 {
    width: 100%; }

  .tablet-offset-12 {
    margin-left: 100%; } }
@media (min-width: 60em) {
  .tablet-lg-1 {
    width: 8.33333%; }

  .tablet-lg-offset-1 {
    margin-left: 8.33333%; }

  .tablet-lg-2 {
    width: 16.66667%; }

  .tablet-lg-offset-2 {
    margin-left: 16.66667%; }

  .tablet-lg-3 {
    width: 25%; }

  .tablet-lg-offset-3 {
    margin-left: 25%; }

  .tablet-lg-4 {
    width: 33.33333%; }

  .tablet-lg-offset-4 {
    margin-left: 33.33333%; }

  .tablet-lg-5 {
    width: 41.66667%; }

  .tablet-lg-offset-5 {
    margin-left: 41.66667%; }

  .tablet-lg-6 {
    width: 50%; }

  .tablet-lg-offset-6 {
    margin-left: 50%; }

  .tablet-lg-7 {
    width: 58.33333%; }

  .tablet-lg-offset-7 {
    margin-left: 58.33333%; }

  .tablet-lg-8 {
    width: 66.66667%; }

  .tablet-lg-offset-8 {
    margin-left: 66.66667%; }

  .tablet-lg-9 {
    width: 75%; }

  .tablet-lg-offset-9 {
    margin-left: 75%; }

  .tablet-lg-10 {
    width: 83.33333%; }

  .tablet-lg-offset-10 {
    margin-left: 83.33333%; }

  .tablet-lg-11 {
    width: 91.66667%; }

  .tablet-lg-offset-11 {
    margin-left: 91.66667%; }

  .tablet-lg-12 {
    width: 100%; }

  .tablet-lg-offset-12 {
    margin-left: 100%; } }
@media (min-width: 64em) {
  .laptop-xs-1 {
    width: 8.33333%; }

  .laptop-xs-offset-1 {
    margin-left: 8.33333%; }

  .laptop-xs-2 {
    width: 16.66667%; }

  .laptop-xs-offset-2 {
    margin-left: 16.66667%; }

  .laptop-xs-3 {
    width: 25%; }

  .laptop-xs-offset-3 {
    margin-left: 25%; }

  .laptop-xs-4 {
    width: 33.33333%; }

  .laptop-xs-offset-4 {
    margin-left: 33.33333%; }

  .laptop-xs-5 {
    width: 41.66667%; }

  .laptop-xs-offset-5 {
    margin-left: 41.66667%; }

  .laptop-xs-6 {
    width: 50%; }

  .laptop-xs-offset-6 {
    margin-left: 50%; }

  .laptop-xs-7 {
    width: 58.33333%; }

  .laptop-xs-offset-7 {
    margin-left: 58.33333%; }

  .laptop-xs-8 {
    width: 66.66667%; }

  .laptop-xs-offset-8 {
    margin-left: 66.66667%; }

  .laptop-xs-9 {
    width: 75%; }

  .laptop-xs-offset-9 {
    margin-left: 75%; }

  .laptop-xs-10 {
    width: 83.33333%; }

  .laptop-xs-offset-10 {
    margin-left: 83.33333%; }

  .laptop-xs-11 {
    width: 91.66667%; }

  .laptop-xs-offset-11 {
    margin-left: 91.66667%; }

  .laptop-xs-12 {
    width: 100%; }

  .laptop-xs-offset-12 {
    margin-left: 100%; } }
@media (min-width: 75em) {
  .laptop-1 {
    width: 8.33333%; }

  .laptop-offset-1 {
    margin-left: 8.33333%; }

  .laptop-2 {
    width: 16.66667%; }

  .laptop-offset-2 {
    margin-left: 16.66667%; }

  .laptop-3 {
    width: 25%; }

  .laptop-offset-3 {
    margin-left: 25%; }

  .laptop-4 {
    width: 33.33333%; }

  .laptop-offset-4 {
    margin-left: 33.33333%; }

  .laptop-5 {
    width: 41.66667%; }

  .laptop-offset-5 {
    margin-left: 41.66667%; }

  .laptop-6 {
    width: 50%; }

  .laptop-offset-6 {
    margin-left: 50%; }

  .laptop-7 {
    width: 58.33333%; }

  .laptop-offset-7 {
    margin-left: 58.33333%; }

  .laptop-8 {
    width: 66.66667%; }

  .laptop-offset-8 {
    margin-left: 66.66667%; }

  .laptop-9 {
    width: 75%; }

  .laptop-offset-9 {
    margin-left: 75%; }

  .laptop-10 {
    width: 83.33333%; }

  .laptop-offset-10 {
    margin-left: 83.33333%; }

  .laptop-11 {
    width: 91.66667%; }

  .laptop-offset-11 {
    margin-left: 91.66667%; }

  .laptop-12 {
    width: 100%; }

  .laptop-offset-12 {
    margin-left: 100%; } }
@media (min-width: 80em) {
  .laptop-lg-1 {
    width: 8.33333%; }

  .laptop-lg-offset-1 {
    margin-left: 8.33333%; }

  .laptop-lg-2 {
    width: 16.66667%; }

  .laptop-lg-offset-2 {
    margin-left: 16.66667%; }

  .laptop-lg-3 {
    width: 25%; }

  .laptop-lg-offset-3 {
    margin-left: 25%; }

  .laptop-lg-4 {
    width: 33.33333%; }

  .laptop-lg-offset-4 {
    margin-left: 33.33333%; }

  .laptop-lg-5 {
    width: 41.66667%; }

  .laptop-lg-offset-5 {
    margin-left: 41.66667%; }

  .laptop-lg-6 {
    width: 50%; }

  .laptop-lg-offset-6 {
    margin-left: 50%; }

  .laptop-lg-7 {
    width: 58.33333%; }

  .laptop-lg-offset-7 {
    margin-left: 58.33333%; }

  .laptop-lg-8 {
    width: 66.66667%; }

  .laptop-lg-offset-8 {
    margin-left: 66.66667%; }

  .laptop-lg-9 {
    width: 75%; }

  .laptop-lg-offset-9 {
    margin-left: 75%; }

  .laptop-lg-10 {
    width: 83.33333%; }

  .laptop-lg-offset-10 {
    margin-left: 83.33333%; }

  .laptop-lg-11 {
    width: 91.66667%; }

  .laptop-lg-offset-11 {
    margin-left: 91.66667%; }

  .laptop-lg-12 {
    width: 100%; }

  .laptop-lg-offset-12 {
    margin-left: 100%; } }
@media (min-width: 90em) {
  .desktop-xs-1 {
    width: 8.33333%; }

  .desktop-xs-offset-1 {
    margin-left: 8.33333%; }

  .desktop-xs-2 {
    width: 16.66667%; }

  .desktop-xs-offset-2 {
    margin-left: 16.66667%; }

  .desktop-xs-3 {
    width: 25%; }

  .desktop-xs-offset-3 {
    margin-left: 25%; }

  .desktop-xs-4 {
    width: 33.33333%; }

  .desktop-xs-offset-4 {
    margin-left: 33.33333%; }

  .desktop-xs-5 {
    width: 41.66667%; }

  .desktop-xs-offset-5 {
    margin-left: 41.66667%; }

  .desktop-xs-6 {
    width: 50%; }

  .desktop-xs-offset-6 {
    margin-left: 50%; }

  .desktop-xs-7 {
    width: 58.33333%; }

  .desktop-xs-offset-7 {
    margin-left: 58.33333%; }

  .desktop-xs-8 {
    width: 66.66667%; }

  .desktop-xs-offset-8 {
    margin-left: 66.66667%; }

  .desktop-xs-9 {
    width: 75%; }

  .desktop-xs-offset-9 {
    margin-left: 75%; }

  .desktop-xs-10 {
    width: 83.33333%; }

  .desktop-xs-offset-10 {
    margin-left: 83.33333%; }

  .desktop-xs-11 {
    width: 91.66667%; }

  .desktop-xs-offset-11 {
    margin-left: 91.66667%; }

  .desktop-xs-12 {
    width: 100%; }

  .desktop-xs-offset-12 {
    margin-left: 100%; } }
@media (min-width: 95em) {
  .desktop-1 {
    width: 8.33333%; }

  .desktop-offset-1 {
    margin-left: 8.33333%; }

  .desktop-2 {
    width: 16.66667%; }

  .desktop-offset-2 {
    margin-left: 16.66667%; }

  .desktop-3 {
    width: 25%; }

  .desktop-offset-3 {
    margin-left: 25%; }

  .desktop-4 {
    width: 33.33333%; }

  .desktop-offset-4 {
    margin-left: 33.33333%; }

  .desktop-5 {
    width: 41.66667%; }

  .desktop-offset-5 {
    margin-left: 41.66667%; }

  .desktop-6 {
    width: 50%; }

  .desktop-offset-6 {
    margin-left: 50%; }

  .desktop-7 {
    width: 58.33333%; }

  .desktop-offset-7 {
    margin-left: 58.33333%; }

  .desktop-8 {
    width: 66.66667%; }

  .desktop-offset-8 {
    margin-left: 66.66667%; }

  .desktop-9 {
    width: 75%; }

  .desktop-offset-9 {
    margin-left: 75%; }

  .desktop-10 {
    width: 83.33333%; }

  .desktop-offset-10 {
    margin-left: 83.33333%; }

  .desktop-11 {
    width: 91.66667%; }

  .desktop-offset-11 {
    margin-left: 91.66667%; }

  .desktop-12 {
    width: 100%; }

  .desktop-offset-12 {
    margin-left: 100%; } }
@media (min-width: 100em) {
  .desktop-lg-1 {
    width: 8.33333%; }

  .desktop-lg-offset-1 {
    margin-left: 8.33333%; }

  .desktop-lg-2 {
    width: 16.66667%; }

  .desktop-lg-offset-2 {
    margin-left: 16.66667%; }

  .desktop-lg-3 {
    width: 25%; }

  .desktop-lg-offset-3 {
    margin-left: 25%; }

  .desktop-lg-4 {
    width: 33.33333%; }

  .desktop-lg-offset-4 {
    margin-left: 33.33333%; }

  .desktop-lg-5 {
    width: 41.66667%; }

  .desktop-lg-offset-5 {
    margin-left: 41.66667%; }

  .desktop-lg-6 {
    width: 50%; }

  .desktop-lg-offset-6 {
    margin-left: 50%; }

  .desktop-lg-7 {
    width: 58.33333%; }

  .desktop-lg-offset-7 {
    margin-left: 58.33333%; }

  .desktop-lg-8 {
    width: 66.66667%; }

  .desktop-lg-offset-8 {
    margin-left: 66.66667%; }

  .desktop-lg-9 {
    width: 75%; }

  .desktop-lg-offset-9 {
    margin-left: 75%; }

  .desktop-lg-10 {
    width: 83.33333%; }

  .desktop-lg-offset-10 {
    margin-left: 83.33333%; }

  .desktop-lg-11 {
    width: 91.66667%; }

  .desktop-lg-offset-11 {
    margin-left: 91.66667%; }

  .desktop-lg-12 {
    width: 100%; }

  .desktop-lg-offset-12 {
    margin-left: 100%; } }
.masonry {
  margin: 1.5em 0;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em; }

.masonry .cat-item {
  display: inline-block;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

@media only screen and (min-width: 320px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media only screen and (min-width: 700px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }
@media only screen and (min-width: 900px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }
@media only screen and (min-width: 1100px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }
.jumbotron {
  padding-top: 13px;
  padding-bottom: 0;
  color: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative; }

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
  margin: 10px 0;
  line-height: 1.15;
  z-index: 3;
  font-weight: 900;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .jumbotron h1,
    .jumbotron .h1 {
      font-size: 30px;
      max-width: 100%; } }

.jumbotron h3 {
  line-height: 1;
  font-weight: 900; }

.jumbotron p {
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 26px;
    padding-bottom: 26px; }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0; }

table > tbody + tbody {
  border-top: 2px solid #ddd; }

table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none; }

table > thead > tr > td.active,
table > tbody > tr > td.active,
table > tfoot > tr > td.active,
table > thead > tr > th.active,
table > tbody > tr > th.active,
table > tfoot > tr > th.active,
table > thead > tr.active > td,
table > tbody > tr.active > td,
table > tfoot > tr.active > td,
table > thead > tr.active > th,
table > tbody > tr.active > th,
table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

table > thead > tr > td.success,
table > tbody > tr > td.success,
table > tfoot > tr > td.success,
table > thead > tr > th.success,
table > tbody > tr > th.success,
table > tfoot > tr > th.success,
table > thead > tr.success > td,
table > tbody > tr.success > td,
table > tfoot > tr.success > td,
table > thead > tr.success > th,
table > tbody > tr.success > th,
table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

table > thead > tr > td.info,
table > tbody > tr > td.info,
table > tfoot > tr > td.info,
table > thead > tr > th.info,
table > tbody > tr > th.info,
table > tfoot > tr > th.info,
table > thead > tr.info > td,
table > tbody > tr.info > td,
table > tfoot > tr.info > td,
table > thead > tr.info > th,
table > tbody > tr.info > th,
table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

table > thead > tr > td.warning,
table > tbody > tr > td.warning,
table > tfoot > tr > td.warning,
table > thead > tr > th.warning,
table > tbody > tr > th.warning,
table > tfoot > tr > th.warning,
table > thead > tr.warning > td,
table > tbody > tr.warning > td,
table > tfoot > tr.warning > td,
table > thead > tr.warning > th,
table > tbody > tr.warning > th,
table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

table > thead > tr > td.danger,
table > tbody > tr > td.danger,
table > tfoot > tr > td.danger,
table > thead > tr > th.danger,
table > tbody > tr > th.danger,
table > tfoot > tr > th.danger,
table > thead > tr.danger > td,
table > tbody > tr.danger > td,
table > tfoot > tr.danger > td,
table > thead > tr.danger > th,
table > tbody > tr.danger > th,
table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

table {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }

  table > .table {
    margin-bottom: 0; }

  table > .table > thead > tr > th,
  table > .table > tbody > tr > th,
  table > .table > tfoot > tr > th,
  table > .table > thead > tr > td,
  table > .table > tbody > tr > td,
  table > .table > tfoot > tr > td {
    white-space: nowrap; }

  .table-responsive > .table-bordered {
    border: 0; }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }
.label {
  display: inline-block;
  padding: 3px;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  color: #464545;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  margin-right: 10px;
  margin-bottom: 5px; }

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c; }

/*
.form-input {
  position: relative;

  font-size: $input-text-font-size;

  display: inline-block;

  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
  padding: $input-text-vertical-spacing 0;

  // Align btns, if used.
  & .btn {
    position: absolute;
    bottom: $input-text-vertical-spacing;
  }
}

// Optional class to display at full width.
.form-input-full-width {
  width: 100%;
}

// Optional class to make the text field expandable.
.form-input-expandable {
  min-width: $input-text-btn-size;
  width: auto;
  min-height: $input-text-btn-size;
}

// Styling for the input element.
.form-input-input {
  border: none;
  border-bottom: 1px solid $input-text-bottom-border-color;
  display: block;
  font-size: $input-text-font-size;
  margin: 0;
  padding: $input-text-padding 0;
  width: $input-text-width;
  background: none;
  text-align: left;
  color: inherit;

  .form-input.is-focused & {
    outline: none;
  }

  .form-input.is-invalid & {
    border-color: $input-text-error-color;
    box-shadow: none;
  }

  fieldset[disabled] .form-input &,
  .form-input.is-disabled & {
    background-color: transparent;
    border-bottom: 1px dotted $input-text-disabled-color;
    color: $input-text-disabled-text-color;
  }
}

.form-input textarea.form-input-input {
  display: block;
}

// Styling for the label / floating label.
.form-input-label {
  bottom: 0;
  color: $input-text-label-color;
  font-size: $input-text-font-size;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: ($input-text-padding + $input-text-vertical-spacing);
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;

  .form-input.is-dirty & {
    visibility: hidden;
  }

  // Floating Label
  .form-input-floating-label & {
    @include material-animation-default();
  }

  fieldset[disabled] .form-input &,
  .form-input.is-disabled.is-disabled & {
    color: $input-text-disabled-text-color;
  }

  .form-input-floating-label.is-focused &,
  .form-input-floating-label.is-dirty & {
    color: $input-text-highlight-color;
    font-size : $input-text-floating-label-fontsize;
    top: $input-text-vertical-spacing - ($input-text-floating-label-fontsize + $input-text-padding);
    visibility: visible;
  }

  .form-input-floating-label.is-focused .form-input-expandable-holder &,
  .form-input-floating-label.is-dirty .form-input-expandable-holder &{
    top: -($input-text-floating-label-fontsize + $input-text-padding);
  }

  .form-input-floating-label.is-invalid & {
    color: $input-text-error-color;
    font-size: $input-text-floating-label-fontsize;
  }

  // The after label is the colored underline for the form-input.
  &:after {
    background-color: $input-text-highlight-color;
    bottom: $input-text-vertical-spacing;
    content: '';
    height: 2px;
    left: 45%;
    position: absolute;
    @include material-animation-default();
    visibility: hidden;
    width: 10px;
  }

  .form-input.is-focused &:after {
    left: 0;
    visibility: visible;
    width: 100%;
  }

  .form-input.is-invalid &:after {
    background-color: $input-text-error-color;
  }
}

// Form input Error.
.form-input-error {
  color: $input-text-error-color;
  position: absolute;
  font-size: $input-text-floating-label-fontsize;
  margin-top: 3px;
  visibility: hidden;
  display: block;

  .form-input.is-invalid & {
    visibility: visible;
  }
}

// Expandable Holder.
.form-input-expandable-holder {
  display: inline-block;
  position: relative;
  margin-left: $input-text-btn-size;

  @include material-animation-default();
  display: inline-block;

  // Safari (possibly others) need to be convinced that this field is actually
  // visible, otherwise it cannot be tabbed to nor focused via a <label>.
  // TODO: In some cases (Retina displays), this is big enough to render the
  // inner element :(
  max-width: 0.1px;

  .form-input.is-focused &, .form-input.is-dirty & {
    // This is an unfortunate hack. Animating between widths in percent (%)
    // in many browsers (Chrome, Firefox) only animates the inner visual style
    // of the input - the outer bounding box still 'jumps'.
    // Thus assume a sensible maximum, and animate to/from that value.
    max-width: 600px;
  }
  .form-input-label:after {
    bottom: 0;
  }
}
*/
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea,
select {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

input::-moz-placeholder {
  color: #999;
  opacity: 1; }

input:-ms-input-placeholder {
  color: #999; }

input::-webkit-input-placeholder {
  color: #999; }

input::-ms-expand {
  background-color: transparent;
  border: 0; }

input[disabled],
input[readonly],
fieldset[disabled] input {
  background-color: #eee;
  opacity: 1; }

input[disabled],
fieldset[disabled] input {
  cursor: not-allowed; }

textarea {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px; }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px; }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .form-inline .form-control-static {
    display: inline-block; }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }

  .form-inline .input-group > .form-control {
    width: 100%; }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }

  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group .form-control:focus {
  z-index: 3; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2; }

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

.shadow-2dp {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.shadow-3dp {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12); }

.shadow-4dp {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

.shadow-6dp {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }

.shadow-8dp {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); }

.shadow-16dp {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }

.shadow-24dp {
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2); }

.no-shadow {
  box-shadow: none !important; }

.slider {
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none; }

.frame,
.events_log {
  position: relative;
  width: 90%;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap; }

.frame li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 30px; }

.slides {
  display: inline-block; }

.simple li,
.rewind li,
.events li {
  width: 270px;
  margin-right: 10px; }

.percentage .slides {
  display: block; }

.percentage .frame {
  width: 87.452%; }

.percentage li {
  width: 100%; }

.variablewidth li {
  width: 280px;
  margin-right: 10px; }

.multipleelements li, .multislides li, .ease li {
  width: 60px;
  margin-right: 10px; }

.simple li:last-child,
.rewind li:last-child,
.events li:last-child,
.variablewidth li:last-child,
.multipleelements li:last-child,
.multislides li:last-child,
.ease li:last-child {
  margin-right: 0; }

.prev, .next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
  cursor: pointer; }

.next {
  right: 0; }

.prev {
  left: 0; }

.next svg, .prev svg {
  width: 25px; }

.events_log {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  background-color: #fcfcfc;
  border: 1px solid #d2d2d2;
  margin-top: -20px;
  margin-bottom: 20px; }

.events_log > span {
  display: none; }

.events_log > span:nth-last-child(-n+5) {
  display: block; }

@media screen and (min-width: 640px) {
  /**
   * Demo Page Styles
   */
  .examplecode, .frame, .events_log {
    width: 580px; }

  .testscreen {
    width: 500px; }

  table {
    margin: 0 auto; }

  tr {
    padding: 0; }

  /**
   * Slider specific styles
   */
  .slider {
    width: 100%;
    margin: 0 auto 20px; }

  .simple li,
  .rewind li,
  .events li {
    width: 580px; }

  .variablewidth li {
    width: 280px;
    margin-right: 10px; }

  .multipleelements li, .multislides li, .ease li {
    width: 130px;
    margin-right: 20px; } }
@media screen and (min-width: 980px) {
  /**
   * Demo Page Styles
   */
  .examplecode {
    width: 880px; }

  /**
   * Slider specific styles
   */
  .slider {
    width: 100%;
    margin: 0 auto 20px; }

  .frame,
  .events_log {
    width: 95%; }

  .simple li,
  .rewind li,
  .events li {
    width: 880px; }

  .variablewidth li {
    width: 280px;
    margin-right: 10px; }

  .multipleelements li, .multislides li, .ease li {
    width: 205px;
    margin-right: 20px; } }
.padding-vertical-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.padding-vertical-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.padding-vertical-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.padding-vertical-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.padding-10 {
  padding: 10px !important; }

.padding-bottom-with-border {
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1; }

.full-width {
  width: 100%;
  max-width: 100%; }

.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

.no-shadow {
  box-shadow: none; }

.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0; }

.no-padding {
  padding: 0; }

.no-border {
  border: none !important; }

.no-border-radius {
  border-radius: 0 !important; }

/*Filter image*/
.filter-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(106, 31, 64, 0.68); }

.z-to-top {
  z-index: 3;
  position: relative; }

.max-width-400 {
  max-width: 400px; }

.width-100 {
  width: 100%; }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("./assets/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("./assets/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("./assets/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("./assets/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("./assets/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("./assets/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa, .fa-navicon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.outleton-social-group {
  max-width: 100%;
  margin: 10px auto; }

.outleton-social-fixed-bottom {
  display: none;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 1000000; }
  .outleton-social-fixed-bottom .outleton-social {
    width: 33.3%; }

@media (max-width: 600px) {
  .outleton-social-num {
    display: none; } }

.outleton-social {
  display: block;
  float: left;
  padding: 15px;
  background-color: #eee;
  color: white;
  text-align: center;
  width: 33%; }
  .outleton-social:hover {
    color: white; }
  .outleton-social span {
    margin-left: 12px; }

.outleton-social-facebook {
  background-color: #3A5897; }

.outleton-social-twitter {
  background-color: #64A8F2; }

.outleton-social-google-plus {
  background-color: #DF4B38; }

.outleton-social-pinterest {
  background-color: #BD2126; }

.outleton-social-linkedin {
  background-color: #0177B5; }

.outleton-social-whatsapp {
  background-color: #3CBF4F; }

/*

<div class="social-group social-count">
    <a href="" class="social social-facebook"><i class="fa fa-facebook"></i></a>
    <a href="" class="social social-twitter"><i class="fa fa-twitter"></i></a>
    <a href="" class="social social-google-plus"><i class="fa fa-google-plus"></i></a>
    <a href="" class="social social-pinterest"><i class="fa fa-pinterest"></i></a>
</div>

*/
.scrolled .outleton-social-fixed-bottom {
  display: flex; }

/* =WordPress Core
-------------------------------------------------------------- */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  width: 100% !important;
  text-align: center; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.sticky {
  display: block; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

.widget ul {
  list-style: none;
  padding: 0;
  margin-top: 0; }

.entry-content:after, .entry-footer:after {
  clear: both;
  content: "";
  display: table; }

.entry-content{
	padding-bottom: 20px;
	padding-top: 10px;
}

.widget {
  padding: 10px 0; }
  .widget h3 {
    margin-top: 0; }
  .widget input {
    width: 100% !important; }

figure {
  margin: 0; }

/* Titles */
.entry-title {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 45px;
  text-align: center;	  
  font-weight: 900;
  line-height: 48px;
  margin-top: 24px;
  margin-bottom: 12px; }
  @media (max-width: 480px) {
    .entry-title {
      font-family: "Helvetica", "Arial", sans-serif;
      font-size: 34px;
      font-weight: 400;
      line-height: 40px;
      line-height: 1; } }

.taxonomy-description h2 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 48px;
  margin-top: 24px;
  margin-bottom: 12px; }

.entry-content h2 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 24px;
  margin-bottom: 12px;
  font-weight: 900;
  letter-spacing: 0; }
  @media (max-width: 480px) {
    .entry-content h2 {
      font-family: "Helvetica", "Arial", sans-serif;
      font-size: 24px;
      font-weight: 400;
      line-height: 32px;
      -moz-osx-font-smoothing: grayscale;
      line-height: 1; } }

.widget-area .entry-content p, .widget-area .entry-content, .widget-area .entry-content a {
  font-size: 13px;
  line-height: 1.4;
  word-break: break-word; }

.widget-area .entry-content h2 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  border-top: 1px solid #a7a4a4;
  border-bottom: 1px solid #a7a4a4;
  padding: 10px 0;
  margin-top: 0; }

.widget-area .entry-content a {
  color: #454545;
  text-decoration: underline; }

.widget-area .entry-content h3 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
  border-top: 1px solid #a7a4a4;
  border-bottom: 1px solid #a7a4a4;
  padding: 10px 0; }

.archive-item {
  border-bottom: 1px solid #D1D1D1; }

/* Comments */
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.75em; }

.comments-title,
.comment-reply-title {
  border-top: 4px solid #1a1a1a;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.3125;
  padding-top: 1.217391304em; }

.comments-title {
  margin-bottom: 1.217391304em; }

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #d1d1d1;
  padding: 1.75em 0; }

.comment-list .children {
  list-style: none;
  margin: 0; }

.comment-list .children > li {
  padding-left: 0.875em; }

.comment-author {
  color: #1a1a1a;
  margin-bottom: 0.4375em; }

.comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875em;
  position: relative;
  width: 28px; }

.bypostauthor > article .fn:after {
  content: "\f304";
  left: 3px;
  position: relative;
  top: 5px; }

.comment-metadata,
.pingback .edit-link {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154; }

.comment-metadata {
  margin-bottom: 2.1538461538em; }

.comment-metadata a,
.pingback .comment-edit-link {
  color: #686868; }

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
  color: #007acc; }

.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block; }

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em; }

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.5em 1.25em; }

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0; }

.comment-reply-link {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #007acc;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin-top: 2.1538461538em;
  padding: 0.5384615385em 0.5384615385em 0.4615384615em; }

.comment-reply-link:hover,
.comment-reply-link:focus {
  border-color: currentColor;
  color: #007acc;
  outline: 0; }

.comment-form {
  padding-top: 1.75em; }

.comments-area {
  padding-bottom: 15px; }

.comment-form label {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase; }

.comment-list .comment-form {
  padding-bottom: 1.75em; }

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-bottom: 2.1538461538em; }

.no-comments {
  border-top: 1px solid #d1d1d1;
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em; }

.comment-navigation + .no-comments {
  border-top: 0;
  padding-top: 0; }

.form-submit {
  margin-bottom: 0; }

.comment-reply-title small {
  font-size: 100%; }

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px; }

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
  color: #1a1a1a; }

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: -5px; }

/* Sidebar */
#secondary {
  padding: 11px;
  padding-top: 40px; }

/* Lista cursos */
.listado-cursos .masonry > .cat-item > a {
  color: #CE7E01;
  font-weight: bold; }

.listado-cursos .children {
  padding-left: 10px; }

.listado-cursos .cat-item small {
  vertical-align: bottom;
  font-size: 12px; }

#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
  padding: 0; }

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px; }

#breadcrumbs .separator {
  font-size: 18px;
  font-weight: 100;
  color: #ccc; }

/*

Pagination
*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: .25rem; }
  .pagination ul, .pagination ul li {
    display: inline; }
  .pagination li:first-child span {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem; }
  .pagination li:first-child a, .pagination li:first-child span {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem; }
  .pagination a, .pagination span {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.5;
    color: #074d89;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd; }
  .pagination a:focus, .pagination a:hover {
    color: #014c8c;
    background-color: #eceeef;
    border-color: #ddd; }
  .pagination span.current, .pagination span.current:focus, .pagination span.current:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #074d89;
    border-color: #074d89; }
  .pagination .next, .pagination .prev {
    margin-top: 0; }

.mas-informacion {
  color: #fff;
  padding: 10px 10px;
  background-color: #ce7e01;
  width: 200px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) !important;
  text-align: center;
  font-size: 18px;
  font-weight: lighter;
  margin-top: 10px;
  margin-bottom: 30px;
  display: block; }

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.333333; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem; }

.pagination-sm .page-link {
  padding: .275rem .75rem;
  font-size: .875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem; }

@media (min-width: 900px) {
  .mc4wp-form .form-inline .form-control {
    width: 300px;
    max-width: 100%;
    margin-right: 10px; } }
.mc4wp-form .btn, .mc4wp-form .form-control {
  height: 55px;
  font-size: 16px; }

#indice {
  border: 1px solid #074d8a !important;
  margin: 20px auto; }
  #indice h4 {
    margin: 0;
    color: white;
    padding: 5px 15px;
    background: #074d8a !important; }

.attachment-post-thumbnail {
  margin-bottom: 20px;
  width: 100%; }

@media (max-width: 480px) {
  .mailchimp-container h3 {
    font-size: 30px; } }

.adsense {
  margin: 10px auto;
  display: none;
  text-align: center; }

@media (min-width: 660px) {
  .adsense-desktop {
    display: block; } }

@media (max-width: 660px) {
  .adsense-mobile {
    display: block;
    margin: 0 auto;
    text-align: center; } }

.adsense-block {
  max-width: 360px;
  display: block; }
  @media (max-width: 660px) {
    .adsense-block {
      max-width: 300px;
      display: block; } }

.page-content {
  position: relative; }

.side-wrap-fixed {
  display: none; }

@media (min-width: 1335px) {
  .side-wrap-fixed {
    display: block;
    position: absolute;
    width: 160px;
    left: -174px;
    top: -132px;
    height: 600px; }

  .ad-fixed {
    position: fixed;
    width: 160px; } }
.like-box {
  padding: 12px;
  background: #eee;
  margin-top: 20px; }
  .like-box .siguenos {
    margin-right: 20px; }
  .like-box .twitter-follow-button {
    margin: 0 10px;
    margin-bottom: 4px !important; }

.no-suscrition {
  top: 10px; }

#masthead {
  position: fixed; }

.site-content {
  padding-top: 60px; }

@media (max-width: 1024px) {
  .site-aside-btn {
    top: -3px; } }
@media (max-width: 970px) {
  .site-content {
    padding-top: 50px; } }
.mc4wp-alert, .mc4wp-notice {
  color: white;
  margin-top: 10px; }

figure {
  position: relative; }

figcaption {
  position: relative;
  bottom: 0;
  text-align: center;
  left: 0;
  margin: 0 !important;
  padding: 10px 20px;
  color: #fff;
  white-space: pre-wrap;
  text-shadow: 1px 1px 4px #000;
  text-transform: none;
  background: #333; }

.entry-content ol li, .entry-content ul li {
  padding-bottom: 5px; }

.entry-content .cat-item {
  padding-bottom: 0; }

.rpwe-block ul {
  margin-bottom: 0; }

.entry-content img {
  border: 1px solid #eee; }

.entry-content figure img {
  border-bottom: none; }

.rpwe-li {
  margin-bottom: 15px; }

.entry-subtitle {
  line-height: 1.2; }

#indice ol li, #indice ul li {
  padding-bottom: 0; }

.seccion-noticias a {
  display: inline-block;
  vertical-align: middle; }

.seccion-noticias img {
  margin: 10px;
  vertical-align: middle;
  height: auto;
  display: inline-block;
  max-width: 100%; }

.seccion-noticias {
  margin-bottom: 20px; }

.widget .form-group {
  width: 100%;
  margin-bottom: 10px; }

.widget.mailchimp-container {
  padding: 10px; }

.widget .mc4wp-form {
  margin: 0; }

.cc_banner-wrapper {
  z-index: 9001;
  position: relative; }

.cc_container .cc_logo {
  display: none;
  text-indent: -1000px;
  overflow: hidden;
  width: 100px;
  height: 22px;
  background-size: cover;
  opacity: 0.9;
  transition: opacity 200ms; }

.cc_container .cc_logo:hover, .cc_container .cc_logo:active {
  opacity: 1; }

@media print {
  .cc_banner-wrapper, .cc_container {
    display: none; } }
.cc_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 10px; }

.cc_container .cc_btn {
  padding: 8px 10px;
  background-color: #f1d600;
  cursor: pointer;
  transition: font-size 200ms;
  text-align: center;
  font-size: 0.6em;
  display: block;
  width: 33%;
  margin-left: 10px;
  float: right;
  max-width: 120px; }

.cc_container .cc_message {
  transition: font-size 200ms;
  font-size: 0.6em;
  display: block; }

@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em; }

  .cc_container .cc_message {
    margin: 0;
    font-size: 0.8em; } }
@media screen and (min-width: 768px) {
  .cc_container {
    padding: 5px 15px; }

  .cc_container .cc_btn {
    font-size: 1em;
    padding: 8px 15px; }

  .cc_container .cc_message {
    font-size: 1em; } }
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em; } }
.cc_container {
  background: #fff;
  color: #999;
  font-size: 17px;
  box-sizing: border-box;
  border: 1px solid #ccc; }

.cc_container ::-moz-selection {
  background: #ff5e99;
  color: #fff;
  text-shadow: none; }

.cc_container .cc_btn, .cc_container .cc_btn:visited {
  color: #000;
  background-color: #f1d600;
  transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px; }

.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
  background-color: #d7bf00;
  color: #000; }

.cc_container a, .cc_container a:visited {
  text-decoration: none;
  color: #31a8f0;
  transition: 200ms color; }

.cc_container a:hover, .cc_container a:active {
  color: #555; }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    transform: translateY(66px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    -ms-transform: translateY(66px);
    transform: translateY(66px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.cc_container, .cc_message, .cc_btn {
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-name: slideUp;
  animation-name: slideUp; }

.wpcf7-response-output{
color: white;
}

/*# sourceMappingURL=app.css.map */