
html body {
  margin-top: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  margin-bottom: 30px; }

.block:first-child h2.block-title {
  margin-top: 10px; }

.region-sidebar-second .block:first-child h2.block-title,
.region-sidebar-first .block:first-child h2.block-title {
  margin-top: 0; }

p:last-child {
  margin-bottom: 10px; }

.container {
  width: 100%;
  max-width: 1600px; }
  .container .container {
    padding-left: 0;
    padding-right: 0; }

.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.row {
  margin-bottom: 0; }

.column {
  margin-bottom: 30px; }

.dropdown-menu {
  min-width: 160px; }
  .dropdown-menu li {
    float: left;
    min-width: 160px;
    display: block; }

div.lead {
  margin-bottom: 0; }

.btn,
.fake-submit {
  border: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.12);
  border-left: 3px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 8px 18px; }
  .btn:hover, .btn:focus,
  .fake-submit:hover,
  .fake-submit:focus {
    border-bottom-color: rgba(0, 0, 0, 0.4);
    border-left-color: rgba(0, 0, 0, 0.3); }

.btn-lg {
  padding: 16px 22px; }

.btn-sm {
  padding: 2px 8px;
  border-bottom-width: 2px;
  border-left-width: 2px; }

.btn-default,
.btn-group > .btn-default,
.btn-primary,
.btn-group > .btn-primary,
.html .fake-submit {
  background: #000c66;
  color: white; }
  .btn-default a,
  .btn-group > .btn-default a,
  .btn-primary a,
  .btn-group > .btn-primary a,
  .html .fake-submit a {
    color: white; }

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #cbc5c1;
  color: white; }
  .btn-default:hover a,
  .btn-default:focus a,
  .btn-default.focus a,
  .btn-default:active a,
  .btn-default.active a,
  .btn-primary:hover a,
  .btn-primary:focus a,
  .btn-primary.focus a,
  .btn-primary:active a,
  .btn-primary.active a,
  a.bg-primary:hover a,
  a.bg-primary:focus a {
    color: white; }

a.text-primary:hover,
a.text-primary:focus {
  color: #cbc5c1; }

.btn-link {
  background: transparent;
  color: #000c66;
  border: none;
  box-shadow: none;
  text-decoration: underline; }

.wrap-containers .nav > li > a.is-active {
  background-color: #eeeeee;
  color: #000c66;
  text-decoration: none; }

.region-sidebar-first .nav,
.region-sidebar-second .nav {
  float: none; }
  .region-sidebar-first .nav > li,
  .region-sidebar-second .nav > li {
    float: none;
    display: block; }
    .region-sidebar-first .nav > li > a.is-active,
    .region-sidebar-second .nav > li > a.is-active {
      display: block; }

.block .nav > li > a .glyphicon {
  margin-left: -13px;
  display: inline-block;
  font-size: 14px;
  padding-right: 4px; }

.well, .jumbotron {
  background-color: #eeeeee;
  color: #000000;
  border: none;
  border-radius: 0;
  box-shadow: none; }
  .well a, .jumbotron a {
    color: #000000; }
  .well h1, .well h2, .well h3, .well h4, .well h5, .well h6, .jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron h5, .jumbotron h6 {
    color: #000000; }
  .well .nav > li > a .glyphicon, .jumbotron .nav > li > a .glyphicon {
    color: #cbc5c1; }
  .well .nav > li > a:hover,
  .well .nav > li > a:focus,
  .well .nav > li > a.is-active, .jumbotron .nav > li > a:hover,
  .jumbotron .nav > li > a:focus,
  .jumbotron .nav > li > a.is-active {
    color: #f1f1f1;
    background: #000c66; }
    .well .nav > li > a:hover .glyphicon,
    .well .nav > li > a:focus .glyphicon,
    .well .nav > li > a.is-active .glyphicon, .jumbotron .nav > li > a:hover .glyphicon,
    .jumbotron .nav > li > a:focus .glyphicon,
    .jumbotron .nav > li > a.is-active .glyphicon {
      color: #f1f1f1; }

.list-inline {
  margin: 0;
  padding: 0; }
  .list-inline > li {
    padding-left: 0; }
  .list-inline a {
    color: inherit; }

.field.list-inline div {
  display: inline-block; }
.field.list-inline .field--item::after {
  content: ', '; }
.field.list-inline .field--item:last-child::after {
  content: ''; }

blockquote {
  border-color: #f1f1f1; }

blockquote footer, blockquote small, blockquote .small {
  color: inherit; }

.img-circle, .img-rounded, .img-thumbnail {
  border: 3px solid #d2d2d2; }

.center-block {
  float: none !important; }

.modal-backdrop {
  z-index: -1 !important;
  width: 1px !important;
  height: 1px !important; }

.modal .modal-dialog {
  margin-top: 80px;
  color: #000000; }
  .modal .modal-dialog h1, .modal .modal-dialog h2, .modal .modal-dialog h3, .modal .modal-dialog h4, .modal .modal-dialog h5, .modal .modal-dialog h6 {
    color: #000000; }
  .modal .modal-dialog ul {
    padding-left: 10px; }
.modal .modal-content {
  border-radius: 0;
  border: none; }
.modal:before {
  content: ' ';
  z-index: 4610;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0.3; }

.html .nav-tabs {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #d2d2d2;
  margin: 0;
  padding: 0; }
  .html .nav-tabs > li {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0; }
    .html .nav-tabs > li > a {
      border: 1px solid transparent;
      border-radius: 0;
      margin: 0;
      padding: 10px 15px;
      background-color: transparent; }
      .html .nav-tabs > li > a:hover {
        color: #e2dada; }
    .html .nav-tabs > li.active, .html .nav-tabs > li.ui-tabs-active {
      position: relative;
      bottom: -1px !important; }
      .html .nav-tabs > li.active a, .html .nav-tabs > li.ui-tabs-active a {
        color: #000c66;
        cursor: pointer;
        border: 1px solid #d2d2d2;
        border-bottom-color: #efefef;
        background-color: transparent; }
        .html .nav-tabs > li.active a:hover, .html .nav-tabs > li.active a:focus, .html .nav-tabs > li.ui-tabs-active a:hover, .html .nav-tabs > li.ui-tabs-active a:focus {
          color: #000c66;
          cursor: default;
          outline: none; }

.glazed-boxed-container .nav-tabs > li.active a {
  border-bottom-color: white; }

.region-content nav.tabs:after {
  content: " ";
  display: table;
  clear: both; }

.html .glazed-mini-tabs-wrapper {
  pointer-events: none;
  display: block;
  float: left;
  margin-bottom: 10px; }
  .html .glazed-mini-tabs-wrapper .tabs--primary {
    border: none;
    box-shadow: 0 3px 10px 0 rgba(50, 50, 50, 0.23); }
    .html .glazed-mini-tabs-wrapper .tabs--primary li {
      margin: 0;
      padding: 0;
      border: none; }
      .html .glazed-mini-tabs-wrapper .tabs--primary li a {
        background-color: white;
        padding: 8px;
        text-transform: uppercase;
        font-size: 12px;
        margin: 0;
        border: none;
        pointer-events: auto; }
      .html .glazed-mini-tabs-wrapper .tabs--primary li.active {
        bottom: auto !important; }
        .html .glazed-mini-tabs-wrapper .tabs--primary li.active a {
          border: none; }

.body--primary-tabs-float .region-content nav.tabs:after {
  display: none; }

.body--primary-tabs-float .glazed-mini-tabs-wrapper {
  display: inline-block;
  float: none;
  position: absolute;
  margin-top: 2px;
  left: 50%;
  z-index: 3000; }
  .body--primary-tabs-float .glazed-mini-tabs-wrapper .tabs--primary {
    position: relative;
    left: -50%; }

.html .tabs--secondary {
  float: left;
  clear: both;
  margin-bottom: 10px; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.tabs-left > .tab-content, .tabs-right > .tab-content {
  padding: 20px; }

.html .tabs-left .nav-tabs .active > a {
  border-right-color: #efefef; }

.glazed-boxed-container .tabs-left .nav-tabs .active > a {
  border-right-color: white; }

.html .tabs-right .nav-tabs .active > a {
  border-left-color: #efefef; }

.glazed-boxed-container .tabs-right .nav-tabs .active > a {
  border-left-color: white; }

.progress {
  border-radius: 0;
  height: 3px;
  margin-top: 2px;
  overflow: visible;
  box-shadow: none; }

.progress-bar {
  background-color: #000c66;
  line-height: 4px;
  box-shadow: none; }

.carousel-control.right,
.carousel-control.left {
  opacity: 0.5; }

.carousel-indicators li {
  background: #bcbcbc;
  border: none;
  height: 9px;
  width: 9px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .carousel-indicators li.active {
    border: none;
    height: 10px;
    width: 10px;
    background: #7e7e7e; }

.file-size {
  display: inline-block;
  padding-left: 4px; }

/**
 * AJAX (throbber) styling.
 */
@keyframes glyphicon-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear; }

a .glyphicon-spin {
  display: inline-block;
  text-decoration: none; }

p:last-child,
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0; }

html.js .btn .ajax-throbber {
  margin-left: .5em;
  margin-right: -.25em; }
html.js .form-item .input-group-addon .glyphicon {
  color: #777777;
  opacity: .5;
  transition: 150ms color, 150ms opacity; }
  html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
    color: #000c66;
    opacity: 1; }
html.js .form-item .input-group-addon .input-group-addon {
  background-color: white; }
html.js .ajax-new-content:empty {
  display: none !important; }

/**
 * Node styling.
 */
.is-unpublished {
  background-color: #faf7f5; }

.node-preview-container {
  margin-top: -15px; }

.node-preview-form-select {
  padding: 15px; }

.field--label-inline .field--label,
.field--label-inline .field--items {
  float: left;
  /* LTR */ }

.field--label-inline .field--label,
.field--label-inline > .field--item,
.field--label-inline .field--items {
  padding-right: 0.5em; }

[dir="rtl"] .field--label-inline .field--label,
[dir="rtl"] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0; }

.field--label-inline .field--label::after {
  content: ':'; }

/**
 * Panel styling.
 */
.panel-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px; }
  .panel-title, .panel-title:hover, .panel-title:focus, .panel-title:hover:focus {
    color: inherit; }
  .panel-title:focus, .panel-title:hover {
    text-decoration: none; }

/**
 * Table drag styles.
 */
.tabledrag-toggle-weight {
  float: right;
  margin: 1px 2px 1px 10px; }

.tabledrag-changed-warning {
  margin: 0;
  overflow: hidden; }

.tabledrag-handle {
  color: #777777;
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px; }
  .tabledrag-handle:hover, .tabledrag-handle:focus {
    color: #000c66; }

.indentation {
  float: left;
  /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  /* LTR */
  padding: 0.42em 0 0.42em 0.6em;
  /* LTR */
  width: 20px; }
  [dir="rtl"] .indentation {
    float: right;
    margin: -0.4em -0.4em -0.4em 0.2em;
    padding: 0.42em 0.6em 0.42em 0; }

/**
 * Tabs and local action styles.
 */
.local-actions {
  margin: 10px 0 10px -5px; }

.tabs--secondary {
  margin: 10px 0 5px; }

/**
 * Missing Bootstrap 2 tab styling.
 * $see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * $see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px; }

.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0; }

.tab-pane > .panel-heading {
  display: none; }

.tab-content > .active {
  display: block; }

.tabs-below > .nav-tabs {
  border-top: 1px solid #d2d2d2; }
  .tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
    .tabs-below > .nav-tabs > li > a {
      border-radius: 0 0 4px 4px; }
      .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
        border-top-color: #e2dada;
        border-bottom-color: transparent; }
  .tabs-below > .nav-tabs > .active > a,
  .tabs-below > .nav-tabs > .active > a:hover,
  .tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #e2dada #d2d2d2 #d2d2d2; }

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px; }
  .tabs-left > .nav-tabs > li,
  .tabs-right > .nav-tabs > li {
    float: none; }
    .tabs-left > .nav-tabs > li:focus,
    .tabs-right > .nav-tabs > li:focus {
      outline: 0; }
    .tabs-left > .nav-tabs > li > a,
    .tabs-right > .nav-tabs > li > a {
      margin-right: 0;
      margin-bottom: 3px; }
      .tabs-left > .nav-tabs > li > a:focus,
      .tabs-right > .nav-tabs > li > a:focus {
        outline: 0; }
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  border: 1px solid #d2d2d2;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px; }

.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px; }
  .tabs-left > .nav-tabs > li > a {
    border-radius: 4px 0 0 4px; }

.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px; }
  .tabs-right > .nav-tabs > li > a {
    border-radius: 0 4px 4px 0; }

.html .ui-widget {
  font-family: inherit;
  font-size: inherit; }
.html .ui-dialog {
  padding: 0; }
.html .ui-tabs .ui-tabs-panel {
  padding: 0 30px; }
.html .ui-widget-content,
.html .ui-widget-header,
.html .ui-state-hover,
.html .ui-widget-content .ui-state-hover,
.html .ui-widget-header .ui-state-hover,
.html .ui-state-focus,
.html .ui-widget-content .ui-state-focus,
.html .ui-widget-header .ui-state-focus,
.html .ui-state-active,
.html .ui-widget-content .ui-state-active,
.html .ui-widget-header .ui-state-active,
.html .ui-state-highlight,
.html .ui-widget-content .ui-state-highlight,
.html .ui-widget-header .ui-state-highlight,
.html .ui-state-error,
.html .ui-widget-content .ui-state-error,
.html .ui-widget-header .ui-state-error {
  background-image: none;
  background: #ffffff;
  color: #000000;
  border-radius: 0; }
.html .ui-widget input,
.html .ui-widget select,
.html .ui-widget textarea,
.html .ui-widget button {
  font-family: inherit;
  font-size: 14px; }

.region-footer .block-menu .menu {
  margin: 0;
  padding: 0; }
  .region-footer .block-menu .menu li {
    display: inline-block; }
    .region-footer .block-menu .menu li a {
      background: transparent;
      padding: 0 0 0 10px;
      line-height: 1.1em;
      text-decoration: none; }
      .region-footer .block-menu .menu li a:hover, .region-footer .block-menu .menu li a:focus {
        background: transparent; }
    .region-footer .block-menu .menu li span {
      font-size: 9px;
      position: relative;
      top: 0px; }

.region-footer .nav > li > a.is-active {
  background: transparent; }
.region-footer .item-list ul,
.region-footer .view ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .region-footer .item-list ul li a,
  .region-footer .view ul li a {
    margin: 0;
    padding: 0 0 0 20px;
    background: transparent;
    text-decoration: none;
    position: relative; }
    .region-footer .item-list ul li a:before,
    .region-footer .view ul li a:before {
      content: ' ';
      position: absolute;
      left: 0;
      top: 0.5em;
      width: 5px;
      height: 7px;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTI4QTZEODkyODVCMTFFNUFDOTc4RTVBNEU4RjkyNTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTI4QTZEOEEyODVCMTFFNUFDOTc4RTVBNEU4RjkyNTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MjhBNkQ4NzI4NUIxMUU1QUM5NzhFNUE0RThGOTI1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MjhBNkQ4ODI4NUIxMUU1QUM5NzhFNUE0RThGOTI1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pnv8xuYAAABMSURBVHjaYvj//78qEBsDMSMQM4AwEwMDw10gZgFiIyBmBGKw4D8gPo0sARJkgEpcB2IJIBZmgJrDA8SuQCwL4mMIwARtkAVAGCDAANDBQm0i5TBwAAAAAElFTkSuQmCC"); }
    .region-footer .item-list ul li a:hover,
    .region-footer .view ul li a:hover {
      background: transparent; }

.html .form-control,
.html input[type=date],
.html input[type=datetime-local],
.html input[type=email],
.html input[type=file],
.html input[type=month],
.html input[type=number],
.html input[type=password],
.html input[type=search],
.html input[type=tel],
.html input[type=text],
.html input[type=time],
.html input[type=url],
.html input[type=week],
.html textarea,
.html select {
  box-shadow: none;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #d2d2d2;
  height: auto;
  padding: 12px;
  line-height: inherit; }
  .html .form-control:focus,
  .html input[type=date]:focus,
  .html input[type=datetime-local]:focus,
  .html input[type=email]:focus,
  .html input[type=file]:focus,
  .html input[type=month]:focus,
  .html input[type=number]:focus,
  .html input[type=password]:focus,
  .html input[type=search]:focus,
  .html input[type=tel]:focus,
  .html input[type=text]:focus,
  .html input[type=time]:focus,
  .html input[type=url]:focus,
  .html input[type=week]:focus,
  .html textarea:focus,
  .html select:focus {
    box-shadow: none;
    outline: none;
    border-color: #000c66; }
.html select,
.html select.form-control {
  height: 2em;
  height: calc(1.6em + 24px);
  padding: 0 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjEuNDEgNC42NyAyLjQ4IDMuMTggMy41NCA0LjY3IDEuNDEgNC42NyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzLjU0IDUuMzMgMi40OCA2LjgyIDEuNDEgNS4zMyAzLjU0IDUuMzMiLz48L3N2Zz4=) no-repeat 98% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-size: 18px; }
.html select::-ms-expand {
  display: none; }
.html .form-control.form-file {
  padding: 8px; }
.html .input-sm {
  padding: 10px; }
.html .form-actions .form-submit {
  margin-right: 1em; }

.form-required:after {
  content: '*';
  display: inline-block;
  padding-left: 3px; }

.input-group .form-control {
  padding: 8px 12px 7px 12px; }

.cke_editable_themed {
  padding: 5px; }

html {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: visible; }

body {
  background: #efefef;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }

.glazed-boxed-container {
  background: white;
  margin: 0 auto;
  max-width: 1580px; }

.container {
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1280px; }

.navbar-container.glazed-fluid,
.page-title-container.glazed-fluid,
.container-fluid {
  padding-left: 60px;
  padding-right: 60px; }

@media screen and (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px; }

  .container-fluid {
    padding-left: 30px;
    padding-right: 30px; } }
body.full-width-content .main-container > .row,
body.full-width-content .main-container > .row > section,
body.full-width-content .main-container {
  width: 100%;
  margin: 0;
  padding: 0; }
body.full-width-content .main-container > .row > aside {
  display: none; }

.container-row .container-col {
  margin-bottom: 0; }

.region-sidebar-first .block,
.region-sidebar-second .block {
  margin-bottom: 30px; }

#block-system-help {
  margin-bottom: 0; }

.navbar {
  margin-bottom: 0; }

img {
  max-width: 100%; }

html.js .kenburnimg img {
  max-width: none; }

.node .submitted {
  margin-bottom: 30px;
  display: block;
  padding: 15px 0; }
.node.node-blog-node-teaser .links {
  margin-top: -15px; }

.teaser {
  margin-bottom: 30px; }

.region-slider .block {
  margin-bottom: 0; }

.glazed-footer {
  background-color: #ebeced;
  color: #333333;
  border-color: #333333; }
  .glazed-footer .footer-container {
    padding-top: 15px;
    padding-bottom: 0; }
  .glazed-footer h1, .glazed-footer h2, .glazed-footer h3, .glazed-footer h4, .glazed-footer h5, .glazed-footer h6 {
    color: #333333; }
  .glazed-footer a {
    color: #333333; }
    .glazed-footer a:hover, .glazed-footer a:focus {
      color: #333333; }
  .glazed-footer ul.contact-info {
    padding: 1em 0; }
    .glazed-footer ul.contact-info li {
      background: none;
      padding: 0;
      font-size: 1.6em;
      line-height: 1.7em; }
  .glazed-footer .block {
    margin-bottom: 0;
    padding-bottom: 0; }
  .glazed-footer .badge {
    font-size: 11px;
    font-weight: normal;
    opacity: 0.9; }

.html--glazed-sticky-footer {
  height: 100%; }
  .html--glazed-sticky-footer body {
    height: 100%;
    display: flex;
    flex-direction: column; }
  .html--glazed-sticky-footer .wrap-containers {
    flex: 1 0 auto; }
  .html--glazed-sticky-footer .body--glazed-nav-desktop .glazed-header--top {
    min-height: 90px; }
  .html--glazed-sticky-footer .body--glazed-nav-desktop .glazed-header--top.glazed-header--navbar-pull-down {
    min-height: 45px; }
  .html--glazed-sticky-footer .body--glazed-nav-desktop .glazed-header--top.affix {
    min-height: 60px; }

.page-title-full-width-container {
  background: #ebeced;
  position: relative;
  margin-bottom: 30px; }
  .page-title-full-width-container#page-title-full-width-container {
    color: #fffeff; }
    .page-title-full-width-container#page-title-full-width-container li, .page-title-full-width-container#page-title-full-width-container a, .page-title-full-width-container#page-title-full-width-container h1, .page-title-full-width-container#page-title-full-width-container h2, .page-title-full-width-container#page-title-full-width-container h3, .page-title-full-width-container#page-title-full-width-container h4, .page-title-full-width-container#page-title-full-width-container h5, .page-title-full-width-container#page-title-full-width-container h6 {
      color: #fffeff; }
  .page-title-full-width-container.glazed-no-margin {
    margin-bottom: 0; }
  .page-title-full-width-container:after {
    content: ' ';
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
  .page-title-full-width-container .page-title-container {
    position: relative; }

#page-title {
  display: table;
  width: 100%;
  z-index: 1; }
  #page-title .page-title {
    border: none;
    display: table-cell;
    height: 180px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0; }

.body--glazed-full-width-content .page-title-full-width-container {
  margin-bottom: 0; }

@media screen and (min-width: 1200px) {
  .body--glazed-header-overlay .page-title-full-width-container {
    padding-top: 130px; } }
@media screen and (max-width: 768px) {
  .html #page-title .page-title {
    height: auto;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 35px; } }
body, .toooltip {
  font-family: "Source Sans Pro", "Source Sans Pro";
  font-weight: 400;
  font-style: normal; }

h1, h2, h3, h4, h5, h6, label, .field--label {
  font-family: "Source Sans Pro Light", "Source Sans Pro";
  font-weight: 300;
  font-style: normal; }

nav, nav ul li, nav a {
  font-family: "Source Sans Pro", "Source Sans Pro";
  font-weight: 300;
  font-style: normal; }

.site-name, .navbar-brand {
  font-family: "Source Sans Pro Light", "Source Sans Pro";
  font-weight: 300;
  font-style: normal; }

blockquote, blockquote p {
  font-family: "Source Sans Pro Light Italic", "Source Sans Pro";
  font-weight: 300;
  font-style: italic; }

body, html {
  color: #000000;
  font-size: 16px; }

body, p, .lead {
  line-height: 1.6; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 10px; }

h1 {
  font-size: 41px; }

h2 {
  font-size: 34px; }

h3, .block-title {
  font-size: 28px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

h3.field--label {
  font-size: 20px;
  margin-bottom: 0; }

h3.field--label + div,
h3.field--label + ul {
  margin-bottom: 10px; }

.content .list-inline a {
  color: #000000; }

a,
.btn-link {
  color: #000c66; }
  a svg,
  .btn-link svg {
    fill: #000c66; }

a {
  transition: color 200ms; }
  a:hover, a:focus {
    outline: none; }
  a svg {
    transition: fill 200ms; }

a:hover, a:focus,
.btn-link:hover, .btn-link:focus {
  text-decoration: underline;
  color: #cbc5c1; }
  a:hover svg, a:focus svg,
  .btn-link:hover svg, .btn-link:focus svg {
    fill: #cbc5c1; }

h1, h2, h3, h4, h5, h6, .navbar-brand, th, .nav-tabs > li > a {
  color: #000000; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .navbar-brand a, th a, .nav-tabs > li > a a {
    color: #000000; }
    h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus, .navbar-brand a:hover, .navbar-brand a:focus, th a:hover, th a:focus, .nav-tabs > li > a a:hover, .nav-tabs > li > a a:focus {
      text-decoration: none;
      color: #000c66; }

.block-revslider img {
  /* This selector specifity should keep images in check but allow special circumstances like revolution slider image effects */
  max-width: 100%; }

hr {
  height: 4px;
  background: #eeeeee;
  margin-bottom: 20px;
  margin-top: 20px;
  border: none; }

.region-sidebar-first hr,
.region-sidebar-second hr {
  margin-top: 10px;
  margin-bottom: 10px; }

.glazed-footer hr {
  background: #333333; }

.well hr,
.jumbotron hr {
  background: #000000; }

.submitted {
  color: #777777; }
  .submitted a {
    color: #777777;
    text-decoration: underline; }
    .submitted a:hover, .submitted a:focus {
      text-decoration: none; }

.node .links {
  clear: both; }

.main-container .block-menu-block .nav > li {
  float: none; }

.region-sidebar-first,
.region-sidebar-second {
  color: #777777; }
  .region-sidebar-first a,
  .region-sidebar-second a {
    color: #000000; }

body .stpe-flatbutton {
  border-width: 0; }
body .stpe-3dbutton {
  border-width: 0 1px 3px 1px;
  border-radius: 15px;
  box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.5); }
body .stpe-outlinebutton {
  display: inline-block;
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 5px;
  padding-left: 2em;
  padding-right: 2em;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px; }
  body .stpe-outlinebutton:hover, body .stpe-outlinebutton:focus {
    box-shadow: none;
    font-weight: normal;
    background: #000000;
    border: 1px solid #000000;
    color: white; }
body .stpe-borderbutton {
  display: inline-block;
  background: transparent;
  border: 3px solid #000000;
  color: #000000;
  border-radius: 0;
  padding-left: 2em;
  padding-right: 2em;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px; }
  body .stpe-borderbutton:hover, body .stpe-borderbutton:focus {
    box-shadow: none;
    font-weight: normal;
    background: #000000;
    border: 3px solid #000000;
    color: white; }

.full-screen-search-button {
  font-size: 18px;
  text-decoration: none; }
  .full-screen-search-button:hover, .full-screen-search-button:focus {
    text-decoration: none; }

.full-screen-search-form {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.925);
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease; }
  .full-screen-search-form .full-screen-search-form-input {
    padding-bottom: 2em;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    background: transparent;
    border: none;
    box-shadow: none; }
    @media (max-width: 767px) {
      .full-screen-search-form .full-screen-search-form-input {
        font-size: 8px; } }
    @media (max-width: 480px) {
      .full-screen-search-form .full-screen-search-form-input {
        font-size: 6px; } }
    .full-screen-search-form .full-screen-search-form-input label {
      margin-bottom: 0.85em;
      font-size: 2.1em;
      line-height: 1.4;
      color: #000c66;
      font-weight: normal; }
    .full-screen-search-form .full-screen-search-form-input .search-query {
      border: 0;
      padding: 0;
      height: auto;
      font-size: 90px;
      letter-spacing: -0.05em;
      line-height: 1.3em;
      background-color: transparent;
      border-radius: 0;
      box-shadow: none;
      text-align: center; }
      .full-screen-search-form .full-screen-search-form-input .search-query:focus, .full-screen-search-form .full-screen-search-form-input .search-query:active {
        outline: 0; }
  .full-screen-search-form > div {
    display: table-cell;
    vertical-align: middle; }

.html .navbar.container {
  max-width: 1600px; }

.body--glazed-nav-desktop .navbar-container > .row > .col-sm-12 {
  position: relative;
  z-index: 4050; }

.navbar.container, .navbar.container-fluid {
  margin-top: 0; }

.glazed-header {
  z-index: 4050;
  border: none;
  border-radius: 0;
  min-height: 0;
  background: #ffffff;
  color: #696969; }
  .glazed-header a {
    cursor: pointer;
    outline: none; }
  .glazed-header .navbar-container {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    position: relative; }
    .glazed-header .navbar-container.container-fluid {
      position: static; }
  .glazed-header .navbar-collapse {
    padding-left: 0;
    padding-right: 0; }
  .glazed-header .nav {
    margin-left: 0;
    margin-right: 0; }
  .glazed-header a {
    color: #696969; }
    .glazed-header a.active, .glazed-header a:hover, .glazed-header a:focus {
      color: #696969; }
  .glazed-header .glazed-main-menu a {
    color: #696969;
    text-decoration: none; }
    .glazed-header .glazed-main-menu a.active, .glazed-header .glazed-main-menu a:hover, .glazed-header .glazed-main-menu a:focus {
      color: #696969; }
  .glazed-header .glazed-main-menu .menu a {
    background: transparent; }
    .glazed-header .glazed-main-menu .menu a:hover, .glazed-header .glazed-main-menu .menu a:focus {
      background: transparent; }
  .glazed-header .navbar-header .logo {
    padding-left: 0; }
  .glazed-header .navbar-header .navbar-brand {
    font-size: 28px;
    height: auto;
    letter-spacing: 1px;
    padding: 0;
    float: none;
    margin-left: 0; }
  .glazed-header .menu h1, .glazed-header .menu h2, .glazed-header .menu h3, .glazed-header .menu h4, .glazed-header .menu h5 h6 {
    opacity: 0.75; }
  .glazed-header .dropdown-menu {
    background: #ffffff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    border: none; }
    .glazed-header .dropdown-menu ul {
      padding-left: 0; }
    .glazed-header .dropdown-menu li {
      list-style: none;
      list-style-type: none; }
      .glazed-header .dropdown-menu li a {
        display: block;
        background: transparent; }
  .glazed-header .glazed-megamenu {
    position: static;
    display: block;
    border: none;
    box-shadow: none; }
    .glazed-header .glazed-megamenu li {
      float: none; }
  .glazed-header .row,
  .glazed-header .block {
    margin-bottom: 0; }
  .glazed-header .mega-dropdown-menu {
    padding-top: 15px; }
    .glazed-header .mega-dropdown-menu .block {
      padding-left: 20px;
      padding-right: 0; }
    .glazed-header .mega-dropdown-menu .row {
      margin-left: 0;
      margin-right: 0; }
  .glazed-header .nav-child-fixed-width {
    width: 100% !important; }
  .glazed-header.affix .nav-child-fixed-width {
    top: 60px; }

.body--glazed-nav-mobile .glazed-header {
  position: static; }
  .body--glazed-nav-mobile .glazed-header li {
    clear: both; }
  .body--glazed-nav-mobile .glazed-header .dropdown-menu {
    display: block;
    box-shadow: none;
    border: none; }

#navbar.glazed-header--hover-background .menu .active > a,
#navbar.glazed-header--hover-background .menu a:hover,
#navbar.glazed-header--hover-background .menu a:hover .menu a:focus,
#navbar.glazed-header--hover-background .menu a.is-active {
  color: white;
  background-color: #000c66; }

#navbar.glazed-header--hover-text .menu .active > a,
#navbar.glazed-header--hover-text .menu a:hover,
#navbar.glazed-header--hover-text .menu a:focus,
#navbar.glazed-header--hover-text .menu a.is-active {
  color: #000c66; }

#navbar.glazed-header--hover-opacity .menu .active > a,
#navbar.glazed-header--hover-opacity .menu a:hover,
#navbar.glazed-header--hover-opacity .menu a:focus,
#navbar.glazed-header--hover-opacity .menu a.is-active {
  opacity: 0.8; }

.body--glazed-header-side .glazed-header--side.glazed-header--hover-border .menu a:before,
.glazed-header--top.glazed-header--hover-border .nav > li > a:before {
  content: ' ';
  display: block;
  width: 100%;
  width: calc(100% - 20px);
  transform: scale(0, 1) translate(10px, 0);
  position: absolute;
  left: 0;
  background: #eeeeee;
  height: 2px;
  bottom: 0;
  background: #000c66; }

.body--glazed-header-side .glazed-header--side.glazed-header--hover-border .nav > li.active > a:before,
.body--glazed-header-side .glazed-header--side.glazed-header--hover-border .nav > li > a:hover:before,
.body--glazed-header-side .glazed-header--side.glazed-header--hover-border .nav > li > a.is-active:before,
.glazed-header--top.glazed-header--hover-border .menu li.active > a:before,
.glazed-header--top.glazed-header--hover-border .menu a:hover:before,
.glazed-header--top.glazed-header--hover-border .menu a.is-active:before {
  transform: scale(1, 1) translate(10px, 0); }

.body--glazed-nav-desktop.body--glazed-header-fixed.body--glazed-header-not-overlay {
  padding-top: 100px; }
.body--glazed-nav-desktop .glazed-header--top {
  width: 100%; }
  .body--glazed-nav-desktop .glazed-header--top .glazed-main-menu {
    height: 100px;
    position: relative; }
    .body--glazed-nav-desktop .glazed-header--top .glazed-main-menu.glazed-menu--has-children a.dropdown-toggle:after {
      content: "﹀";
      pointer-events: none;
      position: relative;
      top: 3px;
      left: 5px;
      font-size: 12px; }
  .body--glazed-nav-desktop .glazed-header--top #logo {
    max-height: 100px; }
  .body--glazed-nav-desktop .glazed-header--top.glazed-header--fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0; }
  .body--glazed-nav-desktop .glazed-header--top.glazed-header--fixed, .body--glazed-nav-desktop .glazed-header--top.affix {
    box-shadow: 0 3px 10px 0 rgba(50, 50, 50, 0.05); }
  .body--glazed-nav-desktop .glazed-header--top.glazed-header--overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 39px; }
    .body--glazed-nav-desktop .glazed-header--top.glazed-header--overlay.glazed-header--fixed {
      position: fixed; }
    .body--glazed-nav-desktop .glazed-header--top.glazed-header--overlay.glazed-header--sticky {
      transition: opacity 600ms, background-color 600ms; }
    .body--glazed-nav-desktop .glazed-header--top.glazed-header--overlay.affix {
      top: 0; }
  .body--glazed-nav-desktop .glazed-header--top.glazed-header--navbar-pull-down .container-row > .col-sm-12 {
    background: #ffffff; }
  .body--glazed-nav-desktop .glazed-header--top.affix {
    opacity: 1;
    position: fixed;
    top: 0; }
    .body--glazed-nav-desktop .glazed-header--top.affix .navbar-header {
      padding-top: 0;
      padding-bottom: 0; }
    .body--glazed-nav-desktop .glazed-header--top.affix .navbar-brand {
      font-size: 20px; }
  .body--glazed-nav-desktop .glazed-header--top .navbar-header {
    float: left;
    display: table;
    position: relative;
    z-index: 4050; }
  .body--glazed-nav-desktop .glazed-header--top .wrap-branding {
    display: table; }
    .body--glazed-nav-desktop .glazed-header--top .wrap-branding .logo,
    .body--glazed-nav-desktop .glazed-header--top .wrap-branding .navbar-brand {
      display: table-cell;
      vertical-align: middle;
      padding-right: 15px; }
      .body--glazed-nav-desktop .glazed-header--top .wrap-branding .logo img,
      .body--glazed-nav-desktop .glazed-header--top .wrap-branding .navbar-brand img {
        display: inline; }
  .body--glazed-nav-desktop .glazed-header--top .navbar-collapse {
    display: inline-block; }
  .body--glazed-nav-desktop .glazed-header--top.glazed-header--logo-center-menu-left .navbar-header, .body--glazed-nav-desktop .glazed-header--top.glazed-header--logo-center-menu-right .navbar-header {
    position: absolute;
    left: 50%; }
  .body--glazed-nav-desktop .glazed-header--top.glazed-header--logo-center-menu-left .wrap-branding, .body--glazed-nav-desktop .glazed-header--top.glazed-header--logo-center-menu-right .wrap-branding {
    margin-left: -50%; }
    .body--glazed-nav-desktop .glazed-header--top.glazed-header--logo-center-menu-left .wrap-branding .logo, .body--glazed-nav-desktop .glazed-header--top.glazed-header--logo-center-menu-right .wrap-branding .logo {
      padding-right: 10px;
      padding-left: 10px; }
  .body--glazed-nav-desktop .glazed-header--top.glazed-header--logo-left-menu-left .menu,
  .body--glazed-nav-desktop .glazed-header--top.glazed-header--logo-left-menu-left .block,
  .body--glazed-nav-desktop .glazed-header--top.glazed-header--logo-left-menu-left nav nav, .body--glazed-nav-desktop .glazed-header--top.glazed-header--logo-center-menu-left .menu,
  .body--glazed-nav-desktop .glazed-header--top.glazed-header--logo-center-menu-left .block,
  .body--glazed-nav-desktop .glazed-header--top.glazed-header--logo-center-menu-left nav nav {
    float: left; }
  .body--glazed-nav-desktop .glazed-header--top.glazed-header--logo-right-menu-left .menu,
  .body--glazed-nav-desktop .glazed-header--top.glazed-header--logo-right-menu-left .block,
  .body--glazed-nav-desktop .glazed-header--top.glazed-header--logo-right-menu-left nav nav {
    float: left; }
  .body--glazed-nav-desktop .glazed-header--top.glazed-header--logo-right-menu-left .navbar-header,
  .body--glazed-nav-desktop .glazed-header--top.glazed-header--logo-right-menu-left .wrap-branding {
    float: right; }
  .body--glazed-nav-desktop .glazed-header--top.glazed-header--centered {
    text-align: center; }
    .body--glazed-nav-desktop .glazed-header--top.glazed-header--centered .region-navigation {
      text-align: center; }
    .body--glazed-nav-desktop .glazed-header--top.glazed-header--centered .navbar-brand {
      margin: 0 auto;
      text-align: center;
      clear: both; }
    .body--glazed-nav-desktop .glazed-header--top.glazed-header--centered .navbar-header,
    .body--glazed-nav-desktop .glazed-header--top.glazed-header--centered .block,
    .body--glazed-nav-desktop .glazed-header--top.glazed-header--centered nav nav {
      margin: 0 auto;
      text-align: center;
      float: none;
      clear: both;
      display: inline-block;
      vertical-align: top; }
    .body--glazed-nav-desktop .glazed-header--top.glazed-header--centered #glazed-main-menu {
      display: block;
      clear: both;
      text-align: center; }
  .body--glazed-nav-desktop .glazed-header--top.glazed-header--centered-inline {
    text-align: center; }
    .body--glazed-nav-desktop .glazed-header--top.glazed-header--centered-inline .block,
    .body--glazed-nav-desktop .glazed-header--top.glazed-header--centered-inline .navbar-header,
    .body--glazed-nav-desktop .glazed-header--top.glazed-header--centered-inline #glazed-main-menu,
    .body--glazed-nav-desktop .glazed-header--top.glazed-header--centered-inline nav {
      display: inline-block;
      vertical-align: top;
      float: none; }
  .body--glazed-nav-desktop .glazed-header--top .dropdown-menu {
    transform: translateZ(0); }
  .body--glazed-nav-desktop .glazed-header--top li.dropdown:hover .dropdown-menu,
  .body--glazed-nav-desktop .glazed-header--top li.dropdown:focus .dropdown-menu {
    display: block; }
  .body--glazed-nav-desktop .glazed-header--top .block,
  .body--glazed-nav-desktop .glazed-header--top nav nav {
    float: right;
    position: static; }
  .body--glazed-nav-desktop .glazed-header--top .nav {
    float: right; }
    .body--glazed-nav-desktop .glazed-header--top .nav > li {
      display: table;
      height: 100%;
      float: left; }
    .body--glazed-nav-desktop .glazed-header--top .nav > li > a {
      font-size: 20px;
      display: table-cell;
      vertical-align: middle;
      height: 100px;
      padding-top: 0;
      padding-bottom: 0; }
    .body--glazed-nav-desktop .glazed-header--top .nav .dropdown-menu li {
      width: 100%; }
      .body--glazed-nav-desktop .glazed-header--top .nav .dropdown-menu li > a {
        font-size: 16px;
        font-weight: normal;
        padding: 10px 20px;
        display: block; }
        .body--glazed-nav-desktop .glazed-header--top .nav .dropdown-menu li > a.glazed-megamenu__heading {
          font-size: 20px;
          font-weight: 300; }
  .body--glazed-nav-desktop .glazed-header--top .glazed-megamenu__heading {
    font-size: 18px;
    font-weight: 300; }
  .body--glazed-nav-desktop .glazed-header--top .nav-child-fixed-width {
    left: 0;
    right: 0;
    position: absolute;
    top: 100px; }
  .body--glazed-nav-desktop .glazed-header--top .block-glazed-helper,
  .body--glazed-nav-desktop .glazed-header--top .wrap-branding {
    height: 100px;
    line-height: 100px; }

html.js .body--glazed-nav-desktop.toolbar-fixed.toolbar-horizontal .glazed-header--top.glazed-header--overlay {
  top: 69px; }
html.js .body--glazed-nav-desktop.toolbar-fixed.toolbar-horizontal.toolbar-tray-open.toolbar-horizontal .glazed-header--top.glazed-header--overlay {
  top: 118px; }
html.js .body--glazed-nav-desktop.toolbar-fixed.toolbar-horizontal .glazed-header--top.glazed-header--fixed, html.js .body--glazed-nav-desktop.toolbar-fixed.toolbar-horizontal .glazed-header--top.affix {
  top: 39px !important; }
html.js .body--glazed-nav-desktop.toolbar-fixed.toolbar-horizontal.toolbar-tray-open.toolbar-horizontal .glazed-header--top.glazed-header--fixed, html.js .body--glazed-nav-desktop.toolbar-fixed.toolbar-horizontal.toolbar-tray-open.toolbar-horizontal .glazed-header--top.affix {
  top: 80px !important; }
html.js .body--glazed-nav-desktop.body--glazed-header-fixed.toolbar-fixed.toolbar-horizontal.toolbar-tray-open.toolbar-horizontal.body--glazed-header-not-overlay {
  padding-top: 180px !important; }
html.js .body--glazed-nav-desktop.body--glazed-header-fixed.toolbar-fixed.toolbar-horizontal.body--glazed-header-not-overlay {
  padding-top: 139px !important; }

.body--glazed-header-side.body--glazed-nav-desktop .glazed-header--side {
  padding: 40px 20px;
  z-index: 1000; }
  .body--glazed-header-side.body--glazed-nav-desktop .glazed-header--side .navbar-container {
    padding-left: 0;
    padding-right: 0; }

.glazed-header--side h1, .glazed-header--side h2, .glazed-header--side h3, .glazed-header--side h4, .glazed-header--side h5, .glazed-header--side h6 {
  color: #737a85; }
.glazed-header--side a {
  color: #737a85; }
  .glazed-header--side a:hover, .glazed-header--side a:focus {
    color: #737a85; }
.glazed-header--side .glazed-main-menu {
  background: #20252a;
  color: #737a85;
  padding: 40px 20px;
  position: fixed;
  z-index: 4060;
  top: 0;
  left: 0;
  width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%; }
  .glazed-header--side .glazed-main-menu a {
    color: #737a85; }
    .glazed-header--side .glazed-main-menu a:hover, .glazed-header--side .glazed-main-menu a:focus {
      color: #737a85; }
.glazed-header--side .glazed-main-menu.glazed-main-menu--to-left {
  left: auto;
  right: 0; }
  .glazed-header--side .glazed-main-menu.glazed-main-menu--to-left .menu__level {
    left: auto;
    right: 0; }
.glazed-header--side .block {
  margin-bottom: 20px; }
.glazed-header--side .navbar-collapse {
  padding: 70px 0 0 0; }
.glazed-header--side .menu__level {
  box-shadow: none;
  background: #20252a;
  position: fixed;
  display: block;
  z-index: 4051;
  top: 80px;
  height: 100%;
  height: calc(100vh - 80px);
  left: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  width: 300px;
  margin: 0;
  padding: 0;
  float: none;
  border: none; }
.glazed-header--side .menu__level--current {
  visibility: visible; }
.glazed-header--side .menu__item {
  display: block;
  width: 100%;
  float: none; }
.glazed-header--side .menu__link {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 7px 20px !important;
  line-height: 25px !important;
  -webkit-transition: color 0.1s;
  transition: color .5s;
  white-space: normal; }
.glazed-header--side .menu__link[data-submenu]::after {
  content: '…';
  position: absolute;
  right: 20px;
  font-size: 1.4em;
  line-height: 1em;
  top: 0;
  opacity: 0.7; }
.glazed-header--side .animate-outToRight,
.glazed-header--side .animate-outToLeft,
.glazed-header--side .animate-inFromLeft,
.glazed-header--side .animate-inFromRight {
  visibility: visible; }
.glazed-header--side .tb-megamenu-column {
  width: 100% !important; }
.glazed-header--side .mega-dropdown-menu {
  padding: 0; }
.glazed-header--side .menu__breadcrumbs {
  font-size: 0.65em;
  line-height: 1;
  position: fixed;
  top: 60px;
  padding-left: 20px;
  left: 0; }
.glazed-header--side .menu__breadcrumbs a {
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  letter-spacing: 1px;
  text-transform: uppercase; }
.glazed-header--side .menu__breadcrumbs a:last-child {
  pointer-events: none; }
.glazed-header--side .menu__breadcrumbs a:not(:last-child)::after {
  content: '>';
  display: inline-block;
  padding: 0 0.5em; }
.glazed-header--side .menu__back {
  font-size: 1.05em;
  position: absolute;
  z-index: 4051;
  top: 0;
  right: 2.25em;
  margin: 0;
  padding: 1.365em 0.65em 0 0;
  cursor: pointer;
  border: none;
  background: none; }
.glazed-header--side .menu__back--hidden {
  pointer-events: none; }
.glazed-header--side .menu__back:hover,
.glazed-header--side .menu__back:focus {
  outline: none; }

.body--glazed-nav-desktop.body--glazed-header-side {
  padding-left: 300px; }
.body--glazed-nav-desktop .glazed-header--side {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%; }
  .body--glazed-nav-desktop .glazed-header--side .navbar-header {
    float: none;
    z-index: 4065;
    position: relative; }
    .body--glazed-nav-desktop .glazed-header--side .navbar-header .logo,
    .body--glazed-nav-desktop .glazed-header--side .navbar-header .navbar-brand {
      display: block; }
  .body--glazed-nav-desktop .glazed-header--side .menu__breadcrumbs {
    top: 160px; }
  .body--glazed-nav-desktop .glazed-header--side .menu__level {
    top: 180px;
    height: 100%;
    height: calc(100vh - 180px); }
.body--glazed-nav-desktop.body--glazed-header-side.body--full-screen-search .glazed-header--side .navbar-header {
  z-index: 4060; }

.body--glazed-nav-mobile #glazed-main-menu,
.body--glazed-nav-mobile #glazed-main-menu .menu__breadcrumbs,
.body--glazed-nav-mobile #glazed-main-menu .menu__level {
  left: -100%;
  transition: left 0.3s; }
.body--glazed-nav-mobile #glazed-main-menu.glazed-main-menu--to-left.menu--open,
.body--glazed-nav-mobile #glazed-main-menu.glazed-main-menu--to-left.menu--open .menu__breadcrumbs,
.body--glazed-nav-mobile #glazed-main-menu.glazed-main-menu--to-left.menu--open .menu__level {
  left: auto;
  right: 0; }
.body--glazed-nav-mobile #glazed-main-menu.menu--open,
.body--glazed-nav-mobile #glazed-main-menu.menu--open .menu__breadcrumbs,
.body--glazed-nav-mobile #glazed-main-menu.menu--open .menu__level {
  left: 0; }
.body--glazed-nav-mobile #glazed-main-menu.glazed-main-menu--to-left,
.body--glazed-nav-mobile #glazed-main-menu.glazed-main-menu--to-left .menu__breadcrumbs,
.body--glazed-nav-mobile #glazed-main-menu.glazed-main-menu--to-left .menu__level {
  left: auto;
  right: -100%;
  transition: right 0.3s; }

@media screen and (max-width: 768px) {
  .action--open,
  .action--close {
    display: block; }

  #glazed-main-menu,
  #glazed-main-menu .menu__breadcrumbs,
  #glazed-main-menu .menu__level {
    width: 100%;
    text-align: center; } }
.animate-outToRight .menu__item {
  animation: outToRight 0.1s both cubic-bezier(0.7, 0, 0.3, 1); }

@keyframes outToRight {
  to {
    margin-left: 100%; } }
.animate-outToLeft .menu__item {
  -webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1); }

@keyframes outToLeft {
  to {
    margin-left: -100%; } }
.animate-inFromLeft .menu__item {
  -webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromLeft 0.1s both cubic-bezier(0.7, 0, 0.3, 1); }

@keyframes inFromLeft {
  from {
    margin-left: -100%;
    opacity: 0; }
  to {
    margin-left: 0;
    opacity: 1; } }
.animate-inFromRight .menu__item {
  -webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1); }

@keyframes inFromRight {
  from {
    margin-left: 100%;
    opacity: 0; }
  to {
    margin-left: 0;
    opacity: 1; } }
html.html--glazed-nav-mobile--open {
  overflow: hidden;
  height: 100%; }

.body--glazed-nav-mobile.body--glazed-header-fixed.body--glazed-header-not-overlay {
  padding-top: 0; }
.body--glazed-nav-mobile .page-title-full-width-container {
  padding-top: 0; }
.body--glazed-nav-mobile #logo {
  max-height: 50px; }
.body--glazed-nav-mobile .glazed-header {
  position: static; }
  .body--glazed-nav-mobile .glazed-header li {
    clear: both; }
  .body--glazed-nav-mobile .glazed-header .navbar-header {
    float: none; }
    .body--glazed-nav-mobile .glazed-header .navbar-header .wrap-branding {
      display: table;
      float: left;
      height: 60px; }
      .body--glazed-nav-mobile .glazed-header .navbar-header .wrap-branding .logo,
      .body--glazed-nav-mobile .glazed-header .navbar-header .wrap-branding .navbar-brand {
        display: table-cell;
        vertical-align: middle; }
  .body--glazed-nav-mobile .glazed-header .block-glazed-helper {
    height: 60px;
    line-height: 60px; }
  .body--glazed-nav-mobile .glazed-header .navbar-left, .body--glazed-nav-mobile .glazed-header .navbar-right {
    float: none !important; }
  .body--glazed-nav-mobile .glazed-header #glazed-menu-toggle {
    cursor: pointer;
    padding: 10px 32px 16px 0;
    margin: 15px 0;
    float: right;
    position: relative;
    outline: none;
    z-index: 4100; }
    .body--glazed-nav-mobile .glazed-header #glazed-menu-toggle span,
    .body--glazed-nav-mobile .glazed-header #glazed-menu-toggle span:before,
    .body--glazed-nav-mobile .glazed-header #glazed-menu-toggle span:after {
      cursor: pointer;
      border-radius: 1px;
      height: 4px;
      width: 100%;
      background: #000c66;
      position: absolute;
      display: block;
      content: '';
      transition: all 0.3s;
      backface-visibility: hidden; }
    .body--glazed-nav-mobile .glazed-header #glazed-menu-toggle span:before {
      top: -8px; }
    .body--glazed-nav-mobile .glazed-header #glazed-menu-toggle span:after {
      bottom: -8px; }
    .body--glazed-nav-mobile .glazed-header #glazed-menu-toggle.navbar-toggle--active span {
      background-color: transparent; }
      .body--glazed-nav-mobile .glazed-header #glazed-menu-toggle.navbar-toggle--active span:before {
        top: 0;
        transform: rotate(45deg); }
      .body--glazed-nav-mobile .glazed-header #glazed-menu-toggle.navbar-toggle--active span:after {
        top: 0;
        transform: rotate(-45deg); }
  .body--glazed-nav-mobile .glazed-header .navbar-collapse {
    border-top: none;
    clear: both;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .body--glazed-nav-mobile .glazed-header .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .body--glazed-nav-mobile .glazed-header .navbar-collapse.collapse {
    display: none !important; }
  .body--glazed-nav-mobile .glazed-header .nav {
    float: none !important;
    margin-top: 7.5px; }
  .body--glazed-nav-mobile .glazed-header .nav > li {
    float: none; }
  .body--glazed-nav-mobile .glazed-header .nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .body--glazed-nav-mobile .glazed-header .collapse.in {
    display: block !important; }
.body--glazed-nav-mobile #navbar.header-mobile-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-sizing: border-box; }
  .body--glazed-nav-mobile #navbar.header-mobile-fixed.header-mobile-admin-fixed {
    top: 39px; }
  .body--glazed-nav-mobile #navbar.header-mobile-fixed.header-mobile-admin-fixed-active {
    top: 78px; }

@media all and (max-width: 1200px) {
  #glazed-main-menu {
    position: absolute; } }
#toolbar-bar.header-mobile-fixed {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 4051; }

.glazed-secondary-header {
  z-index: 4050;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2em;
  background: #000c66;
  color: #fffffe; }
  .glazed-secondary-header a {
    color: #fffffe; }
  .glazed-secondary-header .block,
  .glazed-secondary-header p {
    margin-bottom: 0; }
  .glazed-secondary-header .secondary-header-container {
    margin-bottom: 0; }
  .glazed-secondary-header--sticky {
    position: fixed;
    left: 0;
    right: 0; }

.navbar-nav.secondary {
  float: right;
  margin-top: 0;
  margin-bottom: 0; }
  .navbar-nav.secondary a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.2em; }
    .navbar-nav.secondary a:hover, .navbar-nav.secondary a:focus {
      background: transparent; }
  .navbar-nav.secondary li {
    float: left; }

.prev-next {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 20px 0; }
  .prev-next .prev, .prev-next .next {
    width: 48%; }
  .prev-next a.nextprev-link {
    display: table;
    width: 100%; }
  .prev-next .glazed-icon, .prev-next .nextprev-text {
    display: table-cell;
    vertical-align: middle;
    line-height: 1em; }
  .prev-next .glazed-icon {
    height: auto;
    width: 8px; }
    .prev-next .glazed-icon svg {
      width: 8px;
      display: inline-block; }
  .prev-next .nextprev-text {
    transition: transform 0.2s ease 0s;
    transform: translateZ(0);
    backface-visibility: hidden;
    margin-bottom: -1px; }
  .prev-next .prev {
    text-align: left; }
    .prev-next .prev .glazed-icon {
      padding-right: 15px; }
  .prev-next .prev .nextprev-link:hover .nextprev-text,
  .prev-next .prev .nextprev-link:focus .nextprev-text {
    transform: translateX(-5px); }
  .prev-next .next {
    text-align: right; }
    .prev-next .next .glazed-icon {
      padding-left: 15px; }
  .prev-next .next .nextprev-link:hover .nextprev-text,
  .prev-next .next .nextprev-link:focus .nextprev-text {
    transform: translateX(5px); }
  .prev-next a {
    text-decoration: none; }
    .prev-next a:hover, .prev-next a:focus {
      text-decoration: none; }

body.admin-menu {
  margin-top: 28px !important; }
  body.admin-menu .navbar-fixed-top {
    top: 30px; }

body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 4500 !important; }

.cbp-filter-item:hover {
  color: #000c66 !important; }

.cbp-l-filters-button .cbp-filter-item-active,
.cbp-l-filters-button .cbp-filter-item:hover,
.cbp-l-filters-buttonCenter .cbp-filter-item-active,
.cbp-l-filters-buttonCenter .cbp-filter-item:hover {
  color: white !important; }

.sp-filters .cbp-filter-item {
  color: #000000;
  opacity: 0.75;
  transition: opacity 200ms, background-color 200ms, color 200ms; }
  .sp-filters .cbp-filter-item.cbp-filter-item-active, .sp-filters .cbp-filter-item:hover, .sp-filters .cbp-filter-item:active, .sp-filters .cbp-filter-item:focus {
    color: #000c66;
    opacity: 1; }
.sp-filters .cbp-l-filters-button .cbp-filter-item,
.sp-filters .cbp-l-filters-buttonCenter .cbp-filter-item {
  border: none;
  background: #eeeeee;
  color: #000000;
  padding: 10px 20px; }
  .sp-filters .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active, .sp-filters .cbp-l-filters-button .cbp-filter-item:hover, .sp-filters .cbp-l-filters-button .cbp-filter-item:active, .sp-filters .cbp-l-filters-button .cbp-filter-item:focus,
  .sp-filters .cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active,
  .sp-filters .cbp-l-filters-buttonCenter .cbp-filter-item:hover,
  .sp-filters .cbp-l-filters-buttonCenter .cbp-filter-item:active,
  .sp-filters .cbp-l-filters-buttonCenter .cbp-filter-item:focus {
    opacity: 1;
    background: #000c66;
    color: white; }

.cbp-caption .glazed-portfolio-title {
  color: #f1f1f1; }
  .cbp-caption .glazed-portfolio-title a {
    color: #f1f1f1; }

.group-portfolio-extra {
  padding-bottom: 30px; }

.cbp:after, .cbp-lazyload:after, .cbp-popup-loadingBox:after, .cbp-popup-singlePageInline:after {
  border-top-color: #000c66; }

.cbp-popup-lightbox {
  background: rgba(0, 0, 0, 0.95); }

.page-title-full-width-container .breadcrumb-container {
  position: relative;
  z-index: 2; }
.page-title-full-width-container .breadcrumb {
  background: transparent;
  position: absolute;
  bottom: 0;
  right: 60px;
  text-align: right;
  font-style: italic;
  opacity: 0.85;
  margin: 0;
  padding: 10px 0; }
  .page-title-full-width-container .breadcrumb a {
    font-style: normal;
    text-decoration: none; }
    .page-title-full-width-container .breadcrumb a:hover, .page-title-full-width-container .breadcrumb a:focus {
      color: #000c66; }
    .page-title-full-width-container .breadcrumb a[href$="/uuid"], .page-title-full-width-container .breadcrumb a[href$="/uuid"] + .glazed-breadcrumb-spacer {
      display: none; }
  .page-title-full-width-container .breadcrumb li + li:before {
    display: none;
    content: ''; }
  .page-title-full-width-container .breadcrumb span {
    padding: 0 5px;
    font-size: 12px; }

.comment {
  clear: both;
  border: 3px solid #d2d2d2;
  padding: 25px;
  margin-bottom: 40.45px; }
  .comment .user-picture a {
    display: block;
    width: 64px;
    height: 64px; }
  .comment img {
    width: 100%; }
  .comment .pull-left {
    margin-right: 25px; }
  .comment .indented {
    padding-left: 74px;
    border-left: 1px solid #d2d2d2;
    margin-top: -25px; }
  .comment h3 {
    margin-top: 0.3em; }
  .comment .post-date {
    font-style: italic;
    font-size: 14px; }
  .comment .links {
    float: right;
    margin: 15px 0;
    clear: both;
    font-size: 14px; }
  .comment .comment,
  .comment #comment-form {
    border: 3px solid #d2d2d2;
    padding: 25px;
    margin-bottom: 40.45px; }
  .comment .title.comment-form {
    margin-top: 30px; }

.pagination {
  border-radius: 0; }
  .pagination .pager__item > a,
  .pagination .pager__item > span {
    color: #777777;
    background-color: transparent;
    border-color: #f1f1f1;
    opacity: 0.6;
    padding: 1em 1.4em; }
  .pagination .pager__item:first-child > a,
  .pagination .pager__item:first-child > span {
    border-radius: 0; }
  .pagination .pager__item:last-child > a,
  .pagination .pager__item:last-child > span {
    border-radius: 0; }
  .pagination .pager__item > a:hover, .pagination .pager__item > a:focus,
  .pagination .pager__item > span:hover,
  .pagination .pager__item > span:focus {
    color: #777777;
    background-color: transparent;
    border-color: #f1f1f1;
    opacity: 1; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    color: #777777;
    background-color: transparent;
    border-color: #f1f1f1;
    opacity: 1; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #e2dada;
    background-color: #777777;
    border-color: transparent; }

.pager li > a,
.pager li > span {
  background: transparent;
  border-color: #777777;
  color: #777777;
  border-radius: 3px;
  padding: 4px 8px;
  font-style: normal; }
  .pager li > a:hover, .pager li > a:focus,
  .pager li > span:hover,
  .pager li > span:focus {
    background: transparent; }
  .pager li > a:active,
  .pager li > span:active {
    ouline: none; }

.html .webform-container-inline input,
.html .webform-container-inline select,
.html .webform-container-inline p,
.html .webform-container-inline label,
.html .webform-container-inline div {
  display: inline-block;
  width: auto; }

.image-field-caption {
  font-size: 16px; }

.views-bootstrap-grid-plugin-style h3.title {
  margin: 10px 0; }

.cms-portfolio-excerpt h3.title {
  margin: 0; }

[class*='tags'] .field--item > a,
.tagclouds-term > a {
  display: inline-block;
  background: #f1f1f1;
  color: #777777;
  line-height: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 7px 7px 8px;
  margin: 0 5px 5px 0;
  max-width: 100%;
  overflow: hidden; }
  [class*='tags'] .field--item > a:hover, [class*='tags'] .field--item > a:focus,
  .tagclouds-term > a:hover,
  .tagclouds-term > a:focus {
    text-decoration: none;
    background: #777777;
    color: #f1f1f1; }

[class*='tags'] .field--item {
  display: inline-block; }
  [class*='tags'] .field--item > a {
    font-size: 14px; }

.cms-blog-links .row {
  padding-bottom: 0; }

.view-display-id-blog_classic .field-blog-image,
.node-blog .field-blog-image {
  margin-bottom: 10px; }

.cms-blog-links {
  border: solid #ededed;
  border-width: 1px 0;
  padding: 0; }
  .cms-blog-links .col-sm-4 {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0; }
  .cms-blog-links .glazed-service-links {
    border: solid #ededed;
    border-width: 0 1px;
    min-height: 63px; }
    .cms-blog-links .glazed-service-links .fa {
      padding: 5px; }
  .cms-blog-links a {
    color: #000000; }

.cms-event .content > img {
  margin-bottom: 30px; }
.cms-event .top-fields .row {
  margin-bottom: 0;
  padding: 0; }
.cms-event .top-fields .field--item, .cms-event .top-fields .field--label {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  margin: 0; }

.view-cms-events h3 > .date-display-single {
  font-size: 20px;
  text-transform: uppercase; }
.view-cms-events .field-content a {
  color: #000c66; }
.view-cms-events .col-sm-3,
.view-cms-events .col-sm-6 {
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .node-news.node-full {
    width: 50%;
    margin-left: 25%; } }
.cms-portfolio-extra .field--label {
  float: left;
  width: 35%;
  clear: both; }

.cms-portfolio-extra > .field--item,
.cms-portfolio-extra > .field--items {
  float: right;
  width: 64%; }

.cms-portfolio-project .twentytwenty-wrapper,
.cms-portfolio-project .field--name-field-cms-page-image img {
  margin-bottom: 30px; }

.field--name-field-cms-page-image .row img {
  margin-bottom: 0; }

.cms-portfolio-excerpt .field-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px; }
.cms-portfolio-excerpt .title {
  background: #f1f1f1;
  font-size: 20px;
  margin: 0;
  padding-bottom: 0; }
.cms-portfolio-excerpt p.field-content {
  background: #f1f1f1;
  margin-bottom: 30px;
  padding-bottom: 20px; }
.cms-portfolio-excerpt .cbp-caption {
  margin-bottom: 0; }

.view-glazed-premium-portfolio p.field-content {
  margin-bottom: 0; }

.view-cms-portfolio .col-lg-2 .title {
  font-size: 20px; }

.ilightbox,
.cbp-lightbox {
  display: block;
  position: relative;
  z-index: 0;
  text-align: center; }
  .ilightbox img,
  .cbp-lightbox img {
    border: none !important;
    padding: 0 !important;
    max-width: 100% !important; }
  .ilightbox:before,
  .cbp-lightbox:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }
  .ilightbox:hover:before,
  .cbp-lightbox:hover:before {
    opacity: 0.50; }
  .ilightbox:after,
  .cbp-lightbox:after {
    content: ' ';
    background: url(/themes/custom/glazed/images/FA5L-search-plus-white.svg) no-repeat center center;
    fill: white;
    font-size: 2em;
    color: white;
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1em;
    line-height: 1em;
    margin-top: -0.5em;
    z-index: 6;
    text-align: center;
    transform: scale3d(0.5, 0.5, 1);
    transition: all 0.2s; }
  .ilightbox:hover:after,
  .cbp-lightbox:hover:after {
    transform: scale3d(1, 1, 1);
    opacity: 1; }

.ilightbox-toolbar.metro-black a:hover {
  background-color: #000c66; }

.stpe-teambox .stbe-social-links__item .fa {
  background: #eeeeee;
  color: #777777; }
  .stpe-teambox .stbe-social-links__item .fa:hover, .stpe-teambox .stbe-social-links__item .fa:focus {
    background: #777777;
    color: #eeeeee; }

.stpe-imagebox .stpe-imagebox__title {
  font-size: 35px; }

body.node-type-drag-drop-page.no-sidebars .page-title-full-width-container {
  margin-bottom: 0; }

.region-slider div.glazed.az-container > .controls,
.region-slider div.az-section > .controls {
  top: 0 !important; }
.region-slider .glazed-editor.glazed.az-container {
  margin-top: 0 !important; }
.region-slider div.az-section {
  margin-top: 0 !important; }

#az-editor-tabs .fa_icons,
#az-editor-tabs .line_icons {
  height: 350px;
  overflow: scroll; }

.glazed-util-full-width-content .main-container {
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0; }

.glazed-util-full-width-content .col-sm-12 {
  padding-left: 0;
  padding-right: 0; }

.html .inline {
  display: inline; }
.html .glazed-util-clear-both,
.html .clear-both {
  clear: both; }
.html .glazed-util-clear-left,
.html .clear-left {
  clear: left; }
.html .glazed-util-clear-right,
.html .clear-right {
  clear: right; }
.html .glazed-util-float-left {
  float: left; }
  .html .glazed-util-float-left img {
    margin: 0 20px 15px 0; }
.html .glazed-util-float-right {
  float: right; }
  .html .glazed-util-float-right img {
    margin: 0 0 15px 20px; }
.html .glazed-util-columns-5 .col-lg-2,
.html .glazed-util-columns-5 .col-md-2,
.html .glazed-util-columns-5 .col-sm-2,
.html .glazed-util-columns-5 .col-xs-2 {
  width: 20%; }
.html .glazed-util-no-gutter {
  margin: 0 !important;
  padding: 0 !important; }
  .html .glazed-util-no-gutter .row {
    margin: 0 !important;
    padding: 0 !important; }
  .html .glazed-util-no-gutter .col-xs-1, .html .glazed-util-no-gutter .col-sm-1, .html .glazed-util-no-gutter .col-md-1, .html .glazed-util-no-gutter .col-lg-1, .html .glazed-util-no-gutter .col-xs-2, .html .glazed-util-no-gutter .col-sm-2, .html .glazed-util-no-gutter .col-md-2, .html .glazed-util-no-gutter .col-lg-2, .html .glazed-util-no-gutter .col-xs-3, .html .glazed-util-no-gutter .col-sm-3, .html .glazed-util-no-gutter .col-md-3, .html .glazed-util-no-gutter .col-lg-3, .html .glazed-util-no-gutter .col-xs-4, .html .glazed-util-no-gutter .col-sm-4, .html .glazed-util-no-gutter .col-md-4, .html .glazed-util-no-gutter .col-lg-4, .html .glazed-util-no-gutter .col-xs-5, .html .glazed-util-no-gutter .col-sm-5, .html .glazed-util-no-gutter .col-md-5, .html .glazed-util-no-gutter .col-lg-5, .html .glazed-util-no-gutter .col-xs-6, .html .glazed-util-no-gutter .col-sm-6, .html .glazed-util-no-gutter .col-md-6, .html .glazed-util-no-gutter .col-lg-6, .html .glazed-util-no-gutter .col-xs-7, .html .glazed-util-no-gutter .col-sm-7, .html .glazed-util-no-gutter .col-md-7, .html .glazed-util-no-gutter .col-lg-7, .html .glazed-util-no-gutter .col-xs-8, .html .glazed-util-no-gutter .col-sm-8, .html .glazed-util-no-gutter .col-md-8, .html .glazed-util-no-gutter .col-lg-8, .html .glazed-util-no-gutter .col-xs-9, .html .glazed-util-no-gutter .col-sm-9, .html .glazed-util-no-gutter .col-md-9, .html .glazed-util-no-gutter .col-lg-9, .html .glazed-util-no-gutter .col-xs-10, .html .glazed-util-no-gutter .col-sm-10, .html .glazed-util-no-gutter .col-md-10, .html .glazed-util-no-gutter .col-lg-10, .html .glazed-util-no-gutter .col-xs-11, .html .glazed-util-no-gutter .col-sm-11, .html .glazed-util-no-gutter .col-md-11, .html .glazed-util-no-gutter .col-lg-11, .html .glazed-util-no-gutter .col-xs-12, .html .glazed-util-no-gutter .col-sm-12, .html .glazed-util-no-gutter .col-md-12, .html .glazed-util-no-gutter .col-lg-12 {
    padding: 0 !important;
    margin: 0 !important; }
.html .row .glazed-util-no-gutter .row {
  margin: 0 !important; }
.html .glazed-util-no-spacer .col-xs-1, .html .glazed-util-no-spacer .col-sm-1, .html .glazed-util-no-spacer .col-md-1, .html .glazed-util-no-spacer .col-lg-1, .html .glazed-util-no-spacer .col-xs-2, .html .glazed-util-no-spacer .col-sm-2, .html .glazed-util-no-spacer .col-md-2, .html .glazed-util-no-spacer .col-lg-2, .html .glazed-util-no-spacer .col-xs-3, .html .glazed-util-no-spacer .col-sm-3, .html .glazed-util-no-spacer .col-md-3, .html .glazed-util-no-spacer .col-lg-3, .html .glazed-util-no-spacer .col-xs-4, .html .glazed-util-no-spacer .col-sm-4, .html .glazed-util-no-spacer .col-md-4, .html .glazed-util-no-spacer .col-lg-4, .html .glazed-util-no-spacer .col-xs-5, .html .glazed-util-no-spacer .col-sm-5, .html .glazed-util-no-spacer .col-md-5, .html .glazed-util-no-spacer .col-lg-5, .html .glazed-util-no-spacer .col-xs-6, .html .glazed-util-no-spacer .col-sm-6, .html .glazed-util-no-spacer .col-md-6, .html .glazed-util-no-spacer .col-lg-6, .html .glazed-util-no-spacer .col-xs-7, .html .glazed-util-no-spacer .col-sm-7, .html .glazed-util-no-spacer .col-md-7, .html .glazed-util-no-spacer .col-lg-7, .html .glazed-util-no-spacer .col-xs-8, .html .glazed-util-no-spacer .col-sm-8, .html .glazed-util-no-spacer .col-md-8, .html .glazed-util-no-spacer .col-lg-8, .html .glazed-util-no-spacer .col-xs-9, .html .glazed-util-no-spacer .col-sm-9, .html .glazed-util-no-spacer .col-md-9, .html .glazed-util-no-spacer .col-lg-9, .html .glazed-util-no-spacer .col-xs-10, .html .glazed-util-no-spacer .col-sm-10, .html .glazed-util-no-spacer .col-md-10, .html .glazed-util-no-spacer .col-lg-10, .html .glazed-util-no-spacer .col-xs-11, .html .glazed-util-no-spacer .col-sm-11, .html .glazed-util-no-spacer .col-md-11, .html .glazed-util-no-spacer .col-lg-11, .html .glazed-util-no-spacer .col-xs-12, .html .glazed-util-no-spacer .col-sm-12, .html .glazed-util-no-spacer .col-md-12, .html .glazed-util-no-spacer .col-lg-12 {
  margin-bottom: 0; }
.html .glazed-util-gutter-bottom {
  margin-bottom: 30px; }
@media (max-width: 768px) {
  .html .glazed-util-columns-5 .col-lg-2,
  .html .glazed-util-columns-5 .col-md-2,
  .html .glazed-util-columns-5 .col-sm-2,
  .html .glazed-util-columns-5 .col-xs-2 {
    width: 100%;
    clear: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px; } }
.html .glazed-util-text-shadow {
  text-shadow: 1px 1px black; }
.html .glazed-util-text-shadow-80 {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8); }
.html .glazed-util-text-shadow-60 {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.html .glazed-util-text-shadow-40 {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4); }
.html .glazed-util-text-shadow-20 {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2); }
.html .glazed-util-text-muted {
  opacity: 0.75; }
.html .glazed-util-text-uppercase {
  text-transform: uppercase; }
.html .glazed-util-text-bold {
  font-weight: 700; }
.html .glazed-util-text-light {
  font-weight: 300; }
.html .glazed-util-text-italic {
  font-style: italic; }
.html .glazed-util-overlay-primary,
.html .glazed-util-overlay-accent1,
.html .glazed-util-overlay-accent2,
.html .glazed-util-overlay-black,
.html .glazed-util-overlay-white,
.html .glazed-util-overlay-gray {
  position: relative;
  z-index: 0; }
  .html .glazed-util-overlay-primary:after,
  .html .glazed-util-overlay-accent1:after,
  .html .glazed-util-overlay-accent2:after,
  .html .glazed-util-overlay-black:after,
  .html .glazed-util-overlay-white:after,
  .html .glazed-util-overlay-gray:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.90;
    width: 100%;
    height: 100%;
    z-index: -1; }
.html .glazed-util-overlay-20:after, .html .glazed-util-overlay-20 .YTPOverlay {
  opacity: 0.20; }
.html .glazed-util-overlay-40:after, .html .glazed-util-overlay-40 .YTPOverlay {
  opacity: 0.40; }
.html .glazed-util-overlay-60:after, .html .glazed-util-overlay-60 .YTPOverlay {
  opacity: 0.60; }
.html .glazed-util-overlay-80:after, .html .glazed-util-overlay-80 .YTPOverlay {
  opacity: 0.80; }
.html .glazed-util-overlay-primary,
.html .glazed-util-overlay-accent1,
.html .glazed-util-overlay-accent2,
.html .glazed-util-overlay-black,
.html .glazed-util-overlay-gray,
.html .glazed-util-background-accent2,
.html .glazed-util-background-accent1,
.html .glazed-util-background-primary,
.html .glazed-util-background-gray,
.html .glazed-util-background-black,
.html .bg-primary {
  color: white; }
  .html .glazed-util-overlay-primary h1, .html .glazed-util-overlay-primary h2, .html .glazed-util-overlay-primary h3, .html .glazed-util-overlay-primary h4, .html .glazed-util-overlay-primary a, .html .glazed-util-overlay-primary .form-control,
  .html .glazed-util-overlay-accent1 h1,
  .html .glazed-util-overlay-accent1 h2,
  .html .glazed-util-overlay-accent1 h3,
  .html .glazed-util-overlay-accent1 h4,
  .html .glazed-util-overlay-accent1 a,
  .html .glazed-util-overlay-accent1 .form-control,
  .html .glazed-util-overlay-accent2 h1,
  .html .glazed-util-overlay-accent2 h2,
  .html .glazed-util-overlay-accent2 h3,
  .html .glazed-util-overlay-accent2 h4,
  .html .glazed-util-overlay-accent2 a,
  .html .glazed-util-overlay-accent2 .form-control,
  .html .glazed-util-overlay-black h1,
  .html .glazed-util-overlay-black h2,
  .html .glazed-util-overlay-black h3,
  .html .glazed-util-overlay-black h4,
  .html .glazed-util-overlay-black a,
  .html .glazed-util-overlay-black .form-control,
  .html .glazed-util-overlay-gray h1,
  .html .glazed-util-overlay-gray h2,
  .html .glazed-util-overlay-gray h3,
  .html .glazed-util-overlay-gray h4,
  .html .glazed-util-overlay-gray a,
  .html .glazed-util-overlay-gray .form-control,
  .html .glazed-util-background-accent2 h1,
  .html .glazed-util-background-accent2 h2,
  .html .glazed-util-background-accent2 h3,
  .html .glazed-util-background-accent2 h4,
  .html .glazed-util-background-accent2 a,
  .html .glazed-util-background-accent2 .form-control,
  .html .glazed-util-background-accent1 h1,
  .html .glazed-util-background-accent1 h2,
  .html .glazed-util-background-accent1 h3,
  .html .glazed-util-background-accent1 h4,
  .html .glazed-util-background-accent1 a,
  .html .glazed-util-background-accent1 .form-control,
  .html .glazed-util-background-primary h1,
  .html .glazed-util-background-primary h2,
  .html .glazed-util-background-primary h3,
  .html .glazed-util-background-primary h4,
  .html .glazed-util-background-primary a,
  .html .glazed-util-background-primary .form-control,
  .html .glazed-util-background-gray h1,
  .html .glazed-util-background-gray h2,
  .html .glazed-util-background-gray h3,
  .html .glazed-util-background-gray h4,
  .html .glazed-util-background-gray a,
  .html .glazed-util-background-gray .form-control,
  .html .glazed-util-background-black h1,
  .html .glazed-util-background-black h2,
  .html .glazed-util-background-black h3,
  .html .glazed-util-background-black h4,
  .html .glazed-util-background-black a,
  .html .glazed-util-background-black .form-control,
  .html .bg-primary h1,
  .html .bg-primary h2,
  .html .bg-primary h3,
  .html .bg-primary h4,
  .html .bg-primary a,
  .html .bg-primary .form-control {
    color: white; }
  .html .glazed-util-overlay-primary hr,
  .html .glazed-util-overlay-accent1 hr,
  .html .glazed-util-overlay-accent2 hr,
  .html .glazed-util-overlay-black hr,
  .html .glazed-util-overlay-gray hr,
  .html .glazed-util-background-accent2 hr,
  .html .glazed-util-background-accent1 hr,
  .html .glazed-util-background-primary hr,
  .html .glazed-util-background-gray hr,
  .html .glazed-util-background-black hr,
  .html .bg-primary hr {
    background: white; }
  .html .glazed-util-overlay-primary .form-control,
  .html .glazed-util-overlay-accent1 .form-control,
  .html .glazed-util-overlay-accent2 .form-control,
  .html .glazed-util-overlay-black .form-control,
  .html .glazed-util-overlay-gray .form-control,
  .html .glazed-util-background-accent2 .form-control,
  .html .glazed-util-background-accent1 .form-control,
  .html .glazed-util-background-primary .form-control,
  .html .glazed-util-background-gray .form-control,
  .html .glazed-util-background-black .form-control,
  .html .bg-primary .form-control {
    border-color: white; }
  .html .glazed-util-overlay-primary ::placeholder,
  .html .glazed-util-overlay-accent1 ::placeholder,
  .html .glazed-util-overlay-accent2 ::placeholder,
  .html .glazed-util-overlay-black ::placeholder,
  .html .glazed-util-overlay-gray ::placeholder,
  .html .glazed-util-background-accent2 ::placeholder,
  .html .glazed-util-background-accent1 ::placeholder,
  .html .glazed-util-background-primary ::placeholder,
  .html .glazed-util-background-gray ::placeholder,
  .html .glazed-util-background-black ::placeholder,
  .html .bg-primary ::placeholder {
    color: rgba(255, 255, 255, 0.8); }
.html .bg-primary a,
.html .glazed-util-overlay-primary a,
.html .glazed-util-background-primary a {
  color: white; }
.html .YTPOverlay {
  opacity: 0.9; }
.html .glazed-util-overlay-primary:after, .html .glazed-util-overlay-primary .YTPOverlay {
  background-color: #000c66; }
.html .glazed-util-overlay-accent1:after, .html .glazed-util-overlay-accent1 .YTPOverlay {
  background-color: #cbc5c1; }
.html .glazed-util-overlay-accent2:after, .html .glazed-util-overlay-accent2 .YTPOverlay {
  background-color: #000c66; }
.html .glazed-util-overlay-black:after, .html .glazed-util-overlay-black .YTPOverlay {
  background-color: #000000; }
.html .glazed-util-overlay-white:after, .html .glazed-util-overlay-white .YTPOverlay {
  background-color: white; }
.html .glazed-util-overlay-gray:after, .html .glazed-util-overlay-gray .YTPOverlay {
  background-color: #000000; }
.html .glazed-util-background-body {
  background-color: #efefef; }
.html .glazed-util-background-gray {
  background-color: #000000; }
.html .glazed-util-background-primary, .html .bg-primary {
  background-color: #000c66; }
.html .glazed-util-background-accent1 {
  background-color: #cbc5c1; }
.html .glazed-util-background-accent2 {
  background-color: #000c66; }
.html .glazed-util-background-well-text {
  background-color: #000000; }
.html .glazed-util-background-white {
  background-color: white; }
.html .glazed-util-background-black {
  background-color: #000000; }
.html .glazed-util-background-silver {
  background-color: #f1f1f1; }
.html .glazed-util-border-primary {
  border-color: #000c66; }
.html .glazed-util-border-accent1 {
  border-color: #cbc5c1; }
.html .glazed-util-border-accent2 {
  border-color: #000c66; }
.html .glazed-util-border-primary-gray {
  border-color: #000000; }
.html .glazed-util-border-white {
  border-color: white; }
.html .glazed-util-border-black {
  border-color: #000000; }
.html .glazed-util-border-silver {
  border-color: #f1f1f1; }
.html .glazed-util-color-gray {
  color: #000000; }
.html .glazed-util-color-primary, .html .text-primary {
  color: #000c66; }
.html .glazed-util-color-accent1 {
  color: #cbc5c1; }
.html .glazed-util-color-accent2 {
  color: #000c66; }
.html .glazed-util-color-well-text {
  color: #000000; }
.html .glazed-util-color-white {
  color: white; }
.html .glazed-util-color-black {
  color: #000000; }
.html .glazed-util-color-silver {
  color: #f1f1f1; }
.html .glazed-util-hover-background-primary:hover {
  background-color: #000c66; }
.html .glazed-util-hover-background-white:hover {
  background-color: white; }
.html .glazed-util-hover-background-black:hover {
  background-color: #000000; }
.html .glazed-util-hover-border-primary:hover {
  border-color: #000c66; }
.html .glazed-util-hover-border-white:hover {
  border-color: white; }
.html .glazed-util-hover-border-black:hover {
  border-color: #000000; }
.html .glazed-util-hover-border-silver:hover {
  border-color: #f1f1f1; }
.html .glazed-util-hover-color-primary:hover {
  color: #000c66; }
.html .glazed-util-hover-color-white:hover {
  color: white; }
.html .glazed-util-hover-color-black:hover {
  color: #000000; }
.html .glazed-util-hover-color-silver:hover {
  color: #f1f1f1; }
.html .glazed-form-inline .form-item,
.html .glazed-form-inline .form-actions {
  display: block;
  float: left;
  clear: none;
  margin-right: 20px; }
.html .glazed-form-inline .btn {
  padding: 12px 18px; }
.html .glazed-util-vcenter {
  display: flex;
  align-items: center; }

@font-face {
  font-family: 'cbs';
  src: url(/themes/custom/fonts/cbs/fonts/cbs.eot);
  src: url(/themes/custom/fonts/cbs/fonts/cbs.eot) format("embedded-opentype"), url(/themes/custom/fonts/cbs/fonts/cbs.woff) format("woff"), url(/themes/custom/fonts/cbs/fonts/cbs.ttf) format("truetype"), url(/themes/custom/fonts/cbs/fonts/cbs.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
.presentation .field--name-body {
  padding: 0 20px;
  font-family: 'Raleway'; }

.slick,
.slick-sub-wrapper {
  position: relative; }
  .slick .slick-slide,
  .slick-sub-wrapper .slick-slide {
    font-family: 'Raleway'; }
    .slick .slick-slide audio, .slick .slick-slide canvas, .slick .slick-slide progress, .slick .slick-slide video,
    .slick-sub-wrapper .slick-slide audio,
    .slick-sub-wrapper .slick-slide canvas,
    .slick-sub-wrapper .slick-slide progress,
    .slick-sub-wrapper .slick-slide video {
      display: block;
      width: 100%; }
      .slick .slick-slide audio source, .slick .slick-slide canvas source, .slick .slick-slide progress source, .slick .slick-slide video source,
      .slick-sub-wrapper .slick-slide audio source,
      .slick-sub-wrapper .slick-slide canvas source,
      .slick-sub-wrapper .slick-slide progress source,
      .slick-sub-wrapper .slick-slide video source {
        display: block; }
    .slick-sub-wrapper .slick .slick-slide .layout__region--main .block-layout-builder,
    .slick-sub-wrapper .slick-sub-wrapper .slick-slide .layout__region--main .block-layout-builder {
      margin-bottom: 0; }
    .slick .slick-slide .field--name-field-slide-text,
    .slick-sub-wrapper .slick-slide .field--name-field-slide-text {
      padding: 0 0px; }
    .slick .slick-slide .field--name-field-presentation,
    .slick-sub-wrapper .slick-slide .field--name-field-presentation {
      margin-top: 50px; }
    .slick .slick-slide .field--name-field-slide-text h1,
    .slick-sub-wrapper .slick-slide .field--name-field-slide-text h1 {
      font-size: 32px;
      line-height: 34px; }
    .slick .slick-slide .field--name-field-slide-text h2,
    .slick-sub-wrapper .slick-slide .field--name-field-slide-text h2 {
      font-size: 28px;
      line-height: 30px; }
    .slick .slick-slide .field--name-field-slide-text h3,
    .slick-sub-wrapper .slick-slide .field--name-field-slide-text h3 {
      font-size: 26px;
      line-height: 28px; }
    .slick .slick-slide .block-inline-blockpresentation-image-component img,
    .slick-sub-wrapper .slick-slide .block-inline-blockpresentation-image-component img {
      margin: 0 auto;
      /*
      width: 100%;
      height: auto;
      */ }
  .slick .slick__arrow,
  .slick-sub-wrapper .slick__arrow {
    position: absolute;
    width: 100%;
    top: 50%; }
    .slick .slick__arrow button.slick-arrow,
    .slick-sub-wrapper .slick__arrow button.slick-arrow {
      position: absolute;
      background: none;
      border: none; }
  .slick button.slick-next.slick-arrow,
  .slick button.slick-prev.slick-arrow,
  .slick-sub-wrapper button.slick-next.slick-arrow,
  .slick-sub-wrapper button.slick-prev.slick-arrow {
    background: none;
    position: absolute;
    font-size: 0;
    width: 40px;
    border: none;
    outline: none;
    font-family: 'cbs'; }
    .slick button.slick-next.slick-arrow:before, .slick button.slick-prev.slick-arrow:before, .slick-sub-wrapper button.slick-next.slick-arrow:before, .slick-sub-wrapper button.slick-prev.slick-arrow:before {
      content: "\e901";
      font-family: 'cbs';
      position: absolute;
      left: 0;
      font-size: 40px;
      top: 0;
      right: 0; }
      .theme-color-1 .slick button.slick-next.slick-arrow:before,
      .theme-color-1 .slick button.slick-prev.slick-arrow:before,
      .theme-color-1 .slick-sub-wrapper button.slick-next.slick-arrow:before,
      .theme-color-1
      .slick-sub-wrapper button.slick-prev.slick-arrow:before {
        background-color: #3a3a3a;
        color: white; }
      .theme-color-2 .slick button.slick-next.slick-arrow:before, .theme-color-2 .slick button.slick-prev.slick-arrow:before, .theme-color-2 .slick-sub-wrapper button.slick-next.slick-arrow:before,
      .theme-color-2 .slick-sub-wrapper button.slick-prev.slick-arrow:before {
        background-color: #a1a1a1;
        color: white; }
      .theme-color-3 .slick button.slick-next.slick-arrow:before, .theme-color-3 .slick button.slick-prev.slick-arrow:before, .theme-color-3 .slick-sub-wrapper button.slick-next.slick-arrow:before, .theme-color-3 .slick-sub-wrapper button.slick-prev.slick-arrow:before {
        background-color: #747474;
        color: white; }
    .theme-color-1 .slick button.slick-next.slick-arrow:hover:before, .theme-color-2 .slick button.slick-next.slick-arrow:hover:before, .theme-color-3 .slick button.slick-next.slick-arrow:hover:before,
    .theme-color-1 .slick button.slick-prev.slick-arrow:hover:before, .theme-color-2 .slick button.slick-prev.slick-arrow:hover:before, .theme-color-3 .slick button.slick-prev.slick-arrow:hover:before,
    .theme-color-1 .slick-sub-wrapper button.slick-next.slick-arrow:hover:before, .theme-color-2 .slick-sub-wrapper button.slick-next.slick-arrow:hover:before, .theme-color-3 .slick-sub-wrapper button.slick-next.slick-arrow:hover:before,
    .theme-color-1
    .slick-sub-wrapper button.slick-prev.slick-arrow:hover:before,
    .theme-color-2 .slick-sub-wrapper button.slick-prev.slick-arrow:hover:before, .theme-color-3 .slick-sub-wrapper button.slick-prev.slick-arrow:hover:before {
      background-color: black; }
  .slick button.slick-next.slick-arrow, .slick-sub-wrapper button.slick-next.slick-arrow {
    right: -3%;
    top: 50%; }
    .slick-sub-slider .slick button.slick-next.slick-arrow,
    .slick-sub-slider .slick-sub-wrapper button.slick-next.slick-arrow {
      right: 0px; }
  .slick button.slick-prev.slick-arrow, .slick-sub-wrapper button.slick-prev.slick-arrow {
    left: -3%;
    top: 50%; }
    .slick-sub-slider .slick button.slick-prev.slick-arrow,
    .slick-sub-slider .slick-sub-wrapper button.slick-prev.slick-arrow {
      left: 0px; }
    .slick button.slick-prev.slick-arrow:before, .slick-sub-wrapper button.slick-prev.slick-arrow:before {
      content: "\e900";
      font-family: 'cbs'; }
  .slick ul.slick-dots,
  .slick-sub-wrapper ul.slick-dots {
    width: 100%;
    overflow: hidden;
    list-style: none;
    margin: 50px auto;
    text-align: center;
    padding: 0; }
    .slick ul.slick-dots .slick ul.slick-dots,
    .slick-sub-wrapper ul.slick-dots .slick ul.slick-dots {
      margin: 0 auto; }
    .slick ul.slick-dots li,
    .slick-sub-wrapper ul.slick-dots li {
      display: inline-block;
      margin: 0; }
      .slick ul.slick-dots li > button,
      .slick-sub-wrapper ul.slick-dots li > button {
        background: none;
        border: none;
        outline: none;
        font-size: 0; }
        .slick ul.slick-dots li > button:before, .slick-sub-wrapper ul.slick-dots li > button:before {
          content: "\e902";
          font-family: 'cbs';
          font-size: 16px; }
          .theme-color-1 .slick ul.slick-dots li > button:before,
          .theme-color-1 .slick-sub-wrapper ul.slick-dots li > button:before {
            color: #000000; }
          .theme-color-2 .slick ul.slick-dots li > button:before, .theme-color-2 .slick-sub-wrapper ul.slick-dots li > button:before {
            color: #818cab; }
          .theme-color-3 .slick ul.slick-dots li > button:before, .theme-color-3 .slick-sub-wrapper ul.slick-dots li > button:before {
            color: #556260; }
      .slick ul.slick-dots li.slick-active > button:before,
      .slick-sub-wrapper ul.slick-dots li.slick-active > button:before {
        color: black; }

@media (max-width: 767px) {
  .slick .slick-slide .field--name-field-slide-text,
  .slick-sub-wrapper .slick-slide .field--name-field-slide-text {
    padding: 0px; }
  .slick .slick-slide .field--name-field-presentation,
  .slick-sub-wrapper .slick-slide .field--name-field-presentation {
    margin-top: 20px; }
  .slick .slick-slide audio, .slick .slick-slide video,
  .slick-sub-wrapper .slick-slide audio,
  .slick-sub-wrapper .slick-slide video {
    width: 100%; }
  .slick .slick__arrow button.slick-next.slick-arrow, .slick-sub-wrapper .slick__arrow button.slick-next.slick-arrow {
    right: -8%; }
    .slick .slick__arrow button.slick-next.slick-arrow:before,
    .slick-sub-wrapper .slick__arrow button.slick-next.slick-arrow:before {
      font-size: 30px; }
    .slick-sub-slider .slick .slick__arrow button.slick-next.slick-arrow,
    .slick-sub-slider .slick-sub-wrapper .slick__arrow button.slick-next.slick-arrow {
      right: 20px; }
  .slick .slick__arrow button.slick-prev.slick-arrow, .slick-sub-wrapper .slick__arrow button.slick-prev.slick-arrow {
    left: -8%; }
    .slick-sub-slider .slick .slick__arrow button.slick-prev.slick-arrow,
    .slick-sub-slider .slick-sub-wrapper .slick__arrow button.slick-prev.slick-arrow {
      left: 20px; }
    .slick .slick__arrow button.slick-prev.slick-arrow:before, .slick-sub-wrapper .slick__arrow button.slick-prev.slick-arrow:before {
      font-size: 30px; }
  .slick ul.slick-dots,
  .slick-sub-wrapper ul.slick-dots {
    margin: 20px auto; } }

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