/* ------------------------
ADD ADDITIONAL STYLES BELOW 
------------------------- */
/* COLORS
=========================== */
/* FONTS
=========================== */
.article__body .content ul li:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

/* MISC
=========================== */
@media (min-width: 1025px) {
  .article__body .content a:not(.sf-button):hover, .article__body .content a.hover:not(.sf-button), .article__body .content a:not(.sf-button):focus {
    transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
  }
}
@media (max-width: 1025px) {
  .article__body .content a:not(.sf-button):hover, .article__body .content a.hover:not(.sf-button), .article__body .content a:not(.sf-button):focus {
    transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out !important;
    -webkit-transition: all 0s ease-in-out !important;
    -o-transition: all 0s ease-in-out !important;
  }
}

/* FIX FIREFOX FONT WEIGHT
================================================== */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

/**
 * Firefox specific rule
 */
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
/* #Custom Column Sizing
================================================== */
.col-sm-sf-5 {
  width: 20%;
  padding: 0 15px;
  float: left;
}

.col-sm-sf-25 {
  width: 40%;
  padding: 0 15px;
  float: left;
}

html, body {
  background: white;
  height: 100%;
  margin-top: 0px !important;
}

.user-logged-in nav.tabs {
  left: 15px;
  border: 0px;
  overflow: hidden;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.user-logged-in nav.tabs li {
  border: 0px;
}
.user-logged-in nav.tabs li a {
  border: 0px;
}
.user-logged-in nav.tabs .tabs--secondary {
  display: none;
}

.toolbar .toolbar-bar,
.toolbar-horizontal .toolbar-tray,
.toolbar-tray-horizontal ul li.menu-item--expanded.hover-intent ul {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.toolbar-horizontal .toolbar-tray {
  border-bottom: 1px solid #ddd;
}

.toolbar-icon-admin-toolbar-tools-help {
  padding-left: 1.70em !important;
}

a, button, input {
  outline: none !important;
}

.contextual .contextual-links .quickedit {
  display: none;
}

.nav-container .bar.navbar-default {
  background-color: transparent;
}
.nav-container .bar .col-md-1.col-sm-2 {
  width: 25%;
}
.nav-container .bar .col-md-11.col-sm-12 {
  width: 75%;
}
.nav-container .bar .region-branding .logo.navbar-btn {
  top: 0px;
  padding: 6px 0px;
  max-height: 40px;
  box-sizing: border-box;
  display: inline-block;
}
.nav-container .bar .region-branding .logo.navbar-btn .logo {
  top: 0px;
}
.nav-container .bar .region-navigation-collapsible {
  padding: 6px 0px;
}
.nav-container .bar .region-navigation-collapsible ul.menu-horizontal {
  top: 0px;
}
.nav-container .bar .region-navigation-collapsible ul.menu-horizontal > li .dropdown__container .dropdown__content > ul {
  padding-left: 0px;
}

.btn {
  /* start button sizing */
  /* end button sizing */
  /* start button icons */
  /* end button icons */
  /* start button coloring */
  /* end button coloring */
}

.slider .slides {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.article__body .content {
  /* START BASIC WYSIWYG */
  /* END BASIC WYSIWYG */
}
.article__body .content ul,
.article__body .content ol {
  list-style-type: none !important;
}
.article__body .content ol {
  margin-left: 40px;
  padding-left: 0;
}
.article__body .content ol li {
  counter-increment: step-counter;
  position: relative;
}
.article__body .content ol li:before {
  content: counter(step-counter) ".";
  position: absolute;
  top: 0;
  left: -17px;
}
.article__body .content ul {
  margin-left: 40px;
}
.article__body .content ul li {
  position: relative;
}
.article__body .content ul li:before {
  content: '\f111';
  font-size: 7px;
  position: absolute;
  top: 9px;
  left: -17px;
}

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