@charset "UTF-8";
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 3, sass/branding.scss */
.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 10, sass/branding.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 16, sass/branding.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

/* line 23, sass/branding.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 26, sass/branding.scss */
.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 29, sass/branding.scss */
.fancybox-inner, .fancybox-outer {
  position: relative;
}

/* line 32, sass/branding.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 35, sass/branding.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 38, sass/branding.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 45, sass/branding.scss */
.fancybox-iframe, .fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 50, sass/branding.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 54, sass/branding.scss */
#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
  background-image: url(../css/images/fancybox/fancybox_sprite.png);
}

/* line 57, sass/branding.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060;
}

/* line 68, sass/branding.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../css/images/fancybox/fancybox_loading.gif) 50% no-repeat;
}

/* line 73, sass/branding.scss */
.fancybox-close {
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
}

/* line 79, sass/branding.scss */
.fancybox-close, .fancybox-nav {
  position: absolute;
  cursor: pointer;
  z-index: 8040;
}

/* line 84, sass/branding.scss */
.fancybox-nav {
  top: 0;
  width: 40%;
  height: 100%;
  text-decoration: none;
  background: transparent url(../css/images/fancybox/blank.gif);
  -webkit-tap-highlight-color: transparent;
}

/* line 92, sass/branding.scss */
.fancybox-prev {
  left: 0;
}

/* line 95, sass/branding.scss */
.fancybox-next {
  right: 0;
}

/* line 98, sass/branding.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 108, sass/branding.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 112, sass/branding.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 116, sass/branding.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 119, sass/branding.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* line 128, sass/branding.scss */
.fancybox-lock {
  width: auto;
}

/* line 131, sass/branding.scss */
.fancybox-lock, .fancybox-lock body {
  overflow: hidden !important;
}

/* line 134, sass/branding.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 137, sass/branding.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../css/images/fancybox/fancybox_overlay.png);
}

/* line 146, sass/branding.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 151, sass/branding.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* line 155, sass/branding.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 162, sass/branding.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 165, sass/branding.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 173, sass/branding.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

/* line 186, sass/branding.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 191, sass/branding.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 194, sass/branding.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 205, sass/branding.scss */
  #fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
    background-image: url(../css/images/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
  }

  /* line 209, sass/branding.scss */
  #fancybox-loading div {
    background-image: url(../css/images/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
  }
}
/*! jQuery UI - v1.12.1 - 2016-11-06
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* line 218, sass/branding.scss */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 222, sass/branding.scss */
.ui-helper-hidden {
  display: none;
}

/* line 225, sass/branding.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 235, sass/branding.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 245, sass/branding.scss */
.ui-helper-clearfix:after, .ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 250, sass/branding.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 253, sass/branding.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 262, sass/branding.scss */
.ui-front {
  z-index: 100;
}

/* line 265, sass/branding.scss */
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* line 269, sass/branding.scss */
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 278, sass/branding.scss */
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* line 283, sass/branding.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 290, sass/branding.scss */
.ui-resizable {
  position: relative;
}

/* line 293, sass/branding.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 300, sass/branding.scss */
.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

/* line 303, sass/branding.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 310, sass/branding.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 317, sass/branding.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 324, sass/branding.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 331, sass/branding.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 338, sass/branding.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 345, sass/branding.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 352, sass/branding.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 359, sass/branding.scss */
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 363, sass/branding.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

/* line 368, sass/branding.scss */
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 372, sass/branding.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

/* line 380, sass/branding.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/* line 385, sass/branding.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 391, sass/branding.scss */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

/* line 398, sass/branding.scss */
.ui-menu .ui-menu {
  position: absolute;
}

/* line 401, sass/branding.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

/* line 406, sass/branding.scss */
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

/* line 410, sass/branding.scss */
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

/* line 417, sass/branding.scss */
.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
  margin: -1px;
}

/* line 420, sass/branding.scss */
.ui-menu-icons {
  position: relative;
}

/* line 423, sass/branding.scss */
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* line 426, sass/branding.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* line 433, sass/branding.scss */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* line 437, sass/branding.scss */
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

/* line 452, sass/branding.scss */
.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
  text-decoration: none;
}

/* line 455, sass/branding.scss */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* line 461, sass/branding.scss */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* line 464, sass/branding.scss */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

/* line 471, sass/branding.scss */
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

/* line 478, sass/branding.scss */
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* line 485, sass/branding.scss */
button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 489, sass/branding.scss */
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

/* line 493, sass/branding.scss */
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 498, sass/branding.scss */
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
  z-index: 9999;
}

/* line 501, sass/branding.scss */
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

/* line 509, sass/branding.scss */
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

/* line 512, sass/branding.scss */
.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

/* line 515, sass/branding.scss */
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

/* line 518, sass/branding.scss */
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

/* line 521, sass/branding.scss */
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

/* line 524, sass/branding.scss */
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

/* line 527, sass/branding.scss */
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* line 530, sass/branding.scss */
.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

/* line 534, sass/branding.scss */
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

/* line 537, sass/branding.scss */
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

/* line 542, sass/branding.scss */
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

/* line 549, sass/branding.scss */
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

/* line 556, sass/branding.scss */
.ui-checkboxradio-disabled {
  pointer-events: none;
}

/* line 559, sass/branding.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 564, sass/branding.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

/* line 568, sass/branding.scss */
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 574, sass/branding.scss */
.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

/* line 577, sass/branding.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 580, sass/branding.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 583, sass/branding.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 586, sass/branding.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 589, sass/branding.scss */
.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 597, sass/branding.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 602, sass/branding.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 606, sass/branding.scss */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

/* line 609, sass/branding.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

/* line 615, sass/branding.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

/* line 621, sass/branding.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 625, sass/branding.scss */
.ui-datepicker td a, .ui-datepicker td span {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 631, sass/branding.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 639, sass/branding.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em;
  width: auto;
  overflow: visible;
}

/* line 647, sass/branding.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* line 650, sass/branding.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 653, sass/branding.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 656, sass/branding.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

/* line 660, sass/branding.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 663, sass/branding.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 666, sass/branding.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 669, sass/branding.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 672, sass/branding.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 675, sass/branding.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* line 680, sass/branding.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 683, sass/branding.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 687, sass/branding.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 691, sass/branding.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 695, sass/branding.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 699, sass/branding.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 702, sass/branding.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 705, sass/branding.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 708, sass/branding.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 712, sass/branding.scss */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: 0.3em;
}

/* line 720, sass/branding.scss */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

/* line 727, sass/branding.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 731, sass/branding.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 739, sass/branding.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

/* line 748, sass/branding.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

/* line 755, sass/branding.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: .5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

/* line 762, sass/branding.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 765, sass/branding.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 769, sass/branding.scss */
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

/* line 773, sass/branding.scss */
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

/* line 777, sass/branding.scss */
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

/* line 781, sass/branding.scss */
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

/* line 785, sass/branding.scss */
.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px;
}

/* line 789, sass/branding.scss */
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

/* line 793, sass/branding.scss */
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

/* line 797, sass/branding.scss */
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

/* line 801, sass/branding.scss */
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

/* line 805, sass/branding.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 808, sass/branding.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 813, sass/branding.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 817, sass/branding.scss */
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

/* line 823, sass/branding.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/* line 826, sass/branding.scss */
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* line 834, sass/branding.scss */
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

/* line 839, sass/branding.scss */
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px .4em;
  margin: .5em 0 0;
  height: auto;
  border: 0;
}

/* line 848, sass/branding.scss */
.ui-selectmenu-open {
  display: block;
}

/* line 851, sass/branding.scss */
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 857, sass/branding.scss */
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

/* line 862, sass/branding.scss */
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

/* line 866, sass/branding.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 870, sass/branding.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 879, sass/branding.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* line 887, sass/branding.scss */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* line 890, sass/branding.scss */
.ui-slider-horizontal {
  height: 0.8em;
}

/* line 893, sass/branding.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -0.6em;
}

/* line 897, sass/branding.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 901, sass/branding.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 904, sass/branding.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 907, sass/branding.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 911, sass/branding.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

/* line 916, sass/branding.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 920, sass/branding.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 923, sass/branding.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 926, sass/branding.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 933, sass/branding.scss */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

/* line 943, sass/branding.scss */
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* line 956, sass/branding.scss */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

/* line 961, sass/branding.scss */
.ui-spinner-up {
  top: 0;
}

/* line 964, sass/branding.scss */
.ui-spinner-down {
  bottom: 0;
}

/* line 967, sass/branding.scss */
.ui-tabs {
  position: relative;
  padding: 0.2em;
}

/* line 971, sass/branding.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

/* line 975, sass/branding.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 985, sass/branding.scss */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 990, sass/branding.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 994, sass/branding.scss */
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

/* line 997, sass/branding.scss */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

/* line 1000, sass/branding.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 1006, sass/branding.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

/* line 1012, sass/branding.scss */
body .ui-tooltip {
  border-width: 2px;
}

/* line 1015, sass/branding.scss */
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
}

/* line 1018, sass/branding.scss */
.ui-widget, .ui-widget .ui-widget {
  font-size: 1em;
}

/* line 1021, sass/branding.scss */
.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

/* line 1025, sass/branding.scss */
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

/* line 1028, sass/branding.scss */
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

/* line 1033, sass/branding.scss */
.ui-widget-content a {
  color: #333;
}

/* line 1036, sass/branding.scss */
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}

/* line 1042, sass/branding.scss */
.ui-widget-header a {
  color: #333;
}

/* line 1045, sass/branding.scss */
.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}

/* line 1051, sass/branding.scss */
.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

/* line 1055, sass/branding.scss */
.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

/* line 1061, sass/branding.scss */
.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

/* line 1065, sass/branding.scss */
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

/* line 1068, sass/branding.scss */
.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}

/* line 1074, sass/branding.scss */
.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

/* line 1078, sass/branding.scss */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

/* line 1082, sass/branding.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

/* line 1087, sass/branding.scss */
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

/* line 1091, sass/branding.scss */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

/* line 1094, sass/branding.scss */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

/* line 1099, sass/branding.scss */
.ui-state-error-text, .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error-text, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

/* line 1102, sass/branding.scss */
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

/* line 1105, sass/branding.scss */
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

/* line 1110, sass/branding.scss */
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* line 1115, sass/branding.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

/* line 1118, sass/branding.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 1122, sass/branding.scss */
.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_444444_256x240.png);
}

/* line 1125, sass/branding.scss */
.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_555555_256x240.png);
}

/* line 1128, sass/branding.scss */
.ui-button:active .ui-icon, .ui-state-active .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}

/* line 1131, sass/branding.scss */
.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_777620_256x240.png);
}

/* line 1134, sass/branding.scss */
.ui-state-error-text .ui-icon, .ui-state-error .ui-icon {
  background-image: url(images/ui-icons_cc0000_256x240.png);
}

/* line 1137, sass/branding.scss */
.ui-button .ui-icon {
  background-image: url(images/ui-icons_777777_256x240.png);
}

/* line 1140, sass/branding.scss */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 1143, sass/branding.scss */
.ui-icon-caret-1-n {
  background-position: 0 0;
}

/* line 1146, sass/branding.scss */
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

/* line 1149, sass/branding.scss */
.ui-icon-caret-1-e {
  background-position: -32px 0;
}

/* line 1152, sass/branding.scss */
.ui-icon-caret-1-se {
  background-position: -48px 0;
}

/* line 1155, sass/branding.scss */
.ui-icon-caret-1-s {
  background-position: -65px 0;
}

/* line 1158, sass/branding.scss */
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

/* line 1161, sass/branding.scss */
.ui-icon-caret-1-w {
  background-position: -96px 0;
}

/* line 1164, sass/branding.scss */
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

/* line 1167, sass/branding.scss */
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

/* line 1170, sass/branding.scss */
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

/* line 1173, sass/branding.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 1176, sass/branding.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 1179, sass/branding.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 1182, sass/branding.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 1185, sass/branding.scss */
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

/* line 1188, sass/branding.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 1191, sass/branding.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 1194, sass/branding.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 1197, sass/branding.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 1200, sass/branding.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 1203, sass/branding.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 1206, sass/branding.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 1209, sass/branding.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 1212, sass/branding.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 1215, sass/branding.scss */
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

/* line 1218, sass/branding.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 1221, sass/branding.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 1224, sass/branding.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 1227, sass/branding.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 1230, sass/branding.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 1233, sass/branding.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 1236, sass/branding.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 1239, sass/branding.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 1242, sass/branding.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 1245, sass/branding.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 1248, sass/branding.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 1251, sass/branding.scss */
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

/* line 1254, sass/branding.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 1257, sass/branding.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 1260, sass/branding.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 1263, sass/branding.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 1266, sass/branding.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 1269, sass/branding.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 1272, sass/branding.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 1275, sass/branding.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 1278, sass/branding.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 1281, sass/branding.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 1284, sass/branding.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 1287, sass/branding.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 1290, sass/branding.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 1293, sass/branding.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 1296, sass/branding.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 1299, sass/branding.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 1302, sass/branding.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 1305, sass/branding.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 1308, sass/branding.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 1311, sass/branding.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 1314, sass/branding.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 1317, sass/branding.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 1320, sass/branding.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 1323, sass/branding.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 1326, sass/branding.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 1329, sass/branding.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 1332, sass/branding.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 1335, sass/branding.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 1338, sass/branding.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 1341, sass/branding.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 1344, sass/branding.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 1347, sass/branding.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 1350, sass/branding.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 1353, sass/branding.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 1356, sass/branding.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 1359, sass/branding.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 1362, sass/branding.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 1365, sass/branding.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 1368, sass/branding.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 1371, sass/branding.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 1374, sass/branding.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 1377, sass/branding.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 1380, sass/branding.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 1383, sass/branding.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 1386, sass/branding.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 1389, sass/branding.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 1392, sass/branding.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 1395, sass/branding.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 1398, sass/branding.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 1401, sass/branding.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 1404, sass/branding.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 1407, sass/branding.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 1410, sass/branding.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 1413, sass/branding.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 1416, sass/branding.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 1419, sass/branding.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 1422, sass/branding.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 1425, sass/branding.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 1428, sass/branding.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 1431, sass/branding.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 1434, sass/branding.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 1437, sass/branding.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 1440, sass/branding.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 1443, sass/branding.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 1446, sass/branding.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 1449, sass/branding.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 1452, sass/branding.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 1455, sass/branding.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 1458, sass/branding.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 1461, sass/branding.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 1464, sass/branding.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 1467, sass/branding.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 1470, sass/branding.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 1473, sass/branding.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 1476, sass/branding.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 1479, sass/branding.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 1482, sass/branding.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 1485, sass/branding.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 1488, sass/branding.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 1491, sass/branding.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 1494, sass/branding.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 1497, sass/branding.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 1500, sass/branding.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 1503, sass/branding.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 1506, sass/branding.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 1509, sass/branding.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 1512, sass/branding.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 1515, sass/branding.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 1518, sass/branding.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 1521, sass/branding.scss */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 1524, sass/branding.scss */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 1527, sass/branding.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 1530, sass/branding.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 1533, sass/branding.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 1536, sass/branding.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 1539, sass/branding.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 1542, sass/branding.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 1545, sass/branding.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 1548, sass/branding.scss */
.ui-icon-seek-first, .ui-icon-seek-start {
  background-position: -80px -160px;
}

/* line 1551, sass/branding.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 1554, sass/branding.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 1557, sass/branding.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 1560, sass/branding.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 1563, sass/branding.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 1566, sass/branding.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 1569, sass/branding.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 1572, sass/branding.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 1575, sass/branding.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 1578, sass/branding.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 1581, sass/branding.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 1584, sass/branding.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 1587, sass/branding.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 1590, sass/branding.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 1593, sass/branding.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 1596, sass/branding.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 1599, sass/branding.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 1602, sass/branding.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 1605, sass/branding.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 1608, sass/branding.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 1611, sass/branding.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 1614, sass/branding.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 1617, sass/branding.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 1620, sass/branding.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 1623, sass/branding.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 1626, sass/branding.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 1629, sass/branding.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 1632, sass/branding.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 1635, sass/branding.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 1638, sass/branding.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 1641, sass/branding.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 1644, sass/branding.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 1647, sass/branding.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 1650, sass/branding.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 1653, sass/branding.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 1656, sass/branding.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 1659, sass/branding.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* line 1662, sass/branding.scss */
.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
  border-top-left-radius: 3px;
}

/* line 1665, sass/branding.scss */
.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
  border-top-right-radius: 3px;
}

/* line 1668, sass/branding.scss */
.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
  border-bottom-left-radius: 3px;
}

/* line 1671, sass/branding.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
  border-bottom-right-radius: 3px;
}

/* line 1674, sass/branding.scss */
.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

/* line 1679, sass/branding.scss */
.ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}

/* line 1682, sass/branding.scss */
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 1694, sass/branding.scss */
.slick-list, .slick-slider {
  position: relative;
  display: block;
}

/* line 1698, sass/branding.scss */
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 1703, sass/branding.scss */
.slick-list:focus {
  outline: none;
}

/* line 1706, sass/branding.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 1710, sass/branding.scss */
.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translateZ(0);
}

/* line 1713, sass/branding.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

/* line 1719, sass/branding.scss */
.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

/* line 1723, sass/branding.scss */
.slick-track:after {
  clear: both;
}

/* line 1726, sass/branding.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 1729, sass/branding.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 1735, sass/branding.scss */
[dir=rtl] .slick-slide {
  float: right;
}

/* line 1738, sass/branding.scss */
.slick-slide img {
  display: block;
}

/* line 1741, sass/branding.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 1744, sass/branding.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 1747, sass/branding.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 1750, sass/branding.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 1753, sass/branding.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 1758, sass/branding.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 1761, sass/branding.scss */
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) 50% no-repeat;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
}
/* line 1771, sass/branding.scss */
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
}

/* line 1784, sass/branding.scss */
.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent;
}

/* line 1789, sass/branding.scss */
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

/* line 1792, sass/branding.scss */
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0.25;
}

/* line 1795, sass/branding.scss */
.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1804, sass/branding.scss */
.slick-prev {
  left: -25px;
}

/* line 1807, sass/branding.scss */
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

/* line 1811, sass/branding.scss */
.slick-prev:before {
  content: "ÔåÉ";
}

/* line 1814, sass/branding.scss */
[dir=rtl] .slick-prev:before {
  content: "ÔåÆ";
}

/* line 1817, sass/branding.scss */
.slick-next {
  right: -25px;
}

/* line 1820, sass/branding.scss */
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

/* line 1824, sass/branding.scss */
.slick-next:before {
  content: "ÔåÆ";
}

/* line 1827, sass/branding.scss */
[dir=rtl] .slick-next:before {
  content: "ÔåÉ";
}

/* line 1830, sass/branding.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 1833, sass/branding.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

/* line 1843, sass/branding.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

/* line 1849, sass/branding.scss */
.slick-dots li, .slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* line 1854, sass/branding.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

/* line 1864, sass/branding.scss */
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: none;
}

/* line 1867, sass/branding.scss */
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

/* line 1870, sass/branding.scss */
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'ÔÇó';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1886, sass/branding.scss */
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

/* line 1890, sass/branding.scss */
#debungcontrolls {
  z-index: 100000;
  position: fixed;
  bottom: 0;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
}

/* line 1898, sass/branding.scss */
#debungcontrolls, .debugtimeline {
  width: 100%;
  box-sizing: border-box;
}

/* line 1902, sass/branding.scss */
.debugtimeline {
  height: 10px;
  position: relative;
  display: block;
  margin-bottom: 3px;
  display: none;
  white-space: nowrap;
}

/* line 1910, sass/branding.scss */
.debugtimeline:hover {
  height: 15px;
}

/* line 1913, sass/branding.scss */
.the_timeline_tester {
  background: #e74c3c;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}

/* line 1921, sass/branding.scss */
.debugtimeline.tl_slide .the_timeline_tester {
  background: #f39c12;
}

/* line 1924, sass/branding.scss */
.debugtimeline.tl_frame .the_timeline_tester {
  background: #3498db;
}

/* line 1927, sass/branding.scss */
.debugtimline_txt {
  color: #fff;
  font-weight: 400;
  font-size: 7px;
  position: absolute;
  left: 10px;
  top: 0;
  white-space: nowrap;
  line-height: 10px;
}

/* line 1937, sass/branding.scss */
.rtl {
  direction: rtl;
}

@font-face {
  font-family: revicons;
  src: url(../fonts/revicons/revicons.eot?5510888);
  src: url(../fonts/revicons/revicons.eot?5510888#iefix) format("embedded-opentype"), url(../fonts/revicons/revicons.woff?5510888) format("woff"), url(../fonts/revicons/revicons.ttf?5510888) format("truetype"), url(../fonts/revicons/revicons.svg?5510888#revicons) format("svg");
  font-weight: 400;
  font-style: normal;
}
/* line 1947, sass/branding.scss */
[class*=" revicon-"]:before, [class^=revicon-]:before {
  font-family: revicons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}

/* line 1962, sass/branding.scss */
.revicon-search-1:before {
  content: "";
}

/* line 1965, sass/branding.scss */
.revicon-pencil-1:before {
  content: "";
}

/* line 1968, sass/branding.scss */
.revicon-picture-1:before {
  content: "";
}

/* line 1971, sass/branding.scss */
.revicon-cancel:before {
  content: "";
}

/* line 1974, sass/branding.scss */
.revicon-info-circled:before {
  content: "";
}

/* line 1977, sass/branding.scss */
.revicon-trash:before {
  content: "";
}

/* line 1980, sass/branding.scss */
.revicon-left-dir:before {
  content: "";
}

/* line 1983, sass/branding.scss */
.revicon-right-dir:before {
  content: "";
}

/* line 1986, sass/branding.scss */
.revicon-down-open:before {
  content: "";
}

/* line 1989, sass/branding.scss */
.revicon-left-open:before {
  content: "";
}

/* line 1992, sass/branding.scss */
.revicon-right-open:before {
  content: "";
}

/* line 1995, sass/branding.scss */
.revicon-angle-left:before {
  content: "";
}

/* line 1998, sass/branding.scss */
.revicon-angle-right:before {
  content: "";
}

/* line 2001, sass/branding.scss */
.revicon-left-big:before {
  content: "";
}

/* line 2004, sass/branding.scss */
.revicon-right-big:before {
  content: "";
}

/* line 2007, sass/branding.scss */
.revicon-magic:before {
  content: "";
}

/* line 2010, sass/branding.scss */
.revicon-picture:before {
  content: "";
}

/* line 2013, sass/branding.scss */
.revicon-export:before {
  content: "";
}

/* line 2016, sass/branding.scss */
.revicon-cog:before {
  content: "";
}

/* line 2019, sass/branding.scss */
.revicon-login:before {
  content: "";
}

/* line 2022, sass/branding.scss */
.revicon-logout:before {
  content: "";
}

/* line 2025, sass/branding.scss */
.revicon-video:before {
  content: "";
}

/* line 2028, sass/branding.scss */
.revicon-arrow-combo:before {
  content: "";
}

/* line 2031, sass/branding.scss */
.revicon-left-open-1:before {
  content: "";
}

/* line 2034, sass/branding.scss */
.revicon-right-open-1:before {
  content: "";
}

/* line 2037, sass/branding.scss */
.revicon-left-open-mini:before {
  content: "";
}

/* line 2040, sass/branding.scss */
.revicon-right-open-mini:before {
  content: "";
}

/* line 2043, sass/branding.scss */
.revicon-left-open-big:before {
  content: "";
}

/* line 2046, sass/branding.scss */
.revicon-right-open-big:before {
  content: "";
}

/* line 2049, sass/branding.scss */
.revicon-left:before {
  content: "";
}

/* line 2052, sass/branding.scss */
.revicon-right:before {
  content: "";
}

/* line 2055, sass/branding.scss */
.revicon-ccw:before {
  content: "";
}

/* line 2058, sass/branding.scss */
.revicon-arrows-ccw:before {
  content: "";
}

/* line 2061, sass/branding.scss */
.revicon-palette:before {
  content: "";
}

/* line 2064, sass/branding.scss */
.revicon-list-add:before {
  content: "";
}

/* line 2067, sass/branding.scss */
.revicon-doc:before {
  content: "";
}

/* line 2070, sass/branding.scss */
.revicon-left-open-outline:before {
  content: "";
}

/* line 2073, sass/branding.scss */
.revicon-left-open-2:before {
  content: "";
}

/* line 2076, sass/branding.scss */
.revicon-right-open-outline:before {
  content: "";
}

/* line 2079, sass/branding.scss */
.revicon-right-open-2:before {
  content: "";
}

/* line 2082, sass/branding.scss */
.revicon-equalizer:before {
  content: "";
}

/* line 2085, sass/branding.scss */
.revicon-layers-alt:before {
  content: "";
}

/* line 2088, sass/branding.scss */
.revicon-popup:before {
  content: "";
}

/* line 2091, sass/branding.scss */
.rev_slider_wrapper {
  position: relative;
  z-index: 0;
}

/* line 2095, sass/branding.scss */
.rev_slider {
  position: relative;
  overflow: visible;
}

/* line 2099, sass/branding.scss */
.tp-overflow-hidden {
  overflow: hidden !important;
}

/* line 2102, sass/branding.scss */
.group_ov_hidden {
  overflow: hidden;
}

/* line 2105, sass/branding.scss */
.rev_slider img, .tp-simpleresponsive img {
  max-width: none !important;
  transition: none;
  margin: 0;
  padding: 0;
  border-width: 0;
  border: none;
}

/* line 2113, sass/branding.scss */
.rev_slider .no-slides-text {
  font-weight: 700;
  text-align: center;
  padding-top: 80px;
}

/* line 2118, sass/branding.scss */
.rev_slider > ul, .rev_slider > ul > li, .rev_slider > ul > li:before, .rev_slider_wrapper > ul, .tp-revslider-mainul > li, .tp-revslider-mainul > li:before, .tp-simpleresponsive > ul, .tp-simpleresponsive > ul > li, .tp-simpleresponsive > ul > li:before {
  list-style: none !important;
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: visible;
  overflow-y: visible;
  list-style-type: none !important;
  background-image: none;
  background-position: 0 0;
  text-indent: 0;
  top: 0;
  left: 0;
}

/* line 2132, sass/branding.scss */
.rev_slider > ul > li, .rev_slider > ul > li:before, .tp-revslider-mainul > li, .tp-revslider-mainul > li:before, .tp-simpleresponsive > ul > li, .tp-simpleresponsive > ul > li:before {
  visibility: hidden;
}

/* line 2135, sass/branding.scss */
.tp-revslider-mainul, .tp-revslider-slidesli {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

/* line 2140, sass/branding.scss */
.rev_slider li.tp-revslider-slidesli {
  position: absolute !important;
}

/* line 2143, sass/branding.scss */
.tp-caption .rs-untoggled-content {
  display: block;
}

/* line 2146, sass/branding.scss */
.tp-caption .rs-toggled-content {
  display: none;
}

/* line 2149, sass/branding.scss */
.rs-toggle-content-active.tp-caption .rs-toggled-content {
  display: block;
}

/* line 2152, sass/branding.scss */
.rs-toggle-content-active.tp-caption .rs-untoggled-content {
  display: none;
}

/* line 2155, sass/branding.scss */
.rev_slider .caption, .rev_slider .tp-caption {
  position: relative;
  visibility: hidden;
  white-space: nowrap;
  display: block;
}

/* line 2161, sass/branding.scss */
.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap :last-child, .wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, .wpb_text_column .rev_slider .tp-mask-wrap :last-child {
  margin-bottom: 0;
}

/* line 2164, sass/branding.scss */
.tp-svg-layer svg {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: top;
}

/* line 2170, sass/branding.scss */
.tp-carousel-wrapper {
  cursor: url(openhand.cur), move;
}

/* line 2173, sass/branding.scss */
.tp-carousel-wrapper.dragged {
  cursor: url(closedhand.cur), move;
}

/* line 2176, sass/branding.scss */
.tp-caption {
  z-index: 1;
}

/* line 2179, sass/branding.scss */
.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important;
}

/* line 2185, sass/branding.scss */
.tp-caption {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  position: absolute;
  -webkit-font-smoothing: antialiased !important;
}

/* line 2193, sass/branding.scss */
.tp-caption.tp-layer-selectable {
  -moz-user-select: all;
  -khtml-user-select: all;
  -webkit-user-select: all;
  -o-user-select: all;
}

/* line 2199, sass/branding.scss */
.tp-caption.tp-hidden-caption, .tp-forcenotvisible, .tp-hide-revslider, .tp-parallax-wrap.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important;
}

/* line 2203, sass/branding.scss */
.rev_slider audio, .rev_slider embed, .rev_slider iframe, .rev_slider object, .rev_slider video {
  max-width: none !important;
}

/* line 2206, sass/branding.scss */
.tp-element-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* line 2214, sass/branding.scss */
.rev_row_zone {
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  min-height: 50px;
}

/* line 2221, sass/branding.scss */
.rev_row_zone_top {
  top: 0;
}

/* line 2224, sass/branding.scss */
.rev_row_zone_middle {
  top: 50%;
  -webit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 2229, sass/branding.scss */
.rev_row_zone_bottom {
  bottom: 0;
}

/* line 2232, sass/branding.scss */
.rev_column .tp-parallax-wrap {
  vertical-align: top;
}

/* line 2235, sass/branding.scss */
.rev_slider .tp-caption.rev_row {
  display: table;
  width: 100% !important;
  table-layout: fixed;
  height: auto !important;
}

/* line 2241, sass/branding.scss */
.rev_column, .rev_slider .tp-caption.rev_row {
  position: relative;
  box-sizing: border-box;
  vertical-align: top;
}

/* line 2246, sass/branding.scss */
.rev_column {
  display: table-cell;
  height: auto;
}

/* line 2250, sass/branding.scss */
.rev_column_inner {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100% !important;
  height: auto !important;
}

/* line 2257, sass/branding.scss */
.rev_column_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  box-sizing: border-box;
  background-clip: content-box;
  border: 0 solid transparent;
}

/* line 2268, sass/branding.scss */
.rev_column_inner .tp-loop-wrap, .rev_column_inner .tp-mask-wrap, .rev_column_inner .tp-parallax-wrap {
  text-align: inherit;
}

/* line 2271, sass/branding.scss */
.rev_column_inner .tp-mask-wrap {
  display: inline-block;
}

/* line 2274, sass/branding.scss */
.rev_column_inner .tp-parallax-wrap, .rev_column_inner .tp-parallax-wrap .tp-loop-wrap, .rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  line-height: 0;
}

/* line 2280, sass/branding.scss */
.rev_column_inner .rev_layer_in_column, .rev_column_inner .tp-parallax-wrap, .rev_column_inner .tp-parallax-wrap .tp-loop-wrap, .rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
  vertical-align: top;
}

/* line 2283, sass/branding.scss */
.rev_break_columns {
  display: block !important;
}

/* line 2286, sass/branding.scss */
.rev_break_columns .tp-parallax-wrap.rev_column {
  display: block !important;
  width: 100% !important;
}

/* line 2290, sass/branding.scss */
.rev_slider_wrapper {
  width: 100%;
}

/* line 2293, sass/branding.scss */
.fullscreen-container, .fullwidthbanner-container {
  position: relative;
  padding: 0;
}

/* line 2297, sass/branding.scss */
.fullwidthbanner-container {
  overflow: hidden;
}

/* line 2300, sass/branding.scss */
.fullwidthbanner-container .fullwidthabanner {
  width: 100%;
  position: relative;
}

/* line 2304, sass/branding.scss */
.tp-static-layers {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
}

/* line 2310, sass/branding.scss */
.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-top: 40px solid #00a8ff;
  position: absolute;
  left: -40px;
  top: 0;
}

/* line 2320, sass/branding.scss */
.tp-caption .backcorner {
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  right: 0;
}

/* line 2325, sass/branding.scss */
.tp-caption .backcorner, .tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-bottom: 40px solid #00a8ff;
  position: absolute;
  top: 0;
}

/* line 2332, sass/branding.scss */
.tp-caption .frontcornertop {
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  left: -40px;
}

/* line 2337, sass/branding.scss */
.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00a8ff;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 2347, sass/branding.scss */
.tp-layer-inner-rotation {
  position: relative !important;
}

/* line 2350, sass/branding.scss */
img.tp-slider-alternative-image {
  width: 100%;
  height: auto;
}

/* line 2354, sass/branding.scss */
.noFilterClass {
  filter: none !important;
}

/* line 2357, sass/branding.scss */
.rs-background-video-layer {
  visibility: hidden;
  z-index: 0;
}

/* line 2361, sass/branding.scss */
.caption.fullscreenvideo, .rs-background-video-layer, .tp-caption.coverscreenvideo, .tp-caption.fullscreenvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 2368, sass/branding.scss */
.caption.fullscreenvideo audio, .caption.fullscreenvideo iframe, .caption.fullscreenvideo video, .tp-caption.fullscreenvideo iframe, .tp-caption.fullscreenvideo iframe audio, .tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}

/* line 2373, sass/branding.scss */
.fullcoveredvideo audio, .fullscreenvideo audio .fullcoveredvideo video, .fullscreenvideo video {
  background: #000;
}

/* line 2376, sass/branding.scss */
.fullcoveredvideo .tp-poster {
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 2384, sass/branding.scss */
.videoisplaying .html5vid .tp-poster {
  display: none;
}

/* line 2387, sass/branding.scss */
.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 3;
  margin-top: -25px;
  margin-left: -25px;
  line-height: 50px !important;
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.3s ease-out !important;
}

/* line 2413, sass/branding.scss */
.tp-audio-html5 .tp-video-play-button, .tp-hiddenaudio {
  display: none !important;
}

/* line 2416, sass/branding.scss */
.tp-caption .html5vid {
  width: 100% !important;
  height: 100% !important;
}

/* line 2420, sass/branding.scss */
.tp-video-play-button i {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  line-height: 50px !important;
  font-size: 40px !important;
}

/* line 2429, sass/branding.scss */
.tp-caption:hover .tp-video-play-button {
  opacity: 1;
}

/* line 2432, sass/branding.scss */
.tp-caption .tp-revstop {
  display: none;
  border-left: 5px solid #fff !important;
  border-right: 5px solid #fff !important;
  margin-top: 15px !important;
  line-height: 20px !important;
  vertical-align: top;
  font-size: 25px !important;
}

/* line 2441, sass/branding.scss */
.videoisplaying .revicon-right-dir {
  display: none;
}

/* line 2444, sass/branding.scss */
.videoisplaying .tp-revstop {
  display: inline-block;
}

/* line 2447, sass/branding.scss */
.videoisplaying .tp-video-play-button {
  display: none;
}

/* line 2450, sass/branding.scss */
.tp-caption:hover .tp-video-play-button {
  display: block;
}

/* line 2453, sass/branding.scss */
.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}

/* line 2456, sass/branding.scss */
.fullscreenvideo .fullscreenvideo audio, .fullscreenvideo .fullscreenvideo video {
  font-family: object-fit\:contain !important;
  object-fit: contain !important;
}

/* line 2460, sass/branding.scss */
.fullscreenvideo .fullcoveredvideo audio, .fullscreenvideo .fullcoveredvideo video {
  font-family: object-fit\:cover !important;
  object-fit: cover !important;
}

/* line 2464, sass/branding.scss */
.tp-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  transition: opacity .3s;
  background-image: linear-gradient(180deg, #000 13%, #323232);
  background-image: -ms-linear-gradient(bottom, #000 13%, #323232 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, #000), color-stop(1, #323232));
  display: table;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 2482, sass/branding.scss */
.tp-caption:hover .tp-video-controls {
  opacity: 0.9;
}

/* line 2485, sass/branding.scss */
.tp-video-button {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  color: #eee;
  border-radius: 3px;
  cursor: pointer;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  padding: 0;
  margin: 0;
  outline: none;
}

/* line 2498, sass/branding.scss */
.tp-video-button:hover {
  cursor: pointer;
}

/* line 2501, sass/branding.scss */
.tp-video-button-wrap, .tp-video-seek-bar-wrap, .tp-video-vol-bar-wrap {
  padding: 0 5px;
  display: table-cell;
  vertical-align: middle;
}

/* line 2506, sass/branding.scss */
.tp-video-seek-bar-wrap {
  width: 80%;
}

/* line 2509, sass/branding.scss */
.tp-video-vol-bar-wrap {
  width: 20%;
}

/* line 2512, sass/branding.scss */
.tp-seek-bar, .tp-volume-bar {
  width: 100%;
  cursor: pointer;
  outline: none;
  line-height: 12px;
  margin: 0;
  padding: 0;
}

/* line 2520, sass/branding.scss */
.rs-fullvideo-cover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: transparent;
  z-index: 5;
}

/* line 2529, sass/branding.scss */
.rs-background-video-layer audio::-webkit-media-controls, .rs-background-video-layer video::-webkit-media-controls {
  display: none !important;
}

/* line 2532, sass/branding.scss */
.tp-audio-html5 .tp-video-controls {
  opacity: 1 !important;
  visibility: visible !important;
}

/* line 2536, sass/branding.scss */
.disabled_lc .tp-video-play-button {
  display: none !important;
}

/* line 2539, sass/branding.scss */
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

/* line 2548, sass/branding.scss */
.tp-dottedoverlay.twoxtwo {
  background: url(../assets/gridtile.png);
}

/* line 2551, sass/branding.scss */
.tp-dottedoverlay.twoxtwowhite {
  background: url(../assets/gridtile_white.png);
}

/* line 2554, sass/branding.scss */
.tp-dottedoverlay.threexthree {
  background: url(../assets/gridtile_3x3.png);
}

/* line 2557, sass/branding.scss */
.tp-dottedoverlay.threexthreewhite {
  background: url(../assets/gridtile_3x3_white.png);
}

/* line 2560, sass/branding.scss */
.tp-shadowcover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  position: absolute;
  z-index: -1;
}

/* line 2569, sass/branding.scss */
.tp-shadow1 {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}

/* line 2572, sass/branding.scss */
.tp-shadow2:after, .tp-shadow2:before, .tp-shadow3:before, .tp-shadow4:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: transparent;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  transform: rotate(-3deg);
}

/* line 2585, sass/branding.scss */
.tp-shadow2:after, .tp-shadow4:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/* line 2590, sass/branding.scss */
.tp-shadow5 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 0 40px rgba(0, 0, 0, 0.1);
}

/* line 2594, sass/branding.scss */
.tp-shadow5:after, .tp-shadow5:before {
  content: "";
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-radius: 100px/20px;
}

/* line 2605, sass/branding.scss */
.tp-button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  font-family: arial, sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
}

/* line 2621, sass/branding.scss */
.tp-button.big {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: 700;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
}

/* line 2629, sass/branding.scss */
.purchase:hover, .tp-button.big:hover, .tp-button:hover {
  background-position: bottom, 15px 11px;
}

/* line 2632, sass/branding.scss */
.purchase.green, .purchase:hover.green, .tp-button.green, .tp-button:hover.green {
  background-color: #21a117;
  box-shadow: 0 3px 0 0 #104d0b;
}

/* line 2636, sass/branding.scss */
.purchase.blue, .purchase:hover.blue, .tp-button.blue, .tp-button:hover.blue {
  background-color: #1d78cb;
  box-shadow: 0 3px 0 0 #0f3e68;
}

/* line 2640, sass/branding.scss */
.purchase.red, .purchase:hover.red, .tp-button.red, .tp-button:hover.red {
  background-color: #cb1d1d;
  box-shadow: 0 3px 0 0 #7c1212;
}

/* line 2644, sass/branding.scss */
.purchase.orange, .purchase:hover.orange, .tp-button.orange, .tp-button:hover.orange {
  background-color: #f70;
  box-shadow: 0 3px 0 0 #a34c00;
}

/* line 2648, sass/branding.scss */
.purchase.darkgrey, .purchase:hover.darkgrey, .tp-button.darkgrey, .tp-button.grey, .tp-button:hover.darkgrey, .tp-button:hover.grey {
  background-color: #555;
  box-shadow: 0 3px 0 0 #222;
}

/* line 2652, sass/branding.scss */
.purchase.lightgrey, .purchase:hover.lightgrey, .tp-button.lightgrey, .tp-button:hover.lightgrey {
  background-color: #888;
  box-shadow: 0 3px 0 0 #555;
}

/* line 2656, sass/branding.scss */
.rev-btn, .rev-btn:visited {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  line-height: 44px;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: Roboto, sans-serif;
  cursor: pointer;
}

/* line 2670, sass/branding.scss */
.rev-btn.rev-uppercase, .rev-btn.rev-uppercase:visited {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 900;
}

/* line 2676, sass/branding.scss */
.rev-btn.rev-withicon i {
  margin-left: 10px !important;
}

/* line 2679, sass/branding.scss */
.rev-btn.rev-hiddenicon i, .rev-btn.rev-withicon i {
  font-size: 15px;
  font-weight: 400;
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease-out !important;
  -moz-transition: all 0.2s ease-out !important;
  -o-transition: all 0.2s ease-out !important;
  -ms-transition: all 0.2s ease-out !important;
}

/* line 2689, sass/branding.scss */
.rev-btn.rev-hiddenicon i {
  opacity: 0;
  margin-left: 0 !important;
  width: 0 !important;
}

/* line 2694, sass/branding.scss */
.rev-btn.rev-hiddenicon:hover i {
  opacity: 1 !important;
  margin-left: 10px !important;
  width: auto !important;
}

/* line 2699, sass/branding.scss */
.rev-btn.rev-medium, .rev-btn.rev-medium:visited {
  line-height: 36px;
  font-size: 14px;
  padding: 10px 30px;
}

/* line 2704, sass/branding.scss */
.rev-btn.rev-medium.rev-hiddenicon i, .rev-btn.rev-medium.rev-withicon i {
  font-size: 14px;
  top: 0;
}

/* line 2708, sass/branding.scss */
.rev-btn.rev-small, .rev-btn.rev-small:visited {
  line-height: 28px;
  font-size: 12px;
  padding: 7px 20px;
}

/* line 2713, sass/branding.scss */
.rev-btn.rev-small.rev-hiddenicon i, .rev-btn.rev-small.rev-withicon i {
  font-size: 12px;
  top: 0;
}

/* line 2717, sass/branding.scss */
.rev-maxround {
  border-radius: 30px;
}

/* line 2720, sass/branding.scss */
.rev-minround {
  border-radius: 3px;
}

/* line 2723, sass/branding.scss */
.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  tap-highlight-color: transparent;
  cursor: pointer;
}

/* line 2734, sass/branding.scss */
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}

/* line 2743, sass/branding.scss */
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

/* line 2746, sass/branding.scss */
#dialog_addbutton .rev-burger:hover :first-child, .open.rev-burger :first-child, .open .rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
  -webkit-transform: translateY(6px) rotate(-45deg);
}

/* line 2750, sass/branding.scss */
#dialog_addbutton .rev-burger:hover :nth-child(2), .open.rev-burger :nth-child(2), .open .rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  opacity: 0;
}

/* line 2755, sass/branding.scss */
#dialog_addbutton .rev-burger:hover :last-child, .open.rev-burger :last-child, .open .rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
  -webkit-transform: translateY(-6px) rotate(-135deg);
}

/* line 2759, sass/branding.scss */
.rev-burger.revb-white {
  border: 2px solid rgba(255, 255, 255, 0.2);
}

/* line 2762, sass/branding.scss */
.rev-burger.revb-white span {
  background: #fff;
}

/* line 2765, sass/branding.scss */
.rev-burger.revb-whitenoborder {
  border: 0;
}

/* line 2768, sass/branding.scss */
.rev-burger.revb-whitenoborder span {
  background: #fff;
}

/* line 2771, sass/branding.scss */
.rev-burger.revb-darknoborder {
  border: 0;
}

/* line 2774, sass/branding.scss */
.rev-burger.revb-darknoborder span {
  background: #333;
}

/* line 2777, sass/branding.scss */
.rev-burger.revb-whitefull {
  background: #fff;
  border: none;
}

/* line 2781, sass/branding.scss */
.rev-burger.revb-whitefull span {
  background: #333;
}

/* line 2784, sass/branding.scss */
.rev-burger.revb-darkfull {
  background: #333;
  border: none;
}

/* line 2788, sass/branding.scss */
.rev-burger.revb-darkfull span {
  background: #fff;
}

@keyframes a {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  to {
    opacity: 0;
    top: 29%;
  }
}
/* line 2809, sass/branding.scss */
.rev-scroll-btn {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 23px;
}

/* line 2822, sass/branding.scss */
.rev-scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #7f8c8d;
  color: #fff;
  font-family: proxima-nova, Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}

/* line 2832, sass/branding.scss */
.rev-scroll-btn > .active, .rev-scroll-btn > :focus, .rev-scroll-btn > :hover {
  color: #fff;
}

/* line 2835, sass/branding.scss */
.rev-scroll-btn > .active, .rev-scroll-btn > :active, .rev-scroll-btn > :focus, .rev-scroll-btn > :hover {
  filter: alpha(opacity=80);
}

/* line 2838, sass/branding.scss */
.rev-scroll-btn.revs-fullwhite {
  background: #fff;
}

/* line 2841, sass/branding.scss */
.rev-scroll-btn.revs-fullwhite span {
  background: #333;
}

/* line 2844, sass/branding.scss */
.rev-scroll-btn.revs-fulldark {
  background: #333;
  border: none;
}

/* line 2848, sass/branding.scss */
.rev-scroll-btn.revs-fulldark span {
  background: #fff;
}

/* line 2851, sass/branding.scss */
.rev-scroll-btn span {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #fff;
  border-radius: 50%;
  animation: a 2.5s linear infinite;
}

/* line 2863, sass/branding.scss */
.rev-scroll-btn.revs-dark {
  border-color: #333;
}

/* line 2866, sass/branding.scss */
.rev-scroll-btn.revs-dark span {
  background: #333;
}

/* line 2869, sass/branding.scss */
.rev-control-btn {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}

/* line 2890, sass/branding.scss */
.rev-cbutton-dark-sr {
  border-radius: 3px;
}

/* line 2893, sass/branding.scss */
.rev-cbutton-light, .rev-cbutton-light-sr {
  color: #333;
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 2897, sass/branding.scss */
.rev-cbutton-light-sr {
  border-radius: 3px;
}

/* line 2900, sass/branding.scss */
.rev-sbutton {
  line-height: 37px;
  width: 37px;
  height: 37px;
}

/* line 2905, sass/branding.scss */
.rev-sbutton-blue {
  background-color: #3b5998;
}

/* line 2908, sass/branding.scss */
.rev-sbutton-lightblue {
  background-color: #00a0d1;
}

/* line 2911, sass/branding.scss */
.rev-sbutton-red {
  background-color: #dd4b39;
}

/* line 2914, sass/branding.scss */
.tp-bannertimer {
  visibility: hidden;
  width: 100%;
  height: 5px;
  background: #fff;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 200;
  top: 0;
}

/* line 2924, sass/branding.scss */
.tp-bannertimer.tp-bottom {
  top: auto;
  bottom: 0 !important;
  height: 5px;
}

/* line 2929, sass/branding.scss */
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

/* line 2935, sass/branding.scss */
.tp-caption img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
  zoom: 1;
}

/* line 2941, sass/branding.scss */
.caption.slidelink a div, .tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../assets/coloredbg.png) repeat;
}

/* line 2946, sass/branding.scss */
.tp-caption.slidelink a span {
  background: url(../assets/coloredbg.png) repeat;
}

/* line 2949, sass/branding.scss */
.tp-shape {
  width: 100%;
  height: 100%;
}

/* line 2953, sass/branding.scss */
.tp-caption .rs-starring {
  display: inline-block;
}

/* line 2956, sass/branding.scss */
.tp-caption .rs-starring .star-rating {
  float: none;
  color: #ffc321 !important;
  display: inline-block;
  vertical-align: top;
}

/* line 2962, sass/branding.scss */
.tp-caption .rs-starring-page .star-rating, .tp-caption .rs-starring .star-rating {
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
}

/* line 2968, sass/branding.scss */
.tp-caption .rs-starring-page .star-rating:before, .tp-caption .rs-starring .star-rating:before {
  content: "\73\73\73\73\73";
  color: #e0dadf;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

/* line 2976, sass/branding.scss */
.tp-caption .rs-starring .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-size: 1em !important;
}

/* line 2985, sass/branding.scss */
.tp-caption .rs-starring .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

/* line 2991, sass/branding.scss */
.tp-caption .rs-starring .star-rating {
  color: #ffc321 !important;
}

/* line 2994, sass/branding.scss */
.tp-caption .rs-starring-page .star-rating, .tp-caption .rs-starring .star-rating {
  font-size: 1em !important;
  font-family: star;
}

/* line 2998, sass/branding.scss */
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}

/* line 3004, sass/branding.scss */
.tp-loader.spinner0 {
  background-image: url(../assets/loader.gif);
  background-repeat: no-repeat;
  background-position: 50%;
}

/* line 3009, sass/branding.scss */
.tp-loader.spinner0, .tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  animation: b 1.2s infinite ease-in-out;
}

/* line 3018, sass/branding.scss */
.tp-loader.spinner0, .tp-loader.spinner1, .tp-loader.spinner5 {
  background-color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* line 3024, sass/branding.scss */
.tp-loader.spinner5 {
  background-image: url(../assets/loader.gif);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  margin: -22px;
  width: 44px;
  height: 44px;
}

@keyframes b {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  to {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/* line 3043, sass/branding.scss */
.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: red;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  animation: c 1s infinite ease-in-out;
}

@keyframes c {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
/* line 3065, sass/branding.scss */
.tp-loader.spinner3 {
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center;
}

/* line 3070, sass/branding.scss */
.tp-loader.spinner3 .bounce1, .tp-loader.spinner3 .bounce2, .tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  animation: d 1.4s infinite ease-in-out;
  animation-fill-mode: both;
}

/* line 3081, sass/branding.scss */
.tp-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}

/* line 3084, sass/branding.scss */
.tp-loader.spinner3 .bounce2 {
  animation-delay: -0.16s;
}

@keyframes d {
  0%, 80%, to {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/* line 3095, sass/branding.scss */
.tp-loader.spinner4 {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: e 2s infinite linear;
}

/* line 3102, sass/branding.scss */
.tp-loader.spinner4 .dot1, .tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: f 2s infinite ease-in-out;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

/* line 3114, sass/branding.scss */
.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes e {
  to {
    transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
  }
}
@keyframes f {
  0%, to {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/* line 3133, sass/branding.scss */
.tp-bullets.navbar, .tp-tabs.navbar, .tp-thumbs.navbar {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/* line 3141, sass/branding.scss */
.tp-bullets, .tp-tabs, .tp-thumbs {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0;
  left: 0;
}

/* line 3148, sass/branding.scss */
.tp-tab, .tp-thumb {
  cursor: pointer;
  position: absolute;
  opacity: .5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 3156, sass/branding.scss */
.tp-arr-imgholder, .tp-tab-image, .tp-thumb-image, .tp-videoposter {
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 3166, sass/branding.scss */
.tp-tab.selected, .tp-tab:hover, .tp-thumb.selected, .tp-thumb:hover {
  opacity: 1;
}

/* line 3169, sass/branding.scss */
.tp-tab-mask, .tp-thumb-mask {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
}

/* line 3174, sass/branding.scss */
.tp-tabs, .tp-thumbs {
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
}

/* line 3179, sass/branding.scss */
.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

/* line 3187, sass/branding.scss */
.tp-bullet.selected, .tp-bullet:hover {
  background: #fff;
}

/* line 3190, sass/branding.scss */
.tp-bannertimer {
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  height: 5px;
}

/* line 3195, sass/branding.scss */
.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
}

/* line 3205, sass/branding.scss */
.tparrows:hover {
  background: #000;
}

/* line 3208, sass/branding.scss */
.tparrows:before {
  font-family: revicons;
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 3216, sass/branding.scss */
.tparrows.tp-leftarrow:before {
  content: "";
}

/* line 3219, sass/branding.scss */
.tparrows.tp-rightarrow:before {
  content: "";
}

/* line 3222, sass/branding.scss */
body.rtl .tp-kbimg {
  left: 0 !important;
}

/* line 3225, sass/branding.scss */
.dddwrappershadow {
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}

/* line 3228, sass/branding.scss */
.hglayerinfo {
  position: fixed;
  bottom: 0;
  left: 0;
  color: #fff;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;
}

/* line 3239, sass/branding.scss */
.hginfo, .hglayerinfo {
  font-size: 12px;
  font-weight: 600;
}

/* line 3243, sass/branding.scss */
.hginfo {
  position: absolute;
  top: -2px;
  left: -2px;
  color: #e74c3c;
  background: #000;
  padding: 2px 5px;
}

/* line 3251, sass/branding.scss */
.indebugmode .tp-caption:hover {
  border: 1px dashed #c0392b !important;
}

/* line 3254, sass/branding.scss */
.helpgrid {
  border: 2px dashed #c0392b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

/* line 3261, sass/branding.scss */
#revsliderlogloglog {
  padding: 15px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  font-size: 10px;
  overflow: scroll;
}

/* line 3274, sass/branding.scss */
.aden {
  filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
}

/* line 3277, sass/branding.scss */
.aden:after {
  background: linear-gradient(90deg, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}

/* line 3281, sass/branding.scss */
.perpetua:after, .reyes:after {
  mix-blend-mode: soft-light;
  opacity: 0.5;
}

/* line 3285, sass/branding.scss */
.inkwell {
  filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
}

/* line 3288, sass/branding.scss */
.perpetua:after {
  background: linear-gradient(180deg, #005b9a, #e6c13d);
}

/* line 3291, sass/branding.scss */
.reyes {
  filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
}

/* line 3294, sass/branding.scss */
.reyes:after {
  background: #efcdad;
}

/* line 3297, sass/branding.scss */
.gingham {
  filter: brightness(1.05) hue-rotate(-10deg);
}

/* line 3300, sass/branding.scss */
.gingham:after {
  background: linear-gradient(90deg, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}

/* line 3304, sass/branding.scss */
.toaster {
  filter: contrast(1.5) brightness(0.9);
}

/* line 3307, sass/branding.scss */
.toaster:after {
  background: radial-gradient(circle, #804e0f, #3b003b);
  mix-blend-mode: screen;
}

/* line 3311, sass/branding.scss */
.walden {
  filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
}

/* line 3314, sass/branding.scss */
.walden:after {
  background: #04c;
  mix-blend-mode: screen;
  opacity: 0.3;
}

/* line 3319, sass/branding.scss */
.hudson {
  filter: brightness(1.2) contrast(0.9) saturate(1.1);
}

/* line 3322, sass/branding.scss */
.hudson:after {
  background: radial-gradient(circle, #a6b1ff 50%, #342134);
  mix-blend-mode: multiply;
  opacity: 0.5;
}

/* line 3327, sass/branding.scss */
.earlybird {
  filter: contrast(0.9) sepia(0.2);
}

/* line 3330, sass/branding.scss */
.earlybird:after {
  background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
  mix-blend-mode: overlay;
}

/* line 3334, sass/branding.scss */
.mayfair {
  filter: contrast(1.1) saturate(1.1);
}

/* line 3337, sass/branding.scss */
.mayfair:after {
  background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 199, 199, 0.6), #111111 60%);
  mix-blend-mode: overlay;
  opacity: 0.4;
}

/* line 3342, sass/branding.scss */
.lofi {
  filter: saturate(1.1) contrast(1.5);
}

/* line 3345, sass/branding.scss */
.lofi:after {
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 70%, #222222 150%);
  mix-blend-mode: multiply;
}

/* line 3349, sass/branding.scss */
._1977 {
  filter: contrast(1.1) brightness(1.1) saturate(1.3);
}

/* line 3352, sass/branding.scss */
._1977:after {
  background: rgba(243, 106, 188, 0.3);
  mix-blend-mode: screen;
}

/* line 3356, sass/branding.scss */
.brooklyn {
  filter: contrast(0.9) brightness(1.1);
}

/* line 3359, sass/branding.scss */
.brooklyn:after {
  background: radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
  mix-blend-mode: overlay;
}

/* line 3363, sass/branding.scss */
.xpro2 {
  filter: sepia(0.3);
}

/* line 3366, sass/branding.scss */
.xpro2:after {
  background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
  mix-blend-mode: color-burn;
}

/* line 3370, sass/branding.scss */
.nashville {
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
}

/* line 3373, sass/branding.scss */
.nashville:after {
  background: rgba(0, 70, 150, 0.4);
  mix-blend-mode: lighten;
}

/* line 3377, sass/branding.scss */
.nashville:before {
  background: rgba(247, 175, 151, 0.56);
  mix-blend-mode: darken;
}

/* line 3381, sass/branding.scss */
.lark {
  filter: contrast(0.9);
}

/* line 3384, sass/branding.scss */
.lark:after {
  background: rgba(242, 242, 242, 0.8);
  mix-blend-mode: darken;
}

/* line 3388, sass/branding.scss */
.lark:before {
  background: #22253f;
  mix-blend-mode: color-dodge;
}

/* line 3392, sass/branding.scss */
.moon {
  filter: grayscale(1) contrast(1.1) brightness(1.1);
}

/* line 3395, sass/branding.scss */
.moon:before {
  background: #a0a0a0;
  mix-blend-mode: soft-light;
}

/* line 3399, sass/branding.scss */
.moon:after {
  background: #383838;
  mix-blend-mode: lighten;
}

/* line 3403, sass/branding.scss */
.clarendon {
  filter: contrast(1.2) saturate(1.35);
}

/* line 3406, sass/branding.scss */
.clarendon:before {
  background: rgba(127, 187, 227, 0.2);
  mix-blend-mode: overlay;
}

/* line 3410, sass/branding.scss */
.willow {
  filter: grayscale(0.5) contrast(0.95) brightness(0.9);
}

/* line 3413, sass/branding.scss */
.willow:before {
  background-color: radial-gradient(circle at 40%, #d4a9af 55%, #000000 150%);
  mix-blend-mode: overlay;
}

/* line 3417, sass/branding.scss */
.willow:after {
  background-color: #d8cdcb;
  mix-blend-mode: color;
}

/* line 3421, sass/branding.scss */
.rise {
  filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
}

/* line 3424, sass/branding.scss */
.rise:after {
  background: radial-gradient(circle, rgba(231, 197, 151, 0.8), rgba(0, 0, 0, 0) 90%);
  mix-blend-mode: overlay;
  opacity: 0.6;
}

/* line 3429, sass/branding.scss */
.rise:before {
  background: radial-gradient(circle, rgba(236, 204, 167, 0.15) 55%, rgba(50, 30, 7, 0.4));
  mix-blend-mode: multiply;
}

/* line 3433, sass/branding.scss */
._1977:after, ._1977:before, .aden:after, .aden:before, .brooklyn:after, .brooklyn:before, .clarendon:after, .clarendon:before, .earlybird:after, .earlybird:before, .gingham:after, .gingham:before, .hudson:after, .hudson:before, .inkwell:after, .inkwell:before, .lark:after, .lark:before, .lofi:after, .lofi:before, .mayfair:after, .mayfair:before, .moon:after, .moon:before, .nashville:after, .nashville:before, .perpetua:after, .perpetua:before, .reyes:after, .reyes:before, .rise:after, .rise:before, .slumber:after, .slumber:before, .toaster:after, .toaster:before, .walden:after, .walden:before, .willow:after, .willow:before, .xpro2:after, .xpro2:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

/* line 3443, sass/branding.scss */
._1977, .aden, .brooklyn, .clarendon, .earlybird, .gingham, .hudson, .inkwell, .lark, .lofi, .mayfair, .moon, .nashville, .perpetua, .reyes, .rise, .slumber, .toaster, .walden, .willow, .xpro2 {
  position: relative;
}

/* line 3446, sass/branding.scss */
._1977 img, .aden img, .brooklyn img, .clarendon img, .earlybird img, .gingham img, .hudson img, .inkwell img, .lark img, .lofi img, .mayfair img, .moon img, .nashville img, .perpetua img, .reyes img, .rise img, .slumber img, .toaster img, .walden img, .willow img, .xpro2 img {
  width: 100%;
  z-index: 1;
}

/* line 3450, sass/branding.scss */
._1977:before, .aden:before, .brooklyn:before, .clarendon:before, .earlybird:before, .gingham:before, .hudson:before, .inkwell:before, .lark:before, .lofi:before, .mayfair:before, .moon:before, .nashville:before, .perpetua:before, .reyes:before, .rise:before, .slumber:before, .toaster:before, .walden:before, .willow:before, .xpro2:before {
  z-index: 2;
}

/* line 3453, sass/branding.scss */
._1977:after, .aden:after, .brooklyn:after, .clarendon:after, .earlybird:after, .gingham:after, .hudson:after, .inkwell:after, .lark:after, .lofi:after, .mayfair:after, .moon:after, .nashville:after, .perpetua:after, .reyes:after, .rise:after, .slumber:after, .toaster:after, .walden:after, .willow:after, .xpro2:after {
  z-index: 3;
}

/* line 3456, sass/branding.scss */
.slumber {
  filter: saturate(0.66) brightness(1.05);
}

/* line 3459, sass/branding.scss */
.slumber:after {
  background: rgba(125, 105, 24, 0.5);
  mix-blend-mode: soft-light;
}

/* line 3463, sass/branding.scss */
.slumber:before {
  background: rgba(69, 41, 12, 0.4);
  mix-blend-mode: lighten;
}

/* line 3467, sass/branding.scss */
* {
  box-sizing: border-box;
}

/* line 3470, sass/branding.scss */
.medium_grey, .tp-caption.medium_grey {
  background-color: #888;
  font-size: 20px;
  padding: 2px 4px;
}

/* line 3475, sass/branding.scss */
.medium_grey, .small_text, .tp-caption.medium_grey, .tp-caption.small_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

/* line 3487, sass/branding.scss */
.small_text, .tp-caption.small_text {
  font-size: 14px;
}

/* line 3490, sass/branding.scss */
.medium_text, .tp-caption.medium_text {
  font-size: 20px;
  line-height: 20px;
}

/* line 3494, sass/branding.scss */
.large_text, .medium_text, .tp-caption.large_text, .tp-caption.medium_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-weight: 700;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

/* line 3505, sass/branding.scss */
.large_text, .tp-caption.large_text {
  font-size: 40px;
  line-height: 40px;
}

/* line 3509, sass/branding.scss */
.tp-caption.very_large_text, .very_large_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 60px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

/* line 3523, sass/branding.scss */
.tp-caption.very_big_white, .very_big_white {
  background-color: #000;
  color: #fff;
  font-weight: 800;
}

/* line 3528, sass/branding.scss */
.tp-caption.very_big_black, .tp-caption.very_big_white, .very_big_black, .very_big_white {
  border-style: none;
  border-width: 0;
  font-family: Arial;
  font-size: 60px;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

/* line 3540, sass/branding.scss */
.tp-caption.very_big_black, .very_big_black {
  background-color: #fff;
  color: #000;
  font-weight: 700;
}

/* line 3545, sass/branding.scss */
.modern_medium_fat, .tp-caption.modern_medium_fat {
  color: #000;
}

/* line 3548, sass/branding.scss */
.modern_medium_fat, .modern_medium_fat_white, .tp-caption.modern_medium_fat, .tp-caption.modern_medium_fat_white {
  border-style: none;
  border-width: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

/* line 3560, sass/branding.scss */
.modern_medium_fat_white, .tp-caption.modern_medium_fat_white {
  color: #fff;
}

/* line 3563, sass/branding.scss */
.modern_medium_light, .tp-caption.modern_medium_light {
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

/* line 3576, sass/branding.scss */
.modern_big_bluebg, .tp-caption.modern_big_bluebg {
  background-color: #4e5b6c;
  font-weight: 800;
  padding: 3px 10px;
}

/* line 3581, sass/branding.scss */
.modern_big_bluebg, .modern_big_redbg, .tp-caption.modern_big_bluebg, .tp-caption.modern_big_redbg {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  position: absolute;
  text-shadow: none;
}

/* line 3593, sass/branding.scss */
.modern_big_redbg, .tp-caption.modern_big_redbg {
  background-color: #de543e;
  font-weight: 300;
  padding: 1px 10px 3px;
}

/* line 3598, sass/branding.scss */
.modern_small_text_dark, .tp-caption.modern_small_text_dark {
  border-style: none;
  border-width: 0;
  color: #555;
  font-family: Arial;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

/* line 3610, sass/branding.scss */
.boxshadow, .tp-caption.boxshadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* line 3613, sass/branding.scss */
.black, .tp-caption.black {
  color: #000;
  text-shadow: none;
}

/* line 3617, sass/branding.scss */
.noshadow, .tp-caption.noshadow {
  text-shadow: none;
}

/* line 3620, sass/branding.scss */
.thinheadline_dark, .tp-caption.thinheadline_dark {
  font-size: 30px;
  line-height: 30px;
}

/* line 3624, sass/branding.scss */
.thinheadline_dark, .thintext_dark, .tp-caption.thinheadline_dark, .tp-caption.thintext_dark {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.85);
  font-family: Open Sans;
  font-weight: 300;
  position: absolute;
  text-shadow: none;
}

/* line 3632, sass/branding.scss */
.thintext_dark, .tp-caption.thintext_dark {
  font-size: 16px;
  line-height: 26px;
}

/* line 3636, sass/branding.scss */
.largeblackbg, .tp-caption.largeblackbg {
  background-color: #000;
}

/* line 3639, sass/branding.scss */
.largeblackbg, .largepinkbg, .tp-caption.largeblackbg, .tp-caption.largepinkbg {
  border-radius: 0;
  color: #fff;
  font-family: Open Sans;
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}

/* line 3650, sass/branding.scss */
.largepinkbg, .tp-caption.largepinkbg {
  background-color: #db4360;
}

/* line 3653, sass/branding.scss */
.largewhitebg, .tp-caption.largewhitebg {
  background-color: #fff;
  color: #000;
}

/* line 3657, sass/branding.scss */
.largegreenbg, .largewhitebg, .tp-caption.largegreenbg, .tp-caption.largewhitebg {
  border-radius: 0;
  font-family: Open Sans;
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}

/* line 3667, sass/branding.scss */
.largegreenbg, .tp-caption.largegreenbg {
  background-color: #67ae73;
  color: #fff;
}

/* line 3671, sass/branding.scss */
.excerpt, .tp-caption.excerpt {
  background-color: #000;
  border: 0 none #fff;
  color: #fff;
  font-family: Arial;
  font-size: 36px;
  font-weight: 700;
  height: auto;
  letter-spacing: -1.5px;
  line-height: 36px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
  white-space: normal !important;
  width: 150px;
}

/* line 3688, sass/branding.scss */
.large_bold_grey, .tp-caption.large_bold_grey {
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
}

/* line 3693, sass/branding.scss */
.large_bold_grey, .medium_thin_grey, .tp-caption.large_bold_grey, .tp-caption.medium_thin_grey {
  background-color: transparent;
  border: 0 none #ffd658;
  color: #666;
  font-family: Open Sans;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 3703, sass/branding.scss */
.medium_thin_grey, .tp-caption.medium_thin_grey {
  font-size: 34px;
  font-weight: 300;
  line-height: 30px;
}

/* line 3708, sass/branding.scss */
.small_thin_grey, .tp-caption.small_thin_grey {
  background-color: transparent;
  border: 0 none #ffd658;
  color: #757575;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 3721, sass/branding.scss */
.lightgrey_divider, .tp-caption.lightgrey_divider {
  background-color: #ebebeb;
  background-position: 0 0;
  background-repeat: repeat;
  border: 0 none #222;
  height: 3px;
  text-decoration: none;
  width: 370px;
}

/* line 3730, sass/branding.scss */
.large_bold_darkblue, .tp-caption.large_bold_darkblue {
  background-color: transparent;
  border: 0 none #ffd658;
  color: #34495e;
  font-family: Open Sans;
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}

/* line 3740, sass/branding.scss */
.medium_bg_darkblue, .tp-caption.medium_bg_darkblue {
  background-color: #34495e;
  border: 0 none #ffd658;
  color: #fff;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

/* line 3751, sass/branding.scss */
.medium_bold_red, .tp-caption.medium_bold_red {
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

/* line 3756, sass/branding.scss */
.medium_bold_red, .medium_light_red, .tp-caption.medium_bold_red, .tp-caption.medium_light_red {
  background-color: transparent;
  border: 0 none #ffd658;
  color: #e33a0c;
  font-family: Open Sans;
  padding: 0;
  text-decoration: none;
}

/* line 3764, sass/branding.scss */
.medium_light_red, .tp-caption.medium_light_red {
  font-size: 21px;
  font-weight: 300;
  line-height: 26px;
}

/* line 3769, sass/branding.scss */
.medium_bg_red, .tp-caption.medium_bg_red {
  background-color: #e33a0c;
  border: 0 none #ffd658;
  color: #fff;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

/* line 3780, sass/branding.scss */
.medium_bold_orange, .tp-caption.medium_bold_orange {
  background-color: transparent;
  border: 0 none #ffd658;
  color: #f39c12;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  text-decoration: none;
}

/* line 3790, sass/branding.scss */
.medium_bg_orange, .tp-caption.medium_bg_orange {
  background-color: #f39c12;
  border: 0 none #ffd658;
  color: #fff;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

/* line 3801, sass/branding.scss */
.grassfloor, .tp-caption.grassfloor {
  background-color: #a0b397;
  border: 0 none #222;
  height: 150px;
  text-decoration: none;
  width: 4000px;
}

/* line 3808, sass/branding.scss */
.large_bold_white, .tp-caption.large_bold_white {
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
}

/* line 3813, sass/branding.scss */
.large_bold_white, .medium_light_white, .tp-caption.large_bold_white, .tp-caption.medium_light_white {
  background-color: transparent;
  border: 0 none #ffd658;
  color: #fff;
  font-family: Open Sans;
  text-decoration: none;
}

/* line 3820, sass/branding.scss */
.medium_light_white, .tp-caption.medium_light_white {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding: 0;
}

/* line 3826, sass/branding.scss */
.mediumlarge_light_white, .mediumlarge_light_white_center, .tp-caption.mediumlarge_light_white, .tp-caption.mediumlarge_light_white_center {
  background-color: transparent;
  border: 0 none #ffd658;
  color: #fff;
  font-family: Open Sans;
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}

/* line 3837, sass/branding.scss */
.mediumlarge_light_white_center, .tp-caption.mediumlarge_light_white_center {
  text-align: center;
}

/* line 3840, sass/branding.scss */
.medium_bg_asbestos, .tp-caption.medium_bg_asbestos {
  background-color: #7f8c8d;
  border: 0 none #ffd658;
  color: #fff;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

/* line 3851, sass/branding.scss */
.medium_light_black, .tp-caption.medium_light_black {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding: 0;
}

/* line 3857, sass/branding.scss */
.large_bold_black, .medium_light_black, .tp-caption.large_bold_black, .tp-caption.medium_light_black {
  background-color: transparent;
  border: 0 none #ffd658;
  color: #000;
  font-family: Open Sans;
  text-decoration: none;
}

/* line 3864, sass/branding.scss */
.large_bold_black, .tp-caption.large_bold_black {
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
}

/* line 3869, sass/branding.scss */
.mediumlarge_light_darkblue, .tp-caption.mediumlarge_light_darkblue {
  color: #34495e;
  font-size: 34px;
  line-height: 40px;
}

/* line 3874, sass/branding.scss */
.mediumlarge_light_darkblue, .small_light_white, .tp-caption.mediumlarge_light_darkblue, .tp-caption.small_light_white {
  background-color: transparent;
  border: 0 none #ffd658;
  font-family: Open Sans;
  font-weight: 300;
  padding: 0;
  text-decoration: none;
}

/* line 3882, sass/branding.scss */
.small_light_white, .tp-caption.small_light_white {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
}

/* line 3887, sass/branding.scss */
.roundedimage, .tp-caption.roundedimage {
  border: 0 none #222;
}

/* line 3890, sass/branding.scss */
.large_bg_black, .tp-caption.large_bg_black {
  background-color: #000;
  border: 0 none #ffd658;
  color: #fff;
  font-family: Open Sans;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  padding: 10px 20px 15px;
  text-decoration: none;
}

/* line 3901, sass/branding.scss */
.mediumwhitebg, .tp-caption.mediumwhitebg {
  background-color: #fff;
  border: 0 none #000;
  color: #000;
  font-family: Open Sans;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  padding: 5px 15px 10px;
  text-decoration: none;
  text-shadow: none;
}

/* line 3913, sass/branding.scss */
.maincaption, .tp-caption.maincaption {
  background-color: transparent;
  border: 0 none #000;
  color: #212a40;
  font-family: roboto;
  font-size: 33px;
  font-weight: 500;
  line-height: 43px;
  text-decoration: none;
  text-shadow: none;
}

/* line 3924, sass/branding.scss */
.miami_title_60px, .tp-caption.miami_title_60px {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 60px;
}

/* line 3931, sass/branding.scss */
.miami_subtitle, .miami_title_60px, .tp-caption.miami_subtitle, .tp-caption.miami_title_60px {
  background-color: transparent;
  border: 0 none #000;
  font-family: Source Sans Pro;
  text-decoration: none;
  text-shadow: none;
}

/* line 3938, sass/branding.scss */
.miami_subtitle, .tp-caption.miami_subtitle {
  color: rgba(255, 255, 255, 0.65);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 24px;
}

/* line 3945, sass/branding.scss */
.divideline30px, .tp-caption.divideline30px {
  background: #fff;
  background-color: #fff;
  border: 0 none #222;
  height: 2px;
  min-width: 30px;
  text-decoration: none;
}

/* line 3953, sass/branding.scss */
.Miami_nostyle, .tp-caption.Miami_nostyle {
  border: 0 none #222;
}

/* line 3956, sass/branding.scss */
.miami_content_light, .tp-caption.miami_content_light {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
}

/* line 3963, sass/branding.scss */
.miami_content_light, .miami_title_60px_dark, .tp-caption.miami_content_light, .tp-caption.miami_title_60px_dark {
  background-color: transparent;
  border: 0 none #000;
  font-family: Source Sans Pro;
  text-decoration: none;
  text-shadow: none;
}

/* line 3970, sass/branding.scss */
.miami_title_60px_dark, .tp-caption.miami_title_60px_dark {
  color: #333;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 60px;
}

/* line 3977, sass/branding.scss */
.miami_content_dark, .tp-caption.miami_content_dark {
  background-color: transparent;
  border: 0 none #000;
  color: #666;
  font-family: Source Sans Pro;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  text-shadow: none;
}

/* line 3989, sass/branding.scss */
.divideline30px_dark, .tp-caption.divideline30px_dark {
  background-color: #333;
  border: 0 none #222;
  height: 2px;
  min-width: 30px;
  text-decoration: none;
}

/* line 3996, sass/branding.scss */
.ellipse70px, .tp-caption.ellipse70px {
  background-color: rgba(0, 0, 0, 0.14902);
  border: 0 none #222;
  border-radius: 50px 50px 50px 50px;
  cursor: pointer;
  line-height: 1px;
  min-height: 70px;
  min-width: 70px;
  text-decoration: none;
}

/* line 4006, sass/branding.scss */
.arrowicon, .tp-caption.arrowicon {
  border: 0 none #222;
  line-height: 1px;
}

/* line 4010, sass/branding.scss */
.MarkerDisplay, .tp-caption.MarkerDisplay {
  background-color: transparent;
  border: 0 none #000;
  border-radius: 0 0 0 0;
  font-family: Permanent Marker;
  font-style: normal;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 4020, sass/branding.scss */
.Restaurant-Display, .tp-caption.Restaurant-Display {
  font-family: Roboto;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}

/* line 4026, sass/branding.scss */
.Restaurant-Cursive, .Restaurant-Display, .tp-caption.Restaurant-Cursive, .tp-caption.Restaurant-Display {
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  color: #fff;
  font-style: normal;
  padding: 0;
  text-decoration: none;
}

/* line 4035, sass/branding.scss */
.Restaurant-Cursive, .tp-caption.Restaurant-Cursive {
  font-family: Nothing you could do;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
}

/* line 4042, sass/branding.scss */
.Restaurant-ScrollDownText, .tp-caption.Restaurant-ScrollDownText {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 17px;
}

/* line 4048, sass/branding.scss */
.Restaurant-Description, .Restaurant-ScrollDownText, .tp-caption.Restaurant-Description, .tp-caption.Restaurant-ScrollDownText {
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  color: #fff;
  font-family: Roboto;
  font-style: normal;
  padding: 0;
  text-decoration: none;
}

/* line 4058, sass/branding.scss */
.Restaurant-Description, .tp-caption.Restaurant-Description {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
}

/* line 4064, sass/branding.scss */
.Restaurant-Price, .tp-caption.Restaurant-Price {
  background-color: transparent;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
}

/* line 4072, sass/branding.scss */
.Restaurant-Menuitem, .Restaurant-Price, .tp-caption.Restaurant-Menuitem, .tp-caption.Restaurant-Price {
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  color: #fff;
  font-family: Roboto;
  font-style: normal;
  text-decoration: none;
}

/* line 4080, sass/branding.scss */
.Restaurant-Menuitem, .tp-caption.Restaurant-Menuitem {
  background-color: #000;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 10px 30px;
  text-align: left;
}

/* line 4089, sass/branding.scss */
.Furniture-LogoText, .tp-caption.Furniture-LogoText {
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  color: #e6cfa3;
  font-family: Raleway;
  font-size: 160px;
  font-style: normal;
  font-weight: 300;
  line-height: 150px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 4103, sass/branding.scss */
.Furniture-Plus, .tp-caption.Furniture-Plus {
  background-color: #fff;
  border: 0 none transparent;
  border-radius: 30px 30px 30px 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  color: #e6cfa3;
  font-weight: 400;
  padding: 6px 7px 4px;
}

/* line 4112, sass/branding.scss */
.Furniture-Plus, .Furniture-Title, .tp-caption.Furniture-Plus, .tp-caption.Furniture-Title {
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
  text-shadow: none;
}

/* line 4120, sass/branding.scss */
.Furniture-Title, .tp-caption.Furniture-Title {
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  color: #000;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 0;
}

/* line 4129, sass/branding.scss */
.Furniture-Subtitle, .tp-caption.Furniture-Subtitle {
  color: #000;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  text-shadow: none;
}

/* line 4136, sass/branding.scss */
.Furniture-Subtitle, .Gym-Display, .tp-caption.Furniture-Subtitle, .tp-caption.Gym-Display {
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  font-family: Raleway;
  font-style: normal;
  padding: 0;
  text-decoration: none;
}

/* line 4145, sass/branding.scss */
.Gym-Display, .tp-caption.Gym-Display {
  color: #fff;
  font-size: 80px;
  font-weight: 900;
  line-height: 70px;
}

/* line 4151, sass/branding.scss */
.Gym-Subline, .tp-caption.Gym-Subline {
  font-size: 30px;
  font-weight: 100;
  letter-spacing: 5px;
  line-height: 30px;
}

/* line 4157, sass/branding.scss */
.Gym-SmallText, .Gym-Subline, .tp-caption.Gym-SmallText, .tp-caption.Gym-Subline {
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  color: #fff;
  font-family: Raleway;
  font-style: normal;
  padding: 0;
  text-decoration: none;
}

/* line 4167, sass/branding.scss */
.Gym-SmallText, .tp-caption.Gym-SmallText {
  font-size: 17px;
  font-weight: 300;
  line-height: 22;
  text-shadow: none;
}

/* line 4173, sass/branding.scss */
.Fashion-SmallText, .tp-caption.Fashion-SmallText {
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  color: #fff;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}

/* line 4187, sass/branding.scss */
.Fashion-BigDisplay, .tp-caption.Fashion-BigDisplay {
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

/* line 4192, sass/branding.scss */
.Fashion-BigDisplay, .Fashion-TextBlock, .tp-caption.Fashion-BigDisplay, .tp-caption.Fashion-TextBlock {
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  color: #000;
  font-family: Raleway;
  font-style: normal;
  letter-spacing: 2px;
  padding: 0;
  text-decoration: none;
}

/* line 4203, sass/branding.scss */
.Fashion-TextBlock, .tp-caption.Fashion-TextBlock {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

/* line 4208, sass/branding.scss */
.Sports-Display, .tp-caption.Sports-Display {
  font-weight: 100;
  letter-spacing: 13px;
}

/* line 4212, sass/branding.scss */
.Sports-Display, .Sports-DisplayFat, .tp-caption.Sports-Display, .tp-caption.Sports-DisplayFat {
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  color: #fff;
  font-family: Raleway;
  font-size: 130px;
  font-style: normal;
  line-height: 130px;
  padding: 0;
  text-decoration: none;
}

/* line 4224, sass/branding.scss */
.Sports-DisplayFat, .tp-caption.Sports-DisplayFat {
  font-weight: 900;
}

/* line 4227, sass/branding.scss */
.Sports-Subline, .tp-caption.Sports-Subline {
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  color: #000;
  font-family: Raleway;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 32px;
  padding: 0;
  text-decoration: none;
}

/* line 4241, sass/branding.scss */
.Instagram-Caption, .tp-caption.Instagram-Caption {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
}

/* line 4247, sass/branding.scss */
.Instagram-Caption, .News-Title, .tp-caption.Instagram-Caption, .tp-caption.News-Title {
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  color: #fff;
  font-style: normal;
  padding: 0;
  text-decoration: none;
}

/* line 4256, sass/branding.scss */
.News-Title, .tp-caption.News-Title {
  font-family: Roboto Slab;
  font-size: 70px;
  font-weight: 400;
  line-height: 60px;
}

/* line 4262, sass/branding.scss */
.News-Subtitle, .tp-caption.News-Subtitle {
  background-color: rgba(255, 255, 255, 0);
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  color: #fff;
  font-family: Roboto Slab;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding: 0;
  text-decoration: none;
}

/* line 4275, sass/branding.scss */
.News-Subtitle:hover, .tp-caption.News-Subtitle:hover {
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid transparent;
  border-radius: 0 0 0 0;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

/* line 4282, sass/branding.scss */
.Photography-Display, .tp-caption.Photography-Display {
  color: #fff;
  font-size: 80px;
  font-weight: 100;
  letter-spacing: 5px;
  line-height: 70px;
}

/* line 4289, sass/branding.scss */
.Photography-Display, .Photography-Subline, .tp-caption.Photography-Display, .tp-caption.Photography-Subline {
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  font-family: Raleway;
  font-style: normal;
  padding: 0;
  text-decoration: none;
}

/* line 4298, sass/branding.scss */
.Photography-Subline, .tp-caption.Photography-Subline {
  color: #777;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
}

/* line 4305, sass/branding.scss */
.Photography-ImageHover, .tp-caption.Photography-ImageHover {
  background-color: transparent;
  border: 0 none rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22;
  padding: 0;
  text-decoration: none;
}

/* line 4317, sass/branding.scss */
.Photography-ImageHover:hover, .tp-caption.Photography-ImageHover:hover {
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  color: #fff;
  text-decoration: none;
}

/* line 4324, sass/branding.scss */
.Photography-Menuitem, .tp-caption.Photography-Menuitem {
  background-color: rgba(0, 0, 0, 0.65);
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  color: #fff;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-decoration: none;
}

/* line 4338, sass/branding.scss */
.Photography-Menuitem:hover, .tp-caption.Photography-Menuitem:hover {
  background-color: rgba(0, 255, 222, 0.65);
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  color: #fff;
  text-decoration: none;
}

/* line 4345, sass/branding.scss */
.Photography-Textblock, .tp-caption.Photography-Textblock {
  color: #fff;
  font-size: 17px;
  letter-spacing: 2px;
}

/* line 4350, sass/branding.scss */
.Photography-Subline-2, .Photography-Textblock, .tp-caption.Photography-Subline-2, .tp-caption.Photography-Textblock {
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  font-family: Raleway;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 4361, sass/branding.scss */
.Photography-Subline-2, .tp-caption.Photography-Subline-2 {
  color: rgba(255, 255, 255, 0.35);
  font-size: 20px;
  letter-spacing: 3px;
}

/* line 4366, sass/branding.scss */
.Photography-ImageHover2, .tp-caption.Photography-ImageHover2 {
  background-color: transparent;
  border: 0 none rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22;
  padding: 0;
  text-decoration: none;
}

/* line 4379, sass/branding.scss */
.Photography-ImageHover2:hover, .tp-caption.Photography-ImageHover2:hover {
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  color: #fff;
  text-decoration: none;
}

/* line 4386, sass/branding.scss */
.tp-caption.WebProduct-Title, .WebProduct-Title {
  color: #333;
  font-size: 90px;
  font-weight: 100;
  line-height: 90px;
}

/* line 4392, sass/branding.scss */
.tp-caption.WebProduct-SubTitle, .tp-caption.WebProduct-Title, .WebProduct-SubTitle, .WebProduct-Title {
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  font-family: Raleway;
  font-style: normal;
  padding: 0;
  text-decoration: none;
}

/* line 4401, sass/branding.scss */
.tp-caption.WebProduct-SubTitle, .WebProduct-SubTitle {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

/* line 4407, sass/branding.scss */
.tp-caption.WebProduct-Content, .WebProduct-Content {
  background-color: transparent;
  color: #999;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
}

/* line 4415, sass/branding.scss */
.tp-caption.WebProduct-Content, .tp-caption.WebProduct-Menuitem, .WebProduct-Content, .WebProduct-Menuitem {
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  font-family: Raleway;
  font-style: normal;
  text-decoration: none;
}

/* line 4422, sass/branding.scss */
.tp-caption.WebProduct-Menuitem, .WebProduct-Menuitem {
  background-color: #333;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-align: left;
}

/* line 4432, sass/branding.scss */
.tp-caption.WebProduct-Menuitem:hover, .WebProduct-Menuitem:hover {
  background-color: #fff;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  color: #999;
  text-decoration: none;
}

/* line 4439, sass/branding.scss */
.tp-caption.WebProduct-Title-Light, .WebProduct-Title-Light {
  color: #fff;
  font-size: 90px;
  font-weight: 100;
  line-height: 90px;
}

/* line 4445, sass/branding.scss */
.tp-caption.WebProduct-SubTitle-Light, .tp-caption.WebProduct-Title-Light, .WebProduct-SubTitle-Light, .WebProduct-Title-Light {
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  font-family: Raleway;
  font-style: normal;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 4455, sass/branding.scss */
.tp-caption.WebProduct-SubTitle-Light, .WebProduct-SubTitle-Light {
  color: rgba(255, 255, 255, 0.35);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

/* line 4461, sass/branding.scss */
.tp-caption.WebProduct-Content-Light, .WebProduct-Content-Light {
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 4475, sass/branding.scss */
.FatRounded, .tp-caption.FatRounded {
  background-color: rgba(0, 0, 0, 0.5);
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  padding: 20px 22px 20px 25px;
  text-align: left;
  text-shadow: none;
}

/* line 4486, sass/branding.scss */
.FatRounded, .FatRounded:hover, .tp-caption.FatRounded, .tp-caption.FatRounded:hover {
  border: 0 none #d3d3d3;
  border-radius: 50px 50px 50px 50px;
  color: #fff;
  text-decoration: none;
}

/* line 4492, sass/branding.scss */
.FatRounded:hover, .tp-caption.FatRounded:hover {
  background-color: #000;
}

/* line 4495, sass/branding.scss */
.NotGeneric-Title, .tp-caption.NotGeneric-Title {
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  color: #fff;
  font-family: Raleway;
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: 70px;
  padding: 10px 0;
  text-decoration: none;
}

/* line 4508, sass/branding.scss */
.NotGeneric-SubTitle, .tp-caption.NotGeneric-SubTitle {
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  font-size: 13px;
  letter-spacing: 4px;
  line-height: 20px;
  padding: 0;
}

/* line 4516, sass/branding.scss */
.NotGeneric-CallToAction, .NotGeneric-SubTitle, .tp-caption.NotGeneric-CallToAction, .tp-caption.NotGeneric-SubTitle {
  background-color: transparent;
  color: #fff;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

/* line 4525, sass/branding.scss */
.NotGeneric-CallToAction, .tp-caption.NotGeneric-CallToAction {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
}

/* line 4533, sass/branding.scss */
.NotGeneric-CallToAction:hover, .tp-caption.NotGeneric-CallToAction:hover {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0 0 0 0;
  color: #fff;
  text-decoration: none;
}

/* line 4540, sass/branding.scss */
.NotGeneric-Icon, .tp-caption.NotGeneric-Icon {
  border: 0 solid rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  padding: 0;
}

/* line 4548, sass/branding.scss */
.NotGeneric-Icon, .NotGeneric-Menuitem, .tp-caption.NotGeneric-Icon, .tp-caption.NotGeneric-Menuitem {
  background-color: transparent;
  color: #fff;
  font-family: Raleway;
  font-style: normal;
  letter-spacing: 3px;
  text-align: left;
  text-decoration: none;
}

/* line 4557, sass/branding.scss */
.NotGeneric-Menuitem, .tp-caption.NotGeneric-Menuitem {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0 0 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  padding: 27px 30px;
}

/* line 4565, sass/branding.scss */
.NotGeneric-Menuitem:hover, .tp-caption.NotGeneric-Menuitem:hover {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0 0 0 0;
  color: #fff;
  text-decoration: none;
}

/* line 4572, sass/branding.scss */
.MarkerStyle, .tp-caption.MarkerStyle {
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  color: #fff;
  font-family: Permanent Marker;
  font-size: 17px;
  font-style: normal;
  font-weight: 100;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 4586, sass/branding.scss */
.Gym-Menuitem, .tp-caption.Gym-Menuitem {
  background-color: #000;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 3px 3px 3px 3px;
  color: #fff;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-align: left;
  text-decoration: none;
}

/* line 4601, sass/branding.scss */
.Gym-Menuitem:hover, .tp-caption.Gym-Menuitem:hover {
  background-color: #000;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 3px 3px 3px 3px;
  color: #fff;
  text-decoration: none;
}

/* line 4608, sass/branding.scss */
.Newspaper-Button, .tp-caption.Newspaper-Button {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0 0 0 0;
  color: #fff;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 4623, sass/branding.scss */
.Newspaper-Button:hover, .tp-caption.Newspaper-Button:hover {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0 0 0 0;
  color: #000;
  text-decoration: none;
}

/* line 4630, sass/branding.scss */
.Newspaper-Subtitle, .tp-caption.Newspaper-Subtitle {
  color: #a8d8ee;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  padding: 0;
}

/* line 4638, sass/branding.scss */
.Newspaper-Subtitle, .Newspaper-Title, .tp-caption.Newspaper-Subtitle, .tp-caption.Newspaper-Title {
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  font-style: normal;
  text-align: left;
  text-decoration: none;
}

/* line 4646, sass/branding.scss */
.Newspaper-Title, .Newspaper-Title-Centered, .tp-caption.Newspaper-Title, .tp-caption.Newspaper-Title-Centered {
  color: #fff;
  font-family: Roboto Slab;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
  padding: 0 0 10px;
}

/* line 4654, sass/branding.scss */
.Newspaper-Title-Centered, .tp-caption.Newspaper-Title-Centered {
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}

/* line 4662, sass/branding.scss */
.Hero-Button, .tp-caption.Hero-Button {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  color: #fff;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 4677, sass/branding.scss */
.Hero-Button:hover, .tp-caption.Hero-Button:hover {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0 0 0 0;
  color: #000;
  text-decoration: none;
}

/* line 4684, sass/branding.scss */
.tp-caption.Video-Title, .Video-Title {
  background-color: #000;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
}

/* line 4690, sass/branding.scss */
.tp-caption.Video-SubTitle, .tp-caption.Video-Title, .Video-SubTitle, .Video-Title {
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  color: #fff;
  font-family: Raleway;
  font-style: normal;
  padding: 5px;
  text-align: left;
  text-decoration: none;
}

/* line 4700, sass/branding.scss */
.tp-caption.Video-SubTitle, .Video-SubTitle {
  background-color: rgba(0, 0, 0, 0.35);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 12px;
}

/* line 4707, sass/branding.scss */
.NotGeneric-Button, .tp-caption.NotGeneric-Button {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  color: #fff;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 4722, sass/branding.scss */
.NotGeneric-Button:hover, .tp-caption.NotGeneric-Button:hover {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0 0 0 0;
  color: #fff;
  text-decoration: none;
}

/* line 4729, sass/branding.scss */
.NotGeneric-BigButton, .tp-caption.NotGeneric-BigButton {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0 0 0 0;
  color: #fff;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 27px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 4744, sass/branding.scss */
.NotGeneric-BigButton:hover, .tp-caption.NotGeneric-BigButton:hover {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0 0 0 0;
  color: #fff;
  text-decoration: none;
}

/* line 4751, sass/branding.scss */
.tp-caption.WebProduct-Button, .WebProduct-Button {
  background-color: #333;
  border: 2px none #000;
  border-radius: 0 0 0 0;
  color: #fff;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 48px;
  padding: 0 40px;
  text-align: left;
  text-decoration: none;
}

/* line 4766, sass/branding.scss */
.tp-caption.WebProduct-Button:hover, .WebProduct-Button:hover {
  background-color: #fff;
  border: 2px none #000;
  border-radius: 0 0 0 0;
  color: #333;
  text-decoration: none;
}

/* line 4773, sass/branding.scss */
.Restaurant-Button, .tp-caption.Restaurant-Button {
  background-color: rgba(10, 10, 10, 0);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  color: #fff;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 4788, sass/branding.scss */
.Restaurant-Button:hover, .tp-caption.Restaurant-Button:hover {
  background-color: transparent;
  border: 2px solid #ffe081;
  border-radius: 0 0 0 0;
  color: #fff;
  text-decoration: none;
}

/* line 4795, sass/branding.scss */
.Gym-Button, .tp-caption.Gym-Button {
  background-color: #8bc027;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 13px 35px;
  text-align: left;
}

/* line 4806, sass/branding.scss */
.Gym-Button, .Gym-Button:hover, .tp-caption.Gym-Button, .tp-caption.Gym-Button:hover {
  border: 0 solid transparent;
  border-radius: 30px 30px 30px 30px;
  color: #fff;
  text-decoration: none;
}

/* line 4812, sass/branding.scss */
.Gym-Button:hover, .tp-caption.Gym-Button:hover {
  background-color: #72a800;
}

/* line 4815, sass/branding.scss */
.Gym-Button-Light, .tp-caption.Gym-Button-Light {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 30px 30px 30px 30px;
  color: #fff;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 4829, sass/branding.scss */
.Gym-Button-Light:hover, .tp-caption.Gym-Button-Light:hover {
  background-color: rgba(114, 168, 0, 0);
  border: 2px solid #8bc027;
  border-radius: 30px 30px 30px 30px;
  color: #fff;
  text-decoration: none;
}

/* line 4836, sass/branding.scss */
.Sports-Button-Light, .tp-caption.Sports-Button-Light {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  color: #fff;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 4851, sass/branding.scss */
.Sports-Button-Light:hover, .tp-caption.Sports-Button-Light:hover {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 0 0 0 0;
  color: #fff;
  text-decoration: none;
}

/* line 4858, sass/branding.scss */
.Sports-Button-Red, .tp-caption.Sports-Button-Red {
  background-color: #db1c22;
  border: 2px solid rgba(219, 28, 34, 0);
  border-radius: 0 0 0 0;
  color: #fff;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 4873, sass/branding.scss */
.Sports-Button-Red:hover, .tp-caption.Sports-Button-Red:hover {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 0 0 0 0;
  color: #fff;
  text-decoration: none;
}

/* line 4880, sass/branding.scss */
.Photography-Button, .tp-caption.Photography-Button {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 30px 30px 30px 30px;
  color: #fff;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 13px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 4895, sass/branding.scss */
.Photography-Button:hover, .tp-caption.Photography-Button:hover {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 30px 30px 30px 30px;
  color: #fff;
  text-decoration: none;
}

/* line 4902, sass/branding.scss */
.Newspaper-Button-2, .tp-caption.Newspaper-Button-2 {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px 3px 3px 3px;
  color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 15px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 4916, sass/branding.scss */
.Newspaper-Button-2:hover, .tp-caption.Newspaper-Button-2:hover {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 3px 3px 3px 3px;
  color: #fff;
  text-decoration: none;
}

/* line 4923, sass/branding.scss */
.Feature-Tour, .tp-caption.Feature-Tour {
  background-color: #8bc027;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 17px 35px;
  text-align: left;
}

/* line 4933, sass/branding.scss */
.Feature-Tour, .Feature-Tour:hover, .tp-caption.Feature-Tour, .tp-caption.Feature-Tour:hover {
  border: 0 solid transparent;
  border-radius: 30px 30px 30px 30px;
  color: #fff;
  text-decoration: none;
}

/* line 4939, sass/branding.scss */
.Feature-Tour:hover, .tp-caption.Feature-Tour:hover {
  background-color: #72a800;
}

/* line 4942, sass/branding.scss */
.Feature-Examples, .tp-caption.Feature-Examples {
  background-color: transparent;
  border: 2px solid rgba(33, 42, 64, 0.15);
  border-radius: 30px 30px 30px 30px;
  color: rgba(33, 42, 64, 0.5);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 15px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 4956, sass/branding.scss */
.Feature-Examples:hover, .tp-caption.Feature-Examples:hover {
  background-color: transparent;
  border: 2px solid #8bc027;
  border-radius: 30px 30px 30px 30px;
  color: #8bc027;
  text-decoration: none;
}

/* line 4963, sass/branding.scss */
.subcaption, .tp-caption.subcaption {
  color: #6f7c82;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
}

/* line 4969, sass/branding.scss */
.menutab, .subcaption, .tp-caption.menutab, .tp-caption.subcaption {
  background-color: transparent;
  border: 0 none #000;
  border-radius: 0 0 0 0;
  font-family: roboto;
  font-style: normal;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

/* line 4980, sass/branding.scss */
.menutab, .tp-caption.menutab {
  color: #292e31;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

/* line 4986, sass/branding.scss */
.menutab:hover, .tp-caption.menutab:hover {
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  color: #d50000;
  text-decoration: none;
}

/* line 4993, sass/branding.scss */
.maincontent, .tp-caption.maincontent {
  color: #292e31;
  font-size: 21px;
  font-weight: 300;
  line-height: 26px;
}

/* line 4999, sass/branding.scss */
.maincontent, .minitext, .tp-caption.maincontent, .tp-caption.minitext {
  background-color: transparent;
  border: 0 none #000;
  border-radius: 0 0 0 0;
  font-family: roboto;
  font-style: normal;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

/* line 5010, sass/branding.scss */
.minitext, .tp-caption.minitext {
  color: #b9babb;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

/* line 5016, sass/branding.scss */
.Feature-Buy, .tp-caption.Feature-Buy {
  background-color: #009aee;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 17px 35px;
  text-align: left;
}

/* line 5026, sass/branding.scss */
.Feature-Buy, .Feature-Buy:hover, .tp-caption.Feature-Buy, .tp-caption.Feature-Buy:hover {
  border: 0 solid transparent;
  border-radius: 30px 30px 30px 30px;
  color: #fff;
  text-decoration: none;
}

/* line 5032, sass/branding.scss */
.Feature-Buy:hover, .tp-caption.Feature-Buy:hover {
  background-color: #0085d6;
}

/* line 5035, sass/branding.scss */
.Feature-Examples-Light, .tp-caption.Feature-Examples-Light {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px 30px 30px 30px;
  color: #fff;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 15px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 5049, sass/branding.scss */
.Feature-Examples-Light:hover, .tp-caption.Feature-Examples-Light:hover {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 30px 30px 30px 30px;
  color: #fff;
  text-decoration: none;
}

/* line 5056, sass/branding.scss */
.Facebook-Likes, .tp-caption.Facebook-Likes {
  background-color: #3b5999;
  color: #fff;
  padding: 5px 15px;
}

/* line 5061, sass/branding.scss */
.Facebook-Likes, .tp-caption.Facebook-Likes, .tp-caption.Twitter-Favorites, .Twitter-Favorites {
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  text-decoration: none;
}

/* line 5072, sass/branding.scss */
.tp-caption.Twitter-Favorites, .Twitter-Favorites {
  background-color: rgba(255, 255, 255, 0);
  color: #8899a6;
  padding: 0;
}

/* line 5077, sass/branding.scss */
.tp-caption.Twitter-Link, .Twitter-Link {
  background-color: #fff;
  border: 0 none transparent;
  border-radius: 30px 30px 30px 30px;
  color: #8799a5;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  padding: 11px 11px 9px;
  text-align: left;
  text-decoration: none;
}

/* line 5091, sass/branding.scss */
.tp-caption.Twitter-Link:hover, .Twitter-Link:hover {
  background-color: #0084b4;
  border: 0 none transparent;
  border-radius: 30px 30px 30px 30px;
  color: #fff;
  text-decoration: none;
}

/* line 5098, sass/branding.scss */
.tp-caption.Twitter-Retweet, .Twitter-Retweet {
  background-color: rgba(255, 255, 255, 0);
  color: #8899a6;
  font-size: 15px;
  line-height: 22px;
  padding: 0;
}

/* line 5105, sass/branding.scss */
.tp-caption.Twitter-Content, .tp-caption.Twitter-Retweet, .Twitter-Content, .Twitter-Retweet {
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

/* line 5114, sass/branding.scss */
.tp-caption.Twitter-Content, .Twitter-Content {
  background-color: #fff;
  color: #292f33;
  font-size: 20px;
  line-height: 28px;
  padding: 30px 30px 70px;
}

/* line 5121, sass/branding.scss */
.revtp-form input[type=email], .revtp-form input[type=text], .revtp-searchform input[type=email], .revtp-searchform input[type=text] {
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 0;
  width: 400px;
  margin-bottom: 0;
  transition: background-color .5s;
  border-radius: 0;
}

/* line 5135, sass/branding.scss */
.BigBold-Title, .tp-caption.BigBold-Title {
  color: #fff;
  font-size: 110px;
  line-height: 100px;
  font-weight: 800;
  font-style: normal;
  font-family: Raleway;
  padding: 10px 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: left;
}

/* line 5149, sass/branding.scss */
.BigBold-SubTitle, .tp-caption.BigBold-SubTitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 24px;
  padding: 0;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
}

/* line 5157, sass/branding.scss */
.BigBold-Button, .BigBold-SubTitle, .tp-caption.BigBold-Button, .tp-caption.BigBold-SubTitle {
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  background-color: transparent;
  text-align: left;
  letter-spacing: 1px;
}

/* line 5166, sass/branding.scss */
.BigBold-Button, .tp-caption.BigBold-Button {
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  padding: 15px 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
}

/* line 5174, sass/branding.scss */
.BigBold-Button:hover, .tp-caption.BigBold-Button:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0 0 0 0;
}

/* line 5181, sass/branding.scss */
.FoodCarousel-Content, .tp-caption.FoodCarousel-Content {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  padding: 30px;
}

/* line 5187, sass/branding.scss */
.FoodCarousel-Button, .FoodCarousel-Content, .tp-caption.FoodCarousel-Button, .tp-caption.FoodCarousel-Content {
  color: #292e31;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #292e31;
  border-radius: 0 0 0 0;
  text-align: left;
}

/* line 5197, sass/branding.scss */
.FoodCarousel-Button, .tp-caption.FoodCarousel-Button {
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  padding: 15px 70px 15px 50px;
  letter-spacing: 1px;
}

/* line 5204, sass/branding.scss */
.FoodCarousel-Button:hover, .tp-caption.FoodCarousel-Button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #292e31;
  border: 1px solid #292e31;
  border-radius: 0 0 0 0;
}

/* line 5211, sass/branding.scss */
.FoodCarousel-CloseButton, .tp-caption.FoodCarousel-CloseButton {
  color: #292e31;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 14px 14px 14px 16px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid rgba(41, 46, 49, 0);
  border-radius: 30px 30px 30px 30px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 5226, sass/branding.scss */
.FoodCarousel-CloseButton:hover, .tp-caption.FoodCarousel-CloseButton:hover {
  color: #fff;
  text-decoration: none;
  background-color: #292e31;
  border: 1px solid rgba(41, 46, 49, 0);
  border-radius: 30px 30px 30px 30px;
}

/* line 5233, sass/branding.scss */
.tp-caption.Video-SubTitle, .Video-SubTitle {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.35);
  letter-spacing: 2px;
}

/* line 5240, sass/branding.scss */
.tp-caption.Video-SubTitle, .tp-caption.Video-Title, .Video-SubTitle, .Video-Title {
  color: #fff;
  font-style: normal;
  font-family: Raleway;
  padding: 5px;
  text-decoration: none;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: left;
}

/* line 5250, sass/branding.scss */
.tp-caption.Video-Title, .Video-Title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  background-color: #000;
}

/* line 5256, sass/branding.scss */
.tp-caption.Travel-BigCaption, .Travel-BigCaption {
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

/* line 5261, sass/branding.scss */
.tp-caption.Travel-BigCaption, .tp-caption.Travel-SmallCaption, .Travel-BigCaption, .Travel-SmallCaption {
  color: #fff;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: left;
}

/* line 5272, sass/branding.scss */
.tp-caption.Travel-SmallCaption, .Travel-SmallCaption {
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
}

/* line 5277, sass/branding.scss */
.tp-caption.Travel-CallToAction, .Travel-CallToAction {
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 20px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px solid #fff;
  border-radius: 5px 5px 5px 5px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 5292, sass/branding.scss */
.tp-caption.Travel-CallToAction:hover, .Travel-CallToAction:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
  border: 2px solid #fff;
  border-radius: 5px 5px 5px 5px;
}

/* line 5299, sass/branding.scss */
.RotatingWords-TitleWhite, .tp-caption.RotatingWords-TitleWhite {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  font-style: normal;
  font-family: Raleway;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: left;
}

/* line 5313, sass/branding.scss */
.RotatingWords-Button, .tp-caption.RotatingWords-Button {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 20px 50px;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 0 0 0 0;
  text-align: left;
  letter-spacing: 3px;
}

/* line 5328, sass/branding.scss */
.RotatingWords-Button:hover, .tp-caption.RotatingWords-Button:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 0 0 0 0;
}

/* line 5335, sass/branding.scss */
.RotatingWords-SmallText, .tp-caption.RotatingWords-SmallText {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-shadow: none;
}

/* line 5342, sass/branding.scss */
.ContentZoom-SmallTitle, .RotatingWords-SmallText, .tp-caption.ContentZoom-SmallTitle, .tp-caption.RotatingWords-SmallText {
  font-style: normal;
  font-family: Raleway;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: left;
}

/* line 5352, sass/branding.scss */
.ContentZoom-SmallTitle, .tp-caption.ContentZoom-SmallTitle {
  color: #292e31;
  font-size: 33px;
  line-height: 45px;
  font-weight: 600;
}

/* line 5358, sass/branding.scss */
.ContentZoom-SmallSubtitle, .tp-caption.ContentZoom-SmallSubtitle {
  color: #6f7c82;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 0;
}

/* line 5365, sass/branding.scss */
.ContentZoom-SmallIcon, .ContentZoom-SmallSubtitle, .tp-caption.ContentZoom-SmallIcon, .tp-caption.ContentZoom-SmallSubtitle {
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: left;
}

/* line 5374, sass/branding.scss */
.ContentZoom-SmallIcon, .tp-caption.ContentZoom-SmallIcon {
  color: #292e31;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  padding: 10px;
}

/* line 5381, sass/branding.scss */
.ContentZoom-SmallIcon:hover, .tp-caption.ContentZoom-SmallIcon:hover {
  color: #6f7c82;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
}

/* line 5388, sass/branding.scss */
.ContentZoom-DetailTitle, .tp-caption.ContentZoom-DetailTitle {
  color: #292e31;
  font-size: 70px;
  line-height: 70px;
}

/* line 5393, sass/branding.scss */
.ContentZoom-DetailSubTitle, .ContentZoom-DetailTitle, .tp-caption.ContentZoom-DetailSubTitle, .tp-caption.ContentZoom-DetailTitle {
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: left;
}

/* line 5404, sass/branding.scss */
.ContentZoom-DetailSubTitle, .tp-caption.ContentZoom-DetailSubTitle {
  color: #6f7c82;
  font-size: 25px;
  line-height: 25px;
}

/* line 5409, sass/branding.scss */
.ContentZoom-DetailContent, .tp-caption.ContentZoom-DetailContent {
  color: #6f7c82;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: left;
}

/* line 5423, sass/branding.scss */
.ContentZoom-Button, .tp-caption.ContentZoom-Button {
  color: #292e31;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 15px 50px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid rgba(41, 46, 49, 0.5);
  border-radius: 0 0 0 0;
  text-align: left;
  letter-spacing: 1px;
}

/* line 5438, sass/branding.scss */
.ContentZoom-Button:hover, .tp-caption.ContentZoom-Button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #292e31;
  border: 1px solid #292e31;
  border-radius: 0 0 0 0;
}

/* line 5445, sass/branding.scss */
.ContentZoom-ButtonClose, .tp-caption.ContentZoom-ButtonClose {
  color: #292e31;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 14px 14px 14px 16px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid rgba(41, 46, 49, 0.5);
  border-radius: 30px 30px 30px 30px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 5460, sass/branding.scss */
.ContentZoom-ButtonClose:hover, .tp-caption.ContentZoom-ButtonClose:hover {
  color: #fff;
  text-decoration: none;
  background-color: #292e31;
  border: 1px solid #292e31;
  border-radius: 30px 30px 30px 30px;
}

/* line 5467, sass/branding.scss */
.Newspaper-Title, .tp-caption.Newspaper-Title {
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  font-family: Roboto Slab;
  padding: 0 0 10px;
}

/* line 5475, sass/branding.scss */
.Newspaper-Subtitle, .Newspaper-Title, .tp-caption.Newspaper-Subtitle, .tp-caption.Newspaper-Title {
  font-style: normal;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: left;
}

/* line 5483, sass/branding.scss */
.Newspaper-Subtitle, .tp-caption.Newspaper-Subtitle {
  color: #a8d8ee;
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
  font-family: Roboto;
  padding: 0;
}

/* line 5491, sass/branding.scss */
.Newspaper-Button, .tp-caption.Newspaper-Button {
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0 0 0 0;
  letter-spacing: 2px;
  text-align: left;
}

/* line 5506, sass/branding.scss */
.Newspaper-Button:hover, .tp-caption.Newspaper-Button:hover {
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0 0 0 0;
}

/* line 5513, sass/branding.scss */
.rtwhitemedium, .tp-caption.rtwhitemedium {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: 0 none #000;
  text-shadow: none;
}

@media only screen and (max-width: 767px) {
  /* line 5524, sass/branding.scss */
  .revtp-form input[type=email], .revtp-form input[type=text], .revtp-searchform input[type=email], .revtp-searchform input[type=text] {
    width: 200px !important;
  }
}
/* line 5528, sass/branding.scss */
.revtp-form input[type=submit], .revtp-searchform input[type=submit] {
  font-family: Arial, sans-serif;
  line-height: 46px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  padding: 0 20px;
  border: 0;
  background: #009aee;
  color: #fff;
  border-radius: 0;
}

/* line 5541, sass/branding.scss */
.Concept-Title, .tp-caption.Concept-Title {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-style: normal;
  font-family: Roboto Condensed;
  letter-spacing: 5px;
}

/* line 5549, sass/branding.scss */
.Concept-SubTitle, .Concept-Title, .tp-caption.Concept-SubTitle, .tp-caption.Concept-Title {
  font-weight: 700;
  padding: 0 0 10px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
}

/* line 5558, sass/branding.scss */
.Concept-SubTitle, .tp-caption.Concept-SubTitle {
  color: rgba(255, 255, 255, 0.65);
  font-size: 25px;
  line-height: 25px;
  font-style: italic;
  font-family: Playfair Display;
}

/* line 5565, sass/branding.scss */
.Concept-Content, .tp-caption.Concept-Content {
  font-size: 20px;
  font-weight: 400;
  font-family: Roboto Condensed;
  padding: 0;
  text-align: center;
  border: 2px none #fff;
  border-radius: 0 0 0 0;
}

/* line 5574, sass/branding.scss */
.Concept-Content, .Concept-MoreBtn, .tp-caption.Concept-Content, .tp-caption.Concept-MoreBtn {
  color: #fff;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
  background-color: transparent;
}

/* line 5581, sass/branding.scss */
.Concept-MoreBtn, .tp-caption.Concept-MoreBtn {
  font-size: 30px;
  font-weight: 300;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  border: 0 solid rgba(255, 255, 255, 0);
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}

/* line 5591, sass/branding.scss */
.Concept-MoreBtn:hover, .tp-caption.Concept-MoreBtn:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
  border: 0 solid rgba(255, 255, 255, 0);
  border-radius: 50px 50px 50px 50px;
}

/* line 5598, sass/branding.scss */
.Concept-LessBtn, .tp-caption.Concept-LessBtn {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  background-color: #000;
  border: 0 solid rgba(255, 255, 255, 0);
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}

/* line 5613, sass/branding.scss */
.Concept-LessBtn:hover, .tp-caption.Concept-LessBtn:hover {
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 0 solid rgba(255, 255, 255, 0);
  border-radius: 50px 50px 50px 50px;
}

/* line 5620, sass/branding.scss */
.Concept-SubTitle-Dark, .tp-caption.Concept-SubTitle-Dark {
  color: rgba(0, 0, 0, 0.65);
  font-size: 25px;
  line-height: 25px;
  font-style: italic;
  font-family: Playfair Display;
  text-align: left;
}

/* line 5628, sass/branding.scss */
.Concept-SubTitle-Dark, .Concept-Title-Dark, .tp-caption.Concept-SubTitle-Dark, .tp-caption.Concept-Title-Dark {
  font-weight: 700;
  padding: 0 0 10px;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
}

/* line 5636, sass/branding.scss */
.Concept-Title-Dark, .tp-caption.Concept-Title-Dark {
  color: #000;
  font-size: 70px;
  line-height: 70px;
  font-style: normal;
  font-family: Roboto Condensed;
  text-align: center;
  letter-spacing: 5px;
}

/* line 5645, sass/branding.scss */
.Concept-MoreBtn-Dark, .tp-caption.Concept-MoreBtn-Dark {
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  background-color: transparent;
  border: 0 solid rgba(255, 255, 255, 0);
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}

/* line 5660, sass/branding.scss */
.Concept-MoreBtn-Dark:hover, .tp-caption.Concept-MoreBtn-Dark:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border: 0 solid rgba(255, 255, 255, 0);
  border-radius: 50px 50px 50px 50px;
}

/* line 5667, sass/branding.scss */
.Concept-Content-Dark, .tp-caption.Concept-Content-Dark {
  color: #000;
  font-size: 20px;
  line-height: 30px;
}

/* line 5672, sass/branding.scss */
.Concept-Content-Dark, .Concept-Notice, .tp-caption.Concept-Content-Dark, .tp-caption.Concept-Notice {
  font-weight: 400;
  font-style: normal;
  font-family: Roboto Condensed;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border: 2px none #fff;
  border-radius: 0 0 0 0;
}

/* line 5683, sass/branding.scss */
.Concept-Notice, .tp-caption.Concept-Notice {
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 2px;
}

/* line 5689, sass/branding.scss */
.tp-caption.Concept-Content a, .tp-caption.Concept-Content a:visited {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
  font-weight: 700 !important;
}

/* line 5694, sass/branding.scss */
.tp-caption.Concept-Content a:hover {
  border-bottom: 1px solid transparent !important;
}

/* line 5697, sass/branding.scss */
.tp-caption.Concept-Content-Dark a, .tp-caption.Concept-Content-Dark a:visited {
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
  font-weight: 700 !important;
}

/* line 5702, sass/branding.scss */
.tp-caption.Concept-Content-Dark a:hover {
  border-bottom: 1px solid transparent !important;
}

/* line 5705, sass/branding.scss */
.Creative-Title, .tp-caption.Creative-Title {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-family: Playfair Display;
}

/* line 5711, sass/branding.scss */
.Creative-SubTitle, .Creative-Title, .tp-caption.Creative-SubTitle, .tp-caption.Creative-Title {
  font-weight: 400;
  font-style: normal;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
}

/* line 5721, sass/branding.scss */
.Creative-SubTitle, .tp-caption.Creative-SubTitle {
  color: #cdb083;
  font-size: 14px;
  line-height: 14px;
  font-family: Lato;
  letter-spacing: 2px;
}

/* line 5728, sass/branding.scss */
.Creative-Button, .tp-caption.Creative-Button {
  color: #cdb083;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 15px 50px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border: 1px solid rgba(206, 176, 131, 0.25);
  border-radius: 0 0 0 0;
  letter-spacing: 2px;
}

/* line 5743, sass/branding.scss */
.Creative-Button:hover, .tp-caption.Creative-Button:hover {
  color: #cdb083;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #cdb083;
  border-radius: 0 0 0 0;
}

/* line 5750, sass/branding.scss */
.subcaption, .tp-caption.subcaption {
  color: #6f7c82;
  font-size: 19px;
  line-height: 24px;
  font-family: roboto;
  background-color: transparent;
  border: 0 none #000;
  border-radius: 0 0 0 0;
  text-shadow: none;
}

/* line 5760, sass/branding.scss */
.RedDot, .subcaption, .tp-caption.RedDot, .tp-caption.subcaption {
  font-weight: 400;
  font-style: normal;
  padding: 0;
  text-decoration: none;
  text-align: left;
}

/* line 5767, sass/branding.scss */
.RedDot, .tp-caption.RedDot {
  color: #000;
  background-color: #d50000;
  border: 5px solid #fff;
  border-radius: 50px 50px 50px 50px;
}

/* line 5773, sass/branding.scss */
.RedDot:hover, .tp-caption.RedDot:hover {
  color: #000;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.75);
  border: 5px solid #d50000;
  border-radius: 50px 50px 50px 50px;
}

/* line 5780, sass/branding.scss */
.SlidingOverlays-Title, .tp-caption.SlidingOverlays-Title {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-family: Playfair Display;
}

/* line 5787, sass/branding.scss */
.SlidingOverlays-Title, .tp-caption.SlidingOverlays-Title, .tp-caption.Woo-Rating, .Woo-Rating {
  font-style: normal;
  padding: 0;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
}

/* line 5796, sass/branding.scss */
.tp-caption.Woo-Rating, .Woo-Rating {
  color: #000;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  font-family: Roboto;
}

/* line 5803, sass/branding.scss */
.tp-caption.Woo-TitleLarge, .Woo-TitleLarge {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-family: Playfair Display;
}

/* line 5809, sass/branding.scss */
.tp-caption.Woo-SubTitle, .tp-caption.Woo-TitleLarge, .Woo-SubTitle, .Woo-TitleLarge {
  color: #000;
  font-style: normal;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: center;
}

/* line 5819, sass/branding.scss */
.tp-caption.Woo-SubTitle, .Woo-SubTitle {
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  font-family: Roboto;
  letter-spacing: 2px;
}

/* line 5826, sass/branding.scss */
.tp-caption.Woo-PriceLarge, .Woo-PriceLarge {
  color: #000;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: center;
}

/* line 5840, sass/branding.scss */
.tp-caption.Woo-ProductInfo, .Woo-ProductInfo {
  color: #000;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 75px 12px 50px;
  text-decoration: none;
  background-color: #fecf72;
  border: 1px solid #000;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
}

/* line 5854, sass/branding.scss */
.tp-caption.Woo-ProductInfo:hover, .Woo-ProductInfo:hover {
  color: #000;
  text-decoration: none;
  background-color: #f3a847;
  border: 1px solid #000;
  border-radius: 4px 4px 4px 4px;
}

/* line 5861, sass/branding.scss */
.tp-caption.Woo-AddToCart, .Woo-AddToCart {
  color: #000;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px;
  text-decoration: none;
  background-color: #fecf72;
  border: 1px solid #000;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
}

/* line 5875, sass/branding.scss */
.tp-caption.Woo-AddToCart:hover, .Woo-AddToCart:hover {
  color: #000;
  text-decoration: none;
  background-color: #f3a847;
  border: 1px solid #000;
  border-radius: 4px 4px 4px 4px;
}

/* line 5882, sass/branding.scss */
.FullScreen-Toggle, .tp-caption.FullScreen-Toggle {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  padding: 11px 8px 11px 12px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0 solid rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
  letter-spacing: 3px;
  text-align: left;
}

/* line 5897, sass/branding.scss */
.FullScreen-Toggle:hover, .tp-caption.FullScreen-Toggle:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border: 0 solid rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
}

/* line 5904, sass/branding.scss */
.Agency-Title, .tp-caption.Agency-Title {
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-style: normal;
  font-family: lato;
  text-align: left;
  letter-spacing: 10px;
}

/* line 5913, sass/branding.scss */
.Agency-SubTitle, .Agency-Title, .tp-caption.Agency-SubTitle, .tp-caption.Agency-Title {
  color: #fff;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
}

/* line 5921, sass/branding.scss */
.Agency-SubTitle, .tp-caption.Agency-SubTitle {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
  text-align: center;
}

/* line 5929, sass/branding.scss */
.Agency-PlayBtn, .tp-caption.Agency-PlayBtn {
  font-size: 30px;
  line-height: 71px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-align: center;
}

/* line 5938, sass/branding.scss */
.Agency-PlayBtn, .Agency-PlayBtn:hover, .tp-caption.Agency-PlayBtn, .tp-caption.Agency-PlayBtn:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 100px 100px 100px 100px;
}

/* line 5945, sass/branding.scss */
.Agency-PlayBtn:hover, .tp-caption.Agency-PlayBtn:hover {
  cursor: pointer;
}

/* line 5948, sass/branding.scss */
.Agency-SmallText, .tp-caption.Agency-SmallText {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 900;
  font-style: normal;
  font-family: lato;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: left;
  letter-spacing: 5px;
}

/* line 5963, sass/branding.scss */
.Agency-Social, .tp-caption.Agency-Social {
  color: #333;
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #333;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

/* line 5977, sass/branding.scss */
.Agency-Social:hover, .tp-caption.Agency-Social:hover {
  color: #fff;
  text-decoration: none;
  background-color: #333;
  border: 2px solid #333;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

/* line 5985, sass/branding.scss */
.Agency-CloseBtn, .tp-caption.Agency-CloseBtn {
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-align: center;
}

/* line 5994, sass/branding.scss */
.Agency-CloseBtn, .Agency-CloseBtn:hover, .tp-caption.Agency-CloseBtn, .tp-caption.Agency-CloseBtn:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: 0 none rgba(255, 255, 255, 0);
  border-radius: 100px 100px 100px 100px;
}

/* line 6001, sass/branding.scss */
.Agency-CloseBtn:hover, .tp-caption.Agency-CloseBtn:hover {
  cursor: pointer;
}

/* line 6004, sass/branding.scss */
.Dining-Title, .tp-caption.Dining-Title {
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 10px;
}

/* line 6009, sass/branding.scss */
.Dining-SubTitle, .Dining-Title, .tp-caption.Dining-SubTitle, .tp-caption.Dining-Title {
  color: #fff;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: left;
}

/* line 6021, sass/branding.scss */
.Dining-SubTitle, .tp-caption.Dining-SubTitle {
  font-size: 20px;
  line-height: 20px;
}

/* line 6025, sass/branding.scss */
.Dining-BtnLight, .tp-caption.Dining-BtnLight {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  font-style: normal;
  font-family: Lato;
  padding: 17px 73px 17px 50px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0 0 0 0;
  text-align: left;
  letter-spacing: 2px;
}

/* line 6040, sass/branding.scss */
.Dining-BtnLight:hover, .tp-caption.Dining-BtnLight:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0 0 0 0;
}

/* line 6047, sass/branding.scss */
.Dining-Social, .tp-caption.Dining-Social {
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

/* line 6061, sass/branding.scss */
.Dining-Social:hover, .tp-caption.Dining-Social:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

/* line 6069, sass/branding.scss */
.Team-Thumb, tp-caption.Team-Thumb {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0;
  text-align: left;
}

/* line 6078, sass/branding.scss */
.Team-Thumb, .Team-Thumb:hover, .tp-caption.Team-Thumb:hover, tp-caption.Team-Thumb {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
}

/* line 6085, sass/branding.scss */
.Team-Thumb:hover, .tp-caption.Team-Thumb:hover {
  cursor: pointer;
}

/* line 6088, sass/branding.scss */
.Team-Name, .tp-caption.Team-Name {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: left;
}

/* line 6102, sass/branding.scss */
.Team-Position, .tp-caption.Team-Position {
  font-size: 30px;
  line-height: 30px;
  font-family: Georgia, serif;
}

/* line 6107, sass/branding.scss */
.Team-Description, .Team-Position, .tp-caption.Team-Description, .tp-caption.Team-Position {
  color: #fff;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: left;
}

/* line 6118, sass/branding.scss */
.Team-Description, .tp-caption.Team-Description {
  font-size: 18px;
  line-height: 28px;
  font-family: Roboto;
}

/* line 6123, sass/branding.scss */
.Team-Social, .tp-caption.Team-Social {
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0;
  text-align: center;
}

/* line 6132, sass/branding.scss */
.Team-Social, .Team-Social:hover, .tp-caption.Team-Social, .tp-caption.Team-Social:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
}

/* line 6139, sass/branding.scss */
.Team-Social:hover, .tp-caption.Team-Social:hover {
  cursor: pointer;
}

/* line 6142, sass/branding.scss */
.tp-caption.VideoControls-Play, .VideoControls-Play {
  color: #000;
  font-size: 50px;
  line-height: 120px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 7px;
  text-decoration: none;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

/* line 6156, sass/branding.scss */
.tp-caption.VideoControls-Play:hover, .VideoControls-Play:hover {
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

/* line 6164, sass/branding.scss */
.tp-caption.VideoPlayer-Title, .VideoPlayer-Title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  text-align: left;
  letter-spacing: 10px;
}

/* line 6173, sass/branding.scss */
.tp-caption.VideoPlayer-SubTitle, .tp-caption.VideoPlayer-Title, .VideoPlayer-SubTitle, .VideoPlayer-Title {
  color: #fff;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
}

/* line 6181, sass/branding.scss */
.tp-caption.VideoPlayer-SubTitle, .VideoPlayer-SubTitle {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
  text-align: center;
}

/* line 6189, sass/branding.scss */
.tp-caption.VideoPlayer-Social, .VideoPlayer-Social {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: center;
}

/* line 6203, sass/branding.scss */
.tp-caption.VideoPlayer-Social:hover, .VideoPlayer-Social:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  cursor: pointer;
}

/* line 6211, sass/branding.scss */
.tp-caption.VideoControls-Mute, .VideoControls-Mute {
  color: #000;
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

/* line 6225, sass/branding.scss */
.tp-caption.VideoControls-Mute:hover, .VideoControls-Mute:hover {
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

/* line 6233, sass/branding.scss */
.tp-caption.VideoControls-Pause, .VideoControls-Pause {
  color: #000;
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

/* line 6247, sass/branding.scss */
.tp-caption.VideoControls-Pause:hover, .VideoControls-Pause:hover {
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

/* line 6255, sass/branding.scss */
.SleekLanding-Title, .tp-caption.SleekLanding-Title {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: left;
  letter-spacing: 5px;
}

/* line 6270, sass/branding.scss */
.SleekLanding-ButtonBG, .tp-caption.SleekLanding-ButtonBG {
  color: #000;
  font-weight: 700;
  font-style: normal;
  padding: 0;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0 solid transparent;
  border-radius: 5px 5px 5px 5px;
  text-align: left;
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.15);
}

/* line 6282, sass/branding.scss */
.SleekLanding-SmallTitle, .tp-caption.SleekLanding-SmallTitle {
  font-size: 13px;
  line-height: 50px;
  font-weight: 900;
  letter-spacing: 2px;
}

/* line 6288, sass/branding.scss */
.SleekLanding-BottomText, .SleekLanding-SmallTitle, .tp-caption.SleekLanding-BottomText, .tp-caption.SleekLanding-SmallTitle {
  color: #fff;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: left;
}

/* line 6299, sass/branding.scss */
.SleekLanding-BottomText, .tp-caption.SleekLanding-BottomText {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

/* line 6304, sass/branding.scss */
.SleekLanding-Social, .tp-caption.SleekLanding-Social {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: center;
}

/* line 6318, sass/branding.scss */
.SleekLanding-Social:hover, .tp-caption.SleekLanding-Social:hover {
  color: rgba(0, 0, 0, 0.25);
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  cursor: pointer;
}

/* line 6326, sass/branding.scss */
#rev_slider_429_1_wrapper .tp-loader.spinner2 {
  background-color: #555 !important;
}

/* line 6329, sass/branding.scss */
.tp-fat {
  font-weight: 900 !important;
}

/* line 6332, sass/branding.scss */
.PostSlider-Category, .tp-caption.PostSlider-Category {
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  font-family: Roboto;
  letter-spacing: 3px;
}

/* line 6339, sass/branding.scss */
.PostSlider-Category, .PostSlider-Title, .tp-caption.PostSlider-Category, .tp-caption.PostSlider-Title {
  color: #000;
  font-style: normal;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: left;
}

/* line 6349, sass/branding.scss */
.PostSlider-Title, .tp-caption.PostSlider-Title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-family: Playfair Display;
}

/* line 6355, sass/branding.scss */
.PostSlider-Content, .tp-caption.PostSlider-Content {
  color: #777;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: left;
}

/* line 6369, sass/branding.scss */
.PostSlider-Button, .tp-caption.PostSlider-Button {
  color: #000;
  font-size: 15px;
  line-height: 40px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 56px 1px 32px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0 0 0 0;
  text-align: left;
}

/* line 6383, sass/branding.scss */
.PostSlider-Button:hover, .tp-caption.PostSlider-Button:hover {
  color: #000;
  text-decoration: none;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 0 0 0 0;
  cursor: pointer;
}

/* line 6391, sass/branding.scss */
.LandingPage-Title, .tp-caption.LandingPage-Title {
  color: white;
  font-size: 70px;
  line-height: 80px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  letter-spacing: 10px;
}

/* line 6400, sass/branding.scss */
.LandingPage-SubTitle, .LandingPage-Title, .tp-caption.LandingPage-SubTitle, .tp-caption.LandingPage-Title {
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: left;
}

/* line 6408, sass/branding.scss */
.LandingPage-SubTitle, .tp-caption.LandingPage-SubTitle {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
}

/* line 6416, sass/branding.scss */
.LandingPage-Button, .tp-caption.LandingPage-Button {
  color: #000;
  font-size: 15px;
  line-height: 54px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0 35px;
  text-decoration: none;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 0 0 0 0;
  text-align: left;
  letter-spacing: 3px;
}

/* line 6431, sass/branding.scss */
.LandingPage-Button:hover, .tp-caption.LandingPage-Button:hover {
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 0 0 0 0;
  cursor: pointer;
}

/* line 6439, sass/branding.scss */
.tp-caption.App-Content a, .tp-caption.App-Content a:visited {
  color: #89124e !important;
  border-bottom: 1px solid transparent !important;
  font-weight: 700 !important;
}

/* line 6444, sass/branding.scss */
.tp-caption.App-Content a:hover {
  border-bottom: 1px solid #89124e !important;
}

/* line 6447, sass/branding.scss */
.RockBand-LogoText, .tp-caption.RockBand-LogoText {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Oswald;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: left;
}

/* line 6461, sass/branding.scss */
.tp-caption.Twitter-Content a, .tp-caption.Twitter-Content a:visited {
  color: #fff !important;
  text-decoration: underline !important;
}

/* line 6465, sass/branding.scss */
.tp-caption.Twitter-Content a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

/* line 6469, sass/branding.scss */
.soundcloudwrapper iframe {
  width: 100% !important;
}

/* line 6472, sass/branding.scss */
.ComingSoon-Highlight, .tp-caption.ComingSoon-Highlight {
  color: #fff;
  font-size: 20px;
  line-height: 37px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 20px 3px;
  text-decoration: none;
  background-color: #009aee;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: left;
}

/* line 6486, sass/branding.scss */
.ComingSoon-Count, .tp-caption.ComingSoon-Count {
  font-size: 50px;
  line-height: 50px;
  font-weight: 900;
  text-align: left;
}

/* line 6492, sass/branding.scss */
.ComingSoon-Count, .ComingSoon-CountUnit, .tp-caption.ComingSoon-Count, .tp-caption.ComingSoon-CountUnit {
  color: #fff;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
}

/* line 6502, sass/branding.scss */
.ComingSoon-CountUnit, .tp-caption.ComingSoon-CountUnit {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

/* line 6508, sass/branding.scss */
.ComingSoon-NotifyMe, .tp-caption.ComingSoon-NotifyMe {
  color: #a49d8f;
  font-size: 27px;
  line-height: 35px;
  font-weight: 600;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: center;
}

/* line 6522, sass/branding.scss */
#mc_embed_signup input#mce-EMAIL {
  font-family: Lato, sans-serif;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 1px solid #fff;
  width: 400px;
  margin-bottom: 0;
  transition: background-color .5s;
  border-radius: 0;
}

/* line 6536, sass/branding.scss */
#mc_embed_signup input#mce-EMAIL[type=email]:focus {
  background-color: #fff;
  border: 1px solid #666;
  border-right: 0;
}

/* line 6541, sass/branding.scss */
#mc_embed_signup input#mc-embedded-subscribe, #mc_embed_signup input#mc-embedded-subscribe:focus {
  font-family: Lato, sans-serif;
  line-height: 46px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  padding: 0 20px;
  border: 1px solid #009aee;
  background: #009aee;
  color: #fff;
  border-radius: 0;
}

/* line 6554, sass/branding.scss */
#mc_embed_signup input#mc-embedded-subscribe:hover {
  background: #0083d4;
}

@media only screen and (max-width: 767px) {
  /* line 6559, sass/branding.scss */
  #mc_embed_signup input#mce-EMAIL {
    width: 200px;
  }
}
/* line 6563, sass/branding.scss */
.Agency-SmallTitle, .tp-caption.Agency-SmallTitle {
  line-height: 22px;
  letter-spacing: 6px;
}

/* line 6567, sass/branding.scss */
.Agency-SmallContent, .Agency-SmallTitle, .tp-caption.Agency-SmallContent, .tp-caption.Agency-SmallTitle {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  font-family: lato;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: center;
}

/* line 6580, sass/branding.scss */
.Agency-SmallContent, .tp-caption.Agency-SmallContent {
  line-height: 24px;
}

/* line 6583, sass/branding.scss */
.Agency-SmallLink, .tp-caption.Agency-SmallLink {
  color: #f87c09;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: lato;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #f87c09 !important;
}

/* line 6599, sass/branding.scss */
.Agency-SmallLink:hover, .tp-caption.Agency-SmallLink:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  cursor: pointer;
}

/* line 6607, sass/branding.scss */
.Agency-NavButton, .tp-caption.Agency-NavButton {
  color: #333;
  font-size: 17px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 0 0 0 0;
  text-align: center;
}

/* line 6621, sass/branding.scss */
.Agency-NavButton:hover, .tp-caption.Agency-NavButton:hover {
  color: #fff;
  text-decoration: none;
  background-color: #333;
  border: 0 solid #000;
  border-radius: 0 0 0 0;
  cursor: pointer;
}

/* line 6629, sass/branding.scss */
.Agency-SmallLinkGreen, .tp-caption.Agency-SmallLinkGreen {
  color: #6db19b;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: lato;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #6db19b !important;
}

/* line 6645, sass/branding.scss */
.Agency-SmallLinkGreen:hover, .tp-caption.Agency-SmallLinkGreen:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  cursor: pointer;
}

/* line 6653, sass/branding.scss */
.Agency-SmallLinkBlue, .tp-caption.Agency-SmallLinkBlue {
  color: #999;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: lato;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #999 !important;
}

/* line 6669, sass/branding.scss */
.Agency-SmallLinkBlue:hover, .tp-caption.Agency-SmallLinkBlue:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  cursor: pointer;
}

/* line 6677, sass/branding.scss */
.Agency-LogoText, .tp-caption.Agency-LogoText {
  color: #fff;
  font-size: 12px;
  font-family: Lato;
  text-align: center;
  letter-spacing: 1px;
}

/* line 6684, sass/branding.scss */
.Agency-ArrowTooltip, .Agency-LogoText, .tp-caption.Agency-ArrowTooltip, .tp-caption.Agency-LogoText {
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
}

/* line 6694, sass/branding.scss */
.Agency-ArrowTooltip, .tp-caption.Agency-ArrowTooltip {
  color: #333;
  font-size: 15px;
  font-family: Permanent Marker;
  text-align: left;
}

/* line 6700, sass/branding.scss */
.Agency-SmallSocial, .tp-caption.Agency-SmallSocial {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: center;
}

/* line 6714, sass/branding.scss */
.Agency-SmallSocial:hover, .tp-caption.Agency-SmallSocial:hover {
  color: #333;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  cursor: pointer;
}

/* line 6722, sass/branding.scss */
.CreativeFrontPage-Btn, .tp-caption.CreativeFrontPage-Btn {
  color: #fff;
  font-size: 14px;
  line-height: 60px;
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  padding: 0 50px;
  text-decoration: none;
  text-align: left;
  background-color: #00685c;
  border: 0 solid #000;
  border-radius: 4px 4px 4px 4px;
  letter-spacing: 2px;
}

/* line 6737, sass/branding.scss */
.CreativeFrontPage-Btn:hover, .tp-caption.CreativeFrontPage-Btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.25);
  border: 0 solid #000;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}

/* line 6745, sass/branding.scss */
.CreativeFrontPage-Menu, .tp-caption.CreativeFrontPage-Menu {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  font-style: normal;
  font-family: roboto;
  padding: 0;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  letter-spacing: 2px;
}

/* line 6760, sass/branding.scss */
.tp-flip-index {
  z-index: 1000 !important;
}

/* line 6763, sass/branding.scss */
.FullScreenMenu-Category, .tp-caption.FullScreenMenu-Category {
  color: #111;
  font-size: 20px;
  line-height: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  letter-spacing: 3px;
}

/* line 6770, sass/branding.scss */
.FullScreenMenu-Category, .FullScreenMenu-Title, .tp-caption.FullScreenMenu-Category, .tp-caption.FullScreenMenu-Title {
  font-weight: 700;
  font-style: normal;
  font-family: BenchNine;
  padding: 21px 30px 16px;
  text-decoration: none;
  text-align: left;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
}

/* line 6780, sass/branding.scss */
.FullScreenMenu-Title, .tp-caption.FullScreenMenu-Title {
  color: #fff;
  font-size: 65px;
  line-height: 70px;
  background-color: rgba(18, 18, 18, 0.9);
}

/* line 6786, sass/branding.scss */
.TechJournal-Button, .tp-caption.TechJournal-Button {
  color: #fff;
  font-size: 13px;
  line-height: 40px;
  font-weight: 900;
  font-style: normal;
  font-family: Raleway;
  padding: 1px 30px;
  text-decoration: none;
  text-align: left;
  background-color: #8a00ff;
  border: 0 solid #000;
  border-radius: 0 0 0 0;
  letter-spacing: 3px;
}

/* line 6801, sass/branding.scss */
.TechJournal-Button:hover, .tp-caption.TechJournal-Button:hover {
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 0 0 0 0;
  cursor: pointer;
}

/* line 6809, sass/branding.scss */
.TechJournal-Big, .tp-caption.TechJournal-Big {
  color: #fff;
  font-size: 120px;
  line-height: 120px;
  font-weight: 900;
  font-style: normal;
  font-family: Raleway;
  padding: 0;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  letter-spacing: 0;
}

/* line 6824, sass/branding.scss */
.FullSiteBlock-DownButton, .tp-caption.FullSiteBlock-DownButton {
  color: #333;
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #333;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

/* line 6838, sass/branding.scss */
.FullSiteBlock-DownButton:hover, .tp-caption.FullSiteBlock-DownButton:hover {
  color: #0096ff;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #0096ff;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

/* line 6846, sass/branding.scss */
.rev_slider {
  overflow: hidden;
}

/* line 6849, sass/branding.scss */
.effect_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 6856, sass/branding.scss */
.gyges .tp-thumb-img-wrap {
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  box-sizing: border-box;
  transition: all .3s;
  -webkit-transition: all 0.3s;
}

/* line 6868, sass/branding.scss */
.gyges .tp-thumb.selected .tp-thumb-img-wrap, .gyges .tp-thumb:hover .tp-thumb-img-wrap {
  background: -webkit-gradient(left top, left bottom, color-stop(0, #fff), color-stop(100%, #fff));
  background: linear-gradient(180deg, #fff 0, #fff);
}

/* line 6872, sass/branding.scss */
.FullSiteBlock-Title, .tp-caption.FullSiteBlock-Title {
  color: #333;
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: center;
}

/* line 6886, sass/branding.scss */
.FullSiteBlock-Link:hover, .tp-caption.FullSiteBlock-Link:hover {
  color: #333;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  cursor: pointer;
}

/* line 6894, sass/branding.scss */
.FullSiteBlock-FooterLink, .tp-caption.FullSiteBlock-FooterLink {
  color: #555;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: left;
}

/* line 6908, sass/branding.scss */
.FullSiteBlock-FooterLink:hover, .tp-caption.FullSiteBlock-FooterLink:hover {
  color: #0096ff;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  cursor: pointer;
}

/* line 6916, sass/branding.scss */
#tp-socialwrapper {
  opacity: 0;
}

/* line 6919, sass/branding.scss */
.tp-caption.Twitter-Content a, .tp-caption.Twitter-Content a:visited {
  color: #0084b4 !important;
}

/* line 6922, sass/branding.scss */
.tp-caption.Twitter-Content a:hover {
  color: #0084b4 !important;
  text-decoration: underline !important;
}

/* line 6926, sass/branding.scss */
#menu_forcefullwidth {
  z-index: 5000;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 6933, sass/branding.scss */
#mc_embed_signup input[type=email] {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  color: #888 !important;
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 0;
  width: 400px;
  margin-bottom: 0;
  transition: background-color .5s;
  border-radius: 3px;
}

/* line 6948, sass/branding.scss */
#mc_embed_signup input[type=email]::-webkit-input-placeholder {
  color: #888 !important;
}

/* line 6951, sass/branding.scss */
#mc_embed_signup input[type=email]::-moz-placeholder {
  color: #888 !important;
}

/* line 6954, sass/branding.scss */
#mc_embed_signup input[type=email]:-ms-input-placeholder {
  color: #888 !important;
}

/* line 6957, sass/branding.scss */
#mc_embed_signup input[type=email]:focus {
  background-color: #f5f5f5;
  color: #454545;
}

/* line 6961, sass/branding.scss */
#mc_embed_signup input#mc-embedded-subscribe, #mc_embed_signup input#mc-embedded-subscribe:focus {
  font-family: Lato, sans-serif;
  line-height: 46px;
  font-size: 16px;
  font-weight: 700;
  padding: 0 30px;
  border: 0;
  background: #f04531;
  text-transform: none;
  color: #fff;
  border-radius: 3px;
}

/* line 6973, sass/branding.scss */
#mc_embed_signup input#mc-embedded-subscribe:hover {
  background: #e03727;
}

@media only screen and (max-width: 767px) {
  /* line 6978, sass/branding.scss */
  #mc_embed_signup input[type=email] {
    width: 260px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 6984, sass/branding.scss */
  #mc_embed_signup input[type=email] {
    width: 160px;
  }
}
/* line 6988, sass/branding.scss */
#rev_slider_167_6 .uranus.tparrows {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0);
}

/* line 6993, sass/branding.scss */
#rev_slider_167_6 .uranus.tparrows:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all .3s;
  -webkit-transition: all 0.3s;
}

/* line 7001, sass/branding.scss */
#rev_slider_167_6 .uranus.tparrows:hover:before {
  opacity: 0.75;
}

/* line 7004, sass/branding.scss */
.FullSiteBlock-SubTitle, .tp-caption.FullSiteBlock-SubTitle {
  color: #333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
}

/* line 7011, sass/branding.scss */
.FullSiteBlock-SubTitle, .ParallaxWebsite-FooterItem, .tp-caption.FullSiteBlock-SubTitle, .tp-caption.ParallaxWebsite-FooterItem {
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
}

/* line 7020, sass/branding.scss */
.ParallaxWebsite-FooterItem, .tp-caption.ParallaxWebsite-FooterItem {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

/* line 7027, sass/branding.scss */
.ParallaxWebsite-FooterItem:hover, .tp-caption.ParallaxWebsite-FooterItem:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  cursor: pointer;
}

/* line 7035, sass/branding.scss */
.fb-share-button.fb_iframe_widget iframe {
  width: 115px !important;
}

/* line 7038, sass/branding.scss */
.fb-share-button.fb_iframe_widget iframe, iframe.twitter-share-button {
  display: none;
}

/* line 7041, sass/branding.scss */
.FullSiteBlock-Link, .tp-caption.FullSiteBlock-Link {
  color: #0096ff;
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0 0 0 0;
  text-align: center;
}

/* line 7055, sass/branding.scss */
.ares.tparrows {
  cursor: pointer;
  background: #fff;
  min-width: 60px;
  min-height: 60px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}

/* line 7065, sass/branding.scss */
.ares.tparrows:before {
  font-family: revicons;
  font-size: 25px;
  color: #aaa;
  display: block;
  line-height: 60px;
  text-align: center;
  transition: color .3s;
  z-index: 2;
  position: relative;
}

/* line 7076, sass/branding.scss */
.ares.tparrows.tp-leftarrow:before {
  content: "";
}

/* line 7079, sass/branding.scss */
.ares.tparrows.tp-rightarrow:before {
  content: "";
}

/* line 7082, sass/branding.scss */
.ares.tparrows:hover:before {
  color: #000;
}

/* line 7085, sass/branding.scss */
.ares .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #fff;
  min-height: 60px;
  line-height: 60px;
  top: 0;
  margin-left: 30px;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  transition: transform .3s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
}

/* line 7102, sass/branding.scss */
.ares.tp-rightarrow .tp-title-wrap {
  right: 0;
  margin-right: 30px;
  margin-left: 0;
  -webkit-transform-origin: 100% 50%;
  border-radius: 30px 0 0 30px;
}

/* line 7109, sass/branding.scss */
.ares.tparrows:hover .tp-title-wrap {
  transform: scaleX(1) scaleY(1);
  -webkit-transform: scaleX(1) scaleY(1);
}

/* line 7113, sass/branding.scss */
.ares .tp-arr-titleholder {
  position: relative;
  transition: transform .3s;
  transform: translateX(200px);
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 20px;
  margin-left: 10px;
  opacity: 0;
}

/* line 7127, sass/branding.scss */
.ares.tp-rightarrow .tp-arr-titleholder {
  transform: translateX(-200px);
  margin-left: 0;
  margin-right: 10px;
}

/* line 7132, sass/branding.scss */
.ares.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition-delay: .1s;
  opacity: 1;
}

/* line 7138, sass/branding.scss */
.ares.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 7149, sass/branding.scss */
.ares .tp-bullet {
  width: 13px;
  height: 13px;
  position: absolute;
  background: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 7158, sass/branding.scss */
.ares .tp-bullet.selected, .ares .tp-bullet:hover {
  background: #fff;
}

/* line 7161, sass/branding.scss */
.ares .tp-bullet-title {
  position: absolute;
  color: #888;
  font-size: 12px;
  padding: 0 10px;
  font-weight: 600;
  right: 27px;
  top: -4px;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  visibility: hidden;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transition: transform .3s;
  -webkit-transition: transform .3s;
  line-height: 20px;
  white-space: nowrap;
}

/* line 7179, sass/branding.scss */
.ares .tp-bullet-title:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: " ";
  position: absolute;
  right: -10px;
  top: 0;
}

/* line 7190, sass/branding.scss */
.ares .tp-bullet:hover .tp-bullet-title {
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

/* line 7195, sass/branding.scss */
.ares .tp-bullet.selected:hover .tp-bullet-title {
  background: #fff;
}

/* line 7198, sass/branding.scss */
.ares .tp-bullet.selected:hover .tp-bullet-title:after {
  border-color: transparent transparent transparent #fff;
}

/* line 7201, sass/branding.scss */
.ares.tp-bullets:hover .tp-bullet-title {
  visibility: hidden;
}

/* line 7204, sass/branding.scss */
.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
  visibility: visible;
}

/* line 7207, sass/branding.scss */
.ares .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  border-bottom: 1px solid #e5e5e5;
}

/* line 7214, sass/branding.scss */
.ares .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

/* line 7223, sass/branding.scss */
.ares .tp-tab-content {
  background: transparent;
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 7237, sass/branding.scss */
.ares .tp-tab-date {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0;
}

/* line 7244, sass/branding.scss */
.ares .tp-tab-title {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

/* line 7253, sass/branding.scss */
.ares .tp-tab.selected, .ares .tp-tab:hover {
  background: #eee;
}

/* line 7256, sass/branding.scss */
.custom.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 10000;
}

/* line 7266, sass/branding.scss */
.custom.tparrows:hover {
  background: #000;
}

/* line 7269, sass/branding.scss */
.custom.tparrows:before {
  font-family: revicons;
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 7277, sass/branding.scss */
.custom.tparrows.tp-leftarrow:before {
  content: "";
}

/* line 7280, sass/branding.scss */
.custom.tparrows.tp-rightarrow:before {
  content: "";
}

/* line 7283, sass/branding.scss */
.custom.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 7294, sass/branding.scss */
.custom .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #aaa;
  background: rgba(125, 125, 125, 0.5);
  cursor: pointer;
  box-sizing: content-box;
}

/* line 7303, sass/branding.scss */
.custom .tp-bullet.selected, .custom .tp-bullet:hover {
  background: #7d7d7d;
}

/* line 7306, sass/branding.scss */
.dione.tparrows {
  height: 100%;
  width: 100px;
  background: transparent;
  line-height: 100%;
  transition: all .3s;
  -webkit-transition: all 0.3s;
}

/* line 7314, sass/branding.scss */
.dione.tparrows:hover {
  background: rgba(0, 0, 0, 0.45);
}

/* line 7317, sass/branding.scss */
.dione .tp-arr-imgwrapper {
  width: 100px;
  left: 0;
  position: absolute;
  height: 100%;
  top: 0;
  overflow: hidden;
}

/* line 7325, sass/branding.scss */
.dione.tp-rightarrow .tp-arr-imgwrapper {
  left: auto;
  right: 0;
}

/* line 7329, sass/branding.scss */
.dione .tp-arr-imgholder {
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100%;
  top: 0;
  visibility: hidden;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transition: all .3s;
  -webkit-transition: all .3s;
  opacity: 0;
  left: 0;
}

/* line 7343, sass/branding.scss */
.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
  right: 0;
  left: auto;
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
}

/* line 7349, sass/branding.scss */
.dione.tparrows:before {
  position: absolute;
  line-height: 30px;
  margin-left: -22px;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -15px;
  transition: all .3s;
  -webkit-transition: all 0.3s;
}

/* line 7360, sass/branding.scss */
.dione.tparrows.tp-rightarrow:before {
  margin-left: 6px;
}

/* line 7363, sass/branding.scss */
.dione.tparrows:hover:before {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0;
}

/* line 7368, sass/branding.scss */
.dione.tparrows.tp-rightarrow:hover:before {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
}

/* line 7372, sass/branding.scss */
.dione.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* line 7378, sass/branding.scss */
.dione .tp-bullet {
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0;
  box-sizing: border-box;
  transition: all .3s;
  -webkit-transition: all 0.3s;
}

/* line 7390, sass/branding.scss */
.dione .tp-bullet-image {
  display: block;
  box-sizing: border-box;
  position: relative;
  box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: 50%;
}

/* line 7400, sass/branding.scss */
.dione .tp-bullet-title {
  position: absolute;
  bottom: 65px;
  display: inline-block;
  left: 50%;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all .3s;
  -webkit-transition: all .3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
  white-space: nowrap;
}

/* line 7420, sass/branding.scss */
.dione .tp-bullet:hover .tp-bullet-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

/* line 7425, sass/branding.scss */
.dione .tp-bullet.selected, .dione .tp-bullet:hover {
  background: #fff;
  background: -webkit-gradient(left top, left bottom, color-stop(0, #fff), color-stop(100%, #777));
  background: linear-gradient(180deg, #fff 0, #777);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#777777", GradientType=0);
}

/* line 7431, sass/branding.scss */
.dione .tp-bullet-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent;
  bottom: -8px;
}

/* line 7443, sass/branding.scss */
.erinyen.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 35px;
}

/* line 7454, sass/branding.scss */
.erinyen.tparrows:before {
  font-family: revicons;
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

/* line 7464, sass/branding.scss */
.erinyen.tparrows.tp-leftarrow:before {
  content: "";
}

/* line 7467, sass/branding.scss */
.erinyen.tparrows.tp-rightarrow:before {
  content: "";
}

/* line 7470, sass/branding.scss */
.erinyen .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  min-height: 70px;
  line-height: 70px;
  top: 0;
  margin-left: 0;
  border-radius: 35px;
  overflow: hidden;
  transition: opacity .3s;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}

/* line 7489, sass/branding.scss */
.erinyen.tparrows:hover .tp-title-wrap {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

/* line 7494, sass/branding.scss */
.erinyen.tp-rightarrow .tp-title-wrap {
  right: 0;
  margin-right: 0;
  margin-left: 0;
  -webkit-transform-origin: 100% 50%;
  border-radius: 35px;
  padding-right: 20px;
  padding-left: 10px;
}

/* line 7503, sass/branding.scss */
.erinyen.tp-leftarrow .tp-title-wrap {
  padding-left: 20px;
  padding-right: 10px;
}

/* line 7507, sass/branding.scss */
.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
  position: relative;
  transition: transform .3s;
  transform: translateX(200px);
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 70px;
  white-space: nowrap;
  padding: 0 20px;
  margin-left: 11px;
  opacity: 0;
}

/* line 7522, sass/branding.scss */
.erinyen .tp-arr-imgholder {
  background-position: 50%;
  background-size: cover;
}

/* line 7526, sass/branding.scss */
.erinyen .tp-arr-img-over, .erinyen .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 7533, sass/branding.scss */
.erinyen .tp-arr-img-over {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
}

/* line 7537, sass/branding.scss */
.erinyen.tp-rightarrow .tp-arr-titleholder {
  transform: translateX(-200px);
  margin-left: 0;
  margin-right: 11px;
}

/* line 7542, sass/branding.scss */
.erinyen.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition-delay: .1s;
  opacity: 1;
}

/* line 7548, sass/branding.scss */
.erinyen.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #555;
  background: linear-gradient(180deg, #555 0, #222);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr="#555555", endcolorstr="#222222", gradienttype=0);
  padding: 10px 15px;
  margin-left: -15px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 10px;
  box-shadow: 0 0 2px 1px rgba(33, 33, 33, 0.3);
}

/* line 7563, sass/branding.scss */
.erinyen .tp-bullet {
  width: 13px;
  height: 13px;
  position: absolute;
  background: #111;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 7572, sass/branding.scss */
.erinyen .tp-bullet.selected, .erinyen .tp-bullet:hover {
  background: #e5e5e5;
  background: linear-gradient(180deg, #e5e5e5 0, #999);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr="#e5e5e5", endcolorstr="#999999", gradienttype=0);
  border: 1px solid #555;
  width: 12px;
  height: 12px;
}

/* line 7580, sass/branding.scss */
.erinyen .tp-thumb {
  opacity: 1;
}

/* line 7583, sass/branding.scss */
.erinyen .tp-thumb-over {
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}

/* line 7594, sass/branding.scss */
.erinyen .tp-thumb-more:before {
  font-family: revicons;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  line-height: 12px;
  top: 20px;
  right: 20px;
  content: "";
}

/* line 7603, sass/branding.scss */
.erinyen .tp-thumb-more:before, .erinyen .tp-thumb-title {
  font-size: 12px;
  display: block;
  text-align: left;
  position: absolute;
  z-index: 2;
}

/* line 7610, sass/branding.scss */
.erinyen .tp-thumb-title {
  font-family: Raleway;
  letter-spacing: 1px;
  color: #fff;
  line-height: 15px;
  top: 0;
  left: 0;
  padding: 20px 35px 20px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all .3s;
  -webkit-transition: all .3s;
  font-weight: 500;
}

/* line 7625, sass/branding.scss */
.erinyen .tp-thumb.selected .tp-thumb-more:before, .erinyen .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

/* line 7628, sass/branding.scss */
.erinyen .tp-thumb.selected .tp-thumb-over, .erinyen .tp-thumb:hover .tp-thumb-over {
  background: #fff;
}

/* line 7631, sass/branding.scss */
.erinyen .tp-thumb.selected .tp-thumb-title, .erinyen .tp-thumb:hover .tp-thumb-title {
  color: #000;
}

/* line 7634, sass/branding.scss */
.erinyen .tp-tab-title {
  color: #a8d8ee;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Roboto Slab;
  margin-bottom: 5px;
}

/* line 7642, sass/branding.scss */
.erinyen .tp-tab-desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  font-family: Roboto Slab;
}

/* line 7649, sass/branding.scss */
.gyges.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #777;
  background: linear-gradient(180deg, #777 0, #666);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#777777", endColorstr="#666666", GradientType=0);
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 10px;
}

/* line 7663, sass/branding.scss */
.gyges .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #333;
  border: 3px solid #444;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 7673, sass/branding.scss */
.gyges .tp-bullet.selected, .gyges .tp-bullet:hover {
  background: #fff;
  background: linear-gradient(180deg, #fff 0, #e1e1e1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e1e1e1", GradientType=0);
}

/* line 7678, sass/branding.scss */
.gyges .tp-thumb {
  opacity: 1;
}

/* line 7681, sass/branding.scss */
.gyges .tp-thumb-img-wrap {
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .3s;
  -webkit-transition: all 0.3s;
}

/* line 7691, sass/branding.scss */
.gyges .tp-thumb-image, .gyges .tp-thumb-img-wrap {
  padding: 3px;
  position: relative;
  box-sizing: border-box;
}

/* line 7696, sass/branding.scss */
.gyges .tp-thumb-image {
  display: block;
  box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}

/* line 7700, sass/branding.scss */
.gyges .tp-thumb-title {
  position: absolute;
  bottom: 100%;
  display: inline-block;
  left: 50%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 20px;
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  white-space: nowrap;
}

/* line 7719, sass/branding.scss */
.gyges .tp-thumb:hover .tp-thumb-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

/* line 7724, sass/branding.scss */
.gyges .tp-thumb.selected .tp-thumb-img-wrap, .gyges .tp-thumb:hover .tp-thumb-img-wrap {
  background: #fff;
  background: -webkit-gradient(left top, left bottom, color-stop(0, #fff), color-stop(100%, #777));
  background: linear-gradient(180deg, #fff 0, #777);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#777777", GradientType=0);
}

/* line 7730, sass/branding.scss */
.gyges .tp-thumb-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent;
  bottom: -8px;
}

/* line 7742, sass/branding.scss */
.gyges .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 7749, sass/branding.scss */
.gyges .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

/* line 7758, sass/branding.scss */
.gyges .tp-tab-content {
  background: transparent;
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 7772, sass/branding.scss */
.gyges .tp-tab-date {
  display: block;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0;
}

/* line 7779, sass/branding.scss */
.gyges .tp-tab-title {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

/* line 7788, sass/branding.scss */
.gyges .tp-tab.selected, .gyges .tp-tab:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* line 7791, sass/branding.scss */
.hades.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
  z-index: 1000;
}

/* line 7801, sass/branding.scss */
.hades.tparrows:before {
  font-family: revicons;
  font-size: 30px;
  color: #fff;
  display: block;
  line-height: 100px;
  text-align: center;
  transition: background 0.3s, color 0.3s;
}

/* line 7810, sass/branding.scss */
.hades.tparrows.tp-leftarrow:before {
  content: "";
}

/* line 7813, sass/branding.scss */
.hades.tparrows.tp-rightarrow:before {
  content: "";
}

/* line 7816, sass/branding.scss */
.hades.tparrows:hover:before {
  color: #aaa;
  background: #fff;
}

/* line 7820, sass/branding.scss */
.hades .tp-arr-allwrapper {
  position: absolute;
  left: 100%;
  top: 0;
  background: #888;
  width: 100px;
  height: 100px;
  transition: all .3s;
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transform: rotatey(-90deg);
  transform-origin: 0 50%;
}

/* line 7836, sass/branding.scss */
.hades.tp-rightarrow .tp-arr-allwrapper {
  left: auto;
  right: 100%;
  transform-origin: 100% 50%;
  transform: rotatey(90deg);
}

/* line 7842, sass/branding.scss */
.hades:hover .tp-arr-allwrapper {
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotatey(0deg);
}

/* line 7850, sass/branding.scss */
.hades .tp-arr-imgholder {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 7858, sass/branding.scss */
.hades.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 7869, sass/branding.scss */
.hades .tp-bullet {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #888;
  cursor: pointer;
  border: 5px solid #fff;
  box-sizing: content-box;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  perspective: 400;
  transform: translatez(0.01px);
}

/* line 7881, sass/branding.scss */
.hades .tp-bullet.selected, .hades .tp-bullet:hover {
  background: #555;
}

/* line 7884, sass/branding.scss */
.hades .tp-bullet-image {
  position: absolute;
  top: -80px;
  left: -60px;
  width: 120px;
  height: 60px;
  background-position: 50%;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  transform-style: flat;
  perspective: 600;
  -webkit-perspective: 600;
  transform: rotatex(-90deg);
  -webkit-transform: rotatex(-90deg);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

/* line 7904, sass/branding.scss */
.hades .tp-bullet:hover .tp-bullet-image {
  display: block;
  opacity: 1;
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  visibility: visible;
}

/* line 7911, sass/branding.scss */
.hades .tp-thumb {
  opacity: 1;
}

/* line 7914, sass/branding.scss */
.hades .tp-thumb-img-wrap {
  display: inline-block;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .3s;
  -webkit-transition: all 0.3s;
}

/* line 7924, sass/branding.scss */
.hades .tp-thumb-image, .hades .tp-thumb-img-wrap {
  border-radius: 50%;
  padding: 3px;
  position: relative;
  box-sizing: border-box;
}

/* line 7930, sass/branding.scss */
.hades .tp-thumb-image {
  display: block;
  box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}

/* line 7934, sass/branding.scss */
.hades .tp-thumb.selected .tp-thumb-img-wrap, .hades .tp-thumb:hover .tp-thumb-img-wrap {
  background: #fff;
  background: -webkit-gradient(left top, left bottom, color-stop(0, #fff), color-stop(100%, #777));
  background: linear-gradient(180deg, #fff 0, #777);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#777777", GradientType=0);
}

/* line 7940, sass/branding.scss */
.hades .tp-thumb-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent;
  bottom: -8px;
}

/* line 7952, sass/branding.scss */
.hades .tp-tab {
  opacity: 1;
}

/* line 7955, sass/branding.scss */
.hades .tp-tab-title {
  display: block;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
}

/* line 7963, sass/branding.scss */
.hades .tp-tab-price {
  display: block;
  text-align: center;
  color: #999;
  font-size: 16px;
  margin-top: 10px;
  line-height: 20px;
}

/* line 7971, sass/branding.scss */
.hades .tp-tab-button {
  display: inline-block;
  margin-top: 15px;
  text-align: center;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  background: #219bd7;
  border-radius: 4px;
  font-weight: 400;
}

/* line 7982, sass/branding.scss */
.hades .tp-tab-inner {
  text-align: center;
}

/* line 7985, sass/branding.scss */
.hebe.tparrows {
  cursor: pointer;
  background: #fff;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 1000;
}

/* line 7994, sass/branding.scss */
.hebe.tparrows:before {
  font-family: revicons;
  font-size: 30px;
  color: #aaa;
  display: block;
  line-height: 70px;
  text-align: center;
  transition: color .3s;
  z-index: 2;
  position: relative;
  background: #fff;
  min-width: 70px;
  min-height: 70px;
}

/* line 8008, sass/branding.scss */
.hebe.tparrows.tp-leftarrow:before {
  content: "";
}

/* line 8011, sass/branding.scss */
.hebe.tparrows.tp-rightarrow:before {
  content: "";
}

/* line 8014, sass/branding.scss */
.hebe.tparrows:hover:before {
  color: #000;
}

/* line 8017, sass/branding.scss */
.hebe .tp-title-wrap {
  position: absolute;
  z-index: 0;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  min-height: 60px;
  line-height: 60px;
  top: -10px;
  margin-left: 0;
  transition: transform .3s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
}

/* line 8033, sass/branding.scss */
.hebe.tp-rightarrow .tp-title-wrap {
  right: 0;
  -webkit-transform-origin: 100% 50%;
}

/* line 8037, sass/branding.scss */
.hebe.tparrows:hover .tp-title-wrap {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

/* line 8041, sass/branding.scss */
.hebe .tp-arr-titleholder {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 90px;
  white-space: nowrap;
  padding: 0 20px 0 90px;
}

/* line 8051, sass/branding.scss */
.hebe.tp-rightarrow .tp-arr-titleholder {
  margin-left: 0;
  padding: 0 90px 0 20px;
}

/* line 8055, sass/branding.scss */
.hebe.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition-delay: .1s;
  opacity: 1;
}

/* line 8061, sass/branding.scss */
.hebe .tp-arr-imgholder {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 100%;
  display: block;
  background-size: cover;
  background-position: 50%;
  top: 0;
  right: -90px;
}

/* line 8072, sass/branding.scss */
.hebe.tp-rightarrow .tp-arr-imgholder {
  right: auto;
  left: -90px;
}

/* line 8076, sass/branding.scss */
.hebe.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 8087, sass/branding.scss */
.hebe .tp-bullet {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #fff;
  cursor: pointer;
  border: 5px solid #222;
  border-radius: 50%;
  box-sizing: content-box;
  perspective: 400;
  transform: translateZ(0.01px);
  transition: all 0.3s;
}

/* line 8100, sass/branding.scss */
.hebe .tp-bullet.selected, .hebe .tp-bullet:hover {
  background: #222;
  border-color: #fff;
}

/* line 8104, sass/branding.scss */
.hebe .tp-bullet-image {
  position: absolute;
  top: -90px;
  left: -40px;
  width: 70px;
  height: 70px;
  background-position: 50%;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  transform-style: flat;
  perspective: 600;
  -webkit-perspective: 600;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  border-radius: 6px;
}

/* line 8124, sass/branding.scss */
.hebe .tp-bullet:hover .tp-bullet-image {
  display: block;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility: visible;
}

/* line 8131, sass/branding.scss */
.hebe .tp-tab-title {
  color: #a8d8ee;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Roboto Slab;
  margin-bottom: 5px;
}

/* line 8139, sass/branding.scss */
.hebe .tp-tab-desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  font-family: Roboto Slab;
}

/* line 8146, sass/branding.scss */
.hephaistos.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
}

/* line 8157, sass/branding.scss */
.hephaistos.tparrows:hover {
  background: #000;
}

/* line 8160, sass/branding.scss */
.hephaistos.tparrows:before {
  font-family: revicons;
  font-size: 18px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 8168, sass/branding.scss */
.hephaistos.tparrows.tp-leftarrow:before {
  content: "\e82c";
  margin-left: -2px;
}

/* line 8172, sass/branding.scss */
.hephaistos.tparrows.tp-rightarrow:before {
  content: "\e82d";
  margin-right: -2px;
}

/* line 8176, sass/branding.scss */
.hephaistos.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 8187, sass/branding.scss */
.hephaistos .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #999;
  border: 3px solid #f5f5f5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
  box-shadow: 0 0 2px 1px rgba(130, 130, 130, 0.3);
}

/* line 8198, sass/branding.scss */
.hephaistos .tp-bullet.selected, .hephaistos .tp-bullet:hover {
  background: #fff;
  border-color: #000;
}

/* line 8202, sass/branding.scss */
.hermes.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 110px;
  position: absolute;
  display: block;
  z-index: 1000;
}

/* line 8212, sass/branding.scss */
.hermes.tparrows:before {
  font-family: revicons;
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 110px;
  text-align: center;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: all .3s;
  -webkit-transition: all 0.3s;
}

/* line 8224, sass/branding.scss */
.hermes.tparrows.tp-leftarrow:before {
  content: "";
}

/* line 8227, sass/branding.scss */
.hermes.tparrows.tp-rightarrow:before {
  content: "";
}

/* line 8230, sass/branding.scss */
.hermes.tparrows.tp-leftarrow:hover:before {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0;
}

/* line 8235, sass/branding.scss */
.hermes.tparrows.tp-rightarrow:hover:before {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  opacity: 0;
}

/* line 8240, sass/branding.scss */
.hermes .tp-arr-allwrapper {
  overflow: hidden;
  position: absolute;
  width: 180px;
  height: 140px;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: transform .3s .3s;
  perspective: 1000px;
}

/* line 8251, sass/branding.scss */
.hermes.tp-rightarrow .tp-arr-allwrapper {
  right: 0;
  left: auto;
}

/* line 8255, sass/branding.scss */
.hermes.tparrows:hover .tp-arr-allwrapper {
  visibility: visible;
}

/* line 8258, sass/branding.scss */
.hermes .tp-arr-imgholder {
  width: 180px;
  position: absolute;
  left: 0;
  top: 0;
  height: 110px;
  transform: translateX(-180px);
  -webkit-transform: translateX(-180px);
  transition: all .3s;
  transition-delay: 0.3s;
}

/* line 8269, sass/branding.scss */
.hermes.tp-rightarrow .tp-arr-imgholder {
  transform: translateX(180px);
  -webkit-transform: translateX(180px);
}

/* line 8273, sass/branding.scss */
.hermes.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

/* line 8277, sass/branding.scss */
.hermes .tp-arr-titleholder {
  top: 110px;
  width: 180px;
  text-align: left;
  display: block;
  padding: 0 10px;
  line-height: 30px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-weight: 600;
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 1px;
  transition: all .3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

/* line 8297, sass/branding.scss */
.hermes.tparrows:hover .tp-arr-titleholder {
  transition-delay: .6s;
  transform: rotateX(0deg);
}

/* line 8301, sass/branding.scss */
.hermes .tp-bullet {
  overflow: hidden;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
  transition: background .3s ease;
  position: absolute;
}

/* line 8311, sass/branding.scss */
.hermes .tp-bullet:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 8314, sass/branding.scss */
.hermes .tp-bullet:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 1px #fff;
  transition: height 0.3s ease;
}

/* line 8325, sass/branding.scss */
.hermes .tp-bullet.selected:after {
  height: 100%;
}

/* line 8328, sass/branding.scss */
.hermes .tp-tab {
  opacity: 1;
  padding-right: 10px;
  box-sizing: border-box;
}

/* line 8333, sass/branding.scss */
.hermes .tp-tab-image {
  width: 100%;
  height: 60%;
  position: relative;
}

/* line 8338, sass/branding.scss */
.hermes .tp-tab-content {
  background: #363636;
  position: absolute;
  padding: 20px 20px 20px 30px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  width: 100%;
  min-height: 40%;
  bottom: 0;
  left: -10px;
}

/* line 8350, sass/branding.scss */
.hermes .tp-tab-date {
  display: block;
  color: #888;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 10px;
}

/* line 8357, sass/branding.scss */
.hermes .tp-tab-title {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 19px;
}

/* line 8365, sass/branding.scss */
.hermes .tp-tab.selected .tp-tab-title:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 10px;
  border-color: transparent transparent transparent #363636;
  content: " ";
  position: absolute;
  right: -9px;
  bottom: 50%;
  margin-bottom: -30px;
}

/* line 8377, sass/branding.scss */
.hermes .tp-tab-mask {
  padding-right: 10px !important;
}

@media only screen and (max-width: 960px) {
  /* line 8382, sass/branding.scss */
  .hermes .tp-tab .tp-tab-title {
    font-size: 14px;
    line-height: 16px;
  }

  /* line 8386, sass/branding.scss */
  .hermes .tp-tab-date {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 10px;
  }

  /* line 8391, sass/branding.scss */
  .hermes .tp-tab-content {
    padding: 15px 15px 15px 25px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 8397, sass/branding.scss */
  .hermes .tp-tab .tp-tab-title {
    font-size: 12px;
    line-height: 14px;
  }

  /* line 8401, sass/branding.scss */
  .hermes .tp-tab-date {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 5px;
  }

  /* line 8406, sass/branding.scss */
  .hermes .tp-tab-content {
    padding: 10px 10px 10px 20px;
  }
}
/* line 8410, sass/branding.scss */
.hesperiden.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
}

/* line 8421, sass/branding.scss */
.hesperiden.tparrows:hover {
  background: #000;
}

/* line 8424, sass/branding.scss */
.hesperiden.tparrows:before {
  font-family: revicons;
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 8432, sass/branding.scss */
.hesperiden.tparrows.tp-leftarrow:before {
  content: "\e82c";
  margin-left: -3px;
}

/* line 8436, sass/branding.scss */
.hesperiden.tparrows.tp-rightarrow:before {
  content: "\e82d";
  margin-right: -3px;
}

/* line 8440, sass/branding.scss */
.hesperiden.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 8px;
}

/* line 8452, sass/branding.scss */
.hesperiden .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #999;
  background: linear-gradient(180deg, #999 0, #e1e1e1);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr="#999999", endcolorstr="#e1e1e1", gradienttype=0);
  border: 3px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 8464, sass/branding.scss */
.hesperiden .tp-bullet.selected, .hesperiden .tp-bullet:hover {
  background: #666;
}

/* line 8467, sass/branding.scss */
.hesperiden .tp-thumb {
  opacity: 1;
  perspective: 600px;
}

/* line 8471, sass/branding.scss */
.hesperiden .tp-thumb .tp-thumb-title {
  font-size: 12px;
  position: absolute;
  margin-top: -10px;
  color: #fff;
  display: block;
  z-index: 10000;
  background-color: #000;
  padding: 5px 10px;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all .3s;
  -webkit-transition: all .3s;
  transform: rotatex(90deg) translatez(0.001px);
  transform-origin: 50% 100%;
  -webkit-transform: rotatex(90deg) translatez(0.001px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
}

/* line 8495, sass/branding.scss */
.hesperiden .tp-thumb:hover .tp-thumb-title {
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  opacity: 1;
}

/* line 8500, sass/branding.scss */
.hesperiden .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  border-bottom: 1px solid #e5e5e5;
}

/* line 8507, sass/branding.scss */
.hesperiden .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

/* line 8516, sass/branding.scss */
.hesperiden .tp-tab-content {
  background: transparent;
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 8530, sass/branding.scss */
.hesperiden .tp-tab-date {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0;
}

/* line 8537, sass/branding.scss */
.hesperiden .tp-tab-title {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

/* line 8546, sass/branding.scss */
.hesperiden .tp-tab.selected, .hesperiden .tp-tab:hover {
  background: #eee;
}

/* line 8549, sass/branding.scss */
.metis.tparrows {
  background: #fff;
  padding: 10px;
  transition: all .3s;
  -webkit-transition: all .3s;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}

/* line 8558, sass/branding.scss */
.metis.tparrows:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
}

/* line 8562, sass/branding.scss */
.metis.tparrows:before {
  color: #000;
  transition: all .3s;
  -webkit-transition: all 0.3s;
}

/* line 8567, sass/branding.scss */
.metis.tparrows:hover:before {
  transform: scale(1.5);
}

/* line 8570, sass/branding.scss */
.metis .tp-bullet {
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0;
  box-sizing: border-box;
  transition: all .3s;
  -webkit-transition: all .3s;
  border-radius: 50%;
}

/* line 8583, sass/branding.scss */
.metis .tp-bullet-image {
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  position: relative;
  box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: 50%;
}

/* line 8594, sass/branding.scss */
.metis .tp-bullet-title {
  position: absolute;
  bottom: 65px;
  display: inline-block;
  left: 50%;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all .3s;
  -webkit-transition: all .3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
  white-space: nowrap;
}

/* line 8614, sass/branding.scss */
.metis .tp-bullet:hover .tp-bullet-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

/* line 8619, sass/branding.scss */
.metis .tp-bullet.selected, .metis .tp-bullet:hover {
  background: #fff;
  background: -webkit-gradient(left top, left bottom, color-stop(0, #fff), color-stop(100%, #777));
  background: linear-gradient(180deg, #fff 0, #777);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#777777", GradientType=0);
}

/* line 8625, sass/branding.scss */
.metis .tp-bullet-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent;
  bottom: -8px;
}

/* line 8637, sass/branding.scss */
.metis .tp-tab-number {
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  font-weight: 400;
  font-family: Playfair Display;
  width: 50px;
  margin-right: 17px;
  display: inline-block;
  float: left;
}

/* line 8648, sass/branding.scss */
.metis .tp-tab-mask {
  padding-left: 20px;
  left: 0;
  max-width: 90px !important;
  transition: padding-left 0.4s, left 0.4s, max-width 0.4s;
}

/* line 8654, sass/branding.scss */
.metis:hover .tp-tab-mask {
  padding-left: 0;
  left: 50px;
  max-width: 500px !important;
}

/* line 8659, sass/branding.scss */
.metis .tp-tab-divider {
  border-right: 1px solid transparent;
  height: 30px;
  width: 1px;
  margin-top: 5px;
  display: inline-block;
  float: left;
}

/* line 8667, sass/branding.scss */
.metis .tp-tab-title {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-family: Playfair Display;
  position: relative;
  padding-top: 10px;
  padding-left: 30px;
  display: inline-block;
  transform: translateX(-100%);
  transition: all 0.4s;
}

/* line 8680, sass/branding.scss */
.metis .tp-tab-title-mask {
  position: absolute;
  overflow: hidden;
  left: 67px;
}

/* line 8685, sass/branding.scss */
.metis:hover .tp-tab-title {
  transform: translateX(0);
}

/* line 8688, sass/branding.scss */
.metis .tp-tab {
  opacity: .15;
  transition: all 0.4s;
}

/* line 8692, sass/branding.scss */
.metis .tp-tab.selected, .metis .tp-tab:hover {
  opacity: 1;
}

/* line 8695, sass/branding.scss */
.metis .tp-tab.selected .tp-tab-divider {
  border-right: 1px solid #cdb083;
}

/* line 8698, sass/branding.scss */
.metis.tp-tabs {
  max-width: 118px !important;
  padding-left: 50px;
}

/* line 8702, sass/branding.scss */
.metis.tp-tabs:before {
  content: " ";
  height: 100%;
  width: 88px;
  background: rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  left: 0;
  top: 0;
  position: absolute;
  transition: all 0.4s;
}

/* line 8713, sass/branding.scss */
.metis.tp-tabs:hover:before {
  width: 118px;
}

@media (max-width: 499px) {
  /* line 8718, sass/branding.scss */
  .metis.tp-tabs:before {
    background: rgba(0, 0, 0, 0.75);
  }
}
/* line 8722, sass/branding.scss */
.persephone.tparrows {
  cursor: pointer;
  background: #aaa;
  background: rgba(199, 199, 199, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border: 1px solid #f5f5f5;
}

/* line 8733, sass/branding.scss */
.persephone.tparrows:hover {
  background: #333;
}

/* line 8736, sass/branding.scss */
.persephone.tparrows:before {
  font-family: revicons;
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 8744, sass/branding.scss */
.persephone.tparrows.tp-leftarrow:before {
  content: "";
}

/* line 8747, sass/branding.scss */
.persephone.tparrows.tp-rightarrow:before {
  content: "";
}

/* line 8750, sass/branding.scss */
.persephone.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 8761, sass/branding.scss */
.persephone .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #aaa;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 8770, sass/branding.scss */
.persephone .tp-bullet.selected, .persephone .tp-bullet:hover {
  background: #222;
}

/* line 8773, sass/branding.scss */
.uranus.tparrows {
  width: 50px;
  height: 50px;
  background: transparent;
}

/* line 8778, sass/branding.scss */
.uranus.tparrows:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all .3s;
  -webkit-transition: all 0.3s;
}

/* line 8786, sass/branding.scss */
.uranus.tparrows:hover:before {
  opacity: 0.75;
}

/* line 8789, sass/branding.scss */
.uranus .tp-bullet {
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  transition: box-shadow .3s ease;
  background: transparent;
}

/* line 8795, sass/branding.scss */
.uranus .tp-bullet.selected, .uranus .tp-bullet:hover {
  box-shadow: 0 0 0 2px #fff;
  border: none;
  border-radius: 50%;
  background: transparent;
}

/* line 8801, sass/branding.scss */
.uranus .tp-bullet-inner {
  background-color: rgba(255, 255, 255, 0.7);
  transition: background-color .3s ease, transform .3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
}

/* line 8816, sass/branding.scss */
.uranus .tp-bullet.selected .tp-bullet-inner, .uranus .tp-bullet:hover .tp-bullet-inner {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  background-color: #fff;
}

/* line 8821, sass/branding.scss */
.zeus.tparrows {
  cursor: pointer;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 35px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}

/* line 8832, sass/branding.scss */
.zeus.tparrows:before {
  font-family: revicons;
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

/* line 8842, sass/branding.scss */
.zeus.tparrows.tp-leftarrow:before {
  content: "";
}

/* line 8845, sass/branding.scss */
.zeus.tparrows.tp-rightarrow:before {
  content: "";
}

/* line 8848, sass/branding.scss */
.zeus .tp-title-wrap {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
}

/* line 8855, sass/branding.scss */
.zeus .tp-arr-imgholder, .zeus .tp-title-wrap {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  border-radius: 50%;
}

/* line 8866, sass/branding.scss */
.zeus .tp-arr-imgholder {
  background-position: 50%;
  background-size: cover;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

/* line 8872, sass/branding.scss */
.zeus.tp-rightarrow .tp-arr-imgholder {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

/* line 8876, sass/branding.scss */
.zeus.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

/* line 8881, sass/branding.scss */
.zeus.tparrows:hover .tp-title-wrap {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

/* line 8886, sass/branding.scss */
.zeus .tp-bullet {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-radius: 50%;
  background-color: transparent;
  transition: opacity .3s ease;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
}

/* line 8896, sass/branding.scss */
.zeus .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: transform 0.3s ease;
}

/* line 8908, sass/branding.scss */
.zeus .tp-bullet.selected:after, .zeus .tp-bullet:hover:after {
  transform: scale(1.2);
}

/* line 8911, sass/branding.scss */
.zeus .tp-bullet-image, .zeus .tp-bullet-imageoverlay {
  width: 135px;
  height: 60px;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  bottom: 25px;
  left: 50%;
  margin-left: -65px;
  box-sizing: border-box;
  background-size: cover;
  background-position: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  transition: all .3s ease;
  border-radius: 4px;
}

/* line 8931, sass/branding.scss */
.zeus .tp-bullet-imageoverlay, .zeus .tp-bullet-title {
  z-index: 2;
  transition: all 0.5s ease;
}

/* line 8935, sass/branding.scss */
.zeus .tp-bullet-title {
  color: #fff;
  text-align: center;
  line-height: 15px;
  font-size: 13px;
  font-weight: 600;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  transition: all .3s ease;
  position: absolute;
  bottom: 45px;
  width: 135px;
  vertical-align: middle;
  left: -57px;
}

/* line 8954, sass/branding.scss */
.zeus .tp-bullet:hover .tp-bullet-image, .zeus .tp-bullet:hover .tp-bullet-imageoverlay, .zeus .tp-bullet:hover .tp-bullet-title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* line 8959, sass/branding.scss */
.zeus .tp-thumb {
  opacity: 1;
}

/* line 8962, sass/branding.scss */
.zeus .tp-thumb-over {
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}

/* line 8973, sass/branding.scss */
.zeus .tp-thumb-more:before {
  font-family: revicons;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  line-height: 12px;
  top: 20px;
  right: 20px;
  content: "";
}

/* line 8982, sass/branding.scss */
.zeus .tp-thumb-more:before, .zeus .tp-thumb-title {
  font-size: 12px;
  display: block;
  text-align: left;
  position: absolute;
  z-index: 2;
}

/* line 8989, sass/branding.scss */
.zeus .tp-thumb-title {
  font-family: Raleway;
  letter-spacing: 1px;
  color: #fff;
  line-height: 15px;
  top: 0;
  left: 0;
  padding: 20px 35px 20px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all .3s;
  -webkit-transition: all .3s;
  font-weight: 500;
}

/* line 9004, sass/branding.scss */
.zeus .tp-thumb.selected .tp-thumb-more:before, .zeus .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

/* line 9007, sass/branding.scss */
.zeus .tp-thumb.selected .tp-thumb-over, .zeus .tp-thumb:hover .tp-thumb-over {
  background: #000;
}

/* line 9010, sass/branding.scss */
.zeus .tp-thumb.selected .tp-thumb-title, .zeus .tp-thumb:hover .tp-thumb-title {
  color: #fff;
}

/* line 9013, sass/branding.scss */
.zeus .tp-tab {
  opacity: 1;
  box-sizing: border-box;
}

/* line 9017, sass/branding.scss */
.zeus .tp-tab-title {
  display: block;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  font-family: Roboto Slab, serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  padding: 9px 10px;
}

/* line 9028, sass/branding.scss */
.zeus .tp-tab.selected .tp-tab-title, .zeus .tp-tab:hover .tp-tab-title {
  color: #000;
  background: #fff;
}

/* line 9032, sass/branding.scss */
.post-tabs .tp-thumb {
  opacity: 1;
}

/* line 9035, sass/branding.scss */
.post-tabs .tp-thumb-over {
  background: #252525;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}

/* line 9045, sass/branding.scss */
.post-tabs .tp-thumb-more:before {
  font-family: revicons;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  line-height: 12px;
  top: 15px;
  right: 15px;
  content: "";
}

/* line 9054, sass/branding.scss */
.post-tabs .tp-thumb-more:before, .post-tabs .tp-thumb-title {
  font-size: 12px;
  display: block;
  text-align: left;
  position: absolute;
  z-index: 2;
}

/* line 9061, sass/branding.scss */
.post-tabs .tp-thumb-title {
  font-family: raleway;
  letter-spacing: 1px;
  color: #fff;
  line-height: 15px;
  top: 0;
  left: 0;
  padding: 15px 30px 15px 15px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all .3s;
  -webkit-transition: all .3s;
  font-weight: 500;
}

/* line 9076, sass/branding.scss */
.post-tabs .tp-thumb.selected .tp-thumb-more:before, .post-tabs .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

/* line 9079, sass/branding.scss */
.post-tabs .tp-thumb.selected .tp-thumb-over, .post-tabs .tp-thumb:hover .tp-thumb-over {
  background: #fff;
}

/* line 9082, sass/branding.scss */
.post-tabs .tp-thumb.selected .tp-thumb-title, .post-tabs .tp-thumb:hover .tp-thumb-title {
  color: #000;
}

/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/* line 9091, sass/branding.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 9097, sass/branding.scss */
body {
  margin: 0;
}

/* line 9100, sass/branding.scss */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

/* line 9103, sass/branding.scss */
audio, canvas, progress, video {
  display: inline-block;
}

/* line 9106, sass/branding.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 9110, sass/branding.scss */
progress {
  vertical-align: baseline;
}

/* line 9113, sass/branding.scss */
[hidden], template {
  display: none;
}

/* line 9116, sass/branding.scss */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 9120, sass/branding.scss */
a:active, a:hover {
  outline-width: 0;
}

/* line 9123, sass/branding.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 9128, sass/branding.scss */
b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

/* line 9132, sass/branding.scss */
dfn {
  font-style: italic;
}

/* line 9135, sass/branding.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 9139, sass/branding.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/* line 9143, sass/branding.scss */
small {
  font-size: 80%;
}

/* line 9146, sass/branding.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 9152, sass/branding.scss */
sub {
  bottom: -0.25em;
}

/* line 9155, sass/branding.scss */
sup {
  top: -0.5em;
}

/* line 9158, sass/branding.scss */
img {
  border-style: none;
}

/* line 9161, sass/branding.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 9164, sass/branding.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 9168, sass/branding.scss */
figure {
  margin: 1em 40px;
}

/* line 9171, sass/branding.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 9176, sass/branding.scss */
button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}

/* line 9180, sass/branding.scss */
optgroup {
  font-weight: 700;
}

/* line 9183, sass/branding.scss */
button, input {
  overflow: visible;
}

/* line 9186, sass/branding.scss */
button, select {
  text-transform: none;
}

/* line 9189, sass/branding.scss */
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

/* line 9192, sass/branding.scss */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 9196, sass/branding.scss */
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 9199, sass/branding.scss */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 9204, sass/branding.scss */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 9212, sass/branding.scss */
textarea {
  overflow: auto;
}

/* line 9215, sass/branding.scss */
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* line 9219, sass/branding.scss */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 9222, sass/branding.scss */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 9226, sass/branding.scss */
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 9229, sass/branding.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/* line 9233, sass/branding.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@media print {
  /* line 9239, sass/branding.scss */
  *, :after, :before, :first-letter, blockquote:first-line, div:first-line, li:first-line, p:first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 9243, sass/branding.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 9246, sass/branding.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 9249, sass/branding.scss */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 9252, sass/branding.scss */
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 9256, sass/branding.scss */
  thead {
    display: table-header-group;
  }

  /* line 9259, sass/branding.scss */
  img, tr {
    page-break-inside: avoid;
  }

  /* line 9262, sass/branding.scss */
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }

  /* line 9266, sass/branding.scss */
  h2, h3 {
    page-break-after: avoid;
  }

  /* line 9269, sass/branding.scss */
  .navbar {
    display: none;
  }

  /* line 9272, sass/branding.scss */
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 9275, sass/branding.scss */
  .tag {
    border: 1px solid #000;
  }

  /* line 9278, sass/branding.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 9281, sass/branding.scss */
  .table td, .table th {
    background-color: #fff !important;
  }

  /* line 9284, sass/branding.scss */
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
/* line 9288, sass/branding.scss */
html {
  box-sizing: border-box;
}

/* line 9291, sass/branding.scss */
*, :after, :before {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
/* line 9297, sass/branding.scss */
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

/* line 9301, sass/branding.scss */
body, html {
  font-size: 16px;
}

/* line 9304, sass/branding.scss */
body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}

/* line 9311, sass/branding.scss */
[tabindex="-1"]:focus {
  outline: none !important;
}

/* line 9314, sass/branding.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

/* line 9319, sass/branding.scss */
p {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/* line 9324, sass/branding.scss */
abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

/* line 9328, sass/branding.scss */
address {
  font-style: normal;
  line-height: inherit;
}

/* line 9332, sass/branding.scss */
address, dl, ol, ul {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/* line 9336, sass/branding.scss */
dl, ol, ul {
  margin-top: 0;
}

/* line 9339, sass/branding.scss */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

/* line 9342, sass/branding.scss */
dt {
  font-weight: 700;
}

/* line 9345, sass/branding.scss */
dd {
  margin-bottom: 8px;
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 9350, sass/branding.scss */
blockquote {
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

/* line 9354, sass/branding.scss */
a {
  color: #0275d8;
  text-decoration: none;
}

/* line 9358, sass/branding.scss */
a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

/* line 9362, sass/branding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 9366, sass/branding.scss */
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 9370, sass/branding.scss */
a:not([href]):not([tabindex]):focus {
  outline: none;
}

/* line 9373, sass/branding.scss */
pre {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 9379, sass/branding.scss */
figure {
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

/* line 9383, sass/branding.scss */
img {
  vertical-align: middle;
}

/* line 9386, sass/branding.scss */
[role=button] {
  cursor: pointer;
}

/* line 9389, sass/branding.scss */
[role=button], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* line 9393, sass/branding.scss */
table {
  border-collapse: collapse;
  background-color: transparent;
}

/* line 9397, sass/branding.scss */
caption {
  padding-top: 12px;
  padding-top: .75rem;
  padding-bottom: 12px;
  padding-bottom: .75rem;
  color: #818a91;
  caption-side: bottom;
}

/* line 9405, sass/branding.scss */
caption, th {
  text-align: left;
}

/* line 9408, sass/branding.scss */
label {
  display: inline-block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

/* line 9413, sass/branding.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 9417, sass/branding.scss */
button, input, select, textarea {
  line-height: inherit;
}

/* line 9420, sass/branding.scss */
input[type=checkbox]:disabled, input[type=radio]:disabled {
  cursor: not-allowed;
}

/* line 9423, sass/branding.scss */
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

/* line 9426, sass/branding.scss */
textarea {
  resize: vertical;
}

/* line 9429, sass/branding.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 9435, sass/branding.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 8px;
  margin-bottom: .5rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: inherit;
}

/* line 9445, sass/branding.scss */
input[type=search] {
  -webkit-appearance: none;
}

/* line 9448, sass/branding.scss */
output {
  display: inline-block;
}

/* line 9451, sass/branding.scss */
[hidden] {
  display: none !important;
}

/* line 9454, sass/branding.scss */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 8px;
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 9462, sass/branding.scss */
.h1, h1 {
  font-size: 40px;
  font-size: 2.5rem;
}

/* line 9466, sass/branding.scss */
.h2, h2 {
  font-size: 32px;
  font-size: 2rem;
}

/* line 9470, sass/branding.scss */
.h3, h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

/* line 9474, sass/branding.scss */
.h4, h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

/* line 9478, sass/branding.scss */
.h5, h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 9482, sass/branding.scss */
.h6, h6 {
  font-size: 16px;
  font-size: 1rem;
}

/* line 9486, sass/branding.scss */
.lead {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 9491, sass/branding.scss */
.display-1 {
  font-size: 96px;
  font-size: 6rem;
  font-weight: 300;
}

/* line 9496, sass/branding.scss */
.display-2 {
  font-size: 88px;
  font-size: 5.5rem;
  font-weight: 300;
}

/* line 9501, sass/branding.scss */
.display-3 {
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 300;
}

/* line 9506, sass/branding.scss */
.display-4 {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 300;
}

/* line 9511, sass/branding.scss */
hr {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 9519, sass/branding.scss */
.small, small {
  font-size: 80%;
  font-weight: 400;
}

/* line 9523, sass/branding.scss */
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 9527, sass/branding.scss */
.list-inline, .list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 9531, sass/branding.scss */
.list-inline-item {
  display: inline-block;
}

/* line 9534, sass/branding.scss */
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

/* line 9537, sass/branding.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 9541, sass/branding.scss */
.blockquote {
  padding: 8px 16px;
  padding: .5rem 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  border-left: 4px solid #eceeef;
  border-left: 0.25rem solid #eceeef;
}

/* line 9551, sass/branding.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #818a91;
}

/* line 9556, sass/branding.scss */
.blockquote-footer:before {
  content: "— ";
}

/* line 9559, sass/branding.scss */
.blockquote-reverse {
  padding-right: 16px;
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 4px solid #eceeef;
  border-right: .25rem solid #eceeef;
  border-left: 0;
}

/* line 9568, sass/branding.scss */
.blockquote-reverse .blockquote-footer:before {
  content: "";
}

/* line 9571, sass/branding.scss */
.blockquote-reverse .blockquote-footer:after {
  content: " —";
}

/* line 9574, sass/branding.scss */
dl.row > dd + dt {
  clear: left;
}

/* line 9577, sass/branding.scss */
.carousel-inner > .carousel-item > a > img, .carousel-inner > .carousel-item > img, .img-fluid, .img-thumbnail {
  max-width: 100%;
  height: auto;
}

/* line 9581, sass/branding.scss */
.img-thumbnail {
  padding: 4px;
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  transition: all 0.2s ease-in-out;
}

/* line 9589, sass/branding.scss */
.figure {
  display: inline-block;
}

/* line 9592, sass/branding.scss */
.figure-img {
  margin-bottom: 8px;
  margin-bottom: .5rem;
  line-height: 1;
}

/* line 9597, sass/branding.scss */
.figure-caption {
  font-size: 90%;
  color: #818a91;
}

/* line 9601, sass/branding.scss */
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

/* line 9604, sass/branding.scss */
code {
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

/* line 9609, sass/branding.scss */
code, kbd {
  padding: 3.2px 6.4px;
  padding: .2rem .4rem;
  font-size: 90%;
}

/* line 9614, sass/branding.scss */
kbd {
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
}

/* line 9619, sass/branding.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 9624, sass/branding.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #373a3c;
}

/* line 9632, sass/branding.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

/* line 9639, sass/branding.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 9643, sass/branding.scss */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 9649, sass/branding.scss */
.container:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 576px) {
  /* line 9656, sass/branding.scss */
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  /* line 9663, sass/branding.scss */
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  /* line 9670, sass/branding.scss */
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 9677, sass/branding.scss */
  .container {
    width: 1140px;
    max-width: 100%;
  }
}
/* line 9682, sass/branding.scss */
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 9688, sass/branding.scss */
.container-fluid:after {
  content: "";
  display: table;
  clear: both;
}

/* line 9693, sass/branding.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 9697, sass/branding.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 576px) {
  /* line 9704, sass/branding.scss */
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  /* line 9711, sass/branding.scss */
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  /* line 9718, sass/branding.scss */
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  /* line 9725, sass/branding.scss */
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
/* line 9730, sass/branding.scss */
.col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  /* line 9738, sass/branding.scss */
  .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  /* line 9745, sass/branding.scss */
  .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  /* line 9752, sass/branding.scss */
  .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  /* line 9759, sass/branding.scss */
  .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* line 9764, sass/branding.scss */
.col-xs-1 {
  float: left;
  width: 8.33333%;
}

/* line 9768, sass/branding.scss */
.col-xs-2 {
  float: left;
  width: 16.66667%;
}

/* line 9772, sass/branding.scss */
.col-xs-3 {
  float: left;
  width: 25%;
}

/* line 9776, sass/branding.scss */
.col-xs-4 {
  float: left;
  width: 33.33333%;
}

/* line 9780, sass/branding.scss */
.col-xs-5 {
  float: left;
  width: 41.66667%;
}

/* line 9784, sass/branding.scss */
.col-xs-6 {
  float: left;
  width: 50%;
}

/* line 9788, sass/branding.scss */
.col-xs-7 {
  float: left;
  width: 58.33333%;
}

/* line 9792, sass/branding.scss */
.col-xs-8 {
  float: left;
  width: 66.66667%;
}

/* line 9796, sass/branding.scss */
.col-xs-9 {
  float: left;
  width: 75%;
}

/* line 9800, sass/branding.scss */
.col-xs-10 {
  float: left;
  width: 83.33333%;
}

/* line 9804, sass/branding.scss */
.col-xs-11 {
  float: left;
  width: 91.66667%;
}

/* line 9808, sass/branding.scss */
.col-xs-12 {
  float: left;
  width: 100%;
}

/* line 9812, sass/branding.scss */
.pull-xs-0 {
  right: auto;
}

/* line 9815, sass/branding.scss */
.pull-xs-1 {
  right: 8.33333%;
}

/* line 9818, sass/branding.scss */
.pull-xs-2 {
  right: 16.66667%;
}

/* line 9821, sass/branding.scss */
.pull-xs-3 {
  right: 25%;
}

/* line 9824, sass/branding.scss */
.pull-xs-4 {
  right: 33.33333%;
}

/* line 9827, sass/branding.scss */
.pull-xs-5 {
  right: 41.66667%;
}

/* line 9830, sass/branding.scss */
.pull-xs-6 {
  right: 50%;
}

/* line 9833, sass/branding.scss */
.pull-xs-7 {
  right: 58.33333%;
}

/* line 9836, sass/branding.scss */
.pull-xs-8 {
  right: 66.66667%;
}

/* line 9839, sass/branding.scss */
.pull-xs-9 {
  right: 75%;
}

/* line 9842, sass/branding.scss */
.pull-xs-10 {
  right: 83.33333%;
}

/* line 9845, sass/branding.scss */
.pull-xs-11 {
  right: 91.66667%;
}

/* line 9848, sass/branding.scss */
.pull-xs-12 {
  right: 100%;
}

/* line 9851, sass/branding.scss */
.push-xs-0 {
  left: auto;
}

/* line 9854, sass/branding.scss */
.push-xs-1 {
  left: 8.33333%;
}

/* line 9857, sass/branding.scss */
.push-xs-2 {
  left: 16.66667%;
}

/* line 9860, sass/branding.scss */
.push-xs-3 {
  left: 25%;
}

/* line 9863, sass/branding.scss */
.push-xs-4 {
  left: 33.33333%;
}

/* line 9866, sass/branding.scss */
.push-xs-5 {
  left: 41.66667%;
}

/* line 9869, sass/branding.scss */
.push-xs-6 {
  left: 50%;
}

/* line 9872, sass/branding.scss */
.push-xs-7 {
  left: 58.33333%;
}

/* line 9875, sass/branding.scss */
.push-xs-8 {
  left: 66.66667%;
}

/* line 9878, sass/branding.scss */
.push-xs-9 {
  left: 75%;
}

/* line 9881, sass/branding.scss */
.push-xs-10 {
  left: 83.33333%;
}

/* line 9884, sass/branding.scss */
.push-xs-11 {
  left: 91.66667%;
}

/* line 9887, sass/branding.scss */
.push-xs-12 {
  left: 100%;
}

/* line 9890, sass/branding.scss */
.offset-xs-1 {
  margin-left: 8.33333%;
}

/* line 9893, sass/branding.scss */
.offset-xs-2 {
  margin-left: 16.66667%;
}

/* line 9896, sass/branding.scss */
.offset-xs-3 {
  margin-left: 25%;
}

/* line 9899, sass/branding.scss */
.offset-xs-4 {
  margin-left: 33.33333%;
}

/* line 9902, sass/branding.scss */
.offset-xs-5 {
  margin-left: 41.66667%;
}

/* line 9905, sass/branding.scss */
.offset-xs-6 {
  margin-left: 50%;
}

/* line 9908, sass/branding.scss */
.offset-xs-7 {
  margin-left: 58.33333%;
}

/* line 9911, sass/branding.scss */
.offset-xs-8 {
  margin-left: 66.66667%;
}

/* line 9914, sass/branding.scss */
.offset-xs-9 {
  margin-left: 75%;
}

/* line 9917, sass/branding.scss */
.offset-xs-10 {
  margin-left: 83.33333%;
}

/* line 9920, sass/branding.scss */
.offset-xs-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 9925, sass/branding.scss */
  .col-sm-1 {
    float: left;
    width: 8.33333%;
  }

  /* line 9929, sass/branding.scss */
  .col-sm-2 {
    float: left;
    width: 16.66667%;
  }

  /* line 9933, sass/branding.scss */
  .col-sm-3 {
    float: left;
    width: 25%;
  }

  /* line 9937, sass/branding.scss */
  .col-sm-4 {
    float: left;
    width: 33.33333%;
  }

  /* line 9941, sass/branding.scss */
  .col-sm-5 {
    float: left;
    width: 41.66667%;
  }

  /* line 9945, sass/branding.scss */
  .col-sm-6 {
    float: left;
    width: 50%;
  }

  /* line 9949, sass/branding.scss */
  .col-sm-7 {
    float: left;
    width: 58.33333%;
  }

  /* line 9953, sass/branding.scss */
  .col-sm-8 {
    float: left;
    width: 66.66667%;
  }

  /* line 9957, sass/branding.scss */
  .col-sm-9 {
    float: left;
    width: 75%;
  }

  /* line 9961, sass/branding.scss */
  .col-sm-10 {
    float: left;
    width: 83.33333%;
  }

  /* line 9965, sass/branding.scss */
  .col-sm-11 {
    float: left;
    width: 91.66667%;
  }

  /* line 9969, sass/branding.scss */
  .col-sm-12 {
    float: left;
    width: 100%;
  }

  /* line 9973, sass/branding.scss */
  .pull-sm-0 {
    right: auto;
  }

  /* line 9976, sass/branding.scss */
  .pull-sm-1 {
    right: 8.33333%;
  }

  /* line 9979, sass/branding.scss */
  .pull-sm-2 {
    right: 16.66667%;
  }

  /* line 9982, sass/branding.scss */
  .pull-sm-3 {
    right: 25%;
  }

  /* line 9985, sass/branding.scss */
  .pull-sm-4 {
    right: 33.33333%;
  }

  /* line 9988, sass/branding.scss */
  .pull-sm-5 {
    right: 41.66667%;
  }

  /* line 9991, sass/branding.scss */
  .pull-sm-6 {
    right: 50%;
  }

  /* line 9994, sass/branding.scss */
  .pull-sm-7 {
    right: 58.33333%;
  }

  /* line 9997, sass/branding.scss */
  .pull-sm-8 {
    right: 66.66667%;
  }

  /* line 10000, sass/branding.scss */
  .pull-sm-9 {
    right: 75%;
  }

  /* line 10003, sass/branding.scss */
  .pull-sm-10 {
    right: 83.33333%;
  }

  /* line 10006, sass/branding.scss */
  .pull-sm-11 {
    right: 91.66667%;
  }

  /* line 10009, sass/branding.scss */
  .pull-sm-12 {
    right: 100%;
  }

  /* line 10012, sass/branding.scss */
  .push-sm-0 {
    left: auto;
  }

  /* line 10015, sass/branding.scss */
  .push-sm-1 {
    left: 8.33333%;
  }

  /* line 10018, sass/branding.scss */
  .push-sm-2 {
    left: 16.66667%;
  }

  /* line 10021, sass/branding.scss */
  .push-sm-3 {
    left: 25%;
  }

  /* line 10024, sass/branding.scss */
  .push-sm-4 {
    left: 33.33333%;
  }

  /* line 10027, sass/branding.scss */
  .push-sm-5 {
    left: 41.66667%;
  }

  /* line 10030, sass/branding.scss */
  .push-sm-6 {
    left: 50%;
  }

  /* line 10033, sass/branding.scss */
  .push-sm-7 {
    left: 58.33333%;
  }

  /* line 10036, sass/branding.scss */
  .push-sm-8 {
    left: 66.66667%;
  }

  /* line 10039, sass/branding.scss */
  .push-sm-9 {
    left: 75%;
  }

  /* line 10042, sass/branding.scss */
  .push-sm-10 {
    left: 83.33333%;
  }

  /* line 10045, sass/branding.scss */
  .push-sm-11 {
    left: 91.66667%;
  }

  /* line 10048, sass/branding.scss */
  .push-sm-12 {
    left: 100%;
  }

  /* line 10051, sass/branding.scss */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 10054, sass/branding.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  /* line 10057, sass/branding.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  /* line 10060, sass/branding.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 10063, sass/branding.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  /* line 10066, sass/branding.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  /* line 10069, sass/branding.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 10072, sass/branding.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  /* line 10075, sass/branding.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  /* line 10078, sass/branding.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 10081, sass/branding.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  /* line 10084, sass/branding.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  /* line 10090, sass/branding.scss */
  .col-md-1 {
    float: left;
    width: 8.33333%;
  }

  /* line 10094, sass/branding.scss */
  .col-md-2 {
    float: left;
    width: 16.66667%;
  }

  /* line 10098, sass/branding.scss */
  .col-md-3 {
    float: left;
    width: 25%;
  }

  /* line 10102, sass/branding.scss */
  .col-md-4 {
    float: left;
    width: 33.33333%;
  }

  /* line 10106, sass/branding.scss */
  .col-md-5 {
    float: left;
    width: 41.66667%;
  }

  /* line 10110, sass/branding.scss */
  .col-md-6 {
    float: left;
    width: 50%;
  }

  /* line 10114, sass/branding.scss */
  .col-md-7 {
    float: left;
    width: 58.33333%;
  }

  /* line 10118, sass/branding.scss */
  .col-md-8 {
    float: left;
    width: 66.66667%;
  }

  /* line 10122, sass/branding.scss */
  .col-md-9 {
    float: left;
    width: 75%;
  }

  /* line 10126, sass/branding.scss */
  .col-md-10 {
    float: left;
    width: 83.33333%;
  }

  /* line 10130, sass/branding.scss */
  .col-md-11 {
    float: left;
    width: 91.66667%;
  }

  /* line 10134, sass/branding.scss */
  .col-md-12 {
    float: left;
    width: 100%;
  }

  /* line 10138, sass/branding.scss */
  .pull-md-0 {
    right: auto;
  }

  /* line 10141, sass/branding.scss */
  .pull-md-1 {
    right: 8.33333%;
  }

  /* line 10144, sass/branding.scss */
  .pull-md-2 {
    right: 16.66667%;
  }

  /* line 10147, sass/branding.scss */
  .pull-md-3 {
    right: 25%;
  }

  /* line 10150, sass/branding.scss */
  .pull-md-4 {
    right: 33.33333%;
  }

  /* line 10153, sass/branding.scss */
  .pull-md-5 {
    right: 41.66667%;
  }

  /* line 10156, sass/branding.scss */
  .pull-md-6 {
    right: 50%;
  }

  /* line 10159, sass/branding.scss */
  .pull-md-7 {
    right: 58.33333%;
  }

  /* line 10162, sass/branding.scss */
  .pull-md-8 {
    right: 66.66667%;
  }

  /* line 10165, sass/branding.scss */
  .pull-md-9 {
    right: 75%;
  }

  /* line 10168, sass/branding.scss */
  .pull-md-10 {
    right: 83.33333%;
  }

  /* line 10171, sass/branding.scss */
  .pull-md-11 {
    right: 91.66667%;
  }

  /* line 10174, sass/branding.scss */
  .pull-md-12 {
    right: 100%;
  }

  /* line 10177, sass/branding.scss */
  .push-md-0 {
    left: auto;
  }

  /* line 10180, sass/branding.scss */
  .push-md-1 {
    left: 8.33333%;
  }

  /* line 10183, sass/branding.scss */
  .push-md-2 {
    left: 16.66667%;
  }

  /* line 10186, sass/branding.scss */
  .push-md-3 {
    left: 25%;
  }

  /* line 10189, sass/branding.scss */
  .push-md-4 {
    left: 33.33333%;
  }

  /* line 10192, sass/branding.scss */
  .push-md-5 {
    left: 41.66667%;
  }

  /* line 10195, sass/branding.scss */
  .push-md-6 {
    left: 50%;
  }

  /* line 10198, sass/branding.scss */
  .push-md-7 {
    left: 58.33333%;
  }

  /* line 10201, sass/branding.scss */
  .push-md-8 {
    left: 66.66667%;
  }

  /* line 10204, sass/branding.scss */
  .push-md-9 {
    left: 75%;
  }

  /* line 10207, sass/branding.scss */
  .push-md-10 {
    left: 83.33333%;
  }

  /* line 10210, sass/branding.scss */
  .push-md-11 {
    left: 91.66667%;
  }

  /* line 10213, sass/branding.scss */
  .push-md-12 {
    left: 100%;
  }

  /* line 10216, sass/branding.scss */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 10219, sass/branding.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }

  /* line 10222, sass/branding.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }

  /* line 10225, sass/branding.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 10228, sass/branding.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }

  /* line 10231, sass/branding.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }

  /* line 10234, sass/branding.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 10237, sass/branding.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }

  /* line 10240, sass/branding.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }

  /* line 10243, sass/branding.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 10246, sass/branding.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }

  /* line 10249, sass/branding.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  /* line 10255, sass/branding.scss */
  .col-lg-1 {
    float: left;
    width: 8.33333%;
  }

  /* line 10259, sass/branding.scss */
  .col-lg-2 {
    float: left;
    width: 16.66667%;
  }

  /* line 10263, sass/branding.scss */
  .col-lg-3 {
    float: left;
    width: 25%;
  }

  /* line 10267, sass/branding.scss */
  .col-lg-4 {
    float: left;
    width: 33.33333%;
  }

  /* line 10271, sass/branding.scss */
  .col-lg-5 {
    float: left;
    width: 41.66667%;
  }

  /* line 10275, sass/branding.scss */
  .col-lg-6 {
    float: left;
    width: 50%;
  }

  /* line 10279, sass/branding.scss */
  .col-lg-7 {
    float: left;
    width: 58.33333%;
  }

  /* line 10283, sass/branding.scss */
  .col-lg-8 {
    float: left;
    width: 66.66667%;
  }

  /* line 10287, sass/branding.scss */
  .col-lg-9 {
    float: left;
    width: 75%;
  }

  /* line 10291, sass/branding.scss */
  .col-lg-10 {
    float: left;
    width: 83.33333%;
  }

  /* line 10295, sass/branding.scss */
  .col-lg-11 {
    float: left;
    width: 91.66667%;
  }

  /* line 10299, sass/branding.scss */
  .col-lg-12 {
    float: left;
    width: 100%;
  }

  /* line 10303, sass/branding.scss */
  .pull-lg-0 {
    right: auto;
  }

  /* line 10306, sass/branding.scss */
  .pull-lg-1 {
    right: 8.33333%;
  }

  /* line 10309, sass/branding.scss */
  .pull-lg-2 {
    right: 16.66667%;
  }

  /* line 10312, sass/branding.scss */
  .pull-lg-3 {
    right: 25%;
  }

  /* line 10315, sass/branding.scss */
  .pull-lg-4 {
    right: 33.33333%;
  }

  /* line 10318, sass/branding.scss */
  .pull-lg-5 {
    right: 41.66667%;
  }

  /* line 10321, sass/branding.scss */
  .pull-lg-6 {
    right: 50%;
  }

  /* line 10324, sass/branding.scss */
  .pull-lg-7 {
    right: 58.33333%;
  }

  /* line 10327, sass/branding.scss */
  .pull-lg-8 {
    right: 66.66667%;
  }

  /* line 10330, sass/branding.scss */
  .pull-lg-9 {
    right: 75%;
  }

  /* line 10333, sass/branding.scss */
  .pull-lg-10 {
    right: 83.33333%;
  }

  /* line 10336, sass/branding.scss */
  .pull-lg-11 {
    right: 91.66667%;
  }

  /* line 10339, sass/branding.scss */
  .pull-lg-12 {
    right: 100%;
  }

  /* line 10342, sass/branding.scss */
  .push-lg-0 {
    left: auto;
  }

  /* line 10345, sass/branding.scss */
  .push-lg-1 {
    left: 8.33333%;
  }

  /* line 10348, sass/branding.scss */
  .push-lg-2 {
    left: 16.66667%;
  }

  /* line 10351, sass/branding.scss */
  .push-lg-3 {
    left: 25%;
  }

  /* line 10354, sass/branding.scss */
  .push-lg-4 {
    left: 33.33333%;
  }

  /* line 10357, sass/branding.scss */
  .push-lg-5 {
    left: 41.66667%;
  }

  /* line 10360, sass/branding.scss */
  .push-lg-6 {
    left: 50%;
  }

  /* line 10363, sass/branding.scss */
  .push-lg-7 {
    left: 58.33333%;
  }

  /* line 10366, sass/branding.scss */
  .push-lg-8 {
    left: 66.66667%;
  }

  /* line 10369, sass/branding.scss */
  .push-lg-9 {
    left: 75%;
  }

  /* line 10372, sass/branding.scss */
  .push-lg-10 {
    left: 83.33333%;
  }

  /* line 10375, sass/branding.scss */
  .push-lg-11 {
    left: 91.66667%;
  }

  /* line 10378, sass/branding.scss */
  .push-lg-12 {
    left: 100%;
  }

  /* line 10381, sass/branding.scss */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 10384, sass/branding.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  /* line 10387, sass/branding.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  /* line 10390, sass/branding.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 10393, sass/branding.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  /* line 10396, sass/branding.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  /* line 10399, sass/branding.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 10402, sass/branding.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  /* line 10405, sass/branding.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  /* line 10408, sass/branding.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 10411, sass/branding.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  /* line 10414, sass/branding.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  /* line 10420, sass/branding.scss */
  .col-xl-1 {
    float: left;
    width: 8.33333%;
  }

  /* line 10424, sass/branding.scss */
  .col-xl-2 {
    float: left;
    width: 16.66667%;
  }

  /* line 10428, sass/branding.scss */
  .col-xl-3 {
    float: left;
    width: 25%;
  }

  /* line 10432, sass/branding.scss */
  .col-xl-4 {
    float: left;
    width: 33.33333%;
  }

  /* line 10436, sass/branding.scss */
  .col-xl-5 {
    float: left;
    width: 41.66667%;
  }

  /* line 10440, sass/branding.scss */
  .col-xl-6 {
    float: left;
    width: 50%;
  }

  /* line 10444, sass/branding.scss */
  .col-xl-7 {
    float: left;
    width: 58.33333%;
  }

  /* line 10448, sass/branding.scss */
  .col-xl-8 {
    float: left;
    width: 66.66667%;
  }

  /* line 10452, sass/branding.scss */
  .col-xl-9 {
    float: left;
    width: 75%;
  }

  /* line 10456, sass/branding.scss */
  .col-xl-10 {
    float: left;
    width: 83.33333%;
  }

  /* line 10460, sass/branding.scss */
  .col-xl-11 {
    float: left;
    width: 91.66667%;
  }

  /* line 10464, sass/branding.scss */
  .col-xl-12 {
    float: left;
    width: 100%;
  }

  /* line 10468, sass/branding.scss */
  .pull-xl-0 {
    right: auto;
  }

  /* line 10471, sass/branding.scss */
  .pull-xl-1 {
    right: 8.33333%;
  }

  /* line 10474, sass/branding.scss */
  .pull-xl-2 {
    right: 16.66667%;
  }

  /* line 10477, sass/branding.scss */
  .pull-xl-3 {
    right: 25%;
  }

  /* line 10480, sass/branding.scss */
  .pull-xl-4 {
    right: 33.33333%;
  }

  /* line 10483, sass/branding.scss */
  .pull-xl-5 {
    right: 41.66667%;
  }

  /* line 10486, sass/branding.scss */
  .pull-xl-6 {
    right: 50%;
  }

  /* line 10489, sass/branding.scss */
  .pull-xl-7 {
    right: 58.33333%;
  }

  /* line 10492, sass/branding.scss */
  .pull-xl-8 {
    right: 66.66667%;
  }

  /* line 10495, sass/branding.scss */
  .pull-xl-9 {
    right: 75%;
  }

  /* line 10498, sass/branding.scss */
  .pull-xl-10 {
    right: 83.33333%;
  }

  /* line 10501, sass/branding.scss */
  .pull-xl-11 {
    right: 91.66667%;
  }

  /* line 10504, sass/branding.scss */
  .pull-xl-12 {
    right: 100%;
  }

  /* line 10507, sass/branding.scss */
  .push-xl-0 {
    left: auto;
  }

  /* line 10510, sass/branding.scss */
  .push-xl-1 {
    left: 8.33333%;
  }

  /* line 10513, sass/branding.scss */
  .push-xl-2 {
    left: 16.66667%;
  }

  /* line 10516, sass/branding.scss */
  .push-xl-3 {
    left: 25%;
  }

  /* line 10519, sass/branding.scss */
  .push-xl-4 {
    left: 33.33333%;
  }

  /* line 10522, sass/branding.scss */
  .push-xl-5 {
    left: 41.66667%;
  }

  /* line 10525, sass/branding.scss */
  .push-xl-6 {
    left: 50%;
  }

  /* line 10528, sass/branding.scss */
  .push-xl-7 {
    left: 58.33333%;
  }

  /* line 10531, sass/branding.scss */
  .push-xl-8 {
    left: 66.66667%;
  }

  /* line 10534, sass/branding.scss */
  .push-xl-9 {
    left: 75%;
  }

  /* line 10537, sass/branding.scss */
  .push-xl-10 {
    left: 83.33333%;
  }

  /* line 10540, sass/branding.scss */
  .push-xl-11 {
    left: 91.66667%;
  }

  /* line 10543, sass/branding.scss */
  .push-xl-12 {
    left: 100%;
  }

  /* line 10546, sass/branding.scss */
  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 10549, sass/branding.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  /* line 10552, sass/branding.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  /* line 10555, sass/branding.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 10558, sass/branding.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  /* line 10561, sass/branding.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  /* line 10564, sass/branding.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 10567, sass/branding.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  /* line 10570, sass/branding.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  /* line 10573, sass/branding.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 10576, sass/branding.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  /* line 10579, sass/branding.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
/* line 10583, sass/branding.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/* line 10589, sass/branding.scss */
.table td, .table th {
  padding: 12px;
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

/* line 10595, sass/branding.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

/* line 10599, sass/branding.scss */
.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

/* line 10602, sass/branding.scss */
.table .table {
  background-color: #fff;
}

/* line 10605, sass/branding.scss */
.table-sm td, .table-sm th {
  padding: 4.8px;
  padding: 0.3rem;
}

/* line 10609, sass/branding.scss */
.table-bordered, .table-bordered td, .table-bordered th {
  border: 1px solid #eceeef;
}

/* line 10612, sass/branding.scss */
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

/* line 10615, sass/branding.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 10618, sass/branding.scss */
.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th, .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 10621, sass/branding.scss */
.table-success, .table-success > td, .table-success > th {
  background-color: #dff0d8;
}

/* line 10624, sass/branding.scss */
.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

/* line 10627, sass/branding.scss */
.table-info, .table-info > td, .table-info > th {
  background-color: #d9edf7;
}

/* line 10630, sass/branding.scss */
.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

/* line 10633, sass/branding.scss */
.table-warning, .table-warning > td, .table-warning > th {
  background-color: #fcf8e3;
}

/* line 10636, sass/branding.scss */
.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

/* line 10639, sass/branding.scss */
.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f2dede;
}

/* line 10642, sass/branding.scss */
.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

/* line 10645, sass/branding.scss */
.thead-inverse th {
  color: #fff;
  background-color: #373a3c;
}

/* line 10649, sass/branding.scss */
.thead-default th {
  color: #55595c;
  background-color: #eceeef;
}

/* line 10653, sass/branding.scss */
.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

/* line 10657, sass/branding.scss */
.table-inverse td, .table-inverse th, .table-inverse thead th {
  border-color: #55595c;
}

/* line 10660, sass/branding.scss */
.table-inverse.table-bordered {
  border: 0;
}

/* line 10663, sass/branding.scss */
.table-responsive {
  display: block;
  width: 100%;
  min-height: 0;
  overflow-x: auto;
}

/* line 10669, sass/branding.scss */
.table-reflow thead {
  float: left;
}

/* line 10672, sass/branding.scss */
.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

/* line 10676, sass/branding.scss */
.table-reflow td, .table-reflow th {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}

/* line 10680, sass/branding.scss */
.table-reflow td:last-child, .table-reflow th:last-child {
  border-right: 1px solid #eceeef;
}

/* line 10683, sass/branding.scss */
.table-reflow tbody:last-child tr:last-child td, .table-reflow tbody:last-child tr:last-child th, .table-reflow tfoot:last-child tr:last-child td, .table-reflow tfoot:last-child tr:last-child th, .table-reflow thead:last-child tr:last-child td, .table-reflow thead:last-child tr:last-child th {
  border-bottom: 1px solid #eceeef;
}

/* line 10686, sass/branding.scss */
.table-reflow tr {
  float: left;
}

/* line 10689, sass/branding.scss */
.table-reflow tr td, .table-reflow tr th {
  display: block !important;
  border: 1px solid #eceeef;
}

/* line 10693, sass/branding.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 8px 12px;
  padding: .5rem .75rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 10708, sass/branding.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 10712, sass/branding.scss */
.form-control:focus {
  color: #55595c;
  background-color: #fff;
  border-color: #66afe9;
  outline: none;
}

/* line 10718, sass/branding.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

/* line 10722, sass/branding.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 10726, sass/branding.scss */
.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

/* line 10730, sass/branding.scss */
.form-control::placeholder {
  color: #999;
  opacity: 1;
}

/* line 10734, sass/branding.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

/* line 10738, sass/branding.scss */
.form-control:disabled {
  cursor: not-allowed;
}

/* line 10741, sass/branding.scss */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.5rem - 2px);
}

/* line 10744, sass/branding.scss */
select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #fff;
}

/* line 10748, sass/branding.scss */
.form-control-file, .form-control-range {
  display: block;
}

/* line 10751, sass/branding.scss */
.col-form-label {
  padding-top: 8px;
  padding-top: .5rem;
  padding-bottom: 8px;
  padding-bottom: .5rem;
  margin-bottom: 0;
}

/* line 10758, sass/branding.scss */
.col-form-label-lg {
  padding-top: 12px;
  padding-top: .75rem;
  padding-bottom: 12px;
  padding-bottom: .75rem;
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 10766, sass/branding.scss */
.col-form-label-sm {
  padding-top: 4px;
  padding-top: .25rem;
  padding-bottom: 4px;
  padding-bottom: .25rem;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 10774, sass/branding.scss */
.col-form-legend {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
}

/* line 10779, sass/branding.scss */
.col-form-legend, .form-control-static {
  padding-top: 8px;
  padding-top: .5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

/* line 10785, sass/branding.scss */
.form-control-static {
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 10790, sass/branding.scss */
.form-control-static.form-control-lg, .form-control-static.form-control-sm, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 10794, sass/branding.scss */
.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  padding: 4px 8px;
  padding: .25rem .5rem;
  font-size: 14px;
  font-size: .875rem;
  border-radius: 0.2rem;
}

/* line 10801, sass/branding.scss */
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
  height: 29px;
  height: 1.8125rem;
}

/* line 10805, sass/branding.scss */
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  padding: 12px 24px;
  padding: .75rem 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 10812, sass/branding.scss */
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
  height: 50.666px;
  height: 3.16667rem;
}

/* line 10816, sass/branding.scss */
.form-group {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/* line 10820, sass/branding.scss */
.form-text {
  display: block;
  margin-top: 4px;
  margin-top: 0.25rem;
}

/* line 10825, sass/branding.scss */
.form-check {
  position: relative;
  display: block;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

/* line 10831, sass/branding.scss */
.form-check + .form-check {
  margin-top: -4px;
  margin-top: -0.25rem;
}

/* line 10835, sass/branding.scss */
.form-check.disabled .form-check-label {
  color: #818a91;
  cursor: not-allowed;
}

/* line 10839, sass/branding.scss */
.form-check-label {
  padding-left: 20px;
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

/* line 10845, sass/branding.scss */
.form-check-input {
  position: absolute;
  margin-top: 4px;
  margin-top: .25rem;
  margin-left: -20px;
  margin-left: -1.25rem;
}

/* line 10852, sass/branding.scss */
.form-check-input:only-child {
  position: static;
}

/* line 10855, sass/branding.scss */
.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}

/* line 10864, sass/branding.scss */
.form-check-inline + .form-check-inline {
  margin-left: 12px;
  margin-left: 0.75rem;
}

/* line 10868, sass/branding.scss */
.form-check-inline.disabled {
  color: #818a91;
  cursor: not-allowed;
}

/* line 10872, sass/branding.scss */
.form-control-feedback {
  margin-top: 4px;
  margin-top: 0.25rem;
}

/* line 10876, sass/branding.scss */
.form-control-danger, .form-control-success, .form-control-warning {
  padding-right: 36px;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-position: center right .625rem;
  background-size: 1.25rem 1.25rem;
}

/* line 10884, sass/branding.scss */
.has-success .custom-control, .has-success .form-check-inline, .has-success .form-check-label, .has-success .form-control-feedback, .has-success .form-control-label {
  color: #5cb85c;
}

/* line 10887, sass/branding.scss */
.has-success .form-control {
  border-color: #5cb85c;
}

/* line 10890, sass/branding.scss */
.has-success .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3;
}

/* line 10893, sass/branding.scss */
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}

/* line 10898, sass/branding.scss */
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#5cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

/* line 10901, sass/branding.scss */
.has-warning .custom-control, .has-warning .form-check-inline, .has-warning .form-check-label, .has-warning .form-control-feedback, .has-warning .form-control-label {
  color: #f0ad4e;
}

/* line 10904, sass/branding.scss */
.has-warning .form-control {
  border-color: #f0ad4e;
}

/* line 10907, sass/branding.scss */
.has-warning .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
}

/* line 10910, sass/branding.scss */
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: #fff;
}

/* line 10915, sass/branding.scss */
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

/* line 10918, sass/branding.scss */
.has-danger .custom-control, .has-danger .form-check-inline, .has-danger .form-check-label, .has-danger .form-control-feedback, .has-danger .form-control-label {
  color: #d9534f;
}

/* line 10921, sass/branding.scss */
.has-danger .form-control {
  border-color: #d9534f;
}

/* line 10924, sass/branding.scss */
.has-danger .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}

/* line 10927, sass/branding.scss */
.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

/* line 10932, sass/branding.scss */
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

@media (min-width: 576px) {
  /* line 10937, sass/branding.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 10942, sass/branding.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 10947, sass/branding.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 10950, sass/branding.scss */
  .form-inline .input-group {
    display: inline-table;
    width: auto;
    vertical-align: middle;
  }

  /* line 10955, sass/branding.scss */
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
  }

  /* line 10958, sass/branding.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 10961, sass/branding.scss */
  .form-inline .form-check, .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 10965, sass/branding.scss */
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
  }

  /* line 10969, sass/branding.scss */
  .form-inline .form-check-label {
    padding-left: 0;
  }

  /* line 10972, sass/branding.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0;
  }

  /* line 10976, sass/branding.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 10980, sass/branding.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 8px 16px;
  padding: .5rem 1rem;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 0.25rem;
}

/* line 10999, sass/branding.scss */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 11003, sass/branding.scss */
.btn.focus, .btn:focus, .btn:hover {
  text-decoration: none;
}

/* line 11006, sass/branding.scss */
.btn.active, .btn:active {
  background-image: none;
  outline: 0;
}

/* line 11010, sass/branding.scss */
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

/* line 11014, sass/branding.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 11017, sass/branding.scss */
.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

/* line 11022, sass/branding.scss */
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

/* line 11027, sass/branding.scss */
.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
  background-image: none;
}

/* line 11033, sass/branding.scss */
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #014682;
  border-color: #01315a;
}

/* line 11038, sass/branding.scss */
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled:hover {
  background-color: #0275d8;
  border-color: #0275d8;
}

/* line 11042, sass/branding.scss */
.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc;
}

/* line 11047, sass/branding.scss */
.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 11052, sass/branding.scss */
.btn-secondary.active, .btn-secondary:active, .open > .btn-secondary.dropdown-toggle {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none;
}

/* line 11058, sass/branding.scss */
.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .open > .btn-secondary.dropdown-toggle.focus, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle:hover {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 11063, sass/branding.scss */
.btn-secondary.disabled.focus, .btn-secondary.disabled:focus, .btn-secondary.disabled:hover, .btn-secondary:disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled:hover {
  background-color: #fff;
  border-color: #ccc;
}

/* line 11067, sass/branding.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 11072, sass/branding.scss */
.btn-info.focus, .btn-info:focus, .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

/* line 11077, sass/branding.scss */
.btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
  background-image: none;
}

/* line 11083, sass/branding.scss */
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

/* line 11088, sass/branding.scss */
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info:disabled.focus, .btn-info:disabled:focus, .btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 11092, sass/branding.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 11097, sass/branding.scss */
.btn-success.focus, .btn-success:focus, .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

/* line 11102, sass/branding.scss */
.btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
  background-image: none;
}

/* line 11108, sass/branding.scss */
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}

/* line 11113, sass/branding.scss */
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success:disabled.focus, .btn-success:disabled:focus, .btn-success:disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 11117, sass/branding.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 11122, sass/branding.scss */
.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

/* line 11127, sass/branding.scss */
.btn-warning.active, .btn-warning:active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
  background-image: none;
}

/* line 11133, sass/branding.scss */
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}

/* line 11138, sass/branding.scss */
.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning:disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 11142, sass/branding.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 11147, sass/branding.scss */
.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

/* line 11152, sass/branding.scss */
.btn-danger.active, .btn-danger:active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
  background-image: none;
}

/* line 11158, sass/branding.scss */
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}

/* line 11163, sass/branding.scss */
.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger:disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 11167, sass/branding.scss */
.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8;
}

/* line 11173, sass/branding.scss */
.btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover, .open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

/* line 11178, sass/branding.scss */
.btn-outline-primary.active.focus, .btn-outline-primary.active:focus, .btn-outline-primary.active:hover, .btn-outline-primary:active.focus, .btn-outline-primary:active:focus, .btn-outline-primary:active:hover, .open > .btn-outline-primary.dropdown-toggle.focus, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #014682;
  border-color: #01315a;
}

/* line 11183, sass/branding.scss */
.btn-outline-primary.disabled.focus, .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled:hover {
  border-color: #43a7fd;
}

/* line 11186, sass/branding.scss */
.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}

/* line 11192, sass/branding.scss */
.btn-outline-secondary.active, .btn-outline-secondary.focus, .btn-outline-secondary:active, .btn-outline-secondary:focus, .btn-outline-secondary:hover, .open > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

/* line 11197, sass/branding.scss */
.btn-outline-secondary.active.focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.active:hover, .btn-outline-secondary:active.focus, .btn-outline-secondary:active:focus, .btn-outline-secondary:active:hover, .open > .btn-outline-secondary.dropdown-toggle.focus, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle:hover {
  color: #fff;
  background-color: #a1a1a1;
  border-color: #8c8c8c;
}

/* line 11202, sass/branding.scss */
.btn-outline-secondary.disabled.focus, .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled:hover {
  border-color: #fff;
}

/* line 11205, sass/branding.scss */
.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

/* line 11211, sass/branding.scss */
.btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:active, .btn-outline-info:focus, .btn-outline-info:hover, .open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 11216, sass/branding.scss */
.btn-outline-info.active.focus, .btn-outline-info.active:focus, .btn-outline-info.active:hover, .btn-outline-info:active.focus, .btn-outline-info:active:focus, .btn-outline-info:active:hover, .open > .btn-outline-info.dropdown-toggle.focus, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

/* line 11221, sass/branding.scss */
.btn-outline-info.disabled.focus, .btn-outline-info.disabled:focus, .btn-outline-info.disabled:hover, .btn-outline-info:disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled:hover {
  border-color: #b0e1ef;
}

/* line 11224, sass/branding.scss */
.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}

/* line 11230, sass/branding.scss */
.btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:active, .btn-outline-success:focus, .btn-outline-success:hover, .open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 11235, sass/branding.scss */
.btn-outline-success.active.focus, .btn-outline-success.active:focus, .btn-outline-success.active:hover, .btn-outline-success:active.focus, .btn-outline-success:active:focus, .btn-outline-success:active:hover, .open > .btn-outline-success.dropdown-toggle.focus, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}

/* line 11240, sass/branding.scss */
.btn-outline-success.disabled.focus, .btn-outline-success.disabled:focus, .btn-outline-success.disabled:hover, .btn-outline-success:disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled:hover {
  border-color: #a3d7a3;
}

/* line 11243, sass/branding.scss */
.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

/* line 11249, sass/branding.scss */
.btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:active, .btn-outline-warning:focus, .btn-outline-warning:hover, .open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 11254, sass/branding.scss */
.btn-outline-warning.active.focus, .btn-outline-warning.active:focus, .btn-outline-warning.active:hover, .btn-outline-warning:active.focus, .btn-outline-warning:active:focus, .btn-outline-warning:active:hover, .open > .btn-outline-warning.dropdown-toggle.focus, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}

/* line 11259, sass/branding.scss */
.btn-outline-warning.disabled.focus, .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled:hover {
  border-color: #f8d9ac;
}

/* line 11262, sass/branding.scss */
.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}

/* line 11268, sass/branding.scss */
.btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:active, .btn-outline-danger:focus, .btn-outline-danger:hover, .open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 11273, sass/branding.scss */
.btn-outline-danger.active.focus, .btn-outline-danger.active:focus, .btn-outline-danger.active:hover, .btn-outline-danger:active.focus, .btn-outline-danger:active:focus, .btn-outline-danger:active:hover, .open > .btn-outline-danger.dropdown-toggle.focus, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}

/* line 11278, sass/branding.scss */
.btn-outline-danger.disabled.focus, .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled:hover {
  border-color: #eba5a3;
}

/* line 11281, sass/branding.scss */
.btn-link {
  font-weight: 400;
  color: #0275d8;
  border-radius: 0;
}

/* line 11286, sass/branding.scss */
.btn-link, .btn-link.active, .btn-link:active, .btn-link:disabled {
  background-color: transparent;
}

/* line 11289, sass/branding.scss */
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent;
}

/* line 11292, sass/branding.scss */
.btn-link:focus, .btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 11297, sass/branding.scss */
.btn-link:disabled:focus, .btn-link:disabled:hover {
  color: #818a91;
  text-decoration: none;
}

/* line 11301, sass/branding.scss */
.btn-group-lg > .btn, .btn-lg {
  padding: 12px 24px;
  padding: .75rem 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 11308, sass/branding.scss */
.btn-group-sm > .btn, .btn-sm {
  padding: 4px 8px;
  padding: .25rem .5rem;
  font-size: 14px;
  font-size: .875rem;
  border-radius: 0.2rem;
}

/* line 11315, sass/branding.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 11319, sass/branding.scss */
.btn-block + .btn-block {
  margin-top: 8px;
  margin-top: 0.5rem;
}

/* line 11323, sass/branding.scss */
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

/* line 11326, sass/branding.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* line 11330, sass/branding.scss */
.fade.in {
  opacity: 1;
}

/* line 11333, sass/branding.scss */
.collapse {
  display: none;
}

/* line 11336, sass/branding.scss */
.collapse.in {
  display: block;
}

/* line 11339, sass/branding.scss */
tr.collapse.in {
  display: table-row;
}

/* line 11342, sass/branding.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 11345, sass/branding.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height;
}

/* line 11352, sass/branding.scss */
.collapsing, .dropdown, .dropup {
  position: relative;
}

/* line 11355, sass/branding.scss */
.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: 0.3em solid transparent;
}

/* line 11366, sass/branding.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 11369, sass/branding.scss */
.dropup .dropdown-toggle:after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

/* line 11373, sass/branding.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  min-width: 10rem;
  padding: 8px 0;
  padding: .5rem 0;
  margin: 2px 0 0;
  margin: .125rem 0 0;
  font-size: 16px;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 11396, sass/branding.scss */
.dropdown-divider {
  height: 1px;
  margin: 8px 0;
  margin: .5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 11403, sass/branding.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 24px;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

/* line 11416, sass/branding.scss */
.dropdown-item:focus, .dropdown-item:hover {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 11421, sass/branding.scss */
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  outline: 0;
}

/* line 11427, sass/branding.scss */
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  color: #818a91;
}

/* line 11430, sass/branding.scss */
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

/* line 11437, sass/branding.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 11440, sass/branding.scss */
.open > a {
  outline: 0;
}

/* line 11443, sass/branding.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 11447, sass/branding.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 11451, sass/branding.scss */
.dropdown-header {
  display: block;
  padding: 8px 24px;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: 14px;
  font-size: .875rem;
  color: #818a91;
  white-space: nowrap;
}

/* line 11461, sass/branding.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 11469, sass/branding.scss */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}

/* line 11474, sass/branding.scss */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}

/* line 11480, sass/branding.scss */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11485, sass/branding.scss */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left;
  margin-bottom: 0;
}

/* line 11490, sass/branding.scss */
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2;
}

/* line 11493, sass/branding.scss */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 11496, sass/branding.scss */
.btn-toolbar {
  margin-left: -8px;
  margin-left: -0.5rem;
}

/* line 11500, sass/branding.scss */
.btn-toolbar:after {
  content: "";
  display: table;
  clear: both;
}

/* line 11505, sass/branding.scss */
.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

/* line 11508, sass/branding.scss */
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 8px;
  margin-left: 0.5rem;
}

/* line 11512, sass/branding.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 11515, sass/branding.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 11518, sass/branding.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 11522, sass/branding.scss */
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 11526, sass/branding.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 11529, sass/branding.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 11532, sass/branding.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 11536, sass/branding.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 11540, sass/branding.scss */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 11543, sass/branding.scss */
.btn + .dropdown-toggle-split {
  padding-right: 12px;
  padding-right: .75rem;
  padding-left: 12px;
  padding-left: 0.75rem;
}

/* line 11549, sass/branding.scss */
.btn + .dropdown-toggle-split:after {
  margin-left: 0;
}

/* line 11552, sass/branding.scss */
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 6px;
  padding-right: .375rem;
  padding-left: 6px;
  padding-left: 0.375rem;
}

/* line 11558, sass/branding.scss */
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 18px;
  padding-right: 1.125rem;
  padding-left: 18px;
  padding-left: 1.125rem;
}

/* line 11564, sass/branding.scss */
.btn .caret {
  margin-left: 0;
}

/* line 11567, sass/branding.scss */
.btn-group-lg > .btn .caret, .btn-lg .caret {
  border-width: .3em .3em 0;
  border-bottom-width: 0;
}

/* line 11571, sass/branding.scss */
.dropup .btn-group-lg > .btn .caret, .dropup .btn-lg .caret {
  border-width: 0 0.3em 0.3em;
}

/* line 11574, sass/branding.scss */
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 11580, sass/branding.scss */
.btn-group-vertical > .btn-group:after {
  content: "";
  display: table;
  clear: both;
}

/* line 11585, sass/branding.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 11588, sass/branding.scss */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 11592, sass/branding.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 11595, sass/branding.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 11599, sass/branding.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11603, sass/branding.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 11606, sass/branding.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 11610, sass/branding.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11614, sass/branding.scss */
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 11619, sass/branding.scss */
.input-group {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate;
}

/* line 11625, sass/branding.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 11632, sass/branding.scss */
.input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover {
  z-index: 3;
}

/* line 11635, sass/branding.scss */
.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

/* line 11638, sass/branding.scss */
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 11641, sass/branding.scss */
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 11646, sass/branding.scss */
.input-group-addon {
  padding: 8px 12px;
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 11660, sass/branding.scss */
.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 4px 8px;
  padding: .25rem .5rem;
  font-size: 14px;
  font-size: .875rem;
  border-radius: 0.2rem;
}

/* line 11667, sass/branding.scss */
.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 12px 24px;
  padding: .75rem 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 11674, sass/branding.scss */
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0;
}

/* line 11677, sass/branding.scss */
.input-group-addon:not(:last-child), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle, .input-group .form-control:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 11681, sass/branding.scss */
.input-group-addon:not(:last-child) {
  border-right: 0;
}

/* line 11684, sass/branding.scss */
.input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .input-group-btn:not(:last-child) > .btn:not(:first-child), .input-group .form-control:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 11688, sass/branding.scss */
.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

/* line 11691, sass/branding.scss */
.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}

/* line 11695, sass/branding.scss */
.input-group-btn, .input-group-btn > .btn {
  position: relative;
}

/* line 11698, sass/branding.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 11701, sass/branding.scss */
.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 3;
}

/* line 11704, sass/branding.scss */
.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

/* line 11707, sass/branding.scss */
.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 11711, sass/branding.scss */
.input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:hover, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:hover {
  z-index: 3;
}

/* line 11714, sass/branding.scss */
.custom-control {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  padding-left: 1.5rem;
  cursor: pointer;
}

/* line 11721, sass/branding.scss */
.custom-control + .custom-control {
  margin-left: 16px;
  margin-left: 1rem;
}

/* line 11725, sass/branding.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 11730, sass/branding.scss */
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0074d9;
}

/* line 11734, sass/branding.scss */
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}

/* line 11737, sass/branding.scss */
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #84c6ff;
}

/* line 11741, sass/branding.scss */
.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eee;
}

/* line 11745, sass/branding.scss */
.custom-control-input:disabled ~ .custom-control-description {
  color: #767676;
  cursor: not-allowed;
}

/* line 11749, sass/branding.scss */
.custom-control-indicator {
  position: absolute;
  top: 4px;
  top: .25rem;
  left: 0;
  display: block;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50% 50%;
}

/* line 11769, sass/branding.scss */
.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

/* line 11772, sass/branding.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* line 11775, sass/branding.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#fff' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 11779, sass/branding.scss */
.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

/* line 11782, sass/branding.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#fff'/%3E%3C/svg%3E");
}

/* line 11785, sass/branding.scss */
.custom-controls-stacked .custom-control {
  float: left;
  clear: left;
}

/* line 11789, sass/branding.scss */
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

/* line 11792, sass/branding.scss */
.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.5rem - 2px);
  padding: 6px 28px 6px 12px;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: 12px\9;
  padding-right: .75rem\9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 12px center;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none\9;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 11811, sass/branding.scss */
.custom-select:focus {
  border-color: #51a7e8;
  outline: none;
}

/* line 11815, sass/branding.scss */
.custom-select:focus::-ms-value {
  color: #55595c;
  background-color: #fff;
}

/* line 11819, sass/branding.scss */
.custom-select:disabled {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}

/* line 11824, sass/branding.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 11827, sass/branding.scss */
.custom-select-sm {
  padding-top: 6px;
  padding-top: .375rem;
  padding-bottom: 6px;
  padding-bottom: .375rem;
  font-size: 75%;
}

/* line 11834, sass/branding.scss */
.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
}

/* line 11842, sass/branding.scss */
.custom-file-input {
  min-width: 224px;
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 11850, sass/branding.scss */
.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 40px;
  height: 2.5rem;
  padding: 8px 16px;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}

/* line 11870, sass/branding.scss */
.custom-file-control:lang(en):after {
  content: "Choose file...";
}

/* line 11873, sass/branding.scss */
.custom-file-control:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 40px;
  height: 2.5rem;
  padding: 8px 16px;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 11890, sass/branding.scss */
.custom-file-control:lang(en):before {
  content: "Browse";
}

/* line 11893, sass/branding.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 11898, sass/branding.scss */
.nav-link {
  display: inline-block;
}

/* line 11901, sass/branding.scss */
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

/* line 11904, sass/branding.scss */
.nav-link.disabled {
  color: #818a91;
}

/* line 11907, sass/branding.scss */
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 11912, sass/branding.scss */
.nav-inline .nav-item {
  display: inline-block;
}

/* line 11915, sass/branding.scss */
.nav-inline .nav-item + .nav-item, .nav-inline .nav-link + .nav-link {
  margin-left: 16px;
  margin-left: 1rem;
}

/* line 11919, sass/branding.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 11922, sass/branding.scss */
.nav-tabs:after {
  content: "";
  display: table;
  clear: both;
}

/* line 11927, sass/branding.scss */
.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}

/* line 11931, sass/branding.scss */
.nav-tabs .nav-item + .nav-item {
  margin-left: 3.2px;
  margin-left: 0.2rem;
}

/* line 11935, sass/branding.scss */
.nav-tabs .nav-link {
  display: block;
  padding: .5em 1em;
  border: 1px solid transparent;
  border-top-right-radius: 4px;
  border-top-right-radius: .25rem;
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem;
}

/* line 11944, sass/branding.scss */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

/* line 11947, sass/branding.scss */
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
  color: #818a91;
  background-color: transparent;
  border-color: transparent;
}

/* line 11952, sass/branding.scss */
.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
  color: #55595c;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
}

/* line 11957, sass/branding.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11962, sass/branding.scss */
.nav-pills:after {
  content: "";
  display: table;
  clear: both;
}

/* line 11967, sass/branding.scss */
.nav-pills .nav-item {
  float: left;
}

/* line 11970, sass/branding.scss */
.nav-pills .nav-item + .nav-item {
  margin-left: 3.2px;
  margin-left: 0.2rem;
}

/* line 11974, sass/branding.scss */
.nav-pills .nav-link {
  display: block;
  padding: .5em 1em;
  border-radius: 0.25rem;
}

/* line 11979, sass/branding.scss */
.nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover, .nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

/* line 11984, sass/branding.scss */
.nav-stacked .nav-item {
  display: block;
  float: none;
}

/* line 11988, sass/branding.scss */
.nav-stacked .nav-item + .nav-item {
  margin-top: 3.2px;
  margin-top: .2rem;
  margin-left: 0;
}

/* line 11993, sass/branding.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 11996, sass/branding.scss */
.tab-content > .active {
  display: block;
}

/* line 11999, sass/branding.scss */
.navbar {
  position: relative;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}

/* line 12004, sass/branding.scss */
.navbar:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 576px) {
  /* line 12011, sass/branding.scss */
  .navbar {
    border-radius: 0.25rem;
  }
}
/* line 12015, sass/branding.scss */
.navbar-full {
  z-index: 1000;
}

@media (min-width: 576px) {
  /* line 12020, sass/branding.scss */
  .navbar-full {
    border-radius: 0;
  }
}
/* line 12024, sass/branding.scss */
.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 576px) {
  /* line 12032, sass/branding.scss */
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
  }
}
/* line 12036, sass/branding.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 12039, sass/branding.scss */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 12042, sass/branding.scss */
.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}

@media (min-width: 576px) {
  /* line 12051, sass/branding.scss */
  .navbar-sticky-top {
    border-radius: 0;
  }
}
/* line 12055, sass/branding.scss */
.navbar-brand {
  float: left;
  padding-top: 4px;
  padding-top: .25rem;
  padding-bottom: 4px;
  padding-bottom: .25rem;
  margin-right: 16px;
  margin-right: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: inherit;
}

/* line 12067, sass/branding.scss */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

/* line 12070, sass/branding.scss */
.navbar-divider {
  float: left;
  width: 1px;
  padding-top: 6.8px;
  padding-top: .425rem;
  padding-bottom: 6.8px;
  padding-bottom: .425rem;
  margin-right: 16px;
  margin-right: 1rem;
  margin-left: 16px;
  margin-left: 1rem;
  overflow: hidden;
}

/* line 12083, sass/branding.scss */
.navbar-divider:before {
  content: " ";
}

/* line 12086, sass/branding.scss */
.navbar-text {
  display: inline-block;
  padding-top: 6.8px;
  padding-top: .425rem;
  padding-bottom: 6.8px;
  padding-bottom: 0.425rem;
}

/* line 12093, sass/branding.scss */
.navbar-toggler {
  width: 2.5em;
  height: 2em;
  padding: 8px 12px;
  padding: .5rem .75rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent no-repeat 50%;
  background-size: 24px 24px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 12106, sass/branding.scss */
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

@media (max-width: 575px) {
  /* line 12111, sass/branding.scss */
  .navbar-toggleable-xs .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0;
  }

  /* line 12117, sass/branding.scss */
  .navbar-toggleable-xs .navbar-nav {
    margin-top: .5rem;
    margin-bottom: 0.5rem;
  }

  /* line 12121, sass/branding.scss */
  .navbar-toggleable-xs .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
}
@media (min-width: 576px) {
  /* line 12128, sass/branding.scss */
  .navbar-toggleable-xs {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 12134, sass/branding.scss */
  .navbar-toggleable-sm .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0;
  }

  /* line 12140, sass/branding.scss */
  .navbar-toggleable-sm .navbar-nav {
    margin-top: .5rem;
    margin-bottom: 0.5rem;
  }

  /* line 12144, sass/branding.scss */
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
}
@media (min-width: 768px) {
  /* line 12151, sass/branding.scss */
  .navbar-toggleable-sm {
    display: block;
  }
}
@media (max-width: 991px) {
  /* line 12157, sass/branding.scss */
  .navbar-toggleable-md .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0;
  }

  /* line 12163, sass/branding.scss */
  .navbar-toggleable-md .navbar-nav {
    margin-top: .5rem;
    margin-bottom: 0.5rem;
  }

  /* line 12167, sass/branding.scss */
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
}
@media (min-width: 992px) {
  /* line 12174, sass/branding.scss */
  .navbar-toggleable-md {
    display: block;
  }
}
/* line 12178, sass/branding.scss */
.navbar-toggleable-lg:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1199px) {
  /* line 12185, sass/branding.scss */
  .navbar-toggleable-lg .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0;
  }

  /* line 12191, sass/branding.scss */
  .navbar-toggleable-lg .navbar-nav {
    margin-top: .5rem;
    margin-bottom: 0.5rem;
  }

  /* line 12195, sass/branding.scss */
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
}
@media (min-width: 1200px) {
  /* line 12202, sass/branding.scss */
  .navbar-toggleable-lg {
    display: block;
  }
}
/* line 12206, sass/branding.scss */
.navbar-toggleable-xl {
  display: block;
}

/* line 12209, sass/branding.scss */
.navbar-toggleable-xl:after {
  content: "";
  display: table;
  clear: both;
}

/* line 12214, sass/branding.scss */
.navbar-toggleable-xl .navbar-brand {
  display: block;
  float: none;
  margin-top: 8px;
  margin-top: .5rem;
  margin-right: 0;
}

/* line 12221, sass/branding.scss */
.navbar-toggleable-xl .navbar-nav {
  margin-top: 8px;
  margin-top: .5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

/* line 12227, sass/branding.scss */
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 12231, sass/branding.scss */
.navbar-nav .nav-item {
  float: left;
}

/* line 12234, sass/branding.scss */
.navbar-nav .nav-link {
  display: block;
  padding-top: 6.8px;
  padding-top: .425rem;
  padding-bottom: 6.8px;
  padding-bottom: 0.425rem;
}

/* line 12241, sass/branding.scss */
.navbar-nav .nav-item + .nav-item, .navbar-nav .nav-link + .nav-link {
  margin-left: 16px;
  margin-left: 1rem;
}

/* line 12245, sass/branding.scss */
.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 12248, sass/branding.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 12251, sass/branding.scss */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

/* line 12254, sass/branding.scss */
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 12257, sass/branding.scss */
.navbar-light .navbar-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 12261, sass/branding.scss */
.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 12264, sass/branding.scss */
.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-toggler, .navbar-dark .navbar-toggler:focus, .navbar-dark .navbar-toggler:hover {
  color: #fff;
}

/* line 12267, sass/branding.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 12270, sass/branding.scss */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* line 12273, sass/branding.scss */
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .active > .nav-link:focus, .navbar-dark .navbar-nav .active > .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.active:focus, .navbar-dark .navbar-nav .nav-link.active:hover, .navbar-dark .navbar-nav .nav-link.open, .navbar-dark .navbar-nav .nav-link.open:focus, .navbar-dark .navbar-nav .nav-link.open:hover, .navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover {
  color: #fff;
}

/* line 12276, sass/branding.scss */
.navbar-dark .navbar-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 12280, sass/branding.scss */
.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

/* line 12283, sass/branding.scss */
.navbar-toggleable-xs:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 575px) {
  /* line 12290, sass/branding.scss */
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  /* line 12297, sass/branding.scss */
  .navbar-toggleable-xs {
    display: block !important;
  }
}
/* line 12301, sass/branding.scss */
.navbar-toggleable-sm:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  /* line 12308, sass/branding.scss */
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 12315, sass/branding.scss */
  .navbar-toggleable-sm {
    display: block !important;
  }
}
/* line 12319, sass/branding.scss */
.navbar-toggleable-md:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 991px) {
  /* line 12326, sass/branding.scss */
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 12333, sass/branding.scss */
  .navbar-toggleable-md {
    display: block !important;
  }
}
/* line 12337, sass/branding.scss */
.card {
  position: relative;
  display: block;
  margin-bottom: 12px;
  margin-bottom: .75rem;
  background-color: #fff;
  border-radius: .25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 12346, sass/branding.scss */
.card-block {
  padding: 20px;
  padding: 1.25rem;
}

/* line 12350, sass/branding.scss */
.card-block:after {
  content: "";
  display: table;
  clear: both;
}

/* line 12355, sass/branding.scss */
.card-title {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

/* line 12359, sass/branding.scss */
.card-subtitle {
  margin-top: -6px;
  margin-top: -0.375rem;
}

/* line 12363, sass/branding.scss */
.card-subtitle, .card-text:last-child {
  margin-bottom: 0;
}

/* line 12366, sass/branding.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 12369, sass/branding.scss */
.card-link + .card-link {
  margin-left: 20px;
  margin-left: 1.25rem;
}

/* line 12373, sass/branding.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-right-radius: .25rem;
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem;
}

/* line 12379, sass/branding.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0.25rem;
}

/* line 12385, sass/branding.scss */
.card-header {
  padding: 12px 20px;
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 12392, sass/branding.scss */
.card-header:after {
  content: "";
  display: table;
  clear: both;
}

/* line 12397, sass/branding.scss */
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

/* line 12400, sass/branding.scss */
.card-footer {
  padding: 12px 20px;
  padding: .75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 12406, sass/branding.scss */
.card-footer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 12411, sass/branding.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

/* line 12414, sass/branding.scss */
.card-header-tabs {
  margin-bottom: -12px;
  margin-bottom: -.75rem;
  border-bottom: 0;
}

/* line 12419, sass/branding.scss */
.card-header-pills, .card-header-tabs {
  margin-right: -10px;
  margin-right: -.625rem;
  margin-left: -10px;
  margin-left: -0.625rem;
}

/* line 12425, sass/branding.scss */
.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}

/* line 12429, sass/branding.scss */
.card-primary .card-footer, .card-primary .card-header {
  background-color: transparent;
}

/* line 12432, sass/branding.scss */
.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 12436, sass/branding.scss */
.card-success .card-footer, .card-success .card-header {
  background-color: transparent;
}

/* line 12439, sass/branding.scss */
.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 12443, sass/branding.scss */
.card-info .card-footer, .card-info .card-header {
  background-color: transparent;
}

/* line 12446, sass/branding.scss */
.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 12450, sass/branding.scss */
.card-warning .card-footer, .card-warning .card-header {
  background-color: transparent;
}

/* line 12453, sass/branding.scss */
.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 12457, sass/branding.scss */
.card-danger .card-footer, .card-danger .card-header, .card-outline-primary {
  background-color: transparent;
}

/* line 12460, sass/branding.scss */
.card-outline-primary {
  border-color: #0275d8;
}

/* line 12463, sass/branding.scss */
.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

/* line 12467, sass/branding.scss */
.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

/* line 12471, sass/branding.scss */
.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

/* line 12475, sass/branding.scss */
.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

/* line 12479, sass/branding.scss */
.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

/* line 12483, sass/branding.scss */
.card-inverse .card-footer, .card-inverse .card-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 12486, sass/branding.scss */
.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
  color: #fff;
}

/* line 12489, sass/branding.scss */
.card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65);
}

/* line 12492, sass/branding.scss */
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

/* line 12495, sass/branding.scss */
.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

/* line 12500, sass/branding.scss */
.card-img {
  border-radius: calc(.25rem - 1px);
}

/* line 12503, sass/branding.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding: 1.25rem;
}

/* line 12512, sass/branding.scss */
.card-img-top {
  border-top-right-radius: calc(.25rem - 1px);
  border-top-left-radius: calc(.25rem - 1px);
}

/* line 12516, sass/branding.scss */
.card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

@media (min-width: 576px) {
  /* line 12522, sass/branding.scss */
  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: .75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }

  /* line 12529, sass/branding.scss */
  .card-deck .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }

  /* line 12534, sass/branding.scss */
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
@media (min-width: 576px) {
  /* line 12541, sass/branding.scss */
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  /* line 12546, sass/branding.scss */
  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }

  /* line 12550, sass/branding.scss */
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  /* line 12554, sass/branding.scss */
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  /* line 12558, sass/branding.scss */
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  /* line 12561, sass/branding.scss */
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  /* line 12564, sass/branding.scss */
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  /* line 12568, sass/branding.scss */
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  /* line 12571, sass/branding.scss */
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  /* line 12574, sass/branding.scss */
  .card-group .card:not(:first-child):not(:last-child), .card-group .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
}
@media (min-width: 576px) {
  /* line 12580, sass/branding.scss */
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  /* line 12586, sass/branding.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/* line 12591, sass/branding.scss */
.breadcrumb {
  padding: 12px 16px;
  padding: .75rem 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

/* line 12600, sass/branding.scss */
.breadcrumb:after {
  content: "";
  display: table;
  clear: both;
}

/* line 12605, sass/branding.scss */
.breadcrumb-item {
  float: left;
}

/* line 12608, sass/branding.scss */
.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 8px;
  padding-right: .5rem;
  padding-left: 8px;
  padding-left: .5rem;
  color: #818a91;
  content: "/";
}

/* line 12617, sass/branding.scss */
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}

/* line 12621, sass/branding.scss */
.breadcrumb-item.active {
  color: #818a91;
}

/* line 12624, sass/branding.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}

/* line 12633, sass/branding.scss */
.page-item {
  display: inline;
}

/* line 12636, sass/branding.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: .25rem;
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem;
}

/* line 12643, sass/branding.scss */
.page-item:last-child .page-link {
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: .25rem;
  border-top-right-radius: 4px;
  border-top-right-radius: 0.25rem;
}

/* line 12649, sass/branding.scss */
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0275d8;
  border-color: #0275d8;
}

/* line 12656, sass/branding.scss */
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
  color: #818a91;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 12663, sass/branding.scss */
.page-link {
  position: relative;
  float: left;
  padding: 8px 12px;
  padding: .5rem .75rem;
  margin-left: -1px;
  color: #0275d8;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 12674, sass/branding.scss */
.page-link:focus, .page-link:hover {
  color: #014c8c;
  background-color: #eceeef;
  border-color: #ddd;
}

/* line 12679, sass/branding.scss */
.pagination-lg .page-link {
  padding: 12px 24px;
  padding: .75rem 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 12685, sass/branding.scss */
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 4.8px;
  border-bottom-left-radius: .3rem;
  border-top-left-radius: 4.8px;
  border-top-left-radius: 0.3rem;
}

/* line 12691, sass/branding.scss */
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 4.8px;
  border-bottom-right-radius: .3rem;
  border-top-right-radius: 4.8px;
  border-top-right-radius: 0.3rem;
}

/* line 12697, sass/branding.scss */
.pagination-sm .page-link {
  padding: 4.4px 12px;
  padding: .275rem .75rem;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 12703, sass/branding.scss */
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 3.2px;
  border-bottom-left-radius: .2rem;
  border-top-left-radius: 3.2px;
  border-top-left-radius: 0.2rem;
}

/* line 12709, sass/branding.scss */
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 3.2px;
  border-bottom-right-radius: .2rem;
  border-top-right-radius: 3.2px;
  border-top-right-radius: 0.2rem;
}

/* line 12715, sass/branding.scss */
.tag:empty {
  display: none;
}

/* line 12718, sass/branding.scss */
.btn .tag {
  position: relative;
  top: -1px;
}

/* line 12722, sass/branding.scss */
a.tag:focus, a.tag:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 12727, sass/branding.scss */
.tag-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

/* line 12732, sass/branding.scss */
.tag-default {
  background-color: #818a91;
}

/* line 12735, sass/branding.scss */
.tag-default[href]:focus, .tag-default[href]:hover {
  background-color: #687077;
}

/* line 12738, sass/branding.scss */
.tag-primary {
  background-color: #0275d8;
}

/* line 12741, sass/branding.scss */
.tag-primary[href]:focus, .tag-primary[href]:hover {
  background-color: #025aa5;
}

/* line 12744, sass/branding.scss */
.tag-success {
  background-color: #5cb85c;
}

/* line 12747, sass/branding.scss */
.tag-success[href]:focus, .tag-success[href]:hover {
  background-color: #449d44;
}

/* line 12750, sass/branding.scss */
.tag-info {
  background-color: #5bc0de;
}

/* line 12753, sass/branding.scss */
.tag-info[href]:focus, .tag-info[href]:hover {
  background-color: #31b0d5;
}

/* line 12756, sass/branding.scss */
.tag-warning {
  background-color: #f0ad4e;
}

/* line 12759, sass/branding.scss */
.tag-warning[href]:focus, .tag-warning[href]:hover {
  background-color: #ec971f;
}

/* line 12762, sass/branding.scss */
.tag-danger {
  background-color: #d9534f;
}

/* line 12765, sass/branding.scss */
.tag-danger[href]:focus, .tag-danger[href]:hover {
  background-color: #c9302c;
}

/* line 12768, sass/branding.scss */
.jumbotron {
  padding: 32px 16px;
  padding: 2rem 1rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 12778, sass/branding.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}
/* line 12782, sass/branding.scss */
.jumbotron-hr {
  border-top-color: #d0d5d8;
}

/* line 12785, sass/branding.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 12790, sass/branding.scss */
.alert {
  padding: 12px 20px;
  padding: .75rem 1.25rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 12798, sass/branding.scss */
.alert-heading {
  color: inherit;
}

/* line 12801, sass/branding.scss */
.alert-link {
  font-weight: 700;
}

/* line 12804, sass/branding.scss */
.alert-dismissible {
  padding-right: 40px;
  padding-right: 2.5rem;
}

/* line 12808, sass/branding.scss */
.alert-dismissible .close {
  position: relative;
  top: -2px;
  top: -.125rem;
  right: -20px;
  right: -1.25rem;
  color: inherit;
}

/* line 12816, sass/branding.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

/* line 12821, sass/branding.scss */
.alert-success hr {
  border-top-color: #c1e2b3;
}

/* line 12824, sass/branding.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 12827, sass/branding.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

/* line 12832, sass/branding.scss */
.alert-info hr {
  border-top-color: #a6d5ec;
}

/* line 12835, sass/branding.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 12838, sass/branding.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

/* line 12843, sass/branding.scss */
.alert-warning hr {
  border-top-color: #f7ecb5;
}

/* line 12846, sass/branding.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 12849, sass/branding.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

/* line 12854, sass/branding.scss */
.alert-danger hr {
  border-top-color: #e4b9b9;
}

/* line 12857, sass/branding.scss */
.alert-danger .alert-link {
  color: #843534;
}

@keyframes g {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 12868, sass/branding.scss */
.progress {
  display: block;
  width: 100%;
  height: 16px;
  height: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/* line 12876, sass/branding.scss */
.progress[value] {
  background-color: #eee;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
}

/* line 12884, sass/branding.scss */
.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0;
}

/* line 12888, sass/branding.scss */
.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: .25rem;
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem;
}

/* line 12895, sass/branding.scss */
.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: .25rem;
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem;
}

/* line 12902, sass/branding.scss */
.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: .25rem;
  border-top-right-radius: 4px;
  border-top-right-radius: 0.25rem;
}

/* line 12908, sass/branding.scss */
.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: .25rem;
  border-top-right-radius: 4px;
  border-top-right-radius: 0.25rem;
}

/* line 12914, sass/branding.scss */
.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem;
}

/* line 12918, sass/branding.scss */
.progress[value], base::-moz-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem;
}

@media screen and (min-width: 0\0) {
  /* line 12923, sass/branding.scss */
  .progress {
    background-color: #eee;
    border-radius: 0.25rem;
  }

  /* line 12927, sass/branding.scss */
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: 0.25rem;
  }

  /* line 12935, sass/branding.scss */
  .progress[width="100%"] {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: 0.25rem;
  }
}
/* line 12940, sass/branding.scss */
.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem;
}

/* line 12944, sass/branding.scss */
.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem;
}

/* line 12948, sass/branding.scss */
.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem;
}

@media screen and (min-width: 0\0) {
  /* line 12953, sass/branding.scss */
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem;
  }
}
/* line 12958, sass/branding.scss */
.progress-animated[value]::-webkit-progress-value {
  animation: g 2s linear infinite;
}

/* line 12961, sass/branding.scss */
.progress-animated[value]::-moz-progress-bar {
  animation: g 2s linear infinite;
}

@media screen and (min-width: 0\0) {
  /* line 12965, sass/branding.scss */
  .progress-animated .progress-bar-striped {
    animation: g 2s linear infinite;
  }
}
/* line 12969, sass/branding.scss */
.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c;
}

/* line 12972, sass/branding.scss */
.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c;
}

/* line 12975, sass/branding.scss */
.progress-success[value]::-ms-fill {
  background-color: #5cb85c;
}

@media screen and (min-width: 0\0) {
  /* line 12979, sass/branding.scss */
  .progress-success .progress-bar {
    background-color: #5cb85c;
  }
}
/* line 12983, sass/branding.scss */
.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de;
}

/* line 12986, sass/branding.scss */
.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de;
}

/* line 12989, sass/branding.scss */
.progress-info[value]::-ms-fill {
  background-color: #5bc0de;
}

@media screen and (min-width: 0\0) {
  /* line 12993, sass/branding.scss */
  .progress-info .progress-bar {
    background-color: #5bc0de;
  }
}
/* line 12997, sass/branding.scss */
.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e;
}

/* line 13000, sass/branding.scss */
.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e;
}

/* line 13003, sass/branding.scss */
.progress-warning[value]::-ms-fill {
  background-color: #f0ad4e;
}

@media screen and (min-width: 0\0) {
  /* line 13007, sass/branding.scss */
  .progress-warning .progress-bar {
    background-color: #f0ad4e;
  }
}
/* line 13011, sass/branding.scss */
.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f;
}

/* line 13014, sass/branding.scss */
.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f;
}

/* line 13017, sass/branding.scss */
.progress-danger[value]::-ms-fill {
  background-color: #d9534f;
}

@media screen and (min-width: 0\0) {
  /* line 13021, sass/branding.scss */
  .progress-danger .progress-bar {
    background-color: #d9534f;
  }
}
/* line 13025, sass/branding.scss */
.media, .media-body {
  overflow: hidden;
}

/* line 13028, sass/branding.scss */
.media-body {
  width: 10000px;
}

/* line 13031, sass/branding.scss */
.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}

/* line 13035, sass/branding.scss */
.media-middle {
  vertical-align: middle;
}

/* line 13038, sass/branding.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 13041, sass/branding.scss */
.media-object {
  display: block;
}

/* line 13044, sass/branding.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 13047, sass/branding.scss */
.media-right {
  padding-left: 10px;
}

/* line 13050, sass/branding.scss */
.media-left {
  padding-right: 10px;
}

/* line 13053, sass/branding.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 13057, sass/branding.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 13061, sass/branding.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

/* line 13065, sass/branding.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 12px 20px;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 13074, sass/branding.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-right-radius: .25rem;
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem;
}

/* line 13080, sass/branding.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0.25rem;
}

/* line 13087, sass/branding.scss */
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}

/* line 13092, sass/branding.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

/* line 13095, sass/branding.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #818a91;
}

/* line 13098, sass/branding.scss */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  border-color: #0275d8;
}

/* line 13105, sass/branding.scss */
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

/* line 13108, sass/branding.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #a8d6fe;
}

/* line 13111, sass/branding.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 13116, sass/branding.scss */
.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit;
}

/* line 13121, sass/branding.scss */
.list-group-item-action .list-group-item-heading {
  color: #333;
}

/* line 13124, sass/branding.scss */
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 13129, sass/branding.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 13133, sass/branding.scss */
a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

/* line 13136, sass/branding.scss */
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 13139, sass/branding.scss */
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 13143, sass/branding.scss */
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 13148, sass/branding.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 13152, sass/branding.scss */
a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

/* line 13155, sass/branding.scss */
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 13158, sass/branding.scss */
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 13162, sass/branding.scss */
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 13167, sass/branding.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 13171, sass/branding.scss */
a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 13174, sass/branding.scss */
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 13177, sass/branding.scss */
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 13181, sass/branding.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 13186, sass/branding.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 13190, sass/branding.scss */
a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

/* line 13193, sass/branding.scss */
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 13196, sass/branding.scss */
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 13200, sass/branding.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 13205, sass/branding.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 13209, sass/branding.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 13213, sass/branding.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 13220, sass/branding.scss */
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 13229, sass/branding.scss */
.embed-responsive-21by9 {
  padding-bottom: 42.85714%;
}

/* line 13232, sass/branding.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 13235, sass/branding.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 13238, sass/branding.scss */
.embed-responsive-1by1 {
  padding-bottom: 100%;
}

/* line 13241, sass/branding.scss */
.close {
  float: right;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}

/* line 13251, sass/branding.scss */
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

/* line 13257, sass/branding.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 13264, sass/branding.scss */
.modal, .modal-open {
  overflow: hidden;
}

/* line 13267, sass/branding.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
}

/* line 13277, sass/branding.scss */
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translateY(-25%);
}

/* line 13281, sass/branding.scss */
.modal.in .modal-dialog {
  transform: translate(0);
}

/* line 13284, sass/branding.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 13288, sass/branding.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 13293, sass/branding.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
}

/* line 13301, sass/branding.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 13310, sass/branding.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13313, sass/branding.scss */
.modal-backdrop.in {
  opacity: 0.5;
}

/* line 13316, sass/branding.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 13320, sass/branding.scss */
.modal-header:after {
  content: "";
  display: table;
  clear: both;
}

/* line 13325, sass/branding.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 13328, sass/branding.scss */
.modal-title {
  margin: 0;
  line-height: 1.5;
}

/* line 13332, sass/branding.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 13336, sass/branding.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 13341, sass/branding.scss */
.modal-footer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 13346, sass/branding.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 13355, sass/branding.scss */
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }

  /* line 13359, sass/branding.scss */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 13365, sass/branding.scss */
  .modal-lg {
    max-width: 900px;
  }
}
/* line 13369, sass/branding.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 14px;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 13392, sass/branding.scss */
.tooltip.in {
  opacity: 0.9;
}

/* line 13395, sass/branding.scss */
.tooltip.bs-tether-element-attached-bottom, .tooltip.tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 13399, sass/branding.scss */
.tooltip.bs-tether-element-attached-bottom .tooltip-inner:before, .tooltip.tooltip-top .tooltip-inner:before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 13407, sass/branding.scss */
.tooltip.bs-tether-element-attached-left, .tooltip.tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 13411, sass/branding.scss */
.tooltip.bs-tether-element-attached-left .tooltip-inner:before, .tooltip.tooltip-right .tooltip-inner:before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 13419, sass/branding.scss */
.tooltip.bs-tether-element-attached-top, .tooltip.tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 13423, sass/branding.scss */
.tooltip.bs-tether-element-attached-top .tooltip-inner:before, .tooltip.tooltip-bottom .tooltip-inner:before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 13431, sass/branding.scss */
.tooltip.bs-tether-element-attached-right, .tooltip.tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 13435, sass/branding.scss */
.tooltip.bs-tether-element-attached-right .tooltip-inner:before, .tooltip.tooltip-left .tooltip-inner:before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 13443, sass/branding.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 13451, sass/branding.scss */
.tooltip-inner:before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 13458, sass/branding.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 14px;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 13488, sass/branding.scss */
.popover.bs-tether-element-attached-bottom, .popover.popover-top {
  margin-top: -10px;
}

/* line 13491, sass/branding.scss */
.popover.bs-tether-element-attached-bottom:after, .popover.bs-tether-element-attached-bottom:before, .popover.popover-top:after, .popover.popover-top:before {
  left: 50%;
  border-bottom-width: 0;
}

/* line 13495, sass/branding.scss */
.popover.bs-tether-element-attached-bottom:before, .popover.popover-top:before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 13500, sass/branding.scss */
.popover.bs-tether-element-attached-bottom:after, .popover.popover-top:after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}

/* line 13505, sass/branding.scss */
.popover.bs-tether-element-attached-left, .popover.popover-right {
  margin-left: 10px;
}

/* line 13508, sass/branding.scss */
.popover.bs-tether-element-attached-left:after, .popover.bs-tether-element-attached-left:before, .popover.popover-right:after, .popover.popover-right:before {
  top: 50%;
  border-left-width: 0;
}

/* line 13512, sass/branding.scss */
.popover.bs-tether-element-attached-left:before, .popover.popover-right:before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 13517, sass/branding.scss */
.popover.bs-tether-element-attached-left:after, .popover.popover-right:after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}

/* line 13522, sass/branding.scss */
.popover.bs-tether-element-attached-top, .popover.popover-bottom {
  margin-top: 10px;
}

/* line 13525, sass/branding.scss */
.popover.bs-tether-element-attached-top:after, .popover.bs-tether-element-attached-top:before, .popover.popover-bottom:after, .popover.popover-bottom:before {
  left: 50%;
  border-top-width: 0;
}

/* line 13529, sass/branding.scss */
.popover.bs-tether-element-attached-top:before, .popover.popover-bottom:before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 13534, sass/branding.scss */
.popover.bs-tether-element-attached-top:after, .popover.popover-bottom:after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}

/* line 13539, sass/branding.scss */
.popover.bs-tether-element-attached-top .popover-title:before, .popover.popover-bottom .popover-title:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 13549, sass/branding.scss */
.popover.bs-tether-element-attached-right, .popover.popover-left {
  margin-left: -10px;
}

/* line 13552, sass/branding.scss */
.popover.bs-tether-element-attached-right:after, .popover.bs-tether-element-attached-right:before, .popover.popover-left:after, .popover.popover-left:before {
  top: 50%;
  border-right-width: 0;
}

/* line 13556, sass/branding.scss */
.popover.bs-tether-element-attached-right:before, .popover.popover-left:before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 13561, sass/branding.scss */
.popover.bs-tether-element-attached-right:after, .popover.popover-left:after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

/* line 13566, sass/branding.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0.2375rem 0.2375rem 0 0;
}

/* line 13575, sass/branding.scss */
.popover-title:empty {
  display: none;
}

/* line 13578, sass/branding.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 13581, sass/branding.scss */
.popover:after, .popover:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 13589, sass/branding.scss */
.popover:before {
  content: "";
  border-width: 11px;
}

/* line 13593, sass/branding.scss */
.popover:after {
  content: "";
  border-width: 10px;
}

/* line 13597, sass/branding.scss */
.carousel, .carousel-inner {
  position: relative;
}

/* line 13600, sass/branding.scss */
.carousel-inner {
  width: 100%;
  overflow: hidden;
}

/* line 13604, sass/branding.scss */
.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  transition: left 0.6s ease-in-out;
}

/* line 13609, sass/branding.scss */
.carousel-inner > .carousel-item > a > img, .carousel-inner > .carousel-item > img {
  line-height: 1;
}

@media (-webkit-transform-3d), all and (transform-3d) {
  /* line 13614, sass/branding.scss */
  .carousel-inner > .carousel-item {
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }

  /* line 13620, sass/branding.scss */
  .carousel-inner > .carousel-item.active.right, .carousel-inner > .carousel-item.next {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }

  /* line 13624, sass/branding.scss */
  .carousel-inner > .carousel-item.active.left, .carousel-inner > .carousel-item.prev {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }

  /* line 13628, sass/branding.scss */
  .carousel-inner > .carousel-item.active, .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right {
    left: 0;
    transform: translateZ(0);
  }
}
/* line 13633, sass/branding.scss */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

/* line 13636, sass/branding.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 13639, sass/branding.scss */
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 13644, sass/branding.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 13647, sass/branding.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 13650, sass/branding.scss */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

/* line 13653, sass/branding.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 13656, sass/branding.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 13659, sass/branding.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}

/* line 13671, sass/branding.scss */
.carousel-control.left {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 13676, sass/branding.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 13683, sass/branding.scss */
.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 13689, sass/branding.scss */
.carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

/* line 13700, sass/branding.scss */
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

/* line 13704, sass/branding.scss */
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

/* line 13708, sass/branding.scss */
.carousel-control .icon-prev:before {
  content: "‹";
}

/* line 13711, sass/branding.scss */
.carousel-control .icon-next:before {
  content: "›";
}

/* line 13714, sass/branding.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 13725, sass/branding.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 13736, sass/branding.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 13742, sass/branding.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 13754, sass/branding.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media (min-width: 576px) {
  /* line 13759, sass/branding.scss */
  .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  /* line 13765, sass/branding.scss */
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  /* line 13768, sass/branding.scss */
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 13771, sass/branding.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  /* line 13776, sass/branding.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 13780, sass/branding.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 13783, sass/branding.scss */
.align-top {
  vertical-align: top !important;
}

/* line 13786, sass/branding.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 13789, sass/branding.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 13792, sass/branding.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 13795, sass/branding.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 13798, sass/branding.scss */
.bg-faded {
  background-color: #f7f7f9;
}

/* line 13801, sass/branding.scss */
.bg-primary {
  background-color: #0275d8 !important;
}

/* line 13804, sass/branding.scss */
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important;
}

/* line 13807, sass/branding.scss */
.bg-success {
  background-color: #5cb85c !important;
}

/* line 13810, sass/branding.scss */
a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important;
}

/* line 13813, sass/branding.scss */
.bg-info {
  background-color: #5bc0de !important;
}

/* line 13816, sass/branding.scss */
a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

/* line 13819, sass/branding.scss */
.bg-warning {
  background-color: #f0ad4e !important;
}

/* line 13822, sass/branding.scss */
a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important;
}

/* line 13825, sass/branding.scss */
.bg-danger {
  background-color: #d9534f !important;
}

/* line 13828, sass/branding.scss */
a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important;
}

/* line 13831, sass/branding.scss */
.bg-inverse {
  background-color: #373a3c !important;
}

/* line 13834, sass/branding.scss */
a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1f2021 !important;
}

/* line 13837, sass/branding.scss */
.rounded {
  border-radius: 0.25rem;
}

/* line 13840, sass/branding.scss */
.rounded-top {
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem;
}

/* line 13844, sass/branding.scss */
.rounded-right, .rounded-top {
  border-top-right-radius: 4px;
  border-top-right-radius: 0.25rem;
}

/* line 13848, sass/branding.scss */
.rounded-bottom, .rounded-right {
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: 0.25rem;
}

/* line 13852, sass/branding.scss */
.rounded-bottom, .rounded-left {
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0.25rem;
}

/* line 13856, sass/branding.scss */
.rounded-left {
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem;
}

/* line 13860, sass/branding.scss */
.rounded-circle {
  border-radius: 50%;
}

/* line 13863, sass/branding.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 13868, sass/branding.scss */
.d-block {
  display: block !important;
}

/* line 13871, sass/branding.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 13874, sass/branding.scss */
.d-inline {
  display: inline !important;
}

/* line 13877, sass/branding.scss */
.float-xs-left {
  float: left !important;
}

/* line 13880, sass/branding.scss */
.float-xs-right {
  float: right !important;
}

/* line 13883, sass/branding.scss */
.float-xs-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 13888, sass/branding.scss */
  .float-sm-left {
    float: left !important;
  }

  /* line 13891, sass/branding.scss */
  .float-sm-right {
    float: right !important;
  }

  /* line 13894, sass/branding.scss */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 13900, sass/branding.scss */
  .float-md-left {
    float: left !important;
  }

  /* line 13903, sass/branding.scss */
  .float-md-right {
    float: right !important;
  }

  /* line 13906, sass/branding.scss */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 13912, sass/branding.scss */
  .float-lg-left {
    float: left !important;
  }

  /* line 13915, sass/branding.scss */
  .float-lg-right {
    float: right !important;
  }

  /* line 13918, sass/branding.scss */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 13924, sass/branding.scss */
  .float-xl-left {
    float: left !important;
  }

  /* line 13927, sass/branding.scss */
  .float-xl-right {
    float: right !important;
  }

  /* line 13930, sass/branding.scss */
  .float-xl-none {
    float: none !important;
  }
}
/* line 13934, sass/branding.scss */
.w-100 {
  width: 100% !important;
}

/* line 13937, sass/branding.scss */
.h-100 {
  height: 100% !important;
}

/* line 13940, sass/branding.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 13944, sass/branding.scss */
.m-0 {
  margin: 0 !important;
}

/* line 13947, sass/branding.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 13950, sass/branding.scss */
.mr-0 {
  margin-right: 0 !important;
}

/* line 13953, sass/branding.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 13956, sass/branding.scss */
.ml-0, .mx-0 {
  margin-left: 0 !important;
}

/* line 13959, sass/branding.scss */
.mx-0 {
  margin-right: 0 !important;
}

/* line 13962, sass/branding.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 13966, sass/branding.scss */
.m-1 {
  margin: 16px !important;
  margin: 1rem !important;
}

/* line 13970, sass/branding.scss */
.mt-1 {
  margin-top: 16px !important;
  margin-top: 1rem !important;
}

/* line 13974, sass/branding.scss */
.mr-1 {
  margin-right: 16px !important;
  margin-right: 1rem !important;
}

/* line 13978, sass/branding.scss */
.mb-1 {
  margin-bottom: 16px !important;
  margin-bottom: 1rem !important;
}

/* line 13982, sass/branding.scss */
.ml-1, .mx-1 {
  margin-left: 16px !important;
  margin-left: 1rem !important;
}

/* line 13986, sass/branding.scss */
.mx-1 {
  margin-right: 16px !important;
  margin-right: 1rem !important;
}

/* line 13990, sass/branding.scss */
.my-1 {
  margin-top: 16px !important;
  margin-top: 1rem !important;
  margin-bottom: 16px !important;
  margin-bottom: 1rem !important;
}

/* line 13996, sass/branding.scss */
.m-2 {
  margin: 24px !important;
  margin: 1.5rem !important;
}

/* line 14000, sass/branding.scss */
.mt-2 {
  margin-top: 24px !important;
  margin-top: 1.5rem !important;
}

/* line 14004, sass/branding.scss */
.mr-2 {
  margin-right: 24px !important;
  margin-right: 1.5rem !important;
}

/* line 14008, sass/branding.scss */
.mb-2 {
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important;
}

/* line 14012, sass/branding.scss */
.ml-2, .mx-2 {
  margin-left: 24px !important;
  margin-left: 1.5rem !important;
}

/* line 14016, sass/branding.scss */
.mx-2 {
  margin-right: 24px !important;
  margin-right: 1.5rem !important;
}

/* line 14020, sass/branding.scss */
.my-2 {
  margin-top: 24px !important;
  margin-top: 1.5rem !important;
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important;
}

/* line 14026, sass/branding.scss */
.m-3 {
  margin: 48px !important;
  margin: 3rem !important;
}

/* line 14030, sass/branding.scss */
.mt-3 {
  margin-top: 48px !important;
  margin-top: 3rem !important;
}

/* line 14034, sass/branding.scss */
.mr-3 {
  margin-right: 48px !important;
  margin-right: 3rem !important;
}

/* line 14038, sass/branding.scss */
.mb-3 {
  margin-bottom: 48px !important;
  margin-bottom: 3rem !important;
}

/* line 14042, sass/branding.scss */
.ml-3, .mx-3 {
  margin-left: 48px !important;
  margin-left: 3rem !important;
}

/* line 14046, sass/branding.scss */
.mx-3 {
  margin-right: 48px !important;
  margin-right: 3rem !important;
}

/* line 14050, sass/branding.scss */
.my-3 {
  margin-top: 48px !important;
  margin-top: 3rem !important;
  margin-bottom: 48px !important;
  margin-bottom: 3rem !important;
}

/* line 14056, sass/branding.scss */
.p-0 {
  padding: 0 !important;
}

/* line 14059, sass/branding.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 14062, sass/branding.scss */
.pr-0 {
  padding-right: 0 !important;
}

/* line 14065, sass/branding.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 14068, sass/branding.scss */
.pl-0, .px-0 {
  padding-left: 0 !important;
}

/* line 14071, sass/branding.scss */
.px-0 {
  padding-right: 0 !important;
}

/* line 14074, sass/branding.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 14078, sass/branding.scss */
.p-1 {
  padding: 16px !important;
  padding: 1rem !important;
}

/* line 14082, sass/branding.scss */
.pt-1 {
  padding-top: 16px !important;
  padding-top: 1rem !important;
}

/* line 14086, sass/branding.scss */
.pr-1 {
  padding-right: 16px !important;
  padding-right: 1rem !important;
}

/* line 14090, sass/branding.scss */
.pb-1 {
  padding-bottom: 16px !important;
  padding-bottom: 1rem !important;
}

/* line 14094, sass/branding.scss */
.pl-1, .px-1 {
  padding-left: 16px !important;
  padding-left: 1rem !important;
}

/* line 14098, sass/branding.scss */
.px-1 {
  padding-right: 16px !important;
  padding-right: 1rem !important;
}

/* line 14102, sass/branding.scss */
.py-1 {
  padding-top: 16px !important;
  padding-top: 1rem !important;
  padding-bottom: 16px !important;
  padding-bottom: 1rem !important;
}

/* line 14108, sass/branding.scss */
.p-2 {
  padding: 24px !important;
  padding: 1.5rem !important;
}

/* line 14112, sass/branding.scss */
.pt-2 {
  padding-top: 24px !important;
  padding-top: 1.5rem !important;
}

/* line 14116, sass/branding.scss */
.pr-2 {
  padding-right: 24px !important;
  padding-right: 1.5rem !important;
}

/* line 14120, sass/branding.scss */
.pb-2 {
  padding-bottom: 24px !important;
  padding-bottom: 1.5rem !important;
}

/* line 14124, sass/branding.scss */
.pl-2, .px-2 {
  padding-left: 24px !important;
  padding-left: 1.5rem !important;
}

/* line 14128, sass/branding.scss */
.px-2 {
  padding-right: 24px !important;
  padding-right: 1.5rem !important;
}

/* line 14132, sass/branding.scss */
.py-2 {
  padding-top: 24px !important;
  padding-top: 1.5rem !important;
  padding-bottom: 24px !important;
  padding-bottom: 1.5rem !important;
}

/* line 14138, sass/branding.scss */
.p-3 {
  padding: 48px !important;
  padding: 3rem !important;
}

/* line 14142, sass/branding.scss */
.pt-3 {
  padding-top: 48px !important;
  padding-top: 3rem !important;
}

/* line 14146, sass/branding.scss */
.pr-3 {
  padding-right: 48px !important;
  padding-right: 3rem !important;
}

/* line 14150, sass/branding.scss */
.pb-3 {
  padding-bottom: 48px !important;
  padding-bottom: 3rem !important;
}

/* line 14154, sass/branding.scss */
.pl-3, .px-3 {
  padding-left: 48px !important;
  padding-left: 3rem !important;
}

/* line 14158, sass/branding.scss */
.px-3 {
  padding-right: 48px !important;
  padding-right: 3rem !important;
}

/* line 14162, sass/branding.scss */
.py-3 {
  padding-top: 48px !important;
  padding-top: 3rem !important;
  padding-bottom: 48px !important;
  padding-bottom: 3rem !important;
}

/* line 14168, sass/branding.scss */
.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 14175, sass/branding.scss */
.text-justify {
  text-align: justify !important;
}

/* line 14178, sass/branding.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14181, sass/branding.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 14186, sass/branding.scss */
.text-xs-left {
  text-align: left !important;
}

/* line 14189, sass/branding.scss */
.text-xs-right {
  text-align: right !important;
}

/* line 14192, sass/branding.scss */
.text-xs-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 14197, sass/branding.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 14200, sass/branding.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 14203, sass/branding.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 14209, sass/branding.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 14212, sass/branding.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 14215, sass/branding.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 14221, sass/branding.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 14224, sass/branding.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 14227, sass/branding.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 14233, sass/branding.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 14236, sass/branding.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 14239, sass/branding.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 14243, sass/branding.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 14246, sass/branding.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 14249, sass/branding.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 14252, sass/branding.scss */
.font-weight-normal {
  font-weight: 400;
}

/* line 14255, sass/branding.scss */
.font-weight-bold {
  font-weight: 700;
}

/* line 14258, sass/branding.scss */
.font-italic {
  font-style: italic;
}

/* line 14261, sass/branding.scss */
.text-white {
  color: #fff !important;
}

/* line 14264, sass/branding.scss */
.text-muted {
  color: #818a91 !important;
}

/* line 14267, sass/branding.scss */
a.text-muted:focus, a.text-muted:hover {
  color: #687077 !important;
}

/* line 14270, sass/branding.scss */
.text-primary {
  color: #0275d8 !important;
}

/* line 14273, sass/branding.scss */
a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important;
}

/* line 14276, sass/branding.scss */
.text-success {
  color: #5cb85c !important;
}

/* line 14279, sass/branding.scss */
a.text-success:focus, a.text-success:hover {
  color: #449d44 !important;
}

/* line 14282, sass/branding.scss */
.text-info {
  color: #5bc0de !important;
}

/* line 14285, sass/branding.scss */
a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

/* line 14288, sass/branding.scss */
.text-warning {
  color: #f0ad4e !important;
}

/* line 14291, sass/branding.scss */
a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important;
}

/* line 14294, sass/branding.scss */
.text-danger {
  color: #d9534f !important;
}

/* line 14297, sass/branding.scss */
a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important;
}

/* line 14300, sass/branding.scss */
.text-gray-dark {
  color: #373a3c !important;
}

/* line 14303, sass/branding.scss */
a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #1f2021 !important;
}

/* line 14306, sass/branding.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 14313, sass/branding.scss */
.invisible {
  visibility: hidden !important;
}

/* line 14316, sass/branding.scss */
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  /* line 14321, sass/branding.scss */
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  /* line 14327, sass/branding.scss */
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 14333, sass/branding.scss */
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  /* line 14339, sass/branding.scss */
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  /* line 14345, sass/branding.scss */
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  /* line 14351, sass/branding.scss */
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  /* line 14357, sass/branding.scss */
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 14363, sass/branding.scss */
  .hidden-xl-up {
    display: none !important;
  }
}
/* line 14367, sass/branding.scss */
.hidden-xl-down, .visible-print-block {
  display: none !important;
}

@media print {
  /* line 14372, sass/branding.scss */
  .visible-print-block {
    display: block !important;
  }
}
/* line 14376, sass/branding.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 14381, sass/branding.scss */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 14385, sass/branding.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 14390, sass/branding.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 14396, sass/branding.scss */
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
/* line 14410, sass/branding.scss */
.black_transparent_button:before, .chosen-container-single .chosen-single div b:after, .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .fa, .featured_content-media_picture a i:before, .hub_fancybox_individual_gallery .hub_gallery_left:after, .hub_fancybox_individual_gallery .hub_gallery_right, .hub_fancybox_individual_gallery .hub_gallery_right:after, .hub_filter_page_component .media_gal_picture i:before, .media_hub_pagination .pag_yellow_button:before, .rev_multilines_button_styles.rev-btn:before, .search_page_header .sidebar div.gsc-clear-button:after, .white_transparent_button:before, .yellow_button:before, .yellow_transparent_button:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 14418, sass/branding.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: .75em;
  vertical-align: -15%;
}

/* line 14423, sass/branding.scss */
.fa-2x {
  font-size: 2em;
}

/* line 14426, sass/branding.scss */
.fa-3x {
  font-size: 3em;
}

/* line 14429, sass/branding.scss */
.fa-4x {
  font-size: 4em;
}

/* line 14432, sass/branding.scss */
.fa-5x {
  font-size: 5em;
}

/* line 14435, sass/branding.scss */
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

/* line 14439, sass/branding.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

/* line 14444, sass/branding.scss */
.fa-ul > li {
  position: relative;
}

/* line 14447, sass/branding.scss */
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: .1428571429em;
  text-align: center;
}

/* line 14454, sass/branding.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 14457, sass/branding.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: 0.1em;
}

/* line 14462, sass/branding.scss */
.fa-pull-left {
  float: left;
}

/* line 14465, sass/branding.scss */
.fa-pull-right {
  float: right;
}

/* line 14468, sass/branding.scss */
.chosen-container-single .chosen-single div b.fa-pull-left:after, .datepicker_hub.ui-datepicker .ui-datepicker-next span.fa-pull-left:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev span.fa-pull-left:before, .fa-pull-left.black_transparent_button:before, .fa-pull-left.rev_multilines_button_styles.rev-btn:before, .fa-pull-left.white_transparent_button:before, .fa-pull-left.yellow_button:before, .fa-pull-left.yellow_transparent_button:before, .fa.fa-pull-left, .featured_content-media_picture a i.fa-pull-left:before, .hub_fancybox_individual_gallery .fa-pull-left.hub_gallery_left:after, .hub_fancybox_individual_gallery .fa-pull-left.hub_gallery_right, .hub_fancybox_individual_gallery .fa-pull-left.hub_gallery_right:after, .hub_filter_page_component .media_gal_picture i.fa-pull-left:before, .media_hub_pagination .fa-pull-left.pag_yellow_button:before, .search_page_header .sidebar div.fa-pull-left.gsc-clear-button:after {
  margin-right: 0.3em;
}

/* line 14471, sass/branding.scss */
.chosen-container-single .chosen-single div b.fa-pull-right:after, .datepicker_hub.ui-datepicker .ui-datepicker-next span.fa-pull-right:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev span.fa-pull-right:before, .fa-pull-right.black_transparent_button:before, .fa-pull-right.rev_multilines_button_styles.rev-btn:before, .fa-pull-right.white_transparent_button:before, .fa-pull-right.yellow_button:before, .fa-pull-right.yellow_transparent_button:before, .fa.fa-pull-right, .featured_content-media_picture a i.fa-pull-right:before, .hub_fancybox_individual_gallery .fa-pull-right.hub_gallery_left:after, .hub_fancybox_individual_gallery .fa-pull-right.hub_gallery_right, .hub_fancybox_individual_gallery .fa-pull-right.hub_gallery_right:after, .hub_filter_page_component .media_gal_picture i.fa-pull-right:before, .media_hub_pagination .fa-pull-right.pag_yellow_button:before, .search_page_header .sidebar div.fa-pull-right.gsc-clear-button:after {
  margin-left: 0.3em;
}

/* line 14474, sass/branding.scss */
.chosen-container-single .chosen-single div b.pull-left:after, .datepicker_hub.ui-datepicker .ui-datepicker-next span.pull-left:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev span.pull-left:before, .fa.pull-left, .featured_content-media_picture a i.pull-left:before, .hub_fancybox_individual_gallery .pull-left.hub_gallery_left:after, .hub_fancybox_individual_gallery .pull-left.hub_gallery_right, .hub_fancybox_individual_gallery .pull-left.hub_gallery_right:after, .hub_filter_page_component .media_gal_picture i.pull-left:before, .media_hub_pagination .pull-left.pag_yellow_button:before, .pull-left.black_transparent_button:before, .pull-left.rev_multilines_button_styles.rev-btn:before, .pull-left.white_transparent_button:before, .pull-left.yellow_button:before, .pull-left.yellow_transparent_button:before, .search_page_header .sidebar div.pull-left.gsc-clear-button:after {
  margin-right: 0.3em;
}

/* line 14477, sass/branding.scss */
.chosen-container-single .chosen-single div b.pull-right:after, .datepicker_hub.ui-datepicker .ui-datepicker-next span.pull-right:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev span.pull-right:before, .fa.pull-right, .featured_content-media_picture a i.pull-right:before, .hub_fancybox_individual_gallery .pull-right.hub_gallery_left:after, .hub_fancybox_individual_gallery .pull-right.hub_gallery_right, .hub_fancybox_individual_gallery .pull-right.hub_gallery_right:after, .hub_filter_page_component .media_gal_picture i.pull-right:before, .media_hub_pagination .pull-right.pag_yellow_button:before, .pull-right.black_transparent_button:before, .pull-right.rev_multilines_button_styles.rev-btn:before, .pull-right.white_transparent_button:before, .pull-right.yellow_button:before, .pull-right.yellow_transparent_button:before, .search_page_header .sidebar div.pull-right.gsc-clear-button:after {
  margin-left: 0.3em;
}

/* line 14480, sass/branding.scss */
.fa-spin {
  animation: h 2s infinite linear;
}

/* line 14483, sass/branding.scss */
.fa-pulse {
  animation: h 1s infinite steps(8);
}

@keyframes h {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* line 14494, sass/branding.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 14498, sass/branding.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 14502, sass/branding.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 14506, sass/branding.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}

/* line 14510, sass/branding.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scaleY(-1);
}

/* line 14514, sass/branding.scss */
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  filter: none;
}

/* line 14517, sass/branding.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 14525, sass/branding.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 14531, sass/branding.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 14534, sass/branding.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 14537, sass/branding.scss */
.fa-inverse {
  color: #fff;
}

/* line 14540, sass/branding.scss */
.fa-glass:before {
  content: "´ÇÇ";
}

/* line 14543, sass/branding.scss */
.fa-music:before {
  content: "´Çü";
}

/* line 14546, sass/branding.scss */
.fa-search:before {
  content: "´Çé";
}

/* line 14549, sass/branding.scss */
.fa-envelope-o:before {
  content: "´Çâ";
}

/* line 14552, sass/branding.scss */
.fa-heart:before {
  content: "´Çä";
}

/* line 14555, sass/branding.scss */
.fa-star:before {
  content: "´Çà";
}

/* line 14558, sass/branding.scss */
.fa-star-o:before {
  content: "´Çå";
}

/* line 14561, sass/branding.scss */
.fa-user:before {
  content: "´Çç";
}

/* line 14564, sass/branding.scss */
.fa-film:before {
  content: "´Çê";
}

/* line 14567, sass/branding.scss */
.fa-th-large:before {
  content: "´Çë";
}

/* line 14570, sass/branding.scss */
.fa-th:before {
  content: "´Çè";
}

/* line 14573, sass/branding.scss */
.fa-th-list:before {
  content: "´Çï";
}

/* line 14576, sass/branding.scss */
.fa-check:before {
  content: "´Çî";
}

/* line 14579, sass/branding.scss */
.fa-close:before, .fa-remove:before, .fa-times:before {
  content: "´Çì";
}

/* line 14582, sass/branding.scss */
.fa-search-plus:before {
  content: "´ÇÄ";
}

/* line 14585, sass/branding.scss */
.fa-search-minus:before {
  content: "´ÇÉ";
}

/* line 14588, sass/branding.scss */
.fa-power-off:before {
  content: "´Çæ";
}

/* line 14591, sass/branding.scss */
.fa-signal:before {
  content: "´ÇÆ";
}

/* line 14594, sass/branding.scss */
.fa-cog:before, .fa-gear:before {
  content: "´Çô";
}

/* line 14597, sass/branding.scss */
.fa-trash-o:before {
  content: "´Çö";
}

/* line 14600, sass/branding.scss */
.fa-home:before {
  content: "´Çò";
}

/* line 14603, sass/branding.scss */
.fa-file-o:before {
  content: "´Çû";
}

/* line 14606, sass/branding.scss */
.fa-clock-o:before {
  content: "´Çù";
}

/* line 14609, sass/branding.scss */
.fa-road:before {
  content: "´Çÿ";
}

/* line 14612, sass/branding.scss */
.fa-download:before {
  content: "´ÇÖ";
}

/* line 14615, sass/branding.scss */
.fa-arrow-circle-o-down:before {
  content: "´ÇÜ";
}

/* line 14618, sass/branding.scss */
.fa-arrow-circle-o-up:before {
  content: "´Çø";
}

/* line 14621, sass/branding.scss */
.fa-inbox:before {
  content: "´Ç£";
}

/* line 14624, sass/branding.scss */
.fa-play-circle-o:before {
  content: "´ÇØ";
}

/* line 14627, sass/branding.scss */
.fa-repeat:before, .fa-rotate-right:before {
  content: "´Ç×";
}

/* line 14630, sass/branding.scss */
.fa-refresh:before {
  content: "´Çí";
}

/* line 14633, sass/branding.scss */
.fa-list-alt:before {
  content: "´Çó";
}

/* line 14636, sass/branding.scss */
.fa-lock:before {
  content: "´Çú";
}

/* line 14639, sass/branding.scss */
.fa-flag:before {
  content: "´Çñ";
}

/* line 14642, sass/branding.scss */
.fa-headphones:before {
  content: "´ÇÑ";
}

/* line 14645, sass/branding.scss */
.fa-volume-off:before {
  content: "´Çª";
}

/* line 14648, sass/branding.scss */
.fa-volume-down:before {
  content: "´Çº";
}

/* line 14651, sass/branding.scss */
.fa-volume-up:before {
  content: "´Ç¿";
}

/* line 14654, sass/branding.scss */
.fa-qrcode:before {
  content: "´Ç®";
}

/* line 14657, sass/branding.scss */
.fa-barcode:before {
  content: "´Ç¬";
}

/* line 14660, sass/branding.scss */
.fa-tag:before {
  content: "´Ç½";
}

/* line 14663, sass/branding.scss */
.fa-tags:before {
  content: "´Ç¼";
}

/* line 14666, sass/branding.scss */
.fa-book:before {
  content: "´Ç¡";
}

/* line 14669, sass/branding.scss */
.fa-bookmark:before {
  content: "´Ç«";
}

/* line 14672, sass/branding.scss */
.fa-print:before {
  content: "´Ç»";
}

/* line 14675, sass/branding.scss */
.fa-camera:before {
  content: "´Ç░";
}

/* line 14678, sass/branding.scss */
.fa-font:before {
  content: "´Ç▒";
}

/* line 14681, sass/branding.scss */
.fa-bold:before {
  content: "´Ç▓";
}

/* line 14684, sass/branding.scss */
.fa-italic:before {
  content: "´Ç│";
}

/* line 14687, sass/branding.scss */
.fa-text-height:before {
  content: "´Ç┤";
}

/* line 14690, sass/branding.scss */
.fa-text-width:before {
  content: "´ÇÁ";
}

/* line 14693, sass/branding.scss */
.fa-align-left:before {
  content: "´ÇÂ";
}

/* line 14696, sass/branding.scss */
.fa-align-center:before {
  content: "´ÇÀ";
}

/* line 14699, sass/branding.scss */
.fa-align-right:before {
  content: "´Ç©";
}

/* line 14702, sass/branding.scss */
.fa-align-justify:before {
  content: "´Ç╣";
}

/* line 14705, sass/branding.scss */
.fa-list:before {
  content: "´Ç║";
}

/* line 14708, sass/branding.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "´Ç╗";
}

/* line 14711, sass/branding.scss */
.fa-indent:before {
  content: "´Ç╝";
}

/* line 14714, sass/branding.scss */
.fa-video-camera:before {
  content: "´Ç¢";
}

/* line 14717, sass/branding.scss */
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
  content: "´Ç¥";
}

/* line 14720, sass/branding.scss */
.fa-pencil:before {
  content: "´üÇ";
}

/* line 14723, sass/branding.scss */
.fa-map-marker:before {
  content: "´üü";
}

/* line 14726, sass/branding.scss */
.fa-adjust:before {
  content: "´üé";
}

/* line 14729, sass/branding.scss */
.fa-tint:before {
  content: "´üâ";
}

/* line 14732, sass/branding.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "´üä";
}

/* line 14735, sass/branding.scss */
.fa-share-square-o:before {
  content: "´üà";
}

/* line 14738, sass/branding.scss */
.fa-check-square-o:before {
  content: "´üå";
}

/* line 14741, sass/branding.scss */
.fa-arrows:before {
  content: "´üç";
}

/* line 14744, sass/branding.scss */
.fa-step-backward:before {
  content: "´üê";
}

/* line 14747, sass/branding.scss */
.fa-fast-backward:before {
  content: "´üë";
}

/* line 14750, sass/branding.scss */
.fa-backward:before {
  content: "´üè";
}

/* line 14753, sass/branding.scss */
.fa-play:before {
  content: "´üï";
}

/* line 14756, sass/branding.scss */
.fa-pause:before {
  content: "´üî";
}

/* line 14759, sass/branding.scss */
.fa-stop:before {
  content: "´üì";
}

/* line 14762, sass/branding.scss */
.fa-forward:before {
  content: "´üÄ";
}

/* line 14765, sass/branding.scss */
.fa-fast-forward:before {
  content: "´üÉ";
}

/* line 14768, sass/branding.scss */
.fa-step-forward:before {
  content: "´üæ";
}

/* line 14771, sass/branding.scss */
.fa-eject:before {
  content: "´üÆ";
}

/* line 14774, sass/branding.scss */
.fa-chevron-left:before {
  content: "´üô";
}

/* line 14777, sass/branding.scss */
.fa-chevron-right:before {
  content: "´üö";
}

/* line 14780, sass/branding.scss */
.fa-plus-circle:before {
  content: "´üò";
}

/* line 14783, sass/branding.scss */
.fa-minus-circle:before {
  content: "´üû";
}

/* line 14786, sass/branding.scss */
.fa-times-circle:before {
  content: "´üù";
}

/* line 14789, sass/branding.scss */
.fa-check-circle:before {
  content: "´üÿ";
}

/* line 14792, sass/branding.scss */
.fa-question-circle:before {
  content: "´üÖ";
}

/* line 14795, sass/branding.scss */
.fa-info-circle:before {
  content: "´üÜ";
}

/* line 14798, sass/branding.scss */
.fa-crosshairs:before {
  content: "´üø";
}

/* line 14801, sass/branding.scss */
.fa-times-circle-o:before {
  content: "´ü£";
}

/* line 14804, sass/branding.scss */
.fa-check-circle-o:before {
  content: "´üØ";
}

/* line 14807, sass/branding.scss */
.fa-ban:before {
  content: "´ü×";
}

/* line 14810, sass/branding.scss */
.fa-arrow-left:before {
  content: "´üá";
}

/* line 14813, sass/branding.scss */
.fa-arrow-right:before {
  content: "´üí";
}

/* line 14816, sass/branding.scss */
.fa-arrow-up:before {
  content: "´üó";
}

/* line 14819, sass/branding.scss */
.fa-arrow-down:before {
  content: "´üú";
}

/* line 14822, sass/branding.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "´üñ";
}

/* line 14825, sass/branding.scss */
.fa-expand:before {
  content: "´üÑ";
}

/* line 14828, sass/branding.scss */
.fa-compress:before {
  content: "´üª";
}

/* line 14831, sass/branding.scss */
.fa-plus:before {
  content: "´üº";
}

/* line 14834, sass/branding.scss */
.fa-minus:before {
  content: "´ü¿";
}

/* line 14837, sass/branding.scss */
.fa-asterisk:before {
  content: "´ü®";
}

/* line 14840, sass/branding.scss */
.fa-exclamation-circle:before {
  content: "´ü¬";
}

/* line 14843, sass/branding.scss */
.fa-gift:before {
  content: "´ü½";
}

/* line 14846, sass/branding.scss */
.fa-leaf:before {
  content: "´ü¼";
}

/* line 14849, sass/branding.scss */
.fa-fire:before {
  content: "´ü¡";
}

/* line 14852, sass/branding.scss */
.fa-eye:before {
  content: "´ü«";
}

/* line 14855, sass/branding.scss */
.fa-eye-slash:before {
  content: "´ü░";
}

/* line 14858, sass/branding.scss */
.fa-exclamation-triangle:before, .fa-warning:before {
  content: "´ü▒";
}

/* line 14861, sass/branding.scss */
.fa-plane:before {
  content: "´ü▓";
}

/* line 14864, sass/branding.scss */
.fa-calendar:before {
  content: "´ü│";
}

/* line 14867, sass/branding.scss */
.fa-random:before {
  content: "´ü┤";
}

/* line 14870, sass/branding.scss */
.fa-comment:before {
  content: "´üÁ";
}

/* line 14873, sass/branding.scss */
.fa-magnet:before {
  content: "´üÂ";
}

/* line 14876, sass/branding.scss */
.fa-chevron-up:before {
  content: "´üÀ";
}

/* line 14879, sass/branding.scss */
.fa-chevron-down:before {
  content: "´ü©";
}

/* line 14882, sass/branding.scss */
.fa-retweet:before {
  content: "´ü╣";
}

/* line 14885, sass/branding.scss */
.fa-shopping-cart:before {
  content: "´ü║";
}

/* line 14888, sass/branding.scss */
.fa-folder:before {
  content: "´ü╗";
}

/* line 14891, sass/branding.scss */
.fa-folder-open:before {
  content: "´ü╝";
}

/* line 14894, sass/branding.scss */
.fa-arrows-v:before {
  content: "´ü¢";
}

/* line 14897, sass/branding.scss */
.fa-arrows-h:before {
  content: "´ü¥";
}

/* line 14900, sass/branding.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "´éÇ";
}

/* line 14903, sass/branding.scss */
.fa-twitter-square:before {
  content: "´éü";
}

/* line 14906, sass/branding.scss */
.fa-facebook-square:before {
  content: "´éé";
}

/* line 14909, sass/branding.scss */
.fa-camera-retro:before {
  content: "´éâ";
}

/* line 14912, sass/branding.scss */
.fa-key:before {
  content: "´éä";
}

/* line 14915, sass/branding.scss */
.fa-cogs:before, .fa-gears:before {
  content: "´éà";
}

/* line 14918, sass/branding.scss */
.fa-comments:before {
  content: "´éå";
}

/* line 14921, sass/branding.scss */
.fa-thumbs-o-up:before {
  content: "´éç";
}

/* line 14924, sass/branding.scss */
.fa-thumbs-o-down:before {
  content: "´éê";
}

/* line 14927, sass/branding.scss */
.fa-star-half:before {
  content: "´éë";
}

/* line 14930, sass/branding.scss */
.fa-heart-o:before {
  content: "´éè";
}

/* line 14933, sass/branding.scss */
.fa-sign-out:before {
  content: "´éï";
}

/* line 14936, sass/branding.scss */
.fa-linkedin-square:before {
  content: "´éî";
}

/* line 14939, sass/branding.scss */
.fa-thumb-tack:before {
  content: "´éì";
}

/* line 14942, sass/branding.scss */
.fa-external-link:before {
  content: "´éÄ";
}

/* line 14945, sass/branding.scss */
.fa-sign-in:before {
  content: "´éÉ";
}

/* line 14948, sass/branding.scss */
.fa-trophy:before {
  content: "´éæ";
}

/* line 14951, sass/branding.scss */
.fa-github-square:before {
  content: "´éÆ";
}

/* line 14954, sass/branding.scss */
.fa-upload:before {
  content: "´éô";
}

/* line 14957, sass/branding.scss */
.fa-lemon-o:before {
  content: "´éö";
}

/* line 14960, sass/branding.scss */
.fa-phone:before {
  content: "´éò";
}

/* line 14963, sass/branding.scss */
.fa-square-o:before {
  content: "´éû";
}

/* line 14966, sass/branding.scss */
.fa-bookmark-o:before {
  content: "´éù";
}

/* line 14969, sass/branding.scss */
.fa-phone-square:before {
  content: "´éÿ";
}

/* line 14972, sass/branding.scss */
.fa-twitter:before {
  content: "´éÖ";
}

/* line 14975, sass/branding.scss */
.fa-facebook-f:before, .fa-facebook:before {
  content: "´éÜ";
}

/* line 14978, sass/branding.scss */
.fa-github:before {
  content: "´éø";
}

/* line 14981, sass/branding.scss */
.fa-unlock:before {
  content: "´é£";
}

/* line 14984, sass/branding.scss */
.fa-credit-card:before {
  content: "´éØ";
}

/* line 14987, sass/branding.scss */
.fa-feed:before, .fa-rss:before {
  content: "´é×";
}

/* line 14990, sass/branding.scss */
.fa-hdd-o:before {
  content: "´éá";
}

/* line 14993, sass/branding.scss */
.fa-bullhorn:before {
  content: "´éí";
}

/* line 14996, sass/branding.scss */
.fa-bell:before {
  content: "´â│";
}

/* line 14999, sass/branding.scss */
.fa-certificate:before {
  content: "´éú";
}

/* line 15002, sass/branding.scss */
.fa-hand-o-right:before {
  content: "´éñ";
}

/* line 15005, sass/branding.scss */
.fa-hand-o-left:before {
  content: "´éÑ";
}

/* line 15008, sass/branding.scss */
.fa-hand-o-up:before {
  content: "´éª";
}

/* line 15011, sass/branding.scss */
.fa-hand-o-down:before {
  content: "´éº";
}

/* line 15014, sass/branding.scss */
.fa-arrow-circle-left:before {
  content: "´é¿";
}

/* line 15017, sass/branding.scss */
.fa-arrow-circle-right:before {
  content: "´é®";
}

/* line 15020, sass/branding.scss */
.fa-arrow-circle-up:before {
  content: "´é¬";
}

/* line 15023, sass/branding.scss */
.fa-arrow-circle-down:before {
  content: "´é½";
}

/* line 15026, sass/branding.scss */
.fa-globe:before {
  content: "´é¼";
}

/* line 15029, sass/branding.scss */
.fa-wrench:before {
  content: "´é¡";
}

/* line 15032, sass/branding.scss */
.fa-tasks:before {
  content: "´é«";
}

/* line 15035, sass/branding.scss */
.fa-filter:before {
  content: "´é░";
}

/* line 15038, sass/branding.scss */
.fa-briefcase:before {
  content: "´é▒";
}

/* line 15041, sass/branding.scss */
.fa-arrows-alt:before {
  content: "´é▓";
}

/* line 15044, sass/branding.scss */
.fa-group:before, .fa-users:before {
  content: "´âÇ";
}

/* line 15047, sass/branding.scss */
.fa-chain:before, .fa-link:before {
  content: "´âü";
}

/* line 15050, sass/branding.scss */
.fa-cloud:before {
  content: "´âé";
}

/* line 15053, sass/branding.scss */
.fa-flask:before {
  content: "´ââ";
}

/* line 15056, sass/branding.scss */
.fa-cut:before, .fa-scissors:before {
  content: "´âä";
}

/* line 15059, sass/branding.scss */
.fa-copy:before, .fa-files-o:before {
  content: "´âà";
}

/* line 15062, sass/branding.scss */
.fa-paperclip:before {
  content: "´âå";
}

/* line 15065, sass/branding.scss */
.fa-floppy-o:before, .fa-save:before {
  content: "´âç";
}

/* line 15068, sass/branding.scss */
.fa-square:before {
  content: "´âê";
}

/* line 15071, sass/branding.scss */
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  content: "´âë";
}

/* line 15074, sass/branding.scss */
.fa-list-ul:before {
  content: "´âè";
}

/* line 15077, sass/branding.scss */
.fa-list-ol:before {
  content: "´âï";
}

/* line 15080, sass/branding.scss */
.fa-strikethrough:before {
  content: "´âî";
}

/* line 15083, sass/branding.scss */
.fa-underline:before {
  content: "´âì";
}

/* line 15086, sass/branding.scss */
.fa-table:before {
  content: "´âÄ";
}

/* line 15089, sass/branding.scss */
.fa-magic:before {
  content: "´âÉ";
}

/* line 15092, sass/branding.scss */
.fa-truck:before {
  content: "´âæ";
}

/* line 15095, sass/branding.scss */
.fa-pinterest:before {
  content: "´âÆ";
}

/* line 15098, sass/branding.scss */
.fa-pinterest-square:before {
  content: "´âô";
}

/* line 15101, sass/branding.scss */
.fa-google-plus-square:before {
  content: "´âö";
}

/* line 15104, sass/branding.scss */
.fa-google-plus:before {
  content: "´âò";
}

/* line 15107, sass/branding.scss */
.fa-money:before {
  content: "´âû";
}

/* line 15110, sass/branding.scss */
.fa-caret-down:before {
  content: "´âù";
}

/* line 15113, sass/branding.scss */
.fa-caret-up:before {
  content: "´âÿ";
}

/* line 15116, sass/branding.scss */
.fa-caret-left:before {
  content: "´âÖ";
}

/* line 15119, sass/branding.scss */
.fa-caret-right:before {
  content: "´âÜ";
}

/* line 15122, sass/branding.scss */
.fa-columns:before {
  content: "´âø";
}

/* line 15125, sass/branding.scss */
.fa-sort:before, .fa-unsorted:before {
  content: "´â£";
}

/* line 15128, sass/branding.scss */
.fa-sort-desc:before, .fa-sort-down:before {
  content: "´âØ";
}

/* line 15131, sass/branding.scss */
.fa-sort-asc:before, .fa-sort-up:before {
  content: "´â×";
}

/* line 15134, sass/branding.scss */
.fa-envelope:before {
  content: "´âá";
}

/* line 15137, sass/branding.scss */
.fa-linkedin:before {
  content: "´âí";
}

/* line 15140, sass/branding.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "´âó";
}

/* line 15143, sass/branding.scss */
.fa-gavel:before, .fa-legal:before {
  content: "´âú";
}

/* line 15146, sass/branding.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "´âñ";
}

/* line 15149, sass/branding.scss */
.fa-comment-o:before {
  content: "´âÑ";
}

/* line 15152, sass/branding.scss */
.fa-comments-o:before {
  content: "´âª";
}

/* line 15155, sass/branding.scss */
.fa-bolt:before, .fa-flash:before {
  content: "´âº";
}

/* line 15158, sass/branding.scss */
.fa-sitemap:before {
  content: "´â¿";
}

/* line 15161, sass/branding.scss */
.fa-umbrella:before {
  content: "´â®";
}

/* line 15164, sass/branding.scss */
.fa-clipboard:before, .fa-paste:before {
  content: "´â¬";
}

/* line 15167, sass/branding.scss */
.fa-lightbulb-o:before {
  content: "´â½";
}

/* line 15170, sass/branding.scss */
.fa-exchange:before {
  content: "´â¼";
}

/* line 15173, sass/branding.scss */
.fa-cloud-download:before {
  content: "´â¡";
}

/* line 15176, sass/branding.scss */
.fa-cloud-upload:before {
  content: "´â«";
}

/* line 15179, sass/branding.scss */
.fa-user-md:before {
  content: "´â░";
}

/* line 15182, sass/branding.scss */
.fa-stethoscope:before {
  content: "´â▒";
}

/* line 15185, sass/branding.scss */
.fa-suitcase:before {
  content: "´â▓";
}

/* line 15188, sass/branding.scss */
.fa-bell-o:before {
  content: "´éó";
}

/* line 15191, sass/branding.scss */
.fa-coffee:before {
  content: "´â┤";
}

/* line 15194, sass/branding.scss */
.fa-cutlery:before {
  content: "´âÁ";
}

/* line 15197, sass/branding.scss */
.fa-file-text-o:before {
  content: "´âÂ";
}

/* line 15200, sass/branding.scss */
.fa-building-o:before {
  content: "´âÀ";
}

/* line 15203, sass/branding.scss */
.fa-hospital-o:before {
  content: "´â©";
}

/* line 15206, sass/branding.scss */
.fa-ambulance:before {
  content: "´â╣";
}

/* line 15209, sass/branding.scss */
.fa-medkit:before {
  content: "´â║";
}

/* line 15212, sass/branding.scss */
.fa-fighter-jet:before {
  content: "´â╗";
}

/* line 15215, sass/branding.scss */
.fa-beer:before {
  content: "´â╝";
}

/* line 15218, sass/branding.scss */
.fa-h-square:before {
  content: "´â¢";
}

/* line 15221, sass/branding.scss */
.fa-plus-square:before {
  content: "´â¥";
}

/* line 15224, sass/branding.scss */
.fa-angle-double-left:before {
  content: "´äÇ";
}

/* line 15227, sass/branding.scss */
.fa-angle-double-right:before {
  content: "´äü";
}

/* line 15230, sass/branding.scss */
.fa-angle-double-up:before {
  content: "´äé";
}

/* line 15233, sass/branding.scss */
.fa-angle-double-down:before {
  content: "´äâ";
}

/* line 15236, sass/branding.scss */
.fa-angle-left:before {
  content: "´ää";
}

/* line 15239, sass/branding.scss */
.fa-angle-right:before {
  content: "´äà";
}

/* line 15242, sass/branding.scss */
.fa-angle-up:before {
  content: "´äå";
}

/* line 15245, sass/branding.scss */
.fa-angle-down:before {
  content: "´äç";
}

/* line 15248, sass/branding.scss */
.fa-desktop:before {
  content: "´äê";
}

/* line 15251, sass/branding.scss */
.fa-laptop:before {
  content: "´äë";
}

/* line 15254, sass/branding.scss */
.fa-tablet:before {
  content: "´äè";
}

/* line 15257, sass/branding.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "´äï";
}

/* line 15260, sass/branding.scss */
.fa-circle-o:before {
  content: "´äî";
}

/* line 15263, sass/branding.scss */
.fa-quote-left:before {
  content: "´äì";
}

/* line 15266, sass/branding.scss */
.fa-quote-right:before {
  content: "´äÄ";
}

/* line 15269, sass/branding.scss */
.fa-spinner:before {
  content: "´äÉ";
}

/* line 15272, sass/branding.scss */
.fa-circle:before {
  content: "´äæ";
}

/* line 15275, sass/branding.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "´äÆ";
}

/* line 15278, sass/branding.scss */
.fa-github-alt:before {
  content: "´äô";
}

/* line 15281, sass/branding.scss */
.fa-folder-o:before {
  content: "´äö";
}

/* line 15284, sass/branding.scss */
.fa-folder-open-o:before {
  content: "´äò";
}

/* line 15287, sass/branding.scss */
.fa-smile-o:before {
  content: "´äÿ";
}

/* line 15290, sass/branding.scss */
.fa-frown-o:before {
  content: "´äÖ";
}

/* line 15293, sass/branding.scss */
.fa-meh-o:before {
  content: "´äÜ";
}

/* line 15296, sass/branding.scss */
.fa-gamepad:before {
  content: "´äø";
}

/* line 15299, sass/branding.scss */
.fa-keyboard-o:before {
  content: "´ä£";
}

/* line 15302, sass/branding.scss */
.fa-flag-o:before {
  content: "´äØ";
}

/* line 15305, sass/branding.scss */
.fa-flag-checkered:before {
  content: "´ä×";
}

/* line 15308, sass/branding.scss */
.fa-terminal:before {
  content: "´äá";
}

/* line 15311, sass/branding.scss */
.fa-code:before {
  content: "´äí";
}

/* line 15314, sass/branding.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "´äó";
}

/* line 15317, sass/branding.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "´äú";
}

/* line 15320, sass/branding.scss */
.fa-location-arrow:before {
  content: "´äñ";
}

/* line 15323, sass/branding.scss */
.fa-crop:before {
  content: "´äÑ";
}

/* line 15326, sass/branding.scss */
.fa-code-fork:before {
  content: "´äª";
}

/* line 15329, sass/branding.scss */
.fa-chain-broken:before, .fa-unlink:before {
  content: "´äº";
}

/* line 15332, sass/branding.scss */
.fa-question:before {
  content: "´ä¿";
}

/* line 15335, sass/branding.scss */
.fa-info:before {
  content: "´ä®";
}

/* line 15338, sass/branding.scss */
.fa-exclamation:before {
  content: "´ä¬";
}

/* line 15341, sass/branding.scss */
.fa-superscript:before {
  content: "´ä½";
}

/* line 15344, sass/branding.scss */
.fa-subscript:before {
  content: "´ä¼";
}

/* line 15347, sass/branding.scss */
.fa-eraser:before {
  content: "´ä¡";
}

/* line 15350, sass/branding.scss */
.fa-puzzle-piece:before {
  content: "´ä«";
}

/* line 15353, sass/branding.scss */
.fa-microphone:before {
  content: "´ä░";
}

/* line 15356, sass/branding.scss */
.fa-microphone-slash:before {
  content: "´ä▒";
}

/* line 15359, sass/branding.scss */
.fa-shield:before {
  content: "´ä▓";
}

/* line 15362, sass/branding.scss */
.fa-calendar-o:before {
  content: "´ä│";
}

/* line 15365, sass/branding.scss */
.fa-fire-extinguisher:before {
  content: "´ä┤";
}

/* line 15368, sass/branding.scss */
.fa-rocket:before {
  content: "´äÁ";
}

/* line 15371, sass/branding.scss */
.fa-maxcdn:before {
  content: "´äÂ";
}

/* line 15374, sass/branding.scss */
.fa-chevron-circle-left:before {
  content: "´äÀ";
}

/* line 15377, sass/branding.scss */
.fa-chevron-circle-right:before {
  content: "´ä©";
}

/* line 15380, sass/branding.scss */
.fa-chevron-circle-up:before {
  content: "´ä╣";
}

/* line 15383, sass/branding.scss */
.fa-chevron-circle-down:before {
  content: "´ä║";
}

/* line 15386, sass/branding.scss */
.fa-html5:before {
  content: "´ä╗";
}

/* line 15389, sass/branding.scss */
.fa-css3:before {
  content: "´ä╝";
}

/* line 15392, sass/branding.scss */
.fa-anchor:before {
  content: "´ä¢";
}

/* line 15395, sass/branding.scss */
.fa-unlock-alt:before {
  content: "´ä¥";
}

/* line 15398, sass/branding.scss */
.fa-bullseye:before {
  content: "´àÇ";
}

/* line 15401, sass/branding.scss */
.fa-ellipsis-h:before {
  content: "´àü";
}

/* line 15404, sass/branding.scss */
.fa-ellipsis-v:before {
  content: "´àé";
}

/* line 15407, sass/branding.scss */
.fa-rss-square:before {
  content: "´àâ";
}

/* line 15410, sass/branding.scss */
.fa-play-circle:before {
  content: "´àä";
}

/* line 15413, sass/branding.scss */
.fa-ticket:before {
  content: "´àà";
}

/* line 15416, sass/branding.scss */
.fa-minus-square:before {
  content: "´àå";
}

/* line 15419, sass/branding.scss */
.fa-minus-square-o:before {
  content: "´àç";
}

/* line 15422, sass/branding.scss */
.fa-level-up:before {
  content: "´àê";
}

/* line 15425, sass/branding.scss */
.fa-level-down:before {
  content: "´àë";
}

/* line 15428, sass/branding.scss */
.fa-check-square:before {
  content: "´àè";
}

/* line 15431, sass/branding.scss */
.fa-pencil-square:before {
  content: "´àï";
}

/* line 15434, sass/branding.scss */
.fa-external-link-square:before {
  content: "´àî";
}

/* line 15437, sass/branding.scss */
.fa-share-square:before {
  content: "´àì";
}

/* line 15440, sass/branding.scss */
.fa-compass:before {
  content: "´àÄ";
}

/* line 15443, sass/branding.scss */
.fa-caret-square-o-down:before, .fa-toggle-down:before {
  content: "´àÉ";
}

/* line 15446, sass/branding.scss */
.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: "´àæ";
}

/* line 15449, sass/branding.scss */
.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: "´àÆ";
}

/* line 15452, sass/branding.scss */
.fa-eur:before, .fa-euro:before {
  content: "´àô";
}

/* line 15455, sass/branding.scss */
.fa-gbp:before {
  content: "´àö";
}

/* line 15458, sass/branding.scss */
.fa-dollar:before, .fa-usd:before {
  content: "´àò";
}

/* line 15461, sass/branding.scss */
.fa-inr:before, .fa-rupee:before {
  content: "´àû";
}

/* line 15464, sass/branding.scss */
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: "´àù";
}

/* line 15467, sass/branding.scss */
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: "´àÿ";
}

/* line 15470, sass/branding.scss */
.fa-krw:before, .fa-won:before {
  content: "´àÖ";
}

/* line 15473, sass/branding.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "´àÜ";
}

/* line 15476, sass/branding.scss */
.fa-file:before {
  content: "´àø";
}

/* line 15479, sass/branding.scss */
.fa-file-text:before {
  content: "´à£";
}

/* line 15482, sass/branding.scss */
.fa-sort-alpha-asc:before {
  content: "´àØ";
}

/* line 15485, sass/branding.scss */
.fa-sort-alpha-desc:before {
  content: "´à×";
}

/* line 15488, sass/branding.scss */
.fa-sort-amount-asc:before {
  content: "´àá";
}

/* line 15491, sass/branding.scss */
.fa-sort-amount-desc:before {
  content: "´àí";
}

/* line 15494, sass/branding.scss */
.fa-sort-numeric-asc:before {
  content: "´àó";
}

/* line 15497, sass/branding.scss */
.fa-sort-numeric-desc:before {
  content: "´àú";
}

/* line 15500, sass/branding.scss */
.fa-thumbs-up:before {
  content: "´àñ";
}

/* line 15503, sass/branding.scss */
.fa-thumbs-down:before {
  content: "´àÑ";
}

/* line 15506, sass/branding.scss */
.fa-youtube-square:before {
  content: "´àª";
}

/* line 15509, sass/branding.scss */
.fa-youtube:before {
  content: "´àº";
}

/* line 15512, sass/branding.scss */
.fa-xing:before {
  content: "´à¿";
}

/* line 15515, sass/branding.scss */
.fa-xing-square:before {
  content: "´à®";
}

/* line 15518, sass/branding.scss */
.fa-youtube-play:before {
  content: "´à¬";
}

/* line 15521, sass/branding.scss */
.fa-dropbox:before {
  content: "´à½";
}

/* line 15524, sass/branding.scss */
.fa-stack-overflow:before {
  content: "´à¼";
}

/* line 15527, sass/branding.scss */
.fa-instagram:before {
  content: "´à¡";
}

/* line 15530, sass/branding.scss */
.fa-flickr:before {
  content: "´à«";
}

/* line 15533, sass/branding.scss */
.fa-adn:before {
  content: "´à░";
}

/* line 15536, sass/branding.scss */
.fa-bitbucket:before {
  content: "´à▒";
}

/* line 15539, sass/branding.scss */
.fa-bitbucket-square:before {
  content: "´à▓";
}

/* line 15542, sass/branding.scss */
.fa-tumblr:before {
  content: "´à│";
}

/* line 15545, sass/branding.scss */
.fa-tumblr-square:before {
  content: "´à┤";
}

/* line 15548, sass/branding.scss */
.fa-long-arrow-down:before {
  content: "´àÁ";
}

/* line 15551, sass/branding.scss */
.fa-long-arrow-up:before {
  content: "´àÂ";
}

/* line 15554, sass/branding.scss */
.fa-long-arrow-left:before {
  content: "´àÀ";
}

/* line 15557, sass/branding.scss */
.fa-long-arrow-right:before {
  content: "´à©";
}

/* line 15560, sass/branding.scss */
.fa-apple:before {
  content: "´à╣";
}

/* line 15563, sass/branding.scss */
.fa-windows:before {
  content: "´à║";
}

/* line 15566, sass/branding.scss */
.fa-android:before {
  content: "´à╗";
}

/* line 15569, sass/branding.scss */
.fa-linux:before {
  content: "´à╝";
}

/* line 15572, sass/branding.scss */
.fa-dribbble:before {
  content: "´à¢";
}

/* line 15575, sass/branding.scss */
.fa-skype:before {
  content: "´à¥";
}

/* line 15578, sass/branding.scss */
.fa-foursquare:before {
  content: "´åÇ";
}

/* line 15581, sass/branding.scss */
.fa-trello:before {
  content: "´åü";
}

/* line 15584, sass/branding.scss */
.fa-female:before {
  content: "´åé";
}

/* line 15587, sass/branding.scss */
.fa-male:before {
  content: "´åâ";
}

/* line 15590, sass/branding.scss */
.fa-gittip:before, .fa-gratipay:before {
  content: "´åä";
}

/* line 15593, sass/branding.scss */
.fa-sun-o:before {
  content: "´åà";
}

/* line 15596, sass/branding.scss */
.fa-moon-o:before {
  content: "´åå";
}

/* line 15599, sass/branding.scss */
.fa-archive:before {
  content: "´åç";
}

/* line 15602, sass/branding.scss */
.fa-bug:before {
  content: "´åê";
}

/* line 15605, sass/branding.scss */
.fa-vk:before {
  content: "´åë";
}

/* line 15608, sass/branding.scss */
.fa-weibo:before {
  content: "´åè";
}

/* line 15611, sass/branding.scss */
.fa-renren:before {
  content: "´åï";
}

/* line 15614, sass/branding.scss */
.fa-pagelines:before {
  content: "´åî";
}

/* line 15617, sass/branding.scss */
.fa-stack-exchange:before {
  content: "´åì";
}

/* line 15620, sass/branding.scss */
.fa-arrow-circle-o-right:before {
  content: "´åÄ";
}

/* line 15623, sass/branding.scss */
.fa-arrow-circle-o-left:before {
  content: "´åÉ";
}

/* line 15626, sass/branding.scss */
.fa-caret-square-o-left:before, .fa-toggle-left:before {
  content: "´åæ";
}

/* line 15629, sass/branding.scss */
.fa-dot-circle-o:before {
  content: "´åÆ";
}

/* line 15632, sass/branding.scss */
.fa-wheelchair:before {
  content: "´åô";
}

/* line 15635, sass/branding.scss */
.fa-vimeo-square:before {
  content: "´åö";
}

/* line 15638, sass/branding.scss */
.fa-try:before, .fa-turkish-lira:before {
  content: "´åò";
}

/* line 15641, sass/branding.scss */
.fa-plus-square-o:before {
  content: "´åû";
}

/* line 15644, sass/branding.scss */
.fa-space-shuttle:before {
  content: "´åù";
}

/* line 15647, sass/branding.scss */
.fa-slack:before {
  content: "´åÿ";
}

/* line 15650, sass/branding.scss */
.fa-envelope-square:before {
  content: "´åÖ";
}

/* line 15653, sass/branding.scss */
.fa-wordpress:before {
  content: "´åÜ";
}

/* line 15656, sass/branding.scss */
.fa-openid:before {
  content: "´åø";
}

/* line 15659, sass/branding.scss */
.fa-bank:before, .fa-institution:before, .fa-university:before {
  content: "´å£";
}

/* line 15662, sass/branding.scss */
.fa-graduation-cap:before, .fa-mortar-board:before {
  content: "´åØ";
}

/* line 15665, sass/branding.scss */
.fa-yahoo:before {
  content: "´å×";
}

/* line 15668, sass/branding.scss */
.fa-google:before {
  content: "´åá";
}

/* line 15671, sass/branding.scss */
.fa-reddit:before {
  content: "´åí";
}

/* line 15674, sass/branding.scss */
.fa-reddit-square:before {
  content: "´åó";
}

/* line 15677, sass/branding.scss */
.fa-stumbleupon-circle:before {
  content: "´åú";
}

/* line 15680, sass/branding.scss */
.fa-stumbleupon:before {
  content: "´åñ";
}

/* line 15683, sass/branding.scss */
.fa-delicious:before {
  content: "´åÑ";
}

/* line 15686, sass/branding.scss */
.fa-digg:before {
  content: "´åª";
}

/* line 15689, sass/branding.scss */
.fa-pied-piper-pp:before {
  content: "´åº";
}

/* line 15692, sass/branding.scss */
.fa-pied-piper-alt:before {
  content: "´å¿";
}

/* line 15695, sass/branding.scss */
.fa-drupal:before {
  content: "´å®";
}

/* line 15698, sass/branding.scss */
.fa-joomla:before {
  content: "´å¬";
}

/* line 15701, sass/branding.scss */
.fa-language:before {
  content: "´å½";
}

/* line 15704, sass/branding.scss */
.fa-fax:before {
  content: "´å¼";
}

/* line 15707, sass/branding.scss */
.fa-building:before {
  content: "´å¡";
}

/* line 15710, sass/branding.scss */
.fa-child:before {
  content: "´å«";
}

/* line 15713, sass/branding.scss */
.fa-paw:before {
  content: "´å░";
}

/* line 15716, sass/branding.scss */
.fa-spoon:before {
  content: "´å▒";
}

/* line 15719, sass/branding.scss */
.fa-cube:before {
  content: "´å▓";
}

/* line 15722, sass/branding.scss */
.fa-cubes:before {
  content: "´å│";
}

/* line 15725, sass/branding.scss */
.fa-behance:before {
  content: "´å┤";
}

/* line 15728, sass/branding.scss */
.fa-behance-square:before {
  content: "´åÁ";
}

/* line 15731, sass/branding.scss */
.fa-steam:before {
  content: "´åÂ";
}

/* line 15734, sass/branding.scss */
.fa-steam-square:before {
  content: "´åÀ";
}

/* line 15737, sass/branding.scss */
.fa-recycle:before {
  content: "´å©";
}

/* line 15740, sass/branding.scss */
.fa-automobile:before, .fa-car:before {
  content: "´å╣";
}

/* line 15743, sass/branding.scss */
.fa-cab:before, .fa-taxi:before {
  content: "´å║";
}

/* line 15746, sass/branding.scss */
.fa-tree:before {
  content: "´å╗";
}

/* line 15749, sass/branding.scss */
.fa-spotify:before {
  content: "´å╝";
}

/* line 15752, sass/branding.scss */
.fa-deviantart:before {
  content: "´å¢";
}

/* line 15755, sass/branding.scss */
.fa-soundcloud:before {
  content: "´å¥";
}

/* line 15758, sass/branding.scss */
.fa-database:before {
  content: "´çÇ";
}

/* line 15761, sass/branding.scss */
.fa-file-pdf-o:before {
  content: "´çü";
}

/* line 15764, sass/branding.scss */
.fa-file-word-o:before {
  content: "´çé";
}

/* line 15767, sass/branding.scss */
.fa-file-excel-o:before {
  content: "´çâ";
}

/* line 15770, sass/branding.scss */
.fa-file-powerpoint-o:before {
  content: "´çä";
}

/* line 15773, sass/branding.scss */
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  content: "´çà";
}

/* line 15776, sass/branding.scss */
.fa-file-archive-o:before, .fa-file-zip-o:before {
  content: "´çå";
}

/* line 15779, sass/branding.scss */
.fa-file-audio-o:before, .fa-file-sound-o:before {
  content: "´çç";
}

/* line 15782, sass/branding.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "´çê";
}

/* line 15785, sass/branding.scss */
.fa-file-code-o:before {
  content: "´çë";
}

/* line 15788, sass/branding.scss */
.fa-vine:before {
  content: "´çè";
}

/* line 15791, sass/branding.scss */
.fa-codepen:before {
  content: "´çï";
}

/* line 15794, sass/branding.scss */
.fa-jsfiddle:before {
  content: "´çî";
}

/* line 15797, sass/branding.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
  content: "´çì";
}

/* line 15800, sass/branding.scss */
.fa-circle-o-notch:before {
  content: "´çÄ";
}

/* line 15803, sass/branding.scss */
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
  content: "´çÉ";
}

/* line 15806, sass/branding.scss */
.fa-empire:before, .fa-ge:before {
  content: "´çæ";
}

/* line 15809, sass/branding.scss */
.fa-git-square:before {
  content: "´çÆ";
}

/* line 15812, sass/branding.scss */
.fa-git:before {
  content: "´çô";
}

/* line 15815, sass/branding.scss */
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
  content: "´çö";
}

/* line 15818, sass/branding.scss */
.fa-tencent-weibo:before {
  content: "´çò";
}

/* line 15821, sass/branding.scss */
.fa-qq:before {
  content: "´çû";
}

/* line 15824, sass/branding.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "´çù";
}

/* line 15827, sass/branding.scss */
.fa-paper-plane:before, .fa-send:before {
  content: "´çÿ";
}

/* line 15830, sass/branding.scss */
.fa-paper-plane-o:before, .fa-send-o:before {
  content: "´çÖ";
}

/* line 15833, sass/branding.scss */
.fa-history:before {
  content: "´çÜ";
}

/* line 15836, sass/branding.scss */
.fa-circle-thin:before {
  content: "´çø";
}

/* line 15839, sass/branding.scss */
.fa-header:before {
  content: "´ç£";
}

/* line 15842, sass/branding.scss */
.fa-paragraph:before {
  content: "´çØ";
}

/* line 15845, sass/branding.scss */
.fa-sliders:before {
  content: "´ç×";
}

/* line 15848, sass/branding.scss */
.fa-share-alt:before {
  content: "´çá";
}

/* line 15851, sass/branding.scss */
.fa-share-alt-square:before {
  content: "´çí";
}

/* line 15854, sass/branding.scss */
.fa-bomb:before {
  content: "´çó";
}

/* line 15857, sass/branding.scss */
.fa-futbol-o:before, .fa-soccer-ball-o:before {
  content: "´çú";
}

/* line 15860, sass/branding.scss */
.fa-tty:before {
  content: "´çñ";
}

/* line 15863, sass/branding.scss */
.fa-binoculars:before {
  content: "´çÑ";
}

/* line 15866, sass/branding.scss */
.fa-plug:before {
  content: "´çª";
}

/* line 15869, sass/branding.scss */
.fa-slideshare:before {
  content: "´çº";
}

/* line 15872, sass/branding.scss */
.fa-twitch:before {
  content: "´ç¿";
}

/* line 15875, sass/branding.scss */
.fa-yelp:before {
  content: "´ç®";
}

/* line 15878, sass/branding.scss */
.fa-newspaper-o:before {
  content: "´ç¬";
}

/* line 15881, sass/branding.scss */
.fa-wifi:before {
  content: "´ç½";
}

/* line 15884, sass/branding.scss */
.fa-calculator:before {
  content: "´ç¼";
}

/* line 15887, sass/branding.scss */
.fa-paypal:before {
  content: "´ç¡";
}

/* line 15890, sass/branding.scss */
.fa-google-wallet:before {
  content: "´ç«";
}

/* line 15893, sass/branding.scss */
.fa-cc-visa:before {
  content: "´ç░";
}

/* line 15896, sass/branding.scss */
.fa-cc-mastercard:before {
  content: "´ç▒";
}

/* line 15899, sass/branding.scss */
.fa-cc-discover:before {
  content: "´ç▓";
}

/* line 15902, sass/branding.scss */
.fa-cc-amex:before {
  content: "´ç│";
}

/* line 15905, sass/branding.scss */
.fa-cc-paypal:before {
  content: "´ç┤";
}

/* line 15908, sass/branding.scss */
.fa-cc-stripe:before {
  content: "´çÁ";
}

/* line 15911, sass/branding.scss */
.fa-bell-slash:before {
  content: "´çÂ";
}

/* line 15914, sass/branding.scss */
.fa-bell-slash-o:before {
  content: "´çÀ";
}

/* line 15917, sass/branding.scss */
.fa-trash:before {
  content: "´ç©";
}

/* line 15920, sass/branding.scss */
.fa-copyright:before {
  content: "´ç╣";
}

/* line 15923, sass/branding.scss */
.fa-at:before {
  content: "´ç║";
}

/* line 15926, sass/branding.scss */
.fa-eyedropper:before {
  content: "´ç╗";
}

/* line 15929, sass/branding.scss */
.fa-paint-brush:before {
  content: "´ç╝";
}

/* line 15932, sass/branding.scss */
.fa-birthday-cake:before {
  content: "´ç¢";
}

/* line 15935, sass/branding.scss */
.fa-area-chart:before {
  content: "´ç¥";
}

/* line 15938, sass/branding.scss */
.fa-pie-chart:before {
  content: "´êÇ";
}

/* line 15941, sass/branding.scss */
.fa-line-chart:before {
  content: "´êü";
}

/* line 15944, sass/branding.scss */
.fa-lastfm:before {
  content: "´êé";
}

/* line 15947, sass/branding.scss */
.fa-lastfm-square:before {
  content: "´êâ";
}

/* line 15950, sass/branding.scss */
.fa-toggle-off:before {
  content: "´êä";
}

/* line 15953, sass/branding.scss */
.fa-toggle-on:before {
  content: "´êà";
}

/* line 15956, sass/branding.scss */
.fa-bicycle:before {
  content: "´êå";
}

/* line 15959, sass/branding.scss */
.fa-bus:before {
  content: "´êç";
}

/* line 15962, sass/branding.scss */
.fa-ioxhost:before {
  content: "´êê";
}

/* line 15965, sass/branding.scss */
.fa-angellist:before {
  content: "´êë";
}

/* line 15968, sass/branding.scss */
.fa-cc:before {
  content: "´êè";
}

/* line 15971, sass/branding.scss */
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
  content: "´êï";
}

/* line 15974, sass/branding.scss */
.fa-meanpath:before {
  content: "´êî";
}

/* line 15977, sass/branding.scss */
.fa-buysellads:before {
  content: "´êì";
}

/* line 15980, sass/branding.scss */
.fa-connectdevelop:before {
  content: "´êÄ";
}

/* line 15983, sass/branding.scss */
.fa-dashcube:before {
  content: "´êÉ";
}

/* line 15986, sass/branding.scss */
.fa-forumbee:before {
  content: "´êæ";
}

/* line 15989, sass/branding.scss */
.fa-leanpub:before {
  content: "´êÆ";
}

/* line 15992, sass/branding.scss */
.fa-sellsy:before {
  content: "´êô";
}

/* line 15995, sass/branding.scss */
.fa-shirtsinbulk:before {
  content: "´êö";
}

/* line 15998, sass/branding.scss */
.fa-simplybuilt:before {
  content: "´êò";
}

/* line 16001, sass/branding.scss */
.fa-skyatlas:before {
  content: "´êû";
}

/* line 16004, sass/branding.scss */
.fa-cart-plus:before {
  content: "´êù";
}

/* line 16007, sass/branding.scss */
.fa-cart-arrow-down:before {
  content: "´êÿ";
}

/* line 16010, sass/branding.scss */
.fa-diamond:before {
  content: "´êÖ";
}

/* line 16013, sass/branding.scss */
.fa-ship:before {
  content: "´êÜ";
}

/* line 16016, sass/branding.scss */
.fa-user-secret:before {
  content: "´êø";
}

/* line 16019, sass/branding.scss */
.fa-motorcycle:before {
  content: "´ê£";
}

/* line 16022, sass/branding.scss */
.fa-street-view:before {
  content: "´êØ";
}

/* line 16025, sass/branding.scss */
.fa-heartbeat:before {
  content: "´ê×";
}

/* line 16028, sass/branding.scss */
.fa-venus:before {
  content: "´êí";
}

/* line 16031, sass/branding.scss */
.fa-mars:before {
  content: "´êó";
}

/* line 16034, sass/branding.scss */
.fa-mercury:before {
  content: "´êú";
}

/* line 16037, sass/branding.scss */
.fa-intersex:before, .fa-transgender:before {
  content: "´êñ";
}

/* line 16040, sass/branding.scss */
.fa-transgender-alt:before {
  content: "´êÑ";
}

/* line 16043, sass/branding.scss */
.fa-venus-double:before {
  content: "´êª";
}

/* line 16046, sass/branding.scss */
.fa-mars-double:before {
  content: "´êº";
}

/* line 16049, sass/branding.scss */
.fa-venus-mars:before {
  content: "´ê¿";
}

/* line 16052, sass/branding.scss */
.fa-mars-stroke:before {
  content: "´ê®";
}

/* line 16055, sass/branding.scss */
.fa-mars-stroke-v:before {
  content: "´ê¬";
}

/* line 16058, sass/branding.scss */
.fa-mars-stroke-h:before {
  content: "´ê½";
}

/* line 16061, sass/branding.scss */
.fa-neuter:before {
  content: "´ê¼";
}

/* line 16064, sass/branding.scss */
.fa-genderless:before {
  content: "´ê¡";
}

/* line 16067, sass/branding.scss */
.fa-facebook-official:before {
  content: "´ê░";
}

/* line 16070, sass/branding.scss */
.fa-pinterest-p:before {
  content: "´ê▒";
}

/* line 16073, sass/branding.scss */
.fa-whatsapp:before {
  content: "´ê▓";
}

/* line 16076, sass/branding.scss */
.fa-server:before {
  content: "´ê│";
}

/* line 16079, sass/branding.scss */
.fa-user-plus:before {
  content: "´ê┤";
}

/* line 16082, sass/branding.scss */
.fa-user-times:before {
  content: "´êÁ";
}

/* line 16085, sass/branding.scss */
.fa-bed:before, .fa-hotel:before {
  content: "´êÂ";
}

/* line 16088, sass/branding.scss */
.fa-viacoin:before {
  content: "´êÀ";
}

/* line 16091, sass/branding.scss */
.fa-train:before {
  content: "´ê©";
}

/* line 16094, sass/branding.scss */
.fa-subway:before {
  content: "´ê╣";
}

/* line 16097, sass/branding.scss */
.fa-medium:before {
  content: "´ê║";
}

/* line 16100, sass/branding.scss */
.fa-y-combinator:before, .fa-yc:before {
  content: "´ê╗";
}

/* line 16103, sass/branding.scss */
.fa-optin-monster:before {
  content: "´ê╝";
}

/* line 16106, sass/branding.scss */
.fa-opencart:before {
  content: "´ê¢";
}

/* line 16109, sass/branding.scss */
.fa-expeditedssl:before {
  content: "´ê¥";
}

/* line 16112, sass/branding.scss */
.fa-battery-4:before, .fa-battery-full:before {
  content: "´ëÇ";
}

/* line 16115, sass/branding.scss */
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "´ëü";
}

/* line 16118, sass/branding.scss */
.fa-battery-2:before, .fa-battery-half:before {
  content: "´ëé";
}

/* line 16121, sass/branding.scss */
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "´ëâ";
}

/* line 16124, sass/branding.scss */
.fa-battery-0:before, .fa-battery-empty:before {
  content: "´ëä";
}

/* line 16127, sass/branding.scss */
.fa-mouse-pointer:before {
  content: "´ëà";
}

/* line 16130, sass/branding.scss */
.fa-i-cursor:before {
  content: "´ëå";
}

/* line 16133, sass/branding.scss */
.fa-object-group:before {
  content: "´ëç";
}

/* line 16136, sass/branding.scss */
.fa-object-ungroup:before {
  content: "´ëê";
}

/* line 16139, sass/branding.scss */
.fa-sticky-note:before {
  content: "´ëë";
}

/* line 16142, sass/branding.scss */
.fa-sticky-note-o:before {
  content: "´ëè";
}

/* line 16145, sass/branding.scss */
.fa-cc-jcb:before {
  content: "´ëï";
}

/* line 16148, sass/branding.scss */
.fa-cc-diners-club:before {
  content: "´ëî";
}

/* line 16151, sass/branding.scss */
.fa-clone:before {
  content: "´ëì";
}

/* line 16154, sass/branding.scss */
.fa-balance-scale:before {
  content: "´ëÄ";
}

/* line 16157, sass/branding.scss */
.fa-hourglass-o:before {
  content: "´ëÉ";
}

/* line 16160, sass/branding.scss */
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "´ëæ";
}

/* line 16163, sass/branding.scss */
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "´ëÆ";
}

/* line 16166, sass/branding.scss */
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "´ëô";
}

/* line 16169, sass/branding.scss */
.fa-hourglass:before {
  content: "´ëö";
}

/* line 16172, sass/branding.scss */
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "´ëò";
}

/* line 16175, sass/branding.scss */
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
  content: "´ëû";
}

/* line 16178, sass/branding.scss */
.fa-hand-scissors-o:before {
  content: "´ëù";
}

/* line 16181, sass/branding.scss */
.fa-hand-lizard-o:before {
  content: "´ëÿ";
}

/* line 16184, sass/branding.scss */
.fa-hand-spock-o:before {
  content: "´ëÖ";
}

/* line 16187, sass/branding.scss */
.fa-hand-pointer-o:before {
  content: "´ëÜ";
}

/* line 16190, sass/branding.scss */
.fa-hand-peace-o:before {
  content: "´ëø";
}

/* line 16193, sass/branding.scss */
.fa-trademark:before {
  content: "´ë£";
}

/* line 16196, sass/branding.scss */
.fa-registered:before {
  content: "´ëØ";
}

/* line 16199, sass/branding.scss */
.fa-creative-commons:before {
  content: "´ë×";
}

/* line 16202, sass/branding.scss */
.fa-gg:before {
  content: "´ëá";
}

/* line 16205, sass/branding.scss */
.fa-gg-circle:before {
  content: "´ëí";
}

/* line 16208, sass/branding.scss */
.fa-tripadvisor:before {
  content: "´ëó";
}

/* line 16211, sass/branding.scss */
.fa-odnoklassniki:before {
  content: "´ëú";
}

/* line 16214, sass/branding.scss */
.fa-odnoklassniki-square:before {
  content: "´ëñ";
}

/* line 16217, sass/branding.scss */
.fa-get-pocket:before {
  content: "´ëÑ";
}

/* line 16220, sass/branding.scss */
.fa-wikipedia-w:before {
  content: "´ëª";
}

/* line 16223, sass/branding.scss */
.fa-safari:before {
  content: "´ëº";
}

/* line 16226, sass/branding.scss */
.fa-chrome:before {
  content: "´ë¿";
}

/* line 16229, sass/branding.scss */
.fa-firefox:before {
  content: "´ë®";
}

/* line 16232, sass/branding.scss */
.fa-opera:before {
  content: "´ë¬";
}

/* line 16235, sass/branding.scss */
.fa-internet-explorer:before {
  content: "´ë½";
}

/* line 16238, sass/branding.scss */
.fa-television:before, .fa-tv:before {
  content: "´ë¼";
}

/* line 16241, sass/branding.scss */
.fa-contao:before {
  content: "´ë¡";
}

/* line 16244, sass/branding.scss */
.fa-500px:before {
  content: "´ë«";
}

/* line 16247, sass/branding.scss */
.fa-amazon:before {
  content: "´ë░";
}

/* line 16250, sass/branding.scss */
.fa-calendar-plus-o:before {
  content: "´ë▒";
}

/* line 16253, sass/branding.scss */
.fa-calendar-minus-o:before {
  content: "´ë▓";
}

/* line 16256, sass/branding.scss */
.fa-calendar-times-o:before {
  content: "´ë│";
}

/* line 16259, sass/branding.scss */
.fa-calendar-check-o:before {
  content: "´ë┤";
}

/* line 16262, sass/branding.scss */
.fa-industry:before {
  content: "´ëÁ";
}

/* line 16265, sass/branding.scss */
.fa-map-pin:before {
  content: "´ëÂ";
}

/* line 16268, sass/branding.scss */
.fa-map-signs:before {
  content: "´ëÀ";
}

/* line 16271, sass/branding.scss */
.fa-map-o:before {
  content: "´ë©";
}

/* line 16274, sass/branding.scss */
.fa-map:before {
  content: "´ë╣";
}

/* line 16277, sass/branding.scss */
.fa-commenting:before {
  content: "´ë║";
}

/* line 16280, sass/branding.scss */
.fa-commenting-o:before {
  content: "´ë╗";
}

/* line 16283, sass/branding.scss */
.fa-houzz:before {
  content: "´ë╝";
}

/* line 16286, sass/branding.scss */
.fa-vimeo:before {
  content: "´ë¢";
}

/* line 16289, sass/branding.scss */
.fa-black-tie:before {
  content: "´ë¥";
}

/* line 16292, sass/branding.scss */
.fa-fonticons:before {
  content: "´èÇ";
}

/* line 16295, sass/branding.scss */
.fa-reddit-alien:before {
  content: "´èü";
}

/* line 16298, sass/branding.scss */
.fa-edge:before {
  content: "´èé";
}

/* line 16301, sass/branding.scss */
.fa-credit-card-alt:before {
  content: "´èâ";
}

/* line 16304, sass/branding.scss */
.fa-codiepie:before {
  content: "´èä";
}

/* line 16307, sass/branding.scss */
.fa-modx:before {
  content: "´èà";
}

/* line 16310, sass/branding.scss */
.fa-fort-awesome:before {
  content: "´èå";
}

/* line 16313, sass/branding.scss */
.fa-usb:before {
  content: "´èç";
}

/* line 16316, sass/branding.scss */
.fa-product-hunt:before {
  content: "´èê";
}

/* line 16319, sass/branding.scss */
.fa-mixcloud:before {
  content: "´èë";
}

/* line 16322, sass/branding.scss */
.fa-scribd:before {
  content: "´èè";
}

/* line 16325, sass/branding.scss */
.fa-pause-circle:before {
  content: "´èï";
}

/* line 16328, sass/branding.scss */
.fa-pause-circle-o:before {
  content: "´èî";
}

/* line 16331, sass/branding.scss */
.fa-stop-circle:before {
  content: "´èì";
}

/* line 16334, sass/branding.scss */
.fa-stop-circle-o:before {
  content: "´èÄ";
}

/* line 16337, sass/branding.scss */
.fa-shopping-bag:before {
  content: "´èÉ";
}

/* line 16340, sass/branding.scss */
.fa-shopping-basket:before {
  content: "´èæ";
}

/* line 16343, sass/branding.scss */
.fa-hashtag:before {
  content: "´èÆ";
}

/* line 16346, sass/branding.scss */
.fa-bluetooth:before {
  content: "´èô";
}

/* line 16349, sass/branding.scss */
.fa-bluetooth-b:before {
  content: "´èö";
}

/* line 16352, sass/branding.scss */
.fa-percent:before {
  content: "´èò";
}

/* line 16355, sass/branding.scss */
.fa-gitlab:before {
  content: "´èû";
}

/* line 16358, sass/branding.scss */
.fa-wpbeginner:before {
  content: "´èù";
}

/* line 16361, sass/branding.scss */
.fa-wpforms:before {
  content: "´èÿ";
}

/* line 16364, sass/branding.scss */
.fa-envira:before {
  content: "´èÖ";
}

/* line 16367, sass/branding.scss */
.fa-universal-access:before {
  content: "´èÜ";
}

/* line 16370, sass/branding.scss */
.fa-wheelchair-alt:before {
  content: "´èø";
}

/* line 16373, sass/branding.scss */
.fa-question-circle-o:before {
  content: "´è£";
}

/* line 16376, sass/branding.scss */
.fa-blind:before {
  content: "´èØ";
}

/* line 16379, sass/branding.scss */
.fa-audio-description:before {
  content: "´è×";
}

/* line 16382, sass/branding.scss */
.fa-volume-control-phone:before {
  content: "´èá";
}

/* line 16385, sass/branding.scss */
.fa-braille:before {
  content: "´èí";
}

/* line 16388, sass/branding.scss */
.fa-assistive-listening-systems:before {
  content: "´èó";
}

/* line 16391, sass/branding.scss */
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
  content: "´èú";
}

/* line 16394, sass/branding.scss */
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
  content: "´èñ";
}

/* line 16397, sass/branding.scss */
.fa-glide:before {
  content: "´èÑ";
}

/* line 16400, sass/branding.scss */
.fa-glide-g:before {
  content: "´èª";
}

/* line 16403, sass/branding.scss */
.fa-sign-language:before, .fa-signing:before {
  content: "´èº";
}

/* line 16406, sass/branding.scss */
.fa-low-vision:before {
  content: "´è¿";
}

/* line 16409, sass/branding.scss */
.fa-viadeo:before {
  content: "´è®";
}

/* line 16412, sass/branding.scss */
.fa-viadeo-square:before {
  content: "´è¬";
}

/* line 16415, sass/branding.scss */
.fa-snapchat:before {
  content: "´è½";
}

/* line 16418, sass/branding.scss */
.fa-snapchat-ghost:before {
  content: "´è¼";
}

/* line 16421, sass/branding.scss */
.fa-snapchat-square:before {
  content: "´è¡";
}

/* line 16424, sass/branding.scss */
.fa-pied-piper:before {
  content: "´è«";
}

/* line 16427, sass/branding.scss */
.fa-first-order:before {
  content: "´è░";
}

/* line 16430, sass/branding.scss */
.fa-yoast:before {
  content: "´è▒";
}

/* line 16433, sass/branding.scss */
.fa-themeisle:before {
  content: "´è▓";
}

/* line 16436, sass/branding.scss */
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "´è│";
}

/* line 16439, sass/branding.scss */
.fa-fa:before, .fa-font-awesome:before {
  content: "´è┤";
}

/* line 16442, sass/branding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 16452, sass/branding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 16460, sass/branding.scss */
.component_section_featured_component .col-sm-4 p:first-child {
  overflow: hidden;
  height: 226px;
  text-align: center;
  vertical-align: middle;
  line-height: 226px;
  position: relative;
}

/* line 16468, sass/branding.scss */
.component_section_featured_component .col-sm-4 p:first-child img {
  height: 100%;
  left: 0;
  font-family: object-fit\:cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 1199px) {
  /* line 16479, sass/branding.scss */
  .component_section_featured_component .col-sm-4 p:first-child {
    max-height: 185px;
  }

  /* line 16482, sass/branding.scss */
  .component_section .row > [class*=col-], .component_section .row > [class^=col-] {
    padding-bottom: 2rem;
  }
}
/* line 16486, sass/branding.scss */
body {
  font: 400 16px Open Sans, sans-serif;
  font: 400 1rem Open Sans, sans-serif;
  color: #333;
  position: relative;
  min-width: 320px;
  line-height: 1.5;
}

/* line 16494, sass/branding.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Roboto, sans-serif;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-weight: 700;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/* line 16502, sass/branding.scss */
h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 42px;
  line-height: 2.625rem;
}

/* line 16508, sass/branding.scss */
h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
}

/* line 16514, sass/branding.scss */
h2 a {
  color: #000;
  text-decoration: none;
}

/* line 16518, sass/branding.scss */
h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
}

/* line 16524, sass/branding.scss */
h3 a {
  color: #000;
  text-decoration: none;
}

/* line 16528, sass/branding.scss */
h4 {
  font-size: 1;
}

/* line 16531, sass/branding.scss */
h5 {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 16535, sass/branding.scss */
h6 {
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 16539, sass/branding.scss */
.featured_content-display1 h4 a, .featured_content-media h4 a {
  color: #333;
}

/* line 16542, sass/branding.scss */
.featured_content-display1 .introductory_text, .featured_content-media .introductory_text {
  font-size: 17.6px;
  font-size: 1.1rem;
}

/* line 16546, sass/branding.scss */
input[type=text]::-ms-clear {
  display: none;
}

/* line 16549, sass/branding.scss */
.featured_content-display1 {
  line-height: 32px;
  line-height: 2rem;
}

/* line 16553, sass/branding.scss */
.text-left {
  text-align: left;
}

/* line 16556, sass/branding.scss */
.text-right {
  text-align: right;
}

/* line 16559, sass/branding.scss */
.text-center {
  text-align: center;
}

/* line 16562, sass/branding.scss */
.pull-left {
  float: left;
}

/* line 16565, sass/branding.scss */
.pull-right {
  float: right;
}

/* line 16568, sass/branding.scss */
.pull-none {
  float: none;
}

/* line 16571, sass/branding.scss */
.pos_relative {
  position: relative;
}

/* line 16574, sass/branding.scss */
a {
  color: #013554;
}

/* line 16577, sass/branding.scss */
a, a:focus {
  text-decoration: underline;
}

/* line 16580, sass/branding.scss */
a:focus {
  color: #ffba00;
}

/* line 16583, sass/branding.scss */
a:hover {
  text-decoration: underline;
  color: #011c2c;
}

/* line 16587, sass/branding.scss */
button:focus {
  outline-offset: 0;
  outline: none;
  text-decoration: none;
}

/* line 16592, sass/branding.scss */
.default_indents, .dropdown_menu__list {
  padding: 0;
  margin: 0;
}

/* line 16596, sass/branding.scss */
.before_after_default, .breadcrumb_black .breadcrumb-item:after, .breadcrumb_black .breadcrumb-item:before {
  position: absolute;
  content: "";
}

/* line 16600, sass/branding.scss */
.dark_container a {
  color: #fff;
}

/* line 16603, sass/branding.scss */
figcaption {
  color: #777;
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 16608, sass/branding.scss */
hr {
  border-top: 1px solid #000;
}

/* line 16611, sass/branding.scss */
.pos_rel, .section_container-full_width {
  position: relative;
}

/* line 16614, sass/branding.scss */
.container .container {
  padding-left: 0;
  padding-right: 0;
}

/* line 16618, sass/branding.scss */
.section_container {
  padding-top: 75px;
  padding-bottom: 75px;
}

/* line 16622, sass/branding.scss */
.section_container .section_container {
  margin: 75px 0;
}

/* line 16625, sass/branding.scss */
.section_container .section_container:last-child {
  margin-bottom: 0;
}

/* line 16628, sass/branding.scss */
.section_container-full_width:before {
  right: calc(100% - 15px);
}

/* line 16631, sass/branding.scss */
.section_container-full_width:after, .section_container-full_width:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -2;
  top: 0;
  background-color: inherit;
  display: block;
}

/* line 16641, sass/branding.scss */
.section_container-full_width:after {
  left: calc(100% - 15px);
}

/* line 16644, sass/branding.scss */
.component_section {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

/* line 16650, sass/branding.scss */
.padding_top_none {
  padding-top: 0;
}

/* line 16653, sass/branding.scss */
.margin_top_none {
  margin-top: 0;
}

/* line 16656, sass/branding.scss */
figure > div {
  margin-bottom: 10px;
}

/* line 16659, sass/branding.scss */
.padding_bottom_none, .padding_bottom_none.wrap_featured_content-media {
  padding-bottom: 0;
}

/* line 16662, sass/branding.scss */
.component_section_picture {
  overflow: hidden;
  max-height: 226px;
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

/* line 16668, sass/branding.scss */
.transparent_container {
  color: #000;
}

/* line 16671, sass/branding.scss */
.gold_container {
  background: #ffd300;
  color: #000;
}

/* line 16675, sass/branding.scss */
.gold_container h3 a {
  text-decoration: none;
  color: #000;
}

/* line 16679, sass/branding.scss */
.gold_container .black_transparent_button {
  padding: 0 50px 0 16px;
  padding: 0 50px 0 1rem;
}

/* line 16683, sass/branding.scss */
.gold_container .black_transparent_button:before {
  color: #000;
}

/* line 16686, sass/branding.scss */
.gold_container .black_transparent_button:hover, .gold_container .black_transparent_button:hover:before {
  color: #ffd300;
}

/* line 16689, sass/branding.scss */
.gold_container_featured .read_more i {
  margin-left: 8px;
  margin-left: .5rem;
  color: #000;
}

/* line 16694, sass/branding.scss */
.black_container a, .blue_container a, .dark_blue_container a, .gray_dark_container a, .gray_darker_container a, .link_style_for_dark_bg {
  color: #d6d7d9;
}

/* line 16697, sass/branding.scss */
.black_container a:hover, .blue_container a:hover, .dark_blue_container a:hover, .gray_dark_container a:hover, .gray_darker_container a:hover, .link_style_for_dark_bg:hover {
  color: #fff;
}

/* line 16700, sass/branding.scss */
.dark_blue_container {
  background: #011c2c;
  color: #fff;
}

/* line 16704, sass/branding.scss */
.chosen-container-single .chosen-single div .dark_blue_container b:after, .dark_blue_container .black_transparent_button:before, .dark_blue_container .chosen-container-single .chosen-single div b:after, .dark_blue_container .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .dark_blue_container .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .dark_blue_container .fa, .dark_blue_container .featured_content-media_picture a i:before, .dark_blue_container .hub_fancybox_individual_gallery .hub_gallery_left:after, .dark_blue_container .hub_fancybox_individual_gallery .hub_gallery_right, .dark_blue_container .hub_fancybox_individual_gallery .hub_gallery_right:after, .dark_blue_container .hub_filter_page_component .media_gal_picture i:before, .dark_blue_container .media_hub_pagination .pag_yellow_button:before, .dark_blue_container .rev_multilines_button_styles.rev-btn:before, .dark_blue_container .search_page_header .sidebar div.gsc-clear-button:after, .dark_blue_container .white_transparent_button:before, .dark_blue_container .yellow_button:before, .dark_blue_container .yellow_transparent_button:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .dark_blue_container span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .dark_blue_container span:before, .featured_content-media_picture a .dark_blue_container i:before, .hub_fancybox_individual_gallery .dark_blue_container .hub_gallery_left:after, .hub_fancybox_individual_gallery .dark_blue_container .hub_gallery_right, .hub_fancybox_individual_gallery .dark_blue_container .hub_gallery_right:after, .hub_filter_page_component .media_gal_picture .dark_blue_container i:before, .media_hub_pagination .dark_blue_container .pag_yellow_button:before, .search_page_header .sidebar .dark_blue_container div.gsc-clear-button:after {
  color: #fff;
}

/* line 16707, sass/branding.scss */
.dark_blue_container .rev_multilines_button_styles.rev-btn, .dark_blue_container .rev_multilines_button_styles.rev-btn:before, .dark_blue_container .yellow_transparent_button, .dark_blue_container .yellow_transparent_button:before {
  color: #ffd300;
}

/* line 16710, sass/branding.scss */
.black_container_featured .dark_blue_container .read_more, .black_container_featured .dark_blue_container .read_more:hover, .blue_container_featured .dark_blue_container .read_more, .blue_container_featured .dark_blue_container .read_more:hover, .dark_blue_container .black_container_featured .read_more, .dark_blue_container .black_container_featured .read_more:hover, .dark_blue_container .blue_container_featured .read_more, .dark_blue_container .blue_container_featured .read_more:hover, .dark_blue_container .classic_white_button, .dark_blue_container .classic_white_button:hover, .dark_blue_container .classic_white_button_blue_border, .dark_blue_container .classic_white_button_blue_border:hover, .dark_blue_container .classic_white_button_blue_border_small, .dark_blue_container .classic_white_button_blue_border_small:hover, .dark_blue_container .classic_white_button_small, .dark_blue_container .classic_white_button_small:hover, .dark_blue_container .classic_yellow_button, .dark_blue_container .classic_yellow_button:hover, .dark_blue_container .classic_yellow_button_d1, .dark_blue_container .classic_yellow_button_d1:hover, .dark_blue_container .classic_yellow_button_small, .dark_blue_container .classic_yellow_button_small:hover, .dark_blue_container .dark_blue_container_featured .read_more, .dark_blue_container .dark_blue_container_featured .read_more:hover, .dark_blue_container .gold_container_featured .read_more, .dark_blue_container .gold_container_featured .read_more:hover, .dark_blue_container .gray_container_featured .read_more, .dark_blue_container .gray_container_featured .read_more:hover, .dark_blue_container .gray_dark_container_featured .read_more, .dark_blue_container .gray_dark_container_featured .read_more:hover, .dark_blue_container .gray_darker_container_featured .read_more, .dark_blue_container .gray_darker_container_featured .read_more:hover, .dark_blue_container .gray_light_container-d1_featured .read_more, .dark_blue_container .gray_light_container-d1_featured .read_more:hover, .dark_blue_container .gray_light_container_featured .read_more, .dark_blue_container .gray_light_container_featured .read_more:hover, .dark_blue_container .rev_multilines_button_styles.rev-btn:hover, .dark_blue_container .white_container_featured .read_more, .dark_blue_container .white_container_featured .read_more:hover, .dark_blue_container .yellow_transparent_button:hover, .dark_blue_container_featured .dark_blue_container .read_more, .dark_blue_container_featured .dark_blue_container .read_more:hover, .gold_container_featured .dark_blue_container .read_more, .gold_container_featured .dark_blue_container .read_more:hover, .gray_container_featured .dark_blue_container .read_more, .gray_container_featured .dark_blue_container .read_more:hover, .gray_dark_container_featured .dark_blue_container .read_more, .gray_dark_container_featured .dark_blue_container .read_more:hover, .gray_darker_container_featured .dark_blue_container .read_more, .gray_darker_container_featured .dark_blue_container .read_more:hover, .gray_light_container-d1_featured .dark_blue_container .read_more, .gray_light_container-d1_featured .dark_blue_container .read_more:hover, .gray_light_container_featured .dark_blue_container .read_more, .gray_light_container_featured .dark_blue_container .read_more:hover, .white_container_featured .dark_blue_container .read_more, .white_container_featured .dark_blue_container .read_more:hover {
  color: #000;
}

/* line 16713, sass/branding.scss */
.dark_blue_container .classic_white_button, .dark_blue_container .classic_white_button_small {
  color: #fff;
}

/* line 16716, sass/branding.scss */
.dark_blue_container .classic_white_button:hover, .dark_blue_container .classic_white_button_small:hover {
  color: #000;
}

/* line 16719, sass/branding.scss */
.dark_blue_container .yellow_button {
  color: #011c2c;
  text-transform: uppercase;
}

/* line 16723, sass/branding.scss */
.dark_blue_container .yellow_button:before, .dark_blue_container .yellow_button:hover {
  color: #011c2c;
}

/* line 16726, sass/branding.scss */
.dark_blue_container h3 a {
  text-decoration: none;
  color: #fff;
}

/* line 16730, sass/branding.scss */
.dark_blue_container.component_section_featured_component h3 a {
  text-decoration: none;
  color: #ffd300;
}

/* line 16734, sass/branding.scss */
.dark_blue_container_featured .read_more i {
  margin-left: 8px;
  margin-left: .5rem;
  color: #000;
}

/* line 16739, sass/branding.scss */
.blue_container {
  background: #002d62;
  color: #fff;
}

/* line 16743, sass/branding.scss */
.blue_container .black_transparent_button:before, .blue_container .chosen-container-single .chosen-single div b:after, .blue_container .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .blue_container .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .blue_container .fa, .blue_container .featured_content-media_picture a i:before, .blue_container .hub_fancybox_individual_gallery .hub_gallery_left:after, .blue_container .hub_fancybox_individual_gallery .hub_gallery_right, .blue_container .hub_fancybox_individual_gallery .hub_gallery_right:after, .blue_container .hub_filter_page_component .media_gal_picture i:before, .blue_container .media_hub_pagination .pag_yellow_button:before, .blue_container .rev_multilines_button_styles.rev-btn:before, .blue_container .search_page_header .sidebar div.gsc-clear-button:after, .blue_container .white_transparent_button:before, .blue_container .yellow_button:before, .blue_container .yellow_transparent_button:before, .chosen-container-single .chosen-single div .blue_container b:after, .datepicker_hub.ui-datepicker .ui-datepicker-next .blue_container span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .blue_container span:before, .featured_content-media_picture a .blue_container i:before, .hub_fancybox_individual_gallery .blue_container .hub_gallery_left:after, .hub_fancybox_individual_gallery .blue_container .hub_gallery_right, .hub_fancybox_individual_gallery .blue_container .hub_gallery_right:after, .hub_filter_page_component .media_gal_picture .blue_container i:before, .media_hub_pagination .blue_container .pag_yellow_button:before, .search_page_header .sidebar .blue_container div.gsc-clear-button:after {
  color: #fff;
}

/* line 16746, sass/branding.scss */
.black_container_featured .blue_container .read_more, .black_container_featured .blue_container .read_more:hover, .blue_container .black_container_featured .read_more, .blue_container .black_container_featured .read_more:hover, .blue_container .blue_container_featured .read_more, .blue_container .blue_container_featured .read_more:hover, .blue_container .classic_white_button, .blue_container .classic_white_button:hover, .blue_container .classic_white_button_blue_border, .blue_container .classic_white_button_blue_border:hover, .blue_container .classic_white_button_blue_border_small, .blue_container .classic_white_button_blue_border_small:hover, .blue_container .classic_white_button_small, .blue_container .classic_white_button_small:hover, .blue_container .classic_yellow_button, .blue_container .classic_yellow_button:hover, .blue_container .classic_yellow_button_d1, .blue_container .classic_yellow_button_d1:hover, .blue_container .classic_yellow_button_small, .blue_container .classic_yellow_button_small:hover, .blue_container .dark_blue_container_featured .read_more, .blue_container .dark_blue_container_featured .read_more:hover, .blue_container .gold_container_featured .read_more, .blue_container .gold_container_featured .read_more:hover, .blue_container .gray_container_featured .read_more, .blue_container .gray_container_featured .read_more:hover, .blue_container .gray_dark_container_featured .read_more, .blue_container .gray_dark_container_featured .read_more:hover, .blue_container .gray_darker_container_featured .read_more, .blue_container .gray_darker_container_featured .read_more:hover, .blue_container .gray_light_container-d1_featured .read_more, .blue_container .gray_light_container-d1_featured .read_more:hover, .blue_container .gray_light_container_featured .read_more, .blue_container .gray_light_container_featured .read_more:hover, .blue_container .rev_multilines_button_styles.rev-btn, .blue_container .rev_multilines_button_styles.rev-btn:hover, .blue_container .white_container_featured .read_more, .blue_container .white_container_featured .read_more:hover, .blue_container .yellow_transparent_button, .blue_container .yellow_transparent_button:hover, .blue_container_featured .blue_container .read_more, .blue_container_featured .blue_container .read_more:hover, .dark_blue_container_featured .blue_container .read_more, .dark_blue_container_featured .blue_container .read_more:hover, .gold_container_featured .blue_container .read_more, .gold_container_featured .blue_container .read_more:hover, .gray_container_featured .blue_container .read_more, .gray_container_featured .blue_container .read_more:hover, .gray_dark_container_featured .blue_container .read_more, .gray_dark_container_featured .blue_container .read_more:hover, .gray_darker_container_featured .blue_container .read_more, .gray_darker_container_featured .blue_container .read_more:hover, .gray_light_container-d1_featured .blue_container .read_more, .gray_light_container-d1_featured .blue_container .read_more:hover, .gray_light_container_featured .blue_container .read_more, .gray_light_container_featured .blue_container .read_more:hover, .white_container_featured .blue_container .read_more, .white_container_featured .blue_container .read_more:hover {
  color: #000;
}

/* line 16749, sass/branding.scss */
.blue_container .classic_white_button, .blue_container .classic_white_button_small {
  color: #fff;
}

/* line 16752, sass/branding.scss */
.blue_container .classic_white_button:hover, .blue_container .classic_white_button_small:hover {
  color: #000;
}

/* line 16755, sass/branding.scss */
.blue_container h3 a {
  text-decoration: none;
  color: #fff;
}

/* line 16759, sass/branding.scss */
.blue_container_featured .read_more i {
  margin-left: 8px;
  margin-left: .5rem;
  color: #000;
}

/* line 16764, sass/branding.scss */
.black_container {
  background: #000;
  color: #fff;
}

/* line 16768, sass/branding.scss */
.black_container .black_transparent_button:before, .black_container .chosen-container-single .chosen-single div b:after, .black_container .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .black_container .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .black_container .fa, .black_container .featured_content-media_picture a i:before, .black_container .hub_fancybox_individual_gallery .hub_gallery_left:after, .black_container .hub_fancybox_individual_gallery .hub_gallery_right, .black_container .hub_fancybox_individual_gallery .hub_gallery_right:after, .black_container .hub_filter_page_component .media_gal_picture i:before, .black_container .media_hub_pagination .pag_yellow_button:before, .black_container .rev_multilines_button_styles.rev-btn:before, .black_container .search_page_header .sidebar div.gsc-clear-button:after, .black_container .white_transparent_button:before, .black_container .yellow_button:before, .black_container .yellow_transparent_button:before, .chosen-container-single .chosen-single div .black_container b:after, .datepicker_hub.ui-datepicker .ui-datepicker-next .black_container span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .black_container span:before, .featured_content-media_picture a .black_container i:before, .hub_fancybox_individual_gallery .black_container .hub_gallery_left:after, .hub_fancybox_individual_gallery .black_container .hub_gallery_right, .hub_fancybox_individual_gallery .black_container .hub_gallery_right:after, .hub_filter_page_component .media_gal_picture .black_container i:before, .media_hub_pagination .black_container .pag_yellow_button:before, .search_page_header .sidebar .black_container div.gsc-clear-button:after {
  color: #fff;
}

/* line 16771, sass/branding.scss */
.black_container .black_container_featured .read_more, .black_container .black_container_featured .read_more .black_transparent_button:before, .black_container .black_container_featured .read_more .chosen-container-single .chosen-single div b:after, .black_container .black_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .black_container .black_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .black_container .black_container_featured .read_more .fa, .black_container .black_container_featured .read_more .featured_content-media_picture a i:before, .black_container .black_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .black_container .black_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .black_container .black_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .black_container .black_container_featured .read_more .hub_filter_page_component .media_gal_picture i:before, .black_container .black_container_featured .read_more .media_hub_pagination .pag_yellow_button:before, .black_container .black_container_featured .read_more .rev_multilines_button_styles.rev-btn:before, .black_container .black_container_featured .read_more .search_page_header .sidebar div.gsc-clear-button:after, .black_container .black_container_featured .read_more .white_transparent_button:before, .black_container .black_container_featured .read_more .yellow_button:before, .black_container .black_container_featured .read_more .yellow_transparent_button:before, .black_container .black_container_featured .read_more:hover, .black_container .blue_container_featured .read_more, .black_container .blue_container_featured .read_more .black_transparent_button:before, .black_container .blue_container_featured .read_more .chosen-container-single .chosen-single div b:after, .black_container .blue_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .black_container .blue_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .black_container .blue_container_featured .read_more .fa, .black_container .blue_container_featured .read_more .featured_content-media_picture a i:before, .black_container .blue_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .black_container .blue_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .black_container .blue_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .black_container .blue_container_featured .read_more .hub_filter_page_component .media_gal_picture i:before, .black_container .blue_container_featured .read_more .media_hub_pagination .pag_yellow_button:before, .black_container .blue_container_featured .read_more .rev_multilines_button_styles.rev-btn:before, .black_container .blue_container_featured .read_more .search_page_header .sidebar div.gsc-clear-button:after, .black_container .blue_container_featured .read_more .white_transparent_button:before, .black_container .blue_container_featured .read_more .yellow_button:before, .black_container .blue_container_featured .read_more .yellow_transparent_button:before, .black_container .blue_container_featured .read_more:hover, .black_container .classic_white_button, .black_container .classic_white_button .black_transparent_button:before, .black_container .classic_white_button .chosen-container-single .chosen-single div b:after, .black_container .classic_white_button .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .black_container .classic_white_button .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .black_container .classic_white_button .fa, .black_container .classic_white_button .featured_content-media_picture a i:before, .black_container .classic_white_button .hub_fancybox_individual_gallery .hub_gallery_left:after, .black_container .classic_white_button .hub_fancybox_individual_gallery .hub_gallery_right, .black_container .classic_white_button .hub_fancybox_individual_gallery .hub_gallery_right:after, .black_container .classic_white_button .hub_filter_page_component .media_gal_picture i:before, .black_container .classic_white_button .media_hub_pagination .pag_yellow_button:before, .black_container .classic_white_button .rev_multilines_button_styles.rev-btn:before, .black_container .classic_white_button .search_page_header .sidebar div.gsc-clear-button:after, .black_container .classic_white_button .white_transparent_button:before, .black_container .classic_white_button .yellow_button:before, .black_container .classic_white_button .yellow_transparent_button:before, .black_container .classic_white_button:hover, .black_container .classic_white_button_blue_border, .black_container .classic_white_button_blue_border .black_transparent_button:before, .black_container .classic_white_button_blue_border .chosen-container-single .chosen-single div b:after, .black_container .classic_white_button_blue_border .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .black_container .classic_white_button_blue_border .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .black_container .classic_white_button_blue_border .fa, .black_container .classic_white_button_blue_border .featured_content-media_picture a i:before, .black_container .classic_white_button_blue_border .hub_fancybox_individual_gallery .hub_gallery_left:after, .black_container .classic_white_button_blue_border .hub_fancybox_individual_gallery .hub_gallery_right, .black_container .classic_white_button_blue_border .hub_fancybox_individual_gallery .hub_gallery_right:after, .black_container .classic_white_button_blue_border .hub_filter_page_component .media_gal_picture i:before, .black_container .classic_white_button_blue_border .media_hub_pagination .pag_yellow_button:before, .black_container .classic_white_button_blue_border .rev_multilines_button_styles.rev-btn:before, .black_container .classic_white_button_blue_border .search_page_header .sidebar div.gsc-clear-button:after, .black_container .classic_white_button_blue_border .white_transparent_button:before, .black_container .classic_white_button_blue_border .yellow_button:before, .black_container .classic_white_button_blue_border .yellow_transparent_button:before, .black_container .classic_white_button_blue_border:hover, .black_container .classic_white_button_blue_border_small, .black_container .classic_white_button_blue_border_small .black_transparent_button:before, .black_container .classic_white_button_blue_border_small .chosen-container-single .chosen-single div b:after, .black_container .classic_white_button_blue_border_small .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .black_container .classic_white_button_blue_border_small .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .black_container .classic_white_button_blue_border_small .fa, .black_container .classic_white_button_blue_border_small .featured_content-media_picture a i:before, .black_container .classic_white_button_blue_border_small .hub_fancybox_individual_gallery .hub_gallery_left:after, .black_container .classic_white_button_blue_border_small .hub_fancybox_individual_gallery .hub_gallery_right, .black_container .classic_white_button_blue_border_small .hub_fancybox_individual_gallery .hub_gallery_right:after, .black_container .classic_white_button_blue_border_small .hub_filter_page_component .media_gal_picture i:before, .black_container .classic_white_button_blue_border_small .media_hub_pagination .pag_yellow_button:before, .black_container .classic_white_button_blue_border_small .rev_multilines_button_styles.rev-btn:before, .black_container .classic_white_button_blue_border_small .search_page_header .sidebar div.gsc-clear-button:after, .black_container .classic_white_button_blue_border_small .white_transparent_button:before, .black_container .classic_white_button_blue_border_small .yellow_button:before, .black_container .classic_white_button_blue_border_small .yellow_transparent_button:before, .black_container .classic_white_button_blue_border_small:hover, .black_container .classic_white_button_small, .black_container .classic_white_button_small .black_transparent_button:before, .black_container .classic_white_button_small .chosen-container-single .chosen-single div b:after, .black_container .classic_white_button_small .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .black_container .classic_white_button_small .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .black_container .classic_white_button_small .fa, .black_container .classic_white_button_small .featured_content-media_picture a i:before, .black_container .classic_white_button_small .hub_fancybox_individual_gallery .hub_gallery_left:after, .black_container .classic_white_button_small .hub_fancybox_individual_gallery .hub_gallery_right, .black_container .classic_white_button_small .hub_fancybox_individual_gallery .hub_gallery_right:after, .black_container .classic_white_button_small .hub_filter_page_component .media_gal_picture i:before, .black_container .classic_white_button_small .media_hub_pagination .pag_yellow_button:before, .black_container .classic_white_button_small .rev_multilines_button_styles.rev-btn:before, .black_container .classic_white_button_small .search_page_header .sidebar div.gsc-clear-button:after, .black_container .classic_white_button_small .white_transparent_button:before, .black_container .classic_white_button_small .yellow_button:before, .black_container .classic_white_button_small .yellow_transparent_button:before, .black_container .classic_white_button_small:hover, .black_container .classic_yellow_button, .black_container .classic_yellow_button .black_transparent_button:before, .black_container .classic_yellow_button .chosen-container-single .chosen-single div b:after, .black_container .classic_yellow_button .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .black_container .classic_yellow_button .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .black_container .classic_yellow_button .fa, .black_container .classic_yellow_button .featured_content-media_picture a i:before, .black_container .classic_yellow_button .hub_fancybox_individual_gallery .hub_gallery_left:after, .black_container .classic_yellow_button .hub_fancybox_individual_gallery .hub_gallery_right, .black_container .classic_yellow_button .hub_fancybox_individual_gallery .hub_gallery_right:after, .black_container .classic_yellow_button .hub_filter_page_component .media_gal_picture i:before, .black_container .classic_yellow_button .media_hub_pagination .pag_yellow_button:before, .black_container .classic_yellow_button .rev_multilines_button_styles.rev-btn:before, .black_container .classic_yellow_button .search_page_header .sidebar div.gsc-clear-button:after, .black_container .classic_yellow_button .white_transparent_button:before, .black_container .classic_yellow_button .yellow_button:before, .black_container .classic_yellow_button .yellow_transparent_button:before, .black_container .classic_yellow_button:hover, .black_container .classic_yellow_button_d1, .black_container .classic_yellow_button_d1 .black_transparent_button:before, .black_container .classic_yellow_button_d1 .chosen-container-single .chosen-single div b:after, .black_container .classic_yellow_button_d1 .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .black_container .classic_yellow_button_d1 .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .black_container .classic_yellow_button_d1 .fa, .black_container .classic_yellow_button_d1 .featured_content-media_picture a i:before, .black_container .classic_yellow_button_d1 .hub_fancybox_individual_gallery .hub_gallery_left:after, .black_container .classic_yellow_button_d1 .hub_fancybox_individual_gallery .hub_gallery_right, .black_container .classic_yellow_button_d1 .hub_fancybox_individual_gallery .hub_gallery_right:after, .black_container .classic_yellow_button_d1 .hub_filter_page_component .media_gal_picture i:before, .black_container .classic_yellow_button_d1 .media_hub_pagination .pag_yellow_button:before, .black_container .classic_yellow_button_d1 .rev_multilines_button_styles.rev-btn:before, .black_container .classic_yellow_button_d1 .search_page_header .sidebar div.gsc-clear-button:after, .black_container .classic_yellow_button_d1 .white_transparent_button:before, .black_container .classic_yellow_button_d1 .yellow_button:before, .black_container .classic_yellow_button_d1 .yellow_transparent_button:before, .black_container .classic_yellow_button_d1:hover, .black_container .classic_yellow_button_small, .black_container .classic_yellow_button_small .black_transparent_button:before, .black_container .classic_yellow_button_small .chosen-container-single .chosen-single div b:after, .black_container .classic_yellow_button_small .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .black_container .classic_yellow_button_small .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .black_container .classic_yellow_button_small .fa, .black_container .classic_yellow_button_small .featured_content-media_picture a i:before, .black_container .classic_yellow_button_small .hub_fancybox_individual_gallery .hub_gallery_left:after, .black_container .classic_yellow_button_small .hub_fancybox_individual_gallery .hub_gallery_right, .black_container .classic_yellow_button_small .hub_fancybox_individual_gallery .hub_gallery_right:after, .black_container .classic_yellow_button_small .hub_filter_page_component .media_gal_picture i:before, .black_container .classic_yellow_button_small .media_hub_pagination .pag_yellow_button:before, .black_container .classic_yellow_button_small .rev_multilines_button_styles.rev-btn:before, .black_container .classic_yellow_button_small .search_page_header .sidebar div.gsc-clear-button:after, .black_container .classic_yellow_button_small .white_transparent_button:before, .black_container .classic_yellow_button_small .yellow_button:before, .black_container .classic_yellow_button_small .yellow_transparent_button:before, .black_container .classic_yellow_button_small:hover, .black_container .dark_blue_container_featured .read_more, .black_container .dark_blue_container_featured .read_more .black_transparent_button:before, .black_container .dark_blue_container_featured .read_more .chosen-container-single .chosen-single div b:after, .black_container .dark_blue_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .black_container .dark_blue_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .black_container .dark_blue_container_featured .read_more .fa, .black_container .dark_blue_container_featured .read_more .featured_content-media_picture a i:before, .black_container .dark_blue_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .black_container .dark_blue_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .black_container .dark_blue_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .black_container .dark_blue_container_featured .read_more .hub_filter_page_component .media_gal_picture i:before, .black_container .dark_blue_container_featured .read_more .media_hub_pagination .pag_yellow_button:before, .black_container .dark_blue_container_featured .read_more .rev_multilines_button_styles.rev-btn:before, .black_container .dark_blue_container_featured .read_more .search_page_header .sidebar div.gsc-clear-button:after, .black_container .dark_blue_container_featured .read_more .white_transparent_button:before, .black_container .dark_blue_container_featured .read_more .yellow_button:before, .black_container .dark_blue_container_featured .read_more .yellow_transparent_button:before, .black_container .dark_blue_container_featured .read_more:hover, .black_container .gold_container_featured .read_more, .black_container .gold_container_featured .read_more .black_transparent_button:before, .black_container .gold_container_featured .read_more .chosen-container-single .chosen-single div b:after, .black_container .gold_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .black_container .gold_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .black_container .gold_container_featured .read_more .fa, .black_container .gold_container_featured .read_more .featured_content-media_picture a i:before, .black_container .gold_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .black_container .gold_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .black_container .gold_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .black_container .gold_container_featured .read_more .hub_filter_page_component .media_gal_picture i:before, .black_container .gold_container_featured .read_more .media_hub_pagination .pag_yellow_button:before, .black_container .gold_container_featured .read_more .rev_multilines_button_styles.rev-btn:before, .black_container .gold_container_featured .read_more .search_page_header .sidebar div.gsc-clear-button:after, .black_container .gold_container_featured .read_more .white_transparent_button:before, .black_container .gold_container_featured .read_more .yellow_button:before, .black_container .gold_container_featured .read_more .yellow_transparent_button:before, .black_container .gold_container_featured .read_more:hover, .black_container .gray_container_featured .read_more, .black_container .gray_container_featured .read_more .black_transparent_button:before, .black_container .gray_container_featured .read_more .chosen-container-single .chosen-single div b:after, .black_container .gray_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .black_container .gray_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .black_container .gray_container_featured .read_more .fa, .black_container .gray_container_featured .read_more .featured_content-media_picture a i:before, .black_container .gray_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .black_container .gray_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .black_container .gray_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .black_container .gray_container_featured .read_more .hub_filter_page_component .media_gal_picture i:before, .black_container .gray_container_featured .read_more .media_hub_pagination .pag_yellow_button:before, .black_container .gray_container_featured .read_more .rev_multilines_button_styles.rev-btn:before, .black_container .gray_container_featured .read_more .search_page_header .sidebar div.gsc-clear-button:after, .black_container .gray_container_featured .read_more .white_transparent_button:before, .black_container .gray_container_featured .read_more .yellow_button:before, .black_container .gray_container_featured .read_more .yellow_transparent_button:before, .black_container .gray_container_featured .read_more:hover, .black_container .gray_dark_container_featured .read_more, .black_container .gray_dark_container_featured .read_more .black_transparent_button:before, .black_container .gray_dark_container_featured .read_more .chosen-container-single .chosen-single div b:after, .black_container .gray_dark_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .black_container .gray_dark_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .black_container .gray_dark_container_featured .read_more .fa, .black_container .gray_dark_container_featured .read_more .featured_content-media_picture a i:before, .black_container .gray_dark_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .black_container .gray_dark_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .black_container .gray_dark_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .black_container .gray_dark_container_featured .read_more .hub_filter_page_component .media_gal_picture i:before, .black_container .gray_dark_container_featured .read_more .media_hub_pagination .pag_yellow_button:before, .black_container .gray_dark_container_featured .read_more .rev_multilines_button_styles.rev-btn:before, .black_container .gray_dark_container_featured .read_more .search_page_header .sidebar div.gsc-clear-button:after, .black_container .gray_dark_container_featured .read_more .white_transparent_button:before, .black_container .gray_dark_container_featured .read_more .yellow_button:before, .black_container .gray_dark_container_featured .read_more .yellow_transparent_button:before, .black_container .gray_dark_container_featured .read_more:hover, .black_container .gray_darker_container_featured .read_more, .black_container .gray_darker_container_featured .read_more .black_transparent_button:before, .black_container .gray_darker_container_featured .read_more .chosen-container-single .chosen-single div b:after, .black_container .gray_darker_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .black_container .gray_darker_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .black_container .gray_darker_container_featured .read_more .fa, .black_container .gray_darker_container_featured .read_more .featured_content-media_picture a i:before, .black_container .gray_darker_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .black_container .gray_darker_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .black_container .gray_darker_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .black_container .gray_darker_container_featured .read_more .hub_filter_page_component .media_gal_picture i:before, .black_container .gray_darker_container_featured .read_more .media_hub_pagination .pag_yellow_button:before, .black_container .gray_darker_container_featured .read_more .rev_multilines_button_styles.rev-btn:before, .black_container .gray_darker_container_featured .read_more .search_page_header .sidebar div.gsc-clear-button:after, .black_container .gray_darker_container_featured .read_more .white_transparent_button:before, .black_container .gray_darker_container_featured .read_more .yellow_button:before, .black_container .gray_darker_container_featured .read_more .yellow_transparent_button:before, .black_container .gray_darker_container_featured .read_more:hover, .black_container .gray_light_container-d1_featured .read_more, .black_container .gray_light_container-d1_featured .read_more .black_transparent_button:before, .black_container .gray_light_container-d1_featured .read_more .chosen-container-single .chosen-single div b:after, .black_container .gray_light_container-d1_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .black_container .gray_light_container-d1_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .black_container .gray_light_container-d1_featured .read_more .fa, .black_container .gray_light_container-d1_featured .read_more .featured_content-media_picture a i:before, .black_container .gray_light_container-d1_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .black_container .gray_light_container-d1_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .black_container .gray_light_container-d1_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .black_container .gray_light_container-d1_featured .read_more .hub_filter_page_component .media_gal_picture i:before, .black_container .gray_light_container-d1_featured .read_more .media_hub_pagination .pag_yellow_button:before, .black_container .gray_light_container-d1_featured .read_more .rev_multilines_button_styles.rev-btn:before, .black_container .gray_light_container-d1_featured .read_more .search_page_header .sidebar div.gsc-clear-button:after, .black_container .gray_light_container-d1_featured .read_more .white_transparent_button:before, .black_container .gray_light_container-d1_featured .read_more .yellow_button:before, .black_container .gray_light_container-d1_featured .read_more .yellow_transparent_button:before, .black_container .gray_light_container-d1_featured .read_more:hover, .black_container .gray_light_container_featured .read_more, .black_container .gray_light_container_featured .read_more .black_transparent_button:before, .black_container .gray_light_container_featured .read_more .chosen-container-single .chosen-single div b:after, .black_container .gray_light_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .black_container .gray_light_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .black_container .gray_light_container_featured .read_more .fa, .black_container .gray_light_container_featured .read_more .featured_content-media_picture a i:before, .black_container .gray_light_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .black_container .gray_light_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .black_container .gray_light_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .black_container .gray_light_container_featured .read_more .hub_filter_page_component .media_gal_picture i:before, .black_container .gray_light_container_featured .read_more .media_hub_pagination .pag_yellow_button:before, .black_container .gray_light_container_featured .read_more .rev_multilines_button_styles.rev-btn:before, .black_container .gray_light_container_featured .read_more .search_page_header .sidebar div.gsc-clear-button:after, .black_container .gray_light_container_featured .read_more .white_transparent_button:before, .black_container .gray_light_container_featured .read_more .yellow_button:before, .black_container .gray_light_container_featured .read_more .yellow_transparent_button:before, .black_container .gray_light_container_featured .read_more:hover, .black_container .rev_multilines_button_styles.rev-btn, .black_container .rev_multilines_button_styles.rev-btn:hover, .black_container .white_container_featured .read_more, .black_container .white_container_featured .read_more .black_transparent_button:before, .black_container .white_container_featured .read_more .chosen-container-single .chosen-single div b:after, .black_container .white_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .black_container .white_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .black_container .white_container_featured .read_more .fa, .black_container .white_container_featured .read_more .featured_content-media_picture a i:before, .black_container .white_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .black_container .white_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .black_container .white_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .black_container .white_container_featured .read_more .hub_filter_page_component .media_gal_picture i:before, .black_container .white_container_featured .read_more .media_hub_pagination .pag_yellow_button:before, .black_container .white_container_featured .read_more .rev_multilines_button_styles.rev-btn:before, .black_container .white_container_featured .read_more .search_page_header .sidebar div.gsc-clear-button:after, .black_container .white_container_featured .read_more .white_transparent_button:before, .black_container .white_container_featured .read_more .yellow_button:before, .black_container .white_container_featured .read_more .yellow_transparent_button:before, .black_container .white_container_featured .read_more:hover, .black_container .yellow_transparent_button, .black_container .yellow_transparent_button:hover, .black_container_featured .black_container .read_more, .black_container_featured .black_container .read_more .black_transparent_button:before, .black_container_featured .black_container .read_more .chosen-container-single .chosen-single div b:after, .black_container_featured .black_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .black_container_featured .black_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .black_container_featured .black_container .read_more .fa, .black_container_featured .black_container .read_more .featured_content-media_picture a i:before, .black_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .black_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .black_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .black_container_featured .black_container .read_more .hub_filter_page_component .media_gal_picture i:before, .black_container_featured .black_container .read_more .media_hub_pagination .pag_yellow_button:before, .black_container_featured .black_container .read_more .rev_multilines_button_styles.rev-btn:before, .black_container_featured .black_container .read_more .search_page_header .sidebar div.gsc-clear-button:after, .black_container_featured .black_container .read_more .white_transparent_button:before, .black_container_featured .black_container .read_more .yellow_button:before, .black_container_featured .black_container .read_more .yellow_transparent_button:before, .black_container_featured .black_container .read_more:hover, .blue_container_featured .black_container .read_more, .blue_container_featured .black_container .read_more .black_transparent_button:before, .blue_container_featured .black_container .read_more .chosen-container-single .chosen-single div b:after, .blue_container_featured .black_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .blue_container_featured .black_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .blue_container_featured .black_container .read_more .fa, .blue_container_featured .black_container .read_more .featured_content-media_picture a i:before, .blue_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .blue_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .blue_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .blue_container_featured .black_container .read_more .hub_filter_page_component .media_gal_picture i:before, .blue_container_featured .black_container .read_more .media_hub_pagination .pag_yellow_button:before, .blue_container_featured .black_container .read_more .rev_multilines_button_styles.rev-btn:before, .blue_container_featured .black_container .read_more .search_page_header .sidebar div.gsc-clear-button:after, .blue_container_featured .black_container .read_more .white_transparent_button:before, .blue_container_featured .black_container .read_more .yellow_button:before, .blue_container_featured .black_container .read_more .yellow_transparent_button:before, .blue_container_featured .black_container .read_more:hover, .chosen-container-single .chosen-single div .black_container .black_container_featured .read_more b:after, .chosen-container-single .chosen-single div .black_container .blue_container_featured .read_more b:after, .chosen-container-single .chosen-single div .black_container .classic_white_button_blue_border_small b:after, .chosen-container-single .chosen-single div .black_container .classic_white_button_blue_border b:after, .chosen-container-single .chosen-single div .black_container .classic_white_button_small b:after, .chosen-container-single .chosen-single div .black_container .classic_white_button b:after, .chosen-container-single .chosen-single div .black_container .classic_yellow_button_d1 b:after, .chosen-container-single .chosen-single div .black_container .classic_yellow_button_small b:after, .chosen-container-single .chosen-single div .black_container .classic_yellow_button b:after, .chosen-container-single .chosen-single div .black_container .dark_blue_container_featured .read_more b:after, .chosen-container-single .chosen-single div .black_container .gold_container_featured .read_more b:after, .chosen-container-single .chosen-single div .black_container .gray_container_featured .read_more b:after, .chosen-container-single .chosen-single div .black_container .gray_dark_container_featured .read_more b:after, .chosen-container-single .chosen-single div .black_container .gray_darker_container_featured .read_more b:after, .chosen-container-single .chosen-single div .black_container .gray_light_container-d1_featured .read_more b:after, .chosen-container-single .chosen-single div .black_container .gray_light_container_featured .read_more b:after, .chosen-container-single .chosen-single div .black_container .white_container_featured .read_more b:after, .chosen-container-single .chosen-single div .black_container_featured .black_container .read_more b:after, .chosen-container-single .chosen-single div .blue_container_featured .black_container .read_more b:after, .chosen-container-single .chosen-single div .dark_blue_container_featured .black_container .read_more b:after, .chosen-container-single .chosen-single div .gold_container_featured .black_container .read_more b:after, .chosen-container-single .chosen-single div .gray_container_featured .black_container .read_more b:after, .chosen-container-single .chosen-single div .gray_dark_container_featured .black_container .read_more b:after, .chosen-container-single .chosen-single div .gray_darker_container_featured .black_container .read_more b:after, .chosen-container-single .chosen-single div .gray_light_container-d1_featured .black_container .read_more b:after, .chosen-container-single .chosen-single div .gray_light_container_featured .black_container .read_more b:after, .chosen-container-single .chosen-single div .white_container_featured .black_container .read_more b:after, .dark_blue_container_featured .black_container .read_more, .dark_blue_container_featured .black_container .read_more .black_transparent_button:before, .dark_blue_container_featured .black_container .read_more .chosen-container-single .chosen-single div b:after, .dark_blue_container_featured .black_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .dark_blue_container_featured .black_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .dark_blue_container_featured .black_container .read_more .fa, .dark_blue_container_featured .black_container .read_more .featured_content-media_picture a i:before, .dark_blue_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .dark_blue_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .dark_blue_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .dark_blue_container_featured .black_container .read_more .hub_filter_page_component .media_gal_picture i:before, .dark_blue_container_featured .black_container .read_more .media_hub_pagination .pag_yellow_button:before, .dark_blue_container_featured .black_container .read_more .rev_multilines_button_styles.rev-btn:before, .dark_blue_container_featured .black_container .read_more .search_page_header .sidebar div.gsc-clear-button:after, .dark_blue_container_featured .black_container .read_more .white_transparent_button:before, .dark_blue_container_featured .black_container .read_more .yellow_button:before, .dark_blue_container_featured .black_container .read_more .yellow_transparent_button:before, .dark_blue_container_featured .black_container .read_more:hover, .datepicker_hub.ui-datepicker .ui-datepicker-next .black_container .black_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .black_container .blue_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .black_container .classic_white_button_blue_border_small span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .black_container .classic_white_button_blue_border span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .black_container .classic_white_button_small span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .black_container .classic_white_button span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .black_container .classic_yellow_button_d1 span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .black_container .classic_yellow_button_small span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .black_container .classic_yellow_button span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .black_container .dark_blue_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .black_container .gold_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .black_container .gray_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .black_container .gray_dark_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .black_container .gray_darker_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .black_container .gray_light_container-d1_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .black_container .gray_light_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .black_container .white_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .black_container_featured .black_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .blue_container_featured .black_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .dark_blue_container_featured .black_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gold_container_featured .black_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_container_featured .black_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_dark_container_featured .black_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_darker_container_featured .black_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_light_container-d1_featured .black_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_light_container_featured .black_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .white_container_featured .black_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .black_container .black_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .black_container .blue_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .black_container .classic_white_button_blue_border_small span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .black_container .classic_white_button_blue_border span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .black_container .classic_white_button_small span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .black_container .classic_white_button span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .black_container .classic_yellow_button_d1 span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .black_container .classic_yellow_button_small span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .black_container .classic_yellow_button span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .black_container .dark_blue_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .black_container .gold_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .black_container .gray_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .black_container .gray_dark_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .black_container .gray_darker_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .black_container .gray_light_container-d1_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .black_container .gray_light_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .black_container .white_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .black_container_featured .black_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .blue_container_featured .black_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .dark_blue_container_featured .black_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gold_container_featured .black_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_container_featured .black_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_dark_container_featured .black_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_darker_container_featured .black_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_light_container-d1_featured .black_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_light_container_featured .black_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .white_container_featured .black_container .read_more span:before, .featured_content-media_picture a .black_container .black_container_featured .read_more i:before, .featured_content-media_picture a .black_container .blue_container_featured .read_more i:before, .featured_content-media_picture a .black_container .classic_white_button_blue_border_small i:before, .featured_content-media_picture a .black_container .classic_white_button_blue_border i:before, .featured_content-media_picture a .black_container .classic_white_button_small i:before, .featured_content-media_picture a .black_container .classic_white_button i:before, .featured_content-media_picture a .black_container .classic_yellow_button_d1 i:before, .featured_content-media_picture a .black_container .classic_yellow_button_small i:before, .featured_content-media_picture a .black_container .classic_yellow_button i:before, .featured_content-media_picture a .black_container .dark_blue_container_featured .read_more i:before, .featured_content-media_picture a .black_container .gold_container_featured .read_more i:before, .featured_content-media_picture a .black_container .gray_container_featured .read_more i:before, .featured_content-media_picture a .black_container .gray_dark_container_featured .read_more i:before, .featured_content-media_picture a .black_container .gray_darker_container_featured .read_more i:before, .featured_content-media_picture a .black_container .gray_light_container-d1_featured .read_more i:before, .featured_content-media_picture a .black_container .gray_light_container_featured .read_more i:before, .featured_content-media_picture a .black_container .white_container_featured .read_more i:before, .featured_content-media_picture a .black_container_featured .black_container .read_more i:before, .featured_content-media_picture a .blue_container_featured .black_container .read_more i:before, .featured_content-media_picture a .dark_blue_container_featured .black_container .read_more i:before, .featured_content-media_picture a .gold_container_featured .black_container .read_more i:before, .featured_content-media_picture a .gray_container_featured .black_container .read_more i:before, .featured_content-media_picture a .gray_dark_container_featured .black_container .read_more i:before, .featured_content-media_picture a .gray_darker_container_featured .black_container .read_more i:before, .featured_content-media_picture a .gray_light_container-d1_featured .black_container .read_more i:before, .featured_content-media_picture a .gray_light_container_featured .black_container .read_more i:before, .featured_content-media_picture a .white_container_featured .black_container .read_more i:before, .gold_container_featured .black_container .read_more, .gold_container_featured .black_container .read_more .black_transparent_button:before, .gold_container_featured .black_container .read_more .chosen-container-single .chosen-single div b:after, .gold_container_featured .black_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gold_container_featured .black_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gold_container_featured .black_container .read_more .fa, .gold_container_featured .black_container .read_more .featured_content-media_picture a i:before, .gold_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .gold_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .gold_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .gold_container_featured .black_container .read_more .hub_filter_page_component .media_gal_picture i:before, .gold_container_featured .black_container .read_more .media_hub_pagination .pag_yellow_button:before, .gold_container_featured .black_container .read_more .rev_multilines_button_styles.rev-btn:before, .gold_container_featured .black_container .read_more .search_page_header .sidebar div.gsc-clear-button:after, .gold_container_featured .black_container .read_more .white_transparent_button:before, .gold_container_featured .black_container .read_more .yellow_button:before, .gold_container_featured .black_container .read_more .yellow_transparent_button:before, .gold_container_featured .black_container .read_more:hover, .gray_container_featured .black_container .read_more, .gray_container_featured .black_container .read_more .black_transparent_button:before, .gray_container_featured .black_container .read_more .chosen-container-single .chosen-single div b:after, .gray_container_featured .black_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_container_featured .black_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_container_featured .black_container .read_more .fa, .gray_container_featured .black_container .read_more .featured_content-media_picture a i:before, .gray_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .gray_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_container_featured .black_container .read_more .hub_filter_page_component .media_gal_picture i:before, .gray_container_featured .black_container .read_more .media_hub_pagination .pag_yellow_button:before, .gray_container_featured .black_container .read_more .rev_multilines_button_styles.rev-btn:before, .gray_container_featured .black_container .read_more .search_page_header .sidebar div.gsc-clear-button:after, .gray_container_featured .black_container .read_more .white_transparent_button:before, .gray_container_featured .black_container .read_more .yellow_button:before, .gray_container_featured .black_container .read_more .yellow_transparent_button:before, .gray_container_featured .black_container .read_more:hover, .gray_dark_container_featured .black_container .read_more, .gray_dark_container_featured .black_container .read_more .black_transparent_button:before, .gray_dark_container_featured .black_container .read_more .chosen-container-single .chosen-single div b:after, .gray_dark_container_featured .black_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_dark_container_featured .black_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_dark_container_featured .black_container .read_more .fa, .gray_dark_container_featured .black_container .read_more .featured_content-media_picture a i:before, .gray_dark_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_dark_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .gray_dark_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_dark_container_featured .black_container .read_more .hub_filter_page_component .media_gal_picture i:before, .gray_dark_container_featured .black_container .read_more .media_hub_pagination .pag_yellow_button:before, .gray_dark_container_featured .black_container .read_more .rev_multilines_button_styles.rev-btn:before, .gray_dark_container_featured .black_container .read_more .search_page_header .sidebar div.gsc-clear-button:after, .gray_dark_container_featured .black_container .read_more .white_transparent_button:before, .gray_dark_container_featured .black_container .read_more .yellow_button:before, .gray_dark_container_featured .black_container .read_more .yellow_transparent_button:before, .gray_dark_container_featured .black_container .read_more:hover, .gray_darker_container_featured .black_container .read_more, .gray_darker_container_featured .black_container .read_more .black_transparent_button:before, .gray_darker_container_featured .black_container .read_more .chosen-container-single .chosen-single div b:after, .gray_darker_container_featured .black_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_darker_container_featured .black_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_darker_container_featured .black_container .read_more .fa, .gray_darker_container_featured .black_container .read_more .featured_content-media_picture a i:before, .gray_darker_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_darker_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .gray_darker_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_darker_container_featured .black_container .read_more .hub_filter_page_component .media_gal_picture i:before, .gray_darker_container_featured .black_container .read_more .media_hub_pagination .pag_yellow_button:before, .gray_darker_container_featured .black_container .read_more .rev_multilines_button_styles.rev-btn:before, .gray_darker_container_featured .black_container .read_more .search_page_header .sidebar div.gsc-clear-button:after, .gray_darker_container_featured .black_container .read_more .white_transparent_button:before, .gray_darker_container_featured .black_container .read_more .yellow_button:before, .gray_darker_container_featured .black_container .read_more .yellow_transparent_button:before, .gray_darker_container_featured .black_container .read_more:hover, .gray_light_container-d1_featured .black_container .read_more, .gray_light_container-d1_featured .black_container .read_more .black_transparent_button:before, .gray_light_container-d1_featured .black_container .read_more .chosen-container-single .chosen-single div b:after, .gray_light_container-d1_featured .black_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_light_container-d1_featured .black_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_light_container-d1_featured .black_container .read_more .fa, .gray_light_container-d1_featured .black_container .read_more .featured_content-media_picture a i:before, .gray_light_container-d1_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_light_container-d1_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .gray_light_container-d1_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_light_container-d1_featured .black_container .read_more .hub_filter_page_component .media_gal_picture i:before, .gray_light_container-d1_featured .black_container .read_more .media_hub_pagination .pag_yellow_button:before, .gray_light_container-d1_featured .black_container .read_more .rev_multilines_button_styles.rev-btn:before, .gray_light_container-d1_featured .black_container .read_more .search_page_header .sidebar div.gsc-clear-button:after, .gray_light_container-d1_featured .black_container .read_more .white_transparent_button:before, .gray_light_container-d1_featured .black_container .read_more .yellow_button:before, .gray_light_container-d1_featured .black_container .read_more .yellow_transparent_button:before, .gray_light_container-d1_featured .black_container .read_more:hover, .gray_light_container_featured .black_container .read_more, .gray_light_container_featured .black_container .read_more .black_transparent_button:before, .gray_light_container_featured .black_container .read_more .chosen-container-single .chosen-single div b:after, .gray_light_container_featured .black_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_light_container_featured .black_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_light_container_featured .black_container .read_more .fa, .gray_light_container_featured .black_container .read_more .featured_content-media_picture a i:before, .gray_light_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_light_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .gray_light_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_light_container_featured .black_container .read_more .hub_filter_page_component .media_gal_picture i:before, .gray_light_container_featured .black_container .read_more .media_hub_pagination .pag_yellow_button:before, .gray_light_container_featured .black_container .read_more .rev_multilines_button_styles.rev-btn:before, .gray_light_container_featured .black_container .read_more .search_page_header .sidebar div.gsc-clear-button:after, .gray_light_container_featured .black_container .read_more .white_transparent_button:before, .gray_light_container_featured .black_container .read_more .yellow_button:before, .gray_light_container_featured .black_container .read_more .yellow_transparent_button:before, .gray_light_container_featured .black_container .read_more:hover, .hub_fancybox_individual_gallery .black_container .black_container_featured .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .black_container .black_container_featured .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .black_container .black_container_featured .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .black_container .blue_container_featured .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .black_container .blue_container_featured .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .black_container .blue_container_featured .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .black_container .classic_white_button .hub_gallery_left:after, .hub_fancybox_individual_gallery .black_container .classic_white_button .hub_gallery_right, .hub_fancybox_individual_gallery .black_container .classic_white_button .hub_gallery_right:after, .hub_fancybox_individual_gallery .black_container .classic_white_button_blue_border .hub_gallery_left:after, .hub_fancybox_individual_gallery .black_container .classic_white_button_blue_border .hub_gallery_right, .hub_fancybox_individual_gallery .black_container .classic_white_button_blue_border .hub_gallery_right:after, .hub_fancybox_individual_gallery .black_container .classic_white_button_blue_border_small .hub_gallery_left:after, .hub_fancybox_individual_gallery .black_container .classic_white_button_blue_border_small .hub_gallery_right, .hub_fancybox_individual_gallery .black_container .classic_white_button_blue_border_small .hub_gallery_right:after, .hub_fancybox_individual_gallery .black_container .classic_white_button_small .hub_gallery_left:after, .hub_fancybox_individual_gallery .black_container .classic_white_button_small .hub_gallery_right, .hub_fancybox_individual_gallery .black_container .classic_white_button_small .hub_gallery_right:after, .hub_fancybox_individual_gallery .black_container .classic_yellow_button .hub_gallery_left:after, .hub_fancybox_individual_gallery .black_container .classic_yellow_button .hub_gallery_right, .hub_fancybox_individual_gallery .black_container .classic_yellow_button .hub_gallery_right:after, .hub_fancybox_individual_gallery .black_container .classic_yellow_button_d1 .hub_gallery_left:after, .hub_fancybox_individual_gallery .black_container .classic_yellow_button_d1 .hub_gallery_right, .hub_fancybox_individual_gallery .black_container .classic_yellow_button_d1 .hub_gallery_right:after, .hub_fancybox_individual_gallery .black_container .classic_yellow_button_small .hub_gallery_left:after, .hub_fancybox_individual_gallery .black_container .classic_yellow_button_small .hub_gallery_right, .hub_fancybox_individual_gallery .black_container .classic_yellow_button_small .hub_gallery_right:after, .hub_fancybox_individual_gallery .black_container .dark_blue_container_featured .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .black_container .dark_blue_container_featured .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .black_container .dark_blue_container_featured .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .black_container .gold_container_featured .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .black_container .gold_container_featured .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .black_container .gold_container_featured .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .black_container .gray_container_featured .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .black_container .gray_container_featured .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .black_container .gray_container_featured .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .black_container .gray_dark_container_featured .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .black_container .gray_dark_container_featured .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .black_container .gray_dark_container_featured .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .black_container .gray_darker_container_featured .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .black_container .gray_darker_container_featured .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .black_container .gray_darker_container_featured .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .black_container .gray_light_container-d1_featured .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .black_container .gray_light_container-d1_featured .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .black_container .gray_light_container-d1_featured .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .black_container .gray_light_container_featured .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .black_container .gray_light_container_featured .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .black_container .gray_light_container_featured .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .black_container .white_container_featured .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .black_container .white_container_featured .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .black_container .white_container_featured .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .black_container_featured .black_container .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .black_container_featured .black_container .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .black_container_featured .black_container .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .blue_container_featured .black_container .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .blue_container_featured .black_container .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .blue_container_featured .black_container .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .dark_blue_container_featured .black_container .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .dark_blue_container_featured .black_container .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .dark_blue_container_featured .black_container .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .gold_container_featured .black_container .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .gold_container_featured .black_container .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .gold_container_featured .black_container .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_container_featured .black_container .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_container_featured .black_container .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .gray_container_featured .black_container .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_dark_container_featured .black_container .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_dark_container_featured .black_container .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .gray_dark_container_featured .black_container .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_darker_container_featured .black_container .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_darker_container_featured .black_container .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .gray_darker_container_featured .black_container .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_light_container-d1_featured .black_container .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_light_container-d1_featured .black_container .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .gray_light_container-d1_featured .black_container .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_light_container_featured .black_container .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_light_container_featured .black_container .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .gray_light_container_featured .black_container .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .white_container_featured .black_container .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .white_container_featured .black_container .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .white_container_featured .black_container .read_more .hub_gallery_right:after, .hub_filter_page_component .media_gal_picture .black_container .black_container_featured .read_more i:before, .hub_filter_page_component .media_gal_picture .black_container .blue_container_featured .read_more i:before, .hub_filter_page_component .media_gal_picture .black_container .classic_white_button_blue_border_small i:before, .hub_filter_page_component .media_gal_picture .black_container .classic_white_button_blue_border i:before, .hub_filter_page_component .media_gal_picture .black_container .classic_white_button_small i:before, .hub_filter_page_component .media_gal_picture .black_container .classic_white_button i:before, .hub_filter_page_component .media_gal_picture .black_container .classic_yellow_button_d1 i:before, .hub_filter_page_component .media_gal_picture .black_container .classic_yellow_button_small i:before, .hub_filter_page_component .media_gal_picture .black_container .classic_yellow_button i:before, .hub_filter_page_component .media_gal_picture .black_container .dark_blue_container_featured .read_more i:before, .hub_filter_page_component .media_gal_picture .black_container .gold_container_featured .read_more i:before, .hub_filter_page_component .media_gal_picture .black_container .gray_container_featured .read_more i:before, .hub_filter_page_component .media_gal_picture .black_container .gray_dark_container_featured .read_more i:before, .hub_filter_page_component .media_gal_picture .black_container .gray_darker_container_featured .read_more i:before, .hub_filter_page_component .media_gal_picture .black_container .gray_light_container-d1_featured .read_more i:before, .hub_filter_page_component .media_gal_picture .black_container .gray_light_container_featured .read_more i:before, .hub_filter_page_component .media_gal_picture .black_container .white_container_featured .read_more i:before, .hub_filter_page_component .media_gal_picture .black_container_featured .black_container .read_more i:before, .hub_filter_page_component .media_gal_picture .blue_container_featured .black_container .read_more i:before, .hub_filter_page_component .media_gal_picture .dark_blue_container_featured .black_container .read_more i:before, .hub_filter_page_component .media_gal_picture .gold_container_featured .black_container .read_more i:before, .hub_filter_page_component .media_gal_picture .gray_container_featured .black_container .read_more i:before, .hub_filter_page_component .media_gal_picture .gray_dark_container_featured .black_container .read_more i:before, .hub_filter_page_component .media_gal_picture .gray_darker_container_featured .black_container .read_more i:before, .hub_filter_page_component .media_gal_picture .gray_light_container-d1_featured .black_container .read_more i:before, .hub_filter_page_component .media_gal_picture .gray_light_container_featured .black_container .read_more i:before, .hub_filter_page_component .media_gal_picture .white_container_featured .black_container .read_more i:before, .media_hub_pagination .black_container .black_container_featured .read_more .pag_yellow_button:before, .media_hub_pagination .black_container .blue_container_featured .read_more .pag_yellow_button:before, .media_hub_pagination .black_container .classic_white_button .pag_yellow_button:before, .media_hub_pagination .black_container .classic_white_button_blue_border .pag_yellow_button:before, .media_hub_pagination .black_container .classic_white_button_blue_border_small .pag_yellow_button:before, .media_hub_pagination .black_container .classic_white_button_small .pag_yellow_button:before, .media_hub_pagination .black_container .classic_yellow_button .pag_yellow_button:before, .media_hub_pagination .black_container .classic_yellow_button_d1 .pag_yellow_button:before, .media_hub_pagination .black_container .classic_yellow_button_small .pag_yellow_button:before, .media_hub_pagination .black_container .dark_blue_container_featured .read_more .pag_yellow_button:before, .media_hub_pagination .black_container .gold_container_featured .read_more .pag_yellow_button:before, .media_hub_pagination .black_container .gray_container_featured .read_more .pag_yellow_button:before, .media_hub_pagination .black_container .gray_dark_container_featured .read_more .pag_yellow_button:before, .media_hub_pagination .black_container .gray_darker_container_featured .read_more .pag_yellow_button:before, .media_hub_pagination .black_container .gray_light_container-d1_featured .read_more .pag_yellow_button:before, .media_hub_pagination .black_container .gray_light_container_featured .read_more .pag_yellow_button:before, .media_hub_pagination .black_container .white_container_featured .read_more .pag_yellow_button:before, .media_hub_pagination .black_container_featured .black_container .read_more .pag_yellow_button:before, .media_hub_pagination .blue_container_featured .black_container .read_more .pag_yellow_button:before, .media_hub_pagination .dark_blue_container_featured .black_container .read_more .pag_yellow_button:before, .media_hub_pagination .gold_container_featured .black_container .read_more .pag_yellow_button:before, .media_hub_pagination .gray_container_featured .black_container .read_more .pag_yellow_button:before, .media_hub_pagination .gray_dark_container_featured .black_container .read_more .pag_yellow_button:before, .media_hub_pagination .gray_darker_container_featured .black_container .read_more .pag_yellow_button:before, .media_hub_pagination .gray_light_container-d1_featured .black_container .read_more .pag_yellow_button:before, .media_hub_pagination .gray_light_container_featured .black_container .read_more .pag_yellow_button:before, .media_hub_pagination .white_container_featured .black_container .read_more .pag_yellow_button:before, .search_page_header .sidebar .black_container .black_container_featured .read_more div.gsc-clear-button:after, .search_page_header .sidebar .black_container .blue_container_featured .read_more div.gsc-clear-button:after, .search_page_header .sidebar .black_container .classic_white_button_blue_border_small div.gsc-clear-button:after, .search_page_header .sidebar .black_container .classic_white_button_blue_border div.gsc-clear-button:after, .search_page_header .sidebar .black_container .classic_white_button_small div.gsc-clear-button:after, .search_page_header .sidebar .black_container .classic_white_button div.gsc-clear-button:after, .search_page_header .sidebar .black_container .classic_yellow_button_d1 div.gsc-clear-button:after, .search_page_header .sidebar .black_container .classic_yellow_button_small div.gsc-clear-button:after, .search_page_header .sidebar .black_container .classic_yellow_button div.gsc-clear-button:after, .search_page_header .sidebar .black_container .dark_blue_container_featured .read_more div.gsc-clear-button:after, .search_page_header .sidebar .black_container .gold_container_featured .read_more div.gsc-clear-button:after, .search_page_header .sidebar .black_container .gray_container_featured .read_more div.gsc-clear-button:after, .search_page_header .sidebar .black_container .gray_dark_container_featured .read_more div.gsc-clear-button:after, .search_page_header .sidebar .black_container .gray_darker_container_featured .read_more div.gsc-clear-button:after, .search_page_header .sidebar .black_container .gray_light_container-d1_featured .read_more div.gsc-clear-button:after, .search_page_header .sidebar .black_container .gray_light_container_featured .read_more div.gsc-clear-button:after, .search_page_header .sidebar .black_container .white_container_featured .read_more div.gsc-clear-button:after, .search_page_header .sidebar .black_container_featured .black_container .read_more div.gsc-clear-button:after, .search_page_header .sidebar .blue_container_featured .black_container .read_more div.gsc-clear-button:after, .search_page_header .sidebar .dark_blue_container_featured .black_container .read_more div.gsc-clear-button:after, .search_page_header .sidebar .gold_container_featured .black_container .read_more div.gsc-clear-button:after, .search_page_header .sidebar .gray_container_featured .black_container .read_more div.gsc-clear-button:after, .search_page_header .sidebar .gray_dark_container_featured .black_container .read_more div.gsc-clear-button:after, .search_page_header .sidebar .gray_darker_container_featured .black_container .read_more div.gsc-clear-button:after, .search_page_header .sidebar .gray_light_container-d1_featured .black_container .read_more div.gsc-clear-button:after, .search_page_header .sidebar .gray_light_container_featured .black_container .read_more div.gsc-clear-button:after, .search_page_header .sidebar .white_container_featured .black_container .read_more div.gsc-clear-button:after, .white_container_featured .black_container .read_more, .white_container_featured .black_container .read_more .black_transparent_button:before, .white_container_featured .black_container .read_more .chosen-container-single .chosen-single div b:after, .white_container_featured .black_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .white_container_featured .black_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .white_container_featured .black_container .read_more .fa, .white_container_featured .black_container .read_more .featured_content-media_picture a i:before, .white_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .white_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .white_container_featured .black_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .white_container_featured .black_container .read_more .hub_filter_page_component .media_gal_picture i:before, .white_container_featured .black_container .read_more .media_hub_pagination .pag_yellow_button:before, .white_container_featured .black_container .read_more .rev_multilines_button_styles.rev-btn:before, .white_container_featured .black_container .read_more .search_page_header .sidebar div.gsc-clear-button:after, .white_container_featured .black_container .read_more .white_transparent_button:before, .white_container_featured .black_container .read_more .yellow_button:before, .white_container_featured .black_container .read_more .yellow_transparent_button:before, .white_container_featured .black_container .read_more:hover {
  color: #000;
}

/* line 16774, sass/branding.scss */
.black_container .classic_white_button, .black_container .classic_white_button_small {
  color: #fff;
}

/* line 16777, sass/branding.scss */
.black_container .classic_white_button:hover, .black_container .classic_white_button_small:hover {
  color: #000;
}

/* line 16780, sass/branding.scss */
.black_container h3 a {
  text-decoration: none;
  color: #fff;
}

/* line 16784, sass/branding.scss */
.black_container_featured .read_more i {
  margin-left: 8px;
  margin-left: .5rem;
  color: #000;
}

/* line 16789, sass/branding.scss */
.gray_light_container {
  background: #eee;
  color: #000;
}

/* line 16793, sass/branding.scss */
.gray_light_container h3 a {
  text-decoration: none;
  color: #000;
}

/* line 16797, sass/branding.scss */
.gray_light_container_featured .read_more i {
  margin-left: 8px;
  margin-left: .5rem;
  color: #000;
}

/* line 16802, sass/branding.scss */
.gray_light_container-d1 {
  background: #f5f5f5;
  color: #000;
}

/* line 16806, sass/branding.scss */
.gray_light_container-d1.component_section_featured_component h3 a {
  text-decoration: none;
  color: #000;
}

/* line 16810, sass/branding.scss */
.gray_light_container-d1_featured .read_more i {
  margin-left: 8px;
  margin-left: .5rem;
  color: #000;
}

/* line 16815, sass/branding.scss */
.gray_container {
  background: #ccc;
  color: #000;
}

/* line 16819, sass/branding.scss */
.gray_container h3 a {
  text-decoration: none;
  color: #000;
}

/* line 16823, sass/branding.scss */
.gray_container_featured .read_more i {
  margin-left: 8px;
  margin-left: .5rem;
  color: #000;
}

/* line 16828, sass/branding.scss */
.gray_darker_container {
  background: #777;
  color: #fff;
}

/* line 16832, sass/branding.scss */
.chosen-container-single .chosen-single div .gray_darker_container b:after, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_darker_container span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_darker_container span:before, .featured_content-media_picture a .gray_darker_container i:before, .gray_darker_container .black_transparent_button:before, .gray_darker_container .chosen-container-single .chosen-single div b:after, .gray_darker_container .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_darker_container .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_darker_container .fa, .gray_darker_container .featured_content-media_picture a i:before, .gray_darker_container .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_darker_container .hub_fancybox_individual_gallery .hub_gallery_right, .gray_darker_container .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_darker_container .hub_filter_page_component .media_gal_picture i:before, .gray_darker_container .media_hub_pagination .pag_yellow_button:before, .gray_darker_container .rev_multilines_button_styles.rev-btn:before, .gray_darker_container .search_page_header .sidebar div.gsc-clear-button:after, .gray_darker_container .white_transparent_button:before, .gray_darker_container .yellow_button:before, .gray_darker_container .yellow_transparent_button:before, .hub_fancybox_individual_gallery .gray_darker_container .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_darker_container .hub_gallery_right, .hub_fancybox_individual_gallery .gray_darker_container .hub_gallery_right:after, .hub_filter_page_component .media_gal_picture .gray_darker_container i:before, .media_hub_pagination .gray_darker_container .pag_yellow_button:before, .search_page_header .sidebar .gray_darker_container div.gsc-clear-button:after {
  color: #fff;
}

/* line 16835, sass/branding.scss */
.gray_darker_container h3 a {
  text-decoration: none;
  color: #fff;
}

/* line 16839, sass/branding.scss */
.gray_darker_container_featured .read_more i {
  margin-left: 8px;
  margin-left: .5rem;
  color: #000;
}

/* line 16844, sass/branding.scss */
.gray_darker_container-display2 {
  background: #2a2a2a;
  color: #fff;
}

/* line 16848, sass/branding.scss */
.chosen-container-single .chosen-single div .gray_darker_container-display2 b:after, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_darker_container-display2 span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_darker_container-display2 span:before, .featured_content-media_picture a .gray_darker_container-display2 i:before, .gray_darker_container-display2 .black_transparent_button:before, .gray_darker_container-display2 .chosen-container-single .chosen-single div b:after, .gray_darker_container-display2 .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_darker_container-display2 .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_darker_container-display2 .fa, .gray_darker_container-display2 .featured_content-media_picture a i:before, .gray_darker_container-display2 .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_darker_container-display2 .hub_fancybox_individual_gallery .hub_gallery_right, .gray_darker_container-display2 .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_darker_container-display2 .hub_filter_page_component .media_gal_picture i:before, .gray_darker_container-display2 .media_hub_pagination .pag_yellow_button:before, .gray_darker_container-display2 .rev_multilines_button_styles.rev-btn:before, .gray_darker_container-display2 .search_page_header .sidebar div.gsc-clear-button:after, .gray_darker_container-display2 .white_transparent_button:before, .gray_darker_container-display2 .yellow_button:before, .gray_darker_container-display2 .yellow_transparent_button:before, .hub_fancybox_individual_gallery .gray_darker_container-display2 .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_darker_container-display2 .hub_gallery_right, .hub_fancybox_individual_gallery .gray_darker_container-display2 .hub_gallery_right:after, .hub_filter_page_component .media_gal_picture .gray_darker_container-display2 i:before, .media_hub_pagination .gray_darker_container-display2 .pag_yellow_button:before, .search_page_header .sidebar .gray_darker_container-display2 div.gsc-clear-button:after {
  color: #fff;
}

/* line 16851, sass/branding.scss */
.gray_dark_container {
  background: #333;
  color: #fff;
}

/* line 16855, sass/branding.scss */
.chosen-container-single .chosen-single div .gray_dark_container b:after, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_dark_container span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_dark_container span:before, .featured_content-media_picture a .gray_dark_container i:before, .gray_dark_container .black_transparent_button:before, .gray_dark_container .chosen-container-single .chosen-single div b:after, .gray_dark_container .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_dark_container .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_dark_container .fa, .gray_dark_container .featured_content-media_picture a i:before, .gray_dark_container .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_dark_container .hub_fancybox_individual_gallery .hub_gallery_right, .gray_dark_container .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_dark_container .hub_filter_page_component .media_gal_picture i:before, .gray_dark_container .media_hub_pagination .pag_yellow_button:before, .gray_dark_container .rev_multilines_button_styles.rev-btn:before, .gray_dark_container .search_page_header .sidebar div.gsc-clear-button:after, .gray_dark_container .white_transparent_button:before, .gray_dark_container .yellow_button:before, .gray_dark_container .yellow_transparent_button:before, .hub_fancybox_individual_gallery .gray_dark_container .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_dark_container .hub_gallery_right, .hub_fancybox_individual_gallery .gray_dark_container .hub_gallery_right:after, .hub_filter_page_component .media_gal_picture .gray_dark_container i:before, .media_hub_pagination .gray_dark_container .pag_yellow_button:before, .search_page_header .sidebar .gray_dark_container div.gsc-clear-button:after {
  color: #fff;
}

/* line 16858, sass/branding.scss */
.black_container_featured .gray_dark_container .read_more, .black_container_featured .gray_dark_container .read_more .black_transparent_button:before, .black_container_featured .gray_dark_container .read_more .chosen-container-single .chosen-single div b:after, .black_container_featured .gray_dark_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .black_container_featured .gray_dark_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .black_container_featured .gray_dark_container .read_more .fa, .black_container_featured .gray_dark_container .read_more .featured_content-media_picture a i:before, .black_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .black_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .black_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .black_container_featured .gray_dark_container .read_more .hub_filter_page_component .media_gal_picture i:before, .black_container_featured .gray_dark_container .read_more .media_hub_pagination .pag_yellow_button:before, .black_container_featured .gray_dark_container .read_more .rev_multilines_button_styles.rev-btn:before, .black_container_featured .gray_dark_container .read_more .search_page_header .sidebar div.gsc-clear-button:after, .black_container_featured .gray_dark_container .read_more .white_transparent_button:before, .black_container_featured .gray_dark_container .read_more .yellow_button:before, .black_container_featured .gray_dark_container .read_more .yellow_transparent_button:before, .black_container_featured .gray_dark_container .read_more:hover, .blue_container_featured .gray_dark_container .read_more, .blue_container_featured .gray_dark_container .read_more .black_transparent_button:before, .blue_container_featured .gray_dark_container .read_more .chosen-container-single .chosen-single div b:after, .blue_container_featured .gray_dark_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .blue_container_featured .gray_dark_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .blue_container_featured .gray_dark_container .read_more .fa, .blue_container_featured .gray_dark_container .read_more .featured_content-media_picture a i:before, .blue_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .blue_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .blue_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .blue_container_featured .gray_dark_container .read_more .hub_filter_page_component .media_gal_picture i:before, .blue_container_featured .gray_dark_container .read_more .media_hub_pagination .pag_yellow_button:before, .blue_container_featured .gray_dark_container .read_more .rev_multilines_button_styles.rev-btn:before, .blue_container_featured .gray_dark_container .read_more .search_page_header .sidebar div.gsc-clear-button:after, .blue_container_featured .gray_dark_container .read_more .white_transparent_button:before, .blue_container_featured .gray_dark_container .read_more .yellow_button:before, .blue_container_featured .gray_dark_container .read_more .yellow_transparent_button:before, .blue_container_featured .gray_dark_container .read_more:hover, .chosen-container-single .chosen-single div .black_container_featured .gray_dark_container .read_more b:after, .chosen-container-single .chosen-single div .blue_container_featured .gray_dark_container .read_more b:after, .chosen-container-single .chosen-single div .dark_blue_container_featured .gray_dark_container .read_more b:after, .chosen-container-single .chosen-single div .gold_container_featured .gray_dark_container .read_more b:after, .chosen-container-single .chosen-single div .gray_container_featured .gray_dark_container .read_more b:after, .chosen-container-single .chosen-single div .gray_dark_container .black_container_featured .read_more b:after, .chosen-container-single .chosen-single div .gray_dark_container .blue_container_featured .read_more b:after, .chosen-container-single .chosen-single div .gray_dark_container .classic_white_button_blue_border_small b:after, .chosen-container-single .chosen-single div .gray_dark_container .classic_white_button_blue_border b:after, .chosen-container-single .chosen-single div .gray_dark_container .classic_white_button_small b:after, .chosen-container-single .chosen-single div .gray_dark_container .classic_white_button b:after, .chosen-container-single .chosen-single div .gray_dark_container .classic_yellow_button_d1 b:after, .chosen-container-single .chosen-single div .gray_dark_container .classic_yellow_button_small b:after, .chosen-container-single .chosen-single div .gray_dark_container .classic_yellow_button b:after, .chosen-container-single .chosen-single div .gray_dark_container .dark_blue_container_featured .read_more b:after, .chosen-container-single .chosen-single div .gray_dark_container .gold_container_featured .read_more b:after, .chosen-container-single .chosen-single div .gray_dark_container .gray_container_featured .read_more b:after, .chosen-container-single .chosen-single div .gray_dark_container .gray_dark_container_featured .read_more b:after, .chosen-container-single .chosen-single div .gray_dark_container .gray_darker_container_featured .read_more b:after, .chosen-container-single .chosen-single div .gray_dark_container .gray_light_container-d1_featured .read_more b:after, .chosen-container-single .chosen-single div .gray_dark_container .gray_light_container_featured .read_more b:after, .chosen-container-single .chosen-single div .gray_dark_container .white_container_featured .read_more b:after, .chosen-container-single .chosen-single div .gray_dark_container_featured .gray_dark_container .read_more b:after, .chosen-container-single .chosen-single div .gray_darker_container_featured .gray_dark_container .read_more b:after, .chosen-container-single .chosen-single div .gray_light_container-d1_featured .gray_dark_container .read_more b:after, .chosen-container-single .chosen-single div .gray_light_container_featured .gray_dark_container .read_more b:after, .chosen-container-single .chosen-single div .white_container_featured .gray_dark_container .read_more b:after, .dark_blue_container_featured .gray_dark_container .read_more, .dark_blue_container_featured .gray_dark_container .read_more .black_transparent_button:before, .dark_blue_container_featured .gray_dark_container .read_more .chosen-container-single .chosen-single div b:after, .dark_blue_container_featured .gray_dark_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .dark_blue_container_featured .gray_dark_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .dark_blue_container_featured .gray_dark_container .read_more .fa, .dark_blue_container_featured .gray_dark_container .read_more .featured_content-media_picture a i:before, .dark_blue_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .dark_blue_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .dark_blue_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .dark_blue_container_featured .gray_dark_container .read_more .hub_filter_page_component .media_gal_picture i:before, .dark_blue_container_featured .gray_dark_container .read_more .media_hub_pagination .pag_yellow_button:before, .dark_blue_container_featured .gray_dark_container .read_more .rev_multilines_button_styles.rev-btn:before, .dark_blue_container_featured .gray_dark_container .read_more .search_page_header .sidebar div.gsc-clear-button:after, .dark_blue_container_featured .gray_dark_container .read_more .white_transparent_button:before, .dark_blue_container_featured .gray_dark_container .read_more .yellow_button:before, .dark_blue_container_featured .gray_dark_container .read_more .yellow_transparent_button:before, .dark_blue_container_featured .gray_dark_container .read_more:hover, .datepicker_hub.ui-datepicker .ui-datepicker-next .black_container_featured .gray_dark_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .blue_container_featured .gray_dark_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .dark_blue_container_featured .gray_dark_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gold_container_featured .gray_dark_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_container_featured .gray_dark_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_dark_container .black_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_dark_container .blue_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_dark_container .classic_white_button_blue_border_small span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_dark_container .classic_white_button_blue_border span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_dark_container .classic_white_button_small span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_dark_container .classic_white_button span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_dark_container .classic_yellow_button_d1 span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_dark_container .classic_yellow_button_small span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_dark_container .classic_yellow_button span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_dark_container .dark_blue_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_dark_container .gold_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_dark_container .gray_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_dark_container .gray_dark_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_dark_container .gray_darker_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_dark_container .gray_light_container-d1_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_dark_container .gray_light_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_dark_container .white_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_dark_container_featured .gray_dark_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_darker_container_featured .gray_dark_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_light_container-d1_featured .gray_dark_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .gray_light_container_featured .gray_dark_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-next .white_container_featured .gray_dark_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .black_container_featured .gray_dark_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .blue_container_featured .gray_dark_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .dark_blue_container_featured .gray_dark_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gold_container_featured .gray_dark_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_container_featured .gray_dark_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_dark_container .black_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_dark_container .blue_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_dark_container .classic_white_button_blue_border_small span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_dark_container .classic_white_button_blue_border span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_dark_container .classic_white_button_small span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_dark_container .classic_white_button span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_dark_container .classic_yellow_button_d1 span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_dark_container .classic_yellow_button_small span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_dark_container .classic_yellow_button span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_dark_container .dark_blue_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_dark_container .gold_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_dark_container .gray_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_dark_container .gray_dark_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_dark_container .gray_darker_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_dark_container .gray_light_container-d1_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_dark_container .gray_light_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_dark_container .white_container_featured .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_dark_container_featured .gray_dark_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_darker_container_featured .gray_dark_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_light_container-d1_featured .gray_dark_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .gray_light_container_featured .gray_dark_container .read_more span:before, .datepicker_hub.ui-datepicker .ui-datepicker-prev .white_container_featured .gray_dark_container .read_more span:before, .featured_content-media_picture a .black_container_featured .gray_dark_container .read_more i:before, .featured_content-media_picture a .blue_container_featured .gray_dark_container .read_more i:before, .featured_content-media_picture a .dark_blue_container_featured .gray_dark_container .read_more i:before, .featured_content-media_picture a .gold_container_featured .gray_dark_container .read_more i:before, .featured_content-media_picture a .gray_container_featured .gray_dark_container .read_more i:before, .featured_content-media_picture a .gray_dark_container .black_container_featured .read_more i:before, .featured_content-media_picture a .gray_dark_container .blue_container_featured .read_more i:before, .featured_content-media_picture a .gray_dark_container .classic_white_button_blue_border_small i:before, .featured_content-media_picture a .gray_dark_container .classic_white_button_blue_border i:before, .featured_content-media_picture a .gray_dark_container .classic_white_button_small i:before, .featured_content-media_picture a .gray_dark_container .classic_white_button i:before, .featured_content-media_picture a .gray_dark_container .classic_yellow_button_d1 i:before, .featured_content-media_picture a .gray_dark_container .classic_yellow_button_small i:before, .featured_content-media_picture a .gray_dark_container .classic_yellow_button i:before, .featured_content-media_picture a .gray_dark_container .dark_blue_container_featured .read_more i:before, .featured_content-media_picture a .gray_dark_container .gold_container_featured .read_more i:before, .featured_content-media_picture a .gray_dark_container .gray_container_featured .read_more i:before, .featured_content-media_picture a .gray_dark_container .gray_dark_container_featured .read_more i:before, .featured_content-media_picture a .gray_dark_container .gray_darker_container_featured .read_more i:before, .featured_content-media_picture a .gray_dark_container .gray_light_container-d1_featured .read_more i:before, .featured_content-media_picture a .gray_dark_container .gray_light_container_featured .read_more i:before, .featured_content-media_picture a .gray_dark_container .white_container_featured .read_more i:before, .featured_content-media_picture a .gray_dark_container_featured .gray_dark_container .read_more i:before, .featured_content-media_picture a .gray_darker_container_featured .gray_dark_container .read_more i:before, .featured_content-media_picture a .gray_light_container-d1_featured .gray_dark_container .read_more i:before, .featured_content-media_picture a .gray_light_container_featured .gray_dark_container .read_more i:before, .featured_content-media_picture a .white_container_featured .gray_dark_container .read_more i:before, .gold_container_featured .gray_dark_container .read_more, .gold_container_featured .gray_dark_container .read_more .black_transparent_button:before, .gold_container_featured .gray_dark_container .read_more .chosen-container-single .chosen-single div b:after, .gold_container_featured .gray_dark_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gold_container_featured .gray_dark_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gold_container_featured .gray_dark_container .read_more .fa, .gold_container_featured .gray_dark_container .read_more .featured_content-media_picture a i:before, .gold_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .gold_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .gold_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .gold_container_featured .gray_dark_container .read_more .hub_filter_page_component .media_gal_picture i:before, .gold_container_featured .gray_dark_container .read_more .media_hub_pagination .pag_yellow_button:before, .gold_container_featured .gray_dark_container .read_more .rev_multilines_button_styles.rev-btn:before, .gold_container_featured .gray_dark_container .read_more .search_page_header .sidebar div.gsc-clear-button:after, .gold_container_featured .gray_dark_container .read_more .white_transparent_button:before, .gold_container_featured .gray_dark_container .read_more .yellow_button:before, .gold_container_featured .gray_dark_container .read_more .yellow_transparent_button:before, .gold_container_featured .gray_dark_container .read_more:hover, .gray_container_featured .gray_dark_container .read_more, .gray_container_featured .gray_dark_container .read_more .black_transparent_button:before, .gray_container_featured .gray_dark_container .read_more .chosen-container-single .chosen-single div b:after, .gray_container_featured .gray_dark_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_container_featured .gray_dark_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_container_featured .gray_dark_container .read_more .fa, .gray_container_featured .gray_dark_container .read_more .featured_content-media_picture a i:before, .gray_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .gray_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_container_featured .gray_dark_container .read_more .hub_filter_page_component .media_gal_picture i:before, .gray_container_featured .gray_dark_container .read_more .media_hub_pagination .pag_yellow_button:before, .gray_container_featured .gray_dark_container .read_more .rev_multilines_button_styles.rev-btn:before, .gray_container_featured .gray_dark_container .read_more .search_page_header .sidebar div.gsc-clear-button:after, .gray_container_featured .gray_dark_container .read_more .white_transparent_button:before, .gray_container_featured .gray_dark_container .read_more .yellow_button:before, .gray_container_featured .gray_dark_container .read_more .yellow_transparent_button:before, .gray_container_featured .gray_dark_container .read_more:hover, .gray_dark_container .black_container_featured .read_more, .gray_dark_container .black_container_featured .read_more .black_transparent_button:before, .gray_dark_container .black_container_featured .read_more .chosen-container-single .chosen-single div b:after, .gray_dark_container .black_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_dark_container .black_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_dark_container .black_container_featured .read_more .fa, .gray_dark_container .black_container_featured .read_more .featured_content-media_picture a i:before, .gray_dark_container .black_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_dark_container .black_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .gray_dark_container .black_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_dark_container .black_container_featured .read_more .hub_filter_page_component .media_gal_picture i:before, .gray_dark_container .black_container_featured .read_more .media_hub_pagination .pag_yellow_button:before, .gray_dark_container .black_container_featured .read_more .rev_multilines_button_styles.rev-btn:before, .gray_dark_container .black_container_featured .read_more .search_page_header .sidebar div.gsc-clear-button:after, .gray_dark_container .black_container_featured .read_more .white_transparent_button:before, .gray_dark_container .black_container_featured .read_more .yellow_button:before, .gray_dark_container .black_container_featured .read_more .yellow_transparent_button:before, .gray_dark_container .black_container_featured .read_more:hover, .gray_dark_container .blue_container_featured .read_more, .gray_dark_container .blue_container_featured .read_more .black_transparent_button:before, .gray_dark_container .blue_container_featured .read_more .chosen-container-single .chosen-single div b:after, .gray_dark_container .blue_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_dark_container .blue_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_dark_container .blue_container_featured .read_more .fa, .gray_dark_container .blue_container_featured .read_more .featured_content-media_picture a i:before, .gray_dark_container .blue_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_dark_container .blue_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .gray_dark_container .blue_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_dark_container .blue_container_featured .read_more .hub_filter_page_component .media_gal_picture i:before, .gray_dark_container .blue_container_featured .read_more .media_hub_pagination .pag_yellow_button:before, .gray_dark_container .blue_container_featured .read_more .rev_multilines_button_styles.rev-btn:before, .gray_dark_container .blue_container_featured .read_more .search_page_header .sidebar div.gsc-clear-button:after, .gray_dark_container .blue_container_featured .read_more .white_transparent_button:before, .gray_dark_container .blue_container_featured .read_more .yellow_button:before, .gray_dark_container .blue_container_featured .read_more .yellow_transparent_button:before, .gray_dark_container .blue_container_featured .read_more:hover, .gray_dark_container .classic_white_button, .gray_dark_container .classic_white_button .black_transparent_button:before, .gray_dark_container .classic_white_button .chosen-container-single .chosen-single div b:after, .gray_dark_container .classic_white_button .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_dark_container .classic_white_button .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_dark_container .classic_white_button .fa, .gray_dark_container .classic_white_button .featured_content-media_picture a i:before, .gray_dark_container .classic_white_button .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_dark_container .classic_white_button .hub_fancybox_individual_gallery .hub_gallery_right, .gray_dark_container .classic_white_button .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_dark_container .classic_white_button .hub_filter_page_component .media_gal_picture i:before, .gray_dark_container .classic_white_button .media_hub_pagination .pag_yellow_button:before, .gray_dark_container .classic_white_button .rev_multilines_button_styles.rev-btn:before, .gray_dark_container .classic_white_button .search_page_header .sidebar div.gsc-clear-button:after, .gray_dark_container .classic_white_button .white_transparent_button:before, .gray_dark_container .classic_white_button .yellow_button:before, .gray_dark_container .classic_white_button .yellow_transparent_button:before, .gray_dark_container .classic_white_button:hover, .gray_dark_container .classic_white_button_blue_border, .gray_dark_container .classic_white_button_blue_border .black_transparent_button:before, .gray_dark_container .classic_white_button_blue_border .chosen-container-single .chosen-single div b:after, .gray_dark_container .classic_white_button_blue_border .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_dark_container .classic_white_button_blue_border .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_dark_container .classic_white_button_blue_border .fa, .gray_dark_container .classic_white_button_blue_border .featured_content-media_picture a i:before, .gray_dark_container .classic_white_button_blue_border .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_dark_container .classic_white_button_blue_border .hub_fancybox_individual_gallery .hub_gallery_right, .gray_dark_container .classic_white_button_blue_border .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_dark_container .classic_white_button_blue_border .hub_filter_page_component .media_gal_picture i:before, .gray_dark_container .classic_white_button_blue_border .media_hub_pagination .pag_yellow_button:before, .gray_dark_container .classic_white_button_blue_border .rev_multilines_button_styles.rev-btn:before, .gray_dark_container .classic_white_button_blue_border .search_page_header .sidebar div.gsc-clear-button:after, .gray_dark_container .classic_white_button_blue_border .white_transparent_button:before, .gray_dark_container .classic_white_button_blue_border .yellow_button:before, .gray_dark_container .classic_white_button_blue_border .yellow_transparent_button:before, .gray_dark_container .classic_white_button_blue_border:hover, .gray_dark_container .classic_white_button_blue_border_small, .gray_dark_container .classic_white_button_blue_border_small .black_transparent_button:before, .gray_dark_container .classic_white_button_blue_border_small .chosen-container-single .chosen-single div b:after, .gray_dark_container .classic_white_button_blue_border_small .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_dark_container .classic_white_button_blue_border_small .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_dark_container .classic_white_button_blue_border_small .fa, .gray_dark_container .classic_white_button_blue_border_small .featured_content-media_picture a i:before, .gray_dark_container .classic_white_button_blue_border_small .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_dark_container .classic_white_button_blue_border_small .hub_fancybox_individual_gallery .hub_gallery_right, .gray_dark_container .classic_white_button_blue_border_small .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_dark_container .classic_white_button_blue_border_small .hub_filter_page_component .media_gal_picture i:before, .gray_dark_container .classic_white_button_blue_border_small .media_hub_pagination .pag_yellow_button:before, .gray_dark_container .classic_white_button_blue_border_small .rev_multilines_button_styles.rev-btn:before, .gray_dark_container .classic_white_button_blue_border_small .search_page_header .sidebar div.gsc-clear-button:after, .gray_dark_container .classic_white_button_blue_border_small .white_transparent_button:before, .gray_dark_container .classic_white_button_blue_border_small .yellow_button:before, .gray_dark_container .classic_white_button_blue_border_small .yellow_transparent_button:before, .gray_dark_container .classic_white_button_blue_border_small:hover, .gray_dark_container .classic_white_button_small, .gray_dark_container .classic_white_button_small .black_transparent_button:before, .gray_dark_container .classic_white_button_small .chosen-container-single .chosen-single div b:after, .gray_dark_container .classic_white_button_small .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_dark_container .classic_white_button_small .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_dark_container .classic_white_button_small .fa, .gray_dark_container .classic_white_button_small .featured_content-media_picture a i:before, .gray_dark_container .classic_white_button_small .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_dark_container .classic_white_button_small .hub_fancybox_individual_gallery .hub_gallery_right, .gray_dark_container .classic_white_button_small .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_dark_container .classic_white_button_small .hub_filter_page_component .media_gal_picture i:before, .gray_dark_container .classic_white_button_small .media_hub_pagination .pag_yellow_button:before, .gray_dark_container .classic_white_button_small .rev_multilines_button_styles.rev-btn:before, .gray_dark_container .classic_white_button_small .search_page_header .sidebar div.gsc-clear-button:after, .gray_dark_container .classic_white_button_small .white_transparent_button:before, .gray_dark_container .classic_white_button_small .yellow_button:before, .gray_dark_container .classic_white_button_small .yellow_transparent_button:before, .gray_dark_container .classic_white_button_small:hover, .gray_dark_container .classic_yellow_button, .gray_dark_container .classic_yellow_button .black_transparent_button:before, .gray_dark_container .classic_yellow_button .chosen-container-single .chosen-single div b:after, .gray_dark_container .classic_yellow_button .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_dark_container .classic_yellow_button .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_dark_container .classic_yellow_button .fa, .gray_dark_container .classic_yellow_button .featured_content-media_picture a i:before, .gray_dark_container .classic_yellow_button .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_dark_container .classic_yellow_button .hub_fancybox_individual_gallery .hub_gallery_right, .gray_dark_container .classic_yellow_button .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_dark_container .classic_yellow_button .hub_filter_page_component .media_gal_picture i:before, .gray_dark_container .classic_yellow_button .media_hub_pagination .pag_yellow_button:before, .gray_dark_container .classic_yellow_button .rev_multilines_button_styles.rev-btn:before, .gray_dark_container .classic_yellow_button .search_page_header .sidebar div.gsc-clear-button:after, .gray_dark_container .classic_yellow_button .white_transparent_button:before, .gray_dark_container .classic_yellow_button .yellow_button:before, .gray_dark_container .classic_yellow_button .yellow_transparent_button:before, .gray_dark_container .classic_yellow_button:hover, .gray_dark_container .classic_yellow_button_d1, .gray_dark_container .classic_yellow_button_d1 .black_transparent_button:before, .gray_dark_container .classic_yellow_button_d1 .chosen-container-single .chosen-single div b:after, .gray_dark_container .classic_yellow_button_d1 .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_dark_container .classic_yellow_button_d1 .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_dark_container .classic_yellow_button_d1 .fa, .gray_dark_container .classic_yellow_button_d1 .featured_content-media_picture a i:before, .gray_dark_container .classic_yellow_button_d1 .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_dark_container .classic_yellow_button_d1 .hub_fancybox_individual_gallery .hub_gallery_right, .gray_dark_container .classic_yellow_button_d1 .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_dark_container .classic_yellow_button_d1 .hub_filter_page_component .media_gal_picture i:before, .gray_dark_container .classic_yellow_button_d1 .media_hub_pagination .pag_yellow_button:before, .gray_dark_container .classic_yellow_button_d1 .rev_multilines_button_styles.rev-btn:before, .gray_dark_container .classic_yellow_button_d1 .search_page_header .sidebar div.gsc-clear-button:after, .gray_dark_container .classic_yellow_button_d1 .white_transparent_button:before, .gray_dark_container .classic_yellow_button_d1 .yellow_button:before, .gray_dark_container .classic_yellow_button_d1 .yellow_transparent_button:before, .gray_dark_container .classic_yellow_button_d1:hover, .gray_dark_container .classic_yellow_button_small, .gray_dark_container .classic_yellow_button_small .black_transparent_button:before, .gray_dark_container .classic_yellow_button_small .chosen-container-single .chosen-single div b:after, .gray_dark_container .classic_yellow_button_small .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_dark_container .classic_yellow_button_small .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_dark_container .classic_yellow_button_small .fa, .gray_dark_container .classic_yellow_button_small .featured_content-media_picture a i:before, .gray_dark_container .classic_yellow_button_small .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_dark_container .classic_yellow_button_small .hub_fancybox_individual_gallery .hub_gallery_right, .gray_dark_container .classic_yellow_button_small .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_dark_container .classic_yellow_button_small .hub_filter_page_component .media_gal_picture i:before, .gray_dark_container .classic_yellow_button_small .media_hub_pagination .pag_yellow_button:before, .gray_dark_container .classic_yellow_button_small .rev_multilines_button_styles.rev-btn:before, .gray_dark_container .classic_yellow_button_small .search_page_header .sidebar div.gsc-clear-button:after, .gray_dark_container .classic_yellow_button_small .white_transparent_button:before, .gray_dark_container .classic_yellow_button_small .yellow_button:before, .gray_dark_container .classic_yellow_button_small .yellow_transparent_button:before, .gray_dark_container .classic_yellow_button_small:hover, .gray_dark_container .dark_blue_container_featured .read_more, .gray_dark_container .dark_blue_container_featured .read_more .black_transparent_button:before, .gray_dark_container .dark_blue_container_featured .read_more .chosen-container-single .chosen-single div b:after, .gray_dark_container .dark_blue_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_dark_container .dark_blue_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_dark_container .dark_blue_container_featured .read_more .fa, .gray_dark_container .dark_blue_container_featured .read_more .featured_content-media_picture a i:before, .gray_dark_container .dark_blue_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_dark_container .dark_blue_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .gray_dark_container .dark_blue_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_dark_container .dark_blue_container_featured .read_more .hub_filter_page_component .media_gal_picture i:before, .gray_dark_container .dark_blue_container_featured .read_more .media_hub_pagination .pag_yellow_button:before, .gray_dark_container .dark_blue_container_featured .read_more .rev_multilines_button_styles.rev-btn:before, .gray_dark_container .dark_blue_container_featured .read_more .search_page_header .sidebar div.gsc-clear-button:after, .gray_dark_container .dark_blue_container_featured .read_more .white_transparent_button:before, .gray_dark_container .dark_blue_container_featured .read_more .yellow_button:before, .gray_dark_container .dark_blue_container_featured .read_more .yellow_transparent_button:before, .gray_dark_container .dark_blue_container_featured .read_more:hover, .gray_dark_container .gold_container_featured .read_more, .gray_dark_container .gold_container_featured .read_more .black_transparent_button:before, .gray_dark_container .gold_container_featured .read_more .chosen-container-single .chosen-single div b:after, .gray_dark_container .gold_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_dark_container .gold_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_dark_container .gold_container_featured .read_more .fa, .gray_dark_container .gold_container_featured .read_more .featured_content-media_picture a i:before, .gray_dark_container .gold_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_dark_container .gold_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .gray_dark_container .gold_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_dark_container .gold_container_featured .read_more .hub_filter_page_component .media_gal_picture i:before, .gray_dark_container .gold_container_featured .read_more .media_hub_pagination .pag_yellow_button:before, .gray_dark_container .gold_container_featured .read_more .rev_multilines_button_styles.rev-btn:before, .gray_dark_container .gold_container_featured .read_more .search_page_header .sidebar div.gsc-clear-button:after, .gray_dark_container .gold_container_featured .read_more .white_transparent_button:before, .gray_dark_container .gold_container_featured .read_more .yellow_button:before, .gray_dark_container .gold_container_featured .read_more .yellow_transparent_button:before, .gray_dark_container .gold_container_featured .read_more:hover, .gray_dark_container .gray_container_featured .read_more, .gray_dark_container .gray_container_featured .read_more .black_transparent_button:before, .gray_dark_container .gray_container_featured .read_more .chosen-container-single .chosen-single div b:after, .gray_dark_container .gray_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_dark_container .gray_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_dark_container .gray_container_featured .read_more .fa, .gray_dark_container .gray_container_featured .read_more .featured_content-media_picture a i:before, .gray_dark_container .gray_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_dark_container .gray_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .gray_dark_container .gray_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_dark_container .gray_container_featured .read_more .hub_filter_page_component .media_gal_picture i:before, .gray_dark_container .gray_container_featured .read_more .media_hub_pagination .pag_yellow_button:before, .gray_dark_container .gray_container_featured .read_more .rev_multilines_button_styles.rev-btn:before, .gray_dark_container .gray_container_featured .read_more .search_page_header .sidebar div.gsc-clear-button:after, .gray_dark_container .gray_container_featured .read_more .white_transparent_button:before, .gray_dark_container .gray_container_featured .read_more .yellow_button:before, .gray_dark_container .gray_container_featured .read_more .yellow_transparent_button:before, .gray_dark_container .gray_container_featured .read_more:hover, .gray_dark_container .gray_dark_container_featured .read_more, .gray_dark_container .gray_dark_container_featured .read_more .black_transparent_button:before, .gray_dark_container .gray_dark_container_featured .read_more .chosen-container-single .chosen-single div b:after, .gray_dark_container .gray_dark_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_dark_container .gray_dark_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_dark_container .gray_dark_container_featured .read_more .fa, .gray_dark_container .gray_dark_container_featured .read_more .featured_content-media_picture a i:before, .gray_dark_container .gray_dark_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_dark_container .gray_dark_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .gray_dark_container .gray_dark_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_dark_container .gray_dark_container_featured .read_more .hub_filter_page_component .media_gal_picture i:before, .gray_dark_container .gray_dark_container_featured .read_more .media_hub_pagination .pag_yellow_button:before, .gray_dark_container .gray_dark_container_featured .read_more .rev_multilines_button_styles.rev-btn:before, .gray_dark_container .gray_dark_container_featured .read_more .search_page_header .sidebar div.gsc-clear-button:after, .gray_dark_container .gray_dark_container_featured .read_more .white_transparent_button:before, .gray_dark_container .gray_dark_container_featured .read_more .yellow_button:before, .gray_dark_container .gray_dark_container_featured .read_more .yellow_transparent_button:before, .gray_dark_container .gray_dark_container_featured .read_more:hover, .gray_dark_container .gray_darker_container_featured .read_more, .gray_dark_container .gray_darker_container_featured .read_more .black_transparent_button:before, .gray_dark_container .gray_darker_container_featured .read_more .chosen-container-single .chosen-single div b:after, .gray_dark_container .gray_darker_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_dark_container .gray_darker_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_dark_container .gray_darker_container_featured .read_more .fa, .gray_dark_container .gray_darker_container_featured .read_more .featured_content-media_picture a i:before, .gray_dark_container .gray_darker_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_dark_container .gray_darker_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .gray_dark_container .gray_darker_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_dark_container .gray_darker_container_featured .read_more .hub_filter_page_component .media_gal_picture i:before, .gray_dark_container .gray_darker_container_featured .read_more .media_hub_pagination .pag_yellow_button:before, .gray_dark_container .gray_darker_container_featured .read_more .rev_multilines_button_styles.rev-btn:before, .gray_dark_container .gray_darker_container_featured .read_more .search_page_header .sidebar div.gsc-clear-button:after, .gray_dark_container .gray_darker_container_featured .read_more .white_transparent_button:before, .gray_dark_container .gray_darker_container_featured .read_more .yellow_button:before, .gray_dark_container .gray_darker_container_featured .read_more .yellow_transparent_button:before, .gray_dark_container .gray_darker_container_featured .read_more:hover, .gray_dark_container .gray_light_container-d1_featured .read_more, .gray_dark_container .gray_light_container-d1_featured .read_more .black_transparent_button:before, .gray_dark_container .gray_light_container-d1_featured .read_more .chosen-container-single .chosen-single div b:after, .gray_dark_container .gray_light_container-d1_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_dark_container .gray_light_container-d1_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_dark_container .gray_light_container-d1_featured .read_more .fa, .gray_dark_container .gray_light_container-d1_featured .read_more .featured_content-media_picture a i:before, .gray_dark_container .gray_light_container-d1_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_dark_container .gray_light_container-d1_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .gray_dark_container .gray_light_container-d1_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_dark_container .gray_light_container-d1_featured .read_more .hub_filter_page_component .media_gal_picture i:before, .gray_dark_container .gray_light_container-d1_featured .read_more .media_hub_pagination .pag_yellow_button:before, .gray_dark_container .gray_light_container-d1_featured .read_more .rev_multilines_button_styles.rev-btn:before, .gray_dark_container .gray_light_container-d1_featured .read_more .search_page_header .sidebar div.gsc-clear-button:after, .gray_dark_container .gray_light_container-d1_featured .read_more .white_transparent_button:before, .gray_dark_container .gray_light_container-d1_featured .read_more .yellow_button:before, .gray_dark_container .gray_light_container-d1_featured .read_more .yellow_transparent_button:before, .gray_dark_container .gray_light_container-d1_featured .read_more:hover, .gray_dark_container .gray_light_container_featured .read_more, .gray_dark_container .gray_light_container_featured .read_more .black_transparent_button:before, .gray_dark_container .gray_light_container_featured .read_more .chosen-container-single .chosen-single div b:after, .gray_dark_container .gray_light_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_dark_container .gray_light_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_dark_container .gray_light_container_featured .read_more .fa, .gray_dark_container .gray_light_container_featured .read_more .featured_content-media_picture a i:before, .gray_dark_container .gray_light_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_dark_container .gray_light_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .gray_dark_container .gray_light_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_dark_container .gray_light_container_featured .read_more .hub_filter_page_component .media_gal_picture i:before, .gray_dark_container .gray_light_container_featured .read_more .media_hub_pagination .pag_yellow_button:before, .gray_dark_container .gray_light_container_featured .read_more .rev_multilines_button_styles.rev-btn:before, .gray_dark_container .gray_light_container_featured .read_more .search_page_header .sidebar div.gsc-clear-button:after, .gray_dark_container .gray_light_container_featured .read_more .white_transparent_button:before, .gray_dark_container .gray_light_container_featured .read_more .yellow_button:before, .gray_dark_container .gray_light_container_featured .read_more .yellow_transparent_button:before, .gray_dark_container .gray_light_container_featured .read_more:hover, .gray_dark_container .rev_multilines_button_styles.rev-btn, .gray_dark_container .rev_multilines_button_styles.rev-btn:hover, .gray_dark_container .white_container_featured .read_more, .gray_dark_container .white_container_featured .read_more .black_transparent_button:before, .gray_dark_container .white_container_featured .read_more .chosen-container-single .chosen-single div b:after, .gray_dark_container .white_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_dark_container .white_container_featured .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_dark_container .white_container_featured .read_more .fa, .gray_dark_container .white_container_featured .read_more .featured_content-media_picture a i:before, .gray_dark_container .white_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_dark_container .white_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .gray_dark_container .white_container_featured .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_dark_container .white_container_featured .read_more .hub_filter_page_component .media_gal_picture i:before, .gray_dark_container .white_container_featured .read_more .media_hub_pagination .pag_yellow_button:before, .gray_dark_container .white_container_featured .read_more .rev_multilines_button_styles.rev-btn:before, .gray_dark_container .white_container_featured .read_more .search_page_header .sidebar div.gsc-clear-button:after, .gray_dark_container .white_container_featured .read_more .white_transparent_button:before, .gray_dark_container .white_container_featured .read_more .yellow_button:before, .gray_dark_container .white_container_featured .read_more .yellow_transparent_button:before, .gray_dark_container .white_container_featured .read_more:hover, .gray_dark_container .yellow_transparent_button, .gray_dark_container .yellow_transparent_button:hover, .gray_dark_container_featured .gray_dark_container .read_more, .gray_dark_container_featured .gray_dark_container .read_more .black_transparent_button:before, .gray_dark_container_featured .gray_dark_container .read_more .chosen-container-single .chosen-single div b:after, .gray_dark_container_featured .gray_dark_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_dark_container_featured .gray_dark_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_dark_container_featured .gray_dark_container .read_more .fa, .gray_dark_container_featured .gray_dark_container .read_more .featured_content-media_picture a i:before, .gray_dark_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_dark_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .gray_dark_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_dark_container_featured .gray_dark_container .read_more .hub_filter_page_component .media_gal_picture i:before, .gray_dark_container_featured .gray_dark_container .read_more .media_hub_pagination .pag_yellow_button:before, .gray_dark_container_featured .gray_dark_container .read_more .rev_multilines_button_styles.rev-btn:before, .gray_dark_container_featured .gray_dark_container .read_more .search_page_header .sidebar div.gsc-clear-button:after, .gray_dark_container_featured .gray_dark_container .read_more .white_transparent_button:before, .gray_dark_container_featured .gray_dark_container .read_more .yellow_button:before, .gray_dark_container_featured .gray_dark_container .read_more .yellow_transparent_button:before, .gray_dark_container_featured .gray_dark_container .read_more:hover, .gray_darker_container_featured .gray_dark_container .read_more, .gray_darker_container_featured .gray_dark_container .read_more .black_transparent_button:before, .gray_darker_container_featured .gray_dark_container .read_more .chosen-container-single .chosen-single div b:after, .gray_darker_container_featured .gray_dark_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_darker_container_featured .gray_dark_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_darker_container_featured .gray_dark_container .read_more .fa, .gray_darker_container_featured .gray_dark_container .read_more .featured_content-media_picture a i:before, .gray_darker_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_darker_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .gray_darker_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_darker_container_featured .gray_dark_container .read_more .hub_filter_page_component .media_gal_picture i:before, .gray_darker_container_featured .gray_dark_container .read_more .media_hub_pagination .pag_yellow_button:before, .gray_darker_container_featured .gray_dark_container .read_more .rev_multilines_button_styles.rev-btn:before, .gray_darker_container_featured .gray_dark_container .read_more .search_page_header .sidebar div.gsc-clear-button:after, .gray_darker_container_featured .gray_dark_container .read_more .white_transparent_button:before, .gray_darker_container_featured .gray_dark_container .read_more .yellow_button:before, .gray_darker_container_featured .gray_dark_container .read_more .yellow_transparent_button:before, .gray_darker_container_featured .gray_dark_container .read_more:hover, .gray_light_container-d1_featured .gray_dark_container .read_more, .gray_light_container-d1_featured .gray_dark_container .read_more .black_transparent_button:before, .gray_light_container-d1_featured .gray_dark_container .read_more .chosen-container-single .chosen-single div b:after, .gray_light_container-d1_featured .gray_dark_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_light_container-d1_featured .gray_dark_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_light_container-d1_featured .gray_dark_container .read_more .fa, .gray_light_container-d1_featured .gray_dark_container .read_more .featured_content-media_picture a i:before, .gray_light_container-d1_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_light_container-d1_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .gray_light_container-d1_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_light_container-d1_featured .gray_dark_container .read_more .hub_filter_page_component .media_gal_picture i:before, .gray_light_container-d1_featured .gray_dark_container .read_more .media_hub_pagination .pag_yellow_button:before, .gray_light_container-d1_featured .gray_dark_container .read_more .rev_multilines_button_styles.rev-btn:before, .gray_light_container-d1_featured .gray_dark_container .read_more .search_page_header .sidebar div.gsc-clear-button:after, .gray_light_container-d1_featured .gray_dark_container .read_more .white_transparent_button:before, .gray_light_container-d1_featured .gray_dark_container .read_more .yellow_button:before, .gray_light_container-d1_featured .gray_dark_container .read_more .yellow_transparent_button:before, .gray_light_container-d1_featured .gray_dark_container .read_more:hover, .gray_light_container_featured .gray_dark_container .read_more, .gray_light_container_featured .gray_dark_container .read_more .black_transparent_button:before, .gray_light_container_featured .gray_dark_container .read_more .chosen-container-single .chosen-single div b:after, .gray_light_container_featured .gray_dark_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .gray_light_container_featured .gray_dark_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .gray_light_container_featured .gray_dark_container .read_more .fa, .gray_light_container_featured .gray_dark_container .read_more .featured_content-media_picture a i:before, .gray_light_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .gray_light_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .gray_light_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .gray_light_container_featured .gray_dark_container .read_more .hub_filter_page_component .media_gal_picture i:before, .gray_light_container_featured .gray_dark_container .read_more .media_hub_pagination .pag_yellow_button:before, .gray_light_container_featured .gray_dark_container .read_more .rev_multilines_button_styles.rev-btn:before, .gray_light_container_featured .gray_dark_container .read_more .search_page_header .sidebar div.gsc-clear-button:after, .gray_light_container_featured .gray_dark_container .read_more .white_transparent_button:before, .gray_light_container_featured .gray_dark_container .read_more .yellow_button:before, .gray_light_container_featured .gray_dark_container .read_more .yellow_transparent_button:before, .gray_light_container_featured .gray_dark_container .read_more:hover, .hub_fancybox_individual_gallery .black_container_featured .gray_dark_container .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .black_container_featured .gray_dark_container .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .black_container_featured .gray_dark_container .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .blue_container_featured .gray_dark_container .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .blue_container_featured .gray_dark_container .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .blue_container_featured .gray_dark_container .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .dark_blue_container_featured .gray_dark_container .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .dark_blue_container_featured .gray_dark_container .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .dark_blue_container_featured .gray_dark_container .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .gold_container_featured .gray_dark_container .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .gold_container_featured .gray_dark_container .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .gold_container_featured .gray_dark_container .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_container_featured .gray_dark_container .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_container_featured .gray_dark_container .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .gray_container_featured .gray_dark_container .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_dark_container .black_container_featured .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_dark_container .black_container_featured .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .gray_dark_container .black_container_featured .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_dark_container .blue_container_featured .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_dark_container .blue_container_featured .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .gray_dark_container .blue_container_featured .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_dark_container .classic_white_button .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_dark_container .classic_white_button .hub_gallery_right, .hub_fancybox_individual_gallery .gray_dark_container .classic_white_button .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_dark_container .classic_white_button_blue_border .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_dark_container .classic_white_button_blue_border .hub_gallery_right, .hub_fancybox_individual_gallery .gray_dark_container .classic_white_button_blue_border .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_dark_container .classic_white_button_blue_border_small .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_dark_container .classic_white_button_blue_border_small .hub_gallery_right, .hub_fancybox_individual_gallery .gray_dark_container .classic_white_button_blue_border_small .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_dark_container .classic_white_button_small .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_dark_container .classic_white_button_small .hub_gallery_right, .hub_fancybox_individual_gallery .gray_dark_container .classic_white_button_small .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_dark_container .classic_yellow_button .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_dark_container .classic_yellow_button .hub_gallery_right, .hub_fancybox_individual_gallery .gray_dark_container .classic_yellow_button .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_dark_container .classic_yellow_button_d1 .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_dark_container .classic_yellow_button_d1 .hub_gallery_right, .hub_fancybox_individual_gallery .gray_dark_container .classic_yellow_button_d1 .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_dark_container .classic_yellow_button_small .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_dark_container .classic_yellow_button_small .hub_gallery_right, .hub_fancybox_individual_gallery .gray_dark_container .classic_yellow_button_small .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_dark_container .dark_blue_container_featured .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_dark_container .dark_blue_container_featured .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .gray_dark_container .dark_blue_container_featured .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_dark_container .gold_container_featured .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_dark_container .gold_container_featured .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .gray_dark_container .gold_container_featured .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_dark_container .gray_container_featured .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_dark_container .gray_container_featured .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .gray_dark_container .gray_container_featured .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_dark_container .gray_dark_container_featured .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_dark_container .gray_dark_container_featured .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .gray_dark_container .gray_dark_container_featured .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_dark_container .gray_darker_container_featured .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_dark_container .gray_darker_container_featured .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .gray_dark_container .gray_darker_container_featured .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_dark_container .gray_light_container-d1_featured .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_dark_container .gray_light_container-d1_featured .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .gray_dark_container .gray_light_container-d1_featured .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_dark_container .gray_light_container_featured .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_dark_container .gray_light_container_featured .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .gray_dark_container .gray_light_container_featured .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_dark_container .white_container_featured .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_dark_container .white_container_featured .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .gray_dark_container .white_container_featured .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_dark_container_featured .gray_dark_container .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_dark_container_featured .gray_dark_container .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .gray_dark_container_featured .gray_dark_container .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_darker_container_featured .gray_dark_container .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_darker_container_featured .gray_dark_container .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .gray_darker_container_featured .gray_dark_container .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_light_container-d1_featured .gray_dark_container .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_light_container-d1_featured .gray_dark_container .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .gray_light_container-d1_featured .gray_dark_container .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .gray_light_container_featured .gray_dark_container .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .gray_light_container_featured .gray_dark_container .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .gray_light_container_featured .gray_dark_container .read_more .hub_gallery_right:after, .hub_fancybox_individual_gallery .white_container_featured .gray_dark_container .read_more .hub_gallery_left:after, .hub_fancybox_individual_gallery .white_container_featured .gray_dark_container .read_more .hub_gallery_right, .hub_fancybox_individual_gallery .white_container_featured .gray_dark_container .read_more .hub_gallery_right:after, .hub_filter_page_component .media_gal_picture .black_container_featured .gray_dark_container .read_more i:before, .hub_filter_page_component .media_gal_picture .blue_container_featured .gray_dark_container .read_more i:before, .hub_filter_page_component .media_gal_picture .dark_blue_container_featured .gray_dark_container .read_more i:before, .hub_filter_page_component .media_gal_picture .gold_container_featured .gray_dark_container .read_more i:before, .hub_filter_page_component .media_gal_picture .gray_container_featured .gray_dark_container .read_more i:before, .hub_filter_page_component .media_gal_picture .gray_dark_container .black_container_featured .read_more i:before, .hub_filter_page_component .media_gal_picture .gray_dark_container .blue_container_featured .read_more i:before, .hub_filter_page_component .media_gal_picture .gray_dark_container .classic_white_button_blue_border_small i:before, .hub_filter_page_component .media_gal_picture .gray_dark_container .classic_white_button_blue_border i:before, .hub_filter_page_component .media_gal_picture .gray_dark_container .classic_white_button_small i:before, .hub_filter_page_component .media_gal_picture .gray_dark_container .classic_white_button i:before, .hub_filter_page_component .media_gal_picture .gray_dark_container .classic_yellow_button_d1 i:before, .hub_filter_page_component .media_gal_picture .gray_dark_container .classic_yellow_button_small i:before, .hub_filter_page_component .media_gal_picture .gray_dark_container .classic_yellow_button i:before, .hub_filter_page_component .media_gal_picture .gray_dark_container .dark_blue_container_featured .read_more i:before, .hub_filter_page_component .media_gal_picture .gray_dark_container .gold_container_featured .read_more i:before, .hub_filter_page_component .media_gal_picture .gray_dark_container .gray_container_featured .read_more i:before, .hub_filter_page_component .media_gal_picture .gray_dark_container .gray_dark_container_featured .read_more i:before, .hub_filter_page_component .media_gal_picture .gray_dark_container .gray_darker_container_featured .read_more i:before, .hub_filter_page_component .media_gal_picture .gray_dark_container .gray_light_container-d1_featured .read_more i:before, .hub_filter_page_component .media_gal_picture .gray_dark_container .gray_light_container_featured .read_more i:before, .hub_filter_page_component .media_gal_picture .gray_dark_container .white_container_featured .read_more i:before, .hub_filter_page_component .media_gal_picture .gray_dark_container_featured .gray_dark_container .read_more i:before, .hub_filter_page_component .media_gal_picture .gray_darker_container_featured .gray_dark_container .read_more i:before, .hub_filter_page_component .media_gal_picture .gray_light_container-d1_featured .gray_dark_container .read_more i:before, .hub_filter_page_component .media_gal_picture .gray_light_container_featured .gray_dark_container .read_more i:before, .hub_filter_page_component .media_gal_picture .white_container_featured .gray_dark_container .read_more i:before, .media_hub_pagination .black_container_featured .gray_dark_container .read_more .pag_yellow_button:before, .media_hub_pagination .blue_container_featured .gray_dark_container .read_more .pag_yellow_button:before, .media_hub_pagination .dark_blue_container_featured .gray_dark_container .read_more .pag_yellow_button:before, .media_hub_pagination .gold_container_featured .gray_dark_container .read_more .pag_yellow_button:before, .media_hub_pagination .gray_container_featured .gray_dark_container .read_more .pag_yellow_button:before, .media_hub_pagination .gray_dark_container .black_container_featured .read_more .pag_yellow_button:before, .media_hub_pagination .gray_dark_container .blue_container_featured .read_more .pag_yellow_button:before, .media_hub_pagination .gray_dark_container .classic_white_button .pag_yellow_button:before, .media_hub_pagination .gray_dark_container .classic_white_button_blue_border .pag_yellow_button:before, .media_hub_pagination .gray_dark_container .classic_white_button_blue_border_small .pag_yellow_button:before, .media_hub_pagination .gray_dark_container .classic_white_button_small .pag_yellow_button:before, .media_hub_pagination .gray_dark_container .classic_yellow_button .pag_yellow_button:before, .media_hub_pagination .gray_dark_container .classic_yellow_button_d1 .pag_yellow_button:before, .media_hub_pagination .gray_dark_container .classic_yellow_button_small .pag_yellow_button:before, .media_hub_pagination .gray_dark_container .dark_blue_container_featured .read_more .pag_yellow_button:before, .media_hub_pagination .gray_dark_container .gold_container_featured .read_more .pag_yellow_button:before, .media_hub_pagination .gray_dark_container .gray_container_featured .read_more .pag_yellow_button:before, .media_hub_pagination .gray_dark_container .gray_dark_container_featured .read_more .pag_yellow_button:before, .media_hub_pagination .gray_dark_container .gray_darker_container_featured .read_more .pag_yellow_button:before, .media_hub_pagination .gray_dark_container .gray_light_container-d1_featured .read_more .pag_yellow_button:before, .media_hub_pagination .gray_dark_container .gray_light_container_featured .read_more .pag_yellow_button:before, .media_hub_pagination .gray_dark_container .white_container_featured .read_more .pag_yellow_button:before, .media_hub_pagination .gray_dark_container_featured .gray_dark_container .read_more .pag_yellow_button:before, .media_hub_pagination .gray_darker_container_featured .gray_dark_container .read_more .pag_yellow_button:before, .media_hub_pagination .gray_light_container-d1_featured .gray_dark_container .read_more .pag_yellow_button:before, .media_hub_pagination .gray_light_container_featured .gray_dark_container .read_more .pag_yellow_button:before, .media_hub_pagination .white_container_featured .gray_dark_container .read_more .pag_yellow_button:before, .search_page_header .sidebar .black_container_featured .gray_dark_container .read_more div.gsc-clear-button:after, .search_page_header .sidebar .blue_container_featured .gray_dark_container .read_more div.gsc-clear-button:after, .search_page_header .sidebar .dark_blue_container_featured .gray_dark_container .read_more div.gsc-clear-button:after, .search_page_header .sidebar .gold_container_featured .gray_dark_container .read_more div.gsc-clear-button:after, .search_page_header .sidebar .gray_container_featured .gray_dark_container .read_more div.gsc-clear-button:after, .search_page_header .sidebar .gray_dark_container .black_container_featured .read_more div.gsc-clear-button:after, .search_page_header .sidebar .gray_dark_container .blue_container_featured .read_more div.gsc-clear-button:after, .search_page_header .sidebar .gray_dark_container .classic_white_button_blue_border_small div.gsc-clear-button:after, .search_page_header .sidebar .gray_dark_container .classic_white_button_blue_border div.gsc-clear-button:after, .search_page_header .sidebar .gray_dark_container .classic_white_button_small div.gsc-clear-button:after, .search_page_header .sidebar .gray_dark_container .classic_white_button div.gsc-clear-button:after, .search_page_header .sidebar .gray_dark_container .classic_yellow_button_d1 div.gsc-clear-button:after, .search_page_header .sidebar .gray_dark_container .classic_yellow_button_small div.gsc-clear-button:after, .search_page_header .sidebar .gray_dark_container .classic_yellow_button div.gsc-clear-button:after, .search_page_header .sidebar .gray_dark_container .dark_blue_container_featured .read_more div.gsc-clear-button:after, .search_page_header .sidebar .gray_dark_container .gold_container_featured .read_more div.gsc-clear-button:after, .search_page_header .sidebar .gray_dark_container .gray_container_featured .read_more div.gsc-clear-button:after, .search_page_header .sidebar .gray_dark_container .gray_dark_container_featured .read_more div.gsc-clear-button:after, .search_page_header .sidebar .gray_dark_container .gray_darker_container_featured .read_more div.gsc-clear-button:after, .search_page_header .sidebar .gray_dark_container .gray_light_container-d1_featured .read_more div.gsc-clear-button:after, .search_page_header .sidebar .gray_dark_container .gray_light_container_featured .read_more div.gsc-clear-button:after, .search_page_header .sidebar .gray_dark_container .white_container_featured .read_more div.gsc-clear-button:after, .search_page_header .sidebar .gray_dark_container_featured .gray_dark_container .read_more div.gsc-clear-button:after, .search_page_header .sidebar .gray_darker_container_featured .gray_dark_container .read_more div.gsc-clear-button:after, .search_page_header .sidebar .gray_light_container-d1_featured .gray_dark_container .read_more div.gsc-clear-button:after, .search_page_header .sidebar .gray_light_container_featured .gray_dark_container .read_more div.gsc-clear-button:after, .search_page_header .sidebar .white_container_featured .gray_dark_container .read_more div.gsc-clear-button:after, .white_container_featured .gray_dark_container .read_more, .white_container_featured .gray_dark_container .read_more .black_transparent_button:before, .white_container_featured .gray_dark_container .read_more .chosen-container-single .chosen-single div b:after, .white_container_featured .gray_dark_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-next span:before, .white_container_featured .gray_dark_container .read_more .datepicker_hub.ui-datepicker .ui-datepicker-prev span:before, .white_container_featured .gray_dark_container .read_more .fa, .white_container_featured .gray_dark_container .read_more .featured_content-media_picture a i:before, .white_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_left:after, .white_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right, .white_container_featured .gray_dark_container .read_more .hub_fancybox_individual_gallery .hub_gallery_right:after, .white_container_featured .gray_dark_container .read_more .hub_filter_page_component .media_gal_picture i:before, .white_container_featured .gray_dark_container .read_more .media_hub_pagination .pag_yellow_button:before, .white_container_featured .gray_dark_container .read_more .rev_multilines_button_styles.rev-btn:before, .white_container_featured .gray_dark_container .read_more .search_page_header .sidebar div.gsc-clear-button:after, .white_container_featured .gray_dark_container .read_more .white_transparent_button:before, .white_container_featured .gray_dark_container .read_more .yellow_button:before, .white_container_featured .gray_dark_container .read_more .yellow_transparent_button:before, .white_container_featured .gray_dark_container .read_more:hover {
  color: #000;
}

/* line 16861, sass/branding.scss */
.gray_dark_container .classic_white_button, .gray_dark_container .classic_white_button_small {
  color: #fff;
}

/* line 16864, sass/branding.scss */
.gray_dark_container .classic_white_button:hover, .gray_dark_container .classic_white_button_small:hover {
  color: #000;
}

/* line 16867, sass/branding.scss */
.gray_dark_container h3 a {
  text-decoration: none;
  color: #fff;
}

/* line 16871, sass/branding.scss */
.gray_dark_container_featured .read_more i {
  margin-left: 8px;
  margin-left: .5rem;
  color: #000;
}

/* line 16876, sass/branding.scss */
.white_container_featured h3 a {
  text-decoration: none;
  color: #000;
}

/* line 16880, sass/branding.scss */
.white_container_featured .read_more i {
  margin-left: 8px;
  margin-left: .5rem;
  color: #000;
}

/* line 16885, sass/branding.scss */
.black_transparent_button, .rev_multilines_button_styles.rev-btn, .white_transparent_button, .yellow_button, .yellow_transparent_button {
  position: relative;
  background: #fff;
  font: 600 16px Open Sans, sans-serif;
  font: 600 1rem Open Sans, sans-serif;
  line-height: 33.6px;
  line-height: 2.1rem;
  font-style: italic;
  border: 1px solid #000;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  transition: color .3s;
  text-align: left;
  color: #000;
  padding-right: 50px;
  text-decoration: none;
}

/* line 16903, sass/branding.scss */
.black_transparent_button:hover, .rev_multilines_button_styles.rev-btn:hover, .white_transparent_button:hover, .yellow_button:hover, .yellow_transparent_button:hover {
  border: 1px solid #ffd300;
  color: #000;
  text-decoration: none;
}

/* line 16908, sass/branding.scss */
.black_transparent_button:hover:after, .rev_multilines_button_styles.rev-btn:hover:after, .white_transparent_button:hover:after, .yellow_button:hover:after, .yellow_transparent_button:hover:after {
  transform: translateY(-100%);
  transition: transform 0.3s;
}

/* line 16912, sass/branding.scss */
.black_transparent_button:after, .rev_multilines_button_styles.rev-btn:after, .white_transparent_button:after, .yellow_button:after, .yellow_transparent_button:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffd300;
  content: "";
  z-index: -2;
  transition: transform 0.3s;
}

/* line 16923, sass/branding.scss */
.black_transparent_button:before, .rev_multilines_button_styles.rev-btn:before, .white_transparent_button:before, .yellow_button:before, .yellow_transparent_button:before {
  content: "´äà";
  right: 12px;
  top: 6.4px;
  top: .4rem;
  position: absolute;
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 16932, sass/branding.scss */
.rev_multilines_button_styles.rev-btn, .yellow_transparent_button {
  background: none;
  border: 2px solid #ffd300;
  color: #ffd300;
  display: inline-block;
}

/* line 16938, sass/branding.scss */
.rev_multilines_button_styles.rev-btn:hover, .yellow_transparent_button:hover {
  border: 2px solid #ffd300;
  color: #000;
  text-decoration: none;
}

/* line 16943, sass/branding.scss */
.rev_multilines_button_styles.rev-btn:hover:after, .yellow_transparent_button:hover:after {
  transform: translateY(-100%);
  transition: transform 0.3s;
}

/* line 16947, sass/branding.scss */
.rev_multilines_button_styles.rev-btn:hover:before, .yellow_transparent_button:hover:before {
  color: #000;
}

/* line 16950, sass/branding.scss */
.rev_multilines_button_styles.rev-btn:active, .rev_multilines_button_styles.rev-btn:focus, .yellow_transparent_button:active, .yellow_transparent_button:focus {
  outline: none;
  text-decoration: none;
}

/* line 16954, sass/branding.scss */
.rev_multilines_button_styles.rev-btn:after, .yellow_transparent_button:after {
  background: #ffd300;
}

/* line 16957, sass/branding.scss */
.rev_multilines_button_styles.rev-btn:before, .yellow_transparent_button:before {
  color: #ffd300;
}

/* line 16960, sass/branding.scss */
.yellow_button {
  line-height: 36.8px;
  line-height: 2.3rem;
  background: #ffd300;
  color: #000;
  border: none;
  display: inline-block;
  padding: 0 50px 0 16px;
  padding: 0 50px 0 1rem;
}

/* line 16970, sass/branding.scss */
.yellow_button:hover {
  border: none;
  color: #000;
  text-decoration: none;
}

/* line 16975, sass/branding.scss */
.yellow_button:hover:after {
  transform: translateY(-100%);
  transition: transform 0.3s;
}

/* line 16979, sass/branding.scss */
.yellow_button:after {
  background: #ffba00;
}

/* line 16982, sass/branding.scss */
.yellow_button:before {
  color: #000;
  top: 8px;
}

/* line 16986, sass/branding.scss */
.black_transparent_button {
  background: none;
  border: 2px solid #000;
  color: #000;
  display: inline-block;
}

/* line 16992, sass/branding.scss */
.black_transparent_button:hover {
  border: 2px solid #011c2c;
  color: #ffd300;
  text-decoration: none;
}

/* line 16997, sass/branding.scss */
.black_transparent_button:hover:after {
  transform: translateY(-100%);
  transition: transform 0.3s;
}

/* line 17001, sass/branding.scss */
.black_transparent_button:hover:before {
  color: #011c2c;
}

/* line 17004, sass/branding.scss */
.black_transparent_button:after {
  background: #011c2c;
}

/* line 17007, sass/branding.scss */
.black_transparent_button:before {
  color: #000;
}

/* line 17010, sass/branding.scss */
.black_container_featured .read_more, .blue_container_featured .read_more, .classic_white_button, .classic_white_button_blue_border, .classic_white_button_blue_border_small, .classic_white_button_small, .classic_yellow_button, .classic_yellow_button_d1, .classic_yellow_button_small, .dark_blue_container_featured .read_more, .gold_container_featured .read_more, .gray_container_featured .read_more, .gray_dark_container_featured .read_more, .gray_darker_container_featured .read_more, .gray_light_container-d1_featured .read_more, .gray_light_container_featured .read_more, .white_container_featured .read_more {
  background: #ffd300;
  border: 1px solid #ffd300;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
  height: 48px;
  height: 3rem;
  line-height: 46.4px;
  line-height: 2.9rem;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}

/* line 17030, sass/branding.scss */
.black_container_featured .read_more .material-icons, .blue_container_featured .read_more .material-icons, .classic_white_button .material-icons, .classic_white_button_blue_border .material-icons, .classic_white_button_blue_border_small .material-icons, .classic_white_button_small .material-icons, .classic_yellow_button .material-icons, .classic_yellow_button_d1 .material-icons, .classic_yellow_button_small .material-icons, .dark_blue_container_featured .read_more .material-icons, .gold_container_featured .read_more .material-icons, .gray_container_featured .read_more .material-icons, .gray_dark_container_featured .read_more .material-icons, .gray_darker_container_featured .read_more .material-icons, .gray_light_container-d1_featured .read_more .material-icons, .gray_light_container_featured .read_more .material-icons, .white_container_featured .read_more .material-icons {
  color: #000;
  font-size: 20.8px;
  font-size: 1.3rem;
  vertical-align: text-top;
}

/* line 17036, sass/branding.scss */
.black_container_featured .read_more:focus, .black_container_featured .read_more:hover, .blue_container_featured .read_more:focus, .blue_container_featured .read_more:hover, .classic_white_button:focus, .classic_white_button:hover, .classic_white_button_blue_border:focus, .classic_white_button_blue_border:hover, .classic_white_button_blue_border_small:focus, .classic_white_button_blue_border_small:hover, .classic_white_button_small:focus, .classic_white_button_small:hover, .classic_yellow_button:focus, .classic_yellow_button:hover, .classic_yellow_button_d1:focus, .classic_yellow_button_d1:hover, .classic_yellow_button_small:focus, .classic_yellow_button_small:hover, .dark_blue_container_featured .read_more:focus, .dark_blue_container_featured .read_more:hover, .gold_container_featured .read_more:focus, .gold_container_featured .read_more:hover, .gray_container_featured .read_more:focus, .gray_container_featured .read_more:hover, .gray_dark_container_featured .read_more:focus, .gray_dark_container_featured .read_more:hover, .gray_darker_container_featured .read_more:focus, .gray_darker_container_featured .read_more:hover, .gray_light_container-d1_featured .read_more:focus, .gray_light_container-d1_featured .read_more:hover, .gray_light_container_featured .read_more:focus, .gray_light_container_featured .read_more:hover, .white_container_featured .read_more:focus, .white_container_featured .read_more:hover {
  background: #e6be00;
  border: 1px solid #e6be00;
  color: #000;
  text-decoration: none;
}

/* line 17042, sass/branding.scss */
.black_container_featured .read_more:focus, .blue_container_featured .read_more:focus, .classic_white_button:focus, .classic_white_button_blue_border:focus, .classic_white_button_blue_border_small:focus, .classic_white_button_small:focus, .classic_yellow_button:focus, .classic_yellow_button_d1:focus, .classic_yellow_button_small:focus, .dark_blue_container_featured .read_more:focus, .gold_container_featured .read_more:focus, .gray_container_featured .read_more:focus, .gray_dark_container_featured .read_more:focus, .gray_darker_container_featured .read_more:focus, .gray_light_container-d1_featured .read_more:focus, .gray_light_container_featured .read_more:focus, .white_container_featured .read_more:focus {
  text-decoration: none;
  outline: none;
}

/* line 17046, sass/branding.scss */
.classic_white_button_blue_border, .classic_white_button_blue_border_small, .gold_container_featured .read_more {
  border: 1px solid #262626;
  color: #262626;
  background: none;
  white-space: nowrap;
}

/* line 17052, sass/branding.scss */
.classic_white_button_blue_border:focus, .classic_white_button_blue_border:hover, .classic_white_button_blue_border_small:focus, .classic_white_button_blue_border_small:hover, .gold_container_featured .read_more:focus, .gold_container_featured .read_more:hover {
  background: #262626;
  border: 1px solid #262626;
  color: #fff;
}

/* line 17057, sass/branding.scss */
.classic_white_button, .classic_white_button_small {
  border: 1px solid #fff;
  color: #fff;
  background: none;
  white-space: nowrap;
}

/* line 17063, sass/branding.scss */
.classic_white_button .material-icons, .classic_white_button_small .material-icons {
  color: #fff;
}

/* line 17066, sass/branding.scss */
.classic_white_button:focus, .classic_white_button:hover, .classic_white_button_small:focus, .classic_white_button_small:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #262626;
}

/* line 17071, sass/branding.scss */
.classic_white_button:focus .material-icons, .classic_white_button:hover .material-icons, .classic_white_button_small:focus .material-icons, .classic_white_button_small:hover .material-icons {
  color: #262626;
}

/* line 17074, sass/branding.scss */
.classic_white_button_small, .classic_yellow_button_d1, .classic_yellow_button_small, .small_btn_parameters {
  font-size: 14.4px;
  font-size: .9rem;
  height: 30.4px;
  height: 1.9rem;
  line-height: 27.2px;
  line-height: 1.7rem;
  padding: 0 16px;
  padding: 0 1rem;
}

/* line 17084, sass/branding.scss */
.classic_yellow_button_small i.fa-chevron-right, .icon_small {
  vertical-align: middle;
  font-size: 10px;
  font-size: 0.625rem;
}

/* line 17089, sass/branding.scss */
.classic_yellow_button_small i {
  margin-left: 8px;
  margin-left: 0.5rem;
}

/* line 17093, sass/branding.scss */
.classic_white_button_small:focus i, .classic_white_button_small:hover i {
  color: #000;
}

/* line 17096, sass/branding.scss */
.classic_white_button_small i {
  margin-left: 8px;
  margin-left: 0.5rem;
}

/* line 17100, sass/branding.scss */
.classic_white_button_small i.fa-chevron-right {
  vertical-align: middle;
  font-size: 10px;
  font-size: 0.625rem;
}

/* line 17105, sass/branding.scss */
.classic_white_button_blue_border_small {
  font-size: 14.4px;
  font-size: .9rem;
  height: 30.4px;
  height: 1.9rem;
  line-height: 27.2px;
  line-height: 1.7rem;
  padding: 0 15px;
}

/* line 17114, sass/branding.scss */
.classic_white_button_blue_border_small:focus .material-icons, .classic_white_button_blue_border_small:hover .material-icons {
  color: #fff;
}

/* line 17117, sass/branding.scss */
.classic_white_button_blue_border_small i {
  margin-left: 8px;
  margin-left: 0.5rem;
}

/* line 17121, sass/branding.scss */
.classic_white_button_blue_border_small i.fa-chevron-right {
  vertical-align: middle;
  font-size: 10px;
  font-size: 0.625rem;
}

/* line 17126, sass/branding.scss */
.yellow_heading {
  color: #ffd300;
}

/* line 17129, sass/branding.scss */
.mb1 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/* line 17133, sass/branding.scss */
.container_indent {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

/* line 17139, sass/branding.scss */
section {
  width: 100%;
  overflow: hidden;
}

/* line 17143, sass/branding.scss */
.section_gray_gap {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

@media (max-width: 767px) {
  /* line 17151, sass/branding.scss */
  .black_transparent_button, .rev_multilines_button_styles.rev-btn, .white_transparent_button, .yellow_button, .yellow_transparent_button {
    line-height: 1.8rem;
  }

  /* line 17154, sass/branding.scss */
  .rev_multilines_button_styles.rev-btn:before, .yellow_transparent_button:before {
    line-height: 1.2rem;
    top: 4px;
    color: #ffd300;
  }
}
/* line 17160, sass/branding.scss */
.pointer {
  cursor: pointer;
}

/* line 17163, sass/branding.scss */
.header_search_top {
  cursor: pointer;
  vertical-align: top;
}

/* line 17167, sass/branding.scss */
.header_search_top .material-icons {
  font-size: 30.4px;
  font-size: 1.9rem;
  color: #fff;
  line-height: 70px;
}

/* line 17173, sass/branding.scss */
.button_burger {
  display: none;
}

/* line 17176, sass/branding.scss */
.head_inner_horisontal .dropdown, .head_inner_horisontal .navbar, .head_inner_horisontal > [class*=col-], .head_inner_horisontal > [class^=col-] {
  position: static;
}

/* line 17179, sass/branding.scss */
.head_inner_horisontal .navbar {
  padding: 0;
}

/* line 17182, sass/branding.scss */
.navbar-static-top {
  display: inline-block;
}

/* line 17185, sass/branding.scss */
.dropmenu_section .dropdown_menu__list li a, .link_default {
  color: #000;
  text-decoration: none;
}

/* line 17189, sass/branding.scss */
.header_quicklink, .header_quicklink:hover, .internal_links a, .internal_links a:hover, .link_default_white, .nav_top_link, .nav_top_link:hover {
  color: #fff;
  text-decoration: none;
}

/* line 17193, sass/branding.scss */
.header_quicklink, .internal_links a, .nav_top_link {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 17197, sass/branding.scss */
.header_quicklink:active, .header_quicklink:visited, .internal_links a:active, .internal_links a:visited, .nav_top_link:active, .nav_top_link:visited {
  color: #fff;
}

/* line 17200, sass/branding.scss */
.header_quicklink:focus, .internal_links a:focus, .nav_top_link:focus {
  text-decoration: none;
}

/* line 17203, sass/branding.scss */
.header_logo_place {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
}

/* line 17208, sass/branding.scss */
.header_logo_place a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

/* line 17213, sass/branding.scss */
.logo_line {
  height: 70px;
}

/* line 17216, sass/branding.scss */
.header_quicklink {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 70px;
  font-weight: 400;
  display: inline-block;
}

/* line 17223, sass/branding.scss */
.header_quicklink:visited {
  color: #fff;
}

/* line 17226, sass/branding.scss */
.header_quicklink .material-icons {
  font-size: 28.8px;
  font-size: 1.8rem;
  vertical-align: middle;
}

/* line 17231, sass/branding.scss */
.internal_links a {
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 17235, sass/branding.scss */
.header_burger {
  background: none;
  border: none;
  vertical-align: middle;
  margin-left: 6%;
  cursor: pointer;
}

/* line 17242, sass/branding.scss */
.header_burger .icon-bar {
  width: 20px;
  height: 3px;
  background: #fff;
  display: block;
  margin: 3px 0;
}

/* line 17249, sass/branding.scss */
.global_header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

/* line 17256, sass/branding.scss */
.flinders_logo_black, .yellow_header .flinders_logo_white {
  display: none;
}

/* line 17259, sass/branding.scss */
.yellow_header .flinders_logo_black {
  display: inline-block;
}

/* line 17262, sass/branding.scss */
.header_active {
  background: #011c2c !important;
}

/* line 17265, sass/branding.scss */
.header_active .flinders_logo_white {
  display: inline-block;
}

/* line 17268, sass/branding.scss */
.header_active .flinders_logo_black {
  display: none;
}

/* line 17271, sass/branding.scss */
.header_global_search_form {
  width: 100%;
  background: #f7f7f7;
  position: absolute;
  left: 0;
  top: 70px;
  height: 64px;
  display: none;
  z-index: 3;
}

/* line 17281, sass/branding.scss */
.header_global_search_form input[type=text] {
  background: #fff;
  color: #011c2c;
  border: none;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.24;
  padding-left: 0;
  margin: 15px;
  height: 34px;
}

/* line 17292, sass/branding.scss */
.header_global_search_form input[type=text]::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #777;
}

/* line 17296, sass/branding.scss */
.header_global_search_form input[type=text]:-moz-placeholder, .header_global_search_form input[type=text]::-moz-placeholder {
  opacity: 1 !important;
  color: #777;
}

/* line 17300, sass/branding.scss */
.header_global_search_form input[type=text]:-ms-input-placeholder {
  opacity: 1 !important;
  color: #777;
}

/* line 17304, sass/branding.scss */
.header_global_search_form input[type=text]:focus {
  outline-width: 0;
  outline: none;
  border: none;
}

/* line 17309, sass/branding.scss */
header .global_header .gsc-search-box {
  padding: 0;
  position: relative;
}

/* line 17313, sass/branding.scss */
header .global_header .gsc-search-box td {
  padding: 0;
  display: inline;
}

/* line 17317, sass/branding.scss */
header .global_header .gsc-search-box td input[type=text] {
  width: 100%;
  margin: 0;
  padding: 0 0 0 80px;
  height: 64px;
  background: #f7f7f7 !important;
}

/* line 17324, sass/branding.scss */
header .global_header .gsc-search-box td .gsc-input-focus {
  height: 65px;
}

/* line 17327, sass/branding.scss */
header .global_header .gsc-search-box td input[type=button].gsc-search-button {
  border: none;
  position: absolute;
  left: 1px;
  float: left;
  top: 0;
  border-right: 1px solid #011c2c;
  text-index: -999px;
  border-radius: 0;
  height: 64px;
  width: 64px;
  min-width: 25px;
  background: #f7f7f7 url(../css/images/search-icon.png) no-repeat 50%;
  text-indent: -9999px;
  z-index: 110;
  padding: 0;
}

/* line 17344, sass/branding.scss */
header .global_header .gsc-search-box td .gsc-clear-button {
  display: none;
}

/* line 17347, sass/branding.scss */
header .global_header .gsc-search-box .gsc-input {
  padding-right: 0;
}

/* line 17350, sass/branding.scss */
.global_header .container {
  position: relative;
}

/* line 17353, sass/branding.scss */
.header_global_search_close {
  cursor: pointer;
}

/* line 17356, sass/branding.scss */
.header_global_search_insert {
  padding-left: 0;
  position: relative;
}

/* line 17360, sass/branding.scss */
.header_global_search_insert .material-icons {
  color: #011c2c;
  position: relative;
  right: 0;
  top: 18px;
  font-size: 27.2px;
  font-size: 1.7rem;
}

/* line 17368, sass/branding.scss */
.internal_links .top_main_navigation a, .top_main_navigation .header_quicklink, .top_main_navigation .internal_links a, .top_main_navigation .nav_top_link {
  line-height: 70px;
  display: inline-block;
  font-weight: 400;
}

/* line 17373, sass/branding.scss */
.header_right {
  padding-top: 19px;
}

/* line 17376, sass/branding.scss */
.dropdown_menu__list {
  list-style-type: none;
}

/* line 17379, sass/branding.scss */
.dropmenu_section .dropdown_menu__list li {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

/* line 17383, sass/branding.scss */
.dropmenu_section .dropdown_menu__list li a {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 17388, sass/branding.scss */
.dropmenu_section .dropdown_menu__list li a:hover {
  text-decoration: underline;
}

/* line 17391, sass/branding.scss */
.dropdown_buttons_line {
  margin-right: -10px;
}

/* line 17394, sass/branding.scss */
.dropdown_buttons_line > div.row {
  padding: 16px 0;
  padding: 1rem 0;
  background-color: #ffd300;
}

/* line 17399, sass/branding.scss */
.header_quicklink_section {
  list-style-type: none;
  margin: 0 30px 0 0;
  padding: 0;
}

/* line 17404, sass/branding.scss */
.header_quicklink_section > li {
  margin: 0;
}

/* line 17407, sass/branding.scss */
.dropdown_buttons_line .black_transparent_button {
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}

/* line 17413, sass/branding.scss */
.dropdown_buttons_line .black_transparent_button:before {
  top: 30%;
}

/* line 17416, sass/branding.scss */
.dropdown_buttons_line .black_transparent_button:hover:before {
  color: #ffd300;
}

/* line 17419, sass/branding.scss */
.header_search_top.active {
  position: relative;
}

/* line 17422, sass/branding.scss */
.header_search_top.active:after {
  position: absolute;
  content: '';
  width: 120%;
  left: -10%;
  bottom: 0;
  height: 6px;
  background: #ffd300;
}

/* line 17431, sass/branding.scss */
.header_search_top.active i {
  color: #ffd300;
}

/* line 17434, sass/branding.scss */
.sectionfixed header {
  padding-top: 64px;
}

/* line 17437, sass/branding.scss */
.sectionfixed header .head_inner_second_line .header_search_top.active:after {
  background: #000;
}

/* line 17440, sass/branding.scss */
.li_dropdown_section, .top_main_navigation_wrap .dropmenu_section_blue:after, .top_main_navigation_wrap .dropmenu_section_yellow:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  height: 200px;
  width: 100%;
}

/* line 17448, sass/branding.scss */
.top_main_navigation_wrap .dropmenu_section_blue {
  position: relative;
}

/* line 17451, sass/branding.scss */
.top_main_navigation_wrap .dropmenu_section_blue:after {
  background: #011c2c;
}

/* line 17454, sass/branding.scss */
.top_main_navigation_wrap .dropmenu_section_blue .head_list_heading:before {
  background: #fff;
}

/* line 17457, sass/branding.scss */
.top_main_navigation_wrap .dropmenu_section_yellow {
  position: relative;
}

/* line 17460, sass/branding.scss */
.top_main_navigation_wrap .dropmenu_section_yellow:after {
  background: #ffd300;
}

/* line 17463, sass/branding.scss */
.body_sub_page .gstl_50.gssb_c, .main_page_body .gstl_50.gssb_c {
  position: fixed !important;
  top: 134px !important;
}

/* line 17467, sass/branding.scss */
.body_sub_page.sectionfixed .gstl_50.gssb_c {
  position: fixed !important;
  top: 128px !important;
}

/* line 17471, sass/branding.scss */
.logo_line.header_active.search_transorm_dark_bg {
  position: relative;
}

/* line 17474, sass/branding.scss */
.logo_line.header_active.search_transorm_dark_bg:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
}

/* line 17484, sass/branding.scss */
.logo_line.header_active.search_transorm_dark_bg .header_search_top {
  z-index: 13;
}

/* line 17487, sass/branding.scss */
.head_inner_second_line .logo_line.header_active.search_transorm_dark_bg:after {
  height: 64px;
}

@media (min-width: 992px) {
  /* line 17492, sass/branding.scss */
  .yellow_header .header_quicklink, .yellow_header .header_search_top i, .yellow_header .top_main_navigation.navbar-nav .nav-item > a {
    color: #000;
  }

  /* line 17495, sass/branding.scss */
  .top_main_navigation.navbar-nav {
    display: inline-block;
    margin: 0 auto 0 130px;
    vertical-align: top;
  }

  /* line 17500, sass/branding.scss */
  .top_main_navigation.navbar-nav .nav-item {
    margin-left: 0;
  }

  /* line 17503, sass/branding.scss */
  .top_main_navigation.navbar-nav .nav-item > a {
    padding: 0 1rem;
    font-weight: 600;
  }

  /* line 17507, sass/branding.scss */
  .header_burger i {
    display: none;
  }

  /* line 17510, sass/branding.scss */
  .author.main_page_body .global_header {
    background: #011c2c;
    position: static;
  }

  /* line 17514, sass/branding.scss */
  .open .dropdown-menu {
    display: none;
  }

  /* line 17517, sass/branding.scss */
  .open_row > a {
    color: #ffd300;
  }

  /* line 17520, sass/branding.scss */
  .open_row .dropdown-menu {
    display: block;
    border: none;
    margin: 0;
    border-radius: 0;
    top: 70px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  /* line 17530, sass/branding.scss */
  .top_main_navigation > li > .dropdown-menu {
    overflow: hidden;
  }

  /* line 17533, sass/branding.scss */
  .open_row .dropmenu_section_wrapper {
    position: relative;
  }

  /* line 17536, sass/branding.scss */
  .open_row .dropmenu_section {
    background: #fff;
    height: calc(100% - 5.3125rem);
  }

  /* line 17540, sass/branding.scss */
  .open_row .dropmenu_section .dropdown_menu__list {
    position: relative;
    background: #fff;
    top: 0;
    padding: 0 0 1rem;
    margin: 0;
  }

  /* line 17547, sass/branding.scss */
  .open_row .dropmenu_section .dropdown_menu__list li > a {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* line 17551, sass/branding.scss */
  .open_row .dropmenu_section .dropdown_menu__list li a {
    display: inline-block;
  }

  /* line 17554, sass/branding.scss */
  .open_row .dropmenu_section.dropmenu_section_white, .open_row .dropmenu_section.dropmenu_section_white .dropdown_menu__list {
    background: #fff;
  }

  /* line 17557, sass/branding.scss */
  .open_row .dropmenu_section.dropmenu_section_white .dropdown_menu__list li a {
    color: #2a2a2a;
  }

  /* line 17560, sass/branding.scss */
  .open_row .dropmenu_section.dropmenu_section_yellow, .open_row .dropmenu_section.dropmenu_section_yellow .dropdown_menu__list {
    background: #ffd300;
  }

  /* line 17563, sass/branding.scss */
  .open_row .dropmenu_section.dropmenu_section_yellow .dropdown_menu__list li a {
    color: #011c2c;
  }

  /* line 17566, sass/branding.scss */
  .open_row .dropmenu_section.dropmenu_section_blue, .open_row .dropmenu_section.dropmenu_section_blue .dropdown_menu__list {
    background: #011c2c;
  }

  /* line 17569, sass/branding.scss */
  .open_row .dropmenu_section.dropmenu_section_blue .dropdown_menu__list li a {
    color: #fff;
  }

  /* line 17572, sass/branding.scss */
  .dropmenu_section .dropdown_menu__list li.head_list_heading {
    margin-bottom: 1rem;
  }

  /* line 17575, sass/branding.scss */
  .head_list_heading {
    height: 85px;
    overflow: hidden;
    padding: 0;
    position: relative;
  }

  /* line 17581, sass/branding.scss */
  .head_list_heading a, .head_list_heading span {
    color: #2a2a2a;
    position: relative;
    font-weight: 600;
    font-size: 1;
    font-family: Open Sans, sans-serif;
    padding: 1.2rem 1rem 0;
    overflow: hidden;
    display: block;
    text-decoration: none;
  }

  /* line 17592, sass/branding.scss */
  .head_list_heading:before {
    position: absolute;
    content: '';
    background: #2a2a2a;
    width: 100%;
    left: 0;
    height: 1px;
    bottom: 0;
  }

  /* line 17601, sass/branding.scss */
  .dropmenu_section_white .head_list_heading a, .dropmenu_section_white .head_list_heading span {
    color: #2a2a2a;
  }

  /* line 17604, sass/branding.scss */
  .dropmenu_section_white .head_list_heading a:before, .dropmenu_section_white .head_list_heading span:before {
    background: #2a2a2a;
  }

  /* line 17607, sass/branding.scss */
  .dropmenu_section_yellow .head_list_heading a, .dropmenu_section_yellow .head_list_heading span {
    color: #011c2c;
  }

  /* line 17610, sass/branding.scss */
  .dropmenu_section_yellow .head_list_heading a:before, .dropmenu_section_yellow .head_list_heading span:before {
    background: #011c2c;
  }

  /* line 17613, sass/branding.scss */
  .dropmenu_section_blue .head_list_heading a, .dropmenu_section_blue .head_list_heading span {
    color: #fff;
  }

  /* line 17616, sass/branding.scss */
  .dropmenu_section_blue .head_list_heading a:before, .dropmenu_section_blue .head_list_heading span:before {
    background: #fff;
  }

  /* line 17619, sass/branding.scss */
  .subpage_global_header {
    background: #011c2c;
  }

  /* line 17622, sass/branding.scss */
  .subpage_global_header .global_header {
    position: static;
  }

  /* line 17625, sass/branding.scss */
  .second_level_menu {
    position: absolute;
    left: 0;
    top: 96px;
    width: 100%;
    height: 60px;
    background: #011c2c;
  }

  /* line 17633, sass/branding.scss */
  .internal_links .open_row a, .open_row .header_quicklink, .open_row .internal_links a, .open_row .nav_top_link {
    position: relative;
  }

  /* line 17636, sass/branding.scss */
  .internal_links .open_row a:hover, .open_row .header_quicklink:hover, .open_row .internal_links a:hover, .open_row .nav_top_link:hover {
    color: #ffd300;
  }

  /* line 17639, sass/branding.scss */
  .internal_links .open_row a:before, .open_row .header_quicklink:before, .open_row .internal_links a:before, .open_row .nav_top_link:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    background: #ffd300;
    height: 6px;
    z-index: 1111;
    bottom: 0;
  }

  /* line 17649, sass/branding.scss */
  .head_inner_second_line .subheader_right_search {
    display: none;
  }

  /* line 17652, sass/branding.scss */
  .head_inner_second_line, .head_inner_second_line .logo_line {
    height: 64px;
  }

  /* line 17655, sass/branding.scss */
  .head_inner_second_line .logo_line .container {
    position: relative;
  }

  /* line 17658, sass/branding.scss */
  .head_inner_second_line .logo_line .container .top_main_navigation.navbar-nav {
    margin-left: 0;
  }

  /* line 17661, sass/branding.scss */
  .head_inner_second_line .logo_line .container .top_main_navigation.navbar-nav .nav-item > a {
    padding-left: 0;
    line-height: 64px;
  }

  /* line 17665, sass/branding.scss */
  .head_inner_second_line .logo_line .container .top_main_navigation.navbar-nav .nav-item .material-icons {
    color: #667680;
    margin-left: -15px;
    margin-right: 15px;
    vertical-align: middle;
    font-size: 1rem;
  }

  /* line 17672, sass/branding.scss */
  .head_inner_second_line .logo_line .container .top_main_navigation.navbar-nav .open_row .material-icons, .head_inner_second_line .logo_line .container .top_main_navigation.navbar-nav .open_row > a {
    color: #ffd300;
  }

  /* line 17675, sass/branding.scss */
  .head_inner_second_line .logo_line .container .top_main_navigation.navbar-nav .open_row > .dropdown-menu {
    top: 64px;
  }

  /* line 17678, sass/branding.scss */
  .head_inner_second_line .logo_line .container .top_main_navigation.navbar-nav .dropdown_menu__list li {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 17682, sass/branding.scss */
  .head_inner_second_line .logo_line .container .top_main_navigation.navbar-nav .dropdown_menu__list li a {
    padding: 10px 15px;
  }

  /* line 17685, sass/branding.scss */
  .sectionfixed .head_inner_second_line .logo_line .container .top_main_navigation.navbar-nav .open_row .material-icons {
    color: #000;
  }

  /* line 17688, sass/branding.scss */
  .internal_links .sectionfixed .head_inner_second_line .logo_line .container .open_row a:before, .sectionfixed .head_inner_second_line .logo_line .container .open_row .header_quicklink:before, .sectionfixed .head_inner_second_line .logo_line .container .open_row .internal_links a:before, .sectionfixed .head_inner_second_line .logo_line .container .open_row .nav_top_link:before {
    background: #000;
  }

  /* line 17691, sass/branding.scss */
  .sectionfixed .head_inner_second_line .search_transorm_dark_bg .container .head_inner_horisontal .subheader_right_search .header_search_top i {
    color: #fff;
  }

  /* line 17694, sass/branding.scss */
  .head_list_heading_empty {
    padding-top: 6.26667rem;
  }

  /* line 17697, sass/branding.scss */
  .head_inner_second_line {
    top: -50px;
  }

  /* line 17700, sass/branding.scss */
  .sectionfixed .header_global_search_form {
    position: fixed;
    top: 64px;
  }

  /* line 17704, sass/branding.scss */
  .sectionfixed .head_inner_second_line {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-transition-property: top;
    -webkit-transition-duration: .3s;
    background: #ffd300;
  }

  /* line 17712, sass/branding.scss */
  .sectionfixed .head_inner_second_line .header_active {
    background: #ffd300 !important;
  }

  /* line 17715, sass/branding.scss */
  .sectionfixed .head_inner_second_line .header_active .subheader_right_search {
    display: block;
  }

  /* line 17718, sass/branding.scss */
  .sectionfixed .head_inner_second_line .header_active .top_main_navigation.navbar-nav .open_row > a, .sectionfixed .head_inner_second_line .header_active .top_main_navigation.navbar-nav .open_row i, .sectionfixed .head_inner_second_line .header_active .top_main_navigation.navbar-nav li a {
    color: #000;
  }

  /* line 17721, sass/branding.scss */
  .sectionfixed .head_inner_second_line .header_active .top_main_navigation.navbar-nav .open_row .dropmenu_section_blue .head_list_heading:before {
    background: #fff;
  }

  /* line 17724, sass/branding.scss */
  .sectionfixed .head_inner_second_line .header_active .top_main_navigation.navbar-nav .open_row .dropmenu_section_blue a {
    color: #fff;
  }

  /* line 17727, sass/branding.scss */
  .sectionfixed .head_inner_second_line .header_active .header_quicklink, .sectionfixed .head_inner_second_line .header_active .header_search_top .material-icons, .sectionfixed .head_inner_second_line .header_active .open_row .header_quicklink {
    color: #000;
  }

  /* line 17730, sass/branding.scss */
  .sectionfixed .head_inner_second_line .subheader_right_search {
    display: block;
  }

  /* line 17733, sass/branding.scss */
  .sectionfixed .sub_global_header {
    margin-bottom: 60px;
  }

  /* line 17736, sass/branding.scss */
  .sectionfixed .header_quicklink {
    line-height: 64px;
    color: #000;
  }

  /* line 17740, sass/branding.scss */
  .sectionfixed .header_search_top .material-icons {
    line-height: 64px;
  }

  /* line 17743, sass/branding.scss */
  .internal_links .sectionfixed a, .sectionfixed .header_quicklink, .sectionfixed .internal_links a, .sectionfixed .nav_top_link {
    color: #000;
  }

  /* line 17746, sass/branding.scss */
  .internal_links .sectionfixed .header_active a, .sectionfixed .header_active .header_quicklink, .sectionfixed .header_active .header_search_top .material-icons, .sectionfixed .header_active .internal_links a, .sectionfixed .header_active .nav_top_link {
    color: #fff;
  }

  /* line 17749, sass/branding.scss */
  .internal_links .sectionfixed .open_row a, .sectionfixed .open_row .header_quicklink, .sectionfixed .open_row .internal_links a, .sectionfixed .open_row .nav_top_link {
    color: #ffd300;
  }

  /* line 17752, sass/branding.scss */
  .sectionfixed .black_toplevel .pull-right {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-transition-property: top;
    -webkit-transition-duration: .3s;
    z-index: 1111111;
  }

  /* line 17760, sass/branding.scss */
  .sectionfixed .subheader_right_search {
    display: block;
  }

  /* line 17763, sass/branding.scss */
  .sectionfixed .header_search_top .material-icons {
    color: #000;
  }

  /* line 17766, sass/branding.scss */
  .subpage_global_header .top_main_navigation > li > a.active {
    color: #777;
    cursor: default;
  }

  /* line 17770, sass/branding.scss */
  .subpage_global_header .top_main_navigation > li > a.active:hover {
    color: #777;
  }

  /* line 17773, sass/branding.scss */
  .subpage_global_header .top_main_navigation .open_row > a.active:before {
    display: none;
  }

  /* line 17776, sass/branding.scss */
  .subpage_global_header .top_main_navigation .open_row > a.active:hover {
    color: #777;
  }

  /* line 17779, sass/branding.scss */
  .subpage_global_header .top_main_navigation .open_row a.active + div.dropdown-menu {
    display: none;
  }

  /* line 17782, sass/branding.scss */
  .header_active .top_main_navigation.navbar-nav .nav-item > a {
    color: #fff;
  }

  /* line 17785, sass/branding.scss */
  .header_active .top_main_navigation.navbar-nav .nav-item .active {
    color: #777;
  }

  /* line 17788, sass/branding.scss */
  .header_active .top_main_navigation.navbar-nav .active > a {
    color: #777;
    cursor: default;
  }

  /* line 17792, sass/branding.scss */
  .header_active .header_quicklink, .header_active .header_search_top i {
    color: #fff;
  }

  /* line 17795, sass/branding.scss */
  .sectionfixed .logo_line.header_active.search_transorm_dark_bg .header_search_top {
    color: #ffd300;
  }

  /* line 17798, sass/branding.scss */
  .dropdown-submenu {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 90px;
    width: 100%;
    height: 79px;
  }

  /* line 17806, sass/branding.scss */
  .dropdown-submenu .nav-item > a {
    color: #fff;
    font-size: 1rem;
  }

  /* line 17810, sass/branding.scss */
  .header_active + .container .dropdown-submenu .nav-item > a {
    color: #000;
  }

  /* line 17813, sass/branding.scss */
  .quicklink_subsection {
    position: absolute;
    right: 0;
    top: 90px;
    z-index: 11112;
    padding-top: 1.5rem;
  }

  /* line 17820, sass/branding.scss */
  .bottom_band_menu_mv {
    display: none;
  }

  /* line 17823, sass/branding.scss */
  .open_row.mini_mega_menu {
    top: 0;
    position: relative;
  }

  /* line 17827, sass/branding.scss */
  .open_row.mini_mega_menu .dropdown-menu {
    min-width: 280px;
    width: auto;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  /* line 17834, sass/branding.scss */
  .open_row.mini_mega_menu .dropdown_menu__list {
    margin-bottom: 0;
  }

  /* line 17837, sass/branding.scss */
  .open_row.mini_mega_menu .dropdown_menu__list li {
    margin: 0 -15px;
  }

  /* line 17840, sass/branding.scss */
  .open_row.mini_mega_menu .dropdown_menu__list li a {
    padding: 15px;
    display: block;
  }

  /* line 17844, sass/branding.scss */
  .open_row.mini_mega_menu .dropdown_menu__list li a:hover {
    background: #ffd300;
    text-decoration: none;
    color: #000;
    font-weight: 600;
  }

  /* line 17850, sass/branding.scss */
  .header_quicklink_section .open_row.mini_mega_menu .dropdown-menu {
    left: inherit;
    right: 0;
    top: 70px;
  }

  /* line 17855, sass/branding.scss */
  .sectionfixed .header_quicklink_section .open_row.mini_mega_menu > .dropdown-menu {
    top: 64px;
  }

  /* line 17858, sass/branding.scss */
  .sub_global_header .dropdown-menu, .sub_global_header .header_quicklink_section .open_row.mini_mega_menu .dropdown-menu {
    top: 60px;
  }

  /* line 17861, sass/branding.scss */
  .link_overview, .top_main_navigation .quicklink_section_mv {
    display: none;
  }

  /* line 17864, sass/branding.scss */
  .top_main_navigation .dropdown-menu .dropmenu_section_wrapper > .col-lg-6 ul {
    -moz-column-count: 2;
    column-count: 2;
  }

  /* line 17868, sass/branding.scss */
  .top_main_navigation .dropdown-menu .dropmenu_section_wrapper > .col-lg-9 ul {
    -moz-column-count: 3;
    column-count: 3;
  }

  /* line 17872, sass/branding.scss */
  .top_main_navigation .dropdown-menu .dropmenu_section_wrapper > .col-lg-12 ul {
    -moz-column-count: 4;
    column-count: 4;
  }

  /* line 17876, sass/branding.scss */
  .sub_global_header .header_global_search_form {
    top: 70px;
  }

  /* line 17879, sass/branding.scss */
  .head_inner_second_line {
    z-index: 111;
    background: #011c2c;
  }

  /* line 17883, sass/branding.scss */
  .yellow_heading_section_mv {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 17889, sass/branding.scss */
  header {
    padding-top: 70px;
  }

  /* line 17892, sass/branding.scss */
  .flinders_logo_white {
    display: inline-block;
    margin-top: -1px;
  }

  /* line 17896, sass/branding.scss */
  .global_header .logo_line {
    height: 70px;
  }

  /* line 17899, sass/branding.scss */
  .header_search_top .material-icons {
    line-height: 70px;
  }

  /* line 17902, sass/branding.scss */
  .logo_line, .sub_global_header {
    background: #011c2c !important;
  }

  /* line 17905, sass/branding.scss */
  .header_quicklink {
    line-height: 70px;
  }

  /* line 17908, sass/branding.scss */
  .header_burger .material-icons, .header_quicklink span {
    display: none;
  }

  /* line 17911, sass/branding.scss */
  .header_quicklink_section {
    margin: 0;
  }

  /* line 17914, sass/branding.scss */
  .header_burger {
    margin-left: 2%;
  }

  /* line 17917, sass/branding.scss */
  .header_burger[aria-expanded=true] span, .header_burger[aria-expanded=true] span:first-child + span {
    display: none;
  }

  /* line 17920, sass/branding.scss */
  .header_burger[aria-expanded=true] i {
    width: 20px;
    display: block;
    color: #ffd300;
  }

  /* line 17925, sass/branding.scss */
  .internal_links .top_main_navigation_wrap .top_main_navigation .nav-item a, .link_mobile_version, .top_main_navigation_wrap .top_main_navigation .nav-item .header_quicklink, .top_main_navigation_wrap .top_main_navigation .nav-item .internal_links a, .top_main_navigation_wrap .top_main_navigation .nav-item .nav_top_link {
    line-height: inherit;
    display: block;
    text-align: left;
    position: relative;
    color: #fff;
    font-weight: 600;
    padding: 1rem 0.5rem;
  }

  /* line 17934, sass/branding.scss */
  .top_main_navigation_wrap {
    position: fixed;
    overflow-y: auto;
    left: 0;
    padding-top: 60px;
    padding-bottom: 0;
    top: 0;
    background: #011c2c;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  /* line 17946, sass/branding.scss */
  .top_main_navigation_wrap .top_main_navigation {
    display: block;
  }

  /* line 17949, sass/branding.scss */
  .top_main_navigation_wrap .top_main_navigation .nav-item {
    border-bottom: 1px solid #55595c;
    overflow: hidden;
  }

  /* line 17953, sass/branding.scss */
  .head_inner_second_line .top_main_navigation_wrap {
    top: 70px;
    padding-top: 0;
    padding-bottom: 73px;
    overflow-y: auto;
    height: calc(1 - $header_height);
  }

  /* line 17960, sass/branding.scss */
  .head_inner_second_line .top_main_navigation_wrap .top_main_navigation {
    height: 100%;
    overflow-y: auto;
    display: block;
    margin-top: 45px;
  }

  /* line 17966, sass/branding.scss */
  .header_search_top.active {
    position: relative;
  }

  /* line 17969, sass/branding.scss */
  .header_search_top.active:after {
    width: 100%;
    left: 0;
  }

  /* line 17973, sass/branding.scss */
  .yellow_header .flinders_logo_black {
    display: none;
  }

  /* line 17976, sass/branding.scss */
  .yellow_header .flinders_logo_white {
    display: inline-block;
  }

  /* line 17979, sass/branding.scss */
  .head_inner_horisontal .open .header_quicklink:after {
    display: none;
  }

  /* line 17982, sass/branding.scss */
  .quicklink_section_mv a:focus {
    color: #fff;
    outline: none;
  }

  /* line 17986, sass/branding.scss */
  .head_inner_horisontal .open.quicklink_section_mv > a {
    position: relative;
  }

  /* line 17989, sass/branding.scss */
  .head_inner_horisontal .open.quicklink_section_mv > a:after {
    display: block;
    position: absolute;
    left: 0;
    botom: 0;
    background: #ffd300;
    height: 6px;
    width: 100%;
    content: '';
    z-index: 111;
    bottom: 0;
  }

  /* line 18001, sass/branding.scss */
  .head_inner_horisontal .open.quicklink_section_mv > a:focus {
    color: #fff;
    outline: none;
  }

  /* line 18005, sass/branding.scss */
  .head_inner_horisontal .open.quicklink_section_mv > a i {
    color: #ffd300;
  }

  /* line 18008, sass/branding.scss */
  .head_inner_horisontal .open.quicklink_section_mv .dropdown-menu {
    position: fixed;
    overflow-y: auto;
    left: 0;
    padding-top: 70px;
    padding-bottom: 0;
    top: 0;
    background: #011c2c;
    width: 100%;
    height: 100%;
    z-index: -1;
    height: auto;
    margin-top: 0;
    border: none;
  }

  /* line 18023, sass/branding.scss */
  .head_inner_horisontal .open.quicklink_section_mv .dropdown-menu .dropmenu_section {
    padding: 0;
  }

  /* line 18026, sass/branding.scss */
  .head_inner_horisontal .open.quicklink_section_mv .dropdown-menu .dropmenu_section ul li {
    background: inherit;
  }

  /* line 18029, sass/branding.scss */
  .open .dropmenu_section_wrapper .dropdown-menu {
    background: none;
    border: none;
  }

  /* line 18033, sass/branding.scss */
  .navbar-toggleable-md .navbar-nav {
    margin: 0;
    margin-bottom: 0;
  }

  /* line 18037, sass/branding.scss */
  .internal_links .top_main_navigation_wrap .top_main_navigation .nav-item.open a, .top_main_navigation_wrap .top_main_navigation .nav-item.open .header_quicklink, .top_main_navigation_wrap .top_main_navigation .nav-item.open .internal_links a, .top_main_navigation_wrap .top_main_navigation .nav-item.open .nav_top_link {
    color: #ffd300;
  }

  /* line 18040, sass/branding.scss */
  .top_main_navigation li .dropdown-menu {
    background: #fff;
  }

  /* line 18043, sass/branding.scss */
  .head_inner_second_line {
    position: absolute;
    width: 100%;
    z-index: 111;
    top: -78px;
  }

  /* line 18049, sass/branding.scss */
  .head_inner_second_line .header_logo_place {
    display: block;
  }

  /* line 18052, sass/branding.scss */
  .head_inner_second_line .top_main_navigation > li .material-icons {
    display: none;
  }

  /* line 18055, sass/branding.scss */
  .header_burger, .header_search_top {
    padding-left: .5rem;
    margin-left: 0;
  }

  /* line 18059, sass/branding.scss */
  .course_information .tab-content > a:after, .head_list_heading a:after, .head_list_heading span:after, .internal_links .top_main_navigation a:after, .plus_icon, .top_main_navigation .header_quicklink:after, .top_main_navigation .internal_links a:after, .top_main_navigation .nav_top_link:after {
    position: absolute;
    content: "´üº";
    color: #fff;
    top: 20px;
    right: 20px;
    z-index: -1;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  /* line 18073, sass/branding.scss */
  .course_information .tab-content > a[aria-expanded=true]:after, .dropdown-menu .head_list_heading.open a:after, .internal_links .open a:after, .minus_icon, .open .header_quicklink:after, .open .internal_links a:after, .open .nav_top_link:after {
    content: "´ü¿";
  }

  /* line 18076, sass/branding.scss */
  .internal_links .open a:after, .internal_links .top_main_navigation a:after, .open .header_quicklink:after, .open .internal_links a:after, .open .nav_top_link:after, .top_main_navigation .header_quicklink:after, .top_main_navigation .internal_links a:after, .top_main_navigation .nav_top_link:after {
    color: #ffd300;
  }

  /* line 18079, sass/branding.scss */
  .black_toplevel .sub_global_navigation.d-inline-block {
    display: none !important;
  }

  /* line 18082, sass/branding.scss */
  .top_main_navigation .dropdown-menu {
    position: relative;
    width: 100%;
    background: none;
    padding: 0;
    margin: 0;
  }

  /* line 18089, sass/branding.scss */
  .top_main_navigation .dropdown-menu .dropmenu_section_wrapper > [class*=col-], .top_main_navigation .dropdown-menu .dropmenu_section_wrapper > [class^=col-] {
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
  }

  /* line 18094, sass/branding.scss */
  .dropdown_buttons_line {
    margin-right: 0;
  }

  /* line 18097, sass/branding.scss */
  .dropdown_buttons_line > div.row {
    padding: 0;
    background: none;
  }

  /* line 18101, sass/branding.scss */
  .dropdown_buttons_line .black_transparent_button, .dropmenu_section .dropdown_menu__list li a, .dropmenu_section .dropdown_menu__list li span, .dropmenu_section .head_list_heading a, .dropmenu_section .head_list_heading span, .dropmenu_section .link_overview a, .dropmenu_section .link_overview span, .head_inner_horisontal .open.quicklink_section_mv .dropdown-menu .dropmenu_section ul li a, .links_mobile_view {
    border: none;
    border-bottom: 1px solid #f4f4f4;
    font: normal .875rem Open Sans, sans-serif;
    line-height: 1.2;
    color: #333;
    display: block;
    background: none;
    padding: 1rem 0.5rem;
  }

  /* line 18111, sass/branding.scss */
  .dropdown_buttons_line .black_transparent_button:before {
    display: none;
  }

  /* line 18114, sass/branding.scss */
  .dropdown_buttons_line .black_transparent_button:hover {
    color: #333;
  }

  /* line 18117, sass/branding.scss */
  .dropdown_buttons_line .black_transparent_button:hover:after {
    transform: none;
    transition: none;
  }

  /* line 18121, sass/branding.scss */
  .top_main_navigation .header_quicklink i {
    display: none;
  }

  /* line 18124, sass/branding.scss */
  .dropdown-menu .dropmenu_section .head_list_heading.open a, .dropdown-menu .dropmenu_section .head_list_heading.open a:after {
    color: #000;
  }

  /* line 18127, sass/branding.scss */
  .dropmenu_section {
    overflow: hidden;
    background: #fff;
  }

  /* line 18131, sass/branding.scss */
  .dropmenu_section .head_list_heading.open a {
    color: #000;
  }

  /* line 18134, sass/branding.scss */
  .dropmenu_section .dropdown_menu__list {
    margin-top: 0;
    margin-bottom: 0;
  }

  /* line 18138, sass/branding.scss */
  .dropmenu_section .dropdown_menu__list li {
    padding-left: 0;
    margin-bottom: 0;
  }

  /* line 18142, sass/branding.scss */
  .dropmenu_section .dropdown_menu__list li a, .dropmenu_section .dropdown_menu__list li span {
    padding-left: 1.3rem;
  }

  /* line 18145, sass/branding.scss */
  .header_list_link_mv {
    font-size: 1rem;
    padding: .8rem 1.5rem;
    display: block;
  }

  /* line 18150, sass/branding.scss */
  .header_list_link_mv:hover {
    text-decoration: none;
  }

  /* line 18153, sass/branding.scss */
  .dropmenu_section .head_list_heading, .dropmenu_section .link_overview, .header_list_mv {
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 0;
  }

  /* line 18158, sass/branding.scss */
  .dropmenu_section .head_list_heading a, .dropmenu_section .link_overview a, .header_list_mv a {
    color: #333;
  }

  /* line 18161, sass/branding.scss */
  .dropmenu_section .head_list_heading, .dropmenu_section .link_overview {
    display: block;
  }

  /* line 18164, sass/branding.scss */
  .dropmenu_section .head_list_heading a, .dropmenu_section .head_list_heading span, .dropmenu_section .link_overview a, .dropmenu_section .link_overview span {
    position: relative;
  }

  /* line 18167, sass/branding.scss */
  .dropmenu_section .head_list_heading a, .dropmenu_section .head_list_heading a:focus, .dropmenu_section .head_list_heading a:hover, .dropmenu_section .head_list_heading span, .dropmenu_section .head_list_heading span:focus, .dropmenu_section .head_list_heading span:hover, .dropmenu_section .link_overview a, .dropmenu_section .link_overview a:focus, .dropmenu_section .link_overview a:hover, .dropmenu_section .link_overview span, .dropmenu_section .link_overview span:focus, .dropmenu_section .link_overview span:hover {
    text-decoration: none;
  }

  /* line 18170, sass/branding.scss */
  .head_list_heading a:after, .head_list_heading span:after {
    z-index: 1;
    color: #011c2c;
    top: 15px;
  }

  /* line 18175, sass/branding.scss */
  .dropdown-menu .head_list_heading.open a, .dropdown-menu .head_list_heading.open a:after {
    color: #ffd300;
  }

  /* line 18178, sass/branding.scss */
  .head_list_heading.open + ul.dropdown_menu__list {
    border: none;
  }

  /* line 18181, sass/branding.scss */
  .dropdown-menu {
    border-radius: 0;
  }

  /* line 18184, sass/branding.scss */
  .top_main_navigation .open.dropdown > a {
    color: #ffd300;
  }

  /* line 18187, sass/branding.scss */
  .header_global_search_form {
    top: 70px;
  }

  /* line 18190, sass/branding.scss */
  .header_global_search_insert .material-icons {
    left: 10px;
  }

  /* line 18193, sass/branding.scss */
  .subpage_global_header .global_header {
    z-index: 111111;
  }

  /* line 18196, sass/branding.scss */
  .yellow_heading_section_mv {
    position: fixed;
    left: 0;
    top: 70px;
    width: 100%;
    line-height: 40px;
    background: #ffd300;
    height: 45px;
    border-top: 1px solid #000;
    text-align: center;
    font-weight: 700;
  }

  /* line 18208, sass/branding.scss */
  .head_inner_second_line .bottom_band_menu_mv {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #011c2c;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    text-align: center;
    height: 80px;
  }

  /* line 18220, sass/branding.scss */
  .head_inner_second_line .bottom_band_menu_mv ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  /* line 18225, sass/branding.scss */
  .head_inner_second_line .bottom_band_menu_mv ul li {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* line 18230, sass/branding.scss */
  .head_inner_second_line .bottom_band_menu_mv ul li .header_quicklink, .head_inner_second_line .bottom_band_menu_mv ul li .internal_links a, .head_inner_second_line .bottom_band_menu_mv ul li .nav_top_link, .internal_links .head_inner_second_line .bottom_band_menu_mv ul li a {
    display: block;
    font-size: .875rem;
    color: #fff;
    text-decoration: none;
  }

  /* line 18236, sass/branding.scss */
  .head_inner_second_line .bottom_band_menu_mv ul li .header_quicklink:hover, .head_inner_second_line .bottom_band_menu_mv ul li .internal_links a:hover, .head_inner_second_line .bottom_band_menu_mv ul li .nav_top_link:hover, .internal_links .head_inner_second_line .bottom_band_menu_mv ul li a:hover {
    text-decoration: underline;
    color: #ffd300;
  }

  /* line 18240, sass/branding.scss */
  .head_inner_second_line .bottom_band_menu_mv ul .active a {
    color: #ffd300;
    font-weight: 400;
  }

  /* line 18244, sass/branding.scss */
  .head_inner_second_line .head_inner_horisontal .navbar-collapse[aria-expanded=true] .bottom_band_menu_mv {
    display: block;
  }
}
/* line 18248, sass/branding.scss */
footer {
  font-weight: 400;
}

/* line 18251, sass/branding.scss */
.footer_main {
  background: #ffd300;
}

/* line 18254, sass/branding.scss */
.footer_main .row > [class*=col-], .footer_main .row > [class^=col-] {
  padding-top: 50px;
  padding-bottom: 40px;
}

/* line 18258, sass/branding.scss */
.footer_nav {
  padding-bottom: 30px;
  padding-top: 10px;
}

/* line 18262, sass/branding.scss */
.footer_nav li {
  margin-bottom: 2px;
}

/* line 18265, sass/branding.scss */
.footer_nav a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 18271, sass/branding.scss */
.footer_nav a:focus, .footer_nav a:hover {
  text-decoration: underline;
}

/* line 18274, sass/branding.scss */
.footer_nav a:focus {
  color: #013554;
}

/* line 18277, sass/branding.scss */
.footer_contacts .footer_logo_wrap {
  margin-bottom: 50px;
}

/* line 18280, sass/branding.scss */
.footer_contacts p {
  margin-bottom: 30px;
  font-size: 19px;
  font-size: 1.1875rem;
}

/* line 18285, sass/branding.scss */
.footer_socials {
  padding-top: 20px;
}

/* line 18288, sass/branding.scss */
.footer_socials a {
  margin-left: -3%;
  margin-right: 5%;
  text-decoration: none;
}

/* line 18293, sass/branding.scss */
.footer_socials a:last-child {
  margin-right: 0;
}

/* line 18296, sass/branding.scss */
.footer_support_logos > *, .img_baseline_alignment {
  display: inline-block;
  vertical-align: middle;
}

/* line 18300, sass/branding.scss */
.footer_copyright {
  background: #011c2c;
}

/* line 18303, sass/branding.scss */
.footer_support_logos {
  padding-top: 40px;
  padding-bottom: 25px;
}

/* line 18307, sass/branding.scss */
.footer_support_logos > * {
  margin-right: 5%;
}

/* line 18310, sass/branding.scss */
.footer_support_logos > :last-child {
  margin-right: 0;
}

/* line 18313, sass/branding.scss */
.footer_copyright_line {
  border-top: 1px solid #ffd300;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  font-size: .875rem;
  color: #fff;
}

/* line 18321, sass/branding.scss */
.footer_copyright_line a {
  color: #fff;
  text-decoration: none;
}

/* line 18325, sass/branding.scss */
.footer_copyright_line a:hover {
  color: #fff;
  text-decoration: underline;
}

/* line 18329, sass/branding.scss */
.footer_copyright_line a:focus {
  color: #013554;
  text-decoration: underline;
}

/* line 18333, sass/branding.scss */
.footer_slogan {
  padding-top: 30px;
}

@media (max-width: 991px) {
  /* line 18338, sass/branding.scss */
  .footer_slogan {
    padding-top: 0;
    padding-bottom: 30px;
  }

  /* line 18342, sass/branding.scss */
  .footer_logo_wrap img {
    max-width: 100%;
  }

  /* line 18345, sass/branding.scss */
  .footer_main .row > [class*=col-], .footer_main .row > [class^=col-] {
    padding-top: 10px;
    padding-bottom: 0;
  }

  /* line 18349, sass/branding.scss */
  .footer_contacts .footer_logo_wrap {
    margin-bottom: 40px;
  }

  /* line 18352, sass/branding.scss */
  .footer_contacts p {
    margin-bottom: 20px;
  }

  /* line 18355, sass/branding.scss */
  .footer_main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* line 18359, sass/branding.scss */
  .footer_support_logos {
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 18365, sass/branding.scss */
  .footer_copyright_line, .footer_slogan {
    text-align: center;
  }

  /* line 18368, sass/branding.scss */
  .footer_support_logos > * {
    margin-right: 8%;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  /* line 18373, sass/branding.scss */
  .footer_support_logos > :last-child {
    margin-right: 0;
  }

  /* line 18376, sass/branding.scss */
  .footer_slogan img {
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  /* line 18382, sass/branding.scss */
  .footer_contacts p {
    font-size: 0.875rem;
  }

  /* line 18385, sass/branding.scss */
  .footer_socials img {
    width: 20%;
  }

  /* line 18388, sass/branding.scss */
  .footer_socials a {
    margin-right: 5%;
  }

  /* line 18391, sass/branding.scss */
  .footer_socials .footer_social__facebook img {
    width: 10%;
  }

  /* line 18394, sass/branding.scss */
  .footer_support_logos > * {
    margin: 0 2%;
  }

  /* line 18397, sass/branding.scss */
  .footer_support_logos > * img, .footer_support_logos img {
    width: 80%;
  }
}
@media (max-width: 575px) {
  /* line 18403, sass/branding.scss */
  .footer_contacts .footer_logo_wrap {
    margin-bottom: 20px;
  }
}
/* line 18407, sass/branding.scss */
.breadcrumb_black {
  background: #000;
  border-radius: 0;
  padding: 0;
  line-height: 2.25;
  margin-bottom: 0;
}

/* line 18414, sass/branding.scss */
.breadcrumb_black .breadcrumb_home {
  color: #ffd300;
}

/* line 18417, sass/branding.scss */
.breadcrumb_black .breadcrumb_home:focus {
  outline: none;
}

/* line 18420, sass/branding.scss */
.breadcrumb_black .breadcrumb-item {
  position: relative;
  padding-right: 32px;
  padding-right: 2rem;
  color: #ffd300;
  font-size: 14px;
  font-size: .875rem;
  text-decoration: none;
}

/* line 18429, sass/branding.scss */
.breadcrumb_black .breadcrumb-item:focus, .breadcrumb_black .breadcrumb-item:hover {
  text-decoration: underline;
}

/* line 18432, sass/branding.scss */
.breadcrumb_black, .breadcrumb_black .breadcrumb-item .active {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 18437, sass/branding.scss */
.breadcrumb-item.active {
  color: #fff;
}

/* line 18440, sass/branding.scss */
.breadcrumb-item.active:hover {
  text-decoration: none;
}

/* line 18443, sass/branding.scss */
.breadcrumb_black .breadcrumb-item:before {
  border-left: 5px solid #777;
  left: -17px;
}

/* line 18447, sass/branding.scss */
.breadcrumb_black .breadcrumb-item:after, .breadcrumb_black .breadcrumb-item:before {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  vertical-align: middle;
  top: 11px;
}

/* line 18455, sass/branding.scss */
.breadcrumb_black .breadcrumb-item:after {
  border-left: 5px solid #000;
  left: -19px;
}

/* line 18459, sass/branding.scss */
.breadcrumb_black .breadcrumb-item:first-child:after, .breadcrumb_black .breadcrumb-item:first-child:before {
  display: none;
}

@media (max-width: 575px) {
  /* line 18464, sass/branding.scss */
  .breadcrumb_black {
    display: none;
  }

  /* line 18467, sass/branding.scss */
  .breadcrumb_black .breadcrumb-item:first-child {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* line 18472, sass/branding.scss */
  .breadcrumb_black .breadcrumb-item:first-child:after, .breadcrumb_black .breadcrumb-item:first-child:before {
    display: block;
  }

  /* line 18475, sass/branding.scss */
  .breadcrumb_black .breadcrumb-item:before {
    left: 0;
  }

  /* line 18478, sass/branding.scss */
  .breadcrumb_black .breadcrumb-item:after {
    left: -2px;
  }

  /* line 18481, sass/branding.scss */
  .breadcrumb_black a {
    display: none;
  }

  /* line 18484, sass/branding.scss */
  .breadcrumb_black a:last-of-type {
    display: block;
    padding-right: 0;
    padding-left: 1rem;
    color: #ffd300;
  }

  /* line 18490, sass/branding.scss */
  .breadcrumb_black span {
    padding-right: 0;
    padding-left: 1rem;
    color: #ffd300;
    display: none;
  }

  /* line 18496, sass/branding.scss */
  .breadcrumb_black .breadcrumb-item.active {
    color: #ffd300;
  }

  /* line 18499, sass/branding.scss */
  .breadcrumb_black .breadcrumb-item + .breadcrumb-item:before {
    border-left: 6px solid #ffd300;
    left: -18px;
    border-left: none;
    border-right: 6px solid #ffd300;
  }

  /* line 18505, sass/branding.scss */
  .breadcrumb_black .breadcrumb-item + .breadcrumb-item:after {
    left: 0;
    border-left: none;
    border-right: 6px solid #000;
  }
}
/* line 18511, sass/branding.scss */
.news_date {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-size: .75rem;
  color: #777;
  font-weight: 700;
  line-height: 27.2px;
  line-height: 1.7rem;
}

/* line 18521, sass/branding.scss */
.news_date, .news_date em {
  font-style: normal;
}

/* line 18524, sass/branding.scss */
.news_component .row {
  padding-top: 24px;
  padding-top: 1.5rem;
  color: #777;
}

/* line 18529, sass/branding.scss */
.news_component .row h1, .news_component .row h2, .news_component .row h3, .news_component .row h4 {
  color: #333;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media (max-width: 991px) {
  /* line 18536, sass/branding.scss */
  .component_section {
    padding-top: 2rem;
  }

  /* line 18539, sass/branding.scss */
  .component_section_item {
    padding-bottom: 2rem;
  }
}
@media (max-width: 1199px) {
  /* line 18545, sass/branding.scss */
  .component_section_picture {
    max-height: 185px;
  }
}
/* line 18549, sass/branding.scss */
.events_calendar_icon {
  color: #000;
  font-size: 32px;
  font-size: 2rem;
  margin: 6.4px 0 0;
  margin: 0.4rem 0 0;
}

/* line 18556, sass/branding.scss */
.events_calendar_icon:focus, .events_calendar_icon:hover {
  color: #000;
}

@media (min-width: 992px) {
  /* line 18561, sass/branding.scss */
  .event_component h4 {
    height: 62px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  /* line 18568, sass/branding.scss */
  .event_component {
    padding-bottom: 3rem;
  }
}
/* line 18572, sass/branding.scss */
.course_information_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* line 18577, sass/branding.scss */
.course_information_list li {
  border-bottom: 1px solid #eee;
}

/* line 18580, sass/branding.scss */
.course_information_list li:last-child {
  border-bottom: none;
}

/* line 18583, sass/branding.scss */
.course_information_list li a {
  position: relative;
  background: #f5f5f5;
  display: block;
  color: #484848;
  padding: 16px;
  padding: 1rem;
  text-decoration: none;
}

/* line 18592, sass/branding.scss */
.course_information_list li a:hover {
  text-decoration: none;
  background: #d8d8d8;
}

/* line 18596, sass/branding.scss */
.course_information_list li a, .course_information_list li a:focus {
  text-decoration: none;
}

/* line 18599, sass/branding.scss */
.course_information_list .new_list, .course_information_list .online_list, .course_list_right_buttons {
  right: 16px;
  right: 1rem;
  z-index: 111;
  letter-spacing: 2px;
  padding: 4px 6.4px;
  padding: .25rem .4rem;
  font: 700 9.23px Open Sans, sans-serif;
  font: 700 .5769230769rem Open Sans, sans-serif;
  color: #fff;
  test-transform: uppercase;
  z-index: 1;
  margin-left: 8px;
  margin-left: .5rem;
  float: right;
}

/* line 18615, sass/branding.scss */
.course_information_list {
  text-decoration: none;
}

/* line 18618, sass/branding.scss */
.course_information_list .new_list {
  background: #d9534f;
  border: 1px solid #d9534f;
  border-radius: 2px;
}

/* line 18623, sass/branding.scss */
.course_information_list .online_list {
  background: #5bc0de;
  border: 1px solid #5bc0de;
  border-radius: 2px;
}

/* line 18628, sass/branding.scss */
.fa-times {
  line-height: 9px;
}

@media (min-width: 992px) {
  /* line 18633, sass/branding.scss */
  .course_information {
    margin-top: 2rem;
  }

  /* line 18636, sass/branding.scss */
  .course_information .nav-tabs {
    border-bottom: 1px solid #eee;
  }

  /* line 18639, sass/branding.scss */
  .course_information .nav-tabs li {
    border: 1px solid #eee;
    border-right: none;
    border-bottom: none;
    margin: 0;
  }

  /* line 18645, sass/branding.scss */
  .course_information .nav-tabs li:last-child {
    border-right: 1px solid #eee;
  }

  /* line 18648, sass/branding.scss */
  .course_information .nav-tabs li a {
    border-radius: 0;
    border: none;
    color: #434343;
    padding: 1rem;
    text-decoration: none;
  }

  /* line 18655, sass/branding.scss */
  .course_information .nav-tabs li a:hover {
    text-decoration: none;
    background: #d8d8d8;
  }

  /* line 18659, sass/branding.scss */
  .course_information .tab-content {
    border: 1px solid #eee;
    border-top: none;
  }

  /* line 18663, sass/branding.scss */
  .course_information .tab-content .active {
    height: auto !important;
  }

  /* line 18666, sass/branding.scss */
  .course_information .nav-tabs .nav-item + .nav-item {
    margin: 0;
  }

  /* line 18669, sass/branding.scss */
  .course_information .nav-tabs .nav-link.active {
    color: #000;
    font-weight: 700;
    background: #eee;
  }

  /* line 18674, sass/branding.scss */
  .course_information .tab-content > a {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 18680, sass/branding.scss */
  .course_information .nav-tabs {
    display: none;
  }

  /* line 18683, sass/branding.scss */
  .course_information .tab-content {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }

  /* line 18687, sass/branding.scss */
  .course_information .tab-content > .tab-pane.collapse {
    display: none;
  }

  /* line 18690, sass/branding.scss */
  .course_information .tab-content > .tab-pane, .course_information .tab-content > .tab-pane.collapse.in {
    display: block;
  }

  /* line 18693, sass/branding.scss */
  .course_information .tab-content > a {
    border: 1px solid #eee;
    margin-top: -1px;
    color: #434343;
    padding: 1rem;
    display: block;
    background: #fff;
    position: relative;
  }

  /* line 18702, sass/branding.scss */
  .course_information .tab-content > a:after {
    z-index: 11;
    color: #000;
    font-size: .875rem;
    top: 1.5rem;
  }

  /* line 18708, sass/branding.scss */
  .course_information .tab-content > a, .course_information .tab-content > a:hover {
    text-decoration: none;
  }

  /* line 18711, sass/branding.scss */
  .course_information .tab-content > a, .course_information .tab-content > a:focus {
    text-decoration: none;
    outline: none;
  }
}
/* line 18716, sass/branding.scss */
.onslider_content {
  position: absolute;
  left: 0;
  width: 100%;
  color: #fff;
  line-height: 32px;
  line-height: 2rem;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 18726, sass/branding.scss */
.position_bottom {
  bottom: 32px;
  bottom: 2rem;
}

/* line 18730, sass/branding.scss */
.just_oneSlide .tp-bullets, .just_oneSlide .tparrows {
  display: none;
  visibility: hidden;
}

/* line 18734, sass/branding.scss */
.position_center {
  top: 50%;
  transform: translateY(-50%);
}

/* line 18738, sass/branding.scss */
.position_top {
  top: 32px;
  top: 2rem;
}

/* line 18742, sass/branding.scss */
.testimonials-wrapper {
  clear: both;
  min-height: 55px;
  position: relative;
}

/* line 18747, sass/branding.scss */
.no_picture {
  bottom: 0;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  padding-top: 48px;
  padding-top: 3rem;
}

/* line 18754, sass/branding.scss */
.header_image_component {
  height: 300px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

/* line 18761, sass/branding.scss */
.header_image_component.transparent_layer {
  position: relative;
  z-index: 1;
}

/* line 18765, sass/branding.scss */
.header_image_component.transparent_layer:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

/* line 18775, sass/branding.scss */
.rev_multilines_button_styles.rev-btn {
  padding-top: 0;
  padding-bottom: 0;
  border: 2px solid #ffd300;
  background-color: transparent;
  font-family: Roboto;
  font-style: italic;
  font-weight: 500;
  font-size: 17px;
}

/* line 18785, sass/branding.scss */
.rev_multilines_button_styles.rev-btn:hover {
  color: #000 !important;
  background-color: #ffd300;
}

/* line 18789, sass/branding.scss */
.rev_multilines_button_styles.rev-btn:before {
  line-height: 11.2px;
  line-height: .7rem;
  top: 14.4px;
  top: 0.9rem;
}

@media (max-width: 767px) {
  /* line 18797, sass/branding.scss */
  .onslider_content {
    bottom: 1.7rem;
    font-size: .9rem;
    line-height: 1.4;
  }

  /* line 18802, sass/branding.scss */
  .onslider_content .mb1 {
    margin-bottom: 0.5rem;
  }

  /* line 18805, sass/branding.scss */
  .onslider_content.position_center {
    bottom: auto;
  }

  /* line 18808, sass/branding.scss */
  .no_picture .mb1 {
    max-height: inherit;
  }
}
/* line 18812, sass/branding.scss */
.rev_slider_wrapper .rev_slider ul {
  padding: 0;
  margin: 0;
}

/* line 18816, sass/branding.scss */
.slider-title, .tp-caption.slider-title {
  color: #fff;
  font-size: 50px;
  line-height: 65px;
  font-weight: 400;
  font-style: normal;
  font-family: Oswald, sans-serif;
  text-decoration: none;
  background-color: transparent;
  border: 0 none transparent;
  border-radius: 0;
}

/* line 18828, sass/branding.scss */
.slider-title-52px, .tp-caption.slider-title-52px {
  font-size: 64px;
  line-height: 58px;
  font-weight: 700;
  font-family: Roboto Condensed, sans-serif;
  text-decoration: none;
}

/* line 18835, sass/branding.scss */
.slider {
  overflow: hidden;
}

/* line 18838, sass/branding.scss */
.slider-button {
  color: #ffd300;
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #ffd300;
  border-radius: 0;
}

/* line 18850, sass/branding.scss */
.testimonials, .twitter-feed.testimonials {
  position: relative;
}

/* line 18853, sass/branding.scss */
.testimonials-wrapper h3, .twitter-feed.testimonials-wrapper h3 {
  padding-left: 15px;
  line-height: 40px;
  line-height: 2.5rem;
  font-weight: 500;
  padding-right: 131px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  /* line 18863, sass/branding.scss */
  .testimonials-wrapper .testimonials-arrows, .twitter-feed.testimonials-wrapper .testimonials-arrows {
    visibility: hidden;
  }

  /* line 18866, sass/branding.scss */
  .testimonials-wrapper h3, .twitter-feed.testimonials-wrapper h3 {
    padding: 30px 0 0 15px;
    height: auto;
    line-height: normal;
  }
}
/* line 18872, sass/branding.scss */
.testimonials-wrapper .testimonials-arrows, .twitter-feed.testimonials-wrapper .testimonials-arrows {
  position: absolute;
  right: 15px;
  bottom: 0;
  z-index: 10;
}

/* line 18878, sass/branding.scss */
.testimonials-wrapper .testimonials-arrows__angle, .twitter-feed.testimonials-wrapper .testimonials-arrows__angle {
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 5px 0 0;
  border: 0;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

/* line 18888, sass/branding.scss */
.testimonials-wrapper .testimonials-arrows__angle i, .twitter-feed.testimonials-wrapper .testimonials-arrows__angle i {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 18898, sass/branding.scss */
.testimonials-wrapper .testimonials-arrows__angle :hover, .twitter-feed.testimonials-wrapper .testimonials-arrows__angle :hover {
  background-color: #ffd300;
}

/* line 18901, sass/branding.scss */
.testimonials-wrapper .testimonials-arrows__angle :hover i:after, .testimonials-wrapper .testimonials-arrows__angle :hover i:before, .twitter-feed.testimonials-wrapper .testimonials-arrows__angle :hover i:after, .twitter-feed.testimonials-wrapper .testimonials-arrows__angle :hover i:before {
  color: #011c2c;
}

/* line 18904, sass/branding.scss */
.testimonials-wrapper .testimonials-arrows__angle.slick-disabled, .twitter-feed.testimonials-wrapper .testimonials-arrows__angle.slick-disabled {
  cursor: default;
  background-color: #eee;
}

/* line 18908, sass/branding.scss */
.testimonials-wrapper .testimonials-arrows__angle.slick-disabled i:after, .testimonials-wrapper .testimonials-arrows__angle.slick-disabled i:before, .twitter-feed.testimonials-wrapper .testimonials-arrows__angle.slick-disabled i:after, .twitter-feed.testimonials-wrapper .testimonials-arrows__angle.slick-disabled i:before {
  color: #ccc;
}

/* line 18911, sass/branding.scss */
.testimonials-wrapper .testimonials-arrows__angle.slick-disabled :hover, .twitter-feed.testimonials-wrapper .testimonials-arrows__angle.slick-disabled :hover {
  background-color: #eee;
}

/* line 18914, sass/branding.scss */
.testimonials-wrapper .testimonials-arrows__angle.slick-disabled :hover i:after, .testimonials-wrapper .testimonials-arrows__angle.slick-disabled :hover i:before, .twitter-feed.testimonials-wrapper .testimonials-arrows__angle.slick-disabled :hover i:after, .twitter-feed.testimonials-wrapper .testimonials-arrows__angle.slick-disabled :hover i:before {
  color: #ccc;
}

/* line 18917, sass/branding.scss */
.testimonials-slider-slide, .twitter-feed.testimonials-slider-slide {
  width: 370px;
}

/* line 18920, sass/branding.scss */
.testimonials-slider-slide.testimonials-slider-slide_fixed, .twitter-feed.testimonials-slider-slide.testimonials-slider-slide_fixed {
  padding-top: 15px;
  width: 100%;
}

/* line 18924, sass/branding.scss */
.testimonials-slider-slide.testimonials-slider-slide_fixed .testimonials-slider-slide__quote, .twitter-feed.testimonials-slider-slide.testimonials-slider-slide_fixed .testimonials-slider-slide__quote {
  margin: 0 15px 15px;
}

/* line 18927, sass/branding.scss */
.testimonials-slider-slide__quote, .twitter-feed.testimonials-slider-slide__quote {
  position: relative;
  background-color: #fff;
  padding: 15px 30px;
  margin: 15px;
}

/* line 18933, sass/branding.scss */
.testimonials-slider-slide__quote:after, .twitter-feed.testimonials-slider-slide__quote:after {
  position: absolute;
  content: '';
  bottom: -16px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 32px solid #fff;
}

/* line 18944, sass/branding.scss */
.testimonials-slider-slide__quotation, .twitter-feed.testimonials-slider-slide__quotation {
  color: #ffd300;
  font-family: Roboto, sans-serif;
  margin: 0 0 5px;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 500;
  padding: 0;
  display: block;
  height: 30px;
}

/* line 18955, sass/branding.scss */
.testimonials-slider-slide__text, .twitter-feed.testimonials-slider-slide__text {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 32px;
  line-height: 2rem;
}

/* line 18961, sass/branding.scss */
.testimonials-slider-slide__user, .twitter-feed.testimonials-slider-slide__user {
  position: relative;
  margin: 16px 0 15px 15px;
  min-height: 50px;
}

/* line 18966, sass/branding.scss */
.testimonials-slider-slide-user img, .twitter-feed.testimonials-slider-slide-user img {
  max-height: 48px;
  max-width: 48px;
  float: left;
  margin-right: 10px;
}

/* line 18972, sass/branding.scss */
.testimonials-slider-slide-user__text, .twitter-feed.testimonials-slider-slide-user__text {
  margin: 10px 0 0;
}

/* line 18975, sass/branding.scss */
.testimonials-slider-slide-user__text-top, .twitter-feed.testimonials-slider-slide-user__text-top {
  display: block;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 18982, sass/branding.scss */
.testimonials-slider-slide-user__text-bottom, .twitter-feed.testimonials-slider-slide-user__text-bottom {
  display: block;
  font-family: Open Sans, sans-serif;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 18989, sass/branding.scss */
.testimonials.testimonials_full-width, .twitter-feed.testimonials.testimonials_full-width {
  padding: 0;
}

@media (max-width: 575px) {
  /* line 18994, sass/branding.scss */
  .testimonials.testimonials_full-width .testimonials-wrapper, .twitter-feed.testimonials.testimonials_full-width .testimonials-wrapper {
    width: 0;
  }

  /* line 18997, sass/branding.scss */
  .testimonials.testimonials_full-width .testimonials-slider-slide, .twitter-feed.testimonials.testimonials_full-width .testimonials-slider-slide {
    width: calc(100vw - 30px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 19003, sass/branding.scss */
  .testimonials.testimonials_full-width .testimonials-slider-slide, .testimonials.testimonials_full-width .testimonials-wrapper, .twitter-feed.testimonials.testimonials_full-width .testimonials-slider-slide, .twitter-feed.testimonials.testimonials_full-width .testimonials-wrapper {
    width: 540px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 19009, sass/branding.scss */
  .testimonials.testimonials_full-width .testimonials-slider-slide, .testimonials.testimonials_full-width .testimonials-wrapper, .twitter-feed.testimonials.testimonials_full-width .testimonials-slider-slide, .twitter-feed.testimonials.testimonials_full-width .testimonials-wrapper {
    width: 720px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 19015, sass/branding.scss */
  .testimonials.testimonials_full-width .testimonials-wrapper, .twitter-feed.testimonials.testimonials_full-width .testimonials-wrapper {
    width: 960px;
  }

  /* line 19018, sass/branding.scss */
  .testimonials.testimonials_full-width .testimonials-slider-slide, .twitter-feed.testimonials.testimonials_full-width .testimonials-slider-slide {
    transform: translate(-240px);
    width: 480px;
  }
}
@media (min-width: 1200px) {
  /* line 19025, sass/branding.scss */
  .testimonials.testimonials_full-width .testimonials-wrapper, .twitter-feed.testimonials.testimonials_full-width .testimonials-wrapper {
    width: 1140px;
  }

  /* line 19028, sass/branding.scss */
  .testimonials.testimonials_full-width .testimonials-slider-slide, .twitter-feed.testimonials.testimonials_full-width .testimonials-slider-slide {
    transform: translate(-285px);
    width: 570px;
  }
}
/* line 19033, sass/branding.scss */
.testimonials.testimonials_full-width .testimonials-wrapper, .twitter-feed.testimonials.testimonials_full-width .testimonials-wrapper {
  margin: 0 auto;
  position: relative;
}

/* line 19037, sass/branding.scss */
.slick-dots {
  bottom: -45px;
}

/* line 19040, sass/branding.scss */
.slick-dots li {
  margin: 0;
}

/* line 19043, sass/branding.scss */
.slick-dots li button:before {
  font-size: 8px;
  font-size: 0.5rem;
}

/* line 19047, sass/branding.scss */
.twitter-feed .testimonials-slider-slide {
  width: 370px;
}

/* line 19050, sass/branding.scss */
.twitter-feed .testimonials-slider-slide__quotation {
  color: #3fbdee;
  font-size: 24px;
  font-size: 1.5rem;
}

/* line 19055, sass/branding.scss */
.twitter-feed .testimonials-slider-slide__text {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 24px;
  line-height: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 19063, sass/branding.scss */
.twitter-feed .testimonials-slider-slide__text img {
  max-width: 90px;
  max-height: 70px;
  margin: 0 0 32px 24px;
  margin: 0 0 2rem 1.5rem;
}

/* line 19069, sass/branding.scss */
.twitter-feed .testimonials-slider-slide__quote {
  min-height: 145px;
}

/* line 19072, sass/branding.scss */
.twitter-feed .testimonials-slider-slide__link {
  color: #3fbdee;
}

/* line 19075, sass/branding.scss */
.twitter-feed .testimonials-slider-slide__time {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 12px;
  font-size: .75rem;
  color: #b2b2b2;
}

@media (max-width: 991px) {
  /* line 19085, sass/branding.scss */
  .slick-dots li {
    margin: 0;
  }

  /* line 19088, sass/branding.scss */
  .testimonials-arrows {
    right: 0;
  }
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* line 19102, sass/branding.scss */
.chosen-container {
  font-size: 16px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100% !important;
  display: block;
  position: relative;
  transition: all 0.15s ease-in-out;
}

/* line 19114, sass/branding.scss */
.chosen-container * {
  box-sizing: border-box;
}

/* line 19117, sass/branding.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 100;
  width: 100%;
  border: 1px solid #eee;
  border-top: 0;
  background: #fff;
  clip: rect(0, 0, 0, 0);
  transition: all 0.15s ease-in-out;
}

/* line 19128, sass/branding.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}

/* line 19131, sass/branding.scss */
.chosen-container a {
  cursor: pointer;
}

/* line 19134, sass/branding.scss */
.chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}

/* line 19142, sass/branding.scss */
.chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* line 19147, sass/branding.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  background-color: #fff;
  height: 52.8px;
  height: 3.3rem;
  line-height: 52.8px;
  line-height: 3.3rem;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  border: 1px solid #eee;
}

/* line 19164, sass/branding.scss */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 19167, sass/branding.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 32px;
  margin-right: 2rem;
  margin-left: 16px;
  margin-left: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 48px;
  line-height: 3rem;
}

/* line 19179, sass/branding.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 19182, sass/branding.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 19192, sass/branding.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover, .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 19195, sass/branding.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 19203, sass/branding.scss */
.chosen-container-single .chosen-single div b {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 19209, sass/branding.scss */
.chosen-container-single .chosen-single div b:after {
  position: absolute;
  content: '';
  content: "´äç";
  right: 16px;
  right: 1rem;
  top: 14.4px;
  top: .9rem;
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 19220, sass/branding.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 19227, sass/branding.scss */
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #ccc;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 19239, sass/branding.scss */
.chosen-container-single .chosen-drop {
  background-clip: padding-box;
}

/* line 19242, sass/branding.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* line 19246, sass/branding.scss */
.chosen-container .chosen-results {
  color: #333;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 19256, sass/branding.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 0 16px;
  padding: 0 1rem;
  height: 48px;
  height: 3rem;
  line-height: 48px;
  line-height: 3rem;
  overflow: hidden;
  list-style: none;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  border-bottom: 1px solid #ccc;
}

/* line 19271, sass/branding.scss */
.chosen-container .chosen-results li:last-child {
  border-bottom: none;
}

/* line 19274, sass/branding.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 19278, sass/branding.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 19283, sass/branding.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #ffd300;
  font-weight: 600;
}

/* line 19287, sass/branding.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

/* line 19292, sass/branding.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

/* line 19297, sass/branding.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 19300, sass/branding.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* line 19304, sass/branding.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

/* line 19316, sass/branding.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 19320, sass/branding.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 19325, sass/branding.scss */
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 19339, sass/branding.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  background-color: #eee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: inset 0 0 2px #fff, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 19355, sass/branding.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

/* line 19358, sass/branding.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 19368, sass/branding.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 19371, sass/branding.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee);
  color: #666;
}

/* line 19378, sass/branding.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 19381, sass/branding.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 19384, sass/branding.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 19388, sass/branding.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 19393, sass/branding.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #ffd300;
}

/* line 19396, sass/branding.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

/* line 19400, sass/branding.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  position: relative;
}

/* line 19403, sass/branding.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b:after {
  content: "´äå";
}

/* line 19406, sass/branding.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 19410, sass/branding.scss */
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* line 19413, sass/branding.scss */
.chosen-container-active .chosen-single:not([href]):not([tabindex]), .chosen-single:not([href]):not([tabindex]) {
  color: #333;
}

/* line 19416, sass/branding.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 19420, sass/branding.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close, .chosen-disabled .chosen-single {
  cursor: default;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
  /* line 19425, sass/branding.scss */
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-rtl .chosen-search input[type=text] {
    background-image: url(../images/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
@media (max-width: 767px) {
  /* line 19433, sass/branding.scss */
  .chosen-container-single .chosen-single {
    height: 2.75rem;
  }

  /* line 19436, sass/branding.scss */
  .chosen-container-single .chosen-single span, .chosen-container .chosen-results li {
    line-height: 2.75rem;
    font-size: 0.875rem;
  }

  /* line 19440, sass/branding.scss */
  .chosen-container .chosen-results li {
    height: 2.75rem;
  }

  /* line 19443, sass/branding.scss */
  .chosen-container-active.chosen-with-drop .chosen-single div b:after, .chosen-container-single .chosen-single div b:after {
    top: 0.6rem;
  }

  /* line 19446, sass/branding.scss */
  .custom_search_gray_btn:after, .search_page_header .sidebar input.gsc-search-button:after {
    top: 0.85rem;
  }
}
/* line 19450, sass/branding.scss */
.filter_section {
  padding-bottom: 48px;
  padding-bottom: 3rem;
  padding-top: 48px;
  padding-top: 3rem;
}

/* line 19456, sass/branding.scss */
.select_easydropdown_wrap.open {
  border: 1px solid #ff0;
}

/* line 19459, sass/branding.scss */
.wrap_featured_content-media {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

/* line 19465, sass/branding.scss */
.featured_content-media {
  background: #f5f5f5;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #777;
  font-size: 14px;
  font-size: .875rem;
  transition: all .5s ease 0s;
  height: 145px;
  overflow: hidden;
}

/* line 19476, sass/branding.scss */
.featured_content-media h4 {
  color: #2a2a2a;
}

/* line 19479, sass/branding.scss */
.featured_content-media p {
  height: 43.04px;
  height: 2.69rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  overflow: hidden;
}

/* line 19486, sass/branding.scss */
.featured_content-media div {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-size: .75rem;
  color: #777;
  font-weight: 700;
}

/* line 19494, sass/branding.scss */
.input_positioned_filter {
  margin-right: 60px;
}

/* line 19497, sass/branding.scss */
.hub_filter_page_component {
  margin-bottom: 30px;
}

/* line 19500, sass/branding.scss */
.hub_filter_page_component .media_gal_picture {
  margin-bottom: 0;
}

/* line 19503, sass/branding.scss */
.hub_filter_page_component .media_gal_picture i {
  color: #fff;
  background: rgba(99, 99, 99, 0.6);
  bottom: 0;
  height: 32px;
  height: 2rem;
  line-height: 32px;
  line-height: 2rem;
  position: absolute;
  right: 0;
  text-align: center;
  width: 48px;
  width: 3rem;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 700;
  cursor: pointer;
  font-style: normal;
  z-index: 1;
}

/* line 19523, sass/branding.scss */
.hub_filter_page_component .media_gal_picture i:before {
  display: inline-block;
  content: "´Ç¥";
  font-size: 12px;
  font-size: .75rem;
  margin-right: 5.44px;
  margin-right: 0.34rem;
}

/* line 19531, sass/branding.scss */
.hub_filter_page_component:hover .featured_content-media {
  background: #eee;
}

/* line 19534, sass/branding.scss */
.hub_filter_page_component:hover .media_gal_picture ins {
  display: block;
}

/* line 19537, sass/branding.scss */
.hub_section_text {
  font-size: 14px;
  font-size: .875rem;
  position: absolute;
  bottom: 0;
  z-index: 111;
  width: 100%;
  right: 0;
  line-height: 1.5;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

/* line 19549, sass/branding.scss */
.hub_section_text strong {
  font-weight: 600;
  max-height: 48px;
  max-height: 3rem;
  overflow: hidden;
  line-height: 1.6;
  margin-bottom: 8px;
  margin-bottom: .5rem;
  color: #fff;
  display: block;
}

/* line 19560, sass/branding.scss */
.hub_section_text span {
  color: #ccc;
}

/* line 19563, sass/branding.scss */
.hub_alert {
  display: none;
}

/* line 19566, sass/branding.scss */
.featured_content-media_picture {
  height: 227px;
  overflow: hidden;
  line-height: 227px;
}

/* line 19571, sass/branding.scss */
.featured_content-media_picture a {
  text-decoration: none;
}

/* line 19574, sass/branding.scss */
.featured_content-media_picture a img {
  vertical-align: middle;
}

/* line 19577, sass/branding.scss */
.featured_content-media_picture a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: none;
  transition: all 0.5s ease 0s;
}

/* line 19587, sass/branding.scss */
.featured_content-media_picture a i {
  color: #fff;
  background: rgba(99, 99, 99, 0.6);
  bottom: 0;
  height: 32px;
  height: 2rem;
  line-height: 32px;
  line-height: 2rem;
  position: absolute;
  right: 0;
  text-align: center;
  width: 48px;
  width: 3rem;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 700;
  cursor: pointer;
  font-style: normal;
}

/* line 19606, sass/branding.scss */
.featured_content-media_picture a i:before {
  display: inline-block;
  content: "´Ç¥";
  font-size: 12px;
  font-size: .75rem;
  margin-right: 5.44px;
  margin-right: 0.34rem;
}

/* line 19614, sass/branding.scss */
.hub_section_text {
  display: none;
}

/* line 19617, sass/branding.scss */
.wrap_featured_content-media .row > div:hover .featured_content-media_picture a {
  position: relative;
  z-index: 2;
  display: block;
}

/* line 19622, sass/branding.scss */
.wrap_featured_content-media .row > div:hover .featured_content-media_picture a:after {
  background: rgba(0, 0, 0, 0.25);
}

/* line 19625, sass/branding.scss */
.wrap_featured_content-media .row > div:hover .featured_content-media_picture a i {
  z-index: 11;
}

/* line 19628, sass/branding.scss */
.wrap_featured_content-media .row > div:hover .featured_content-media_picture a .hub_section_text {
  display: block;
}

/* line 19631, sass/branding.scss */
.media_gal_picture {
  height: 227px;
  overflow: hidden;
  line-height: 227px;
  margin-bottom: 30px;
}

/* line 19637, sass/branding.scss */
.media_gal_picture ins {
  background: rgba(0, 0, 0, 0.25);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .5s ease 0s;
  width: 100%;
  z-index: 1;
  display: none;
}

/* line 19649, sass/branding.scss */
.col-lg-3 .media_gal_picture {
  height: 180px;
  line-height: 180px;
}

/* line 19653, sass/branding.scss */
.media_gal_picture:hover {
  position: relative;
}

/* line 19656, sass/branding.scss */
.media_gal_picture:hover:after {
  background: rgba(0, 0, 0, 0.25);
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}

/* line 19664, sass/branding.scss */
.media_gal_picture:hover .fancybox-hub .hub_section_text, .media_gal_picture:hover .fancybox-hub ins {
  display: block;
}

/* line 19667, sass/branding.scss */
.filter_section p {
  margin-bottom: 6.4px;
  margin-bottom: 0.4rem;
}

/* line 19671, sass/branding.scss */
.filter_section p label {
  text-transform: uppercase;
  font-size: 11.2px;
  font-size: .7rem;
  letter-spacing: 2px;
  font-weight: 600;
  color: #434343;
}

/* line 19679, sass/branding.scss */
.custom_search_gray_btn, .search_page_header .sidebar input.gsc-search-button {
  border: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  background: #ccc;
  color: #434343;
  font-style: italic;
  font-size: 12px;
  font-size: .75rem;
  height: 52.8px;
  height: 3.3rem;
  line-height: 52.8px;
  line-height: 3.3rem;
  text-align: center;
  cursor: pointer;
  border: 2px solid #eee;
  border-left: none;
  position: absolute;
  right: 15px;
  width: 60px;
  z-index: 11111;
}

/* line 19702, sass/branding.scss */
.custom_search_gray_btn:after, .search_page_header .sidebar input.gsc-search-button:after {
  position: absolute;
  content: "´Çé";
  left: 37%;
  top: 12.8px;
  top: .8rem;
  text-indent: 0;
  display: inline-block;
  color: #434343;
  font: normal normal normal 19.2px FontAwesome;
  font: normal normal normal 1.2rem FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 19717, sass/branding.scss */
.custom_search_gray_btn:hover, .search_page_header .sidebar input.gsc-search-button:hover {
  background: #ffd300;
}

/* line 19720, sass/branding.scss */
.custom_input_noborder, .search_page_header .gsc-input input.gsc-input {
  border: none;
  height: 52.8px;
  height: 3.3rem;
  line-height: 52.8px;
  line-height: 3.3rem;
  border: 1px solid #eee;
  padding-right: 15px;
}

/* line 19729, sass/branding.scss */
.input_positioned_filter.active + a {
  border: 1px solid #ffd300;
  background: #ffd300;
}

/* line 19733, sass/branding.scss */
.media_hub_pagination {
  color: #777;
  font-size: 14px;
  font-size: .875rem;
  vertical-align: middle;
  padding-top: 60px;
  margin-top: 30px;
}

/* line 19741, sass/branding.scss */
.media_hub_pagination:before {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  width: auto;
  height: 1px;
  background: #eee;
}

/* line 19751, sass/branding.scss */
.media_hub_pagination input[type=text] {
  border: 2px solid #ccc;
  height: 46px;
  height: 2.875rem;
  width: 46px;
  width: 2.875rem;
  text-align: center;
  color: #434343;
  margin: 0 16px;
  margin: 0 1rem;
  padding: 0;
}

/* line 19763, sass/branding.scss */
.media_hub_pagination .pag_yellow_button {
  height: 48px;
  height: 3rem;
  width: 48px;
  width: 3rem;
  background: #ffd300;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

/* line 19773, sass/branding.scss */
.media_hub_pagination .pag_yellow_button:before {
  content: "´äà";
  right: 17.6px;
  right: 1.1rem;
  line-height: 45.12px;
  line-height: 2.82rem;
  position: absolute;
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #000;
}

/* line 19784, sass/branding.scss */
.media_hub_pagination .btn_left {
  transform: rotate(180deg);
  margin-left: 16px;
  margin-left: 1rem;
}

/* line 19789, sass/branding.scss */
.filter_section_button_mobile {
  display: none;
}

/* line 19792, sass/branding.scss */
.filter_section .container.close_view {
  display: block;
}

/* line 19795, sass/branding.scss */
.filter_section .custom_input_noborder:focus, .filter_section .search_page_header .gsc-input input.gsc-input:focus, .search_page_header .gsc-input .filter_section input.gsc-input:focus {
  border: 1px solid #ffd300;
  outline: none;
}

/* line 19799, sass/branding.scss */
.filter_section .custom_search_text {
  border-right: none;
}

/* line 19802, sass/branding.scss */
.filter_section .custom_input_noborder:focus + a, .filter_section .search_page_header .gsc-input input.gsc-input:focus + a, .search_page_header .gsc-input .filter_section input.gsc-input:focus + a {
  border: 1px solid #ffd300;
  border-left: none;
  background: #ffd300;
}

/* line 19807, sass/branding.scss */
.hub_filter_search_results .ui-menu {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

/* line 19813, sass/branding.scss */
.hub_filter_search_results .ui-menu .ui-menu-item-wrapper {
  padding: 3.2px 16px;
  padding: 0.2rem 1rem;
}

/* line 19817, sass/branding.scss */
.hub_filter_search_results .ui-menu.ui-state-active {
  border: 1px solid red;
}

/* line 19820, sass/branding.scss */
.hub_filter_search_results .ui-menu .ui-menu-item-wrapper.ui-state-active {
  border: none;
  background: #ffd300;
  color: #434343;
}

/* line 19825, sass/branding.scss */
.hub_filter_search_results .ui-widget.ui-widget-content {
  border: 2px solid #eee;
}

/* line 19828, sass/branding.scss */
.featured_content-media a {
  text-decoration: none;
}

/* line 19831, sass/branding.scss */
.hubform_date_range {
  position: relative;
}

/* line 19834, sass/branding.scss */
.hub_fancybox_individual_gallery .mediahub-fancybox {
  max-width: 1000px;
}

/* line 19837, sass/branding.scss */
.hub_fancybox_individual_gallery .mediahub-fancybox img {
  max-width: 100%;
}

/* line 19840, sass/branding.scss */
.hubform_date_range input {
  width: 48%;
  float: left;
  padding-right: 5%;
  padding-left: 5%;
}

/* line 19846, sass/branding.scss */
.hubform_date_range input:focus {
  background: #ffd300;
}

/* line 19849, sass/branding.scss */
.hubform_date_range input + input {
  margin-left: 4%;
}

/* line 19852, sass/branding.scss */
.ui-datepicker-buttonpane span {
  text-transform: uppercase;
  color: #333;
  border: 1px solid #333;
  display: inline-block;
  float: left;
  margin: .5em .2em .4em 0;
  padding: 0 16px;
  padding: 0 1rem;
  cursor: pointer;
  font: 14px Open Sans, sans-serif;
  font: .875rem Open Sans, sans-serif;
  line-height: 28.8px;
  line-height: 1.8rem;
}

/* line 19867, sass/branding.scss */
.media_gal_picture img {
  height: 100%;
  left: 0;
  font-family: object-fit\:cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 19876, sass/branding.scss */
.datepicker_hub.ui-datepicker {
  border-radius: 0;
  font-family: Open Sans, sans-serif;
}

/* line 19880, sass/branding.scss */
.datepicker_hub.ui-datepicker .ui-widget-header {
  background: none;
  border-radius: 0;
  border: none;
}

/* line 19885, sass/branding.scss */
.datepicker_hub.ui-datepicker .ui-widget-header .ui-state-hover {
  background: none;
  border: none;
}

/* line 19889, sass/branding.scss */
.datepicker_hub.ui-datepicker .ui-widget-header .ui-icon {
  background-image: none;
}

/* line 19892, sass/branding.scss */
.datepicker_hub.ui-datepicker th {
  font-weight: 400;
  color: #777;
  font-size: 11.2px;
  font-size: .7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 19900, sass/branding.scss */
.datepicker_hub.ui-datepicker .ui-datepicker-title {
  font-weight: 400;
  line-height: 38.4px;
  line-height: 2.4rem;
}

/* line 19905, sass/branding.scss */
.datepicker_hub.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  top: 8px;
}

/* line 19909, sass/branding.scss */
.datepicker_hub.ui-datepicker .ui-datepicker-next span {
  position: relative;
  height: 50px;
}

/* line 19913, sass/branding.scss */
.datepicker_hub.ui-datepicker .ui-datepicker-next span:before {
  content: "´äà";
  position: absolute;
  left: 0;
  top: -15px;
  line-height: 45.12px;
  line-height: 2.82rem;
  display: inline-block;
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #000;
  text-indent: 1px;
  z-index: 1111;
}

/* line 19927, sass/branding.scss */
.datepicker_hub.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
  top: 8px;
}

/* line 19931, sass/branding.scss */
.datepicker_hub.ui-datepicker .ui-datepicker-prev span {
  position: relative;
  height: 50px;
}

/* line 19935, sass/branding.scss */
.datepicker_hub.ui-datepicker .ui-datepicker-prev span:before {
  content: "´äà";
  position: absolute;
  left: 0;
  top: -15px;
  line-height: 45.12px;
  line-height: 2.82rem;
  display: inline-block;
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #000;
  text-indent: 1px;
  z-index: 1111;
  transform: rotate(180deg);
}

/* line 19950, sass/branding.scss */
.datepicker_hub.ui-datepicker .ui-datepicker-calendar td {
  border: 1px solid #eee;
  height: 48px;
  vertical-align: bottom;
}

/* line 19955, sass/branding.scss */
.datepicker_hub.ui-datepicker .ui-datepicker-calendar td a {
  border: none;
  font-weight: 600;
  background: none;
  padding-left: 22px;
  font-size: 16px;
  font-size: 1rem;
}

/* line 19963, sass/branding.scss */
.datepicker_hub.ui-datepicker .ui-datepicker-buttonpane {
  border: none;
}

/* line 19966, sass/branding.scss */
.datepicker_hub.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close {
  border: none;
  background: #ffd300;
  color: #000;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0 16px;
  padding: 0 1rem;
  font: 600 14px Open Sans, sans-serif;
  font: 600 .875rem Open Sans, sans-serif;
  line-height: 28.8px;
  line-height: 1.8rem;
  margin-right: 0;
  border: 1px solid #ffd300;
}

/* line 19981, sass/branding.scss */
.datepicker_hub.ui-datepicker .ui-state-default {
  border: none;
  background: none;
}

/* line 19985, sass/branding.scss */
.datepicker_hub .ui-datepicker-calendar td.ui-datepicker-current-day {
  background: #eee;
  font-weight: 600;
}

/* line 19989, sass/branding.scss */
.datepicker_hub .ui-datepicker-calendar td.ui-datepicker-current-day a {
  color: #000;
}

/* line 19992, sass/branding.scss */
.ui-widget.ui-widget-content.datepicker_hub {
  border: 1px solid #ffd300;
  z-index: 11 !important;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  margin-top: -1px;
}

/* line 20000, sass/branding.scss */
.hub_fancybox_individual_gallery .hub_fancybox_close_btn {
  background: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #ccc;
  font-size: 32px;
  font-size: 2rem;
  right: -48px;
  right: -3rem;
  top: -24px;
  top: -1.5rem;
}

/* line 20013, sass/branding.scss */
.hub_fancybox_individual_gallery .fancybox-opened .fancybox-skin {
  background: none;
  box-shadow: none;
}

/* line 20017, sass/branding.scss */
.hub_fancybox_individual_gallery .fancybox-opened .js-mediahub-fancybox-body {
  color: #fff;
  font: 600 14px Open Sans, sans-serif;
  font: 600 .875rem Open Sans, sans-serif;
  padding-top: 16px;
  padding-top: 1rem;
}

/* line 20024, sass/branding.scss */
.hub_fancybox_individual_gallery .fancybox-opened .js-mediahub-fancybox-date {
  color: #c7c7c7;
  font: 14px Open Sans, sans-serif;
  font: 0.875rem Open Sans, sans-serif;
}

/* line 20029, sass/branding.scss */
.datepicker_hub .ui-datepicker-current {
  display: none;
}

/* line 20032, sass/branding.scss */
.hub_fancybox_individual_gallery .hub_gallery_left {
  position: absolute;
  left: 10px;
  top: 47%;
  width: auto;
  height: auto;
  text-decoration: none;
}

/* line 20040, sass/branding.scss */
.hub_fancybox_individual_gallery .hub_gallery_left:after {
  display: block;
  content: "´ää";
  color: #fff;
  font-size: 48px;
  font-size: 3rem;
  left: 0;
  top: 0;
}

/* line 20049, sass/branding.scss */
.hub_fancybox_individual_gallery .hub_gallery_right {
  position: absolute;
  right: 10px;
  top: 47%;
  width: auto;
  height: auto;
  text-decoration: none;
}

/* line 20057, sass/branding.scss */
.hub_fancybox_individual_gallery .hub_gallery_right:after {
  display: block;
  content: "´äà";
  color: #fff;
  font-size: 48px;
  font-size: 3rem;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  /* line 20068, sass/branding.scss */
  .filter_section_button_mobile + .container.close_view {
    display: none;
  }

  /* line 20071, sass/branding.scss */
  .filter_section {
    padding-bottom: 0;
    margin-top: 2rem;
    padding-top: 0;
  }

  /* line 20076, sass/branding.scss */
  .filter_section p {
    margin-bottom: 3px;
    margin-top: 1rem;
  }

  /* line 20080, sass/branding.scss */
  .filter_section p label {
    margin-bottom: 0;
  }

  /* line 20083, sass/branding.scss */
  .filter_section_button_mobile {
    display: block;
    background: #ffd300;
  }

  /* line 20087, sass/branding.scss */
  .filter_section_button_mobile a {
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: 2px;
    font-weight: 600;
    color: #434343;
    height: 3rem;
    line-height: 3rem;
    display: block;
    position: relative;
  }

  /* line 20098, sass/branding.scss */
  .filter_section_button_mobile a i {
    font-size: 1rem;
    position: absolute;
    right: 1rem;
    top: 1.1rem;
  }

  /* line 20104, sass/branding.scss */
  .filter_section_button_mobile a:focus, .filter_section_button_mobile a:hover {
    text-decoration: none;
  }

  /* line 20107, sass/branding.scss */
  .filter_section .custom_input_noborder, .filter_section .search_page_header .gsc-input input.gsc-input, .search_page_header .gsc-input .filter_section input.gsc-input {
    margin-bottom: 10px;
  }

  /* line 20110, sass/branding.scss */
  .close_view_btn {
    background: #eee;
  }

  /* line 20113, sass/branding.scss */
  .close_view_btn a i {
    display: none;
  }

  /* line 20116, sass/branding.scss */
  .close_view_btn a:after {
    display: inline-block;
    font: normal normal normal 1.2rem FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 1rem;
    content: "´äà";
    top: 1rem;
    transform: rotate(90deg);
  }

  /* line 20128, sass/branding.scss */
  .wrap_featured_content-media {
    padding-top: 2rem;
  }

  /* line 20131, sass/branding.scss */
  .wrap_featured_content-media .row > [class*=col-] .featured_content-media h4, .wrap_featured_content-media .row > [class^=col-] .featured_content-media h4 {
    margin-bottom: 0.3rem;
  }

  /* line 20134, sass/branding.scss */
  .wrap_featured_content-media .row > [class*=col-] .featured_content-media p, .wrap_featured_content-media .row > [class^=col-] .featured_content-media p {
    height: inherit;
    margin-bottom: 0.4rem;
  }

  /* line 20138, sass/branding.scss */
  .hub_load_btns a {
    width: 100%;
    margin-bottom: 30px;
  }

  /* line 20142, sass/branding.scss */
  .media_gal_picture {
    overflow: inherit;
  }
}
@media (max-width: 1199px) {
  /* line 20148, sass/branding.scss */
  .featured_content-media_picture {
    height: 188px;
  }

  /* line 20151, sass/branding.scss */
  .hub_fancybox_individual_gallery .hub_gallery_left {
    left: 0;
  }

  /* line 20154, sass/branding.scss */
  .hub_fancybox_individual_gallery .hub_gallery_right {
    right: 0;
  }

  /* line 20157, sass/branding.scss */
  .hub_fancybox_individual_gallery .hub_fancybox_close_btn {
    right: 0;
    top: 0;
  }

  /* line 20161, sass/branding.scss */
  .featured_content-media {
    height: 165px;
  }
}
@media (max-width: 991px) {
  /* line 20167, sass/branding.scss */
  .featured_content-media, .featured_content-media_picture {
    height: auto;
  }
}
/* line 20171, sass/branding.scss */
#sticky_nav {
  position: static;
}

/* line 20174, sass/branding.scss */
.context-navigation {
  margin: 48px 0 24px;
  margin: 3rem 0 24px;
}

/* line 20178, sass/branding.scss */
.context-navigation__heading {
  font-size: 12px;
  font-size: .75rem;
  margin-top: 0;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}

/* line 20185, sass/branding.scss */
.context-navigation__list {
  list-style: none;
  font-size: 14px;
  font-size: .875rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

/* line 20192, sass/branding.scss */
.context-navigation__list__item {
  cursor: pointer;
  font-weight: 600;
  padding: 12px 16px;
  padding: .75rem 1rem;
  text-decoration: none;
}

/* line 20199, sass/branding.scss */
.context-navigation__list__item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 20203, sass/branding.scss */
.context-navigation__list__item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 20207, sass/branding.scss */
.context-navigation__list__item.active, .context-navigation__list__item.active:hover, .context-navigation__list__item:hover {
  color: #000;
  background-color: #ffd300;
  border-color: #ffd300;
}

/* line 20212, sass/branding.scss */
.context-navigation__list__item i {
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 20216, sass/branding.scss */
.example_component_section {
  height: 300px;
}

/* line 20219, sass/branding.scss */
.example_component_section-full_width {
  position: relative;
}

/* line 20222, sass/branding.scss */
.example_component_section-full_width:before {
  right: calc(100% - 15px);
  width: 9999px;
}

/* line 20226, sass/branding.scss */
.example_component_section-full_width:after, .example_component_section-full_width:before {
  position: absolute;
  content: '';
  top: 0;
  height: 100%;
  z-index: -2;
  background-color: inherit;
  display: block;
}

/* line 20235, sass/branding.scss */
.example_component_section-full_width:after {
  left: calc(100% - 15px);
  width: 100%;
}

/* line 20239, sass/branding.scss */
.example_component_section-white {
  background-color: #fff;
}

/* line 20242, sass/branding.scss */
.example_component_section-grey {
  background-color: #f5f5f5;
}

/* line 20245, sass/branding.scss */
.context-navigation__heading i {
  display: none;
}

@media (max-width: 991px) {
  /* line 20250, sass/branding.scss */
  .context-navigation__heading {
    background-color: #f5f5f5;
    padding: .75rem 1rem;
    margin-bottom: -1px;
    border: 1px solid #ddd;
  }

  /* line 20256, sass/branding.scss */
  .context-navigation__heading i {
    cursor: pointer;
    display: block;
  }
}
/* line 20261, sass/branding.scss */
.gsc-control-cse, .gsc-control-cse .gsc-table-result {
  font-family: Open Sans, sans-serif !important;
}

/* line 20264, sass/branding.scss */
.search_page_header h2 {
  color: #000;
  font-size: 11.2px;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 20272, sass/branding.scss */
.gsc-completion-container {
  font: 16px Open Sans, sans-serif;
  font: 1rem Open Sans, sans-serif;
}

/* line 20276, sass/branding.scss */
.gssb_c .gssb_e {
  box-shadow: none;
}

/* line 20279, sass/branding.scss */
.gssb_c .gssb_e .gsc-completion-container {
  border: 1px solid #eee;
  font: 16px Open Sans, sans-serif;
  font: 1rem Open Sans, sans-serif;
  box-shadow: none;
}

/* line 20285, sass/branding.scss */
.search_page_body .gsc-webResult.gsc-result.gsc-promotion:hover {
  border: none;
  border-bottom: 1px solid #ccc;
  background: #ffd300;
}

/* line 20290, sass/branding.scss */
.search_page_header .sidebar {
  position: relative;
}

/* line 20293, sass/branding.scss */
.search_page_header .sidebar input.gsc-search-button {
  right: 0;
  border: 1px solid #ffd300;
  border-radius: 0;
  height: 46.4px;
  height: 2.9rem;
  background: #ffd300 url(../css/images/search_img.jpg) no-repeat 50%;
  z-index: 110;
}

/* line 20302, sass/branding.scss */
.search_page_header .sidebar input.gsc-search-button:hover {
  background: #ccc;
  border: 1px solid #ccc;
}

/* line 20306, sass/branding.scss */
.search_page_header .sidebar .gsc-clear-button {
  position: absolute;
  right: 30px;
  top: 0;
}

/* line 20311, sass/branding.scss */
.search_page_header .sidebar .cse form.gsc-search-box, .search_page_header .sidebar form.gsc-search-box {
  padding: 0;
}

/* line 20314, sass/branding.scss */
.search_page_header .sidebar div.gsc-clear-button {
  background: none;
  color: #ddd;
  right: 45px;
  left: inherit;
  top: 14px;
  height: 20px;
  width: 20px;
  position: absolute;
  padding: 0;
  margin: 0;
}

/* line 20326, sass/branding.scss */
.search_page_header .sidebar div.gsc-clear-button:after {
  content: "´Çì";
  font-size: 17.6px;
  font-size: 1.1rem;
}

/* line 20331, sass/branding.scss */
.gsc-control-cse div {
  position: relative;
}

/* line 20334, sass/branding.scss */
.search_page_header input.gsc-search-button {
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
}

/* line 20339, sass/branding.scss */
.search_page_body .gsc-control-cse .gsc-table-result a.gs-title:link {
  text-decoration: none;
  color: #013554;
  font: 600 16px Open Sans, sans-serif;
}

/* line 20344, sass/branding.scss */
.search_page_body .gsc-control-cse .gsc-table-result a.gs-title:link * {
  color: #002d62;
  text-decoration: none;
}

/* line 20348, sass/branding.scss */
.search_page_body .gsc-control-cse .gsc-table-result a.gs-title:link b {
  font-weight: 600;
}

/* line 20351, sass/branding.scss */
.search_page_body .cse .gsc-results, .search_page_body .gsc-results {
  margin: 0;
  padding: 0;
}

/* line 20355, sass/branding.scss */
.gs-promotion-text-cell, .gsc-table-cell-snippet-close, .gsc-table-cell-thumbnail.gsc-thumbnail {
  display: inline;
  padding-left: 0;
  padding-right: 0;
}

/* line 20360, sass/branding.scss */
.search_page_body .gs-web-image-box {
  width: 175px;
  text-align: left;
  padding-left: 10px;
  margin-top: 30px;
}

/* line 20366, sass/branding.scss */
.search_page_body .gs-web-image-box img.gs-image {
  max-width: 100%;
}

/* line 20369, sass/branding.scss */
.search_page_body .gs-promotion-image-box {
  width: 185px;
  text-align: left;
  padding-left: 0;
}

/* line 20374, sass/branding.scss */
.search_page_body .gs-promotion-image-box img.gs-promotion-image {
  max-width: 100%;
  margin-top: 30px;
}

/* line 20378, sass/branding.scss */
.search_page_body .gsc-webResult.gsc-result {
  margin: 0;
}

/* line 20381, sass/branding.scss */
.search_page_body .gsc-control-cse .gsc-table-result .gs-title {
  text-decoration: none;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

/* line 20386, sass/branding.scss */
.search_page_body .gsc-control-cse .gsc-table-result .gs-title * {
  text-decoration: none;
}

/* line 20389, sass/branding.scss */
.search_page_body .gsc-table-cell-thumbnail.gsc-thumbnail:empty + td div.gs-title.gsc-table-cell-thumbnail.gsc-thumbnail-left {
  left: 0;
  position: relative;
}

/* line 20393, sass/branding.scss */
.search_page_body .gsc-table-cell-thumbnail.gsc-thumbnail:not(:empty) + td div.gs-title.gsc-table-cell-thumbnail.gsc-thumbnail-left {
  right: 175px;
  position: relative;
}

/* line 20397, sass/branding.scss */
.search_page_header td.gsc-search-button {
  width: auto;
}

/* line 20400, sass/branding.scss */
.search_page_body .cse .gsc-control-cse, .search_page_body .gsc-control-cse {
  padding: 0;
}

/* line 20403, sass/branding.scss */
.search_page_body .gsc-webResult.gsc-result {
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #eee;
}

/* line 20408, sass/branding.scss */
.search_page_body .gsc-webResult.gsc-result:hover {
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #eee;
}

/* line 20413, sass/branding.scss */
.search_page_body .gsc-webResult.gsc-result .gs-bidi-start-align {
  color: #434343;
}

/* line 20416, sass/branding.scss */
.search_page_body .gsc-webResult.gsc-result .gs-per-result-labels {
  font-size: 12px;
  font-size: .75rem;
  margin-top: 3.2px;
  margin-top: 0.2rem;
}

/* line 20422, sass/branding.scss */
.search_page_body .gsc-webResult.gsc-result .gs-per-result-labels span {
  margin-right: 5px;
}

/* line 20425, sass/branding.scss */
.search_page_body .gsc-webResult.gsc-result .gs-per-result-labels, .search_page_body .gsc-webResult.gsc-result .gs-per-result-labels a {
  color: #777;
}

/* line 20428, sass/branding.scss */
.search_page_body .cse .gs-webResult .gs-visibleUrl, .search_page_body .cse .gs-webResult .gs-visibleUrl-short, .search_page_body .gs-imageResult .gs-visibleUrl, .search_page_body .gs-imageResult .gs-visibleUrl-short, .search_page_body .gs-webResult .gs-visibleUrl, .search_page_body .gs-webResult .gs-visibleUrl-short {
  font-weight: 400;
}

/* line 20431, sass/branding.scss */
.search_page_body .gs-result .gs-snippet {
  font: 14px Open Sans, sans-serif;
  font: 0.875rem Open Sans, sans-serif;
}

/* line 20435, sass/branding.scss */
.search_page_body .gs-result .gs-snippet b {
  font-weight: 400;
}

/* line 20438, sass/branding.scss */
.search_page_body .gsc-refinementHeader.gsc-refinementhInactive {
  text-decoration: none;
}

/* line 20441, sass/branding.scss */
.search_page_body .gsc-results .gsc-cursor-box {
  padding-left: 0;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

/* line 20448, sass/branding.scss */
.search_page_body .gsc-results .gsc-cursor-box .gsc-cursor-page {
  width: 44.8px;
  width: 2.8rem;
  height: 44.8px;
  height: 2.8rem;
  border: 1px solid #ccc;
  color: #434343;
  display: inline-block;
  text-decoration: none;
  margin-right: 5px;
  text-align: center;
  font: 600 16px Open Sans, sans-serif;
  font: 600 1rem Open Sans, sans-serif;
  line-height: 43.2px;
  line-height: 2.7rem;
}

/* line 20464, sass/branding.scss */
.search_page_body .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background: #ffd300;
  text-shadow: none;
}

/* line 20468, sass/branding.scss */
.search_page_body .gsc-results .gsc-webResult:hover, .search_page_body .gsc-results .gsc-webResult:hover .gs-webResult:hover {
  background: #f5f5f5;
}

/* line 20471, sass/branding.scss */
.gsc-completion-promotion-table, .gssb_l {
  display: none;
}

/* line 20474, sass/branding.scss */
.gsc-completion-container .gssb_a {
  padding: 0 15px;
}

/* line 20477, sass/branding.scss */
.gsc-completion-container .gssb_a table {
  margin: 0;
}

/* line 20480, sass/branding.scss */
.gsc-completion-container .gssb_a table td > span {
  padding: 9.6px 0;
  padding: .6rem 0;
  display: block;
}

/* line 20485, sass/branding.scss */
.gsc-completion-container table {
  font: 600 16px Open Sans, sans-serif;
  font: 600 1rem Open Sans, sans-serif;
}

/* line 20489, sass/branding.scss */
.gsc-completion-container table b {
  font-weight: 400;
}

/* line 20492, sass/branding.scss */
.search_page_header .gsc-input {
  display: block;
  margin-right: 60px;
}

/* line 20496, sass/branding.scss */
.search_page_header .gsc-input input.gsc-input {
  font-weight: 400;
}

/* line 20499, sass/branding.scss */
.search_page_header input.gsc-input.gsc-input-focus {
  border: 1px solid #ffd300;
  border-right: none;
}

/* line 20503, sass/branding.scss */
.gssb_c .gsc-completion-selected {
  background: #ffd300;
}

/* line 20506, sass/branding.scss */
.search_page_body .gsc-above-wrapper-area {
  padding-top: 0;
}

/* line 20509, sass/branding.scss */
.search_page_body .gsc-refinementsArea {
  margin-top: 32px;
  margin-top: 2rem;
  padding-left: 0;
}

/* line 20514, sass/branding.scss */
.search_page_body .gsc-cursor-page {
  margin-bottom: 5px;
}

/* line 20517, sass/branding.scss */
.gsc-control-cse .gs-result .gsc-table-cell-snippet-close > * {
  padding-left: 10px;
}

@media (min-width: 768px) {
  /* line 20522, sass/branding.scss */
  .search_page_body .gsc-refinementsArea {
    float: left;
    width: 25%;
    border: none;
  }

  /* line 20527, sass/branding.scss */
  .search_page_body .gsc-above-wrapper-area, .search_page_body .gsc-wrapper {
    float: right;
    width: 70%;
  }

  /* line 20531, sass/branding.scss */
  .search_page_body .gsc-refinementHeader {
    display: block;
    cursor: pointer;
    font-weight: 600;
    padding: .75rem 1rem;
    background-color: #fff;
    margin-bottom: -1px;
    border: 1px solid #ddd;
    text-decoration: none;
  }

  /* line 20541, sass/branding.scss */
  .search_page_body .gsc-refinementhActive, .search_page_body .gsc-refinementHeader.active:hover, .search_page_body .gsc-refinementHeader:hover {
    color: #000;
    background-color: #ffd300;
    border-color: #ffd300;
  }

  /* line 20546, sass/branding.scss */
  .search_page_body .gsc-above-wrapper-area {
    padding-top: 1.375rem;
  }

  /* line 20549, sass/branding.scss */
  .search_page_body .gsc-above-wrapper-area .gsc-result-info {
    margin-bottom: 1rem;
    font: 0.875rem Open Sans, sans-serif;
  }
}
/* line 20554, sass/branding.scss */
.search_page_header .gsc-input {
  padding-right: 0;
}

/* line 20557, sass/branding.scss */
.search_page_header .gsc-input input.gsc-input {
  font: 600 20.8px Open Sans, sans-serif;
  font: 600 1.3rem Open Sans, sans-serif;
  padding-left: 15px;
  right: 0;
  height: 46.4px;
  height: 2.9rem;
  width: 100%;
}

/* line 20566, sass/branding.scss */
.search_page_header .gsc-input-hover {
  border: 1px solid #ffd300;
}

/* line 20569, sass/branding.scss */
.search_page_header .cse table.gsc-search-box td.gsc-input, .search_page_header table.gsc-search-box td.gsc-input {
  padding-right: 0;
}

/* line 20572, sass/branding.scss */
.search_refinement .gsc-refinementsArea .gs-spacer, .search_refinement .gsc-refinementsArea .gsc-refinementhInactive {
  display: none;
}

/* line 20575, sass/branding.scss */
.search_refinement .gsc-refinementsArea .gsc-refinementhActive {
  background-color: #ffd300;
}

/* line 20578, sass/branding.scss */
.accordion {
  border: 1px solid #eee;
}

/* line 20581, sass/branding.scss */
.accordion-card__header {
  border-bottom: 1px solid #eee;
  background-color: #fff;
  position: relative;
  padding: 0;
}

/* line 20587, sass/branding.scss */
.accordion-card__header a {
  display: inline-block;
  position: relative;
  padding: 20px 24px;
  padding: 1.25rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  width: 100%;
  height: 100%;
}

/* line 20597, sass/branding.scss */
.accordion-card__header a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  right: 1.5rem;
}

/* line 20604, sass/branding.scss */
.accordion-card__header a i.fa-plus {
  display: none;
}

/* line 20607, sass/branding.scss */
.accordion-card__header a.collapsed i.fa-plus, .accordion-card__header a i.fa-minus {
  display: block;
}

/* line 20610, sass/branding.scss */
.accordion-card__header a.collapsed i.fa-minus {
  display: none;
}

/* line 20613, sass/branding.scss */
.accordion-card__header a, .accordion-card__header a:focus {
  text-decoration: none;
  color: #262626;
}

/* line 20617, sass/branding.scss */
.accordion-card__header:hover {
  background-color: #eee;
}

/* line 20620, sass/branding.scss */
.accordion-card__header, .accordion-card__header:first-child {
  border-radius: 0;
}

/* line 20623, sass/branding.scss */
.accordion-card__block {
  border-bottom: 1px solid #eee;
  background-color: transparent;
  padding: 0;
}

/* line 20628, sass/branding.scss */
.accordion-card.accordion-card_large .accordion-card__header a {
  font-size: 22px;
  font-size: 1.375rem;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
}

/* line 20634, sass/branding.scss */
.accordion-card.accordion-card_large .accordion-card__header a i {
  font-size: 14px;
  font-size: 0.875rem;
}

/*# sourceMappingURL=index.min.css.map */

/*# sourceMappingURL=branding.css.map */
