@charset "UTF-8";
/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
@font-face {
  font-family: "icons";
  src: url("../images/icons/output/icons.eot");
  src: url("../images/icons/output/icons.eot?#iefix") format("eot"), url("../images/icons/output/icons.woff") format("woff"), url("../images/icons/output/icons.ttf") format("truetype"), url("../images/icons/output/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * Mixin - Icon
 *
 * Icon stack:
 * 1. 00-config/_icons.scss (autogenerated)
 * 2. 10-base/_icons-base.scss (here)
 * 3. 30-global/_icons-application.scss (Generate default classes)
 */
/*
 * Main Icon mixin
 *
 * Can be called like @include icon($vars) { background: something; } using the
 * power of @content.
 */
/**
 * Font application to generic DOM
 */
[class*="icon--"] {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
}

.icon--close:before {
  content: "";
}

.icon--menu:before {
  content: "";
}

.icon--search:before {
  content: "";
}

.hidden {
  display: none !important;
  visibility: hidden;
}

/* hide some stuff temporarily */
* {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 14px;
}

body {
  position: relative;
  margin: 0;
  height: 100%;
  font-family: "open_sans", sans-serif;
  line-height: 1.75;
  font-size: 14px;
  color: #141414;
  background-color: white;
  background-attachment: fixed;
}

button,
input,
select,
textarea {
  font-size: 14px;
  font-size: 1rem;
  color: #141414;
  font-family: "open_sans", sans-serif;
  line-height: 1.75;
}

p {
  margin-top: 0;
  margin-bottom: 1.75em;
  widows: 3;
  orphans: 3;
}

a {
  color: #0970b9;
}

a:focus {
  outline: none;
}

a:link {
  color: #0970b9;
}

a:visited {
  color: #0970b9;
}

a:focus {
  color: #ff962e;
}

a:hover {
  color: #ff962e;
}

a:active {
  color: #0970b9;
}

input[type='text'], input[type='email'] {
  border-radius: 0;
}

h1 {
  font-weight: 400;
  margin-top: 0;
  color: #575757;
  font-size: 40px;
  font-size: 2.85714rem;
  line-height: 1.15;
  font-family: "bebasneue", sans-serif;
  margin-bottom: 0.30625em;
}

.option-blue h1 {
  color: #0970b9;
}

@media (min-width: 550px) {
  h1 {
    font-size: 40px;
    font-size: 2.85714rem;
    line-height: 1.15;
  }
}

h1.title {
  padding-left: 15px;
  padding-right: 15px;
}

h2 {
  font-weight: 400;
  margin-top: 0;
  color: #292929;
  font-size: 36px;
  font-size: 2.57143rem;
  line-height: 1.2;
  font-family: "bebasneue", sans-serif;
  margin-bottom: 0.34028em;
}

.option-blue h2 {
  color: #0970b9;
}

@media (min-width: 550px) {
  h2 {
    font-size: 36px;
    font-size: 2.57143rem;
    line-height: 1.2;
  }
}

h3 {
  font-weight: 400;
  margin-top: 0;
  color: #292929;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.2;
  font-family: "open_sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.68056em;
}

.option-blue h3 {
  color: #0970b9;
}

@media (min-width: 550px) {
  h3 {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 1.2;
  }
}

h4 {
  font-weight: 400;
  margin-top: 0;
  color: #292929;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.3;
  font-family: "open_sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.38281em;
}

.option-blue h4 {
  color: #0970b9;
}

@media (min-width: 550px) {
  h4 {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 1.3;
  }
}

h5 {
  font-weight: 400;
  margin-top: 0;
  color: #292929;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.3;
  font-family: "open_sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.38281em;
}

.option-blue h5 {
  color: #0970b9;
}

@media (min-width: 550px) {
  h5 {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 1.3;
  }
}

h6 {
  font-weight: 400;
  margin-top: 0;
  color: #292929;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.3;
  font-family: "open_sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.38281em;
}

.option-blue h6 {
  color: #0970b9;
}

@media (min-width: 550px) {
  h6 {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 1.3;
  }
}

.oa-list ul,
.field .field-item ul,
.field-content ul,
.mceContentBody ul {
  margin-bottom: 1.75em;
  padding-left: 2em;
}

.oa-list ul ul,
.oa-list ul ol,
.field .field-item ul ul,
.field .field-item ul ol,
.field-content ul ul,
.field-content ul ol,
.mceContentBody ul ul,
.mceContentBody ul ol {
  padding-left: 1.5em;
  margin-bottom: 0;
}

.oa-list ol,
.field .field-item ol,
.field-content ol,
.mceContentBody ol {
  margin-bottom: 1.75em;
  padding-left: 2em;
}

.oa-list ol ul,
.oa-list ol ol,
.field .field-item ol ul,
.field .field-item ol ol,
.field-content ol ul,
.field-content ol ol,
.mceContentBody ol ul,
.mceContentBody ol ol {
  padding-left: 1.5em;
  margin-bottom: 0;
}

.oa-list dl,
.field .field-item dl,
.field-content dl,
.mceContentBody dl {
  padding-left: 0.5em;
}

.oa-list dl dt,
.field .field-item dl dt,
.field-content dl dt,
.mceContentBody dl dt {
  font-weight: bold;
}

.oa-list dl dd,
.field .field-item dl dd,
.field-content dl dd,
.mceContentBody dl dd {
  margin-left: 1.5em;
}

.panel-display .oa-responsive-desktop.oa-responsive-region-left .btn {
  color: white;
}

.panel-display .oa-responsive-desktop.oa-responsive-region-left .btn:hover {
  color: #5bbd5b;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.panel-display .oa-responsive-desktop.oa-responsive-region-left .btn.btn-circle {
  width: 36px;
  height: 36px;
  margin-left: 2px;
  padding: 7px;
}

.pane-oa-toolbar-modern-panel .btn,
.field-type-paragraphs .btn {
  padding: 6px 12px;
}

#modalContent .panels-section-column-categories ul {
  margin-left: 0px;
}

#modalContent .panels-section-column-categories .btn {
  white-space: normal;
}

.oa-layout-sidebar1 {
  width: 42px;
  left: -50;
}

.navbar-tray {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.59);
}

.navbar .oa-responsive-regions-toggle-left {
  position: fixed;
  padding: 0 10px;
  left: 0;
  top: 4px;
}

.navbar .oa-responsive-regions-toggle-left.btn {
  background: transparent;
  border-color: transparent;
  z-index: 1001;
}

.navbar .oa-responsive-regions-toggle-left.btn.btn-circle {
  width: 36px;
  height: 36px;
  padding: 3px;
  margin-left: 2px;
}

.navbar .oa-responsive-regions-toggle-left .fa {
  font-size: 2em;
  margin-right: 0;
}

@media (max-width: 767px) {
  .navbar .oa-responsive-regions-toggle-left {
    top: 4px;
  }
}

body.oa-responsive-region-left-on .navbar .oa-navbar .oa-responsive-regions-toggle-left.btn.btn-circle:hover, body.oa-responsive-region-left-on .navbar .oa-navbar .oa-responsive-regions-toggle-left.btn.btn-circle:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background: transparent !important;
  border-color: gray;
}

#toolbar-menu-button.btn-circle {
  padding: 7px 10px;
}

.oa_visibility_toolbar ul {
  padding: 5px 10px;
}

.oa_visibility_toolbar i {
  vertical-align: middle;
}

.oa-navbar .panel-panel .pane-oa-navigation {
  display: inline-block;
  width: auto;
  background: transparent !important;
  padding: 0 0 5px 10px;
  max-height: 80px;
}

.oa-navbar .panel-panel .pane-oa-navigation img.oa-site-banner-img {
  margin-right: 10px;
}

.oa-navbar .panel-panel .pane-oa-navigation .oa-menu-banner {
  margin-top: -5px;
}

.oa-navbar .panel-panel .pane-oa-navigation ul.menu > li .caret {
  margin-left: 4px;
}

.oa-navbar .panel-panel .pane-oa-navigation ul.menu > li .dropdown-menu {
  background-color: #FFF;
}

.oa-navbar .panel-panel .pane-oa-navigation ul.menu > li .dropdown-menu > li > a {
  color: #333;
}

.oa-navbar .panel-panel .pane-oa-navigation ul.menu > li .dropdown-menu > li > a:hover {
  color: white;
}

.navbar .panel-panel ul.oa_toolbar.oa-space-nav h3 > a {
  font-weight: bold;
  padding: 3px 10px;
  margin: -3px -10px;
  display: block;
  font-size: 14px;
}

.navbar .panel-panel ul.oa_toolbar.oa-space-nav h3 > a:hover, .navbar .panel-panel ul.oa_toolbar.oa-space-nav h3 > a:active {
  text-decoration: none;
}

.navbar .panel-panel ul.oa_toolbar.oa-space-nav li.btn-group ul.dropdown-menu li.btn-group.oa-no-separator:after {
  display: none !important;
}

.navbar .panel-panel ul.oa_toolbar.oa-space-nav li.btn-group ul.dropdown-menu li.oa-hierarchy ul {
  margin-left: 10px;
}

.navbar .panel-panel ul.oa_toolbar.oa-space-nav li.btn-group ul.dropdown-menu li.oa-hierarchy h3 {
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 0;
  margin-top: 2px;
  border: none;
}

body.oa-main-menu .navbar .panel-panel .pane-oa-space-nav {
  padding-left: 20px;
  border-left: 2px solid rgba(255, 255, 255, 0.3) !important;
}

@media (max-width: 767px) {
  body.oa-main-menu .navbar .panel-panel .pane-oa-space-nav {
    padding-left: 0;
    padding-top: 7px;
    border-left: none !important;
  }
  .navbar .panel-panel .pane-oa-space-nav {
    max-width: 247px;
  }
}

.oa-navbar #oa-navbar-spaces .oa-space-nav {
  height: 36px;
  width: 100%;
}

.oa-navbar #oa-navbar-spaces .oa-space-nav > li:first-child > ul.dropdown-menu {
  display: block;
  top: 34px;
  width: 100%;
}

.oa-navbar #oa-navbar-spaces .oa-space-nav > li {
  width: auto;
  position: static;
}

.oa-navbar #oa-navbar-spaces .oa-space-nav .oa-separator {
  width: auto;
  border-left: 1px solid #76BF72;
  height: 24px;
  margin-top: 5px;
}

.pane-oa-separator {
  border-left: 2px solid rgba(255, 255, 255, 0.3) !important;
  padding-left: 15px;
  height: 42px;
}

.pane-oa-recent .flag-favorite-space > a {
  text-align: left;
  border: none;
  margin-top: 1em;
  font-family: serif;
  font-size: 13px;
}

.pane-oa-edit-minipanel .radix-layouts-sidebar {
  position: absolute;
  bottom: 0;
}

body.oa-home .pane-oa-edit-minipanel {
  display: none;
}

.btn.btn-circle {
  border-radius: 50% 50% 50% 50%;
  display: inline-block;
  padding: 8px;
}

.pane-oa-admin-minipanel .btn:hover {
  color: white !important;
  border-color: gray !important;
  background: #555 !important;
}

.pane-oa-edit-minipanel .pane-add-space-content .btn-circle {
  border-radius: 22px;
  padding-right: 15px;
}

.pane-oa-edit-minipanel .pane-add-space-content .btn-circle i {
  vertical-align: middle;
}

.pane-oa-edit-minipanel .btn {
  background-color: #2a2d37;
  opacity: .65;
  color: #FFF;
}

.pane-oa-edit-minipanel .btn.btn-primary {
  background-color: #49B544;
  opacity: 1;
}

.pane-oa-edit-minipanel .btn > i {
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
}

.pane-oa-edit-minipanel .btn:hover {
  background-color: #FFF;
  opacity: .95;
  color: #2a2c37;
  border-color: #2a2d37;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.59);
}

.pane-oa-edit-minipanel .panel-panel-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.pane-oa-edit-minipanel .panel-panel-inner .pane-contextual-tabs {
  -ms-flex-order: 1;
      order: 1;
}

.pane-oa-edit-minipanel .panel-panel-inner .pane-contextual-tabs .fa {
  margin: 0;
}

.oa-navbar .panel-panel .panel-pane {
  min-height: 45px;
}

.oa-navbar .pull-left #oa-user-badge {
  margin-right: 8px;
}

.oa-navbar .pull-right #oa-user-badge {
  margin-left: 8px;
}

.oa-navbar .pull-right #oa-user-badge .user-badge img {
  margin-right: 0;
}

#mini-panel-oa_admin_minipanel .col-md-12 {
  padding-left: 0px;
}

.oa-sitemap .oa-space-title {
  font-size: 20px;
}

.oa-sitemap .oa-subspace-link span {
  font-size: 14px;
}

.oa-sitemap .oa-space-header button {
  font-size: 12px;
}

.oa-sitemap .oa-space-header button:hover {
  color: #ccc;
}

.oa-sitemap .oa-sitemap-title {
  width: 100%;
}

.oa-sitemap .oa-sitemap-search,
.oa-sitemap .oa-sitemap-header a,
.oa-sitemap .form-type-textfield.form-item-space {
  float: left !important;
  margin-right: 10px;
}

.oa-sitemap .form-type-textfield.form-item-space a {
  width: 100%;
}

.colorizer-form .farbtastic {
  left: 44%;
}

.colorizer-form {
  width: 100%;
  position: relative;
  float: left;
}

/* Preview */
#colorizer-preview {
  float: none;
  width: 100%;
  display: none;
}

@media (min-width: 768px) {
  .colorizer-form {
    float: left;
    width: 50%;
  }
  #colorizer-preview {
    float: right;
    width: 40%;
    display: block;
  }
}

/* Recent Log Messages page */
#dblog-filter-form .fieldset-wrapper {
  overflow: visible !important;
}

.row {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.row > .oa-layout-footer {
  padding-left: 0;
  padding-right: 0;
}

.row > [class*='col-md-'] {
  /*
      &:first-of-type {
        padding-left: 0;
      }
      &:last-of-type {
        padding-right: 0;
      }
    */
}

a:hover, a:focus {
  text-decoration: none;
}

.oa-flex-column {
  display: block;
}

@media (min-width: 400px) {
  .oa-flex-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.btn {
  font-weight: bold;
  padding: 1em 3em;
  text-transform: uppercase;
}

.btn-sm {
  padding: 5px 10px;
}

.btn-primary {
  color: white;
  background-color: #0970b9;
}

.btn-primary:focus {
  outline: none;
}

.btn-primary:link {
  color: white;
}

.btn-primary:visited {
  color: white;
}

.btn-primary:focus {
  color: #ff962e;
}

.btn-primary:hover {
  color: #ff962e;
}

.btn-primary:active {
  color: white;
}

#mini-panel-oa_admin_minipanel .btn {
  color: white;
}

#mini-panel-oa_admin_minipanel .btn:hover {
  color: whitesmoke;
}

body.oa-process-ipe #panels-ipe-control-container a.panels-ipe-startedit,
body.oa-process-ipe #panels-ipe-control-container a.panels-ipe-change-layout {
  display: none;
}

#oa-mobile-search {
  display: none;
}

.ui-widget-overlay {
  position: fixed;
}

.field-widget-text-textarea-with-summary .format-toggle, .field-widget-text-textarea .format-toggle {
  top: -20px;
}

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

svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* Media Browser Image Library thumbnail */
#media-browser-library-list .media-item {
  display: block;
  width: 240px;
  height: auto;
}

#media-browser-library-list .media-item .media-thumbnail {
  width: 160px;
  height: 130px;
  max-height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#media-browser-library-list .media-item .media-thumbnail .media-filename {
  padding: 4px;
  font-weight: normal;
  line-height: 1.2em;
}

#media-wysiwyg-format-form #media-preview > img {
  max-width: 295px;
  width: 295px;
  height: auto;
}

#media-wysiwyg-format-form .media-thumbnail {
  width: inherit;
  height: inherit;
}

#media-wysiwyg-format-form fieldset:not(.collapsible) > legend {
  text-transform: capitalize;
}

#media-wysiwyg-format-form .button {
  max-width: 80px;
}

/* Media Browser popup */
#multiform.media-bulk-upload-multiedit-form {
  padding: 1em;
}

#multiform.media-bulk-upload-multiedit-form fieldset {
  padding: 0;
  margin-top: 0;
}

#multiform.media-bulk-upload-multiedit-form legend {
  font-weight: normal;
}

#multiform.media-bulk-upload-multiedit-form .fieldset-legend {
  margin: 0;
  position: initial;
  text-transform: none;
}

#multiform.media-bulk-upload-multiedit-form .fieldset-legend a:hover {
  text-decoration: none;
}

#multiform.media-bulk-upload-multiedit-form .file-image-form {
  margin-bottom: 2em;
  border-bottom: dashed 1px;
}

.page-media-browser .zEWidget-launcher, .page-media-format-form .zEWidget-launcher {
  display: none;
}

.node-type-action #page-title {
  display: none;
}

.node-action {
  margin: 0 0px 2em;
  box-shadow: 0 0 1px 1px rgba(179, 179, 179, 0.25);
  border-bottom: 1px solid #beeef3;
}

@media (min-width: 992px) {
  .node-action .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (min-width: 768px) {
  .node-action .radix-layouts-column2 {
    width: 100%;
    float: none;
    clear: both;
  }
}

@media (min-width: 992px) {
  .node-action .radix-layouts-column2 {
    width: 50%;
    float: right;
    clear: none;
  }
}

@media (min-width: 768px) {
  .node-action .radix-layouts-column1, .node-action .radix-layouts-content {
    width: 50%;
    float: left;
  }
}

@media (min-width: 992px) {
  .node-action .radix-layouts-column1, .node-action .radix-layouts-column2 {
    width: 25%;
  }
}

.node-action .panel-pane {
  padding-bottom: 0;
}

.node-action .panel-pane h2 {
  font-family: open_sans, sans-serif;
  font-size: 22px;
  color: inherit;
}

.node-action p {
  margin-bottom: 15px;
}

.node-action .radix-layouts-column1 {
  padding: 0;
}

.node-action .radix-layouts-column1 .pane-node-field-featured-image {
  padding: 0;
  max-height: 250px;
  overflow: hidden;
}

.node-action .radix-layouts-column1 .pane-node-field-featured-image img {
  width: 100%;
}

@media (min-width: 480px) {
  .node-action .radix-layouts-column1 .pane-node-field-featured-image {
    max-height: auto;
  }
}

.node-action .radix-layouts-content {
  padding: 15px 15px 0px;
}

.node-action .radix-layouts-column2 {
  position: static;
  padding: 15px;
}

.node-action .radix-layouts-column2 .btn.btn-primary {
  display: block;
}

@media (min-width: 480px) {
  .col-md-12 .col-md-8 .node-action .row,
  .col-md-12 .col-md-6 .node-action .row,
  .col-md-12 .col-md-4 .node-action .row {
    display: block;
  }
}

.col-md-12 .col-md-8 .node-action .radix-layouts-column2,
.col-md-12 .col-md-6 .node-action .radix-layouts-column2,
.col-md-12 .col-md-4 .node-action .radix-layouts-column2 {
  width: 100%;
  clear: both;
}

@media (min-width: 992px) {
  .col-md-12 .col-md-8 .node-action .radix-layouts-column2,
  .col-md-12 .col-md-6 .node-action .radix-layouts-column2,
  .col-md-12 .col-md-4 .node-action .radix-layouts-column2 {
    width: 50%;
    float: right;
    clear: none;
  }
}

@media (min-width: 768px) {
  .col-md-12 .col-md-8 .node-action .radix-layouts-column1, .col-md-12 .col-md-8 .node-action .radix-layouts-content,
  .col-md-12 .col-md-6 .node-action .radix-layouts-column1,
  .col-md-12 .col-md-6 .node-action .radix-layouts-content,
  .col-md-12 .col-md-4 .node-action .radix-layouts-column1,
  .col-md-12 .col-md-4 .node-action .radix-layouts-content {
    width: 50%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-12 .node-action .row {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .col-md-12 .col-md-6 .node-action .radix-layouts-column1, .col-md-12 .col-md-6 .node-action .radix-layouts-content, .col-md-12 .col-md-6 .node-action .radix-layouts-column2 {
    width: 100%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-12 .col-md-4 .node-action .radix-layouts-column1, .col-md-12 .col-md-4 .node-action .radix-layouts-content, .col-md-12 .col-md-4 .node-action .radix-layouts-column2 {
    width: 100%;
    float: left;
  }
  .col-md-12 .col-md-4 .node-action .field-name-body {
    display: none;
  }
}

.kobol-bio--header-wrapper {
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .kobol-bio--header-wrapper [class^='col-md-'] {
    padding-left: 0;
    padding-right: 0;
  }
}

.kobol-bio--header-right .panel-pane {
  padding-bottom: 0;
}

.field-name-field-bio-title {
  font-weight: 400;
  margin-top: 0;
  color: #292929;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.2;
  font-family: "open_sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.68056em;
}

.option-blue .field-name-field-bio-title {
  color: #0970b9;
}

@media (min-width: 550px) {
  .field-name-field-bio-title {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 1.2;
  }
}

.view-biography-listing {
  /*
  .views-row {
    flex-basis: 260px;
    min-width: 270px;
    max-width: 425px;
    margin-bottom: 3rem;
  }
  */
}

.view-biography-listing .view-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.view-biography-listing .views-field-title h3 {
  margin-bottom: 0;
}

.view-biography-listing .views-row {
  margin-bottom: 2em;
  box-shadow: 0 0 1px 1px rgba(179, 179, 179, 0.25);
  border-top: 1px solid #beeef3;
}

.view-biography-listing .views-row img {
  width: 100%;
}

.view-biography-listing .views-row .views-field-title {
  padding: 15px 15px 0px;
}

.view-biography-listing .views-row .views-field-field-bio-title {
  padding: 0px 15px 10px;
  font-weight: bold;
}

.view-biography-listing .views-row:nth-last-of-type(-n+2):first-child,
.view-biography-listing .views-row:nth-last-of-type(-n+2):first-child ~ .views-row {
  -ms-flex-preferred-size: calc(50% - 15px);
      flex-basis: calc(50% - 15px);
  width: calc(50% - 15px);
  display: run-in;
}

@media (max-width: 480px) {
  .view-biography-listing .views-row:nth-last-of-type(-n+2):first-child,
  .view-biography-listing .views-row:nth-last-of-type(-n+2):first-child ~ .views-row {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    display: block;
  }
}

.view-biography-listing .views-row:nth-last-of-type(3):first-child,
.view-biography-listing .views-row:nth-last-of-type(3):first-child ~ .views-row {
  -ms-flex-preferred-size: calc(33% - 15px);
      flex-basis: calc(33% - 15px);
  width: calc(33% - 15px);
  display: run-in;
}

@media (max-width: 767px) {
  .view-biography-listing .views-row:nth-last-of-type(3):first-child,
  .view-biography-listing .views-row:nth-last-of-type(3):first-child ~ .views-row {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
    width: calc(50% - 15px);
    display: block;
  }
}

@media (max-width: 480px) {
  .view-biography-listing .views-row:nth-last-of-type(3):first-child,
  .view-biography-listing .views-row:nth-last-of-type(3):first-child ~ .views-row {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    display: block;
  }
}

.view-biography-listing .views-row:nth-last-of-type(n+4),
.view-biography-listing .views-row:nth-last-of-type(n+4) ~ .views-row {
  -ms-flex-preferred-size: calc(33% - 15px);
      flex-basis: calc(33% - 15px);
  width: calc(33% - 15px);
  display: run-in;
}

@media (max-width: 767px) {
  .view-biography-listing .views-row:nth-last-of-type(n+4),
  .view-biography-listing .views-row:nth-last-of-type(n+4) ~ .views-row {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
    width: calc(50% - 15px);
    display: block;
  }
}

@media (max-width: 480px) {
  .view-biography-listing .views-row:nth-last-of-type(n+4),
  .view-biography-listing .views-row:nth-last-of-type(n+4) ~ .views-row {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    display: block;
  }
}

.bio-picture-wrap {
  margin-right: 15px;
}

.node-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
  position: relative;
  min-height: 260px;
}

.node-cta.node-teaser {
  border-bottom: 0;
  box-shadow: none;
}

.node-cta .cta--link {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 36px;
  padding: 20px;
  color: white;
  line-height: 1.1;
}

.node-cta .cta--link:hover {
  text-decoration: none;
}

.node-cta .promo-icon {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.node-cta .cta-text {
  margin-top: 1rem;
  padding: 1rem;
  text-align: center;
}

.node-cta .cta-text p {
  margin: 0;
}

.node-cta .cta-text p:first-child {
  font-family: bebasneue, sans-serif;
  font-size: 36px;
  line-height: 1;
}

.node-cta .cta-text p:last-child {
  margin-bottom: 0;
}

.node-cta .cta-text span, .node-cta .cta-text small, .node-cta .cta-text p {
  font-family: open_sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 5px;
  display: block;
  font-weight: bold;
}

.node-cta .promo-text-light {
  color: #fff;
}

.node-cta .promo-text-dark {
  color: #38393b;
}

.node-promo .edit-link, .node-action .edit-link {
  position: absolute;
  right: 0;
  padding: 1rem;
  color: white;
  opacity: .4;
  z-index: 1;
}

.node-promo .edit-link:hover, .node-action .edit-link:hover {
  color: white;
  opacity: 1;
}

.view-kobol-ctas.recent-promos .views-row {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}

@media (min-width: 630px) {
  .view-kobol-ctas.recent-promos .views-row {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
    width: calc(50% - 15px);
  }
}

.view-kobol-ctas.recent-promos .view-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (min-width: 992px) {
  .view-kobol-ctas.recent-promos .view-content .views-row:nth-last-of-type(-n+3):first-child,
  .view-kobol-ctas.recent-promos .view-content .views-row:nth-last-of-type(-n+3):first-child ~ .views-row {
    -ms-flex-preferred-size: calc(33% - 15px);
        flex-basis: calc(33% - 15px);
    width: calc(33% - 15px);
  }
}

@media (min-width: 992px) {
  .view-kobol-ctas.recent-promos .view-content .views-row:nth-last-of-type(n+4),
  .view-kobol-ctas.recent-promos .view-content .views-row:nth-last-of-type(n+4) ~ .views-row {
    -ms-flex-preferred-size: calc(25% - 15px);
        flex-basis: calc(25% - 15px);
    width: calc(25% - 15px);
  }
}

@media (min-width: 992px) {
  .col-md-4 .view-kobol-ctas.recent-promos .view-content .views-row {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  .col-md-8 .view-kobol-ctas.recent-promos .view-content .views-row {
    -ms-flex-preferred-size: calc(50% - 15px) !important;
        flex-basis: calc(50% - 15px) !important;
    width: calc(50% - 15px) !important;
  }
}

.pane-kobol-ctas-single-promo {
  margin-bottom: 15px;
}

.email-signup--wrapper {
  background-color: whitesmoke;
  padding: 2em 0.75em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.email-signup--wrapper label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.email-signup--content {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 768px) {
  .email-signup--content {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .email-signup--content {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .email-signup--content {
    max-width: 1170px;
  }
}

.email-signup--text {
  font-weight: 400;
  margin-top: 0;
  color: #575757;
  font-size: 32px;
  font-size: 2.28571rem;
  line-height: 1.1;
  font-family: "bebasneue", sans-serif;
  margin-right: 1em;
}

.option-blue .email-signup--text {
  color: #0970b9;
}

@media (max-width: 991px) {
  .email-signup--text {
    margin-right: 0px;
    margin-bottom: 0.25em;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .callout--form form > div {
    display: block;
  }
}

@media (max-width: 480px) {
  .email-signup--form.callout--form .form-item-email,
  .email-signup--form.callout--form .form-item-zip {
    max-width: 100%;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .callout--form .btn-primary {
    width: 100%;
  }
}

.callout--form form > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.callout--form .form-item-email,
.callout--form .form-item-zip {
  max-width: 18em;
  margin: 0 1em 0 0;
}

.callout--form input[type='email'], .callout--form input[type='text'] {
  padding: 1em 2em;
  line-height: 1.5;
  height: auto;
  margin: 0 0 0.5em 0;
}

.callout--form .btn-primary {
  border: 1px solid #6e6e6e;
  background-color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #575757;
  padding: 1em 2em;
  margin-bottom: 0.5em;
}

.callout--form .btn-primary:hover {
  border-color: #141414;
  color: #141414;
}

.kobol-page-footer {
  background-color: #292929;
  background-image: linear-gradient(to right, #0d0d0d 33%, #292929 0);
  color: white;
}

.kobol-page-footer h1, .kobol-page-footer h2, .kobol-page-footer h3 {
  color: white;
}

.kobol-page-footer a {
  color: white;
}

.kobol-page-footer a:focus {
  outline: none;
}

.kobol-page-footer a:link {
  color: white;
}

.kobol-page-footer a:visited {
  color: white;
}

.kobol-page-footer a:focus {
  color: #ff962e;
}

.kobol-page-footer a:hover {
  color: #ff962e;
}

.kobol-page-footer a:active {
  color: white;
}

.kobol-page-footer--wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1170px;
  margin: 2rem auto 0;
}

.left-footer-region {
  -ms-flex: 1;
      flex: 1;
  padding: 2rem;
  background-color: #0d0d0d;
}

@media (min-width: 630px) {
  .left-footer-region {
    -ms-flex: 20;
        flex: 20;
  }
}

.right-footer-region {
  min-width: 320px;
  padding: 2rem;
  background-color: #292929;
}

@media (min-width: 630px) {
  .right-footer-region {
    -ms-flex: 80;
        flex: 80;
  }
}

.kobol-page-footer--menu {
  text-transform: uppercase;
}

.kobol-page-footer--menu ul {
  padding-left: 0;
  margin-left: 0;
}

.kobol-page-footer--menu ul li {
  display: block;
  padding: 0.5em 1.5em 0.5em 0;
}

.kobol-page-footer--menu #oa_breadcrumb {
  -ms-flex-align: start;
      align-items: flex-start;
}

.kobol-page-footer--menu #oa_breadcrumb li a {
  padding-left: 0;
}

.kobol-page-footer--menu #oa_breadcrumb li a [class^="icon-"] {
  margin-right: 0.5em;
}

.kobol-page-footer--menu .dropdown-menu {
  background-color: #0d0d0d;
}

.kobol-page-footer--menu .dropdown-menu .item-list {
  padding: 1em;
}

.kobol-page-footer--menu .dropdown-menu .item-list h3 {
  font-size: 1.5rem;
  color: white;
  border-bottom: 1px solid white;
  margin-top: 0;
}

.kobol-page-footer--menu .menu li .menu {
  font-size: 12px;
  margin-left: 0;
  display: none;
}

.kobol-page-footer--menu .menu li .menu a {
  color: #888;
}

.kobol-page-footer--legal-section {
  /* border-width: 1px 0 0; */
  /* border-style: solid; */
  /* border-color: red; */
  /* border-color: #ff962e; */
  /* border-color: yellow; */
  /* border-color: green; */
  /* border-color: #0970b9; */
  /* border-color: #beeef3; */
  /* border-color: #265287; */
  /* border-color: indigo; */
  /* border-color: violet; */
  /* border-color: white; */
  /* border-color: rgba(255, 255, 255, 0); */
  /* border-color: rgba(255, 255, 255, 0.15); */
  /* border-color: whitesmoke; */
  /* border-color: #e8e8e8; */
  /* border-color: #dbdbdb; */
  /* border-color: #c7c7c7; */
  /* border-color: #b3b3b3; */
  /* border-color: #999999; */
  /* border-color: #6e6e6e; */
  /* border-color: #575757; */
  /* border-color: #292929; */
  /* border-color: #0d0d0d; */
  /* border-color: rgba(13, 13, 13, 0.5); */
  /* border-color: rgba(13, 13, 13, 0.8); */
  /* border-color: black; */
  /* border-color: #141414; */
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #575757;
}

.kobol-page-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #0d0d0d;
  color: white;
  background-position: 50%;
  background-size: cover;
  /*margin-bottom: 2rem;*/
}

.kobol-page-header a {
  color: white;
}

.kobol-page-header a:focus {
  outline: none;
}

.kobol-page-header a:link {
  color: white;
}

.kobol-page-header a:visited {
  color: white;
}

.kobol-page-header a:focus {
  color: #ff962e;
}

.kobol-page-header a:hover {
  color: #ff962e;
}

.kobol-page-header a:active {
  color: white;
}

.kobol-page-header a.active {
  color: #ff962e;
}

.kobol-page-header .nav > li > a:hover, .kobol-page-header .nav > li > a:focus {
  background-color: transparent !important;
  color: #ff962e;
}

.kobol-page-header .nav > li > a:hover, .kobol-page-header .nav > li > a:focus {
  background-color: transparent !important;
}

.kobol-page-header.space-title-hidden > div.nav-wrapper > div.logo-title-social > div.logo-and-title div.site-name {
  display: none;
}

.logo-title-narrow {
  background-color: rgba(13, 13, 13, 0.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 0.75rem 1em;
}

@media (min-width: 768px) {
  .logo-title-narrow {
    display: none;
  }
}

.nav-trigger-label {
  text-transform: uppercase;
  font-family: "montserrat", sans-serif;
  cursor: pointer;
}

.nav-trigger-label i {
  margin-right: 0.75em;
}

.nav-trigger {
  display: none;
}

.nav-trigger:checked + .nav-wrapper {
  max-height: 100em;
}

@media (max-width: 767px) {
  .nav-wrapper {
    max-height: 0;
    overflow: hidden;
    transition-property: max-height;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    background-color: #0d0d0d;
  }
}

@media (min-width: 768px) {
  .nav-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.national-menu-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: end;
      align-items: flex-end;
  padding: 0 2em;
  background-color: #0d0d0d;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .national-menu-bar {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-order: 1;
        order: 1;
  }
}

@media (max-width: 767px) {
  .national-menu-bar {
    border-bottom: 1px solid #575757;
  }
}

.admin-menu {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

@media (min-width: 768px) {
  .admin-menu {
    border-right: 1px solid #999999;
    padding-right: 1rem;
    margin-right: 2rem;
  }
}

.national-menu {
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.national-menu .pane-menu-national-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}

@media (min-width: 768px) {
  .national-menu .pane-menu-national-menu {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
}

.national-menu .pane-menu-national-menu .pane-title {
  font-size: 1.25em;
  margin: 0;
  color: white;
  font-family: "open_sans", sans-serif;
}

.national-menu .pane-menu-national-menu .pane-content {
  margin-left: auto;
}

.national-menu .pane-menu-national-menu .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.national-menu .pane-menu-national-menu .menu li {
  margin: 0;
}

.national-menu .pane-menu-national-menu .menu a {
  padding: 3px 0 3px 1.5em;
  font-size: 12px;
}

.national-menu .pane-menu-national-menu .menu a.active {
  background-color: transparent;
}

@media (min-width: 768px) {
  .national-menu .pane-menu-national-menu .menu a {
    padding-right: 1em;
  }
}

.logo-title-social {
  padding: 0.5em 2em;
}

@media (min-width: 768px) {
  .logo-title-social {
    -ms-flex-order: 2;
        order: 2;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(13, 13, 13, 0.8);
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .logo-title-social {
    border-bottom: 1px solid #6e6e6e;
  }
}

.logo-and-title {
  display: none;
  -ms-flex: 1;
      flex: 1;
}

@media (min-width: 768px) {
  .logo-and-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.logo-title-narrow .logo-and-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.logo-title-narrow .logo-and-title .space-logo #logo {
  /* max-width: 7rem; */
  max-height: auto;
  height: auto;
  width: 100%;
}

.logo-title-narrow .logo-and-title .site-name {
  font-size: 3rem;
}

@media (max-width: 480px) {
  .logo-title-narrow .logo-and-title .site-name {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .logo-title-narrow .logo-and-title {
    display: none;
  }
}

.logo-and-title .space-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.logo-and-title .space-logo img {
  max-height: 7rem;
  width: auto;
  margin-right: 1em;
}

.logo-and-title .space-logo .oa-banner-overlay {
  position: relative;
  top: auto;
  left: auto;
  font-size: inherit;
  font-weight: inherit;
}

.logo-and-title .site-name {
  font-family: "bebasneue", sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.logo-and-title .site-name a {
  color: inherit !important;
}

.logo-and-title [id='oa-navbar-header'] {
  display: block;
}

.social-links {
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-left: 0;
  margin-bottom: 0;
}

.social-links a {
  margin-left: 1.5rem;
}

.social-links .social-links--label {
  display: none;
}

.social-links .fa-2x {
  font-size: 1.5em;
}

.chapter-and-search {
  border-top: 1px solid #999999;
  padding: 0 2em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .chapter-and-search {
    -ms-flex-order: 3;
        order: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background-color: rgba(13, 13, 13, 0.8);
    -ms-flex-align: center;
        align-items: center;
  }
}

.chapter-and-search .chapter-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .chapter-and-search .chapter-menu {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    padding-right: 3rem;
  }
}

.chapter-and-search ul {
  margin: 0;
}

.chapter-and-search .dropdown-menu {
  background-color: rgba(13, 13, 13, 0.8);
}

.chapter-and-search .dropdown-menu .item-list h3 {
  font-size: 1.5rem;
  color: white;
  border-bottom: 1px solid white;
  margin-top: 0;
}

.chapter-and-search search.form {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 768px) {
  .chapter-and-search search.form {
    border-left: 1px solid #999999;
    padding-left: 2rem;
  }
}

.chapter-and-search search.form .pane-search-form {
  width: 100%;
}

.chapter-and-search search.form .pane-content {
  margin: 0;
}

.chapter-and-search search.form .pane-content .form-inline {
  display: -ms-flexbox;
  display: flex;
}

.chapter-and-search search.form .pane-content .form-item {
  margin-top: 0;
  width: 100%;
}

.chapter-and-search search.form .pane-content label {
  display: none;
}

.chapter-and-search search.form .pane-content .form-control {
  background: rgba(255, 255, 255, 0.11);
  border-radius: 0;
  border-width: 0 0 1px;
  color: white;
}

.chapter-and-search search.form .pane-content .form-submit {
  background-image: url("../../assets/images/search.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: transparent;
  border: 0;
  background-size: 14px;
  width: 20px;
  overflow: hidden;
  text-indent: -999px;
  padding: 0;
}

.chapter-and-search search.form .pane-content .search-form {
  margin: 0;
}

.banner {
  min-height: 20em;
  text-align: center;
  padding: 0 2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: white;
  position: relative;
}

.banner:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(13, 13, 13, 0.5);
}

.banner .banner-message {
  position: relative;
  max-width: 20em;
  font-family: "open_sans", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.25;
  margin-bottom: 1em;
  color: white;
  z-index: 1;
}

.banner .banner-message p:last-of-type {
  margin-bottom: 0.5em;
}

.banner .banner-message strong {
  font-family: "open_sans", sans-serif;
  font-weight: 800;
}

@media (min-width: 768px) {
  .banner .banner-message {
    font-size: 40px;
  }
}

.banner .banner-message--button .btn {
  color: white;
  text-transform: uppercase;
  border: 1px solid white;
  padding: 1em 3em;
  margin-bottom: 2rem;
  background-color: transparent;
}

.banner .banner-message--button .btn:focus {
  outline: none;
}

.banner .banner-message--button .btn:link {
  color: white;
}

.banner .banner-message--button .btn:visited {
  color: white;
}

.banner .banner-message--button .btn:focus {
  color: #ff962e;
}

.banner .banner-message--button .btn:hover {
  color: #ff962e;
}

.banner .banner-message--button .btn:active {
  color: white;
}

.banner .banner-message--button .btn:hover {
  background-color: #0d0d0d;
  text-decoration: none;
}

.oa-menu-banner {
  height: auto;
  float: none;
}

.btn {
  border-radius: 0;
}

#oa_breadcrumb,
.command-button-wrapper,
.oa-favorites {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
}

@media (min-width: 768px) {
  #oa_breadcrumb,
  .command-button-wrapper,
  .oa-favorites {
    display: block;
  }
}

@media (max-width: 767px) {
  #oa_breadcrumb .dropdown-menu h3,
  .command-button-wrapper .dropdown-menu h3,
  .oa-favorites .dropdown-menu h3 {
    padding-right: 3rem;
    text-align: right;
  }
  #oa_breadcrumb .dropdown-menu li a,
  .command-button-wrapper .dropdown-menu li a,
  .oa-favorites .dropdown-menu li a {
    padding-right: 3rem;
    text-align: right;
  }
}

@media (max-width: 767px) {
  #oa_breadcrumb li .dropdown-menu,
  .command-button-wrapper li .dropdown-menu,
  .oa-favorites li .dropdown-menu {
    right: 0;
    width: 100vw;
    left: auto;
    margin-right: -2em;
    background-color: #000;
  }
}

#oa_breadcrumb li a {
  width: auto;
}

#oa_breadcrumb li a.dropdown-toggle {
  background-color: transparent !important;
  position: relative;
}

#logo {
  display: inherit;
  float: none;
  height: auto;
  width: inherit;
}

.navbar-lining {
  display: block;
}

.kobol-page-header--bottom {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .chapter-menu .pane-og-menu-single-menu,
  .kobol-page-footer--menu .pane-og-menu-single-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: baseline;
        align-items: baseline;
  }
}

.chapter-menu .pane-og-menu-single-menu .pane-title,
.kobol-page-footer--menu .pane-og-menu-single-menu .pane-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  font-family: "open_sans", sans-serif;
  font-size: 14px;
  margin-right: 1.5em;
}

.chapter-menu .pane-og-menu-single-menu .menu,
.kobol-page-footer--menu .pane-og-menu-single-menu .menu {
  margin-bottom: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .chapter-menu .pane-og-menu-single-menu .menu,
  .kobol-page-footer--menu .pane-og-menu-single-menu .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: baseline;
        align-items: baseline;
    text-align: left;
  }
}

.chapter-menu .pane-og-menu-single-menu .menu > li > .menu,
.kobol-page-footer--menu .pane-og-menu-single-menu .menu > li > .menu {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-direction: column;
      flex-direction: column;
  text-transform: none;
}

.chapter-menu .pane-og-menu-single-menu li,
.kobol-page-footer--menu .pane-og-menu-single-menu li {
  padding: 0.5em 0;
}

@media (min-width: 768px) {
  .chapter-menu .pane-og-menu-single-menu li,
  .kobol-page-footer--menu .pane-og-menu-single-menu li {
    margin-right: 1.5em;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .chapter-menu .menu > li:hover {
    position: relative;
  }
  .chapter-menu .menu > li:hover > .menu.menu {
    position: static;
    width: auto;
    height: auto;
    margin: auto;
    padding: inherit;
    border: inherit;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute;
    padding: 0.5em 1em;
    z-index: 1000;
    background: #292929;
    background-color: rgba(13, 13, 13, 0.8);
    border-top: 1px solid #6e6e6e;
    margin-left: -1em;
    -ms-flex-direction: column;
        flex-direction: column;
    min-width: calc(100% + 2em);
    text-transform: none;
  }
  .chapter-menu .menu > li:hover > .menu.menu li {
    margin-right: auto;
    margin-bottom: 0.5em;
    white-space: nowrap;
  }
}

.chapter-menu .menu > li > .menu {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.chapter-menu .menu > li > .menu.subnav-show {
  position: static;
  width: auto;
  height: auto;
  margin: auto;
  padding: inherit;
  border: inherit;
  overflow: visible;
  clip: auto;
  border-right: 1px solid #575757;
  padding: 0 1em;
}

@media (min-width: 768px) {
  .chapter-menu .menu > li > .menu.subnav-show {
    display: none;
  }
}

.subnav-trigger {
  margin-right: -1em;
  margin-left: 0.5em;
  display: inline-block;
}

@media (min-width: 768px) {
  .subnav-trigger {
    display: none;
  }
}

@media (min-width: 768px) {
  .subnav-show {
    display: none;
  }
}

.kobol-rss-display-list li {
  list-style-type: none;
  font-style: italic;
}

.kobol-rss-display-list li:nth-of-type(5n+5) {
  margin-bottom: 1.5em;
}

.kobol-rss-display-list li a {
  font-size: 16px;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 700;
}

.kobol-rss-display-list .kobol-rss-display-feed ul {
  margin-left: 0px;
}

.kobol-feed-navigation a {
  display: inline-block;
  font-weight: bold;
  padding: 1em 3em;
  text-transform: uppercase;
}

.kobol-teaser .container-fluid > .row {
  margin-left: -15px;
  margin-right: -15px;
}

.kobol-teaser ul li.node-readmore {
  margin-bottom: 35px;
  margin-right: 0;
  float: right;
}

.kobol-teaser ul li.node-readmore a {
  background: #337ab7;
  color: white;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 0;
  padding: 1em 3em;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.kobol-teaser ul li.node-readmore a:hover {
  background: #2e6da4;
}

/**
 * Tweaks and fixes for Form Builder backend.
 **/
div.form-builder-title-bar {
  box-sizing: content-box;
}

div.form-builder-placeholder:not(.form-builder-placeholder-hover) {
  border: 0;
}

#form-builder-wrapper.with-palette #form-builder-fields {
  width: 274px;
  padding-left: 14px;
}

#form-builder-wrapper.with-palette #form-builder {
  margin-right: 280px;
}

#form-builder-field-palette h3 {
  background: #eeeeee;
  border-radius: 4px 4px 0 0;
  border: 1px solid #CCC;
  border-bottom: 0;
  width: 259px;
  padding: 12px;
  font-size: 14px;
  line-height: 12px;
}

#form-builder-field-palette ul.form-builder-fields {
  width: 259px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

#form-builder-field-palette ul.form-builder-fields li {
  border: 1px solid #CCC;
  margin: 0 -1px -1px 0;
  width: 130px;
  padding: 4px 0 4px 32px;
}

div.form-builder-active {
  border: 1px solid #CCC;
  border-radius: 4px;
}

#form-builder-field-configure {
  background: #eeeeee;
  padding: 1em;
  border-top: 1px solid #CCC;
}

#form-builder-field-configure fieldset.form-builder-group {
  border: 1px solid #CCC;
  border-radius: 0 4px 4px 4px;
  padding-top: 4px 0;
}

#form-builder-field-configure ul.form-builder-tabs {
  margin: 0 0 0 1px;
}

#form-builder-field-configure ul.form-builder-tabs li {
  border: none;
}

#form-builder-field-configure ul.form-builder-tabs li .panel-title {
  font-size: 12px;
  font-weight: bold;
}

#form-builder-field-configure ul.form-builder-tabs li.active {
  border: 1px solid #CCC;
  border-bottom: #FFF;
  border-radius: 4px 4px 0 0;
}

#form-builder-field-configure a.close {
  opacity: 1;
}

#form-builder-webform-save-form .form-actions {
  display: none;
}

/**
 * Tweaks and fixes for the Webform frontend.
 **/
.webform-client-form .form-group {
  margin-top: 0;
  margin-bottom: 1em;
}

.webform-client-form .radio:first-child, .webform-client-form .checkbox:first-child {
  margin-top: 0;
}

.webform-component-markup ul {
  list-style-type: disc;
}

.webform-component-markup ol {
  list-style-type: decimal;
}

.webform-component-addressfield .form-group {
  margin-bottom: .5em;
}

.webform-component-addressfield .form-group label {
  font-size: 14px;
  font-weight: normal;
}

.esign_panel canvas {
  border-color: #CCC;
}

.esign_panel .clear-container br {
  display: none;
}

.oa_toolbar .dropdown-menu {
  height: auto;
  max-height: 300px;
  overflow-x: hidden;
}

.oa_toolbar .dropdown-menu.oa-noscroll {
  overflow-x: visible;
  max-height: none;
}

.oa_toolbar .dropdown > a > i {
  pointer-events: none;
}

.oa-navbar .dropdown .dropdown-menu .oa-column {
  border-right: 1px solid #ECECF0;
}

.oa-navbar .dropdown .dropdown-menu .oa-column:last-child {
  border-right: none;
}

.navbar .oa-navbar {
  box-shadow: inset 0px -1px 0 0 rgba(0, 0, 0, 0.2);
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar .oa-navbar .pane-oa-toolbar-oa-breadcrumb ul.oa_toolbar li.btn-group > .btn,
.navbar .oa-navbar .pane-oa-space-nav ul.oa_toolbar li.btn-group > .btn {
  height: auto;
  padding-bottom: 4px;
}

.navbar .oa-navbar .panel-panel {
  margin: 0;
}

.kobol-page .sidebar-right-wrapper .pane-og-menu-single-menu h2.pane-title {
  font-size: 1.8em;
}

.kobol-page .sidebar-right-wrapper .pane-og-menu-single-menu a.active {
  color: #ff962e;
  display: block;
  position: relative;
  pointer-events: none;
  cursor: default;
}

.kobol-page .sidebar-right-wrapper .pane-og-menu-single-menu a.active:before {
  display: block;
  content: "<";
  position: absolute;
  left: -1.25em;
}

.kobol-page .sidebar-right-wrapper .pane-og-menu-single-menu > .pane-content > .menu {
  padding-left: 2em;
  position: relative;
}

.kobol-page .sidebar-right-wrapper .pane-og-menu-single-menu > .pane-content > .menu:before {
  display: block;
  content: "";
  position: absolute;
  height: 80%;
  width: 1px;
  background: #efefef;
  left: 0;
}

@media (max-width: 767px) {
  .navbar .oa-navbar {
    padding: 0;
  }
}

.pane-oa-edit-minipanel .pull-right .dropdown-menu {
  left: auto;
  right: 0;
}

.dropup ul.dropdown-menu {
  margin-bottom: 0;
}

.pane-oa-toolbar-search ul.dropdown-menu {
  margin-top: -2px;
}

ul.dropdown-menu .item-list h4 {
  text-shadow: none;
  background: none;
  padding: 3px 20px;
  line-height: 20px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

#oa-user-badge .dropdown-menu ul.oa-user-links {
  border-top: 1px solid #D1D1D4;
  margin-top: 0.5em;
  padding-top: 0.5em;
}

@media (max-width: 767px) {
  .oa-navigation {
    width: 100%;
  }
  .oa-navigation nav {
    width: 100%;
  }
  .oa-navigation ul.menu {
    background: #333;
  }
  .oa-navigation ul.menu a > .caret {
    float: right;
    margin: 6px 12px;
    height: 12px;
    cursor: pointer;
  }
}

.oa-navbar ul.oa-space-nav ul.dropdown-menu ul li a.active {
  position: relative;
}

.oa-navbar ul.oa-space-nav ul.dropdown-menu ul li a.active:not(:hover) {
  background: transparent;
  color: #333;
}

.oa-navbar ul.oa-space-nav ul.dropdown-menu ul li a.active:before {
  content: "\f04b";
  font-family: FontAwesome;
  position: absolute;
  z-index: 1;
  left: 8px;
  font-style: normal;
  font-size: 0.9em;
  top: 0;
  padding: 3px 0;
}

.oa-navbar ul.oa-space-nav ul.dropdown-menu ul li.oa-sections a.active:before {
  content: " ";
}

.oa-users-submitted.align-left .user-info {
  margin-left: 0;
}

.pane-social-share .pane-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -0.5rem;
}

.pane-social-share .pane-content h4, .pane-social-share .pane-content a {
  margin: 0 0.5rem;
}

.oa-fullwidth {
  margin-left: 0;
  margin-right: 0;
}

.oa-fullwidth .container-fluid {
  padding: 0;
}

.oa_search_row.oa-list.well {
  margin-bottom: 1em;
}

.view-discover-teasers.view-display-id-pane_tiles .view-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  /* margin-right: -1.5em; */
  width: 100%;
}

.view-discover-teasers.view-display-id-pane_tiles .view-content .views-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 2em;
  box-shadow: 0 0 1px 1px rgba(179, 179, 179, 0.25);
  border-bottom: 1px solid #beeef3;
}

.view-discover-teasers.view-display-id-pane_tiles .view-content .views-row:nth-last-of-type(-n+2):first-child,
.view-discover-teasers.view-display-id-pane_tiles .view-content .views-row:nth-last-of-type(-n+2):first-child ~ .views-row {
  -ms-flex-preferred-size: calc(50% - 15px);
      flex-basis: calc(50% - 15px);
  width: calc(50% - 15px);
  display: run-in;
}

@media (max-width: 480px) {
  .view-discover-teasers.view-display-id-pane_tiles .view-content .views-row:nth-last-of-type(-n+2):first-child,
  .view-discover-teasers.view-display-id-pane_tiles .view-content .views-row:nth-last-of-type(-n+2):first-child ~ .views-row {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    display: block;
  }
}

.view-discover-teasers.view-display-id-pane_tiles .view-content .views-row:nth-last-of-type(3):first-child,
.view-discover-teasers.view-display-id-pane_tiles .view-content .views-row:nth-last-of-type(3):first-child ~ .views-row {
  -ms-flex-preferred-size: calc(33% - 15px);
      flex-basis: calc(33% - 15px);
  width: calc(33% - 15px);
  display: run-in;
}

@media (max-width: 767px) {
  .view-discover-teasers.view-display-id-pane_tiles .view-content .views-row:nth-last-of-type(3):first-child,
  .view-discover-teasers.view-display-id-pane_tiles .view-content .views-row:nth-last-of-type(3):first-child ~ .views-row {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
    width: calc(50% - 15px);
    display: block;
  }
}

@media (max-width: 480px) {
  .view-discover-teasers.view-display-id-pane_tiles .view-content .views-row:nth-last-of-type(3):first-child,
  .view-discover-teasers.view-display-id-pane_tiles .view-content .views-row:nth-last-of-type(3):first-child ~ .views-row {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    display: block;
  }
}

.view-discover-teasers.view-display-id-pane_tiles .view-content .views-row:nth-last-of-type(n+4),
.view-discover-teasers.view-display-id-pane_tiles .view-content .views-row:nth-last-of-type(n+4) ~ .views-row {
  -ms-flex-preferred-size: calc(33% - 15px);
      flex-basis: calc(33% - 15px);
  width: calc(33% - 15px);
  display: run-in;
}

@media (max-width: 767px) {
  .view-discover-teasers.view-display-id-pane_tiles .view-content .views-row:nth-last-of-type(n+4),
  .view-discover-teasers.view-display-id-pane_tiles .view-content .views-row:nth-last-of-type(n+4) ~ .views-row {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
    width: calc(50% - 15px);
    display: block;
  }
}

@media (max-width: 480px) {
  .view-discover-teasers.view-display-id-pane_tiles .view-content .views-row:nth-last-of-type(n+4),
  .view-discover-teasers.view-display-id-pane_tiles .view-content .views-row:nth-last-of-type(n+4) ~ .views-row {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    display: block;
  }
}

.view-discover-teasers .view-mode-featured {
  margin-bottom: 0em;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.view-discover-teasers .view-mode-featured .panel-pane {
  padding: 0;
}

.view-discover-teasers .view-mode-featured .field-name-field-featured-image {
  margin-bottom: 1em;
  margin-left: -1rem;
  margin-right: -1rem;
}

/*------------------------------------*    $PATTERN LAB-SPECIFIC STYLES
\*------------------------------------*/
/**
 * This stylesheet is for styles you want to include only when the interface is being viewed within Pattern Lab.
 * This is helpful for displaying demo styles for grids, animations, color swatches, etc
 * It's also helpful for overriding context-specific styles like fixed or absolutely positioned elements
 * These styles will not be your production CSS.
 */
.pl-spacer {
  margin-bottom: 1em;
}

.demo .grid-item {
  padding: 0.5em;
  border: 1px solid cornflowerblue;
}

.demo .grid-item:nth-of-type(odd) {
  background-color: lightgray;
}

.demo .grid-item:nth-of-type(even) {
  background-color: lightblue;
}

.sg-breakpoints ul {
  margin: 0;
  padding: 0;
}

.sg-breakpoints li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sg-breakpoints .breakpoints > li {
  position: absolute;
  border-left: solid 3px #595959;
  height: 100%;
}

.sg-breakpoints .breakpoints > li > .label {
  display: block;
  background: #595959;
  padding: 3px;
  color: white;
}

.sg-breakpoints .breakpoints > li:hover {
  border-left-color: rgba(89, 89, 89, 0.3);
}

.sg-breakpoints .breakpoints > li:hover > .label {
  opacity: 0;
}

.sg-breakpoints .device_widths {
  padding-top: 20px;
}

.sg-breakpoints .device_widths > li {
  border-bottom: solid 3px #cccccc;
  text-align: right;
  margin-bottom: 15px;
  padding-right: 15px;
  border-right: solid 3px #cccccc;
}

.sg-colors {
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.sg-colors > li {
  display: block;
}

.sg-colors > li .sg-swatch {
  display: block;
  min-height: 15em;
  min-width: 15em;
  border-bottom: 1px solid black;
}

.sg-colors > li .sg-info {
  line-height: 1;
  padding: 0.25em;
}

.demo__block {
  height: 200px;
  background-color: rgba(179, 179, 179, 0.5);
}

/**
 * A demo block to show BEM in action
 *
 */
.demo-block {
  width: 25%;
}

.demo-block--large {
  width: 100%;
}

.demo-block__title {
  font-size: 16px;
}

.demo-block__thumbnail {
  height: 60px;
  width: 60px;
}

.sg-ms {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 1em 0 0;
  padding: 0 1em 0 0;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: lightgray;
  line-height: 1.5;
}

.sg-ms li {
  list-style: none;
}

.sg-ms li:nth-of-type(1) {
  font-size: ms(0);
}

.sg-ms li:nth-of-type(1):before {
  font-size: ms(0);
  content: "ms(0): ";
}

.sg-ms li:nth-of-type(2) {
  font-size: ms(1);
}

.sg-ms li:nth-of-type(2):before {
  font-size: ms(0);
  content: "ms(1): ";
}

.sg-ms li:nth-of-type(3) {
  font-size: ms(2);
}

.sg-ms li:nth-of-type(3):before {
  font-size: ms(0);
  content: "ms(2): ";
}

.sg-ms li:nth-of-type(4) {
  font-size: ms(3);
}

.sg-ms li:nth-of-type(4):before {
  font-size: ms(0);
  content: "ms(3): ";
}

.sg-ms li:nth-of-type(5) {
  font-size: ms(4);
}

.sg-ms li:nth-of-type(5):before {
  font-size: ms(0);
  content: "ms(4): ";
}

.sg-ms li:nth-of-type(6) {
  font-size: ms(5);
}

.sg-ms li:nth-of-type(6):before {
  font-size: ms(0);
  content: "ms(5): ";
}

.sg-ms li:nth-of-type(7) {
  font-size: ms(6);
}

.sg-ms li:nth-of-type(7):before {
  font-size: ms(0);
  content: "ms(6): ";
}

.sg-ms li:nth-of-type(8) {
  font-size: ms(7);
}

.sg-ms li:nth-of-type(8):before {
  font-size: ms(0);
  content: "ms(7): ";
}

.sg-ms li:nth-of-type(9) {
  font-size: ms(8);
}

.sg-ms li:nth-of-type(9):before {
  font-size: ms(0);
  content: "ms(8): ";
}

.sg-ms li:nth-of-type(10) {
  font-size: ms(9);
}

.sg-ms li:nth-of-type(10):before {
  font-size: ms(0);
  content: "ms(9): ";
}

.sg-ms li:nth-of-type(11) {
  font-size: ms(10);
}

.sg-ms li:nth-of-type(11):before {
  font-size: ms(0);
  content: "ms(10): ";
}

.sg-ms li:nth-of-type(12) {
  font-size: ms(11);
}

.sg-ms li:nth-of-type(12):before {
  font-size: ms(0);
  content: "ms(11): ";
}

.sg-ms li:nth-of-type(13) {
  font-size: ms(12);
}

.sg-ms li:nth-of-type(13):before {
  font-size: ms(0);
  content: "ms(12): ";
}

.sg-ms-fonts {
  display: -ms-flexbox;
  display: flex;
}

.sg-fonts li {
  list-style: none;
  margin-bottom: 1.5em;
}

.icons-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 25px;
}

.icons-demo {
  margin-bottom: 40px;
}

@media all and (min-width: 600px) {
  .icons-demo {
    column-count: 3;
    column-gap: 20px;
  }
}

@media all and (min-width: 800px) {
  .icons-demo {
    column-count: 5;
  }
}

.icons__item,
.icons__item i {
  line-height: 2em;
  cursor: pointer;
  overflow: hidden;
}

.icons__item:hover {
  color: #3c90be;
}

.icons__item i {
  display: inline-block;
  width: 32px;
  text-align: center;
}

.icons__item i:hover i {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
}

.icons-demo__footer {
  margin-top: 40px;
  font-size: 14px;
  color: #999;
}

.demo-random-icon:before {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: inherit;
  color: inherit;
}

.demo-text-replace-icon {
  position: relative;
  right: 9999px;
  height: 16px;
  width: 16px;
}

.demo-text-replace-icon:before {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: inherit;
  color: inherit;
}

.demo-text-replace-icon:before {
  position: absolute;
  height: 100%;
  text-align: center;
  top: 0;
  right: -9999px;
}

.demo .g .gi {
  text-align: center;
  outline: dotted 1px #ccc;
}

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